:root {
    --primary-blue: #185152;
    --deep-blue: #103a3e;
    --royal-blue-start: #1d7f83;
    --royal-blue-end: #35a89f;
    --gold: #5fbf9f;
    --gold-deep: #2f8f72;
    --light-bg: #f3f9f7;
    --white: #ffffff;
    --body-text: #1f3538;
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: "Heebo", sans-serif;
    color: var(--body-text);
    background: var(--light-bg);
    line-height: 1.6;
}
html { max-width: 100%; }
img, video { max-width: 100%; }
h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
    color: var(--primary-blue);
}

.section-space { padding: 5rem 0; }
.section-title { max-width: 760px; margin: 0 auto 2rem; text-align: center; }
.section-title h3 { margin-bottom: 0.6rem; }

.btn-brand {
    background: linear-gradient(90deg, var(--gold), var(--gold-deep));
    color: var(--white);
    border: 0;
    font-weight: 600;
    padding: 0.75rem 1.45rem;
    border-radius: 0.65rem;
    transition: all 0.3s ease;
}
.btn-brand:hover {
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(201, 151, 0, 0.3);
}
.btn-outline-brand {
    border: 2px solid var(--gold);
    color: var(--gold-deep);
    font-weight: 600;
    padding: 0.65rem 1.3rem;
    border-radius: 0.65rem;
}
.btn-outline-brand:hover { background: var(--gold); color: var(--white); }

.top-header {
    background: var(--deep-blue);
    color: #d9e9f8;
    padding: 0.5rem 0;
    font-size: 0.92rem;
}
.top-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.top-item { display: flex; align-items: center; gap: 0.45rem; }
.top-item i { color: var(--gold); }
.top-item a { color: #d9e9f8; text-decoration: none; }
.top-address-link {
    color: #d9e9f8;
    text-decoration: none;
    border-bottom: 1px dashed rgba(217, 233, 248, 0.45);
}
.top-address-link:hover { color: #fff; }

.site-header-sticky {
    position: sticky;
    top: 0;
    z-index: 1080;
    background: var(--white);
    box-shadow: 0 6px 18px rgba(16, 52, 56, 0.08);
}
.site-header-sticky .top-header {
    position: relative;
    z-index: 2;
}

.main-header {
    background: var(--white);
    border-bottom: 1px solid #e8edf3;
    box-shadow: none;
}
.logo-img {
    width: 186px;
    height: 65px;
    object-fit: contain;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--primary-blue);
    font-weight: 700;
    margin-left: 0.55rem;
    margin-right: 0.55rem;
    position: relative;
}
.navbar-light .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
}
.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after { width: 100%; }
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover { color: var(--gold-deep); }
.mobile-nav-drawer {
    max-width: 300px;
    background: linear-gradient(145deg, #0f4043, #1d7f83);
    color: #fff;
}
.mobile-nav-drawer .offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav-drawer .btn-close {
    filter: invert(1);
}
.mobile-nav-drawer .navbar-nav .nav-link {
    color: #eaf4ff;
    margin: 0;
    padding: 0.65rem 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.18);
}
.mobile-nav-drawer .navbar-nav .nav-link.active,
.mobile-nav-drawer .navbar-nav .nav-link:hover {
    color: #ffd67a;
}
.mobile-nav-drawer .navbar-nav .nav-link::after {
    display: none;
}

.lang-switcher {
    min-width: 7.5rem;
    border-radius: 0.5rem;
    border-color: #d0e3df;
    font-weight: 600;
    color: var(--primary-blue);
}
.lang-switcher:focus {
    border-color: var(--gold-deep);
    box-shadow: 0 0 0 0.15rem rgba(47, 143, 114, 0.2);
}
.lang-switcher-mobile {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

html[lang="hi"] body {
    font-family: "Noto Sans Devanagari", "Heebo", sans-serif;
}
html[lang="hi"] h1,
html[lang="hi"] h2,
html[lang="hi"] h3,
html[lang="hi"] h4,
html[lang="hi"] h5,
html[lang="hi"] h6 {
    font-family: "Noto Sans Devanagari", "Inter", sans-serif;
}

.hero-section {
    background: radial-gradient(circle at top left, rgba(45,170,225,0.26), transparent 48%), linear-gradient(140deg, #16385d, #1e6fa8 52%, #2daae1);
    color: var(--white);
    padding: 6rem 0 5rem;
    position: relative;
    overflow: hidden;
}
.hero-section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -80px;
    bottom: -120px;
    background: rgba(212, 175, 55, 0.14);
    border-radius: 50%;
    filter: blur(2px);
}
.hero-tag {
    display: inline-block;
    background: rgba(212, 175, 55, 0.22);
    border: 1px solid rgba(212, 175, 55, 0.65);
    color: #ffe8a3;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.85rem;
}
.hero-section h2 {
    color: var(--white);
    font-size: clamp(1.9rem, 4vw, 3.1rem);
    margin-top: 0.75rem;
}
.hero-section p { color: #eff7ff; max-width: 660px; }
.hero-actions { margin-top: 1.35rem; display: flex; gap: 0.8rem; flex-wrap: wrap; }
.hero-image-wrap {
    border-radius: 1.1rem;
    overflow: hidden;
    border: 4px solid rgba(255,255,255,0.16);
    box-shadow: 0 22px 38px rgba(0,0,0,0.3);
}

.feature-badge {
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 0.8rem;
    padding: 0.8rem;
    text-align: center;
}
.feature-badge h6 { color: #fff; margin-bottom: 0.2rem; }
.feature-badge p { margin: 0; color: #dcefff; font-size: 0.92rem; }

.stats-section { margin-top: -32px; position: relative; z-index: 5; }
.stat-card {
    background: var(--white);
    border-radius: 0.95rem;
    padding: 1.25rem;
    box-shadow: 0 10px 30px rgba(12,34,53,0.09);
    border-top: 4px solid var(--gold);
    height: 100%;
}
.count {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 0.35rem;
    color: var(--deep-blue);
}

.about-card {
    background: var(--white);
    border-radius: 1rem;
    padding: 1.6rem;
    box-shadow: 0 12px 32px rgba(17, 41, 66, 0.08);
}
.about-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.about-list li {
    margin-bottom: 0.7rem;
    position: relative;
    padding-left: 1.5rem;
}
.about-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--gold-deep);
    position: absolute;
    left: 0;
}

.image-card {
    position: relative;
    overflow: hidden;
    border-radius: 0.9rem;
    box-shadow: 0 10px 26px rgba(14, 35, 57, 0.12);
}
.image-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.image-card:hover img { transform: scale(1.08); }
.image-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: 0.95rem 1rem;
    background: linear-gradient(to top, rgba(7, 31, 54, 0.9), rgba(7,31,54,0.2));
    color: var(--white);
}
.image-overlay h5 { color: #fff; margin-bottom: 0.15rem; }
.image-overlay span { color: #ffdb7f; font-size: 0.9rem; }
.enquiry-image img { height: 340px; }

.service-card {
    background: var(--white);
    border: 1px solid #e8edf3;
    border-radius: 0.95rem;
    padding: 1.35rem;
    height: 100%;
    transition: all 0.3s ease;
}
.service-card i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--gold-deep);
    background: rgba(212,175,55,0.15);
    margin-bottom: 0.8rem;
}
.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(12,34,53,0.12);
    border-color: rgba(30,111,168,0.45);
}

.timeline-card {
    background: #fff;
    border-left: 4px solid var(--gold);
    border-radius: 0.8rem;
    padding: 1rem 1rem 1rem 1.2rem;
    box-shadow: 0 8px 20px rgba(13, 34, 56, 0.08);
    margin-bottom: 0.9rem;
}

.testimonial-card {
    background: var(--white);
    border-radius: 0.95rem;
    padding: 1.2rem;
    box-shadow: 0 10px 26px rgba(13, 34, 56, 0.08);
    height: 100%;
}

.faq-item {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1rem;
    border: 1px solid #e5eaf0;
    margin-bottom: 0.8rem;
}

.cta-box {
    background: linear-gradient(120deg, var(--primary-blue), var(--royal-blue-end));
    border-radius: 1rem;
    color: var(--white);
    padding: 2.3rem 1.7rem;
    text-align: center;
}
.cta-box h3, .cta-box p { color: var(--white); }

.form-control {
    border: 1px solid #d9e3ef;
    border-radius: 0.55rem;
    padding: 0.7rem 0.85rem;
}
.form-control:focus {
    border-color: var(--royal-blue-start);
    box-shadow: 0 0 0 0.18rem rgba(45,170,225,0.2);
}

.site-footer {
    background: #102944;
    color: #d8e2ec;
    padding: 3.6rem 0 2rem;
}
.site-footer h5 { color: #fff2c2; margin-bottom: 0.9rem; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 0.55rem; }
.footer-links a { color: #d8e2ec; text-decoration: none; }
.footer-links a:hover { color: #ffe39b; }
.copyright {
    margin-top: 1.4rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.12);
    text-align: center;
}

.floating-actions {
    position: fixed;
    right: 18px;
    bottom: 24px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.float-btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.22);
    text-decoration: none;
    animation: pulse 1.9s infinite;
}
.float-btn.call { background: linear-gradient(120deg, #c99700, #d4af37); }
.float-btn.whatsapp { background: linear-gradient(120deg, #09a84f, #21d366); }
.float-btn:hover { color: #fff; transform: translateY(-2px); }

.back-to-top {
    position: fixed;
    right: 22px;
    bottom: 150px;
    z-index: 100;
    display: none;
}

.gsap-reveal { opacity: 0; transform: translateY(30px); }

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(212,175,55,0.5); }
    70% { box-shadow: 0 0 0 16px rgba(212,175,55,0); }
    100% { box-shadow: 0 0 0 0 rgba(212,175,55,0); }
}

@media (max-width: 991px) {
    .stats-section { margin-top: 1.2rem; }
    .logo-img { width: 150px; height: 56px; }
    .hero-section { padding: 4.2rem 0 3.7rem; }
    .section-space { padding: 3.8rem 0; }
    .top-item.phones {
        flex-wrap: wrap;
    }
    .hero-actions .btn {
        width: 100%;
        text-align: center;
    }
    .cta-box-modern .btn {
        margin-top: 0.5rem;
    }
}

/* ===== Enhanced Home Redesign ===== */
.section-kicker {
    display: inline-block;
    padding: 0.24rem 0.7rem;
    border: 1px solid rgba(201, 151, 0, 0.35);
    border-radius: 999px;
    color: #b07300;
    font-size: 0.82rem;
    margin-bottom: 0.7rem;
    background: #fffaf1;
}
.title-accent {
    color: var(--gold-deep);
    font-style: italic;
}
.section-soft-bg { background: linear-gradient(180deg, #f7faff 0%, #f3f6fb 100%); }

.hero-slider {
    position: relative;
    transition: background-image 0.8s ease-in-out;
    background-size: cover;
    background-position: center;
}
.hero-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(9, 45, 48, 0.9), rgba(20, 108, 103, 0.72));
    z-index: 0;
}
.hero-slider > .container { position: relative; z-index: 1; }
.hero-info-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 0.95rem;
    padding: 1.1rem;
    color: #fff;
    backdrop-filter: blur(4px);
}
.hero-info-card h5 { color: #fff; }
.hero-info-card p { color: #e8f2fe; }
.hero-mini-list div {
    padding: 0.42rem 0;
    font-size: 0.95rem;
}
.hero-mini-list i { color: #ffce59; margin-right: 0.35rem; }

.about-collage {
    position: relative;
    padding: 0 2.1rem 2.1rem 0;
}
.about-main-image img,
.about-mini-image img {
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.about-main-image { box-shadow: 0 18px 38px rgba(15, 39, 64, 0.16); }
.about-mini-image {
    position: absolute;
    width: 210px;
    right: 0;
    bottom: 0;
    border: 4px solid #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 14px 28px rgba(15, 39, 64, 0.2);
}
.experience-badge {
    position: absolute;
    right: -4px;
    top: 14px;
    background: linear-gradient(120deg, #d4af37, #c99700);
    color: #1b2d43;
    border-radius: 0.75rem;
    padding: 0.7rem;
    width: 112px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(201, 151, 0, 0.35);
}
.experience-badge h4 { margin: 0; color: #15283e; }
.experience-badge span { font-size: 0.78rem; line-height: 1.2; display: block; }

.mini-feature {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    background: #f8fbff;
    border: 1px solid #e8edf3;
    border-radius: 0.65rem;
    padding: 0.7rem;
}
.mini-feature i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, 0.18);
    color: #b78409;
}
.mini-feature h6 { margin-bottom: 0.1rem; }
.mini-feature p { margin: 0; font-size: 0.87rem; }

.parallax-strip {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}
.parallax-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(8, 41, 45, 0.82), rgba(18, 106, 99, 0.66));
}
.parallax-strip .container { position: relative; z-index: 1; }

.work-card {
    background: #fff;
    border-radius: 0.95rem;
    padding: 1.1rem;
    height: 100%;
    border: 1px solid #e9eef4;
    box-shadow: 0 10px 24px rgba(20, 41, 63, 0.08);
}
.work-card span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(120deg, #1e6fa8, #2daae1);
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.testimonials-dark {
    background: #0a2e31;
    position: relative;
}
.t-dark-card {
    background: #154448;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1.1rem;
    color: #d7e7f7;
    height: 100%;
}
.t-dark-card.active { border-color: rgba(212, 175, 55, 0.5); }
.t-dark-card .stars {
    letter-spacing: 2px;
    color: #f5c85f;
    margin-bottom: 0.75rem;
}
.t-dark-card h6 { color: #fff; margin-bottom: 0.2rem; }
.t-dark-card small { color: #f5c85f; }
.testimonial-slider-wrap {
    overflow: hidden;
    position: relative;
}
.testimonial-track {
    display: flex;
    gap: 1rem;
    transition: transform 0.6s ease;
    will-change: transform;
}
.testimonial-track .t-dark-card {
    min-height: 220px;
    flex: 0 0 calc((100% - 3rem) / 4);
}
.testimonial-controls {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 1rem;
}
.t-control {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.28);
    background: rgba(255,255,255,0.08);
    color: #fff;
}
.t-control:hover { background: rgba(212,175,55,0.4); border-color: rgba(212,175,55,0.7); }

.faq-left-card {
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #e8edf3;
    padding: 1.3rem;
    box-shadow: 0 10px 24px rgba(18, 38, 60, 0.08);
}
.faq-accordion .accordion-item {
    border: 1px solid #eadfcb;
    border-radius: 0.7rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
}
.faq-accordion .accordion-button {
    font-weight: 700;
    color: #1f3a5f;
    background: #fff;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: #b17300;
    background: #fff8ec;
    box-shadow: none;
}
.faq-accordion .accordion-body { color: #3b4d62; }
.enquiry-form-card {
    border-left: 4px solid var(--gold);
}
.cta-box-modern {
    border: 1px solid rgba(255,255,255,0.2);
    background: linear-gradient(120deg, #0e4447, #1d7f83);
}
.cta-box-modern .btn-outline-brand {
    border-color: rgba(255,255,255,0.55);
    color: #fff;
}
.cta-box-modern .btn-outline-brand:hover {
    background: #fff;
    color: #0e3558;
    border-color: #fff;
}

.page-banner {
    padding: 4.2rem 0 3.6rem;
    background-size: cover;
    background-position: center;
    position: relative;
}
.page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(6, 35, 61, 0.86), rgba(18, 95, 147, 0.68));
}
.page-banner .container { position: relative; z-index: 1; }
.page-banner h2, .page-banner p { color: #fff; }

.site-footer {
    background: linear-gradient(140deg, #0f2742, #143e66);
    position: relative;
}
.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 0%, rgba(212, 175, 55, 0.13), transparent 35%);
    pointer-events: none;
}
.site-footer .container { position: relative; z-index: 1; }
.site-footer a { color: #e4effa; text-decoration: none; }
.site-footer a:hover { color: #ffd87a; }
.footer-contact-chip {
    margin-top: 0.8rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.65rem;
    padding: 0.65rem;
}

.contact-side-card {
    background: linear-gradient(145deg, #0f4043, #1d7f83);
    border-radius: 1rem;
    padding: 1.35rem;
    color: #fff;
    box-shadow: 0 14px 28px rgba(15, 46, 76, 0.2);
}
.contact-side-card h3,
.contact-side-card h6 {
    color: #fff;
}
.contact-side-card p {
    color: #dfefff;
}
.contact-chip {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.75rem;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}
.contact-chip i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 214, 122, 0.25);
    color: #ffe29e;
}
.contact-chip p {
    margin: 0;
}
.contact-chip a {
    color: #fff;
}
.contact-chip a:hover {
    color: #ffd779;
}

@media (max-width: 992px) {
    .about-collage { padding-right: 0; }
    .about-mini-image {
        position: static;
        width: 100%;
        margin-top: 1rem;
    }
    .experience-badge {
        right: 10px;
        top: 10px;
    }
    .parallax-strip { background-attachment: scroll; }
    .testimonial-track .t-dark-card { flex: 0 0 calc((100% - 1rem) / 2); }
    .enquiry-image img { height: 300px; }
}

@media (max-width: 767px) {
    .testimonial-track .t-dark-card { flex: 0 0 100%; }
    .enquiry-image img { height: 270px; }
    .section-title {
        max-width: 100%;
        padding: 0 0.4rem;
    }
    .floating-actions {
        right: 12px;
        bottom: 18px;
    }
    .back-to-top {
        right: 14px;
        bottom: 138px;
    }
}