
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
      text-decoration: none;
}

.main-deshbord {
    width: 100%;
    height: 720px;
    /* border: solid red 2px; */
}


.r-style{
    border: solid rgb(239, 236, 236) 1px;
    /* border-radius: 50%; */
    font-size: 555px;
   width: 20px;
   height: 20px;
   color: white;
   /* padding: 20px; */
   /* background-color: rgb(56, 55, 55); */
   /* margin-top: -50px; */
   font-weight: 300;
   border-radius: 50%;
   margin-left: 350px;
}

.r{
    width: 20px;
    height: 20px;
    margin-left: 356px;
    font-weight: 700;
    font-size: 43px;
    border-radius: 50%;
    border: solid 1px white;
    display: inline;
    /* padding-top: -1px; */

}



.menu {
    width: 100%;
    height: 70px;
    background-color: #127687fb;
    display: flex;
    justify-content: center;
    align-items: center;
      position: relative;
    z-index: 9999;
    
}
.left-title {
    width: 40%;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-title h2 {
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 3.2px;
    line-height: 0.92;
    text-transform: uppercase;
    margin-bottom: -2px;
    margin-left: 3px;
    position: relative;   /* 🔥 important */
}

.left-title span {
    font-size: 13.8px;
    font-weight: 700;
    color: white;
    letter-spacing: 6.2px;
    text-transform: uppercase;
    opacity: 0.98;
    padding-left: 4px;
    font-variant: small-caps;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    margin-top: 12px;
    margin-left: 10px;
}
.left-title h2 .reg {
    position: relative;
    top: -4px;        /* upar */
    font-size: 23px !important;  /* 🔥 force size */
    margin-left: -8px; /* 🔥 Y ke paas */
    letter-spacing: 0 !important;
    font-weight: 300;
}
/* ✅ REGISTER ICON FIX */
.reg {
    position: relative;
    top: -10px;      /* thoda aur upar */
    font-size: 20px; /* 🔥 double size */
    margin-left: -10px; /* 🔥 Y ke paas lane ke liye */
}
.right-nev {
    width: 57%;
    height: 50px;
    align-items: center;
}

.right-nev ul {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    gap: 35px;
    position: relative;
}

.right-nev li {
    color: white;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 10px 6px;
    cursor: pointer;
    position: relative;
    transition: all 0.35s ease;
 
}
.register-icon{
    font-size: 19px;   /* yahan size adjust karo */
}


.right-nev li:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.right-nev li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 4px;
    left: 50%;
    background-color: #0e0e0f;
    transition: all 0.35s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%);
    
}

.right-nev li:hover::after {
    width: 60%;
    
}

/* ── Improved vertical dropdown ── */
.right-nev li.has-dropdown span{
font-size: 15px;
gap: 10px;
}
.right-nev li.has-dropdown {
    position: relative;
    
}
 .right-nev ul li:last-child {
        display: none;
    }

.right-nev .dropdown {
    position: absolute;
    margin-top: 10px;
    top: 100%;
    left: 30%;
    transform: translateX(-50%);
    background:#3B7984;
    border: 1px solid #fff;
    border-radius: 8px;
    min-width: 250px;
    padding: 14px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(12px);
    transition: all 0.28s ease;
    box-shadow: 0 10px 30px rgba(210, 102, 34, 0.28);
    z-index: 100;
       display: inline-block;
}

.right-nev li.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(4px);
}

.dropdown li {
    padding: 6px 6px;
    font-size: 15px;
    font-weight: 600;
    color: #e0e0e0;
    white-space: nowrap;
    transition: all 0.22s ease;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid rgba(210, 102, 34, 0.12);
    
}

.dropdown li:last-child {
    border-bottom: none;
}

.dropdown li:hover {
    background: #f8f8f8;
    color: #0e0e0f;
    padding-left: 38px;
    font-weight: 500;
    
}

.dropdown li::before {
    content: "→";
    position: absolute;
    left: 16px;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.25s ease;
    color: #0e0e0f;
}

.dropdown li:hover::before {
    opacity: 0.9;
    transform: translateX(0);
}

.main-point-row {
    width: 100%;
    height: 650px;
    display: flex;
}

/* .left-part {
    width: 70%;
    height: 650px;
} */


.left-part {
    width: 75%;          /* jo pehle tha wahi rakho */
    height: 650px;       /* apne hisaab se */
    position: relative;
    overflow: hidden;
     /* border: solid red 3px; */
}

.left-slider {
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.left-sliderss {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease-in-out;
}

.left-sliderss img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    flex: 0 0 100%;
}






.right-part {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

/* Container */
.social-box {
    display: flex;
    gap: 15px;
    padding: 10px 20px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

/* Icons Base */
.icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Glow Effect */
.icon::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: linear-gradient(45deg, #fff, transparent);
    top: -100%;
    left: -100%;
    transition: 0.5s;
}

/* Hover Animation */
.icon:hover::before {
    top: 0;
    left: 0;
}

/* Hover Scale */
.icon:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* Specific Colors */
.facebook {
    background: linear-gradient(45deg, #1877f2, #4facfe);
}

.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366);
}

.email {
    background: linear-gradient(45deg, #ff5f6d, #ffc371);
}
.right-part {
    width: 25%;
    height: 650px;
    background-size: cover;
    border: solid 418C78 1px;
    background-color: #3b7984;
}

.right-overly {
    width: 100%;
    height: 650px;
    /* background-color:#2a7785; */
    padding: 40px 30px;
    text-align: center;

}

.right-overly h2 {
    font-family: sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.contact-vertical {
    width: 100%;
    /* background: #fff; */
    padding: 20px;
    display: flex;
    border-radius: 4px;
    flex-direction: column;
    gap: 15px;
   
}

.contact-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    background: #f5f5f5;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

.contact-item i {
    font-size: 20px;
}

/* Hover effect */
.contact-item:hover {
    background: #167889;
    color: #fff;
    transform: translateX(5px);
}

/* Individual icon colors (optional modern look) */
.contact-item:nth-child(1) i {
    color: #28a745; /* Call */
}
.contact-item:nth-child(2) i {
    color: #25D366; /* WhatsApp */
}
.contact-item:nth-child(3) i {
    color: #E1306C; /* Instagram */
}
.contact-item:nth-child(4) i {
    color: #007bff; /* Card */
}

/* Hover me icon white */
.contact-item:hover i {
    color: #fff;
}
.scroll-img-row {
    width: 100%;
    height: 280px;
    border: solid #D26622 3px;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #111;
}

.modern-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    object-fit: cover;
}

.slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex: 0 0 100%;
    pointer-events: none;
}

.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    font-size: 38px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 5;
}

.nav:hover {
    background: rgba(210, 15, 15, 0.7);
    transform: translateY(-50%) scale(1.1);
}

.prev { left: 15px; }
.next { right: 15px; }

.dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 5;
}

.dot {
    width: 12px;
    height: 12px;
    display: none;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.dot.active {
    background: #d26622;
    transform: scale(1.3);
}

.right-overly {
    padding: 40px 30px 60px;
}

.scroll-img-row {
    margin: 0 auto 35px auto;
}

.slider-below-text {
    color: #d26622;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-top: 25px;
}

.slider-below-text span {
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
    display: block;
    margin-top: 12px;
}

.fixed-call-btn{
    position: fixed;
    right: 18px;
    bottom: 100px;
    background: linear-gradient(135deg,#28a745,#1e7e34);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 12px 35px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: all 0.3s ease;
}

.fixed-call-btn i{
    font-size: 20px;
    animation: ring 1.3s infinite;
}

.fixed-call-btn:hover{
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 18px 45px rgba(0,0,0,0.4);
}

@keyframes ring{
    0%{ transform: rotate(0); }
    20%{ transform: rotate(15deg); }
    40%{ transform: rotate(-15deg); }
    60%{ transform: rotate(10deg); }
    80%{ transform: rotate(-10deg); }
    100%{ transform: rotate(0); }
}

@media(max-width:600px){
    .fixed-call-btn{
        padding: 14px;
        border-radius: 50%;
    }
    .fixed-call-btn span{
        display: none;
    }
}

/* ── RESPONSIVE PART ── Only additions below this line ── */

@media (max-width: 1024px) {
    .left-title h2 { font-size: 28px;  letter-spacing: 2.4px; }
    .left-title span { font-size: 12px; letter-spacing: 4.2px; }
    .right-nev ul { gap: 24px; }
    .right-nev li { font-size: 15px; }
}

@media (max-width: 900px) {
    .main-deshbord { height: auto; min-height: 100vh; }
    .left-title h2 { font-size: 28px; color:white; letter-spacing: 2.4px; }
    .main-point-row { height: auto; }
    .left-part, .right-part { height: auto; }
    .left-part img { height: auto; object-fit: cover; aspect-ratio: 4/3; }
}

@media (max-width: 768px) {
    .menu {
        height: 64px;
        padding: 0 15px;
        justify-content: space-between;
    }
    
    
    .left-title {
        width: auto;
        height: auto;
    }
    
    .left-title h2 {
        font-size: 24px;
        letter-spacing: 2px;
        margin-bottom: 0;
        color: white;
    }
    
    .left-title span {
        font-size: 10.5px;
        letter-spacing: 3.8px;
        padding-left: 2px;
        color: white;
    }

    .right-overly {
        padding: 35px 20px 50px;
    }

    .right-overly h2 {
        font-size: clamp(26px, 6vw, 36px);
        margin-bottom: 25px;
    }

    .scroll-img-row {
        height: 240px;
        border-width: 2px;
        margin: 0 auto 30px;
    }

    .slider-below-text {
        font-size: 16px;
        margin-top: 20px;
    }
    
    .slider-below-text span {
        font-size: 13.5px;
        margin-top: 8px;
    }

    .nav {
        width: 42px;
        height: 42px;
        font-size: 32px;
    }

    .prev { left: 10px; }
    .next { right: 10px; }

    .fixed-call-btn {
        right: 16px;
        bottom: 90px;
        padding: 12px 18px;
        font-size: 15px;
    }
    
}

@media (max-width: 480px) {
    .menu { height: 58px; 
    
    }
    
    .left-title h2 { font-size: 20px; color:white; letter-spacing: 1.6px; }
    .left-title span { font-size: 9.2px; letter-spacing: 3px; }

    .right-overly { padding: 30px 18px 45px; }
    
    .right-overly h2 { font-size: 28px; margin-bottom: 20px; }
    
    .scroll-img-row { 
        height: 200px;
        border-width: 2px;
    }

    .slider-below-text {
        font-size: 14.5px;
        line-height: 1.5;
    }
    
    .slider-below-text span {
        font-size: 12.5px;
    }

    .fixed-call-btn {
        right: 14px;
        bottom: 80px;
        padding: 12px;
        font-size: 14px;
    }

    .nav {
        width: 38px;
        height: 38px;
        font-size: 28px;
    }
}



@media(max-width:768px){
    .right-nev{display:none}
    .main-deshbord{height:auto}
    .main-point-row{flex-direction:column;height:auto}
    .left-part,.right-part,.right-overly{width:100%;height:auto}
    .left-title h2 { color:white; }
    
}
.mobile-menu-btn{display:none}
@media(max-width:768px){

.left-title h2 { color:white; }
.left-part {
    width: 100%;
    height: 550px;
    /* border: solid red 9px; */

}

.left-part img{
    width: 100%;
    height: 100%;
}

.right-part {
   margin-top: 10px;

}

.left-title h2 {
    color: #fcfcfd;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    letter-spacing: 3.2px;
    line-height: 0.92;
    text-transform: uppercase;
    margin-bottom: -2px;
    margin-left: 3px;
    /* margin-top: 30px; */


  
}

.left-title span {
    font-size: 10px;
    font-weight: 700;
    color: white;
    letter-spacing: 5.6px;
    text-transform: uppercase;
    opacity: 0.98;
    margin-top: 4px;
    padding-left: 4px;
    font-variant: small-caps;
    letter-spacing: 4.2px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);
    margin-top: 12px;
}

    .menu{position:relative}
    .mobile-menu-btn{
        display:flex;
        position:absolute;
        right:18px;
        font-size:26px;
        color:#0e0e0f;
        cursor:pointer;
       
    }
    .mobile-overlay{
        position:fixed;
        inset:0;
        background:rgba(0,0,0,0.65);
        backdrop-filter:blur(4px);
        opacity:0;
        pointer-events:none;
        transition:0.4s;
        z-index:9998;
    }
    .mobile-overlay.active{
        opacity:1;
        pointer-events:auto;
    }
    .mobile-sidebar{
        position:fixed;
        top:0;
        left:-100%;
        width:280px;
        max-width:85vw;
        height:100%;
        background:linear-gradient(180deg,#111,#000);
        padding: 70px 18px 40px;
        z-index:9999;
        transition:0.45s cubic-bezier(0.77,0,0.18,1);
        box-shadow:12px 0 35px rgba(0,0,0,0.6);
        overflow-y:auto;
        -webkit-overflow-scrolling:touch;
    }
    .mobile-sidebar.active{left:0}
    .mobile-sidebar ul{
        list-style:none;
        display:flex;
        flex-direction:column;
        gap:10px;
        margin:0;
        padding:0;
    }
    .mobile-sidebar li{
        font-size:16px;
        font-weight:500;
        padding:14px 18px;
        border-radius:10px;
        background:rgba(255,255,255,0.05);
        display:flex;
        align-items:center;
        justify-content:space-between;
        transition: all 0.28s ease;
        color:#f0f0f0;
        position:relative;
        overflow:hidden;
    }
    .mobile-sidebar li:hover{
        background:#d26622;
        color:#0e0e0f;
        transform:translateX(6px);
    }
    .mobile-sidebar li a{
        color:inherit;
        flex:1;
        display:block;
    }
    .mobile-sidebar .has-dropdown{
        flex-direction:column;
        align-items:flex-start;
        padding:0;
    }
    .mobile-sidebar .has-dropdown > span {
        width:100%;
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:14px 18px;
        cursor:pointer;
    }
    .mobile-sidebar .dropdown{
        position:static;
        transform:none;
        width:100%;
        margin:0;
        padding:0 0 0 24px;
        background:none;
        border:none;
        box-shadow:none;
        opacity:1;
        visibility:visible;
        display:none;
    }
    .mobile-sidebar .has-dropdown.active .dropdown{
        display:block;
    }
    .mobile-sidebar .dropdown li{
        border:none;
        background:none;
        padding:12px 18px;
        font-size:15px;
        font-weight:400;
        color:#ddd;
    }
    .mobile-sidebar .dropdown li:hover{
        background:rgba(210,102,34,0.15);
        color:#fff;
        padding-left:28px;
        transform:none;
    }
    .mobile-sidebar .dropdown li a{
        display:block;
    }
}


/* 👇 YAHAN ADD KARNA HAI */

/* ✅ DESKTOP: mobile sidebar & overlay force hide */
@media (min-width: 769px) {
    .mobile-sidebar,
    .mobile-overlay {
        display: none !important;
    }
    .left-title h2 { color:white; }
}








/* Service page CSS */

.our-services {
    width: 100%;
    padding: 60px 20px;
    background: #ffffff;
    text-align: center;
}

.our-services h2 {
    font-size: 42px;
    font-weight: 800;
    color: #000;
    margin-bottom: 50px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.service-card {
    background: #ffffff;
    border: 1px solid #d26622;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 15px 40px rgba(210, 102, 34, 0.25);
}

.service-card img {
    width: 100%;
    height: 270px;
    object-fit: fill;
    border-bottom: 3px solid #d26622;
}

.service-info {
    padding: 25px 20px;
}

.service-info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
}

.service-info ul {
    list-style: none;
    text-align: left;
    font-size: 15px;
    color: #2a2a2c;
    line-height: 1.7;
}

.service-info ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.service-info ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #d26622;
    font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
    .our-services h2 {
        font-size: 32px;
    }
    .service-card img {
        height: 200px;
    }
}

/* next section  */

/* ===== OUR PROJECTS ===== */

.our-projects{
    padding: 70px 20px;
    background: #ffffff;
    text-align: center;
}

.our-projects h2{
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 50px;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.projects-grid{
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.project-card{
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    transition: 0.4s;
}

.project-card img{
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 0.5s;
}

.project-card:hover img{
    transform: scale(1.1);
}

.project-info{
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(51, 49, 49, 0.85));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    color: #fff;
}

.project-info h3{
    font-size: 20px;
    font-weight: 600;
}

.project-info span{
    font-size: 14px;
    color: #d26622;
}

/* ===== IMAGE PREVIEW ===== */

.project-preview{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
    z-index: 10000;
}

.project-preview.active{
    opacity: 1;
    pointer-events: auto;
}

.project-preview img{
    max-width: 90%;
    max-height: 85%;
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(210,102,34,0.5);
}

.close-preview{
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/* ===== RESPONSIVE ===== */

/* Mobile → 2 projects */
@media(max-width:768px){
    .projects-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .our-projects h2{
        font-size: 32px;
    }
    .project-card img{
        height: 190px;
    }
}


/* section 3  */




/* ===== Center Stylish Section ===== */
.mid-section{
    padding:80px 20px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.mid-box{
    max-width:1100px;
    width:100%;
    background:#908e8e;
    border-radius:20px;
    padding:60px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

/* Decorative circles */
.mid-box::before,
.mid-box::after{
    content:'';
    position:absolute;
    width:200px;
    height:200px;
    background:rgba(255,255,255,0.1);
    border-radius:50%;
}

.mid-box::before{
    top:-50px;
    right:-50px;
}

.mid-box::after{
    bottom:-50px;
    left:-50px;
}

.mid-content{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    position:relative;
    z-index:2;
}

.mid-text h5{
    color:#00e6e6;
    letter-spacing:2px;
    margin-bottom:15px;
}

.mid-text h2{
    font-size:36px;
    margin-bottom:20px;
    line-height:1.3;
}

.mid-text p{
    font-size:16px;
    line-height:1.8;
    opacity:0.9;
}

.mid-btn{
    margin-top:30px;
}

.mid-btn a{
    display:inline-block;
    padding:14px 32px;
    background:#00e6e6;
    color:#000;
    font-weight:600;
    text-decoration:none;
    border-radius:30px;
    transition:0.4s;
}

.mid-btn a:hover{
    background:#fff;
    transform:translateY(-3px);
}

/* Feature cards */
.mid-cards{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.card{
    background:#D26622;
    padding:25px;
    border-radius:16px;
    backdrop-filter:blur(10px);
    transition:0.4s;
}

.card:hover{
    transform:translateY(-6px);
    background:#24a928;
}

.card h4{
    margin-bottom:10px;
    font-size:18px;
}

.card p{
    font-size:14px;
    opacity:0.85;
}

/* ===== Responsive ===== */
@media(max-width:900px){
    .mid-content{
        grid-template-columns:1fr;
        text-align:center;
    }
    .mid-cards{
        grid-template-columns:1fr;
    }
}


/* footer part css  */


.main-footer {
    background: #585858;
    color: #e0e0e0;
    padding: 100px 5% 60px;
    font-family: 'Poppins', sans-serif;
    border-top: 6px solid #f86204;
    position: relative;
    overflow: hidden;
}

.footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 1200 120' preserveAspectRatio='none'><path d='M0,0V50C400,100 800,0 1200,60V0H0Z' fill='%23d26622' opacity='0.06'/></svg>");
    background-size: cover;
    opacity: 0.3;
}

.footer-container {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 50px 40px;
    position: relative;
    z-index: 2;
}

/* Brand */
.brand-row {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 25px;
}

.brand-row img {
    height: 80px;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(210,102,34,0.35);
}

.brand-row h3 {
    color: #d26622;
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.brand-row p {
    color: #d26622;
    font-size: 15px;
    letter-spacing: 2.5px;
}

.brand-text {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 25px;
    color: rgb(184, 178, 178);
}

/* Social */
.social-links a {
    color: #d26622;
    font-size: 26px;
    margin-right: 20px;
    transition: 0.3s;
}

/* Headings */
.footer-links h4,
.footer-contact h4 {
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
}

.footer-links h4 span,
.footer-contact h4 span {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #d26622;
}

/* Lists */
.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links a {
    color: #ddd;
    text-decoration: none;
    line-height: 2.2;
    transition: 0.3s;
}

/* Contact */
.contact-row {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.contact-row i {
    color: #d26622;
    font-size: 20px;
}

/* Newsletter */
.newsletter {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.newsletter input {
    flex: 1;
    padding: 12px 16px;
    background: #222;
    border: 1px solid #d2662244;
    border-radius: 6px;
    color: white;
}

.newsletter button {
    padding: 12px 20px;
    background: #d26622;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}


/* Bottom */
.developer-credit {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #b5b5b5;
}

/* Image */
.developer-credit img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid #ccc;
    transition: all 0.4s ease;
}

/* Image expand */
.developer-credit img.active {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #ff4d4d;
    box-shadow: 0 0 15px rgba(255, 77, 77, 0.6);
}

/* Name link */
.dev-name {
    text-decoration: none;
    color: #b5b5b5;
    font-size: 11px;
    transition: color 0.3s ease;
}

.dev-name:hover {
    color: #25D366; /* WhatsApp green */
}













footer a:hover {
    color: #d26622;
    transform: translateX(4px);
    display: inline-block;
}

footer button:hover {
    background: #e07a3e;
}



/* about css  */



    

        /* ===== WELCOME TOP BAR ===== */
        .welcome-bar {
            background: linear-gradient(135deg, #111, #333);
            color: #fff;
            text-align: center;
            padding: 18px 0;
            font-size: clamp(1.1rem, 3vw, 22px);
            font-weight: 600;
            letter-spacing: 1.5px;
        }

        /* ===== HERO ===== */
        .about-hero {
            padding: 80px 6% 90px;
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 70px;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
        }

        .about-hero h1 {
            font-size: clamp(2.6rem, 6.5vw, 56px);
            font-weight: 800;
            line-height: 1.12;
            margin-bottom: 28px;
            background: linear-gradient(90deg, #111, #444);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .about-hero p {
            font-size: clamp(1.1rem, 2.6vw, 19px);
            line-height: 1.8;
            color: #555;
            max-width: 540px;
        }

        .about-hero img {
            width: 100%;
            height: auto;
            aspect-ratio: 4 / 3;
            object-fit: cover;
            border-radius: 24px;
            box-shadow: 0 30px 80px rgba(0,0,0,0.18);
            transition: transform 0.45s ease;
        }

        .about-hero img:hover {
            transform: scale(1.04);
        }

        /* ===== NEW ALTERNATING SECTIONS ===== */
        .alternate-sections {
            padding: 80px 6%;
            background: #fff;
        }

        .feature {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            max-width: 1300px;
            margin: 0 auto 100px;
        }

        .feature.reverse {
            grid-template-columns: 1fr 1fr;
            direction: rtl;
        }

        .feature.reverse > * {
            direction: ltr;
        }

        .feature-text h2 {
            font-size: clamp(2.1rem, 4.8vw, 38px);
            font-weight: 700;
            margin-bottom: 20px;
            color: #111;
        }

        .feature-text p {
            font-size: 1.08rem;
            color: #444;
            max-width: 520px;
        }

        .feature-img img {
            width: 100%;
            height: auto;
            border-radius: 20px;
            box-shadow: 0 25px 70px rgba(0,0,0,0.12);
            transition: all 0.5s ease;
        }

        .feature:hover .feature-img img {
            transform: translateY(-12px) scale(1.03);
            box-shadow: 0 40px 100px rgba(0,0,0,0.18);
        }

        /* ===== WHY BRAHMBHATT CONSULTANCY ===== */
        .why-section {
            padding: 90px 6%;
            background: linear-gradient(180deg, #f8f8f8, #ffffff);
        }

        .why-section h2 {
            font-size: clamp(2.3rem, 5.2vw, 42px);
            font-weight: 700;
            text-align: center;
            margin-bottom: 60px;
        }

        .why-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .why-box {
            background: #fff;
            padding: 45px 35px;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.08);
            position: relative;
            transition: all 0.4s ease;
        }

        .why-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #facc15, #f59e0b);
        }

        .why-box:hover {
            transform: translateY(-12px);
            box-shadow: 0 35px 90px rgba(0,0,0,0.13);
        }

        .why-box h3 {
            font-size: 23px;
            font-weight: 700;
            margin-bottom: 18px;
        }

        .why-box p {
            color: #555;
            line-height: 1.75;
        }

        /* ===== YOUR BEST CHOICE ===== */
        .best-choice {
            padding: 100px 6%;
            background: linear-gradient(135deg, #f9f9f9, #ffffff);
            text-align: center;
        }

        .best-choice h2 {
            font-size: clamp(2.4rem, 6vw, 48px);
            font-weight: 800;
            margin-bottom: 30px;
            background: linear-gradient(90deg, #222, #555);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .best-choice p {
            font-size: clamp(1.15rem, 2.8vw, 21px);
            max-width: 800px;
            margin: 0 auto 40px;
            color: #444;
            line-height: 1.8;
        }

        .best-choice .highlight {
            color: #f59e0b;
            font-weight: 600;
        }

        /* ===== IMAGE SECTION ===== */
        .about-image {
            padding: 90px 6%;
            text-align: center;
        }

        .about-image img {
            width: 100%;
            max-width: 1150px;
            border-radius: 28px;
            box-shadow: 0 40px 100px rgba(0,0,0,0.18);
            display: block;
            margin: 0 auto;
        }

        /* ===== FIXED CALL BUTTON ===== */
        .fixed-call-btn {
            position: fixed;
            right: 20px;
            bottom: 110px;
            background: linear-gradient(135deg, #28a745, #1e7e34);
            color: #fff;
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 15px 22px;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 12px 35px rgba(0,0,0,0.3);
            z-index: 9999;
            transition: all 0.35s ease;
        }

        .fixed-call-btn i {
            font-size: 20px;
            animation: ring 1.4s infinite;
        }

        .fixed-call-btn:hover {
            transform: translateY(-5px) scale(1.06);
            box-shadow: 0 20px 50px rgba(0,0,0,0.4);
        }

        @keyframes ring {
            0%   { transform: rotate(0); }
            20%  { transform: rotate(14deg); }
            40%  { transform: rotate(-14deg); }
            60%  { transform: rotate(10deg); }
            80%  { transform: rotate(-10deg); }
            100% { transform: rotate(0); }
        }

        /* RESPONSIVE */
        @media (max-width: 992px) {
            .about-hero,
            .feature {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 50px;
            }

            .feature.reverse {
                direction: ltr;
            }

            .feature-text {
                order: 2;
            }

            .feature-img {
                order: 1;
            }
        }

        @media (max-width: 768px) {
            .about-hero, .alternate-sections, .why-section, .best-choice, .about-image {
                padding: 70px 5%;
            }
        }

        @media (max-width: 576px) {
            .welcome-bar {
                font-size: 18px;
                padding: 14px 0;
            }

            .fixed-call-btn {
                right: 14px;
                bottom: 90px;
                padding: 13px 18px;
                font-size: 15px;
                border-radius: 50%;
            }

            .fixed-call-btn span {
                display: none;
            }
        }

     

        /* SECTION */
        .clients-wrapper {
            padding: 70px 40px;
        }

        .clients-heading {
            text-align: center;
            font-size: 38px;
            margin-bottom: 50px;
            font-weight: 700;
            color: #222;
        }

        /* CONTAINER */
        .clients-list {
            max-width: 1000px;
            margin: auto;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        /* CARD */
        .client-box {
            display: flex;
            align-items: center;
            background: #fff;
            border-radius: 15px;
            padding: 20px;
            gap: 30px;
            transition: 0.4s;
            position: relative;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            margin-top: 10px;
        }

        .client-box::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 5px;
            background: #28a745;
            transition: 0.4s;
        }

        .client-box:hover {
            transform: translateX(10px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }

        .client-box:hover::before {
            width: 8px;
            background: linear-gradient(#28a745, #34d399);
        }

        /* IMAGE */
        .client-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
            border: 3px solid #28a745;
        }

        .client-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* CONTENT */
        .client-content {
            flex: 1;
        }

        .client-content h3 {
            margin: 0;
            font-size: 20px;
            color: #111;
        }

        .client-content h4 {
            margin: 5px 0;
            font-size: 14px;
            color: #28a745;
            font-weight: 600;
        }

        .client-content p {
            font-size: 13px;
            color: #555;
            line-height: 1.5;
        }

        /* TAG */
        .tag {
            position: absolute;
            right: 20px;
            top: 20px;
            font-size: 11px;
            background: #111;
            color: #fff;
            padding: 4px 10px;
            border-radius: 20px;
        }

        /* RESPONSIVE */
        @media (max-width: 600px) {
            .client-box {
                flex-direction: column;
                align-items: flex-start;
            }
            .client-img {
                width: 60px;
                height: 60px;
            }
        }

        
























        /* career  */

    
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }

        body {
            background: #FEFEFE;
            color: #1f1f1f;
            overflow-x: hidden;
            line-height: 1.6;
        }

        /* ===== HERO ===== */
        .career-hero {
            padding: 90px 6%;
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 60px;
            align-items: center;
            max-width: 1400px;
            margin: 0 auto;
        }

        .career-hero h1 {
            font-size: clamp(2.5rem, 6vw, 56px);
            font-weight: 800;
            line-height: 1.15;
            margin-bottom: 24px;
            background: linear-gradient(90deg, #111, #555);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .career-hero p {
            font-size: clamp(1.1rem, 2.5vw, 19px);
            line-height: 1.8;
            color: #555;
            max-width: 520px;
        }

        .career-hero img {
            width: 100%;
            height: auto;
            aspect-ratio: 4 / 3;          /* optional - अगर इमेज का ratio फिक्स करना चाहें */
            object-fit: cover;
            border-radius: 22px;
            box-shadow: 0 30px 80px rgba(0,0,0,0.18);
            transition: transform 0.4s ease;
        }

        .career-hero img:hover {
            transform: scale(1.03);
        }

        /* ===== WHY US ===== */
        .why-us {
            padding: 90px 6%;
            background: linear-gradient(180deg, #f6f6f6, #ffffff);
        }

        .why-us h2 {
            font-size: clamp(2.2rem, 5vw, 40px);
            font-weight: 700;
            text-align: center;
            margin-bottom: 55px;
        }

        .why-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 35px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .why-box {
            background: #fff;
            padding: 40px 35px;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.08);
            position: relative;
            overflow: hidden;
            transition: transform 0.35s ease, box-shadow 0.35s ease;
        }

        .why-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #facc15, #f59e0b);
        }

        .why-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 80px rgba(0,0,0,0.12);
        }

        .why-box h3 {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 15px;
        }

        .why-box p {
            color: #555;
            line-height: 1.7;
        }

        /* ===== IMAGE SECTION ===== */
        .career-image {
            padding: 90px 6%;
            text-align: center;
        }

        .career-image img {
            width: 100%;
            max-width: 1100px;
            height: auto;
            border-radius: 26px;
            box-shadow: 0 35px 90px rgba(0,0,0,0.2);
            display: block;
            margin: 0 auto;
        }

        /* ===== CAREER VALUES ===== */
        .career-values {
            padding: 100px 6%;
            background: linear-gradient(180deg, #ffffff, #f5f5f5);
        }

        .career-values-inner {
            max-width: 900px;
            margin: auto;
            text-align: center;
        }

        .career-values h2 {
            font-size: clamp(2.1rem, 5vw, 38px);
            font-weight: 700;
            margin-bottom: 30px;
        }

        .career-values p {
            font-size: clamp(1rem, 2.4vw, 18px);
            line-height: 1.9;
            color: #555;
            margin-bottom: 22px;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 992px) {
            .career-hero {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 50px;
            }

            .career-hero p {
                margin: 0 auto;
                max-width: 600px;
            }

            .career-hero img {
                max-width: 700px;
            }
        }

        @media (max-width: 768px) {
            .career-hero,
            .why-us,
            .career-image,
            .career-values {
                padding: 70px 5%;
            }

            .why-grid {
                gap: 25px;
            }

            .why-box {
                padding: 32px 25px;
            }
        }

        @media (max-width: 576px) {
            .career-hero {
                padding: 60px 5%;
            }

            .career-hero h1 {
                font-size: clamp(2rem, 8vw, 34px);
            }

            .career-hero p {
                font-size: clamp(0.95rem, 3.5vw, 17px);
            }

            .why-us h2,
            .career-values h2 {
                font-size: 30px;
            }

            .career-values p {
                font-size: 16px;
            }

            .why-box h3 {
                font-size: 20px;
            }
        }
        /* ===== FIXED CALL BUTTON ===== */
.fixed-call-btn{
    position: fixed;
    right: 18px;
    bottom: 100px;
    background: linear-gradient(135deg,#25D366,#1ebe5d);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: all 0.35s ease;
}

.fixed-call-btn i{
    font-size: 18px;
    animation: callPulse 1.4s infinite;
}

.fixed-call-btn:hover{
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 18px 45px rgba(0,0,0,0.35);
}

/* Call icon animation */
@keyframes callPulse{
    0%{ transform: rotate(0deg); }
    25%{ transform: rotate(8deg); }
    50%{ transform: rotate(-8deg); }
    75%{ transform: rotate(6deg); }
    100%{ transform: rotate(0deg); }
}

/* ===== MOBILE RESPONSIVE ===== */
@media(max-width:600px){
    .fixed-call-btn{
        right: 12px;
        bottom: 80px;
        padding: 12px 16px;
        font-size: 14px;
    }

    .fixed-call-btn span{
        display: none; /* Mobile pe sirf icon */
    }

    .fixed-call-btn i{
        font-size: 20px;
    }
}
.fixed-call-btn{
    position: fixed;
    right: 18px;
    bottom: 100px;
    background: linear-gradient(135deg,#28a745,#1e7e34);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 12px 35px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: all 0.3s ease;
}

.fixed-call-btn i{
    font-size: 20px;
    animation: ring 1.3s infinite;
}

.fixed-call-btn:hover{
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 18px 45px rgba(0,0,0,0.4);
}

/* Call ring animation */
@keyframes ring{
    0%{ transform: rotate(0); }
    20%{ transform: rotate(15deg); }
    40%{ transform: rotate(-15deg); }
    60%{ transform: rotate(10deg); }
    80%{ transform: rotate(-10deg); }
    100%{ transform: rotate(0); }
}

/* Mobile view */
@media(max-width:600px){
    .fixed-call-btn{
        padding: 14px;
        border-radius: 50%;
    }
    .fixed-call-btn span{
        display: none;
    }
}


/* contact  */


    



        /* ===== HERO ===== */
        .contact-hero {
            position: relative;
            height: 80vh;
            min-height: 450px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            overflow: hidden;
        }


        .contact-hero img {
            position: absolute;
            top: 0; left: 0;
            width: 100%;
            height: 100%;
            object-fit: fill;
            z-index: 0;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 900px;
            padding: 0 6%;
        }

        .hero-content h1 {
            font-size: clamp(3rem, 8vw, 72px);
            font-weight: 800;
            margin-bottom: 20px;
            background: linear-gradient(90deg, #facc15, #f59e0b);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-content p {
            font-size: clamp(1.2rem, 3vw, 22px);
            max-width: 720px;
            margin: 0 auto 40px;
            opacity: 0.95;
        }

        /* ===== CONTACT SECTION ===== */
        .contact-section {
            padding: 100px 6%;
            background: linear-gradient(180deg, #ffffff, #f8f9fa);
        }

        .contact-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1.1fr;
            gap: 80px;
            align-items: center;
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 50px;
        }

        .info-box {
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.08);
            transition: transform 0.35s ease, box-shadow 0.35s ease;
        }

        .info-box:hover {
            transform: translateY(-12px);
            box-shadow: 0 30px 80px rgba(0,0,0,0.12);
        }

        .info-box h3 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #111;
        }

        .info-box p {
            color: #555;
            font-size: 17px;
            line-height: 1.7;
        }

        .info-box a {
            color: #f59e0b;
            text-decoration: none;
            font-weight: 600;
        }

        .info-box a:hover {
            color: #d97706;
            text-decoration: underline;
        }

        /* ===== FORM ===== */
        .contact-form {
            background: white;
            padding: 50px;
            border-radius: 24px;
            box-shadow: 0 25px 70px rgba(0,0,0,0.1);
        }

        .contact-form h2 {
            font-size: 38px;
            font-weight: 700;
            margin-bottom: 35px;
            color: #111;
        }

        .form-group {
            margin-bottom: 25px;
        }

        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #333;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 14px 18px;
            border: 1px solid #ddd;
            border-radius: 10px;
            font-size: 16px;
            transition: border-color 0.3s ease;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: #facc15;
            box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.15);
        }

        .form-group textarea {
            min-height: 160px;
            resize: vertical;
        }

        .submit-btn {
            background: linear-gradient(90deg, #facc15, #f59e0b);
            color: #111;
            font-size: 18px;
            font-weight: 700;
            padding: 16px 40px;
            border: none;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            width: 100%;
        }

        .submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(245, 158, 11, 0.3);
        }

        /* ===== OFFICE IMAGE / MAP ===== */
        .office-image {
            padding: 100px 6%;
            text-align: center;
        }

        .office-image iframe {
            width: 100%;
            max-width: 1100px;
            height: 550px;          /* increased height for better map view */
            border-radius: 26px;
            box-shadow: 0 35px 90px rgba(0,0,0,0.2);
            margin: 0 auto;
            display: block;
            border: none;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 992px) {
            .contact-container {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .contact-hero {
                height: 70vh;
                min-height: 500px;
            }

            .hero-content h1 {
                font-size: clamp(2.8rem, 10vw, 58px);
            }
        }

        @media (max-width: 768px) {
            .contact-section,
            .office-image {
                padding: 70px 5%;
            }

            .contact-form {
                padding: 40px 30px;
            }

            .contact-form h2 {
                font-size: 32px;
            }
        }

        @media (max-width: 576px) {
            .contact-hero {
                height: 60vh;
                min-height: 450px;
            }

            .hero-content h1 {
                font-size: clamp(2.4rem, 9vw, 44px);
            }

            .hero-content p {
                font-size: 18px;
            }

            .info-box {
                padding: 30px;
            }

            .office-image iframe {
                height: 400px;
            }
        }

        /* call now */

.fixed-call-btn{
    position: fixed;
    right: 18px;
    bottom: 100px;
    background: linear-gradient(135deg,#28a745,#1e7e34);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 12px 35px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: all 0.3s ease;
}

.fixed-call-btn i{
    font-size: 20px;
    animation: ring 1.3s infinite;
}

.fixed-call-btn:hover{
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 18px 45px rgba(0,0,0,0.4);
}

/* Call ring animation */
@keyframes ring{
    0%{ transform: rotate(0); }
    20%{ transform: rotate(15deg); }
    40%{ transform: rotate(-15deg); }
    60%{ transform: rotate(10deg); }
    80%{ transform: rotate(-10deg); }
    100%{ transform: rotate(0); }
}

/* Mobile view */
@media(max-width:600px){
    .fixed-call-btn{
        padding: 14px;
        border-radius: 50%;
    }
    .fixed-call-btn span{
        display: none;
    }
}

   /* servey  */




        /* ===== HERO ===== */
        .hero {
            padding: 100px 6% 80px;
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 70px;
            align-items: center;
            max-width: 1440px;
            margin: 0 auto;
        }

        .hero h1 {
            font-size: clamp(2.8rem, 7vw, 60px);
            font-weight: 800;
            line-height: 1.12;
            margin-bottom: 28px;
            background: linear-gradient(90deg, #1a1a1a, #4a4a4a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero p {
            font-size: clamp(1.15rem, 2.6vw, 20px);
            line-height: 1.85;
            color: #4a4a4a;
            max-width: 540px;
        }

        .hero img {
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 24px;
            box-shadow: 0 40px 100px rgba(0,0,0,0.15);
            transition: transform 0.5s ease;
        }

        .hero img:hover {
            transform: scale(1.04);
        }

        /* ===== SERVICES ===== */
        .services {
            padding: 100px 6%;
            background: linear-gradient(180deg, #fafafa, #ffffff);
        }

        .services h2 {
            font-size: clamp(2.5rem, 5.5vw, 44px);
            font-weight: 800;
            text-align: center;
            margin-bottom: 60px;
            color: #111;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 40px;
            max-width: 1440px;
            margin: 0 auto;
        }

        .service-box {
            background: #fff;
            padding: 45px 40px;
            border-radius: 24px;
            box-shadow: 0 25px 70px rgba(0,0,0,0.07);
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
        }

        .service-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background: linear-gradient(90deg, #d97706, #f59e0b, #fbbf24);
        }

        .service-box:hover {
            transform: translateY(-12px);
            box-shadow: 0 40px 100px rgba(0,0,0,0.13);
        }

        .service-icon {
            font-size: 42px;
            color: #d97706;
            margin-bottom: 20px;
        }

        .service-box h3 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #111;
        }

        .service-box p {
            color: #555;
            font-size: 16px;
            line-height: 1.9;
        }

        /* ===== FEATURE IMAGE ===== */
        .feature-image {
            padding: 100px 6%;
            text-align: center;
        }

        .feature-image img {
            width: 100%;
            max-width: 1200px;
            height: auto;
            border-radius: 30px;
            box-shadow: 0 50px 120px rgba(0,0,0,0.18);
            display: block;
            margin: 0 auto;
        }

        /* ===== ABOUT ===== */
        .about {
            padding: 110px 6%;
            background: linear-gradient(180deg, #fff, #f8f8f8);
        }

        .about-inner {
            max-width: 1100px;
            margin: auto;
            text-align: center;
        }

        .about h2 {
            font-size: clamp(2.4rem, 5.5vw, 42px);
            font-weight: 800;
            margin-bottom: 35px;
            color: #111;
        }

        .about p {
            font-size: clamp(1.05rem, 2.5vw, 19px);
            line-height: 1.9;
            color: #4a4a4a;
            margin-bottom: 28px;
        }

        /* ===== FIXED CALL BUTTON ===== */
        .fixed-call-btn {
            position: fixed;
            right: 20px;
            bottom: 110px;
            background: linear-gradient(135deg, #25D366, #128C7E);
            color: white;
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 16px 22px;
            border-radius: 60px;
            font-size: 17px;
            font-weight: 600;
            box-shadow: 0 14px 35px rgba(0,0,0,0.28);
            z-index: 9999;
            text-decoration: none;
            transition: all 0.4s ease;
        }

        .fixed-call-btn i {
            font-size: 20px;
            animation: callPulse 1.5s infinite;
        }

        .fixed-call-btn:hover {
            transform: translateY(-5px) scale(1.06);
            box-shadow: 0 20px 50px rgba(0,0,0,0.4);
        }

        @keyframes callPulse {
            0%, 100% { transform: rotate(0deg); }
            25% { transform: rotate(10deg); }
            50% { transform: rotate(-10deg); }
            75% { transform: rotate(6deg); }
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 992px) {
            .hero {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 60px;
            }
            .hero p { margin: 0 auto; max-width: 620px; }
        }

        @media (max-width: 768px) {
            .hero, .services, .feature-image, .about {
                padding: 80px 5%;
            }
            .services-grid { gap: 30px; }
            .service-box { padding: 38px 30px; }
        }

        @media (max-width: 576px) {
            .hero { padding: 70px 5%; }
            .hero h1 { font-size: clamp(2.2rem, 9vw, 38px); }
            .fixed-call-btn { right: 15px; bottom: 90px; padding: 14px 18px; font-size: 15px; }
            .fixed-call-btn span { display: none; }
            .fixed-call-btn i { font-size: 22px; }
        }
    

    
        /* artcher  */

     
        :root {
            --primary: #1e3a8a;
            --primary-dark: #0f172a;
            --accent: #d97706;
            --light-bg: #f9fafb;
            --white: #ffffff;
            --text: #111827;
            --gray: #4b5563;
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'Inter', system-ui, -apple-system, sans-serif;
            line-height: 1.7;
            color: var(--text);
            background: var(--light-bg);
            font-size: 15.5px;          /* base size slightly smaller */
        }
        h1, h2 {
            font-family: 'Playfair Display', serif;
            font-weight: 700;
        }
        .container {
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 20px;
        }
        section {
            margin: 70px 0;
            background: var(--white);
            padding: 50px 40px;
            border-radius: 16px;
            box-shadow: 0 12px 40px rgba(0,0,0,0.07);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }
        section:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 50px rgba(0,0,0,0.1);
        }
        h2 {
            color: var(--primary);
            font-size: clamp(1.9rem, 5vw, 2.4rem);   /* responsive heading */
            margin-bottom: 1.6rem;
            position: relative;
            display: inline-block;
        }
        h2::after {
            content: '';
            position: absolute;
            bottom: -8px; left: 0;
            width: 80px;
            height: 4px;
            background: var(--accent);
            border-radius: 2px;
        }
        p, li {
            font-size: clamp(0.95rem, 2.4vw, 1.05rem);  /* smaller & responsive */
            color: var(--gray);
        }
        .intro-text {
            font-size: clamp(1.05rem, 2.8vw, 1.18rem);
            max-width: 860px;
            margin: 0 auto 50px;
            text-align: center;
            color: var(--gray);
        }
        .gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 24px;
            margin-top: 2rem;
        }
        .gallery img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 14px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
            transition: all 0.45s ease;
        }
        .gallery img:hover {
            transform: scale(1.04);
            box-shadow: 0 20px 45px rgba(30,58,138,0.22);
        }
        .services-list {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.5rem;
            margin-top: 1.8rem;
        }
        .services-list li {
            background: #f0f7ff;
            padding: 1.5rem 1.8rem;
            border-radius: 12px;
            border-left: 5px solid var(--primary);
            font-weight: 500;
            font-size: clamp(0.97rem, 2.3vw, 1.05rem);
            transition: all 0.35s ease;
        }
        .services-list li:hover {
            background: #e0f2fe;
            transform: translateX(8px);
            box-shadow: 0 10px 25px rgba(30,58,138,0.12);
        }

        /* ────────────────────────────────────────
           Responsive adjustments
        ──────────────────────────────────────── */
        @media (max-width: 1024px) {
            section { padding: 45px 35px; margin: 60px 0; }
            .gallery { gap: 20px; }
            .gallery img { height: 280px; }
        }

        @media (max-width: 768px) {
            .container { padding: 0 16px; }
            section { 
                padding: 40px 24px; 
                margin: 50px 0; 
                border-radius: 12px; 
            }
            h2 { font-size: clamp(1.7rem, 6vw, 2.1rem); }
            .gallery { 
                grid-template-columns: 1fr; 
                gap: 28px; 
            }
            .gallery img { height: 260px; }
            .services-list { grid-template-columns: 1fr; }
        }

        @media (max-width: 480px) {
            section { padding: 35px 20px; }
            h2 { font-size: 1.9rem; }
            .gallery img { height: 220px; }
            .intro-text { margin-bottom: 40px; }
        }
    
        /* estimet  */

        
    
      


        /* ===== HERO ===== */
        .hero {
            padding: 100px 6% 80px;
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 70px;
            align-items: center;
            max-width: 1440px;
            margin: 0 auto;
        }

        .hero h1 {
            font-size: clamp(2.8rem, 7vw, 60px);
            font-weight: 800;
            line-height: 1.12;
            margin-bottom: 28px;
            background: linear-gradient(90deg, #1a1a1a, #4a4a1a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero p {
            font-size: clamp(1.15rem, 2.6vw, 20px);
            line-height: 1.85;
            color: #4a4a4a;
            max-width: 540px;
        }

        .hero img {
            width: 100%;
            height: 400px;
            /* height: auto; */
            object-fit: cover;
            border-radius: 24px;
            box-shadow: 0 40px 100px rgba(0,0,0,0.15);
            transition: transform 0.5s ease;
        }

        .hero img:hover {
            transform: scale(1.04);
        }

        /* ===== SERVICES ===== */
        .services {
            padding: 100px 6%;
            background: linear-gradient(180deg, #fafafa, #ffffff);
        }

        .services h2 {
            font-size: clamp(2.5rem, 5.5vw, 44px);
            font-weight: 800;
            text-align: center;
            margin-bottom: 60px;
            color: #111;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 40px;
            max-width: 1440px;
            margin: 0 auto;
        }

        .service-box {
            background: #fff;
            padding: 45px 40px;
            border-radius: 24px;
            box-shadow: 0 25px 70px rgba(0,0,0,0.07);
            position: relative;
            overflow: hidden;
            transition: all 0.4s ease;
        }

        .service-box::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background: linear-gradient(90deg, #d97706, #f59e0b, #fbbf24);
        }

        .service-box:hover {
            transform: translateY(-12px);
            box-shadow: 0 40px 100px rgba(0,0,0,0.13);
        }

        .service-icon {
            font-size: 42px;
            color: #d97706;
            margin-bottom: 20px;
        }

        .service-box h3 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #111;
        }

        .service-box p {
            color: #555;
            font-size: 16px;
            line-height: 1.9;
        }

        /* ===== FEATURE IMAGE ===== */
        .feature-image {
            padding: 100px 6%;
            text-align: center;
        }

        .feature-image img {
            width: 100%;
            max-width: 1200px;
            height: auto;
            border-radius: 30px;
            box-shadow: 0 50px 120px rgba(0,0,0,0.18);
            display: block;
            margin: 0 auto;
        }

        /* ===== ABOUT ===== */
        .about {
            padding: 110px 6%;
            background: linear-gradient(180deg, #fff, #f8f8f8);
        }

        .about-inner {
            max-width: 1100px;
            margin: auto;
            text-align: center;
        }

        .about h2 {
            font-size: clamp(2.4rem, 5.5vw, 42px);
            font-weight: 800;
            margin-bottom: 35px;
            color: #111;
        }

        .about p {
            font-size: clamp(1.05rem, 2.5vw, 19px);
            line-height: 1.9;
            color: #4a4a4a;
            margin-bottom: 28px;
        }

        /* ===== FIXED CALL BUTTON ===== */
        .fixed-call-btn {
            position: fixed;
            right: 20px;
            bottom: 110px;
            background: linear-gradient(135deg, #25D366, #128C7E);
            color: white;
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 16px 22px;
            border-radius: 60px;
            font-size: 17px;
            font-weight: 600;
            box-shadow: 0 14px 35px rgba(0,0,0,0.28);
            z-index: 9999;
            text-decoration: none;
            transition: all 0.4s ease;
        }

        .fixed-call-btn i {
            font-size: 20px;
            animation: callPulse 1.5s infinite;
        }

        .fixed-call-btn:hover {
            transform: translateY(-5px) scale(1.06);
            box-shadow: 0 20px 50px rgba(0,0,0,0.4);
        }

        @keyframes callPulse {
            0%, 100% { transform: rotate(0deg); }
            25% { transform: rotate(10deg); }
            50% { transform: rotate(-10deg); }
            75% { transform: rotate(6deg); }
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 992px) {
            .hero {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 60px;
            }
            .hero p { margin: 0 auto; max-width: 620px; }
        }

        @media (max-width: 768px) {
            .hero, .services, .feature-image, .about {
                padding: 80px 5%;
            }
            .services-grid { gap: 30px; }
            .service-box { padding: 38px 30px; }
        }

        @media (max-width: 576px) {
            .hero { padding: 70px 5%; }
            .hero h1 { font-size: clamp(2.2rem, 9vw, 38px); }
            .fixed-call-btn { right: 15px; bottom: 90px; padding: 14px 18px; font-size: 15px; }
            .fixed-call-btn span { display: none; }
            .fixed-call-btn i { font-size: 22px; }
        }
    
        /* buldiing  */


        /* pmc   */


        /* ragister popp show css  */

        .popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.6);
    backdrop-filter:blur(6px);
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    visibility:hidden;
    transition:0.4s ease;
    z-index:9999;
}

.popup-overlay.active{
    opacity:1;
    visibility:visible;
}

.popup-box{
    width:420px;
    background:#023039;
    padding:35px 30px;
    border-radius:20px;
    color:#fff;
    position:relative;
    transform:translateY(200px) scale(0.8);
    opacity:0;
    /* box-shadow:0 25px 60px rgba(0,0,0,0.7); */
}

.popup-overlay.active .popup-box{
    animation:bounceIn 0.8s cubic-bezier(.68,-0.55,.27,1.55) forwards;
}

@keyframes bounceIn{
    0%{
        transform:translateY(200px) scale(0.7);
        opacity:0;
    }
    60%{
        transform:translateY(-20px) scale(1.05);
        opacity:1;
    }
    80%{
        transform:translateY(10px) scale(0.98);
    }
    100%{
        transform:translateY(0) scale(1);
        opacity:1;
    }
}

.close-btn{
    position:absolute;
    top:18px;
    right:22px;
    font-size:26px;
    cursor:pointer;
    transition:0.3s;
}

.close-btn:hover{
    color:#e4c56d;
    transform:rotate(90deg);
}

.popup-box h2{
    margin-bottom:25px;
    font-size:24px;
    color:white;
}

.input-group{
    position:relative;
    margin-bottom:22px;
}

.input-group input{
    width:100%;
    padding:14px 10px;
    background:transparent;
    border:1px solid rgba(255,255,255,0.2);
    border-radius:8px;
    outline:none;
    color:white;
    font-size:14px;
}

.input-group label{
    position:absolute;
    left:12px;
    top:14px;
    font-size:14px;
    color:#aaa;
    pointer-events:none;
    transition:0.3s ease;
}

.input-group input:focus + label,
.input-group input:valid + label{
    top:-8px;
    left:8px;
    font-size:12px;
    background:#111;
    padding:0 5px;
    color:#e4c56d;
}

.submit-btn{
    width:100%;
    padding:14px;
    border:none;
    border-radius:30px;
    background:linear-gradient(45deg,#e4c56d,#f9e9b8);
    color:black;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
}

.submit-btn:hover{
    transform:scale(1.05);
}

@media(max-width:480px){
    .popup-box{
        width:90%;
    }
}

/* css location ki  */



/* SECTION */
.contact-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 6%;
    gap: 80px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* IMAGE SIDE - Modern overlapping with scale & shadow */
.image-side {
    flex: 1;
    position: relative;
    height: 520px;
    perspective: 1000px;
}

.image-side img {
    position: absolute;
    width: 280px;
    height: 380px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(255,255,255,0.4);
}

.img1 {
    left: 0;
    top: 0;
    transform: rotate(-6deg);
    z-index: 1;
}

.img2 {
    left: 120px;
    top: 70px;
    transform: rotate(4deg);
    z-index: 2;
}

.img3 {
    left: 240px;
    top: 140px;
    transform: rotate(-3deg);
    z-index: 3;
}

.image-side img:hover {
    transform: translateY(-25px) scale(1.08) rotate(0deg);
    box-shadow: 0 40px 80px rgba(0,0,0,0.2);
    z-index: 10;
}

/* LOCATION BOX - Glassmorphism style */
.location-box {
    flex: 1;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 32px;
    padding: 25px;
    box-shadow: 0 30px 70px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.4s ease;
}

.location-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 90px rgba(0,0,0,0.12);
}

.location-box iframe {
    width: 100%;
    height: 460px;
    border: 0;
    border-radius: 20px;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.05);
}

/* Responsive */
@media (max-width: 992px) {
    .contact-section {
        flex-direction: column;
        padding: 40px 5%;
        gap: 50px;
    }

    .image-side {
        height: 440px;
    }

    .image-side img {
        width: 220px;
        height: 300px;
    }

    .img1 { left: 0; top: 0; transform: rotate(-4deg); }
    .img2 { left: 80px; top: 50px; transform: rotate(3deg); }
    .img3 { left: 160px; top: 100px; transform: rotate(-2deg); }

    .location-box {
        padding: 20px;
    }

    .location-box iframe {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .image-side img {
        width: 180px;
        height: 250px;
    }
    .img2 { left: 60px; top: 40px; }
    .img3 { left: 120px; top: 80px; }
}

/* project css  */

/* project title  */

.project_wrapper{
padding:70px 6%;
text-align:center;
}

/* buttons */
.project_buttons{
margin-bottom:60px;
}

.project_buttons a{
display:inline-block;
padding:15px 40px;
margin:10px;
text-decoration:none;
font-weight:600;
border-radius:50px;
border:2px solid #eee;
color:#444;
transition:0.4s;
}

.project_buttons a:hover{
background:linear-gradient(45deg,#ff4d4d,#ff0000);
color:#fff;
border-color:#ff0000;
}

.project_buttons a.active_btn{
background:linear-gradient(45deg,#ff0000,#cc0000);
color:#fff;
border-color:#ff0000;
box-shadow:0 10px 25px rgba(255,0,0,0.3);
}

/* grid */
.project_grid{
display:none;
grid-template-columns:repeat(3,1fr);
gap:35px;
animation:fadeUp 0.5s ease;
}

.project_grid.active_grid{
display:grid;
}

/* animation */
@keyframes fadeUp{
from{opacity:0;transform:translateY(25px);}
to{opacity:1;transform:translateY(0);}
}

/* card */
.project_card{
position:relative;
height:350px;
border-radius:20px;
overflow:hidden;
box-shadow:0 15px 35px rgba(0,0,0,0.08);
transition:0.5s;
}

.project_card img{
width:100%;
height:100%;
object-fit:cover;
transition:0.6s;
}

.overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.65);
backdrop-filter:blur(5px);
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;
padding:20px;
color:#fff;
opacity:0;
transition:0.5s;
}

.project_card:hover img{
transform:scale(1.15);
}

.project_card:hover .overlay{
opacity:1;
}

.overlay h3{
font-size:20px;
margin-bottom:10px;
}

.overlay p{
font-size:14px;
margin-bottom:20px;
color: #ded8d4;
}

.overlay a{
padding:10px 30px;
border-radius:30px;
background:linear-gradient(45deg,#ff0000,#ff4d4d);
color:#fff;
text-decoration:none;
font-size:13px;
font-weight:600;
transition:0.4s;
}

.overlay a:hover{
background:linear-gradient(45deg,#cc0000,#ff0000);
transform:scale(1.1);
}

/* ========================= */
/* ✅ RESPONSIVE PART */
/* ========================= */

/* Tablet */
@media (max-width: 992px){
.project_grid{
grid-template-columns:repeat(2,1fr);
}
.project_card{
height:300px;
}
}

/* Mobile */
@media (max-width: 600px){
.project_wrapper{
padding:50px 4%;
}

/* buttons stack */
.project_buttons a{
display:block;
width:100%;
max-width:300px;
margin:10px auto;
padding:12px 20px;
font-size:14px;
}

/* single column */
.project_grid{
grid-template-columns:1fr;
gap:20px;
}

.project_card{
height:250px;
}

.overlay h3{
font-size:16px;
}

.overlay p{
font-size:12px;
}
}


 /* Bedrom and Kitchen exploar  css */


/* MAIN WRAPPER */
.krx-full-wrapper{
    width:100%;
    min-height:80vh;
    display:flex;
    flex-wrap:wrap;
    overflow:hidden;
    /* border: solid red 1px; */
}

/* Cards */
.krx-split-card{
    position:relative;
    width:50%;
    height:100vh;
    overflow:hidden;
    cursor:pointer;
    transition:0.6s ease;
}

/* Animation */
.krx-left-card{
    transform:translateX(-100%);
    animation:krxSlideLeft 1.2s ease forwards;
}

.krx-right-card{
    transform:translateX(100%);
    animation:krxSlideRight 1.2s ease forwards;
}

@keyframes krxSlideLeft{
    to{ transform:translateX(0); }
}

@keyframes krxSlideRight{
    to{ transform:translateX(0); }
}

.krx-split-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.7s ease;
}

/* Hover Zoom */
.krx-split-card:hover img{
    transform:scale(1.1);
}

/* Overlay */
.krx-overlay-box{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.2));
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:60px;
    color:white;
    opacity:0;
    transition:0.6s ease;
}

.krx-split-card:hover .krx-overlay-box{
    opacity:1;
}

.krx-overlay-box h1{
    font-size:40px;
    margin-bottom:15px;
}

.krx-overlay-box p{
    font-size:18px;
    max-width:500px;
    margin-bottom:20px;
    line-height:1.6;
    color: white;
}

/* BUTTON FIX */
.krx-overlay-box button{
    width:150px;
    padding:12px;
    border:none;
    border-radius:40px;
    background:#ff4b2b;
    font-size:16px;
    cursor:pointer;
    transition:0.4s;
    overflow:hidden;
}

.krx-overlay-box button a{
    color:white;
    text-decoration:none;
    display:block;
    width:100%;
    height:100%;
}

.krx-overlay-box button:hover{
    background:#ff416c;
    transform:scale(1.05);
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 1024px){

    .krx-overlay-box{
        padding:40px;
    }

    .krx-overlay-box h1{
        font-size:30px;
    }

    .krx-overlay-box p{
        font-size:16px;
    }

}

/* Mobile */
@media (max-width: 768px){

    .krx-full-wrapper{
        flex-direction:column;
    }

    .krx-split-card{
        width:100%;
        height:60vh;
    }

    .krx-overlay-box{
        opacity:1; /* mobile me always visible */
        padding:25px;
        background:linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3));
    }

    .krx-overlay-box h1{
        font-size:24px;
    }

    .krx-overlay-box p{
        font-size:14px;
    }

    .krx-overlay-box button{
        width:130px;
        padding:10px;
        font-size:14px;
    }
}

/* Small Mobile */
@media (max-width: 480px){

    .krx-split-card{
        height:50vh;
    }

    .krx-overlay-box h1{
        font-size:20px;
    }

    .krx-overlay-box p{
        font-size:13px;
    }

}

 /* slider projects  */



/* ===== CONTAINER ===== */
.zxq-marquee-container{
    width:100%;
    overflow:hidden;
    /* padding:20px 0; */
    /* border: solid red 1px; */
    /* margin-top: -100px; */
}

/* ===== ROW ===== */
.zxq-marquee-track{
    display:flex;
    gap:20px;
    width:max-content;
    animation:scrollMove 13s linear infinite;
}

/* Smooth infinite */
@keyframes scrollMove{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}

/* ===== CARD ===== */
.zxq-card-box{
    flex:0 0 auto;
    width:300px;
    height:180px;
    border-radius:18px;
    overflow:hidden;
    position:relative;
    transition:all 0.4s ease;
}

.zxq-card-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform 0.5s ease;
}

/* Hover only for desktop */
@media (hover:hover){
    .zxq-card-box:hover{
        transform:translateY(-8px) scale(1.05);
        box-shadow:0 15px 30px rgba(0,0,0,0.3);
    }

    .zxq-card-box:hover img{
        transform:scale(1.2);
    }
}

/* Glow effect */
.zxq-card-box::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(120deg, rgba(255,255,255,0.2), transparent);
    opacity:0;
    transition:0.4s;
}
.zxq-card-box:hover::before{
    opacity:1;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media(max-width:992px){
    .zxq-card-box{
        width:240px;
        height:150px;
    }
}

/* Mobile */
@media(max-width:600px){
    .zxq-card-box{
        width:180px;
        height:120px;
    }

    .zxq-marquee-track{
        gap:12px;
        animation-duration:15s;
    }
}

/* Small Mobile */
@media(max-width:400px){
    .zxq-card-box{
        width:150px;
        height:100px;
    }
}


/* project with city  */





/* slider project city css  */


.uxr-hero-stage-x91 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 550px;
    overflow: hidden;
    border-radius: 30px;
    margin: 0 auto;
}

.uxr-slider-x91 {
    display: flex;
    height: 90%;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 20px;
    scrollbar-width: none;
}

.uxr-slider-x91::-webkit-scrollbar {
    display: none;
}

.uxr-panel-x91 {
    flex: 0 0 270px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.6s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.uxr-panel-x91 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}

.uxr-panel-x91:hover {
    flex: 0 0 520px;
    transform: translateY(-15px);
    z-index: 10;
}

.uxr-panel-x91:hover img {
    transform: scale(1.12);
    filter: brightness(0.82);
}

.uxr-content-x91 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to top, rgba(8, 7, 7, 0.88), transparent);
    color: white;
    transform: translateY(45%);
    transition: all 0.6s ease;
}

.uxr-panel-x91:hover .uxr-content-x91 {
    transform: translateY(0);
}

.uxr-content-x91 h2 {
    font-size: 26px;
    margin-bottom: 8px;
    color: white;
}

.uxr-content-x91 p {
    font-size: 14.5px;
    margin-bottom: 16px;
    opacity: 0.95;
    color: white;
}

.uxr-content-x91 button {
    padding: 10px 24px;
    border: none;
    border-radius: 30px;
    background: #ff4b2b;
    color: white;
    cursor: pointer;
    font-size: 14px;
    transition: 0.4s;
}

.uxr-content-x91 button:hover {
    background: #ff416c;
    transform: scale(1.08);
}

.uxr-nav-btn-x91 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.65);
    color: white;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
    z-index: 20;
    transition: 0.3s;
    border: 2px solid rgba(255,255,255,0.3);
}

.uxr-nav-btn-x91:hover {
    background: #ff4b2b;
    transform: translateY(-50%) scale(1.1);
}

#uxrPrevX91 { left: 25px; }
#uxrNextX91 { right: 25px; }

@media (max-width: 1200px) {
    .uxr-panel-x91 { flex: 0 0 260px; }
    .uxr-panel-x91:hover { flex: 0 0 500px; }
}

@media (max-width: 992px) {
    .uxr-hero-stage-x91 { height: 480px; }
    .uxr-panel-x91 { flex: 0 0 240px; }
    .uxr-panel-x91:hover { flex: 0 0 420px; }
}

@media (max-width: 768px) {
    .uxr-hero-stage-x91 { height: 420px; border-radius: 20px; }
    .uxr-slider-x91 { gap: 15px; padding: 15px; }
    .uxr-panel-x91 { flex: 0 0 220px; }
    .uxr-panel-x91:hover { flex: 0 0 340px; }
}
.btn {
    display: inline-block;
    padding: 8px 17px;
    background: linear-gradient(135deg, #ff7b00, #ff3c00);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
    border: none;
}

.btn:hover {
    background: linear-gradient(135deg, #ff3c00, #ff7b00);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.btn:active {
    transform: scale(0.95);
    box-shadow: none;
}


.tt{
    font-size: 0px;
    color: white;
}

/* slider-image project  */


/* ===== MAIN CONTAINER ===== */
.zxq-main-container{
    width:100%;
    height:160px;               /* Default Desktop */
    overflow:hidden;
    background:#f5f5f5;
    padding: 10px 0;
}

/* ===== TRACK ===== */
.zxq-marquee-track{
    display:flex;
    gap:24px;
    width:max-content;
    height:100%;
    align-items:center;
    animation:scrollMove 20s linear infinite;
}

/* Animation */
@keyframes scrollMove{
    0%{ transform:translateX(0); }
    100%{ transform:translateX(-50%); }
}

/* ===== IMAGE CARD ===== */
.zxq-card-box{
    flex:0 0 auto;
    width:160px;
    height:120px;
    border-radius:12px;
    overflow:hidden;
    border:2px solid #fff;
    box-shadow:0 4px 12px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: transform 0.25s ease;
}

.zxq-card-box:hover{
    transform: scale(1.06);
}

.zxq-card-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* ===== RESPONSIVE MEDIA QUERIES ===== */

/* Tablet (601px - 1024px) */
@media (max-width: 1024px) and (min-width: 601px) {
    .zxq-main-container {
        height: 140px;
    }
    .zxq-marquee-track {
        gap: 20px;
    }
    .zxq-card-box {
        width: 180px;
        height: 110px;
    }
}

/* Mobile (max 600px) */
@media (max-width: 600px) {
    .zxq-main-container {
        height: 120px;
    }
    .zxq-marquee-track {
        gap: 16px;
        animation: scrollMove 16s linear infinite;   /* Thoda faster on mobile */
    }
    .zxq-card-box {
        width: 200px;
        height: 105px;
    }
    .zxq-card-box:hover {
        transform: none;   /* Hover effect disable on mobile */
    }
}

/* Extra small mobile */
@media (max-width: 480px) {
    .zxq-card-box {
        width: 180px;
        height: 95px;
    }
}

/* ===== MODAL (Full Width Project View) ===== */
.zxq-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.95);
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.zxq-modal-content {
    position: relative;
    max-width: 100%;
    max-height: 95vh;
}

.zxq-modal-content img {
    width: 100%;
    height: auto;
    max-height: 92vh;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    object-fit: contain;
}

.zxq-close {
    position: absolute;
    top: -18px;
    right: -18px;
    background: #fff;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    transition: all 0.2s;
}

.zxq-close:hover {
    background: #ff4444;
    color: white;
    transform: scale(1.1);
}

.menu-box {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    background: #ffffff;
    padding: 12px;
    border-radius: 10px;
    width: 150px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    z-index: 9999;
}

/* form ka default margin hatao */
.menu-box form {
    margin: 0;
}

/* button + anchor dono same style */
.menu-btn {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    background: #fff;
    padding: 8px 10px;
    margin-bottom: 8px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* last button ka extra margin hatao */
.menu-btn:last-child {
    margin-bottom: 0;
}

/* hover effect */
.menu-btn:hover {
    background: #167889;
    color: #fff;
    border-color: #167889;
}


/* clinets  */




/* heading */
.title{
text-align:center;
padding:40px 15px 10px;
}

.title h2{
font-size:clamp(24px,4vw,38px);
font-weight:700;
color:#111827;
}

.title p{
font-size:clamp(10px,1vw,16px);
color:#6b7280;
margin-top:8px;
}


/* slider */
.client-section{
width:100%;
overflow:hidden;
position:relative;
padding:60px 0;
}

.client-track{
display:flex;
width:max-content;
animation:slide 22s linear infinite;
}

.client-section:hover .client-track{
animation-play-state:paused;
}

@keyframes slide{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-50%);
}
}


/* cards */
.client-card{
width:240px;
min-height:160px;
margin:0 14px;
padding:18px 15px;
border-radius:14px;
background:rgba(255,255,255,.85);
backdrop-filter:blur(12px);
box-shadow:0 8px 28px rgba(0,0,0,.08);
text-align:center;
flex-shrink:0;
transition:.35s;
}

.client-card:hover{
transform:translateY(-8px);
box-shadow:0 14px 35px rgba(37,99,235,.18);
}


.client-img{
width:70px;
height:70px;
border-radius:50%;
object-fit:cover;
border:3px solid #3b82f6;
cursor:pointer;
transition:.3s;
}

.client-img:hover{
transform:scale(1.08);
}


.client-card h4{
margin-top:12px;
font-size:16px;
color:#111827;
}

.client-card p{
font-size:10px;
margin:8px 0 14px;
color:#6b7280;
font-weight: 500;
}


.project-btn{
display:inline-block;
padding:8px 16px;
border-radius:30px;
text-decoration:none;
background:linear-gradient(45deg,#2563eb,#4f46e5);
color:#fff;
font-size:12px;
font-weight:600;
transition:.3s;
}

.project-btn:hover{
transform:scale(1.06);
}



/* fade */
.client-section:before,
.client-section:after{
content:"";
position:absolute;
top:0;
height:100%;
width:90px;
z-index:2;
}

.client-section:before{
left:0;
background:linear-gradient(to right,#f4f7fb,transparent);
}

.client-section:after{
right:0;
background:linear-gradient(to left,#f4f7fb,transparent);
}



/* popup */
.popup{
display:none;
position:fixed;
inset:0;
background:rgba(0,0,0,.88);
justify-content:center;
align-items:center;
padding:20px;
z-index:9999;
}

.popup img{
width:min(900px,95%);
max-height:85vh;
object-fit:contain;
border-radius:18px;
}

.close{
position:absolute;
top:20px;
right:30px;
font-size:42px;
color:#fff;
cursor:pointer;
}



/* tablet */
@media(max-width:992px){

.client-card{
width:180px;
min-height:160px;
margin:0 10px;
}

.client-img{
width:62px;
height:62px;
}

.client-section:before,
.client-section:after{
width:45px;
}

}



/* mobile */
@media(max-width:768px){

.client-track{
animation-duration:16s;
}

.client-card{
width:155px;
min-height:130px;
padding:14px 10px;
margin:0 8px;
}

.client-img{
width:54px;
height:54px;
}

.client-card h4{
font-size:14px;
}

.client-card p{
font-size:11px;
}

.project-btn{
padding:6px 12px;
font-size:11px;
}

.client-section:before,
.client-section:after{
display:none;
}

}



/* extra small */
@media(max-width:480px){

.client-card{
width:140px;
min-height:150px;
}

.client-track{
animation-duration:14s;
}

}



/* touch swipe */
@media (hover:none){

.client-section{
overflow-x:auto;
scrollbar-width:none;
}

.client-section::-webkit-scrollbar{
display:none;
}

.client-track{
animation:none;
padding-bottom:10px;
}

}





/* CONTAINER */
.stats-container {
    width: 100%;
    padding: 35px 0;
    display: flex;
    justify-content: center;
       background: #3B7984;
       border-radius: 10px;
}

/* TITLE */
.heading {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 1px;
}

.heading::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #00e0ff, #00ffcc);
    border-radius: 5px;
}

.heading::after {
    content: '';
    width: 50px;
    height: 3px;
    background: #00ffcc;
    display: block;
    margin: 8px auto 0;
    border-radius: 5px;
}

/* BOX */
.stats-box {
    width: 95%;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    position: relative;
    gap: 12px; /* 🔥 GAP ADDED */
}

/* TOP GLOW LINE */
.stats-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #00e0ff, #00ffcc);
    border-radius: 18px 18px 0 0;
}

/* CARD */
.stat-card {
    flex: 1;
    text-align: center;
    padding: 12px;
    border-right: 1px solid rgba(255,255,255,0.2);
    transition: 0.3s;
    border-radius: 10px;
}

.stat-card:last-child {
    border-right: none;
}

/* CARD BACKGROUND FOR FILL LOOK */
.stat-card:nth-child(odd) {
    background: rgba(255,255,255,0.05);
}

/* HOVER */
.stat-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* TITLE TEXT */
.stat-title {
    font-size: 13px;
    color: #d9f3f7;
    margin-bottom: 6px;
}

/* NUMBER */
.stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}

/* PLUS STYLE (UPDATED 🔥) */
.stat-number span {
    font-size: 26px;   /* bigger */
    font-weight: 900;  /* bold */
    margin-left: 4px;
    color: #00ffcc;
}

/* TRUST BADGE */
.trust {
    display: inline-block;
    padding: 5px 12px;
    background: #00ffcc;
    color: #003b40;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

/* RESPONSIVE */
@media(max-width:768px){
    .stats-box {
        flex-wrap: wrap;
    }
    .stat-card {
        width: 50%;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
}

