*:focus-visible,
a:focus-visible {
    outline: 1px solid #fff;
    border: 1px solid #000;
}
.box-contact .info i:focus-within {
    border: 1px solid #111111;
}
.portfolio-section {
    padding: 60px;
}

.portfolio-content {
    padding-bottom: 50px;
}

.port-title {
    
    text-transform: uppercase;
    line-height: 1.5;
}

.portfolio-img {
    margin-bottom: 20px;
}

.port-desc-detail p {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 5px;
}    
.portfolio-img img {
    transform: scale(1);
    transition: 0.2s transform 0s ease-in-out;
}

.portfolio-content:hover img {
    transform: scale(1.1);
    transition: 0.4s transform 0s ease-in-out;
}

.portfolio-content {
    position: relative;
	    text-align: center;
}

.portfolio-img {
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: 0.2s transform 0s ease-in-out;
}

.portfolio-content:hover .portfolio-img {
    transform: scale(0.95);
    transition: 0.4s transform 0s ease-in-out;
}
.new-cons p {
    background-color: #111111;
    color: #fff;
    padding: 4px 10px;
    text-transform: uppercase;
    font-family: "Arsenal", sans-serif;
    letter-spacing: 3px;
    display: inline-block;
    margin: 5px 0;
    font-size: 12px;
	
	
	background-color: #111111;
    color: #fff;
    padding: 0px 32px;
    text-transform: uppercase;
    font-family: 'Arsenal', sans-serif;
    letter-spacing: 3px;
    display: inline-block;
    margin: 5px 0;
    font-size: 13px;
    line-height: 26px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: auto;
}

.renovation p {
    background-color: #555556;
    color: #fff;
    padding: 4px 10px;
    text-transform: uppercase;
    font-family: "Arsenal", sans-serif;
    letter-spacing: 3px;
    display: inline-block;
    margin: 5px 0;
    font-size: 12px;
} 
 .portfolio-content a {
    display: block;
}    
.port-main-title {
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 1.3;
}

.portfolio-detail-section {
    padding: 60px 0;
}
.portfolio-detial-des p {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 15px;
} 
.pf-detail-img img{
    width: 100%;
}
.gallery-section {
    padding: 80px 0;
}
.gallery-description p {
    font-size: 30px;
    color: #fff;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.left-image-section {
    padding: 100px;
    padding-top: 50px;
    padding-bottom: 0;
}
.top-thumb-img img {
    width: 340px;
    height: 290px;
    object-fit: cover;
    object-position: center;
}

.top-thumb-img {
    margin-bottom: 50px;
    margin-left: 50px;
}
.bt-img img {
    width: 350px;
    height: 470px;
    object-fit: cover;
    object-position: center;
}
.bottom-thumb-right-img {
    margin-top: 70px;
}  
.qt-box-ab {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.quote-section {
    position: relative;
}

.quote-box {
    background-color: #fff;
    padding: 100px;
    margin-bottom: 40px;
}

.quote-box span {
    display: block;
    text-align: center;
    margin-top: 40px;
    font-style: italic;
}    
.explore-content {
    padding-top: 100px;
    max-width: 600px;
    margin: 0 auto;
}    
.ex-box-ab {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ex-section-img {
    position: relative;
}

.ex-box p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.ex-box {
    margin-bottom: 40px;
}
.blog-post .details-post a {
    text-decoration: underline;
}
.swiper-wrapper-new {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.swiper-slide-new {
    max-width: 18%;
}
.tf-btn.btn-bg-white span {
    color: var(--Text-primary) !important;
}

.tf-btn.btn-bg-white:hover span {
    color: var(--White) !important;
} 
.blog-post .details-post h2 {
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 5px;
}
.blog-post .details-post h2:first-child{
    margin-top: 0;
}
.blog-post .details-post ul li {
    list-style: disc;
}
.blog-post .details-post ul {
    padding-inline-start: 20px;
}
.style-1 .sw-dots {
    position: absolute;
    bottom: 20px;
    z-index: 1;
}
/*************************************************/
/*************************************************/
/*************************************************/
/*********** MEIDA QUERY STYLES ******************/
/*************************************************/
/*************************************************/
/*************************************************/
/*************************************************/

@media (min-width:992px) and (max-width:1300px){
    .bt-img img {
        width: 100%;
        height: auto;
    }

    .bt-img {
        margin-bottom: 10px;
    }

    .quote-box {
        padding: 40px;
    }

    .left-image-section {
        padding: 0 50px;
    }

    .explore-content {
        padding-top: 30px;
    }
}
@media (min-width:1366px){
    .page-title.style-1 .slide-inner img{
        height: 100vh;
    }
}
@media (min-width:992px){
    .portfolio-img img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
    }
}
@media (min-width:768px) and (max-width:991px){
    .portfolio-img img {
        height: 300px;
    }
    .bt-img img{
        width: 100%;
        height: 100%;
    }
    .left-image-section {
        padding: 0;
    }

    .top-thumb-img {
        margin: 0;
    }

    .top-thumb-img img {
        width: 100%;
        height: auto;
    }

    .quote-box {
        padding: 20px;
    }

    .qt-box-ab {
        padding: 20px;
    }
    .bottom-thumb-right-img {
        margin: 0;
    }

    .qs-left-img {
        padding-bottom: 10px;
    }

    .lux-section-img {
        padding-bottom: 10px;
        margin: 5px;
    }

    .ex-section-img {
        padding-bottom: 10px;
        margin: 5px;
    }

    .explore-content {
        padding: 10px 0 30px;
    }

    .box-why {
        padding-bottom: 30px;
    }
}
@media (max-width:767px){
    .accessibility-section h2 {
        font-size: 18px;
        line-height: 1.3;
    }

    .accessibility-section {
        margin-bottom: 30px;
    }
    .portfolio-img img {
        height: auto;
    }
    .portfolio-section {
        padding: 50px 10px;
    }
    .page-title.style-default .thumbs img {
        min-height: 400px;
    }
    .bt-img img{
        width: 100%;
        height: 100%;
    }
    .left-image-section {
        padding: 0;
    }

    .top-thumb-img {
        margin: 0;
    }

    .top-thumb-img img {
        width: 100%;
        height: auto;
    }

    .quote-box {
        padding: 20px;
    }

    .qt-box-ab {
        padding: 20px;
    }
    .bottom-thumb-right-img {
        margin: 0;
    }

    .qs-left-img {
        padding-bottom: 10px;
    }

    .lux-section-img {
        padding-bottom: 10px;
        margin: 5px;
    }

    .ex-section-img {
        padding-bottom: 10px;
        margin: 5px;
    }

    .explore-content {
        padding: 10px 0 30px;
    }

    .box-why {
        padding-bottom: 30px;
    }
} 