
.navbar {
   
    position: absolute !important;
   
    z-index: 99999999;
    width: 100%;
   

}

        .nav-link {
            font-weight: 400 !important;
            letter-spacing: 1.2px;
            font-size: 15px !important;
            line-height: 24px;
            color: #fff !important;
        }

   .hero {
    background-image: url('../img/india1.jpeg');
    background-size: cover;
    background-position: center;
    height: 70vh;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust color + transparency */
    z-index: 9999;
}

.hero * {
    position: relative;
    z-index: 9999;
}



        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
        }

        .hero-content {
            position: relative;
            z-index: 10000;
            padding-top: 150px;
        }

        .search-bar {
            background-color: rgba(255, 255, 255, 0.8);
            padding: 20px;
            border-radius: 5px;
        }

        .card-img-top {
           
            object-fit: cover;
        }

        .footer {
            background-color: #f8f9fb !important;
            padding-top: 50px;

        }

        /* Footer padding for single property page to avoid CTA overlap */
        .single-property .footer {
            padding-bottom: 215px;
        }

        .footer-bottom {

            padding: 20px 0;
            background-color: #fff;
        }
.cookie-banner {
    background-color: #001f3f;
    color: white;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.cookie-banner p {
    margin: 0px !important;

}

        ul {
            margin-top: 0;
            margin-bottom: 0rem;
        }

        .btn {
            border-radius: 0px;
        }

        .btn-dark {
            background-color: #001f3f;
            color: white;
            border: 1px solid #fff;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 300;
        }

        @media (max-width: 768px) {
            .hero {
                height: 40vh;
            }

            .hero-content {
                padding-top: 100px;
            }
        }

        h2 {
            font-size: 2rem;
            line-height: 1.4;
            letter-spacing: 2px;
        }

        /* Mobile responsive styles for headings */
        @media (max-width: 768px) {
            h2 {
                font-size: 1.8rem;
                line-height: 1.4;
                letter-spacing: 1px;
            }

            .section-title {
                font-size: 14px;
            }
        }

        @media (max-width: 576px) {
            h2 {
                font-size: 1.5rem;
                line-height: 1.3;
                letter-spacing: 0.5px;
            }

            .section-title {
                font-size: 13px;
            }
        }

        span {
            font-weight: 200;
            font-size: 15px;
        }

    .list-unstyled li {
    margin-bottom: 14px;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}

        .list-unstyled li a {
           
            color: #050506;
            text-decoration: none;
        }
        .footer-bottom a {
            margin-bottom: 10px;
            font-weight: 300;
            font-size: 14px;
            line-height: 24px;
            padding-right: 25px;
            margin-right: 25px;
            margin-bottom: 0;
            text-decoration: none;
            color: #212529;
        }


        .footer-bootom-menu li {

            position: relative;
            padding-right: 25px;
            margin-right: 25px;
            margin-bottom: 0;
            display: contents;
        }

        li {
            list-style: none;
        }

        .footer h5 {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            margin-bottom: 20px;
        }




        .custom-icon-section .fa-solid,
        .custom-icon-section .fas {
            font-family: "Font Awesome 6 Free";
            font-weight: 700;
            color: #232323de !important;
            padding: 10px;
            border: 1px solid;
            border-radius: 50px;
        }

        /* About Us Page Styles */
        .about-hero {
            background-image: url('../img/about.jpg');
            background-size: cover;
            background-position: center;
            height: 60vh;
            color: white;
            text-align: center;
            position: relative;
            display: flex;
            align-items: center;
        }

        .about-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .about-hero .hero-content {
            position: relative;
            z-index: 10000;
            padding-top: 0;
        }

        .hero-subtitle {
            font-size: 1.2rem;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 1rem;
            opacity: 0;
            animation: fadeInUp 1s ease-out 0.5s forwards;
        }

        .about-hero h1 {
            font-size: 3.5rem;
            font-weight: 300;
            letter-spacing: 3px;
            margin-bottom: 1rem;
            opacity: 0;
            animation: fadeInUp 1s ease-out 0.7s forwards;
        }

        .about-hero p {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            opacity: 0;
            animation: fadeInUp 1s ease-out 0.9s forwards;
        }

        .about-hero .btn {
            opacity: 0;
            animation: fadeInUp 1s ease-out 1.1s forwards;
        }

        /* Section Titles */
        .section-title {
            font-size: 16px;
            font-weight: 300;
            letter-spacing: 2px;
            margin-bottom: 1rem;
            position: relative;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 5px;
            width: 55px;
            height: 1px;
            background-color: #212529;
        }

        /* About Company Section */
        .about-company {
            background-color: #f8f9fa;
        }

        .about-img {
           
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .about-img:hover {
            transform: translateY(-5px);
        }

        .stats-row {
            display: flex;
            gap: 2rem;
            margin-top: 2rem;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #001f3f;
            margin-bottom: 0.5rem;
        }

        .stat-item p {
            font-size: 0.9rem;
            color: #666;
            margin: 0;
        }

        /* Mission Section */
        .mission-section {
            background-color: white;
        }

        .mission-quote {
            font-size: 1.5rem;
            font-weight: 300;
            font-style: italic;
            color: #001f3f;
            border-left: 4px solid #001f3f;
            padding-left: 2rem;
            margin: 2rem 0;
            line-height: 1.6;
        }

        .mission-img {
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        /* Leadership Section */
        .leadership-section {
            background-color: #f8f9fa;
        }

        .leadership-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            overflow: hidden;
            height: 100%;
        }

        .leadership-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .card-img-wrapper {
            
            overflow: hidden;
        }

        .leadership-card .card-img-top {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .leadership-card:hover .card-img-top {
            transform: scale(1.05);
        }

        .leadership-card .card-body {
            padding: 1.5rem;
        }

        .leadership-card .card-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: #001f3f;
            margin-bottom: 0.5rem;
        }

        .leadership-card .card-text {
            color: #666;
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

        .leadership-card .card-description {
            font-size: 0.9rem;
            line-height: 1.6;
            color: #555;
            margin-bottom: 1.5rem;
        }

        /* Values Section */
        .values-section {
            background-color: white;
        }

        .value-card {
            text-align: center;
            padding: 2rem 1rem;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .value-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .value-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #001f3f, #003d7a);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            transition: transform 0.3s ease;
        }

        .value-card:hover .value-icon {
            transform: scale(1.1);
        }

        .value-icon i {
            font-size: 2rem;
            color: white;
        }

        .value-card h5 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #001f3f;
            margin-bottom: 1rem;
        }

        .value-card p {
            font-size: 0.9rem;
            line-height: 1.6;
            color: #666;
        }

        /* Awards Section */
        .awards-section {
            background-color: #f8f9fa;
        }

        .awards-carousel {
            display: flex;
            gap: 2rem;
            overflow-x: auto;
            padding: 1rem 0;
            scroll-behavior: smooth;
        }

        .award-item {
            flex: 4 0 250px;
            text-align: center;
            background: white;
            border-radius: 10px;
            padding: 1.5rem;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .award-item:hover {
            transform: translateY(-5px);
        }

        .award-img {
            width: 100%;
            height: 150px;
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 1rem;
        }

        .award-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .award-item h5 {
            font-size: 1rem;
            font-weight: 600;
            color: #001f3f;
            margin: 0;
        }

        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, #001f3f, #003d7a);
            color: white;
        }

        /* Sticky bottom CTA that appears after scroll */
        .sticky-cta {
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 9999030;
            transform: translateY(100%);
            transition: transform 0.35s ease;
            box-shadow: 0 -8px 30px rgba(0,0,0,.15);
        }

        .sticky-cta.cta-visible {
            transform: translateY(0);
        }

        .sticky-cta.cta-hidden {
            transform: translateY(100%);
        }

        .cta-title {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 0rem;
}

        .cta-text {
            font-size: 1.1rem;
            opacity: 0.9;
        }

        .cta-section .btn {
            background-color: white;
            color: #001f3f;
            border: none;
            /* padding: 12px 30px;
            font-weight: 600; */
            transition: all 0.3s ease;
            font-size: 16px;
        }

        .cta-section .btn:hover {
            background-color: #f8f9fa;
            transform: translateY(-2px);
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Scroll animations */
        .fade-in-up {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }

        .fade-in-up.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .fade-in-left {
            opacity: 0;
            transform: translateX(-30px);
            transition: all 0.6s ease;
        }

        .fade-in-left.visible {
            opacity: 1;
            transform: translateX(0);
        }

        .fade-in-right {
            opacity: 0;
            transform: translateX(30px);
            transition: all 0.6s ease;
        }

        .fade-in-right.visible {
            opacity: 1;
            transform: translateX(0);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .about-hero h1 {
                font-size: 2.5rem;
            }

            .section-title {
                font-size: 14px;
            }

            .stats-row {
                flex-direction: column;
                gap: 1rem;
            }

            .stat-item {
                text-align: left;
            }

            .mission-quote {
                font-size: 1.2rem;
                padding-left: 1rem;
            }

            .cta-title {
                font-size: 2rem;
            }

            .awards-carousel {
                gap: 1rem;
            }

            .award-item {
                flex: 0 0 200px;
            }
        }

        @media (max-width: 576px) {
            .about-hero {
                height: 50vh;
            }

            .about-hero h1 {
                font-size: 2rem;
            }

            .section-title {
                font-size: 13px;
            }

            .value-card {
                padding: 1.5rem 1rem;
            }

            .value-icon {
                width: 60px;
                height: 60px;
            }

            .value-icon i {
                font-size: 1.5rem;
            }
        }

        /* Contact Us Page Styles */
        .contact-hero {
            background-image: url('../img/communities-vr-tour-thumb.jpg');
            background-size: cover;
            background-position: center;
            height: 50vh;
            color: white;
            text-align: center;
            position: relative;
            display: flex;
            align-items: center;
        }

        .contact-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .contact-hero .hero-content {
            position: relative;
            z-index: 10000;
            padding-top: 0;
        }

        .contact-info-section {
            background-color: #f8f9fa;
        }

        .contact-card {
            background: white;
            padding: 2rem;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
            height: 100%;
            transition: transform 0.3s ease;
        }

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

        .contact-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #001f3f, #003d7a);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
        }

        .contact-icon i {
            font-size: 2rem;
            color: white;
        }

        .contact-card h5 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #001f3f;
            margin-bottom: 1rem;
        }

        .contact-card p {
            color: #666;
            line-height: 1.6;
            margin: 0;
        }

        .contact-form-section {
            background-color: white;
        }

        .contact-form-wrapper {
            background: #f8f9fa;
            padding: 2rem;
            border-radius: 10px;
        }

        .section-subtitle {
            color: #666;
            margin-bottom: 2rem;
        }

        .form-group {
            margin-bottom: 1rem;
        }

        .form-group label {
            font-weight: 600;
            color: #001f3f;
            margin-bottom: 0.5rem;
            display: block;
        }

        .form-control {
            border: 2px solid #e9ecef;
            border-radius: 8px;
            padding: 8px 15px;
            font-size: 1rem;
            transition: border-color 0.3s ease;
        }

        .form-control:focus {
            border-color: #001f3f;
            box-shadow: 0 0 0 0.2rem rgba(0, 31, 63, 0.25);
        }

        .map-wrapper {
            background: white;
            padding: 2rem;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        }

        .map-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #001f3f;
            margin-bottom: 1.5rem;
        }

        .map-container {
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 2rem;
        }

        .office-hours h5 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #001f3f;
            margin-bottom: 1rem;
        }

        .hours-list {
            list-style: none;
            padding: 0;
        }

        .hours-item {
            display: flex;
            justify-content: space-between;
            padding: 0.5rem 0;
            border-bottom: 1px solid #e9ecef;
        }

        .hours-item:last-child {
            border-bottom: none;
        }

        .faq-section {
            background-color: #f8f9fa;
        }

        .accordion-item {
            border: none;
            
            border-radius: 8px;
            overflow: hidden;
            /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
        }

        .accordion-button {
            background-color: white;
            border: none;
            font-weight: 600;
            color: #001f3f;
            padding: 0rem 1rem 0rem 1rem !important;
        }

        .accordion-button:not(.collapsed) {
            background-color: #001f3f;
            color: white;
        }

        .accordion-button:focus {
            box-shadow: none;
        }

        .accordion-body {
            background-color: white;
            padding: 1.25rem 1.5rem !important;
            padding: 1.5rem;
            color: #666;
            line-height: 1.6;
        }

        /* Properties Page Styles */
        .properties-hero {
            background-image: url('../img/EMAAR_INTERNATIONAL-440x385.jpg');
            background-size: cover;
            background-position: center;
            height: 50vh;
            color: white;
            text-align: center;
            position: relative;
            display: flex;
            align-items: center;
        }

        .properties-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .properties-hero .hero-content {
            position: relative;
            z-index: 10000;
            padding-top: 0;
        }

        .search-filter-section {
            background-color: #f8f9fa;
            border-bottom: 1px solid #e9ecef;
        }

        .form-select {
            border: 2px solid #e9ecef;
            border-radius: 8px;
            padding: 12px 15px;
            font-size: 1rem;
            transition: border-color 0.3s ease;
        }

        .form-select:focus {
            border-color: #001f3f;
            box-shadow: 0 0 0 0.2rem rgba(0, 31, 63, 0.25);
        }

        .properties-section {
            background-color: white;
        }

        .view-options .btn {
            margin-left: 0.5rem;
        }

        .view-options .btn.active {
            background-color: #001f3f;
            color: white;
            border-color: #001f3f;
        }

        .property-item {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .property-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .property-image {
            position: relative;
            height: 380px;
            overflow: hidden;
        }

        .property-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .property-item:hover .property-image img {
            transform: scale(1.05);
        }

        .property-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #001f3f;
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .property-badge.new {
            background: #28a745;
        }

        .property-badge.premium {
            background: #ffc107;
            color: #000;
        }

        .property-actions {
            position: absolute;
            top: 15px;
            right: 15px;
            display: flex;
            gap: 5px;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .property-item:hover .property-actions {
            opacity: 1;
        }

        .property-actions .btn {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }

        /* Override for hero section property-actions */
        .property-hero .hero-overlay .property-actions,
        .hero-overlay .property-actions,
        .property-hero .property-actions {
            position: relative !important;
            top: auto !important;
            right: auto !important;
            opacity: 1 !important;
            visibility: visible !important;
            display: flex !important;
            flex-direction: row !important;
            gap: 15px !important;
            z-index: 10 !important;
            margin-top: 20px !important;
            max-width: 500px !important;
        }
        
        @media (max-width: 768px) {
            .property-hero .hero-overlay .property-actions,
            .hero-overlay .property-actions,
            .property-hero .property-actions {
                flex-direction: column !important;
                max-width: 100% !important;
            }
        }

        .property-hero .hero-overlay .property-actions .btn,
        .hero-overlay .property-actions .btn,
        .property-hero .property-actions .btn {
            width: 100% !important;
            height: auto !important;
            min-height: 50px !important;
            border-radius: 8px !important;
            padding: 14px 24px !important;
            font-size: 16px !important;
            font-weight: 600 !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 8px !important;
            opacity: 1 !important;
            visibility: visible !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
            border: none !important;
        }
        
        .property-hero .hero-overlay .property-actions .btn:hover,
        .hero-overlay .property-actions .btn:hover,
        .property-hero .property-actions .btn:hover {
            transform: translateY(-2px) !important;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
        }
        
        .property-hero .hero-overlay .property-actions .btn:active,
        .hero-overlay .property-actions .btn:active,
        .property-hero .property-actions .btn:active {
            transform: translateY(0) !important;
        }
        
        /* Call Button Styling */
        .property-hero .hero-overlay .property-actions .btn.btn-light,
        .hero-overlay .property-actions .btn.btn-light,
        .property-hero .property-actions .btn.btn-light {
            background: rgba(255, 255, 255, 0.95) !important;
            color: #001f3f !important;
        }
        
        .property-hero .hero-overlay .property-actions .btn.btn-light:hover,
        .hero-overlay .property-actions .btn.btn-light:hover,
        .property-hero .property-actions .btn.btn-light:hover {
            background: #ffffff !important;
            color: #001f3f !important;
        }
        
        /* Get In Touch Button Styling */
        .property-hero .hero-overlay .property-actions .btn.btn-primary,
        .hero-overlay .property-actions .btn.btn-primary,
        .property-hero .property-actions .btn.btn-primary {
            background: linear-gradient(135deg, #001f3f 0%, #003d7a 100%) !important;
            color: #ffffff !important;
        }
        
        .property-hero .hero-overlay .property-actions .btn.btn-primary:hover,
        .hero-overlay .property-actions .btn.btn-primary:hover,
        .property-hero .property-actions .btn.btn-primary:hover {
            background: linear-gradient(135deg, #003d7a 0%, #001f3f 100%) !important;
            color: #ffffff !important;
        }
        
        .property-hero .hero-overlay .property-actions .btn i,
        .hero-overlay .property-actions .btn i,
        .property-hero .property-actions .btn i {
            font-size: 18px !important;
        }

        .property-content {
            padding: 1.5rem;
        }

        .property-price {
            font-size: 1.5rem;
            font-weight: 700;
            color: #001f3f;
            margin-bottom: 0.5rem;
        }

        .property-title {
            font-size: 1.4.property-description prem;
            
        }

        .property-location {
            color: #666;
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

        .property-location i {
            margin-right: 5px;
        }

        .property-features {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin-bottom: 1rem;
        }

        .property-features span {
            font-size: 0.9rem;
            color: #666;
        }

        .property-features i {
            margin-right: 5px;
            color: #001f3f;
        }

        .property-description {
            margin-bottom: 1.5rem;
        }

       

        .property-footer {
            display: flex;
            gap: 0.5rem;
        }

        .property-footer .btn {
            flex: 1;
            font-size: 0.9rem;
        }

        /* Property Details Page Styles */
        .property-hero {
            position: relative;
            height: 70vh;
            overflow: hidden;
        }

        .property-hero-slider {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .hero-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.5s ease;
        }

        .hero-slide.active {
            opacity: 1;
        }

        .hero-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
            display: flex;
            align-items: center;
            z-index: 9999;
        }

        .property-hero-content {
            color: white;
        }

        .property-hero-content .property-badge {
            display: inline-block;
            background: #001f3f;
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .property-hero-content .property-title {
            font-size: 3rem;
            font-weight: 300;
            margin-bottom: 1.5rem;
            position: relative;
        }

        .property-hero-content .property-address {
            font-size: 1.1rem;
            margin-bottom: 1rem;
            opacity: 0.9;
        }

        .property-hero-content .property-price {
            font-size: 2.5rem;
            font-weight: 700;
            color: #ffc107;
        }

        .property-actions .btn {
            margin-bottom: 0.5rem;
        }


        .slider-controls {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 3;
        }

        .slider-btn {
            position: absolute;
            background: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            transition: background 0.3s ease;
        }

        .slider-btn:hover {
            background: rgba(0, 0, 0, 0.8);
        }

        .prev-btn {
            left: 20px;
        }

        .next-btn {
            right: 20px;
        }

        .slider-dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 10px;
            z-index: 3;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .dot.active {
            background: white;
        }

        .property-details-section {
            background-color: white;
        }

        .section-subtitle {
            font-size: 1.5rem;
            font-weight: 600;
            color: #001f3f;
            margin-bottom: 1.5rem;
        }

        .property-description {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #666;
            margin-bottom: 2rem;
        }

        .property-features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.5rem;
            margin-top: 2rem;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1rem;
            background: #f8f9fa;
            border-radius: 8px;
        }

        .feature-item i {
            font-size: 2rem;
            color: #001f3f;
            width: 50px;
            text-align: center;
        }

        .feature-item h6 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #001f3f;
            margin-bottom: 0.25rem;
        }

        .feature-item p {
            color: #666;
            font-size: 0.9rem;
            margin: 0;
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            gap: 1rem;
            height: 400px;
        }

        /* Swiper Gallery (Property Details) */
        .gallery-row .gallery-heading {
            font-size: 1.25rem;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-bottom: 1rem;
        }

        .swiper.gallery-left, .swiper.gallery-right {
            width: 100%;
            height: 100%;
        }

        .swiper.gallery-left .swiper-slide img,
        .swiper.gallery-right .swiper-slide img {
            width: 100%;
            height: 460px;
            object-fit: cover;
        }

        .gallery-row .swiper-button-prev,
        .gallery-row .swiper-button-next {
            color: #ffffff00;
        }
        .swiper-button-next, .swiper-button-prev {
          
            display: none !important;
        }

        .gallery-row .swiper-pagination-bullets .swiper-pagination-bullet {
            background: #9aa3ad;
            opacity: 1;
        }

        .gallery-row .swiper-pagination-bullet-active {
            background: #001f3f;
        }

        .gallery-item {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
        }

        .main-gallery {
            grid-row: 1 / 3;
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

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

        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

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

        .gallery-overlay i {
            color: white;
            font-size: 2rem;
        }

        .amenities-list {
            list-style: none;
            padding: 0;
        }

        .amenities-list li {
            padding: 0.5rem 0;
            color: #666;
            display: flex;
            align-items: center;
        }

        .amenities-list i {
            color: #28a745;
            margin-right: 10px;
            font-size: 1.1rem;
        }

        .map-container {
            border-radius: 8px;
            overflow: hidden;
            margin-bottom: 1rem;
        }

        .location-info h5 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #001f3f;
            margin-bottom: 1rem;
        }

        .location-info p {
            margin-bottom: 0.5rem;
            color: #666;
        }

        .property-contact-form {
            background: #f8f9fa;
            padding: 2rem;
            border-radius: 10px;
            margin-bottom: 2rem;
        }

       

        .agent-card {
            display: flex;
            gap: 1rem;
            padding: 1.5rem;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        }

        .agent-photo {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
        }

        .agent-info h5 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #001f3f;
            margin-bottom: 0.25rem;
        }

        .agent-info p {
            color: #666;
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }

      
        .agent-contact i {
            color: #001f3f;
            margin-right: 5px;
        }

        .property-stats {
            background: white;
            padding: 1.5rem;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        }

      

        .stats-list {
            list-style: none;
            padding: 0;
        }

        .stats-list .stat-item {
            display: flex;
            justify-content: space-between;
            padding: 0.75rem 0;
            border-bottom: 1px solid #e9ecef;
        }

        .stats-list .stat-item:last-child {
            border-bottom: none;
        }

        .stats-list .stat-item span:first-child {
            color: #666;
        }

        .stats-list .stat-item span:last-child {
            font-weight: 600;
            color: #001f3f;
        }

        .similar-properties-section {
            background-color: #011f3f;
        }

        /* Responsive Design for New Pages */
        @media (max-width: 768px) {
            .contact-hero, .properties-hero {
                height: 40vh;
            }

            .property-hero {
                height: 50vh;
            }

            .property-hero-content .property-title {
                font-size: 2rem;
            }

            .property-hero-content .property-price {
                font-size: 2rem;
            }

            /* FAQ accordion button padding for mobile */
            .faq-section .accordion-button,
            section.faq-section .accordion-button {
                padding: 13px !important;
            }

            .gallery-grid { /* legacy grid fallback still present on other pages */
                grid-template-columns: 1fr 1fr;
                grid-template-rows: 1fr 1fr 1fr;
                height: 300px;
            }
            .swiper.gallery-left .swiper-slide img,
            .swiper.gallery-right .swiper-slide img {
                height: 300px;
            }

            .main-gallery {
                grid-row: 1 / 2;
                grid-column: 1 / 3;
            }

            .property-features-grid {
                grid-template-columns: 1fr;
            }

            .agent-card {
                flex-direction: column;
                text-align: center;
            }

            .property-footer {
                flex-direction: column;
            }
        }

        @media (max-width: 576px) {
            .contact-hero, .properties-hero {
                height: 35vh;
            }

            .property-hero {
                height: 40vh;
            }

            .property-hero-content .property-title {
                font-size: 1.5rem;
            }

            .property-hero-content .property-price {
                font-size: 1.5rem;
            }

            .gallery-grid { /* legacy grid fallback */
                grid-template-columns: 1fr;
                grid-template-rows: repeat(6, 1fr);
                height: auto;
            }
            .swiper.gallery-left .swiper-slide img,
            .swiper.gallery-right .swiper-slide img {
                height: 220px;
            }

            .main-gallery {
                grid-row: 1 / 2;
                grid-column: 1 / 2;
            }

            .gallery-item {
                height: 200px;
            }

            .slider-btn {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }

            .prev-btn {
                left: 10px;
            }

            .next-btn {
                right: 10px;
            }
        }


        .faq-section {
            background-color: #fff;
        }
        .accordion-button {
            font-weight: 600;
            padding: 1rem 1.25rem !important;
        }

        /* Mobile responsive padding for FAQ accordion buttons */
        @media (max-width: 768px) {
            .faq-section .accordion-button,
            section.faq-section .accordion-button {
                padding: 13px !important;
            }
        }

        @media (max-width: 576px) {
            .faq-section .accordion-button,
            section.faq-section .accordion-button {
                padding: 13px !important;
            }
        }
        .accordion-body {
            color: #6c757d;
            padding: 1.25rem 1.5rem !important;
        }

        a {
            text-decoration: none !important;
            color: #666 !important;
        }

        .form-label {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #1a365d !important;
}
.accordion-button {
   
    border-bottom: 1px solid #ccc !important;
}


