@import url('https://fonts.googleapis.com/css2?family=Geom:ital,wght@0,300..900;1,300..900&display=swap');
@media (max-width:500px){
body{
font-family:'Geom',sans-serif;
overflow-x:hidden;

}
.logo{
    height:36px!important;
   
}

.estimate-mobile-btn{
    font-size:11px!important;
    padding:0 10px;
    max-width:140px;
    height:36px;
}

.navbar-toggler{
    padding:6px 8px;
}

}
h1,h2,h3,h4,h5,h6{
    font-family:'Geom',sans-serif;
}
p{
    font-family: "Geom", sans-serif;
}

a{
    font-family:'Geom',sans-serif; 
}
.phone-btn{
     font-family:'Geom',sans-serif; 
}
span{
    font-family: "Geom", sans-serif;
}
ul, li{
     font-family: "Geom", sans-serif;
}
@media(max-width:1199px){

.dropdown-menu{

display:none;
background:#f3f3f3;
border-radius:12px;
margin:8px 0 8px 15px;
padding:8px;

box-shadow:none;

}

.dropdown-menu .dropdown-menu{

background:#e7e7e7;
margin-left:12px;

}

.dropdown-item{

padding:12px 15px;

border-radius:8px;

}

.dropdown-item:hover{

background:#d8d8d8;
color:#111;

}

}
/* ==========================
   Mobile Estimate Button
========================== */

.estimate-mobile-btn{
    display:none;
}

@media (max-width:1199px){

.navbar{

display:flex;
align-items:center;

}

.navbar-brand{

margin-right:auto!important;

}

.estimate-mobile-btn{

display:flex;
align-items:center;
justify-content:center;

padding:10px 16px;

margin-left:auto;
margin-right:12px;

background: #0a5b57;
    color: #fff;
    padding: 14px 28px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;

text-decoration:none;



white-space:nowrap;

transition:.3s;

}

.estimate-mobile-btn:hover{

background:#111;
color:#fff;

}

.header-btns{

display:none!important;

}

}
.hero-navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:99999;
    transition:all .35s ease;
    background:#fff;
    backdrop-filter:blur(12px);
}

.hero-navbar.scrolled{
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    padding:10px 0;
}

.logo{

height:60px;

transition:.4s;

}

.hero-navbar.scrolled .logo{

filter:none;

}

.nav-link{

font-size:14px;

font-weight:400;

color:#000!important;

font-family: "Geom", sans-serif;

transition:.3s;

position:relative;

}

.hero-navbar.scrolled .nav-link{

color:#222!important;

}

.nav-link::after{

content:"";



left:16px;

bottom:8px;

height:2px;

width:0;



transition:.3s;

}



.dropdown-menu{

border-radius:14px;

padding:10px;

margin-top:18px;

}

.dropdown-item{

padding:10px 16px;

font-weight:500;

}

.dropdown-item:hover{

background:#0a5b57;

color:#fff;

}

.dropdown-submenu{

position:relative;

}

.dropdown-submenu>.dropdown-menu{

left:100%;

top:0;

display:none;

}

.dropdown-submenu:hover>.dropdown-menu{

display:block;

}

.header-btns{

display:flex;

gap:12px;

margin-left:30px;

}

.estimate-btn{

background: #c39a53;
    color: #000;
    padding: 14px 28px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
text-transform:uppercase;

text-decoration:none;

transition:.3s;

}

.estimate-btn:hover{

background:#111;

color:#fff;

}

.phone-btn{

background: #0a5b57;
    color: #fff;
    padding: 10px 28px;
    text-decoration: none;
    font-size: 15px;
   
font-weight:400;
text-transform:uppercase;
text-decoration:none;

transition:.3s;

}

.phone-btn:hover{

background:#0a5b57;

color:#fff;

}

.hero-navbar.scrolled .phone-btn{

background:#111;

color:#fff;

}

.hero-navbar.scrolled .phone-btn:hover{

background:#0a5b57;

}

@media(max-width:1199px){

.navbar-collapse{

background:#fff;

padding:20px;

margin-top:20px;

border-radius:20px;

}

.nav-link{

color:#222!important;

}

.header-btns{

margin-top:20px;

flex-direction:column;

}

.logo{

filter:none;

}

.navbar-toggler{

background:#fff;

padding:8px 10px;

border-radius:8px;

}

}
/* ===========================
   DESKTOP HOVER DROPDOWN
=========================== */

@media (min-width:1200px){

.navbar .dropdown:hover>.dropdown-menu{
    display:block;
    animation:fadeIn .25s ease;
}

.dropdown-menu{
    display:none;
    margin-top:0;
}

.dropdown-submenu:hover>.dropdown-menu{
    display:block;
    top:0;
    left:100%;
}

}

@keyframes fadeIn{

from{
opacity:0;
transform:translateY(10px);
}

to{
opacity:1;
transform:translateY(0);
}

}
/* CONTACT AREA */

.contact-highlight{
display:flex;
align-items:center;
gap:18px;
flex-wrap:wrap;
}

/* CARD */

.contact-card{
display:flex;
align-items:center;
gap:16px;
padding:14px 22px;

background:
rgba(255,255,255,.08);

border:1px solid rgba(255,255,255,.12);

backdrop-filter:blur(10px);

border-radius:12px;

text-decoration:none;

transition:.4s;

position:relative;

overflow:hidden;
}

/* GLOW */

.contact-card::before{
content:'';

position:absolute;

top:-40px;
right:-40px;

width:120px;
height:120px;

background:
radial-gradient(circle,
rgba(0,255,220,.18),
transparent 70%);

pointer-events:none;
}

/* HOVER */

.contact-card:hover{
transform:translateY(-4px);

background:
rgba(255,255,255,.12);

border-color:
rgba(255,255,255,.22);
}

/* ICON */

.contact-icon{
min-width:58px;
height:58px;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

background:
linear-gradient(135deg,
#00685f,
#00a79d);

color:#fff;

font-size:22px;

box-shadow:
0 10px 25px rgba(0,104,95,.35);
}

/* TEXT */

.contact-text span{
display:block;
font-size:11px;
letter-spacing:2px;
font-weight:600;
color:#c8d6d4;
margin-bottom:5px;
}

.contact-text h4{
font-size:20px;
font-weight:600;
color:#fff;
margin:0;
line-height:1.2;
font-family:'Geom',sans-serif;
}

/* RESPONSIVE */

@media(max-width:991px){

.navbar-flex{
flex-direction:column;
align-items:flex-start;
}

.logo-box img{
height:62px;
}

.contact-highlight{
width:100%;
}

.contact-card{
flex:1;
min-width:280px;
}

.contact-text h4{
font-size:18px;
}

}

@media(max-width:767px){

.hero-navbar{
padding:18px 0;
}

.navbar-flex{
gap:20px;
}

.logo-box{
width:100%;
text-align:center;
}

.logo-box img{
height:58px;
}

.contact-highlight{
flex-direction:column;
width:100%;
gap:14px;
}

.contact-card{
width:100%;
padding:14px 18px;
border-radius:10px;
}

.contact-icon{
min-width:52px;
height:52px;
font-size:18px;
}

.contact-text span{
font-size:10px;
}

.contact-text h4{
font-size:16px;
word-break:break-word;
}

}
/* =========================
MOBILE HIDE PHONE & EMAIL
========================= */

@media(max-width:767px){

.contact-highlight{
display:none;
}

.navbar-flex{
justify-content:center;
}

.logo-box{
margin:auto;
}

}


*{
margin:0;
padding:0;
box-sizing:border-box;
}


.typewriter-text{
font-size:72px;
line-height:1.05;
font-family:'Geom',serif;
font-weight:600;
color:#fff;
max-width:900px;
position:relative;
min-height:220px;
}

/* CURSOR */

.typewriter-text::after{
content:"|";
display:inline-block;
margin-left:6px;
animation:blink .7s infinite;
color:#00a79d;
}

@keyframes blink{

0%{
opacity:1;
}

50%{
opacity:0;
}

100%{
opacity:1;
}

}

/* RESPONSIVE */

@media(max-width:991px){

.typewriter-text{
font-size:52px;
min-height:170px;
}

}

@media(max-width:767px){

.typewriter-text{
font-size:38px;
min-height:140px;
}

}

.custom-container{
max-width:1320px;
width:92%;
margin:auto;
}

/* HERO */



.hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;

background: linear-gradient(to right, rgb(4 46 44), rgb(0 0 0 / 0%));
}

/* NAVBAR */

.hero-navbar{
position:relative;
z-index:10;
padding:14px 0;
}

.navbar-flex{
display:flex;
align-items:center;
justify-content:space-between;
}

.logo-box img{
height:56px;
}

.menu-links{
display:flex;
align-items:center;
gap:34px;
}

.menu-links a{
color:#fff;
font-size:12px;
font-weight:500;
letter-spacing:1px;
text-decoration:none;
}

.right-side{
display:flex;
align-items:center;
gap:18px;
}

.phone-box{
display:flex;
align-items:center;
gap:10px;
color:#fff;
font-size:13px;
}

.consult-btn{
background:#00685f;
padding:13px 22px;
font-size:12px;
font-weight:600;
letter-spacing:1px;
text-decoration:none;
color:#fff;
border-radius:2px;
}

/* HERO ROW */

.hero-row{
position:relative;
z-index:5;
min-height:88vh;
}

/* LEFT */

.hero-left{
color:#fff;
}

.small-title{
display:block;
font-size:12px;
letter-spacing:3px;
margin-bottom:18px;
}

.hero-left h1{
font-family: "Geom", sans-serif;
font-size:55px;
line-height:1;
font-weight:600;
margin-bottom:24px;
}

.hero-left p{
font-size:18px;
line-height:1.9;
max-width:590px;
color:#d8d8d8;
margin-bottom:38px;
}

.hero-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
}

.main-btn{
background:#00685f;
padding:18px 30px;
font-size:12px;
font-weight:600;
letter-spacing:1px;
color:#fff;
text-decoration:none;
border-radius:2px;
}

.border-btn{
border:1px solid rgba(255,255,255,.4);
padding:18px 30px;
font-size:16px;
font-weight:400;
letter-spacing:1px;
color:#fff;
text-decoration:none;
border-radius:2px;
}

/* FORM */

.quote-form{
background:#f8f5ef;
padding:36px;
border-radius:4px;
box-shadow:0 10px 40px rgba(0,0,0,.25);
}

.quote-form h3{
font-family:'Geom',serif;
font-size:34px;
margin-bottom:10px;
color:#1a1a1a;
}

.quote-form p{
font-size:14px;
line-height:1.8;
color:#666;
margin-bottom:25px;
}

.quote-form input,
.quote-form select,
.quote-form textarea{
width:100%;
height:50px;
border:1px solid #d7d7d7;
padding:0 14px;
font-size:13px;
background:#fff;
margin-bottom:14px;
outline:none;
}

.quote-form textarea{
height:110px;
padding-top:15px;
resize:none;
}

.quote-form button{
width:100%;
height:50px;
background:#00685f;
border:none;
font-size:12px;
font-weight:600;
letter-spacing:1px;
color:#fff;
cursor:pointer;
}

/* RESPONSIVE */

@media(max-width:991px){

.menu-links{
display:none;
}

.right-side{
display:none;
}

.hero-row{
padding:0px 0 0px;
}

.hero-left{
margin-bottom:60px;
}

.hero-left h1{
font-size:52px;
}

}

@media(max-width:767px){

.hero-left h1{
font-size:42px;
}

.hero-left p{
font-size:16px;
}
.hero-subtitle{
    display:none!important;
}
.hero-row {
   
    min-height: 0vh!important;
}

.hero-buttons{
flex-direction:column;
}

.main-btn,
.border-btn{
width:100%;
text-align:center;
}

.quote-form{
padding:25px;
}

}




.video-box{
position:relative;
width:100%;
height:320px;
overflow:hidden;
border-radius:18px;

overflow:hidden;

box-shadow:0 25px 60px rgba(0,0,0,.15);

border:6px solid #fff;
}

.video-box iframe{
width:100%;
height:100%;
border:none;
pointer-events:none;
}
.video-feature-section{

background:#fff;

padding:90px 0;

}

.trust-bar{

display:flex;

justify-content:space-between;

align-items:center;

padding:18px 30px;

background:#f8f8f8;

border:1px solid #ececec;

border-radius:15px;

margin-bottom:55px;

}

.license-box span{

font-size:13px;

letter-spacing:2px;

text-transform:uppercase;

color:#888;

display:block;

}

.license-box h5{
font-family: "Geom", sans-serif;
margin:5px 0 0;

font-size:24px;

font-weight:700;

color:#173633;

}

.review-brands{

display:flex;

gap:18px;

}

.brand-review{

display:flex;

align-items:center;

gap:12px;

background:#fff;

padding:14px 18px;

border-radius:12px;

border:1px solid #ececec;

}

.brand-review img{

width:24px;

height:24px;

}

.brand-review strong{

font-size:20px;

color:#173633;

}

.brand-review small{

display:block;

color:#777;

}



/*==========================
RESPONSIVE TRUST BAR
==========================*/

@media (max-width:991px){

.trust-bar{

flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
gap:20px;
padding:20px;

}

.license-box h5{

font-size:20px;

}

.review-brands{

width:100%;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:12px;

}

.brand-review{

justify-content:center;
padding:12px;

}

}

@media (max-width:576px){

.trust-bar{

padding:18px 15px;

}

.license-box span{

font-size:11px;
letter-spacing:1px;

}

.license-box h5{

font-size:18px;

}

.review-brands{

grid-template-columns:1fr;

}

.brand-review{

width:100%;
padding:14px;
border-radius:10px;

}

.brand-review img{

width:20px;
height:20px;

}

.brand-review strong{

font-size:18px;

}

.brand-review small{

font-size:12px;

}

}
/* =========================
VIDEO FEATURE SECTION
========================= */

.video-feature-section{
background:
linear-gradient(90deg,
#032927 0%,
#004d47 50%,
#00645d 100%);
padding:40px 0;
position:relative;
overflow:hidden;
border-top:1px solid rgba(255,255,255,.15);
}

.video-feature-section::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:
radial-gradient(circle at left,
rgba(0,255,220,.08),
transparent 45%);
pointer-events:none;
}

.custom-container{
width:92%;
max-width:1320px;
margin:auto;
}

/* VIDEO */

.video-box{
position:relative;
border:2px solid rgba(255,255,255,.18);
border-radius:8px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.video-box img{
width:100%;
height:330px;
object-fit:cover;
display:block;
}

.play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:68px;
height:68px;
background:#ff0000;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:24px;
text-decoration:none;
box-shadow:0 8px 20px rgba(255,0,0,.35);
}

.play-btn i{
margin-left:4px;
}

/* FEATURES GRID */

.features-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:38px 30px;
padding-left:40px;
}

/* ITEM */

.feature-item{
display:flex;
align-items:flex-start;
gap:18px;
color:#fff;
}

/* ICON */

.feature-icon{
min-width:58px;
height:58px;
border:1px solid rgba(255,255,255,.22);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
color:#fff;
background:rgba(255,255,255,.03);
}

/* TEXT */

.feature-text h4{
font-size:20px;
font-weight:600;
margin-bottom:8px;
font-family: "Geom", sans-serif;
}

.feature-text p{
font-size:14px;
line-height:1.8;
color:#d9ece9;
margin:0;
max-width:220px;
}

/* RESPONSIVE */

@media(max-width:991px){

.features-grid{
padding-left:0;
margin-top:50px;
}

.video-box img{
height:280px;
}

}

@media(max-width:767px){

.features-grid{
grid-template-columns:1fr;
gap:30px;
}

.video-box img{
height:240px;
}

.feature-text h4{
font-size:18px;
}

}




/* =========================
TESTIMONIAL SECTION
========================= */

.testimonial-section{
padding:95px 0;
background:#f7f4ef;
overflow:hidden;
}

/* CONTAINER */

.custom-container{
width:92%;
max-width:1320px;
margin:auto;
}

/* HEADING */

.section-heading{
margin-bottom:55px;
}

.section-heading span{
display:block;
font-size:11px;
letter-spacing:3px;
font-weight:600;
color:#8c8c8c;
margin-bottom:18px;
}

.section-heading h2{
font-family:'Geom',serif;

line-height:1.08;
font-weight:600;
color:#173633;
margin-bottom:18px;
}

.section-heading p{
font-size:16px;
line-height:1.9;
color:#666;
max-width:720px;
}

/* SLIDER */

.testimonial-slider{
width:100%;
overflow:hidden;
position:relative;
}

/* TRACK */

.testimonial-track{
display:flex;
gap:22px;
width:max-content;
animation:scrollSlider 45s linear infinite;
}

/* CARD */

.testimonial-card{
min-width:280px;
max-width:280px;
background:#fff;
padding:28px 24px;
border:1px solid #ececec;
border-radius:5px;
box-shadow:0 2px 10px rgba(0,0,0,.03);
flex-shrink:0;
}

/* STARS */

.stars{
font-size:13px;
letter-spacing:2px;
color:#f5a623;
margin-bottom:18px;
}

/* TEXT */

.testimonial-card p{
font-size:14px;
line-height:1.9;
color:#555;
margin-bottom:24px;
}

/* NAME */

.testimonial-card h5{
font-size:13px;
font-weight:600;
color:#222;
margin:0;
font-family: "Geom", sans-serif;
}

/* ANIMATION */

@keyframes scrollSlider{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

/* HOVER STOP */

.testimonial-slider:hover .testimonial-track{
animation-play-state:paused;
}

/* RESPONSIVE */


@media(max-width:767px){

.testimonial-section{
padding:70px 0;
}

.section-heading h2{
font-size:34px;
}

.testimonial-card{
min-width:240px;
max-width:240px;
padding:24px 20px;
}

}






/* =========================
PORTFOLIO SECTION
========================= */

.portfolio-section{
position:relative;
padding:110px 0;
background:#fff;
overflow:hidden;
}

/* OVERLAY */

.portfolio-overlay{
position:absolute;
top:-150px;
right:-150px;
width:500px;
height:500px;
background:
radial-gradient(circle,
rgba(0,104,95,.08),
transparent 70%);
pointer-events:none;
}

/* TOP */

.portfolio-top{
margin-bottom:45px;
}

.portfolio-top span{
display:block;
font-size:11px;
font-weight:700;
letter-spacing:3px;
color:#888;
margin-bottom:18px;
}

.portfolio-top h2{

line-height:1.08;
font-family:'Geom',serif;
color:#173633;
margin-bottom:18px;
font-weight:600;
}

.portfolio-top p{
max-width:760px;
margin:auto;
font-size:16px;
line-height:1.9;
color:#666;
}

/* FILTER */

.filter-btns{
display:flex;
justify-content:center;
gap:14px;
flex-wrap:wrap;
margin-bottom:50px;
}

.filter-btns button{
height:46px;
padding:0 26px;
border:1px solid #0b5d5d;
background:transparent;
border-radius:50px;
font-size:12px;
font-weight:600;
letter-spacing:1px;
color:#0b5d5d;
transition:.3s;
}

.filter-btns button.active,
.filter-btns button:hover{
background:#0b5d5d;
color:#fff;
}

/* GALLERY */

.creative-gallery{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
padding:0 35px;
}

/* ITEM */

.gallery-item{
position:relative;
overflow:hidden;

height:340px;
cursor:pointer;
}

.gallery-item.large{
grid-column:span 2;
height:340px;
}

/* IMAGE */

.gallery-item img{
width:100%;
height:100%;
object-fit:cover;
display:block;
transition:1s;
}

/* OVERLAY */

.gallery-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:
linear-gradient(to top,
rgba(0,0,0,.88),
rgba(0,0,0,.15));
display:flex;
align-items:flex-end;
padding:35px;
opacity:0;
transition:.5s;
}

/* CONTENT */

.gallery-content{
transform:translateY(30px);
transition:.5s;
}

.gallery-content span{
display:block;
font-size:11px;
letter-spacing:2px;
font-weight:600;
color:#c9d6d4;
margin-bottom:12px;
}

.gallery-content h4{
font-size:34px;
line-height:1.1;
font-family: "Geom", sans-serif;
color:#fff;
margin-bottom:18px;
font-weight:600;
}

.gallery-content a{
display:inline-block;
height:46px;
line-height:46px;
padding:0 24px;
background:#00685f;
font-size:12px;
font-weight:600;
letter-spacing:1px;
color:#fff;
text-decoration:none;
border-radius:4px;
}

/* HOVER */

.gallery-item:hover img{
transform:scale(1.1);
}

.gallery-item:hover .gallery-overlay{
opacity:1;
}

.gallery-item:hover .gallery-content{
transform:translateY(0);
}

/* BUTTONS */

.portfolio-btns{
display:flex;
justify-content:center;
gap:18px;
margin-top:55px;
}

.portfolio-btns a{
height:52px;
line-height:52px;
padding:0 36px;
border:1px solid #0b5d5d;
font-size:12px;
font-weight:600;
letter-spacing:1px;
text-decoration:none;
color:#0b5d5d;
border-radius:4px;
}

.portfolio-btns a.filled{
background:#0b5d5d;
color:#fff;
}

/* RESPONSIVE */

@media(max-width:1200px){

.creative-gallery{
grid-template-columns:repeat(2,1fr);
}

.gallery-item.large{
grid-column:span 1;
}

}

@media(max-width:768px){

.portfolio-section{
padding:75px 0;
}


.creative-gallery{
grid-template-columns:1fr;
padding:0 15px;
}

.gallery-item,
.gallery-item.large{
height:300px;
}

.gallery-content h4{
font-size:28px;
}

.portfolio-btns{
flex-direction:column;
padding:0 20px;
}

.portfolio-btns a{
text-align:center;
}

}

.service-card{
    background:#faf8f7;
    border:1px solid #ece8e5;
    border-radius:6px;
    padding:22px 18px;
   margin-bottom:20px;
    transition:.3s;
    
}

.service-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}





/* Mobile */
@media(max-width:576px){

   

    .service-card{
        text-align:center;
    }

   

}


    /* ===========================
   WHY CHOOSE SECTION
=========================== */

.why-top{
    background: linear-gradient(
        90deg,
        #083c3c 0%,
        #004848 50%,
        #003939 100%
    );
    padding:70px 0;
}

.section-label{
    display:block;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#b6c7c7;
    font-weight:700;
    margin-bottom:15px;
}

.why-title{
    color:#fff;
    font-size:42px;
    line-height:1.2;
    font-weight:600;
    margin-bottom:20px;
    font-family:'Geom',serif;
}

.why-desc{
    color:rgba(255,255,255,.85);
    line-height:1.8;
    font-size:15px;
}

.why-list{
    list-style:none;
    padding:0;
    margin:0;
}

.why-list li{
    color:#fff;
    margin-bottom:18px;
    display:flex;
    align-items:flex-start;
    gap:10px;
    font-size:15px;
}

.why-list i{
    color:#d9f0ec;
    font-size:18px;
}

/* ===========================
   PROCESS SECTION
=========================== */

.process-section{
    background:#f7f5f3;
    padding:80px 0;
}

.process-label{
    color:#9a9a9a;
}

.process-title{
    max-width:700px;
    
    line-height:1.2;
   
    margin-bottom:50px;
    font-family:'Geom',serif;
}

.process-card{
    background:#fff;
    padding:35px;
    height:100%;
    border:1px solid #ece8e4;
    transition:.3s;
}

.process-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(0,0,0,.08);
}

.process-number{
    display:block;
    font-size:56px;
    line-height:1;
    color:#b6c9c6;
    margin-bottom:15px;
    font-family: Georgia, serif;
}

.process-card h4{
    font-size:18px;
   font-family: "Geom", sans-serif;
    color:#2b2b2b;
    margin-bottom:15px;
   
}

.process-card p{
    color:#666;
    line-height:1.7;
    margin:0;
}

.process-btn{
    display:inline-block;
    background:#0a5b57;
    color:#fff;
    text-decoration:none;
    padding:14px 35px;
    font-size:13px;
    letter-spacing:1px;
    text-transform:uppercase;
    border-radius:3px;
    font-weight:600;
    transition:.3s;
}

.process-btn:hover{
    background:#084945;
    color:#fff;
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:991px){

    .why-title{
        font-size:34px;
    }

    .process-title{
        font-size:34px;
    }
}

@media(max-width:767px){

    .why-top{
        padding:50px 0;
    }

    .why-title{
        font-size:28px;
    }

    .process-title{
        font-size:28px;
        margin-bottom:35px;
    }

    .process-card{
        text-align:center;
    }

    .process-number{
        font-size:46px;
    }
}



/* =========================
BEFORE AFTER SECTION
========================= */

.before-after-section{
padding:100px 0;
background:#f7f4ef;
overflow:hidden;
position:relative;
}

.ba-container{
width:92%;
max-width:1320px;
margin:auto;
}

/* HEADING */

.ba-heading{
text-align:center;
margin-bottom:60px;
}

.ba-heading span{
display:block;
font-size:11px;
letter-spacing:3px;
font-weight:600;
color:#8d8d8d;
margin-bottom:18px;
}

.ba-heading h2{
font-family:'Geom',serif;

line-height:1.1;
font-weight:600;
color:#173633;
margin-bottom:18px;
}

.ba-heading p{
font-size:16px;
line-height:1.9;
color:#666;
max-width:720px;
margin:auto;
}

/* WRAPPER */

.before-after-wrapper{
position:relative;
max-width:1150px;
margin:auto;
}

/* IMAGE BOX */

.img-box{
position:relative;
width:100%;
height:650px;
overflow:hidden;
border-radius:10px;
box-shadow:0 15px 50px rgba(0,0,0,.12);
}

/* IMAGES */

.img-box img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

.before-img{
position:absolute;
top:0;
left:0;
}

.after-img-wrapper{
position:absolute;
top:0;
left:0;
width:50%;
height:100%;
overflow:hidden;
}

.after-img{
position:absolute;
top:0;
left:0;
}

/* LABEL */

.label{
position:absolute;
top:25px;
padding:10px 20px;
background:rgba(0,0,0,.65);
color:#fff;
font-size:12px;
font-weight:600;
letter-spacing:2px;
z-index:5;
border-radius:3px;
}

.before-label{
left:25px;
}

.after-label{
right:25px;
}

/* RANGE */

.slider-range{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
cursor:ew-resize;
z-index:10;
}

/* LINE */

.slider-line{
position:absolute;
top:0;
left:50%;
width:2px;
height:100%;
background:#fff;
z-index:4;
transform:translateX(-50%);
}

/* BUTTON */

.slider-button{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:68px;
height:68px;
background:#00685f;
border:4px solid #fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:20px;
z-index:6;
box-shadow:0 10px 30px rgba(0,0,0,.25);
}

/* RESPONSIVE */

@media(max-width:991px){

.img-box{
height:500px;
}



}

@media(max-width:767px){

.before-after-section{
padding:70px 0;
}

.img-box{
height:350px;
}

.ba-heading h2{
font-size:34px;
}

.slider-button{
width:58px;
height:58px;
font-size:16px;
}

}



    /* =========================
SERVICE AREA
========================= */

.service-area-section{
    background:#fff;
}

.service-image-wrap{
    position:relative;
}

.service-img{
    width:100%;
    border-radius:4px;
    display:block;
}

.service-badge{
    position:absolute;
    bottom:-20px;
    right:20px;
    background:linear-gradient(135deg,#01514f,#0d6a64);
    color:#fff;
    padding:18px 25px;
    border-radius:8px;
    text-align:center;
    box-shadow:0 15px 30px rgba(0,0,0,.15);
}

.service-badge span{
    font-size:13px;
}

.service-badge h5{
    margin:5px 0;
    font-family: "Geom", sans-serif;
    font-size:26px;
}

.service-title{
  
   
    margin-bottom:20px;
    line-height:1.15;
     font-family:'Geom',serif;
}

.service-text{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.service-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:30px;
}

.service-tags span{
    border:1px solid #d9d9d9;
    padding:8px 15px;
    font-size:12px;
    letter-spacing:1px;
}

.main-btn{
    display:inline-block;
    background:#c39a53;
    color:#fff;
    padding:14px 28px;
    text-decoration:none;
    font-size:13px;
    letter-spacing:1px;
}

/* =========================
CTA
========================= */

.cta-section{
    padding:90px 0;
    background:linear-gradient(
    90deg,
    #053f3f,
    #00605b,
    #053f3f);
}

.cta-small{
    color:#b8d2ce;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.cta-title{
    color:#fff;
    max-width:800px;
    margin:15px auto;
    font-size:48px;
    line-height:1.15;
   font-family:'Geom',serif;
}

.cta-text{
    color:rgba(255,255,255,.85);
    max-width:650px;
    margin:auto;
}

.cta-buttons{
    margin-top:35px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-light-outline{
    border:1px solid rgba(255,255,255,.5);
    color:#fff;
    text-decoration:none;
    padding:14px 28px;
    font-size:13px;
}

/* =========================
FAQ
========================= */

.faq-section{
    padding:90px 0;
    background:#fff;
}

.faq-title{
    color:#284e50;
    font-size:46px;
    line-height:1.15;
    margin-bottom:20px;
    font-family:'Geom',serif;
}

.faq-desc{
    color:#666;
}

.custom-faq .accordion-item{
    border:none;
    border-bottom:1px solid #ececec;
}

.custom-faq .accordion-button{
    background:#fff;
    box-shadow:none;
    padding:22px 0;
    font-weight:500;
}

.custom-faq .accordion-button:not(.collapsed){
    background:#fff;
    color:#0b5b56;
}

.custom-faq .accordion-body{
    padding:0 0 20px;
    color:#666;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .service-title,
    .cta-title,
    .faq-title{
        font-size:34px;
    }

    .service-badge{
        position:relative;
        right:auto;
        bottom:auto;
        margin-top:20px;
        display:inline-block;
    }
}

@media(max-width:767px){

    .service-title,
    .cta-title,
    .faq-title{
        font-size:28px;
    }

    .cta-section{
        padding:70px 0;
    }
}


    /*==========================
CONTACT SECTION
==========================*/

.bottom-contact-section{

position:relative;

padding:100px 0;

background:url('https://homesource247.com/landing/assets/images/ser1.jpg') center center/cover no-repeat;

overflow:hidden;

}

.bottom-contact-section::before{

content:"";

position:absolute;

top:0;
left:0;

width:100%;
height:100%;

background:rgba(10,22,20,.78);

z-index:1;

}

.bottom-container{

position:relative;

z-index:2;

width:92%;

max-width:1320px;

margin:auto;

}

.bottom-left-content{

padding-right:40px;

}

.bottom-left-content span{

display:block;

color:#caa35d;

font-size:13px;

letter-spacing:3px;

font-weight:600;

margin-bottom:18px;

text-transform:uppercase;

}

.bottom-left-content h2{



line-height:1.1;

color:#fff;

margin-bottom:20px;

}

.bottom-left-content p{

font-size:17px;

line-height:1.9;

color:#ddd;

margin-bottom:35px;

max-width:480px;

}

.contact-highlights{

padding:0;

margin:0;

list-style:none;

}

.contact-highlights li{

display:flex;

align-items:center;

gap:12px;

margin-bottom:18px;

color:#fff;

font-size:16px;

font-weight:500;

}

.contact-highlights i{

color:#caa35d;

font-size:18px;

}


    .footer-area{

background:#173633;

padding:80px 0 25px;

color:#d9e8e5;

}

.footer-logo{

height:60px;

margin-bottom:25px;

filter:brightness(0) invert(1);

}

.footer-about{

line-height:1.9;

margin-bottom:25px;

font-size:15px;

}

.footer-widget h4{
font-family: "Geom", sans-serif;
color:#fff;

margin-bottom:25px;

font-size:22px;

font-weight:700;

position:relative;

padding-bottom:10px;

}

.footer-widget h4::after{

content:"";

position:absolute;

left:0;

bottom:0;

width:45px;

height:3px;

background:#caa35d;

}

.footer-widget ul{

list-style:none;

padding:0;

margin:0;

}

.footer-widget ul li{

margin-bottom:14px;

}

.footer-widget ul li a{

color:#d9e8e5;

text-decoration:none;

transition:.3s;

}

.footer-widget ul li a:hover{

color:#caa35d;

padding-left:6px;

}

.footer-social{

display:flex;

gap:12px;

}

.footer-social a{

width:42px;

height:42px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:rgba(255,255,255,.08);

color:#fff;

text-decoration:none;

transition:.3s;

}

.footer-social a:hover{

background:#caa35d;

transform:translateY(-4px);

}

.footer-contact div{

display:flex;

gap:15px;

margin-bottom:18px;

align-items:flex-start;

}

.footer-contact i{

color:#caa35d;

margin-top:4px;

min-width:18px;

}

.footer-contact a{

color:#d9e8e5;

text-decoration:none;

}

.footer-btn{

display:inline-block;

margin-top:10px;

padding:13px 28px;

background:#caa35d;

color:#fff;

text-decoration:none;

border-radius:40px;

font-weight:600;

transition:.3s;

}

.footer-btn:hover{

background:#fff;

color:#173633;

}

.footer-area hr{

border-color:rgba(255,255,255,.08);

margin:55px 0 25px;

}

.footer-bottom{/* display:flex; */justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;}

.footer-bottom p{

margin:0;

font-size:14px;

}

.footer-bottom a{

color:#d9e8e5;

text-decoration:none;

}

.footer-bottom a:hover{

color:#caa35d;

}

@media(max-width:991px){

.footer-area{

text-align:center;

}

.footer-widget h4::after{

left:50%;

transform:translateX(-50%);

}

.footer-social{

justify-content:center;

}

.footer-contact div{

justify-content:center;

}

.footer-bottom{

justify-content:center;

text-align:center;

}

}
.hp-field{
    position:absolute;
    left:-9999px;
    opacity:0;
    height:0;
    width:0;
    overflow:hidden;
}
.mega-dropdown{
    position:static;
}

.mega-menu{
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    background:#fff;
    padding:35px;
    display:flex;
    gap:60px;
    opacity:0;
    visibility:hidden;
    transform:translateY(20px);
    transition:.35s;
    box-shadow:0 15px 45px rgba(0,0,0,.12);
    border-radius:0 0 12px 12px;
    z-index:999;
}

.mega-dropdown:hover .mega-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.mega-column{
    min-width:240px;
}

.mega-column h6{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
    color:#111;
    font-family: "Geom", sans-serif;
}

.mega-column a{
    display:block;
    padding:8px 0;
    color:#666;
    text-decoration:none;
    transition:.3s;
}

.mega-column a:hover{
    color:#0a5b57;
    padding-left:8px;
}

@media(max-width:1199px){

.mega-menu{
position:relative;
display:none;
opacity:1;
visibility:visible;
transform:none;
box-shadow:none;
padding:10px 20px;
flex-direction:column;
}

.mega-dropdown.show .mega-menu{
display:flex;
}

}
/* NAV LINK */

.navbar-nav{
    gap:8px;
}

.navbar-nav .nav-link{
    display:flex;
    align-items:center;
    gap:8px;
    padding:12px 18px;
    font-weight:600;
    color:#222;
    text-transform:uppercase;
   font-family: "Geom", sans-serif;
    transition:.3s;
}

.navbar-nav .nav-link i{
    font-size:15px;
    width:18px;
    text-align:center;
    color:#666;
}

/* Grey Hover */

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{

    background:#f2f2f2;
    color:#000;

}

.navbar-nav .nav-link:hover i,
.navbar-nav .nav-link.active i{

    color:#0a5b57;

}


/* ===========================
   MEGA MENU
=========================== */

.mega-dropdown{
    position:static;
}

.mega-menu{
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    background:#fff;
    padding:40px;
    display:grid;
    grid-template-columns:repeat(3,1fr); /* 4 Columns */
    gap:30px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    border-radius:0 0 12px 12px;

    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.35s;
    z-index:999;
}

.mega-dropdown:hover .mega-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.mega-column{
    width:100%;
}

.mega-column h6{
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}

.mega-column a{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 0;
    text-decoration:none;
    color:#444;
    transition:.3s;
}

.mega-column a:hover{
    color:#0a5b57;
    padding-left:8px;
}

.mega-column a i{

    color:#0a5b57;
    width:18px;

}


/* =====================
MOBILE
===================== */

@media(max-width:1199px){

.mega-menu{

position:relative;
display:none;

opacity:1;
visibility:visible;
transform:none;

box-shadow:none;

padding:15px;

flex-direction:column;

}

.mega-dropdown.show .mega-menu{

display:flex;

}

.navbar-nav .nav-link{

padding:14px 0;
border-radius:0;

}

}
.mobile-fixed-btns{

display:none;

}

@media(max-width:991px){

.mobile-fixed-btns{

position:fixed;

left:0;
bottom:0;

width:100%;

display:flex;

z-index:99999;

background:#fff;

padding:10px;

gap:10px;

box-shadow:0 -5px 20px rgba(0,0,0,.15);

}

.mobile-fixed-btns a{

flex:1;

height:52px;

display:flex;

align-items:center;

justify-content:center;

gap:8px;

text-decoration:none;

font-weight:700;

border-radius:8px;

font-size:15px;

}

.call-btn{

background:#0a5b57;

color:#fff;

}

.estimate-btn-mobile{

background:#111;

color:#fff;

}

body{

padding-bottom:75px;

}

}
.mega-column h6{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:18px;
    font-weight:700;
    margin-bottom:22px;
}

.mega-column h6 i{
    font-size:28px;
    color:#0a5b57;
}

.mega-column a{
    display:flex;
    align-items:center;
    gap:16px;
   
    text-decoration:none;
    color:#444;
    font-size:17px;
    font-weight:500;
    transition:.3s;
}

.mega-column a i{
    width:38px;
    height:38px;
    
    background:#f5f5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0a5b57;
    font-size:20px;
    transition:.3s;
}

.mega-column a:hover{
    color:#0a5b57;
    padding-left:8px;
}

.mega-column a:hover i{
    background:#0a5b57;
    color:#fff;
    transform:scale(1.1);
}

.mega-column p{
    color:#666;
    line-height:1.8;
    margin-top:10px;
}

.mega-column .btn{
    padding:5px 24px;
    border-radius:0px;
    font-size:13px;
    font-weight:600;
}
@media (max-width:1199px){

.mega-dropdown{
    position:relative;
}

.mega-menu{
    position:static;
    width:100%;
    display:none;
    opacity:1;
    visibility:visible;
    transform:none;
    box-shadow:none;
    border-radius:0;
    padding:15px 0;
    grid-template-columns:1fr;
    gap:15px;
}

.mega-dropdown.active .mega-menu{
    display:grid;
}

}
.est{
    background: #eee;
    padding:20px;
}

.sh-btn{
        background: #0a5b57;
    color: #fff!important;
    padding: 14px 28px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
}
.sh-btn:hover{
        background: #c39a53;
    color: #000!important;
  
}
.topbar{

    background:#0a5b57;

    color:#fff;

    font-size:14px;

    padding:8px 0;

}

.topbar-wrapper{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

}

.topbar-offer{

    display:flex;

    align-items:center;

    gap:10px;

   

    color:#d6a24c;

    flex-wrap:wrap;

}

.topbar-offer i{

    color:#d6a24c;

}

.topbar-offer span{
font-weight:600;
    color:#d6a24c;
font-size:12px;
    letter-spacing:.3px;

}

.topbar-offer a{

    color:#fff;

    font-style:italic;

    text-decoration:underline;

    transition:.3s;

}

.topbar-offer a:hover{

    color:#d6a24c;

}

.topbar-right{

    display:flex;

    align-items:center;

    gap:25px;

    color:#fff;

}

.topbar-phone{

    display:flex;

    align-items:center;

    gap:8px;

    text-decoration:none;

    color:#fff;

}

.topbar-phone i{

    color:#d6a24c;

}

.topbar-phone span{

    color:#d6a24c;

    font-weight:600;

}

.topbar-phone strong{

    color:#fff;

    font-weight:800;

}

.topbar-time{

    white-space:nowrap;

    font-size:14px;

}

/*====================
Responsive
====================*/

@media(max-width:991px){

.topbar{

padding:10px 0;
display:none!important;

}
.hero-feature-box{
    display:none!important;
}

.topbar-wrapper{

flex-direction:column;

gap:8px;

text-align:center;

}

.topbar-offer{

justify-content:center;

font-size:13px;

}

.topbar-right{

flex-direction:column;

gap:5px;

}

.topbar-phone strong{

font-size:18px;

}

.topbar-time{

font-size:13px;

}

}

@media(max-width:575px){

.topbar{

display:none;

}

}
.location-dropdown{
    position:relative;
}

.location-btn{
    display:flex;
    align-items:center;
    gap:8px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    padding:6px 12px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:6px;
    transition:.3s;
}

.location-btn:hover{
    background:rgba(255,255,255,.08);
    color:#d6a24c;
}

.location-btn i{
    color:#d6a24c;
}

.location-dropdown .dropdown-menu{
    min-width:170px;
    border:none;
    border-radius:10px;
    box-shadow:0 12px 30px rgba(0,0,0,.15);
    margin-top:10px;
    padding:8px;
}

.location-dropdown .dropdown-item{
    display:flex;
    align-items:center;
    gap:10px;
    border-radius:8px;
    padding:10px 15px;
    font-weight:500;
}

.location-dropdown .dropdown-item i{
    color:#d6a24c;
}

.location-dropdown .dropdown-item:hover{
    background:#073f3c;
}
/*==========================
 HERO SECTION
==========================*/

.hero-section{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;
    padding:80px 0 80px;
    background:url("./img/bath1.2.jpg") center center/cover no-repeat;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to right, rgb(5 12 22 / 76%) 0%, rgb(5 12 22 / 42%) 35%, rgb(5 12 22 / 0%) 65%, rgb(5 12 22 / 0%) 100%);
}

.hero-row{
    position:relative;
    z-index:2;
}

.hero-content{
    color:#fff;
    max-width:650px;
}

.hero-subtitle{
    display:inline-block;
    background:#0a5b57;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:25px;
    text-transform:uppercase;
}

.hero-content h1{
   font-family: "Geom", sans-serif;
    line-height:1.08;
    font-weight:800;
    color:#fff;
    margin-bottom:30px;
}

.hero-content h1 span{
    color:#d6a24c;
}

.hero-feature-box{
    max-width:560px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,.12);
    border-radius:18px;
    padding:30px;
}

.hero-feature-box h5{
    color:#fff;
    font-size:24px;
    font-family: "Geom", sans-serif;
    font-weight:700;
    margin-bottom:20px;
}

.hero-feature-box ul{
    margin:0;
    padding:0;
    list-style:none;
}

.hero-feature-box ul li{
    display:flex;
    align-items:flex-start;
    gap:14px;
    color:#fff;
    font-size:17px;
    line-height:1.7;
    margin-bottom:18px;
}

.hero-feature-box ul li:last-child{
    margin-bottom:0;
}

.hero-feature-box ul li i{
    width:20px;
    height:20px;
    min-width:20px;
   
    background:#d6a24c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}

/*==========================
 FORM CARD
==========================*/

.hero-form{
    background:#ffffffc7;
    border-radius:24px;
    padding:35px;
    box-shadow:0 20px 60px rgba(0,0,0,.18);
}

.hero-form h3{
    font-size:20px;
    font-weight:800;
    color:#0b1623;
   
}

.hero-form p{
    color:#666;
    margin-bottom:30px;
    font-size:16px;
}

/*==========================
 PROGRESS BAR
==========================*/

.step-progress{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:35px;
}

.step{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#ececec;
    color:#888;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
    transition:.3s;
}

.step.active{
    background:#0a5b57;
    color:#fff;
}

.line{
    flex:1;
    height:4px;
    background:#e4e4e4;
    margin:0 10px;
    border-radius:50px;
}

.line.active{
    background:#0a5b57;
}

/*==========================
 FORM STEP
==========================*/

.form-step{
    display:none;
    animation:fade .35s ease;
}

.form-step.active{
    display:block;
}

@keyframes fade{

from{
opacity:0;
transform:translateY(15px);
}

to{
opacity:1;
transform:translateY(0);
}

}
/*=====================================
 SERVICE GRID
======================================*/

.service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:25px;
}

.service-card{
    background:#fff;
    border:2px solid #ececec;
    border-radius:16px;
    padding:28px 15px;
    text-align:center;
    cursor:pointer;
    transition:.35s;
    user-select:none;
}

.service-card:hover{
    transform:translateY(-5px);
    border-color:#0a5b57;
    box-shadow:0 15px 35px rgba(13,110,253,.15);
}

.service-card.active{
    border-color:#0a5b57;
    background:#f4f8ff;
    box-shadow:0 15px 35px rgba(13,110,253,.18);
}

.service-card i{
    width:72px;
    height:72px;
    margin:auto;
    border-radius:50%;
    background:#eef5ff;
    color:#0a5b57;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:18px;
    transition:.3s;
}

.service-card:hover i,
.service-card.active i{
    background:#0a5b57;
    color:#fff;
    transform:scale(1.08);
}

.service-card h6{
    font-size:20px;
    font-weight:700;
    font-family: "Geom", sans-serif;
    color:#0b1623;
    margin-bottom:4px;
}

.service-card span{
    font-size:15px;
    color:#666;
}

/*=====================================
 INPUTS
======================================*/

.hero-input{
    height:58px;
    border-radius:12px;
    border:2px solid #e8e8e8;
    padding:0 18px;
    font-size:16px;
    box-shadow:none;
}

.hero-input:focus{
    border-color:#0a5b57;
    box-shadow:none;
}

textarea.hero-input{
    height:130px;
    resize:none;
    padding-top:15px;
}

/*=====================================
 BUTTONS
======================================*/

.continue-btn,
.submit-btn,
.back-btn{
    border:none;
    border-radius:12px;
    height:56px;
    font-size:16px;
    font-weight:700;
    transition:.3s;
}

.continue-btn,
.submit-btn{
    width:100%;
    background:#0a5b57;
    color:#fff;
}

.continue-btn:hover,
.submit-btn:hover{
    background:#c39a53;
}

.step-btns{
    display:flex;
    gap:12px;
}

.step-btns .back-btn{
    width:140px;
    background:#f3f3f3;
    color:#222;
}

.step-btns .continue-btn,
.step-btns .submit-btn{
    flex:1!important;
}

.back-btn:hover{
    background:#e7e7e7;
}

/*=====================================
 ERROR
======================================*/

.error-msg{
    display:none;
    color:#dc3545;
    font-size:14px;
    margin-bottom:15px;
}

/*=====================================
 RESPONSIVE
======================================*/

@media(max-width:1199px){

.hero-content h1{
    font-size:52px;
  
}

.hero-form{
    margin-top:40px;
}

}

@media(max-width:991px){

.hero-section{
    min-height:auto;
    padding:120px 0 70px;
}
.hero-subtitle{
    display:none;
}
.hero-content h1{
    font-size:52px;
    text-align:center;
}

.hero-content{
  
    margin-bottom:45px;
}

.hero-feature-box{
    margin:auto;
}

.hero-content h1{
    font-size:42px;
}

.hero-form{
    max-width:650px;
    margin:auto;
}

}

@media(max-width:767px){

.hero-section{
    padding:50px 0 50px;
}
.step-btns .continue-btn,
.step-btns .submit-btn{
    flex:none!important;
}

.hero-content h1{
    font-size:35px;
    text-align:center;
    line-height:1.2;
}

.hero-feature-box{
    padding:22px;
}

.hero-feature-box h5{
    font-size:20px;
}

.hero-feature-box li{
    font-size:15px;
}

.hero-form{
    padding:25px;
    border-radius:18px;
}

.hero-form h3{
    font-size:26px;
}
.off{
    text-align:center;
}


.step{
    width:38px;
    height:38px;
    font-size:15px;
}

.line{
    margin:0 6px;
}

.step-btns{
    flex-direction:column;
}

.step-btns .back-btn{
    width:100%;
}

.hero-input{
    height:54px;
}

}

@media(max-width:480px){

.hero-content h1{
    font-size:26px;
    text-align:center;
}

.hero-subtitle{
    font-size:12px;
}

.hero-feature-box{
    padding:18px;
}

.hero-feature-box li{
    gap:10px;
}

.service-card{
    padding:22px 12px;
}

.service-card i{
    width:60px;
    height:60px;
    font-size:28px;
}

.service-card h6{
    font-size:18px;
}

.hero-form{
    padding:20px;
}

}
.hero-feature-box{
    max-width:520px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.15);
    border-radius:14px;
    padding:22px;
}

.hero-feature-box h5{
    font-size:22px;
    margin-bottom:18px;
    color:#fff;
    font-weight:700;
}

.hero-feature-box ul{
    margin:0;
    padding:0;
    list-style:none;
}

.hero-feature-box li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:14px;
    color:#fff;
    font-size:15px;
    line-height:1.6;
}

.hero-feature-box li:last-child{
    margin-bottom:0;
}

.hero-feature-box li i{
   
    width:20px;
    height:20px;
 
    background:#d6a24c;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    margin-top:2px;
}
.hero-form{
   
    margin-left:auto;
    background:#fff;
    border-radius:18px;
    padding:22px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}
.service-grid{
    gap:12px;
    margin-bottom:18px;
}

.service-card{
    padding:18px 12px;
    border-radius:12px;
}

.service-card i{
    width:52px;
    height:52px;
    font-size:22px;
    margin-bottom:10px;
}

.service-card h6{
    font-size:16px;
    margin-bottom:2px;
}

.service-card span{
    font-size:13px;
}
.continue-btn,
.submit-btn,
.back-btn{
    height:46px;
    border-radius:10px;
    font-size:15px;
}
.hero-form h3{
    font-size:24px;
    margin-bottom:6px;
}

.hero-form p{
    font-size:14px;
    margin-bottom:18px;
}
.ser{
    height:100%!important;
}
.service-showcase{
    overflow:hidden;
}

.service-image{
    height:650px;
}

.service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.service-info{
    height:650px;
    padding:90px 70px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    background:#fff;
}

.service-info.dark{
    background:#0a5b57;
    color:#fff;
}

.service-info span{
    display:block;
    font-size:18px;
    font-weight:700;
    color:#c9a15b;
    margin-bottom:18px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.service-info h2{
  
    line-height:1.1;
    font-weight:800;
    margin-bottom:25px;
}

.service-info p{
    font-size:18px;
    line-height:1.8;
    max-width:540px;
    margin-bottom:35px;
}

.service-info .estimate-btn{
    width:max-content;
}

@media(max-width:991px){

.service-image{
    height:350px;
}

.service-info{
    height:auto;
    padding:50px 30px;
}

.service-info h2{
    
}

.service-info p{
    font-size:16px;
}

}

@media(max-width:575px){

.service-image{
    height:260px;
}

.service-info{
    padding:35px 20px;
}

.service-info h2{
   
}

.service-info span{
    font-size:15px;
}

}
/*====================================
 LUXURY SECTION
====================================*/

.luxury-section{
    position:relative;
    padding:120px 0;
    overflow:hidden;
    background:url("./img/bath1.5.JPG") center center/cover no-repeat;
}

.luxury-overlay{
    position:absolute;
    inset:0;
    background:rgba(7,18,35,.82);
}

.luxury-section .container{
    position:relative;
    z-index:2;
}

/*==============================
 LEFT CONTENT
==============================*/

.luxury-content{
    color:#fff;
    max-width:560px;
}

.luxury-subtitle{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#d4ad69;
    font-size:14px;
    letter-spacing:2px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:25px;
}

.luxury-subtitle i{
    font-size:8px;
}

.luxury-content h2{
    font-size:40px;
    font-family: "Geom", sans-serif;
    line-height:1.08;
    font-weight:800;
    margin-bottom:25px;
}

.luxury-content p{
    font-size:18px;
    line-height:1.8;
    color:#d9d9d9;
    margin-bottom:35px;
}

/*==============================
 CHECK LIST
==============================*/

.luxury-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px 40px;
    margin-bottom:40px;
}

.luxury-list p{
    margin:0 0 16px;
    font-size:16px;
    color:#fff;
    display:flex;
    align-items:center;
    gap:12px;
}

.luxury-list i{
    color:#d4ad69;
}

/*==============================
 BUTTONS
==============================*/

.luxury-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.luxury-buttons .estimate-btn{

    padding:18px 34px;
    background:#d4ad69;
    color:#111;
    font-weight:700;
    border-radius:4px;
    text-decoration:none;
    transition:.35s;
}

.luxury-buttons .estimate-btn:hover{

    background:#c39a53;
}

.luxury-buttons .border-btn{

    padding:18px 34px;
    border:1px solid rgba(255,255,255,.4);
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    transition:.35s;
}

.luxury-buttons .border-btn:hover{

    background:#fff;
    color:#111;
}

/*==============================
 RIGHT CARD
==============================*/

.color-card{

    background:#0a5b573d;

    border:1px solid rgba(255,255,255,.18);

    border-radius:14px;

    padding:28px;

    backdrop-filter:blur(12px);

    box-shadow:0 25px 60px rgba(0,0,0,.35);

}

.color-card h6{
font-family: "Geom", sans-serif;
    color:#d4ad69;

    text-align:center;

    letter-spacing:2px;

    margin-bottom:25px;

    font-size:15px;

    font-weight:700;

}

/*==============================
 COLOR GRID
==============================*/

.color-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;

}

.color-item{

    text-align:center;

}

.color-item img{

    width:100%;

    height:110px;

    object-fit:cover;

    border-radius:8px;

    transition:.4s;

}

.color-item:hover img{

    transform:scale(1.05);

}

.color-item span{

    display:block;

    color:#fff;

    margin-top:10px;

    font-size:13px;

}

.exclusive-text{

    text-align:center;

    margin-top:25px;

    color:#888;

    letter-spacing:2px;

    font-size:13px;

    font-weight:700;

}

/*==============================
 RESPONSIVE
==============================*/

@media(max-width:1199px){

.luxury-content h2{

font-size:56px;

}

}

@media(max-width:991px){

.luxury-section{

padding:80px 0;

}

.luxury-content{

margin-bottom:40px;

max-width:100%;

}

.luxury-content h2{

font-size:46px;

}

.color-card{

margin-top:20px;

}

}

@media(max-width:767px){

.luxury-content h2{

font-size:36px;

}

.luxury-content p{

font-size:16px;

}

.luxury-list{

grid-template-columns:1fr;

gap:5px;

}

.luxury-buttons{

flex-direction:column;

}

.luxury-buttons a{

width:100%;

text-align:center;

}

.color-grid{

grid-template-columns:repeat(2,1fr);

}

.color-item img{

height:100px;

}

}

@media(max-width:480px){

.luxury-section{

padding:60px 0;

}

.luxury-content h2{

font-size:30px;

}

.color-card{

padding:18px;

}

.color-grid{

gap:12px;

}

.color-item img{

height:85px;

}

}
/*==========================
Reveal Animation
==========================*/

.luxury-content,
.color-card{

    opacity:0;

    transform:translateY(50px);

    transition:all .8s ease;

}

.luxury-content.show,
.color-card.show{

    opacity:1;

    transform:translateY(0);

}

/*==========================
Active Tile
==========================*/

.color-item{

    cursor:pointer;

}

.color-item img{

    border:3px solid transparent;

    transition:.35s;

}

.color-item.active img{

    border-color:#d4ad69;

    transform:scale(1.05);

    box-shadow:0 15px 35px rgba(212,173,105,.35);

}

.color-item.active span{

    color:#d4ad69;

    font-weight:700;

}
/*==================================
 TECHNOLOGY SECTION
==================================*/

.technology-section{
    background:#111;
    padding:90px 0;
}

.technology-wrapper{
    border:1px solid rgba(255,255,255,.08);
    overflow:hidden;
    background:#0a5b57;
}

/*=============================
LEFT
=============================*/

.technology-content{
    height:100%;
    padding:70px 60px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    color:#fff;
}

.tech-subtitle{
    color:#caa46b;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:28px;
    display:block;
}

.technology-content h2{
font-family: "Geom", sans-serif;
    line-height:1.08;
    font-weight:800;
    margin-bottom:28px;

}

.technology-content h2 span{

    color:#caa46b;

}

.technology-content p{

    color:#d5d5d5;
    font-size:18px;
    line-height:1.8;
    max-width:470px;
    margin-bottom:40px;

}

/*=============================
LIST
=============================*/

.tech-list{

    list-style:none;
    padding:0;
    margin:0 0 45px;

}

.tech-list li{

    display:flex;
    align-items:center;
    justify-content:space-between;

    border-bottom:1px solid rgba(255,255,255,.08);

    padding:18px 0;

    font-size:17px;
    color:#fff;
    font-weight:500;

}

.tech-list li i{

    color:#caa46b;
    margin-right:15px;
    font-size:8px;
}

.tech-list li{
    justify-content:flex-start;
}

/*=============================
BUTTON
=============================*/

.tech-buttons{

    margin-bottom:30px;

}

.tech-buttons .estimate-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#fff;
    color:#111;

    padding:18px 35px;

    text-decoration:none;

    font-size:15px;
    font-weight:700;

    transition:.35s;

}

.tech-buttons .estimate-btn:hover{

    background:#caa46b;
    color:#fff;

}

.tech-link{

    color:#fff;
    text-decoration:none;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;

}

.tech-link:hover{

    color:#caa46b;

}

/*=============================
VIDEO
=============================*/

.technology-video{

    position:relative;
    height:100%;
    min-height:640px;
    overflow:hidden;

}

.technology-video video{

    width:100%;
    height:100%;
    object-fit:cover;
    display:block;

}

/* Dark Overlay */

.technology-video::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.12));

}

/*=============================
CONTROLS
=============================*/

.video-controls{

    position:absolute;

    right:22px;

    bottom:22px;

    display:flex;

    gap:10px;

    z-index:3;

}

.video-btn{

    width:44px;
    height:44px;

    border-radius:50%;

    border:none;

    background:rgba(0,0,0,.55);

    color:#fff;

    backdrop-filter:blur(10px);

    transition:.35s;

}

.video-btn:hover{

    background:#caa46b;

}

/*=============================
RESPONSIVE
=============================*/

@media(max-width:1199px){

.technology-content{

padding:55px;

}

.technology-content h2{

font-size:52px;

}

}

@media(max-width:991px){

.technology-video{

min-height:450px;

}

.technology-content{

padding:45px;

}

.technology-content h2{

font-size:42px;

}

}

@media(max-width:767px){

.technology-section{

padding:60px 0;

}

.technology-content{

padding:35px 25px;

}

.technology-content h2{

font-size:34px;

}

.technology-content p{

font-size:16px;

}

.tech-list li{

font-size:15px;

padding:15px 0;

}

.tech-buttons .estimate-btn{

width:100%;

}

.technology-video{

min-height:300px;

}

.video-btn{

width:40px;
height:40px;

}

}

@media(max-width:480px){

.technology-content h2{

font-size:28px;

}

.tech-subtitle{

font-size:11px;

letter-spacing:2px;

}

.technology-video{

min-height:230px;

}

}
/*==============================
 Animation
==============================*/

.technology-content,
.technology-video{

    opacity:0;
    transform:translateY(60px);
    transition:all .8s ease;

}

.technology-content.show-tech,
.technology-video.show-tech{

    opacity:1;
    transform:translateY(0);

}

/*==============================
 Button Animation
==============================*/

.video-btn{

    cursor:pointer;
    transition:.35s;

}

.video-btn:hover{

    transform:scale(1.08);

}

.video-btn:active{

    transform:scale(.92);

}

/*==============================
 Video Hover Zoom
==============================*/

.technology-video{

    overflow:hidden;

}

.technology-video video{

    transition:transform 6s linear;

}

.technology-video:hover video{

    transform:scale(1.05);

}
.video-overlay-logo{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
    z-index:2;
}

.video-overlay-logo img{
    max-width:380px;
    width:70%;
    opacity:.95;
}
/*==================================
LOCATION SECTION
==================================*/

.location-section{

    padding:90px 0;

    background:#f7f6f2;

}

.location-content{

    max-width:720px;

}

.location-top{

    display:flex;

    align-items:flex-end;

    gap:12px;

    margin-bottom:18px;

    color:#111;

    

    font-size:12px;

    font-weight:700;

}

.location-top strong{

    font-size:20px;

    line-height:1;

    color:#c9a15b;

    font-weight:800;

}

.location-content h2{

 font-family: "Geom", sans-serif;
    line-height:1.15;

    font-weight:800;

    color:#071321;

    margin:0;

}

.location-content h2 span{

    color:#0a5b57;

}

.location-btn{

    display:inline-flex;

    align-items:center;

    gap:14px;

  


    text-decoration:none;

    transition:.35s;

    letter-spacing:.5px;

}

.location-btn:hover{

    background:#071321;

    color:#fff;

}

.location-btn i{

    transition:.35s;

}

.location-btn:hover i{

    transform:translateX(6px);

}

/*=========================
Responsive
=========================*/

@media(max-width:991px){

.location-section{

padding:70px 0;

text-align:center;

}

.location-top{

justify-content:center;

}

.location-content h2{

font-size:42px;

}

}

@media(max-width:767px){

.location-top strong{

font-size:20px;

}

.location-content h2{

font-size:32px;

}

.location-btn{

width:100%;

justify-content:center;

padding:18px;

margin-top:25px;

}

}

@media(max-width:480px){

.location-content h2{

font-size:28px;

line-height:1.3;

}

.location-top{

font-size:10px;

gap:8px;

}

.location-top strong{

font-size:20px;

}

}
/*=========================================
 FOOTER SECTION
=========================================*/

.footer-section{
    background:#0a5b57;
    color:#fff;
    padding:90px 0 0;
    position:relative;
    overflow:hidden;
}

/*=========================================
 TOP HEADING
=========================================*/

.footer-top{
    /* max-width:900px; */
    /* margin:0 auto 70px; */
}

.footer-subtitle{
    display:inline-block;
    color:#cba464;
    font-size:13px;
    letter-spacing:3px;
    text-transform:uppercase;
    font-weight:700;
    margin-bottom:20px;
}

.footer-top h2{
 font-family: "Geom", sans-serif;
    font-weight:800;
    line-height:1.1;
    margin-bottom:20px;
    color:#fff;
}

.footer-top p{
    max-width:760px;
    margin:auto;
    color:#c7cbd1;
    line-height:1.8;
    font-size:17px;
}

/*=========================================
 CTA BOXES
=========================================*/

.footer-cta{
    margin-bottom:80px;
}

.footer-card{
    border:1px solid rgba(255,255,255,.08);
    background:#09514d;
    padding:38px;
    height:100%;
    transition:.35s;
    position:relative;
}

.footer-card:hover{
    border-color:#cba464;
    transform:translateY(-8px);
}

.footer-card h4{
    font-family: "Geom", sans-serif;
    font-size:30px;
    font-weight:700;
    margin-bottom:20px;
    color:#fff;
}

.footer-card p{
    color:#c8ccd3;
    font-size:16px;
    line-height:1.8;
    margin-bottom:28px;
}

.footer-link{
    display:inline-flex;
    align-items:center;
    gap:15px;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    position:relative;
    transition:.35s;
}

.footer-link::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:110px;
    height:1px;
    background:#fff;
    transition:.35s;
}

.footer-link:hover{
    color:#cba464;
}

.footer-link:hover::after{
    width:145px;
    background:#cba464;
}

.footer-link i{
    transition:.35s;
}

.footer-link:hover i{
    transform:translateX(8px);
}

/*=========================================
 MAIN FOOTER
=========================================*/

.footer-main{
    padding:20px 0 60px;
}

.footer-about{
    max-width:340px;
}

.footer-logo{
    height:65px;
    margin-bottom:30px;
}

.footer-about h5{
    font-family: "Geom", sans-serif;
    color:#8e949d;
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:1px;
    margin-bottom:18px;
}

.footer-about p{
    color:#fff;
    line-height:1.9;
    margin-bottom:18px;
}

.footer-about a{
    display:inline-block;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    margin-bottom:10px;
}

.footer-about span{
    display:block;
    color:#b8bec8;
    font-size:14px;
}

/*=========================================
 SOCIAL
=========================================*/

.footer-social{
    display:flex;
    gap:18px;
    margin-top:35px;
}

.footer-social a{
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    text-decoration:none;
    transition:.35s;
}

.footer-social a:hover{
    background:#cba464;
    border-color:#cba464;
    color:#081526;
}
/*=========================================
FOOTER MENUS
=========================================*/

.footer-menu{
    margin-bottom:30px;
}

.footer-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#8f96a3;
    text-transform:uppercase;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
    cursor:default;
}

.footer-title .mobile-toggle{
    display:none;
}

.footer-menu ul{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-menu ul li{
    margin-bottom:14px;
}

.footer-menu ul li:last-child{
    margin-bottom:0;
}

.footer-menu ul li a{
    color:#fff;
    font-family:"Geom", sans-serif;
    text-decoration:none;
    font-size:15px;
    transition:.35s;
    position:relative;
}

.footer-menu ul li a:hover{
    color:#cba464;
    padding-left:10px;
}

/*=========================================
FINANCE BOX
=========================================*/

.finance-box{
    text-align:center;
    padding-left:20px;
}

.finance-box h4{
    font-family: "Geom", sans-serif;
    color:#8f96a3;
    text-transform:uppercase;
    font-size:20px;
    font-weight:700;
    line-height:1.5;
    margin-bottom:25px;
}

.finance-box p{
    color:#c9cdd4;
    line-height:1.9;
    font-size:15px;
    margin-bottom:35px;
}

/*=========================================
BOTTOM BAR
=========================================*/

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding:22px 0;
    margin-top:30px;
    font-size:14px;
    color:#b7bec7;
}

.footer-bottom a{
    color:#b7bec7;
    text-decoration:none;
    margin-left:24px;
    transition:.35s;
}

.footer-bottom a:hover{
    color:#cba464;
}

/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:1199px){


.footer-card h4{
    font-size:25px;
}

.finance-box{
    padding-left:0;
}

}

@media(max-width:991px){

.footer-section{
    padding-top:70px;
}

.footer-top{
    margin-bottom:50px;
}



.footer-main{
    padding-bottom:40px;
}

.finance-box{
    text-align:left;
    margin-top:20px;
}

.footer-bottom{
    text-align:center;
}

.footer-bottom .text-lg-end{
    margin-top:15px;
}

.footer-bottom a{
    margin:0 10px;
    display:inline-block;
}

}

/*=========================================
MOBILE ACCORDION
=========================================*/

@media(max-width:767px){

.footer-section{
    padding-top:55px;
}

.footer-top h2{
    font-size:34px;
}

.footer-top p{
    font-size:15px;
}

.footer-card{
    padding:25px;
}

.footer-card h4{
    font-size:24px;
}

.footer-about{
    max-width:100%;
    margin-bottom:25px;
}

.footer-menu{
    border-bottom:1px solid rgba(255,255,255,.08);
    padding:15px 0;
}

.footer-title{
    margin:0;
    cursor:pointer;
}

.footer-title .mobile-toggle{
    display:block;
    transition:.35s;
}

.footer-menu ul{
    display:none;
    padding-top:18px;
}

.footer-menu.active ul{
    display:block;
}

.footer-menu.active .mobile-toggle{
    transform:rotate(45deg);
}

.finance-box{
    margin-top:30px;
    padding-top:10px;
}

.footer-social{
    justify-content:flex-start;
}

}

@media(max-width:480px){

.footer-top h2{
    font-size:28px;
}

.footer-subtitle{
    font-size:11px;
    letter-spacing:2px;
}

.footer-card{
    padding:20px;
}

.footer-card h4{
    font-size:21px;
}

.footer-link{
    font-size:14px;
}

.footer-bottom{
    font-size:13px;
}

.footer-bottom a{
    display:block;
    margin:8px 0;
}
.popup-list{
    display:none!important;
}
.popup-note{
    display:none!important;
}
}
/*=========================================
FINANCE POPUP
=========================================*/

.finance-popup-overlay{position:fixed;inset:0;background:rgba(4,14,28,.78);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:999999;opacity:0;visibility:hidden;transition:.45s;padding:25px;}

.finance-popup-overlay.show{

    opacity:1;
    visibility:visible;

}

.finance-popup{

    width:100%;
    max-width:1080px;

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    position:relative;

    box-shadow:0 35px 80px rgba(0,0,0,.35);

    animation:popupZoom .45s ease;

}

@keyframes popupZoom{

    from{

        transform:scale(.85);
        opacity:0;

    }

    to{

        transform:scale(1);
        opacity:1;

    }

}

/*==========================
Close Button
==========================*/

.popup-close{

    position:absolute;

    top:18px;
    right:18px;

    width:46px;
    height:46px;

    border:none;

    border-radius:50%;

    background:#fff;

    color:#111;

    font-size:20px;

    z-index:50;

    transition:.35s;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

}

.popup-close:hover{

    background:#c9a15b;

    color:#fff;

    transform:rotate(90deg);

}

/*==========================
LEFT SIDE
==========================*/

.popup-left{

    background:linear-gradient(#007268, rgb(0 0 0 / 58%)), url(https://homesource247.com/landing/img/bath1.2.jpg) center center / cover;

    min-height:100%;

    padding:70px 55px;

    color:#fff;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.popup-tag{

    display:inline-block;

    background:#c9a15b;

    color:#111;

    padding:8px 18px;

    border-radius:50px;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:22px;

    width:max-content;

}



.popup-left h2 span{

    color:#c9a15b;

}

.popup-left p{

    font-size:17px;

    line-height:1.8;

    color:#d9dde4;

    margin-bottom:35px;

}

/*==========================
List
==========================*/

.popup-list{

    list-style:none;

    margin:0 0 35px;

    padding:0;

}

.popup-list li{

    display:flex;

    align-items:center;

    gap:14px;

    font-size:16px;

    margin-bottom:18px;

}

.popup-list i{

    color:#c9a15b;

    font-size:20px;

}

.popup-note{

    font-size:13px;

    color:#bcc3ce;

    line-height:1.7;

    border-top:1px solid rgba(255,255,255,.12);

    padding-top:20px;

}

/*==========================
RIGHT SIDE
==========================*/

.popup-right{

    padding:60px 50px;

    background:#fff;

    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.popup-right h3{
font-family: "Geom", sans-serif;
    font-size:36px;

    font-weight:800;

    color:#071321;

    margin-bottom:15px;

}

.popup-right p{

    color:#666;

    line-height:1.8;

    margin-bottom:30px;

}

/*==========================
Inputs
==========================*/

.popup-input{

    height:56px;

    border-radius:10px;

    border:1px solid #d9d9d9;

    font-size:15px;

    padding:12px 18px;

    box-shadow:none;

}

.popup-input:focus{

    border-color:#c9a15b;

    box-shadow:0 0 0 .2rem rgba(201,161,91,.15);

}

/*==========================
Button
==========================*/

.popup-submit{

    width:100%;

    height:58px;

    border:none;

    border-radius:10px;

    background:#071321;

    color:#fff;

    font-weight:700;

    letter-spacing:.5px;

    transition:.35s;

}

.popup-submit:hover{

    background:#c9a15b;

    color:#111;

}
/*=========================================
RESPONSIVE
=========================================*/

@media (max-width:1199px){

.popup-left{

padding:55px 40px;

}

.popup-right{

padding:50px 40px;

}

.popup-left h2{

font-size:42px;

}

.popup-right h3{

font-size:32px;

}

}

@media (max-width:991px){

.finance-popup{max-width:700px;}

.popup-left{

padding:45px 35px;

text-align:center;

}

.popup-tag{

margin:auto auto 20px;

}

.popup-list{

display:inline-block;

text-align:left;

}

.popup-right{

padding:40px 35px;

}

.popup-left h2{

font-size:36px;

}

.popup-right h3{

font-size:30px;

text-align:center;

}

.popup-right p{

text-align:center;

}

}

@media (max-width:767px){

.finance-popup-overlay{

padding:15px;

align-items:flex-end;

}

.finance-popup{

border-radius:20px 20px 0 0;

max-height:92vh;

overflow-y:auto;

}

.popup-left{

padding:35px 25px;

}

.popup-right{

padding:30px 25px;

}

.popup-left h2{

font-size:30px;

}

.popup-right h3{

font-size:26px;

}

.popup-list li{

font-size:15px;

}

.popup-submit{

height:54px;

font-size:15px;

}

.popup-close{

top:12px;

right:12px;

width:42px;

height:42px;

}

}

@media(max-width:480px){

.popup-left{

padding:30px 20px;

}

.popup-right{

padding:25px 20px;

}

.popup-left h2{

font-size:26px;

}

.popup-right h3{

font-size:22px;

}

.popup-tag{

font-size:11px;

padding:7px 16px;

}

.popup-input{

height:52px;

font-size:14px;

}

.popup-submit{

height:52px;

}

}

/*=========================================
FORM LOADER
=========================================*/

.popup-submit.loading{

pointer-events:none;

opacity:.85;

}

.popup-submit.loading::after{

content:"";

width:18px;

height:18px;

margin-left:10px;

display:inline-block;

border:2px solid rgba(255,255,255,.4);

border-top-color:#fff;

border-radius:50%;

animation:spin .8s linear infinite;

vertical-align:middle;

}

@keyframes spin{

to{

transform:rotate(360deg);

}

}

/*=========================================
SUCCESS MESSAGE
=========================================*/

.popup-success{

display:none;

padding:18px;

background:#e8f8ef;

border-left:4px solid #1ea65a;

border-radius:8px;

color:#0b5e30;

font-weight:600;

margin-bottom:20px;

}

/*=========================================
ERROR MESSAGE
=========================================*/

.popup-error{

display:none;

padding:18px;

background:#fff1f1;

border-left:4px solid #e53935;

border-radius:8px;

color:#b71c1c;

font-weight:600;

margin-bottom:20px;

}

/*=========================================
INPUT ERROR
=========================================*/

.popup-input.error{

border-color:#dc3545;

box-shadow:0 0 0 .2rem rgba(220,53,69,.12);

}

/*=========================================
FLOATING EFFECT
=========================================*/

.finance-popup{

animation:popupZoom .45s ease,
floatingPopup 5s ease-in-out infinite;

}

@keyframes floatingPopup{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-6px);

}

100%{

transform:translateY(0);

}

}

/*=========================================
BUTTON HOVER
=========================================*/

.popup-submit{

position:relative;

overflow:hidden;

}

.popup-submit::before{

content:"";

position:absolute;

left:-120%;

top:0;

width:100%;

height:100%;

background:linear-gradient(90deg,
transparent,
rgba(255,255,255,.35),
transparent);

transition:.8s;

}

.popup-submit:hover::before{

left:120%;

}

/*=========================================
POPUP SHADOW
=========================================*/

.finance-popup{

box-shadow:
0 30px 70px rgba(0,0,0,.28),
0 0 0 1px rgba(255,255,255,.05);

}
.feature-box{
    position: relative;
    padding: 22px 20px;
    border-radius: 12px;
    border:1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    transition:.35s ease;
    height:100%;
}

.feature-box::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg,
        rgba(255,255,255,.12),
        rgba(255,255,255,.02));
    pointer-events:none;
}

.feature-box:hover{
    transform:translateY(-5px);
    border-color:rgba(255,255,255,.35);
    background:rgba(255,255,255,.09);
}

.feature-box h3{
    position:relative;
    margin:0;
    color:#fff;
    font-family: "Geom", sans-serif;
    font-weight:800;
    line-height:1.1;
}

.feature-box p{
    position:relative;
    margin-top:6px;
    margin-bottom:0;
    color:rgba(255,255,255,.65);
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* Responsive */

@media(max-width:991px){

    .feature-box{
        padding:18px;
    }

    .feature-box h3{
        font-size:26px;
    }

    .feature-box p{
        font-size:12px;
    }

}

@media(max-width:575px){

    .feature-box{
        padding:16px;
        border-radius:10px;
    }

    .feature-box h3{
        font-size:22px;
    }

    .feature-box p{
        font-size:11px;
        letter-spacing:.5px;
    }

}
/*=========================
Bathroom Remodel Section
==========================*/

.remodel-section{
    background:#0a5b57;
    padding:90px 0;
}

.section-title h2{
    color:#fff;
  
    font-weight:800;
    line-height:1.15;
    margin-bottom:0;
}

.remodel-card{
    background: #0e524f;
    overflow:hidden;
    transition:.35s;
    border: 1px solid #eeeeee1f;
    /* border-color: rgb(255 255 255 / 28%); */
    height:100%;
}

.card-img{
    overflow:hidden;
    height:230px;
}

.card-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.remodel-card:hover img{
    transform:scale(1.08);
}

.card-content{
    padding:25px;
}

.card-content h4{
    color:#fff;
    font-family: "Geom", sans-serif;
    font-size:28px;
    font-weight:700;
    margin-bottom:12px;
}

.card-content p{
    color:#d5dce4;
    font-size:16px;
    line-height:28px;
    margin-bottom:25px;
}

.card-content a{
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    transition:.3s;
}

.card-content a:hover{
    color:#00b6ff;
    gap:14px;
}

.remodel-card:hover{
    transform:translateY(-10px);
}

/* Tablet */

@media(max-width:991px){

.section-title h2{
    font-size:42px;
}

.card-img{
    height:220px;
}

.card-content h4{
    font-size:24px;
}

}

/* Mobile */

@media(max-width:767px){

.remodel-section{
    padding:70px 0;
}

.section-title h2{
    font-size:34px;
}

.card-img{
    height:250px;
}

.card-content{
    padding:22px;
}

.card-content h4{
    font-size:22px;
}

.card-content p{
    font-size:15px;
    line-height:25px;
}

}

/* Small Mobile */

@media(max-width:575px){

.section-title h2{
    font-size:28px;
}

.card-img{
    height:220px;
}

.card-content{
    padding:20px;
}

.card-content h4{
    font-size:20px;
}

}
.gallery-section{

    padding:90px 0;
    background:#fff;

}

.gallerySwiper{

    overflow:hidden;

}

.gallerySwiper .swiper-slide{

    height:420px;

}

.gallerySwiper .swiper-slide a{

    display:block;
    width:100%;
    height:100%;
    overflow:hidden;

}

.gallerySwiper img{

    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;

}

.gallerySwiper a:hover img{

    transform:scale(1.08);

}

.gallery-bottom{

    margin-top:40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;

}

.swiper-pagination{

    position:relative;
    width:100%;
    height:4px;
    background:#ddd;

}

.swiper-pagination-progressbar-fill{

    background:#071a38 !important;

}

.gallery-nav{

    display:flex;
    gap:18px;

}

.swiper-button-next,
.swiper-button-prev{

    position:relative;
    left:auto;
    right:auto;
    top:auto;
    margin:0;
    width:48px;
    height:48px;
    border-radius:50%;
    border:1px solid #d9d9d9;
    background:#fff;
    color:#111;

}

.swiper-button-next:after,
.swiper-button-prev:after{

    font-size:18px;
    font-weight:bold;

}

.swiper-button-next:hover,
.swiper-button-prev:hover{

    background:#071a38;
    color:#fff;

}

/* Tablet */

@media(max-width:991px){

.gallerySwiper .swiper-slide{

    height:360px;

}

}

/* Mobile */

@media(max-width:767px){

.gallerySwiper .swiper-slide{

    height:300px;

}

.gallery-bottom{

    flex-direction:column;

}

.gallery-nav{

    justify-content:center;

}

}
/*=========================
 Finance Section
=========================*/

.finance-section{
    overflow:hidden;
}

/* Left */

.finance-content{

  
    padding:0px 70px;
    height:100%;

    display:flex;
    flex-direction:column;
    justify-content:center;

}

.finance-content h2{

    font-weight:800;
    color:#000;
    line-height:1.1;
    margin-bottom:25px;

}

.finance-content h3{

   font-family: "Geom", sans-serif;
    color:#0a5b57;
    font-weight:700;
    margin-bottom:35px;

}

.finance-content p{

    max-width:620px;

    font-size:22px;
    line-height:1.8;
    color:#1f1f1f;

    margin-bottom:45px;

}

.finance-content em{

    font-style:italic;

}

.finance-btn{

    width:fit-content;

    padding:18px 45px;

    background:#000;
    color:#fff;

    text-decoration:none;

    font-size:22px;
    font-weight:600;

    transition:.35s;

}

.finance-btn:hover{

    background:#0a5b57;
    color:#fff;

}

/* Right */

.finance-image{

    height:100%;

}

.finance-image img{

    width:100%;
    height:100%;
    min-height:650px;

    object-fit:cover;
    display:block;

}

/*=========================
Laptop
=========================*/

@media(max-width:1400px){

.finance-content{

    padding:0px 70px;

}



.finance-content h3{

    font-size:30px;

}

.finance-content p{

    font-size:20px;

}

}

/*=========================
Tablet
=========================*/

@media(max-width:991px){

.finance-content{

    padding:60px 40px;

}

.finance-content h2{

    font-size:48px;

}

.finance-content h3{

    font-size:32px;

}

.finance-content p{

    font-size:18px;
    max-width:100%;

}

.finance-image img{

    min-height:450px;

}

}

/*=========================
Mobile
=========================*/

@media(max-width:767px){

.finance-content{

    padding:45px 25px;

    text-align:center;
    align-items:center;

}

.finance-content h2{

    font-size:38px;

}

.finance-content h3{

    font-size:28px;

}

.finance-content p{

    font-size:16px;
    line-height:1.7;

}

.finance-btn{

    font-size:18px;
    padding:16px 32px;

}

.finance-image img{

    min-height:300px;

}

}
/*==============================
 Stats Section
==============================*/

.stats-section{

    background:#0a5b57;
    padding:100px 0;

}

.stats-content h2{

    color:#fff;
   
    font-weight:800;
    line-height:1.08;
    margin-bottom:35px;

}

.stats-content h2 span{

    color:#caa165;

}

.stats-content p{

    color:#e5e5e5;
    font-size:22px;
    line-height:1.8;
    max-width:560px;
    margin:0;

}

/*==============================
Grid
==============================*/

.stats-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    border:1px solid rgba(255,255,255,.15);

}

.stat-box{

    padding:55px 40px;
    border-right:1px solid rgba(255,255,255,.15);
    border-bottom:1px solid rgba(255,255,255,.15);
    transition:.35s;

}

.stat-box:nth-child(2),
.stat-box:nth-child(4){

    border-right:none;

}

.stat-box:nth-child(3),
.stat-box:nth-child(4){

    border-bottom:none;

}

.stat-box:hover{

    background:rgba(255,255,255,.03);

}

.stat-box h3{

    color:#fff;
    font-size:72px;
    font-weight:800;
    margin-bottom:12px;
    line-height:1;

}

.stat-box h3 span{

    color:#caa165;

}

.stat-box p{

    color:#fff;
    font-size:19px;
    margin:0;
    line-height:1.5;
    opacity:.9;

}

/*==============================
Laptop
==============================*/

@media(max-width:1400px){



.stat-box h3{

    font-size:58px;

}

}

/*==============================
Tablet
==============================*/

@media(max-width:991px){

.stats-section{

    padding:80px 0;

}

.stats-content{

    text-align:center;

}

.stats-content p{

    max-width:100%;

}

.stats-content h2{

    font-size:48px;

}

.stats-grid{

    margin-top:20px;

}

}

/*==============================
Mobile
==============================*/

@media(max-width:767px){

.stats-grid{

    grid-template-columns:1fr;

}

.stat-box{

    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.15);
    padding:35px 25px;
    text-align:center;

}

.stat-box:last-child{

    border-bottom:none;

}

.stats-content h2{

    font-size:38px;

}

.stats-content p{

    font-size:17px;
    line-height:1.8;

}

.stat-box h3{

    font-size:46px;

}

.stat-box p{

    font-size:16px;

}

}
.service-card{
cursor:pointer;
transition:.3s;
position:relative;
}

.service-card.active{
border:2px solid #c89b5a;
background:#fdf8f1;
transform:translateY(-3px);
}

.text-danger{
font-size:13px;
}
/*==========================
FOOTER
==========================*/

.footer-section{
    background: #075c58;
    color:#fff;
    padding:90px 0 30px;
    position:relative;
    overflow:hidden;
}

.footer-section a{
    text-decoration:none;
}

/*==========================
TOP CTA
==========================*/

.footer-top{
    padding-bottom:45px;
}

.footer-tag{
    display:inline-block;
    font-size:12px;
    letter-spacing:2px;
    color:#c79b4b;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:15px;
}

.footer-top h2{
  
    font-weight:800;
    line-height:1.2;
    margin:0;
}

.footer-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 38px;
    background:#c79b4b;
    color:#fff;
    border-radius:60px;
    font-weight:700;
    transition:.35s;
}

.footer-btn:hover{
    background:#fff;
    color:#111;
    transform:translateY(-4px);
}

.footer-divider{
    width:100%;
    height:1px;
    background:#8f6b2d;
    margin:15px 0 55px;
}

/*==========================
LOGO CARD
==========================*/

.footer-logo-card{
    background: #0b4545;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:35px 25px;
    transition:.35s;
}

.footer-logo-card:hover{
    border-color: #c79b4b;
    transform:translateY(-5px);
}

.footer-logo{
    max-width:150px;
    margin-bottom:20px;
}

.company-type{
    display:block;
    font-size:12px;
    color:#bcbcbc;
    letter-spacing:1px;
    margin-bottom:12px;
}

.footer-logo-card h4{
    font-size:18px;
    color:#fff;
    margin:0;
}

.footer-logo-card h4 span{
    display:block;
    margin-top:8px;
    color:#c79b4b;
    font-weight:800;
}

/*==========================
SOCIAL
==========================*/

.footer-social{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background: #0b4444;
    color:#fff;
    transition:.35s;
}

.footer-social a:hover{
    background:#c79b4b;
    color:#fff;
    transform:translateY(-4px);
}

/*==========================
LINKS
==========================*/

.footer-links h5{
    color:#fff;
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.footer-links h5:after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:45px;
    height:2px;
    background:#c79b4b;
}

.footer-links ul{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links a{
    color:#cfcfcf;
    transition:.3s;
}

.footer-links a:hover{
    color:#c79b4b;
    padding-left:8px;
}

/*==========================
CONTACT CARDS
==========================*/

.footer-contact-card{
    display:flex;
    gap:18px;
    align-items:flex-start;
    background: #0b4545;
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    padding:18px;
    margin-bottom:18px;
    transition:.35s;
}

.footer-contact-card:hover{
    border-color:#c79b4b;
    transform:translateX(6px);
}

.contact-icon{
    width:52px;
    height:52px;
    border-radius:50%;
    background: #c39a53;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-size:18px;
}

.footer-contact-card h6{
    margin-bottom:6px;
    font-weight:700;
}

.footer-contact-card p{
    margin:0;
    color:#bdbdbd;
    line-height:1.7;
    font-size:14px;
}

.footer-contact-card a{
    color:#bdbdbd;
}

.footer-contact-card a:hover{
    color:#fff;
}

/*==========================
BOTTOM
==========================*/

.footer-bottom{
    margin-top:45px;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,.10);
    font-size:14px;
    color:#a7a7a7;
}

.footer-bottom a{
    color:#a7a7a7;
    margin-left:20px;
    transition:.3s;
}

.footer-bottom a:hover{
    color:#c79b4b;
}

/*==========================
RESPONSIVE
==========================*/

@media(max-width:991px){

.footer-top{
    text-align:center;
}

.footer-top h2{
    font-size:34px;
}

.footer-btn{
    margin-top:25px;
}

.footer-logo-card{
    text-align:center;
}

.footer-social{
    justify-content:center;
}

}

@media(max-width:767px){

.footer-section{
    padding:70px 0 25px;
}

.footer-top h2{
    font-size:28px;
}

.footer-links{
    margin-top:15px;
}

.footer-bottom{
    text-align:center;
}

.footer-bottom .text-md-end{
    margin-top:15px;
}

.footer-bottom a{
    margin:8px 10px;
    display:inline-block;
}

}
/*==========================
MOBILE ACCORDION
==========================*/

.footer-heading{

display:flex;
justify-content:space-between;
align-items:center;
cursor:pointer;
position:relative;

}

.footer-toggle{

display:none;
font-size:15px;
transition:.35s;

}

.footer-heading.active .footer-toggle{

transform:rotate(45deg);

}

@media(max-width:991px){

.footer-links ul{

    max-height:0;
    overflow:hidden;
    transition:.4s ease;
    opacity:0;

}


.footer-links.active ul{

    max-height:500px;
    opacity:1;

}


}

@media(max-width:767px){

.footer-toggle{

display:block;

}

.footer-links ul{

display:none;
padding-top:15px;

}

.footer-links.active ul{

display:block;
animation:fadeDown .35s;

}

}

@keyframes fadeDown{

from{

opacity:0;
transform:translateY(-10px);

}

to{

opacity:1;
transform:translateY(0);

}

}

/*==========================
GLOW EFFECT
==========================*/

.footer-logo-card,
.footer-contact-card{

position:relative;
overflow:hidden;

}

.footer-logo-card::before,
.footer-contact-card::before{

content:"";

position:absolute;

left:-120%;
top:0;

width:70%;
height:100%;

background:linear-gradient(

90deg,
transparent,
rgba(255,255,255,.12),
transparent

);

transform:skewX(-25deg);

transition:1s;

}

.footer-logo-card:hover::before,
.footer-contact-card:hover::before{

left:150%;

}

/*==========================
BUTTON RIPPLE
==========================*/

.footer-btn{

position:relative;
overflow:hidden;

}

.footer-btn:before{

content:"";

position:absolute;

width:0;
height:0;

border-radius:50%;

background:rgba(255,255,255,.35);

left:50%;
top:50%;

transform:translate(-50%,-50%);

transition:.6s;

}

.footer-btn:hover:before{

width:320px;
height:320px;

}

.footer-btn span{

position:relative;
z-index:2;

}

/*==========================
HOVER
==========================*/

.footer-links li{

transition:.3s;

}

.footer-links li:hover{

transform:translateX(8px);

}

.footer-social a{

box-shadow:0 0 0 transparent;

}

.footer-social a:hover{

box-shadow:0 0 20px rgba(199,155,75,.5);

}

.footer-contact-card:hover{

box-shadow:0 15px 35px rgba(0,0,0,.4);

}
/* =========================
   PARTNERS SECTION
========================= */

.partners-section {
    position: relative;
    padding: 110px 0 100px;
    background: #f7f7f5;
    overflow: hidden;
}

/* subtle background circle */

.partners-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(0,0,0,.025);
    top: -250px;
    right: -180px;
    pointer-events: none;
}

.partners-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(0,0,0,.02);
    bottom: -180px;
    left: -120px;
    pointer-events: none;
}


/* =========================
   HEADING
========================= */

.partners-heading {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.partners-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #777;
}

.partners-eyebrow span {
    width: 32px;
    height: 1px;
    background: #111;
    display: inline-block;
}

.partners-heading h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -1.8px;
    color: #111;
}

.partners-heading h2 strong {
    display: block;
    font-weight: 700;
}

.partners-heading p {
    max-width: 650px;
    margin: 22px auto 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}


/* =========================
   LOGO GRID
========================= */

.partners-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #dededb;
    border: 1px solid #dededb;
}


/* =========================
   PARTNER CARD
========================= */

.partner-card {
    min-height: 170px;
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 35px 30px;

    position: relative;
    overflow: hidden;

    transition:
        background .35s ease,
        transform .35s ease;
}


/* top animation line */

.partner-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #075c58;
    transition: width .4s ease;
}

.partner-card:hover::before {
    width: 100%;
}


/* hover */

.partner-card:hover {
    background: #fafafa;
}

.partner-logo {
    width: 100%;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: transform .35s ease;
}

.partner-card:hover .partner-logo {
    transform: scale(1.05);
}

.partner-logo img {
    max-width: 175px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
    /* filter: grayscale(100%); */
    opacity: .62;
    transition:
        filter .35s ease,
        opacity .35s ease,
        transform .35s ease;
}

.partner-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}


/* =========================
   TRUST BOTTOM
========================= */

.partners-bottom {
    position: relative;
    z-index: 2;
    margin-top: 55px;
    padding: 25px 30px;
    background: #075c58;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.trust-item i {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;

    color: #fff;
    font-size: 15px;
}

.trust-item strong {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 3px;
}

.trust-item span {
    display: block;
    color: #999;
    font-size: 11px;
}

.trust-line {
    width: 1px;
    height: 35px;
    background: rgba(255,255,255,.15);
}


/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .partners-section {
        padding: 85px 0;
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .partner-card {
        min-height: 150px;
    }

    .partners-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .trust-line {
        display: none;
    }

}


/* =========================
   MOBILE
========================= */

@media (max-width: 575px) {

    .partners-section {
        padding: 70px 15px;
    }

    .partners-heading {
        margin-bottom: 40px;
    }

    .partners-eyebrow {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .partners-heading h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .partners-heading p {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 17px;
    }

    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .partner-card {
        min-height: 125px;
        padding: 20px 12px;
    }

    .partner-logo {
        height: 65px;
    }

    .partner-logo img {
        max-width: 125px;
        max-height: 52px;
    }

    .partners-bottom {
        margin-top: 35px;
        padding: 25px 20px;

        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
    }

    .trust-item {
        width: 100%;
    }

}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 380px) {

    .partners-heading h2 {
        font-size: 30px;
    }

    .partner-card {
        min-height: 110px;
    }

    .partner-logo img {
        max-width: 105px;
    }

}