/* =============================
    NEW: style.css (responsive rebuild)
    - Rebuilt from original without design changes
    - Keep backup before replacing
    - Performance optimizations added
    ============================= */

/* =============================
    GLOBAL RESETS & BASE STYLES
============================= */

/* Note: Font is loaded from Google Fonts with display=swap for optimal performance */

* {
    margin: 0;
    padding: 0;
    text-decoration: none !important;
    outline: none !important;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
    background-color: #f1f1f1;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Performance: reduce paint */
    text-rendering: optimizeSpeed;
}

a {
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    touch-action: manipulation;
    /* Faster tap response on mobile */
}

button {
    cursor: pointer;
    touch-action: manipulation;
    /* Faster tap response on mobile */
    border: none;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0.55vw 0;
    line-height: 140%;
    font-weight: 500;
}

p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    font-family: Montserrat, sans-serif;
    color: #fff;
}

/* =============================
    UTILITY CLASSES
============================= */

/* Screen reader only - visually hidden but accessible */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Accessibility: Focus styles for keyboard navigation */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 2px solid #4A90D9;
    outline-offset: 2px;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


/* Screen reader only - visually hidden but accessible */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Phone number box styling */
.phone-number-box {
    border: 2px solid white;
    padding: 10px;
}

/* Navigation social links container */
.nav-social-links {
    margin-top: 50%;
    text-align: center;
}

/* Title border with bold weight */
.title-border-bold {
    font-weight: 500 !important;
}

/* Full width banner image */
.banner-img-full {
    width: 100%;
}

/* Form logo styling */
.form-logo {
    align-self: center;
    width: 60%;
    margin-bottom: 30px;
}

/* Form input styling */
.form-input {
    font-size: large;
}

/* Form error message */
.form-error {
    color: red;
    font-size: 12px;
    display: none;
}

/* Flex row with gap */
.flex-row-gap {
    display: flex;
    gap: 10px;
}

/* Phone input styling */
.phone-input-styled {
    font-size: medium;
}

/* Submit button styling */
.btn-submit {
    margin-left: -4px;
    border-radius: 10px;
    width: 100%;
    height: 50px;
    border: none;
    background-color: #333;
    color: white;
    margin-top: 20px;
}

/* Dots container */
.dots-container {
    text-align: center;
}

/* Video thumbnail link */
.video-thumb-link {
    position: relative;
    display: inline-block;
}

/* Brand logo with invert filter */
.brand-logo-invert {
    filter: invert(1);
}

/* Footer title underline */
.footer-title-underline {
    border-bottom: 2px solid white;
}

/* Footer links wrapper - extends base .footer-links */
.footer-links-styled {
    padding: 60px;
}

/* Copyright bar */
.copyright-bar {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    background: #333;
    border-top: 2px solid white;
}

/* White text color */
.text-white {
    color: white;
}

/* Flex gap container */
.flex-gap-20 {
    display: flex;
    gap: 20px;
}

/* HR auto margin */
.hr-auto {
    margin: auto;
}

/* OTP Section Styles */
.otp-heading {
    font-size: xx-large;
    margin-top: -30px;
}

.otp-input-container {
    margin-top: 20px;
}

.otp-input {
    font-size: larger;
}

.otp-verify-btn {
    width: 50%;
    font-size: larger;
    border-radius: 10px;
    height: 50px;
    background: linear-gradient(45deg, #1cb5e0, #000851);
    color: white;
    border: none;
}

.timer-display {
    color: red;
}

.otp-error-msg {
    color: red;
    margin-top: 10px;
    display: none;
}

/* Thank You Popup Styles */
.thankyou-heading {
    font-size: x-large;
    margin-top: 150px;
}

.thankyou-icon {
    color: gray;
    font-size: x-large;
    padding: 2px;
}

.thankyou-text {
    font-size: 16px;
    color: gray;
}

.text-center {
    text-align: center;
    padding: 10px 15px;
    color: grey;
}

/* Utility */
.container {
    width: 100%;
    margin: 0 auto;
}

/* =============================
    HEADER & NAVBAR
============================= */

header {
    display: flex;
    flex-direction: row;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    background: black !important;
    transition: background 0.35s ease-in-out;
}

header.scrolled {
    background: black !important;
}

.phone-number {
    font-size: 15px;
    color: white;
    padding: 10px 20px;
    width: 100%;
    /* margin-right: 20%; */
    text-align: right;
    /* border: 2px solid white; */
}

.navbar {
    width: 100%;
    position: sticky;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 20px;
}

header .navbar ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    padding: 10px 20px;
    margin: 0;
}

.nav-links {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.nav-links li a {
    color: white;
    /* font-weight: 600; */
}

.logo img {
    filter: invert(1) brightness(9);
    width: auto;
    height: 60px;
}

/* Hamburger button (hidden on desktop) */
.hamburger {
    font-size: 26px;
    cursor: pointer;
    display: block;
    background: transparent;
    border: none;
    padding: 8px 12px;
}

.hamburger-icon {
    display: inline-block;
    line-height: 1;
    color: white;
}

/* =============================
    LOCALITIES DROPDOWN (CLICK - ACCORDION STYLE)
============================= */

.localities-dropdown {
    position: static;
    cursor: pointer;
}

.localities-dropdown>a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.icon-dropdown {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.localities-dropdown.active .icon-dropdown {
    transform: rotate(180deg);
}

.localities-submenu {
    display: none !important;
    position: static;
    background: rgba(255, 255, 255, 0.1);
    min-width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    list-style: none;
    z-index: 9999;
    margin: 10px 0 0 0;
    flex-direction: column;
}

/* Show on click (active class) */
.localities-dropdown.active .localities-submenu {
    display: flex !important;
    flex-direction: column !important;
}

.localities-submenu li {
    display: block !important;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.localities-submenu li:last-child {
    border-bottom: none;
}

.localities-submenu li a {
    display: block;
    padding: 10px 15px 10px 25px;
    color: white !important;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.localities-submenu li a:hover {
    background: rgba(255, 255, 255, 0.1);
    padding-left: 30px;
}


/* =============================
    BANNER / SLIDER
============================= */

.banner img,
.slideshow-container img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* Desktop Banner - visible on large screens */
.banner .banner-desktop,
.slideshow-container .banner-desktop {
    display: block;
}

/* Mobile Banner - HIDDEN on large screens (desktop) */
.banner .banner-mobile,
.slideshow-container .banner-mobile {
    display: none !important;
}

/* Mobile: swap banners */
@media (max-width: 768px) {

    .banner .banner-desktop,
    .slideshow-container .banner-desktop {
        display: none !important;
    }

    .banner .banner-mobile,
    .slideshow-container .banner-mobile {
        display: block !important;
        height: 90vh;
        object-fit: cover;
        /*object-position: left;*/
    }
}

.slideshow-container {
    position: relative;
    margin: auto;
    width: 100%;
}

.mySlides {
    display: table-cell;
    width: 100%;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 10;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    z-index: 5;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* .active,
.dot:hover {
     background-color: #717171;
} */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* =============================
    BANNER CONTENT OVERLAY
============================= */

.banner {
    position: relative;
}

.banner-content-overlay {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 610px;
    padding: 20px;
}

.banner-heading {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
}

.banner-subtitle {
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    line-height: 1.5;
    font-family: "Montserrat", sans-serif;
}

.banner-subtitle .highlight-text {
    color: #f5a623;
    font-weight: 600;
}

/* Mobile responsive adjustments for banner overlay */
@media (max-width: 768px) {
    .banner-content-overlay {
        left: 3%;
        max-width: 90%;
        padding: 15px;
        top: 40%;
    }

    .banner-heading {
        margin-bottom: 10px;
        font-size: 2.4rem;
    }

    .banner-subtitle {
        font-size: clamp(0.8rem, 3vw, 0.95rem);
    }
}

@media (max-width: 480px) {
    .banner-content-overlay {
        left: 2%;
        max-width: 95%;
        padding: 10px;
    }

    .banner-heading {
        font-size: 2.4rem;
    }

    .banner-subtitle {
        font-size: 0.85rem;
    }
}

/* =============================
    PROJECTS GRID
============================= */

.outer-container {
    border-radius: 20px;
    background-color: white;
    padding: 40px;
    margin: 20px;
}

.container-box {
    padding: 0px 150px;
}

.container-box h2 {
    margin-bottom: 20px;
    font-family: Montserrat;
    text-align: center;
    color: whitesmoke;
}

.title-border {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-family: "Libre Caslon Display", serif;
    color: #1b1b1b;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.title-border::after {
    content: "";
    width: 30%;
    height: 3px;
    background: grey;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}

.project-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.project-container p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: white;
    text-align: left;
    padding: 0 10px;
}

.inner-content {
    border: 2px solid goldenrod;
    text-align: center;
    background-color: black;
}

.inner-content a {
    text-decoration: none !important;
    color: #000 !important;
    padding: 10px 0px;
}

.inner-content-head {
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    /* margin-bottom: 10px; */
    font-size: 1rem;
    font: bold 1.1em Montserrat !important;
    padding: 10px 10px;
}

.inner-content-head h3 {
    border-bottom: 2px solid white;
    font-size: 16px;
    text-transform: uppercase;
}

.second-h3 {
    border-bottom: 2px solid white;
    font-size: 12px;
    text-transform: uppercase;
    /*color: black;*/
    padding: 10px 0;
    margin: 10px;
}

.img-section {
    height: 400px;
    overflow: hidden;
    position: relative;
    /* Performance optimizations */
    contain: layout style;
    aspect-ratio: 16 / 10;
    width: 100%;
}

.img-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
    /* Performance: hint for transform animation */
    will-change: transform;
}

.img-section:hover img {
    transform: scale(1.1);
}

/* =============================
    (OPTIONAL) STATS SECTION
============================= */

.stats {
    padding: 50px 0;
    margin: 0 100px;
}

.stats-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.stats-container-list {
    flex: 1;
    text-align: center;
    border-right: 1px solid #bebec6;
    padding: 15px;
}

.stats-container-list h4 {
    color: darkblue;
    font-size: 50px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

.stats-container-list p {
    margin-top: 10px;
    color: #555;
}

/* =============================
    ABOUT US SECTION
============================= */

.about-us {
    padding: 0px 150px;
    background-color: #f1f1f1;
    color: #1b1b1b;
}

.about-us-inner {
    border-radius: 20px;
    background-color: white;
    padding: 40px;
    margin: 20px;
}

.about-container {
    display: flex;
    margin: 0 auto;
    padding: 20px;
    max-width: 1400px;
    align-items: flex-start;
    gap: 30px;
}

.about-container-headings {
    flex: 1;
    margin-top: 10px;
}

.about-container-headings h2 {
    font-size: 30px;
    font-family: "Libre Caslon Display", serif;
    color: #1b1b1b;
    /* margin-bottom: 28px; */
    font-weight: 500;
    line-height: 1.2;
    padding: 0px;
    text-align: center;
}

.section-subtitle {
    padding: 0;
    color: grey;
    font-size: 13px;
    font-family: "Montserrat-Medium", sans-serif;
    text-align: center;
}

.about-container-headings p {
    color: grey;
    text-align: left;
    font-weight: 500;
}

.about-container-headings a {
    background: transparent !important;
    border: 1px solid #333 !important;
    color: #333 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin: auto;
}

.about-container-headings a:hover {
    background-color: rgb(37, 37, 157);
    transition: 0.3s;
}

/* About Feature Items */
.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.about-feature-item:last-child {
    border-bottom: none;
}

.about-feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.about-feature-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
    margin: 0;
    padding: 0;
}

.about-feature-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
    text-align: left;
}

/* About Features Two-Column Layout */
.all-about-feature {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.all-about-feature>div {
    display: flex;
    flex-direction: column;
}

/* Left column - add right border for divider */
.all-about-feature>div:first-child {
    border-right: 1px solid rgba(128, 128, 128, 0.3);
    padding-right: 40px;
}

/* Right column */
.all-about-feature>div:last-child {
    padding-left: 0;
}

.about-container-image {
    flex: 1;
}

.about-container-image img {
    margin-bottom: 30px;
    width: 100%;
    /* height: 600px; */
    object-fit: contain;
    border-radius: 6px;
}

.about-service-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    gap: 10px;
    justify-content: space-around;
}

.border-item {
    border-right: 1px solid #8080806e;
    border-left: 1px solid #8080806e;
    padding: 0 33px;
}

@keyframes btnAnimate {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}

/* =============================
    PRIVÉ SECTION STYLES
============================= */

.prive-headings img {
    width: 100%;
    max-width: 800px;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin: 20px auto;
    display: block;
}

.prive-description {
    color: grey !important;
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
    margin: 15px 0;
}

.prive-description a {
    border: none !important;
    padding: 0px !important;
}

.prive-more-content {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Primary Button - Schedule a Call */
.btn-primary {
    color: #fff !important;
    background-color: goldenrod !important;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 14px;
    padding: 15px 25px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    width: auto !important;
    margin: 0 !important;
}

.btn-primary:hover {
    background-color: rgb(37, 37, 157) !important;
}

/* Secondary Button - Read More */
.btn-secondary {
    color: #333 !important;
    background-color: transparent !important;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 15px 25px;
    border: 2px solid #333;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    width: auto !important;
    margin: 0 !important;
}

.btn-secondary:hover {
    background-color: #333 !important;
    color: #fff !important;
}

/* Responsive for Privé Section */
@media (max-width: 992px) {
    .prive-section {
        padding: 40px 15px;
    }

    .prive-container {
        padding: 0 15px;
    }

    .prive-headings h2 {
        font-size: 1.8rem;
    }

    .prive-headings h3 {
        font-size: 1.3rem;
        margin-top: 25px !important;
    }
}

@media (max-width: 768px) {
    .prive-section {
        padding: 30px 10px;
    }

    .prive-btn-container {
        flex-direction: column !important;
        align-items: center !important;
    }

    .btn-primary,
    .btn-secondary {
        width: 100% !important;
        max-width: 280px;
        padding: 12px 20px;
        font-size: 13px;
    }

    .prive-headings img {
        max-height: 250px;
        border-radius: 10px;
    }

    .prive-headings h2 {
        font-size: 1.5rem;
    }

    .prive-headings h3 {
        font-size: 1.2rem;
        margin-top: 20px !important;
        margin-bottom: 12px !important;
    }

    .prive-description {
        font-size: 14px;
        text-align: left;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .prive-section {
        padding: 20px 8px;
    }

    .prive-headings h2 {
        font-size: 1.3rem;
    }

    .prive-headings h3 {
        font-size: 1.1rem;
        margin-top: 18px !important;
        margin-bottom: 10px !important;
    }

    .prive-description {
        font-size: 13px;
        line-height: 1.6;
    }

    .prive-headings img {
        max-height: 200px;
    }

    .btn-primary,
    .btn-secondary {
        padding: 10px 18px;
        font-size: 12px;
    }
}

/* =============================
    OUR SERVICES SECTION
============================= */
.services-section {
    /* background: #f8f9fa; */
    padding: 60px 20px;
}

.services-intro {
    text-align: center;
    color: #555;
    font-size: 1rem;
    line-height: 1.8;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.services-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #d4a574;
}

.service-icon {
    margin-bottom: 20px;
}

.service-icon svg {
    width: 48px;
    height: 48px;
}

.service-card h3 {
    color: #1a1a2e;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.service-card .service-description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
    min-height: 60px;
}

.service-card .view-more {
    color: #2c5282;
    text-decoration: underline;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.service-card .view-more:hover {
    color: #d4a574;
}

/* Responsive for Services - Tablet (2 cards) */
@media (max-width: 992px) {
    .services-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .services-intro {
        font-size: 0.95rem;
        padding: 0 15px;
    }
}

/* Responsive for Services - Mobile (1 card) */
@media (max-width: 600px) {
    .services-section {
        padding: 40px 15px;
    }

    .services-cards {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 350px;
    }

    .services-intro {
        font-size: 0.9rem;
        text-align: left;
    }

    .service-card {
        padding: 25px 20px;
    }

    .service-card .service-description {
        min-height: auto;
    }
}

/* =============================
    LEADERSHIP SECTION
============================= */
.leadership-section {
    /* background: #f8f9fa; */
    padding: 60px 20px;
}

.leadership-section .about-container-headings h2 {
    margin-bottom: 10px;
}

.leadership-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}

.leader-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
}

.leader-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-color: goldenrod;
}

.leader-image {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 4px solid #f0f0f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease;
}

.leader-card:hover .leader-image {
    border-color: goldenrod;
}

.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leader-card h3 {
    color: #1a1a2e;
    margin-bottom: 8px;
    font-size: 1.25rem;
    font-weight: 600;
}

.leader-card .leader-role {
    color: #4a5568;
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.leader-card .leader-bio {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 15px;
    min-height: 85px;
}

.leader-card .view-more {
    color: #2c5282;
    text-decoration: underline;
    font-weight: 500;
    font-size: 0.9rem;
    display: inline-block;
    transition: color 0.3s ease;
}

.leader-card .view-more:hover {
    color: goldenrod;
}

/* Scrollable Bio Styles */
.leader-bio-container {
    max-height: 100px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    position: relative;
}

.leader-bio-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(transparent, #fff);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.leader-bio-container.expanded {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 5px;
}

.leader-bio-container.expanded::after {
    opacity: 0;
}

/* Custom Scrollbar for Bio */
.leader-bio-container::-webkit-scrollbar {
    width: 4px;
}

.leader-bio-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.leader-bio-container::-webkit-scrollbar-thumb {
    background: #d4a574;
    border-radius: 4px;
}

.leader-bio-container::-webkit-scrollbar-thumb:hover {
    background: #b8956a;
}

.leader-card .leader-bio-more {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.7;
    margin-top: 10px;
}

.view-more-bio {
    color: #2c5282;
    text-decoration: underline;
    font-weight: 500;
    font-size: 0.9rem;
    display: inline-block;
    transition: color 0.3s ease;
    cursor: pointer;
}

.view-more-bio:hover {
    color: goldenrod;
}

.company-history {
    max-width: 1100px;
    margin: 50px auto 0;
    padding: 30px 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.company-history p {
    color: #444;
    font-size: 1rem;
    line-height: 1.9;
    text-align: justify;
}

/* Responsive for Leadership - Tablet (2 cards) */
@media (max-width: 992px) {
    .leadership-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        max-width: 700px;
    }
}

/* Responsive for Leadership - Mobile (1 card) */
@media (max-width: 600px) {
    .leadership-cards {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 350px;
    }

    .leader-card {
        padding: 20px;
    }

    .leader-image {
        width: 100px;
        height: 100px;
    }

    .leader-card h3 {
        font-size: 1.1rem;
    }

    .company-history p {
        font-size: 0.9rem;
        text-align: justify;
    }
}


/* =============================
    TESTIMONIALS
============================= */

.testimonial {
    padding: 60px;
    background-color: #f5ecec;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 100px;
}

.testimonial-item {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 5px;
    background-color: #e3c49b;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.testimonial-item img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}

.testimonial-item a {
    text-decoration: none !important;
    color: #000 !important;
    font-weight: bold;
    font-size: 1.2rem;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.testimonial-item .video-wrapper {
    position: relative;
    padding-top: 65.5%;
}

.testimonial-item .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.testimonial-item .play-overlay {
    cursor: pointer;
    display: block;
    width: 100%;
    height: auto;
    margin: 0px;
}

.yt-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background: rgba(255, 0, 0, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.yt-play-btn::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 22px solid white;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-left: 4px;
}

.thumb-link:hover .yt-play-btn {
    background: red;
    transform: translate(-50%, -50%) scale(1.1);
    transition: 0.2s ease;
}

/* =============================
    AWARDS
============================= */

.awards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 100px;
    text-align: center;
}

.awards-item {
    border: 2px solid goldenrod;
    background: transparent;
}

.awards-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.awards-item p {
    text-align: center;
    font-weight: 400;
    color: #ccb497;
    padding: 5px 40px;
}

.awards-item p span {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: .8em;
    color: white;
}

/* =============================
    FOOTER
============================= */

.footer-links {
    background-color: #333;
    padding: 40px;
}

.footer-links a {
    color: white;
}

.footer-content {
    display: none;
    flex-direction: column;
    gap: 8px;
    padding-left: 10px;
}

.footer-content span {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: left;
}

.footer-content span img {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    /* margin-right: 8px; */
    filter: invert(1) brightness(10);
}

.footer-content span a {
    display: flex;
    align-items: center;
    gap: 8px;
}


.footer-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer-title {
    font-size: 12px;
    font-weight: 700;
    color: white;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}

.footer-title::after {
    content: "+";
    position: absolute;
    right: 10px;
    font-size: 20px;
}

.footer-section.active .footer-title::after {
    content: "-";
}

.footer-section.active .footer-content {
    display: flex;
}

@media (min-width: 767px) {
    .footer-content {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
    }

    .footer-title::after {
        display: none;
    }

    .footer-links {
        display: flex;
        justify-content: space-evenly;
        gap: 40px;
        margin: 0 auto;
    }

    .footer-title {
        color: white;
        margin-bottom: 10px;
        border-bottom: 2px solid white;
        padding-bottom: 10px;
    }

    .footer-content a {
        font-size: 13px;
    }

    .footer-section {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 10px;
        margin-bottom: 10px;
        max-width: 250px;
    }
}

/* =============================
    FOOTER TOP SECTION (Projects, Developers, Links)
============================= */

.footer-top-section {
    background: #333;
    padding: 40px 60px;
    display: none;
}

.footer-top-category {
    margin-bottom: 20px;
}

.footer-top-category:last-child {
    margin-bottom: 0;
}

.footer-top-title {
    font-size: 14px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    padding-left: 10px;
    border-left: 3px solid white;
    font-family: "Montserrat", sans-serif;
}

.footer-top-links {
    display: flex;
    font-size: 13px;
    line-height: 1.8;
    color: white;
    gap: 30px;
    margin-left: 2%;
    flex-wrap: wrap;
}

.footer-top-links a {
    color: white;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.footer-top-links a:hover {
    color: white;
    text-decoration: underline !important;
}

/* Footer Toggle Button */
.footer-toggle-container {
    background: #333;
    text-align: center;
    padding: 15px 0;
}

.footer-toggle-btn {
    display: inline-block;
    color: white;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 20px;
    letter-spacing: 3px;
    transition: all 0.3s ease;
    user-select: none;
}

.footer-toggle-btn:hover {
    color: white;
    transform: scale(1.2);
}

.footer-toggle-btn.active {
    color: white;
    transform: rotate(90deg);
}

.footer-top-links li {
    list-style: inside;
}

/* Footer Top Section Responsive */
@media (max-width: 992px) {
    .footer-top-section {
        padding: 30px 40px !important;
    }

    .footer-top-links {
        flex-wrap: wrap;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .footer-top-section {
        padding: 25px 20px !important;
    }

    .footer-toggle-container {
        padding: 10px 0 !important;
    }

    .footer-toggle-btn {
        font-size: 20px;
        padding: 3px 15px;
    }

    .footer-top-category {
        margin-bottom: 25px;
    }

    .footer-top-title {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .footer-top-links {
        flex-direction: column;
        gap: 8px;
        font-size: 12px;
        line-height: 1.6;
        margin-left: 0;
    }

    .footer-top-links li {
        margin-left: 5px;
    }
}

@media (max-width: 480px) {
    .footer-top-section {
        padding: 20px 15px !important;
    }

    .footer-toggle-btn {
        font-size: 18px;
    }

    .footer-top-category {
        margin-bottom: 20px;
    }

    .footer-top-title {
        font-size: 12px;
        padding-left: 8px;
    }

    .footer-top-links {
        font-size: 11px;
        gap: 6px;
    }

    .footer-top-links li {
        margin-left: 3px;
    }
}
/* =============================
    SIMPLE SLIDER STYLES
============================= */

.simple-slider {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.slider-track {
    display: flex;
    transition: 0.4s ease;
    will-change: transform;
}

.slide {
    min-width: calc(100% / 3);
    padding: 10px;
}

.slide a {
    display: block;
    background: #333;
    text-align: left;
    box-shadow: 0 4px 12px #0001;
    border: 2px solid #1c1c1c;
    height: auto;
}

.slide p {
    color: white;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 12px;
}

.slide img {
    margin-top: 20px;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.dots {
    text-align: center;
    margin-top: 12px;
}

.dots span {
    height: 10px;
    width: 10px;
    background: #999;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.dots .active {
    background: #000;
}

.hot-localities a {
    background-color: #fff5e4;
    border: 1px solid goldenrod;
}

.hot-localities .inner-content-head h3 {
    color: black;
    border-bottom: 2px solid black;
}

.hot-localities svg {
    /* color: black; */
    fill: black;
}

.hot-localities .img-section {
    height: 400px;
}

.hot-localities .img-section img {
    height: 400px;
}


/* =============================
    PROJECTS SECTION RESPONSIVE
============================= */

@media (max-width: 1200px) {
    .container-box {
        padding: 0 80px;
    }

    .slide {
        min-width: calc(100% / 2);
    }
}

@media (max-width: 992px) {
    .container-box {
        padding: 0 40px;
    }

    .outer-container {
        padding: 30px 25px;
        margin: 15px;
    }

    .slide {
        min-width: calc(100% / 2);
    }

    .inner-content-head h3 {
        font-size: 15px;
    }

    .title-border {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .container-box {
        padding: 0 20px;
    }

    .outer-container {
        padding: 25px 15px;
        margin: 10px;
        border-radius: 15px;
    }

    .slide {
        min-width: 100%;
    }

    .slide a {
        height: auto;
    }

    .inner-content-head {
        padding: 8px 10px;
    }

    .inner-content-head h3 {
        font-size: 14px;
    }

    .img-section {
        height: 400px;
    }

    .slide p {
        font-size: 12px;
        padding: 0 10px;
    }

    .title-border {
        font-size: 14px;
    }

    .dots span {
        height: 8px;
        width: 8px;
        margin: 3px;
    }

    .project-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .container-box {
        padding: 0 10px;
    }

    .outer-container {
        padding: 20px 10px;
        margin: 8px 5px;
        border-radius: 12px;
    }

    .slide {
        min-width: 100%;
        padding: 5px;
    }

    .inner-content-head {
        padding: 6px 8px;
        gap: 5px;
    }

    .inner-content-head h3 {
        font-size: 13px;
    }

    .inner-content-head svg {
        width: 25px;
        height: 25px;
    }

    .img-section {
        height: 400px;
    }

    .slide p {
        font-size: 11px;
        padding: 0 8px;
        margin-bottom: 5px;
    }

    .title-border {
        font-size: 13px;
        padding-bottom: 10px;
    }

    .dots span {
        height: 7px;
        width: 7px;
        margin: 2px;
    }

    .project-container {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 10px;
    }

    .first-project p {
        font-size: 12px !important;
    }
}

/* =============================
    NEWS SECTION (Image on Top)
============================= */

#news .slide img {
    margin-top: 0;
    margin-bottom: 10px;
    height: 270px;
}

#news .img-section {
    margin-top: 0;
    margin-bottom: 10px;
    height: 270px;
}

#news .inner-content-head {
    margin-top: 10px;
    margin-bottom: 5px;
}

#news .slide p {
    margin-top: 5px;
    padding-bottom: 10px;
}

.news-slider a {
    height: 500px;
}

.news-slider .inner-content-head {
    height: 100px;
}

.news-slider .inner-content-head h3 {
    font-size: 15px;
    line-height: 1.4;
}

/* News Section Responsive */
@media (max-width: 1200px) {
    #news.container-box {
        padding: 0 80px;
    }

    #news .slide {
        min-width: calc(100% / 2);
    }
}

@media (max-width: 992px) {
    #news.container-box {
        padding: 0 40px;
    }

    #news .slide {
        min-width: calc(100% / 2);
    }

    .news-slider a {
        height: 480px;
    }

    .news-slider .inner-content-head {
        height: 90px;
    }

    .news-slider .inner-content-head h3 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    #news.container-box {
        padding: 0 20px;
    }

    #news .slide {
        min-width: 100%;
    }

    #news .outer-container {
        padding: 25px 15px;
        margin: 10px;
    }

    .news-slider a {
        height: auto;
        min-height: 400px;
    }

    .news-slider .inner-content-head {
        height: auto;
        min-height: 70px;
    }

    .news-slider .inner-content-head h3 {
        font-size: 14px;
    }

    #news .img-section {
        height: 200px;
    }

    #news .slide p {
        font-size: 13px;
        padding: 0 10px 8px;
    }
}

@media (max-width: 480px) {
    #news.container-box {
        padding: 0 10px;
    }

    #news .outer-container {
        padding: 20px 10px;
        margin: 10px 15px;
        border-radius: 15px;
    }

    .news-slider a {
        min-height: 380px;
    }

    .news-slider .inner-content-head {
        padding: 8px 10px;
        min-height: 60px;
    }

    .news-slider .inner-content-head h3 {
        font-size: 13px;
    }

    #news .img-section {
        height: 180px;
    }

    #news .slide p {
        font-size: 12px;
        padding: 0 8px 6px;
    }

    #news h2 .title-border {
        font-size: 14px;
    }
}

/* =============================
    CITIES SECTION
============================= */

.cities-section {
    background-color: #fff;
}

.cities-header {
    text-align: center;
    margin-bottom: 30px;
}

.cities-header h2 {
    margin-bottom: 15px;
}

.cities-subtitle {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 10px 0;
}

.city-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
}

.city-card img {
    max-width: 100%;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}


.city-card:hover {
    border-color: #333;
    box-shadow: 0 4px 15px rgba(37, 159, 222, 0.15);
    transform: translateY(-2px);
}

.city-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.city-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.city-name {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    font-family: "Montserrat", sans-serif;
}

.city-card:hover .city-name {
    color: #333;
}

/* Cities Section Responsive */

/* Desktop/Mobile View Toggle */
.desktop-view {
    display: grid;
}

.mobile-view {
    display: none;
}

/* Developers Slider (Mobile/Tablet) */
.developers-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0 30px;
}

.developers-slider-track {
    display: flex;
    transition: transform 0.4s ease;
    will-change: transform;
}

.developer-slide {
    min-width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.developer-slide .city-card {
    width: 100%;
    justify-content: center;
}

.developers-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.developers-slider-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.developers-slider-dots span.active {
    background: #333;
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .cities-grid.desktop-view {
        display: none;
    }

    .developers-slider.mobile-view {
        display: block;
    }

    .developer-slide {
        min-width: 33.33%;
    }
}

@media (max-width: 768px) {
    .developer-slide {
        min-width: 50%;
    }

    .developer-slide .city-card {
        padding: 10px 15px;
        height: 120px;
        min-height: 120px;
        max-height: 120px;
    }

    .city-card img {
        max-height: 70px;
    }
}

@media (max-width: 480px) {
    .developer-slide {
        min-width: 100%;
    }

    .developer-slide .city-card {
        padding: 10px 20px;
        height: 120px;
        min-height: 120px;
        max-height: 120px;
    }

    .city-card img {
        max-height: 70px;
    }

    .developers-slider-dots span {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 768px) {
    .cities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .city-card {
        padding: 12px 15px;
        height: 120px;
        min-height: 120px;
        max-height: 120px;
    }

    .city-icon {
        width: 40px;
        height: 40px;
    }

    .city-name {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .cities-grid {
        grid-template-columns: 1fr;
    }

    .cities-subtitle {
        font-size: 13px;
    }

    .city-card {
        height: 120px;
        min-height: 120px;
        max-height: 120px;
    }
}


/* =============================
    RESPONSIVE STYLES
============================= */

/* Base mobile-first adjustments */
@media (max-width: 480px) {
    .hamburger {
        display: block;
    }

    header .navbar ul {
        display:flex;
    }

    .logo img {
        height: 48px;
    }

    .nav-links {
        position: fixed;
        top: 0;
        right: -320px;
        height: 100vh;
        width: 280px;
        background: #fff;
        flex-direction: column;
        padding: 60px 20px 20px;
        gap: 20px;
        box-shadow: -6px 0 20px rgba(0, 0, 0, 0.12);
        transition: right 0.28s ease;
        z-index: 1200;
    }

    .nav-links.show {
        right: 0;
        display: flex;
        flex-direction: column;
    }

    body.menu-open {
        overflow: hidden;
    }

    .container-box,
    .about-us {
        padding: 0px 14px;
    }

    .outer-container,
    .about-us-inner {
        padding: 20px;
        margin: 10px;
        border-radius: 12px;
    }

    .title-border {
        font-size: 15px;
        padding-bottom: 12px;
    }

    .project-container {
        grid-template-columns: 1fr;
        padding: 0;
        gap: 18px;
    }

    .img-section {
        height: 400px;
        margin-top: 12px;
    }

    .about-container {
        flex-direction: column;
        margin: 0;
        padding: 16px;
        gap: 20px;
        max-width: 100%;
    }

    .about-container-headings,
    .about-container-image {
        max-width: 100%;
        margin: auto;
    }

    .about-container-headings h2 {
        font-size: 18px;
        padding: 0;
        text-align: center;
    }

    .about-container-image img {
        height: auto;
        max-height: 420px;
        object-fit: cover;
    }

    .about-container-headings p {
        text-align: left;
        font-size: 13px;
    }

    .testimonial {
        padding: 30px 12px;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        margin: 20px 0;
        gap: 16px;
    }

    .testimonial-item {
        padding: 8px;
    }

    .awards-grid {
        grid-template-columns: 1fr;
        margin: 20px 0;
        gap: 18px;
        padding: 12px;
    }

    .awards-item img {
        height: 260px;
        object-fit: cover;
    }

    .footer-inner-container {
        margin: 0 12px;
    }

    .footer-inner-box {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
        text-align: left;
    }

    .footer-links {
        flex-direction: column;
        gap: 16px;
        padding: 0 12px;
    }

    .disclaimer {
        padding: 18px;
        font-size: 12px;
    }

    .slide {
        min-width: 100%;
    }
}

/* Small phones & larger phones */
@media (min-width: 481px) and (max-width: 767px) {
    .hamburger {
        display: block;
    }

    header .navbar ul {
        display: flex;
    }

    .logo img {
        height: 54px;
    }

    .container-box,
    .about-us {
        padding: 35px 18px;
    }

    .outer-container,
    .about-us-inner {
        padding: 25px;
        margin: 12px;
        border-radius: 15px;
    }

    .project-container {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .img-section {
        height: 400px;
    }

    .about-container {
        flex-direction: column;
        align-items: stretch;
        max-width: 560px;
    }

    .about-container-image img {
        height: 480px;
        max-height: 480px;
        object-fit: cover;
    }

    .about-container-headings h2 {
        text-align: center;
        font-size: 25px;
    }

    .about-container-headings p {
        text-align: left;
        font-size: 14px;
        line-height: 2;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        margin: 18px 0;
    }

    .awards-grid {
        grid-template-columns: 1fr;
        margin: 18px 0;
    }

    .slide {
        min-width: 50%;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 1024px) {

    .container-box,
    .about-us {
        padding: 20px 60px;
    }

    .outer-container,
    .about-us-inner {
        padding: 30px;
        margin: 15px;
        border-radius: 18px;
    }

    .about-container {
        flex-direction: column;
        align-items: stretch;
        max-width: 760px;
    }

    .about-container-image img {
        height: 600px;
        max-height: 600px;
        object-fit: cover;
    }

    .about-container-headings h2 {
        text-align: center;
    }

    .about-container-headings p {
        text-align: left;
    }

    .about-service-item {
        margin: 0 110px;
    }
}

/* Tablet + Mobile Luxury Glass Menu Fix */
@media (max-width: 8200px) {
    .nav-links {
        display: none;
        position: fixed;
        top: 0;
        right: -320px;
        height: 100vh;
        width: 270px;
        padding: 90px 30px;
        flex-direction: column;
        gap: 25px;
        background: rgba(0, 0, 0, 0.65);
        backdrop-filter: blur(12px);
        box-shadow: -6px 0 20px rgba(0, 0, 0, 0.25);
        transition: right .35s ease;
        z-index: 9999;
    }

    .hamburger {
        display: block;
    }

    .nav-links.show {
        right: 0;
        display: flex;
        flex-direction: column;
    }

    .nav-links a {
        font-size: 18px;
        color: #fff;
        /* font-weight: 600; */
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    body.menu-open {
        overflow: hidden;
    }
}

/* Small desktop / laptop */
@media (min-width: 1025px) and (max-width: 1199px) {
    .hamburger {
        display: block;
    }

    header .navbar ul {
        display: flex;
    }

    .logo img {
        height: 60px;
    }

    .container-box,
    .about-us {
        padding: 0px 120px;
    }

    .outer-container,
    .about-us-inner {
        padding: 35px;
        margin: 18px;
    }

    .project-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }

    .img-section {
        height: 400px;
    }

    .about-container {
        display: flex;
        gap: 40px;
        padding: 40px;
        align-items: flex-start;
        margin: 0;
    }

    .about-container-image img {
        /* height: 600px; */
        object-fit: contain;
    }

    .testimonial {
        padding: 80px 100px;
    }

    .testimonial-grid {
        grid-template-columns: repeat(3, 1fr);
        margin: 30px 50px;
    }

    .awards-grid {
        grid-template-columns: repeat(3, 1fr);
        margin: 40px 80px;
    }

    .footer-links {
        display: flex;
        justify-content: space-evenly;
        gap: 40px;
        margin: 0 auto;
    }

    .footer-inner-container {
        margin: 0 100px;
    }

    .slide {
        min-width: calc(100% / 3);
    }
}

/* Desktop and up */
@media (min-width: 1200px) {

    .container-box,
    .about-us {
        padding: 0px 150px;
    }

    .outer-container,
    .about-us-inner {
        padding: 40px;
        margin: 20px;
    }

    .project-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .testimonial-grid,
    .awards-grid {
        grid-template-columns: repeat(3, 1fr);
        margin: 30px 100px;
    }

    .footer-inner-container {
        margin: 0px;
    }

    .footer-links {
        padding: 60px;
        background-color: #333;
        display: flex;
        justify-content: space-evenly;
        gap: 60px;
    }

    .footer-section {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 10px;
        margin-bottom: 10px;
        max-width: 250px;
    }

    .about-container {
        max-width: 1400px;
        padding: 40px 80px;
    }

    .logo img {
        height: 60px;
    }

    .slide {
        min-width: calc(100% / 3);
    }
}

/* Ultra-wide screens */
@media (min-width: 1600px) {
    .container-box {
        padding-left: 220px;
        padding-right: 220px;
    }

    .about-container {
        padding-left: 150px;
        padding-right: 150px;
    }

    .testimonial-grid,
    .awards-grid {
        margin-left: 160px;
        margin-right: 160px;
    }
}

/* Accessibility and small refinements */
a:focus,
button:focus {
    outline: 2px dashed #aaa;
    outline-offset: 2px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* End of stylesheet */





/* #customModal */

.theModal .modal-content {
    padding: 35px 34px;
}

.theModal .modal-dialog {
    max-width: 441px;
}

.theModal .modal-head-div {
    margin-bottom: 15px;
}

.theModal .modal-head {
    font-size: 22px;
    padding-bottom: 8px;
}

.theModal .modal-para {
    font-size: 16px;
}

.theModal .coldiv {
    padding-bottom: 18px;
}

.theModal .form-control {
    padding: 18px 15px;
    font-size: 14px;
}

.theModal .form-control:focus {
    box-shadow: unset;
    border-color: var(--primary);
    color: var(--primary);
}

.theModal .form-control:focus::placeholder {
    color: var(--primary);
}

.theModal .close {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primary);
    opacity: 1;
}

.theModal .close svg {
    width: 39px;
    height: 39px;
}

/* Base styles — already defined */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.5); */
}

.modal-box {
    background: white;
    max-width: 900px;
    width: 90%;
    margin: 5% auto;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
}

.modal-banner-mobile {
    display: none;
    position: relative;
    width: 100%;
    height: 120px;
    /* rectangular, short banner */
    overflow: hidden;
}

.modal-banner-mobile .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-banner-mobile .banner-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    height: auto;
    opacity: 0.8;
    /* transparent */
}

.modal-left {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.modal-left h2 {
    margin-bottom: 20px;
}

.modal-left input,
.modal-left textarea {

    margin-bottom: 15px;
    padding: 12px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.input-with-button {
    position: relative;
}

.input-with-button input {

    padding-right: 100px;
    /* space for button */
}

.input-with-button button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 6px 10px;
    font-size: 13px;
    background: #333;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

textarea {
    resize: vertical;
    min-height: 80px;
}

.submit-btn {
    background: black;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#otp-section {
    margin-top: 110px;
}

.modal-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    cursor: pointer;
    color: #744c4c;
}

.btn {
    padding: 10px;
    background-color: Gray;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: -3px;
    margin-left: 20px;
}

.phone-wrapper {
    display: flex;
    gap: 10px;
}

.country-code-wrapper {
    display: flex;
    gap: 8px;
    /* Adds spacing between select and input */
    align-items: center;
    max-width: 100%;
}

.country-code-select {
    max-height: 150px;
    overflow-y: auto;
    width: 100px;
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 6px 8px;
    box-sizing: border-box;
    -webkit-transition: none !important;
    transition: none !important;
}

.country-code-select option {
    white-space: nowrap;
    /* Prevent wrapping */
}

.phone-input {
    width: 127%;

}

/* For Android Devices (commonly 360px wide, like Pixel phones) */
@media only screen and (max-width: 360px) {
    .phone-input {
        width: 120%;
    }

    .close {
        top: 120px;
        left: 93%;
    }

}

/* For iPhones with viewport width ~428px (like iPhone 12 Pro Max) */
@media only screen and (min-width: 361px) and (max-width: 428px) {
    .phone-input {
        width: 135%;
    }

    .close {
        top: 125px;
        left: 93%;
    }

}

/* Responsive - Mobile View */
@media (max-width: 767px) {

    /* Center modal on screen */
    .modal {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .modal[style*="display: none"] {
        display: none !important;
    }

    .modal-box {
        flex-direction: column;
        width: 95%;
        margin: 0;
    }

    .modal-left {
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    #otp-section {
        margin-top: 30px;
    }

    .modal-right {
        display: none;
    }

    /* .modal-banner-mobile {
        display: block;
    } */

    .modal-left h2 {
        margin-top: 0;
    }

    .input-with-button {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .btn {
        margin-left: -2px;
    }

    .input-with-button input {
        width: 100%;
        padding-right: 120px;
        height: 44px;
        font-size: 14px;
        border-radius: 6px;
        box-sizing: border-box;
    }

    .input-with-button button {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        padding: 8px 14px;
        /* Adjusted padding */
        font-size: 13px;
        background: #333;
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        line-height: 1;
        height: 30px;
        /* Match vertical size better */
    }
}

/* Toast CSS */
.toast {
    visibility: hidden;
    min-width: 250px;
    max-width: 90%;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 16px;
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.toast.show {
    visibility: visible;
    opacity: 1;
}

/* Added custom-dropdown styles */
.custom-dropdown {
    position: relative;
    /* width: 280px;
    font-family: sans-serif;
    user-select: none;
     flex: 1; */

}

.custom-dropdown .selected {
    /* background: #fff;
  border: 1px solid #ccc;
  padding: 10px 0px;
  cursor: pointer;
  border-radius: 5px;
  height: 50px;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
    flex: 0.6;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 10px;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.custom-dropdown .dropdown-list {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    max-height: 200px;
    /* Make it scrollable */
    overflow-y: auto;
    z-index: 999;
    border-radius: 5px;
    display: none;
    /* Hidden by default */
}

.custom-dropdown .dropdown-list li {
    padding: 10px 15px;
    cursor: pointer;
}

.custom-dropdown .dropdown-list li:hover {
    background: #f0f0f0;
}

.phone-flex-wrapper {
    display: flex;
    align-items: center;
}

.phone-flex-wrapper input {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
    max-width: 300px;
    align-items: center;
}

/* Specific widths */
.country-code-input {
    cursor: pointer;
    background-color: #f9f9f9;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
}


#name {
    width: 100%;
}

#email {
    width: 100%;
}

@keyframes blink {
    0% {
        opacity: 2;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        opacity: 2;
    }
}

.blink-button {
    animation: blink 1s infinite;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .button-wrapper {
        width: 100%;
    }

    .enquire-btn {
        width: 80%;
        max-width: 300px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .button-wrapper {
        width: 100%;
    }

    .enquire-btn {
        width: 80%;
        max-width: 300px;
        text-align: center;
        margin-top: 30px;
    }
}

/* Optional blinking effect */
.enquire-btn {
    animation: blink 1.5s infinite;
    margin-left: 20px;
    /* Include other styles here if needed, like background, padding, etc. */
}

@keyframes blink {
    50% {
        opacity: 0.5;
    }
}

.commonPattern {
    pointer-events: none;
    z-index: 0;
}

.footerw1 {
    /* background: #4E2801; */
    padding: 20px 0px;
    position: relative;

}

.disclaimer p {
    text-align: center;
    color: #000;
    display: block;
    margin: 0 auto;
    font-size: 13px;
    width: 80%;
    line-height: 20px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.6); */
    z-index: 9998;
}

/* =============================
    FAQ SECTION STYLES
============================= */

.faq-section {
    padding: 60px 20px;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0d0d0d 100%);
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, goldenrod, transparent);
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h1 {
    margin-top: 10px;
}

.faq-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* FAQ Item Base Styles */
.faq-item {
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border: 1px solid rgba(218, 165, 32, 0.3);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.faq-item:hover {
    border-color: goldenrod;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(218, 165, 32, 0.15);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    background: linear-gradient(145deg, #1f1f1f, #151515);
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: linear-gradient(145deg, #252525, #1a1a1a);
}

.faq-q-text {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    flex: 1;
    padding-right: 15px;
    line-height: 1.5;
}

.faq-icon {
    font-size: 24px;
    font-weight: 300;
    color: goldenrod;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid goldenrod;
    border-radius: 50%;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
    background: goldenrod;
    color: #000;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    background: rgba(0, 0, 0, 0.4);
}

.faq-answer p {
    padding: 0 20px;
    margin: 0;
    color: #b0b0b0;
    font-size: 14px;
    line-height: 1.7;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding: 20px 0;
}

/* Desktop Styles - 2 Column Layout */
@media (min-width: 992px) {
    .faq-section {
        padding: 80px 60px;
    }

    .faq-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .faq-item {
        border-radius: 12px;
    }

    /* On desktop, show answer by default */
    .faq-answer {
        max-height: none;
        padding: 20px 0;
        background: transparent;
        border-top: 1px solid rgba(218, 165, 32, 0.2);
    }

    .faq-answer p {
        color: #c0c0c0;
        font-size: 14px;
    }

    /* Hide the toggle icon on desktop */
    .faq-icon {
        display: none;
    }

    .faq-question {
        cursor: default;
        background: transparent;
        padding: 20px 20px 10px;
    }

    .faq-question:hover {
        background: transparent;
    }

    .faq-q-text {
        font-size: 16px;
        color: goldenrod;
    }

    .faq-item:hover {
        transform: translateY(-4px);
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991px) {
    .faq-section {
        padding: 70px 40px;
    }

    .faq-q-text {
        font-size: 15px;
    }

    .faq-answer p {
        font-size: 14px;
    }
}

/* Mobile Styles - Accordion */
@media (max-width: 767px) {
    .faq-section {
        padding: 50px 15px;
    }

    .faq-header {
        margin-bottom: 30px;
    }

    .faq-question {
        padding: 15px;
    }

    .faq-q-text {
        font-size: 14px;
    }

    .faq-icon {
        width: 28px;
        height: 28px;
        font-size: 20px;
    }

    .faq-answer p {
        padding: 0 15px;
        font-size: 13px;
    }

    .faq-item.active .faq-answer {
        max-height: 400px;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .faq-section {
        padding: 40px 10px;
    }

    .faq-question {
        padding: 12px;
    }

    .faq-q-text {
        font-size: 13px;
    }

    .faq-answer p {
        padding: 0 12px;
        font-size: 12px;
        line-height: 1.6;
    }
}

/* =============================
    MODAL RIGHT FEATURES
============================= */

.modal-right {
    width: 50%;
    padding: 30px;
    background: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-right-title {
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin-bottom: 25px;
    font-family: "Montserrat", sans-serif;
}

.modal-feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.modal-feature:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.modal-feature-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-feature-icon svg {
    width: 40px;
    height: 40px;
    filter: sepia(1) brightness(3);
}

.modal-feature-content {
    flex: 1;
}

.modal-feature-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

.modal-feature-content p {
    font-size: 13px;
    color: white;
    line-height: 1.5;
    margin: 0;
}

/* Responsive for modal-right - MOBILE STACKED LAYOUT */
@media (max-width: 768px) {

    /* Center modal on screen */
    .modal {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .modal[style*="display: none"] {
        display: none !important;
    }

    /* Modal Box - Stack vertically */
    .modal-box {
        flex-direction: column;
        width: 95%;
        max-width: 450px;
        margin: 0;
        max-height: 90vh;
        overflow-y: auto;
    }

    /* Modal Right - Compact at top */
    .modal-right {
        width: 100%;
        padding: 20px 25px;
        order: -1;
        /* Ensure it appears first */
    }

    .modal-right-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .modal-feature {
        gap: 12px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .modal-feature:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .modal-feature-icon {
        width: 35px;
        height: 35px;
    }

    .modal-feature-icon svg {
        width: 28px;
        height: 28px;
    }

    .modal-feature-content h4 {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .modal-feature-content p {
        font-size: 12px;
        line-height: 1.4;
    }

    /* Modal Left - Form below */
    .modal-left {
        width: 100%;
        padding: 25px 20px;
        text-align: center;
    }

    .modal-left h2 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .form-logo {
        width: 50%;
        max-width: 180px;
        margin: 0 auto 20px;
        display: none;
    }

    /* Form Inputs */
    .modal-left input,
    .modal-left textarea {
        font-size: 16px;
        padding: 14px 12px;
        margin-bottom: 12px;
        width: 100%;
    }

    .name-email {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    /* Phone Input Fix */
    .custom-dropdown {
        flex-direction: column;
        gap: 10px;
    }

    .custom-dropdown .selected {
        width: 100%;
        text-align: left;
        padding: 10px;
        border-radius: 2px;
    }

    .phone-flex-iwrapper {
        width: 100%;
    }

    .phone-input {
        width: 100% !important;
    }

    /* Submit Button */
    .btn-submit {
        width: 100%;
        height: 48px;
        font-size: 16px;
        margin-top: 15px;
    }

    /* Close Button */
    .close {
        position: absolute;
        top: 10px;
        right: 15px;
        left: auto;
        font-size: 22px;
        color: rgba(255, 255, 255, 0.8);
        z-index: 100;
    }

    /* OTP Section */
    #otp-section {
        margin-top: 30px;
    }

    .otp-heading {
        font-size: large;
        margin-top: 0;
    }

    .otp-verify-btn {
        width: 100%;
    }

    /* Thank You Popup */
    .thankyou-heading {
        font-size: large;
        margin-top: 50px;
    }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
    .modal-box {
        width: 98%;
        margin: 0;
        border-radius: 12px;
    }

    .modal-right {
        padding: 15px 18px;
    }

    .modal-right-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .modal-feature {
        gap: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .modal-feature-icon {
        width: 30px;
        height: 30px;
    }

    .modal-feature-icon svg {
        width: 24px;
        height: 24px;
    }

    .modal-feature-content h4 {
        font-size: 13px;
    }

    .modal-feature-content p {
        font-size: 11px;
    }

    .modal-left {
        padding: 20px 15px;
    }

    .form-logo {
        width: 45%;
        margin-bottom: 15px;
        display: none;
    }

    .modal-left input,
    .modal-left textarea {
        font-size: 16px;
        padding: 12px 10px;
        margin-bottom: 10px;
    }

    .btn-submit {
        height: 45px;
        font-size: 15px;
    }

    .close {
        top: 8px;
        right: 12px;
        font-size: 20px;
    }

    .thankyou-heading {
        margin-top: 30px;
        font-size: medium;
    }
}

/* =============================
    ABOUT FEATURES RESPONSIVE
============================= */

/* Tablet Styles */
@media (max-width: 1024px) {

    /* Hide phone number in navbar on non-desktop screens */
    .phone-number {
        display: none;
    }

    .about-us {
        padding: 0 50px;
    }

    .about-us-inner {
        padding: 30px;
        margin: 15px;
    }

    .about-container {
        padding: 15px;
        gap: 20px;
    }

    .about-container-headings h2 {
        font-size: 26px;
    }

    .all-about-feature {
        gap: 0 25px;
    }

    .all-about-feature>div:first-child {
        padding-right: 25px;
    }

    .about-feature-icon {
        width: 45px;
        height: 45px;
    }

    .about-feature-content h4 {
        font-size: 15px;
    }

    .about-feature-content p {
        font-size: 13px;
        text-align: left;
    }
}

/* Medium Devices - Stack to single column */
@media (max-width: 768px) {
    .about-us {
        padding: 0 20px;
    }

    .about-us-inner {
        padding: 25px 20px;
        margin: 10px;
        border-radius: 15px;
    }

    .about-container {
        flex-direction: column;
        padding: 10px;
        gap: 15px;
    }

    .about-container-headings {
        margin-top: 0;
    }

    .about-container-headings h2 {
        font-size: 22px;
        text-align: center;
    }

    .about-container-headings .title-border {
        font-size: 14px;
    }

    .all-about-feature {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 20px;
    }

    .all-about-feature>div:first-child {
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid rgba(128, 128, 128, 0.2);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .all-about-feature>div:last-child {
        padding-left: 0;
    }

    .about-feature-item {
        gap: 15px;
        padding: 12px 0;
    }

    .about-feature-icon {
        width: 40px;
        height: 40px;
    }

    .about-feature-content h4 {
        font-size: 14px;
    }

    .about-feature-content p {
        font-size: 13px;
        line-height: 1.4;
    }

    .about-container-headings a {
        width: 100%;
        text-align: center;
        padding: 14px 20px;
        font-size: 14px;
        margin-top: 20px;
    }
}

/* Small Mobile Devices */
@media (max-width: 480px) {
    .about-us {
        padding: 0 15px;
    }

    .about-us-inner {
        padding: 20px 15px;
        margin: 8px;
        border-radius: 12px;
    }

    .about-container {
        padding: 5px;
    }

    .about-container-headings h2 {
        font-size: 18px;
        line-height: 1.3;
    }

    .about-container-headings .title-border {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .about-container-headings .title-border::after {
        height: 2px;
    }

    .all-about-feature {
        margin-top: 15px;
    }

    .about-feature-item {
        gap: 12px;
        padding: 10px 0;
    }

    .about-feature-icon {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }

    .about-feature-content h4 {
        font-size: 13px;
        padding: 0;
    }

    .about-feature-content p {
        font-size: 12px;
        line-height: 1.4;
    }

    .about-container-headings a {
        padding: 12px 15px;
        font-size: 13px;
        margin-top: 15px;
    }
}



/* -------Fix Footer Content ---------- */


@media only screen and (max-width: 600px) {
    .fix-footer {
        display: flex !important;
    }
}

.fix-footer {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #333;
    padding: 10px 0px;
    z-index: 9;
    justify-content: center;
    align-items: center;
    gap: 0;
    border-top: 2px solid #666;
}

.fix-footer p {
    flex: 1;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.fix-footer p a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #000 !important;
    text-decoration: none;
}

.fix-footer p a span {
    font-size: 12px;
    font-weight: 500;
    color: white;
}

.fix-footer img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}


/* ----------------------Fix Footer Content End Here---------------------- */

/* =============================
    CITY FILTER BUTTONS
============================= */

.city-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 25px 0 35px 0;
    padding: 0 20px;
}

.city-btn {
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border: 2px solid rgba(218, 165, 32, 0.4);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.city-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(218, 165, 32, 0.2), transparent);
    transition: left 0.5s ease;
}

.city-btn:hover::before {
    left: 100%;
}

.city-btn:hover {
    border-color: goldenrod;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(218, 165, 32, 0.25);
}

.city-btn.active {
    /*background: linear-gradient(145deg, goldenrod, #b8860b);*/
    /*border-color: goldenrod;*/
    /*box-shadow: 0 6px 20px rgba(218, 165, 32, 0.4);*/
    color: #000;
    background: #fff5e4;
}

.city-btn.active:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(218, 165, 32, 0.5);
}

/* City Slider Container */
.city-slider {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.city-slider.fade-out {
    opacity: 0;
    transform: translateY(10px);
}

.city-slider.fade-in {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive - Tablet */
@media (max-width: 768px) {
    .city-filter-buttons {
        gap: 10px;
        margin: 20px 0 25px 0;
        padding: 0 15px;
    }

    .city-btn {
        padding: 10px 22px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }
}

/* Responsive - Mobile */
@media (max-width: 480px) {
    .city-filter-buttons {
        gap: 8px;
        margin: 15px 0 20px 0;
        padding: 0 10px;
    }

    .city-btn {
        padding: 10px 20px;
        font-size: 12px;
        border-radius: 30px;
        letter-spacing: 0.3px;
    }
}

/* =============================
    LENIS SMOOTH SCROLL STYLES
============================= */

/* Lenis smooth scroll base styles */
html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* ----------------------City Filter Buttons End Here---------------------- */