
body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    font-family: "K2D", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.shadow-navbar {
    transition: all 0.4s ease;
    z-index: 1000;
    padding: 0.5rem 0;
}


.navbar-brand img {
    transition: transform 0.3s ease;
    border-radius: 50%;
}

.navbar-brand img:hover {
    transform: scale(1.1);
}

.nav-link {
    
    font-weight: 600;
    transition: color 0.3s ease, transform 0.2s ease;
    margin: 0 8px;
    font-size: 1.5rem;
    color: #fff;
}

.nav-link:hover {
    /* color: #1ABCFE !important; */
    transform: translateY(-2px);
    color:#1565C0
}


#call-btn:hover {
    background-color: #434343 ;
    /* color: #E56C13; */
    border-color: #434343 ;
    /* transform: scale(1.05); */
    /* box-shadow: 0 0 15px rgba(255, 136, 0, 0.4); */
}

.navbar-scrolled {
    background-color: #fff !important; 
    transition: background-color 0.4s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1); 
}

.navbar-scrolled .nav-link {
    color: #434343 !important; 
}

.navbar-scrolled #call-btn {
    background-color: #0A1F44;
    color: #fff;
    border-color: #0A1F44;
}

.navbar-scrolled #call-btn:hover {
     transform: scale(1.02);
}
.navbar-scrolled .nav-link:hover {
   color:#1565C0 !important;
}

#call-btn {
    /* border-radius: 16px; */
    padding: 6px 40px;
    font-weight: 700;
    font-size: 1.5rem;
    background-color: #0A1F44;
    color:#fff;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid #0A1F44;
    letter-spacing: 1px;
}

#call-btn:hover {
    background-color: #1565C0 ;
    /* color: #E56C13; */
    border-color: #1565C0 ;
    /* transform: scale(1.05); */
    /* box-shadow: 0 0 15px rgba(255, 136, 0, 0.4); */
}

.navbar-scrolled {
    background-color: #fff !important; 
    transition: background-color 0.4s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1); 
}

.navbar-scrolled .nav-link {
    color: #434343 !important; 
}

.navbar-scrolled #call-btn {
    background-color: #0A1F44;
    color: #fff;
    border-color: #0A1F44;
}

.navbar-scrolled #call-btn:hover {
     transform: scale(1.02);
     background-color: #1565C0 ;
    color: #fff;
    border-color: #1565C0 ;
}
.navbar-scrolled .nav-link:hover {
   color:#1565C0 !important;
   
}


#hero {
    background-image: url(../images/exterior.png) !important;
    height: 90vh;
    color: #fff;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    /* width: 70%; */
    font-weight: 800;
     /* text-shadow: 1px 1px 6px rgba(0,0,0,0.2); */
}

/* Shadow overlay */
#hero::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
}


.about h6 {
    color: #434343;
    font-size: 1.5rem;
    /* text-shadow: 0 3px 5px rgba(0, 0, 0, .4); */
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}


.about h2 {
    font-size: 4.5rem;
    /* text-shadow: 0 3px 5px rgba(0, 0, 0, .4); */
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-weight: 800;
    font-size: 34px;
    color: #1c1b1b;
}

.about p {
    font-size: 1.1rem;
    /* text-shadow: 0 3px 5px rgba(0, 0, 0, .4); */
    line-height: 1.6;
    font-family: "K2D", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #545252;
}




h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #222;
    line-height: 1.3;
    }

    
.cta{
    background:#0A1F44;
    color:#fff;
    padding:60px 0;
    text-align:center;
    margin-top:70px;
}
.cta button{
    background:#fff;
    color:#0A1F44;
    border:none;
    padding:12px 30px;
    border-radius:30px;
    font-weight:600;
}

.cta p {
    color: #272525;
    line-height: 1.7;
    font-size: 1.5rem;
}
        
.Call-foot{
    transition: background-color 0.4s ease !important;
    background-color: #fff !important;
}
.Call-foot:hover{
     transform: scale(1.05) !important;
     box-shadow: 0 4px 20px rgba(0,0,0,0.3); 
}

.contact-p{
    text-decoration: none !important;
    color: #434343 !important;
}

.contact-p:hover{
    text-decoration: underline !important;
    color: #504949 !important;
}

.service-card{
    position:relative;
    background:#fff;
    border-radius:18px;
    transition:.35s;
    height:100%;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    overflow:hidden;
}

.service-img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:18px 18px 0 0;
}

/* content */
.service-card h4{
    margin-top:18px;
    font-weight:700;
    color:#2b2b2b;
}

.service-card p{
    font-size:15px;
    color:#666;
    padding:0 18px 20px;
}

/* hover effect */
.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.service-card:hover h4{
    color:#E56C13;
}

@media (max-width: 768px) {
    #hero h1 { font-size: 1.8rem;
     width: 100%; }
    #hero h3 { font-size: 1.5rem; }
    .btn_hero, .btn_hero2 {
        font-size: 1.2rem;
        padding: 5px 15px;
        margin-bottom: 10px;
        width: 60%;
        margin: 0 auto;
    } .hero .container {
        text-align: center;
        padding: 0 15px;
    }
    .navbar {
        background-color: transparent !important; 
    }

    .navbar:has(.navbar-collapse.show) {
        background-color: #fff !important; 
        padding: 15px 5px;
    }

    .navbar-collapse.show .nav-link {
        color: #434343 !important;
        /* background-color: #fff !important; */
    }

    .navbar-scrolled {
    background-color: #fff !important; 
    transition: background-color 0.4s ease;
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.1);  */
    }

    .navbar-scrolled .nav-link {
    color: #434343 !important; 
    }

    .navbar-scrolled #call-btn {
    background-color: #0A1F44;
    color: #fff;
    border-color: #0A1F44;
    }

    .service11-card {
        flex: 1 1 100%; 
        border-left: none; 
        margin-bottom: 30px;
    }
    .services11-section {
        gap: 30px; 
    }
    #about .container {
        flex-direction: column; 
        gap: 10px;
        width: 100%;
        margin:0 auto;
    }
    #about h2 {
        font-size: 1.5rem;
        text-align: center;
        /* width: 100%; */
        margin:0 auto;
    }
    #about h6 {
        font-size: 1.3rem;
        text-align: center;
        width: 100%;
        flex: 1 1 100%; 
        margin:0 auto;
    }
    #about p {
        font-size: 0.95rem;
        text-align: center;
        width: 100%;
                margin:0 auto;

    }
    #about img {
        max-width: 100%;
        height: auto;
    }
    .why-header{
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
    }

    .contact-form{
    padding: 20px;
  }
  .map-box{
    height:350px;
  }
}

.section-title{
  font-weight:800;
  position:relative;
  font-size:2rem;
}
.section-title::after{
  content:"";
  width:90px;
  height:4px;
  background:#0A1F44;
  display:block;
  margin:10px auto 0;
  border-radius:10px;
}

.map-box{
  width:100%;
  height:450px;
  overflow:hidden;
  box-shadow:0 20px 40px rgba(0,0,0,.15);
  border-radius:20px;
}

.p-map{
    font-size: 2rem;
}


body{
    font-family: 'Segoe UI', sans-serif;
    background:#f8f9fa;
}

/* INFO CARDS */
.info-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
    text-align:center;
}
.info-card:hover{
    transform:translateY(-8px);
}
.info-icon{
    font-size:30px;
    color:#1565C0;
    margin-bottom:15px;
}

.contact-form{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}
.form-control{
    border-radius:10px;
    padding:12px;
}
.btn-custom{
    background:#0A1F44;
    color:#fff;
    padding:12px 30px;
    border-radius:30px;
    border:none;
    font-weight:600;
    transition:.3s;
}
.btn-custom:hover{
    background:#1565C0;
}

.map-box{
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

 :root {
            --electric-blue: #00d2ff; 
            --light-bg: #f4f7f6;     
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: var(--light-bg);
            color: #333;
        }

        .gallery-header {
            background-image: url(../images/intrior.png) !important;
            height: 90vh;
            color: #fff;
            width: 100%;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .gallery-header h1 {
            font-size: 3rem;
            font-weight: 700;
            color: #ffffff;
            text-align: center;
            margin-bottom: 15px;
        }

        .gallery-header p {
            color: #e0e0e0;
            font-size: 1.5rem;
            max-width: 700px;
            margin: 0 auto;
            text-align: center;
        }

        .ba-card {
            background: #ffffff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            border: 1px solid rgba(10, 31, 68, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .ba-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(10, 31, 68, 0.15);
        }

        .ba-images-container {
            display: flex;
            width: 100%;
            aspect-ratio: 16/9; 
            background-color: #eee;
        }

        .ba-side {
            position: relative;
            width: 50%; 
            overflow: hidden;
            height: 100%;
        }

        .ba-side:first-child {
            border-right: 3px solid #ffffff;
        }

        .ba-side img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .ba-card:hover .ba-side img {
            transform: scale(1.04);
        }

        .cta-section {
            background-color: #0A1F44;
            color: white;
            padding: 60px 0;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }

        .whatsapp-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background-color: #1565C0;
            color: white !important;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
            transition: all 0.3s ease;
        }

        .whatsapp-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 20px #162f4c;
        }