:root {
            --primary-navy: #002147;
            --vibrant-blue: #007bff; /* A more standard, slightly brighter blue */
            --accent-blue: #00aaff; /* New accent blue */
            --text-dark: #333333;
            --text-light: #666666;
            --alternate-bg: #f8faff; /* Lighter, more subtle alternate background */
        }

        body {
            font-family: 'Inter', sans-serif;
            color: var(--text-dark);
        }

        /* Professional Link Styling */
        a {
            text-decoration: none !important;
            transition: all 0.3s ease;
        }

        /* Style tel and mailto links to look like normal text, inheriting parent colors */
        a[href^="tel:"], 
        a[href^="mailto:"] {
            color: inherit;
        }

        /* Clear hover state for contact links */
        a[href^="tel:"]:hover, 
        a[href^="mailto:"]:hover {
            color: var(--accent-blue) !important;
        }

        /* Top Header Styles */
        .top-header {
            background: linear-gradient(90deg, var(--primary-navy) 0%, var(--vibrant-blue) 100%);
            color: white;
            padding: 8px 0;
            font-size: 13px;
            letter-spacing: 0.5px;
        }

        .top-header a {
            color: white;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .top-header a:hover { /* Updated to new accent blue */
            color: var(--accent-blue);
        }

        .social-icons a {
            margin-left: 15px;
        }
        
        .social-icons img {
            width: 24px; /* Adjust as needed */
            height: 24px; /* Adjust as needed */
            vertical-align: middle;
        }

        /* Navigation Styles */
        .main-navbar {
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            padding: 0px 0;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }

        .navbar-brand {
            font-weight: 800;
            color: var(--primary-navy);
            font-size: 24px;
            letter-spacing: -0.5px;
        }

        .navbar-brand img {
            max-height: 64px; /* Adjust as needed for your logo size */
            width: auto; /* Maintain aspect ratio */
            vertical-align: middle; /* Ensures vertical alignment within the navbar */
        }

        .navbar-brand span {
            color: var(--accent-blue);
        }

        .nav-link {
            font-weight: 600;
            color: var(--primary-navy) !important;
            margin: 0 15px;
            transition: color 0.3s ease;
            position: relative;
            font-size: 15px;
        }

        /* Modern Underline Animation */
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 0;
            background-color: var(--accent-blue);
            transition: width 0.3s ease;
        }

        .nav-link:hover::after {
            width: 100%;
        }

        .btn-enquire {
            background-color: var(--accent-blue);
            color: white;
            border: none;
            padding: 10px 25px;
            border-radius: 50px;
            font-weight: 600;
            box-shadow: 0 4px 15px rgba(0, 170, 255, 0.3); /* Updated shadow color */
            transition: all 0.3s ease;
        }

        .btn-enquire:hover {
            background-color: var(--vibrant-blue);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0, 86, 224, 0.2);
        }
        /* Hero Section Styles */
        .hero-section {
            padding: 0; /* Remove padding for full-width image */
            background: none; /* Remove gradient background */
            overflow: hidden;
        }
        
        .carousel-item {
            background-color: var(--primary-navy); /* Fallback background color */
        }

        .hero-carousel-img {
            width: 100%;
            height: 450px;
            object-fit: cover;
            object-position: center;
            border-radius: 0; /* Remove border-radius for full-width image */
            box-shadow: none; /* Remove shadow */
        }

        .carousel-caption {
            bottom: 10%;
            text-align: left;
            left: 8%;
            right: auto;
            max-width: 650px;
            background: rgba(0, 33, 71, 0.65); /* Semi-transparent navy background for readability */
            padding: 40px;
            border-radius: 24px;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .hero-title {
            font-size: 2.8rem;
            font-weight: 800;
            color: white;
            margin-bottom: 20px;
            letter-spacing: -1px;
        }

        .hero-text {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 30px;
            line-height: 1.6;
        }

        @media (max-width: 991.98px) {
            .hero-title { font-size: 2.5rem; }
            .hero-carousel-img { height: 420px; }
            .carousel-caption { max-width: 80%; bottom: 15%; }
        }

        @media (max-width: 767.98px) {
            .hero-carousel-img { height: 400px; }
            .carousel-caption { 
                bottom: auto;
                top: 50%;
                left: 15px; 
                right: 15px; 
                transform: translateY(-50%);
                max-width: none; 
                padding: 30px 20px; 
                text-align: center; 
                border-radius: 20px;
            }
            .hero-title { font-size: 1.8rem; }
            .hero-text { font-size: 1rem; margin-bottom: 20px; }
            .btn-enquire { padding: 10px 22px; font-size: 14px; }
        }

        /* Adjust carousel controls for better visibility on images */
        .carousel-control-prev,
        .carousel-control-next {
            width: 10%; /* Increased click/touch area */
            opacity: 0.7;
            transition: opacity 0.3s ease;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            opacity: 1;
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: rgba(0, 0, 0, 0.5); /* Darker background for icons */
            border-radius: 50%;
            padding: 15px;
            background-size: 50%; /* Adjust icon size */
        }

        @media (max-width: 991.98px) {
            .carousel-control-prev,
            .carousel-control-next {
                width: 10%; /* Slightly wider controls on mobile */
            }
            .carousel-control-prev-icon,
            .carousel-control-next-icon {
                padding: 10px; /* Smaller padding for icons on mobile */
                background-size: 40%;
            }
        }

        /* About Us Section Styles */
        .about-us-section {
            background-color: var(--alternate-bg);
        }

        .about-image-wrapper {
            position: relative;
            padding: 20px; /* Padding to create space for shadow */
        }

        .about-image-wrapper img {
            width: 100%;
            height: auto;
            border-radius: 15px;
            box-shadow: 0 20px 50px rgba(0, 33, 71, 0.15);
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }

        .about-image-wrapper:hover img {
            transform: translateY(-8px);
            box-shadow: 0 30px 60px rgba(0, 33, 71, 0.25);
        }

        .about-content {
            padding-left: 30px; /* Space between image and text */
        }

        .about-content .section-title {
            text-align: left;
            margin-bottom: 20px;
        }

        .about-content .section-subtitle {
            text-align: left;
            margin-bottom: 30px;
            max-width: none; /* Override max-width from general section-subtitle */
        }

        .about-content ul {
            list-style: none;
            padding: 0;
            margin-bottom: 30px;
        }

        .about-content ul li {
            margin-bottom: 10px;
            font-size: 1.05rem;
            color: var(--text-dark);
        }

        .about-content ul li i {
            color: var(--accent-blue);
            margin-right: 10px;
        }

        /* Services Section Styles */
        .services-section {
            background-color: #ffffff;
        }

        .service-item-new {
            text-align: center;
            transition: all 0.3s ease;
            cursor: pointer;
            padding: 10px;
        }

        .service-icon-box {
            width: 100px;
            height: 100px;
            background: #fff;
            border: 1px solid rgba(0, 33, 71, 0.08);
            border-radius: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .service-icon-box i {
            font-size: 32px;
            color: var(--primary-navy);
            transition: all 0.4s ease;
        }

        .service-name-new {
            font-size: 1.05rem;
            font-weight: 700;
            color: var(--primary-navy);
            transition: all 0.3s ease;
            margin: 0;
        }

        .service-item-new:hover .service-icon-box {
            transform: translateY(-8px);
            background: var(--accent-blue);
            border-color: var(--accent-blue);
            box-shadow: 0 15px 35px rgba(0, 170, 255, 0.3);
        }

        .service-item-new:hover .service-icon-box i {
            color: #fff;
            transform: scale(1.1);
        }

        .service-item-new:hover .service-name-new {
            color: var(--accent-blue);
        }

        /* Why Us Section Styles */
        .why-us-section {
            background-color: #fcfdfe;
        }

        .section-title {
            font-weight: 800;
            color: var(--primary-navy);
            font-size: 1.9rem; /* Smaller heading */
            margin-bottom: 15px;
        }

        .section-title span {
            color: var(--accent-blue);
        }

        .section-subtitle {
            color: var(--text-light);
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto;
        }

        .why-us-box {
            background: #ffffff;
            border: 1px solid rgba(0, 33, 71, 0.08);
            border-radius: 24px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
            box-shadow: 0 20px 40px rgba(0, 33, 71, 0.06);
        }

        .why-us-box:hover {
            transform: translateY(-12px);
            box-shadow: 0 25px 50px rgba(0, 33, 71, 0.12);
            border-color: var(--accent-blue);
        }

        .why-us-icon {
            width: 85px;
            height: 85px;
            margin: 0 auto;
            border: 2px solid var(--accent-blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary-navy);
            background: #fff;
            transition: all 0.5s ease;
            box-shadow: 0 10px 20px rgba(0, 170, 255, 0.15); /* Updated shadow color */
        }

        .why-us-box:hover .why-us-icon {
            background: var(--primary-navy);
            color: #fff;
            border-color: var(--primary-navy);
            transform: scale(1.1) rotate(10deg);
        }

        .why-us-title {
            font-weight: 700;
            color: var(--primary-navy);
            font-size: 1.3rem; /* Smaller service names */
        }

        .why-us-description {
            color: var(--text-light);
            font-size: 0.95rem;
            line-height: 1.7;
        }

                /* FAQ Card Styles */
                .faq-section .card {
                    border-radius: 14px;
                    overflow: hidden;
                    border: 1px solid rgba(0,0,0,0.04);
                    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
                    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
                    border-left: 4px solid transparent;
                }

                .faq-section .card-body {
                    padding: 1.5rem;
                }

                .faq-section .card-title {
                    font-size: 1.05rem;
                    font-weight: 800;
                    color: var(--primary-navy);
                    margin-bottom: .6rem;
                }

                .faq-section .card-text {
                    color: var(--text-light);
                    line-height: 1.7;
                }

                .faq-section .card:hover {
                    transform: translateY(-8px);
                    box-shadow: 0 25px 50px rgba(0, 33, 71, 0.12);
                    border-color: rgba(0,170,255,0.12);
                    border-left-color: var(--accent-blue);
                }

                @media (max-width: 767.98px) {
                    .faq-section .card-title { font-size: 1rem; }
                    .faq-section .card-body { padding: 1.25rem; }
                }

        @keyframes fadeInRight {
            from { opacity: 0; transform: translateX(50px); }
            to { opacity: 1; transform: translateX(0); }
        }

        /* Join Us Section Styles */
        .join-us-section {
            padding: 60px 0;
            background: #ffffff;
            position: relative;
            overflow: hidden;
        }

        .join-image-container {
            position: relative;
            padding: 20px;
        }

        .join-image-container img {
            border-radius: 40px 10px 40px 10px;
            box-shadow: 0 30px 60px rgba(0, 33, 71, 0.12);
            position: relative;
            z-index: 2;
        }

        /* Decorative Gold Element */
        .join-image-container::before {
            content: '';
            position: absolute;
            width: 150px;
            height: 150px;
            background: var(--accent-blue); /* Updated to accent blue */
            opacity: 0.1;
            bottom: -30px;
            right: -20px;
            border-radius: 50%;
            z-index: 1;
        }

        .reason-item {
            padding: 25px;
            border-radius: 20px;
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            margin-bottom: 20px;
            display: flex;
            align-items: flex-start;
        }

        .reason-item:hover {
            box-shadow: 0 15px 30px rgba(0, 33, 71, 0.08);
            transform: translateX(10px);
            border-color: var(--accent-blue);
        }

        .reason-icon {
            width: 45px;
            height: 45px;
            background: var(--accent-blue);
            color: white;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            margin-right: 20px;
            flex-shrink: 0;
        }

    /* Video Section Styles */
    .video-section {
        background-color: #ffffff;
    }

    .video-wrapper {
        border: 1px solid rgba(0, 0, 0, 0.05);
        transition: transform 0.4s ease;
    }

    .video-wrapper:hover {
        transform: scale(1.02);
    }

    .video-content-wrap .badge {
        font-size: 0.85rem;
        letter-spacing: 0.5px;
    }

    .customer-quote {
        position: relative;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    }

    .hover-link {
        transition: all 0.3s ease;
        font-size: 0.95rem;
    }

    .hover-link:hover {
        color: var(--primary-navy) !important;
        transform: translateX(5px);
    }

        /* Testimonials Section Styles */
        .testimonials-section {
            background-color: var(--primary-navy); /* Solid dark blue background */
        }

        .testimonials-section .section-title,
        .testimonials-section .section-title span {
            color: white; /* White title */
        }

        .testimonials-section .section-subtitle {
            color: rgba(255, 255, 255, 0.8); /* Lighter white for subtitle */
        }

        .testimonial-card {
            background: #fff;
            padding: 40px;
            border-radius: 20px;
            border: 1px solid rgba(0, 0, 0, 0.05);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
            text-align: center;
            height: 100%;
        }

        .testimonial-text { /* Adjusted font size */
            font-style: italic;
            color: var(--text-light);
            margin-bottom: 20px;
            font-size: 1.1rem;
            line-height: 1.8;
        }

        .client-name {
            font-weight: 700;
            color: var(--primary-navy);
            margin-bottom: 5px;
        }

        /* Contact Section Styles */
        .contact-info-card {
            background: linear-gradient(135deg, var(--primary-navy) 0%, var(--vibrant-blue) 100%);
            color: white;
            padding: 40px;
            border-radius: 20px;
            height: 100%;
            box-shadow: 0 15px 35px rgba(0, 33, 71, 0.15);
        }

        .contact-info-item {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }

        .contact-info-icon {
            width: 50px;
            height: 50px;
            background: rgba(0, 170, 255, 0.2);
            color: var(--accent-blue);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            margin-right: 20px;
        }

        .contact-form .form-control {
            padding: 12px 20px;
            border-radius: 10px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            background: #f8f9fa;
        }

        .contact-form .form-control:focus {
            box-shadow: none;
            border-color: var(--accent-blue);
            background: #fff;
        }

        .map-container {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            height: 450px;
        }

        /* Find Us Online Section Styles */
        .find-us-online-section {
            padding: 60px 0;
            background-color: #ffffff;
        }

        .online-platform-card {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            border: 2px solid rgba(0, 33, 71, 0.08); /* Subtle modern border */
            border-radius: 20px;
            padding: 30px;
            transition: all 0.4s ease;
            height: 140px;
            text-decoration: none;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
        }

        .online-platform-card:hover {
            transform: translateY(-8px);
            border-color: var(--accent-blue);
            box-shadow: 0 20px 40px rgba(0, 33, 71, 0.12);
        }

        .online-platform-card img {
            max-height: 60px;
            width: auto;
            transition: transform 0.4s ease;
        }

        .online-platform-card:hover img {
            transform: scale(1.08);
        }

        /* FAQ Section Styles */
        .faq-section {
            background-color: var(--alternate-bg);
        }

        .accordion-item {
            border-color: rgba(0, 33, 71, 0.08) !important;
            margin-bottom: 15px;
            border-radius: 12px !important;
            overflow: hidden;
        }

        .accordion-button {
            color: var(--primary-navy);
            font-weight: 600;
            padding: 20px 25px;
            box-shadow: none !important;
        }

        .accordion-button:not(.collapsed) {
            background-color: rgba(0, 170, 255, 0.05);
            color: var(--primary-navy);
        }

        .accordion-button:focus {
            border-color: var(--accent-blue);
        }

        .accordion-body {
            color: var(--text-light);
            padding: 20px 25px;
            line-height: 1.7;
        }

        /* Calculator Styles */
        .calculator-section {
            background-color: #ffffff;
        }

        .calculator-card {
            background: #fff;
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 15px 35px rgba(0, 33, 71, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
        }

        .calculator-heading {
            color: var(--primary-navy);
            font-weight: 700;
            margin-bottom: 30px;
            font-size: 1.5rem;
        }

        .input-group-custom label {
            display: block;
            font-weight: 600;
            font-size: 0.9rem;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .input-group-custom .form-control {
            border-radius: 10px;
            padding: 12px 15px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            background-color: #fcfdfe;
        }

        .calculator-result {
            padding: 20px;
            background-color: rgba(0, 170, 255, 0.05);
            border-radius: 15px;
            border: 1px dashed var(--accent-blue);
        }

        /* Banks Section Styles */
        .banks-section {
            background-color: var(--alternate-bg);
        }

        .bank-logo-wrap {
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.05);
            border-radius: 15px;
            padding: 20px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
        }

        .bank-logo-wrap:hover {
            box-shadow: 0 10px 25px rgba(0, 33, 71, 0.08);
            transform: translateY(-5px);
            border-color: var(--accent-blue);
        }

        .bank-logo-wrap img {
            max-height: 50px;
            max-width: 100%;
            height: auto;
            transition: all 0.3s ease;
        }

        .bank-logo-wrap:hover img {
            filter: grayscale(0%);
            opacity: 1;
        }

        /* Floating Action Buttons */
        .floating-btn {
            position: fixed;
            bottom: 20px;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            color: white;
            text-decoration: none;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            transition: all 0.3s ease;
        }

        .floating-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
            color: white; /* Ensure icon color stays white on hover */
        }

        .back-to-top-btn {
            background: linear-gradient(135deg, var(--primary-navy) 0%, var(--vibrant-blue) 100%);
            right: 5px;
            display: none; /* Hidden by default */
        }

        .whatsapp-float {
            background-color: #25D366;
            left: 5px;
            right: auto;
            bottom: 20px;
        }

        .call-float {
            background-color: #007bff; /* Bootstrap primary blue for call */
            right: 5px;
            bottom: 80px; /* Positioned above the back-to-top button */
        }

        /* Footer Styles */
        .footer-section {
            background: linear-gradient(180deg, var(--primary-navy) 0%, #000c1a 100%);
            color: rgba(255, 255, 255, 0.8);
            padding-top: 60px;
            font-size: 0.95rem;
        }

        .footer-logo img {
            max-height: 70px;
            margin-bottom: 20px;
        }

        .footer-about-text {
            line-height: 1.7;
            margin-bottom: 25px;
        }

        .footer-social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            color: white;
            transition: all 0.3s ease;
        }

        .footer-social-icons a:hover {
            background: var(--accent-blue); /* Updated to accent blue */
            color: var(--primary-navy);
            transform: translateY(-3px); /* Keep for now, will update to accent-blue */
        }

        .footer-social-icons a img {
            width: 20px;
            height: 20px;
            vertical-align: middle;
            margin-top: -2px; /* Adjust for perfect vertical alignment */
        }

        .footer-heading {
            color: white;
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 30px;
            position: relative;
        }

        .footer-heading::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 50px;
            height: 2px; /* Slightly thinner underline */
            background: var(--accent-blue);
        }

        .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-links ul li {
            margin-bottom: 12px;
        }

        .footer-links ul li a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-links ul li a:hover {
            color: var(--accent-blue);
            padding-left: 5px;
        }

        .footer-contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .footer-contact-item i {
            color: var(--accent-blue);
            margin-right: 15px;
            font-size: 1.1rem;
            margin-top: 3px;
        }

        .footer-bottom {
            background-color: #001a38; /* Slightly darker navy */
            padding: 20px 0;
            margin-top: 40px;
            text-align: center;
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.6);
        }

        .inner-hero {
            padding: 100px 0;
            background-size: cover;
            background-position: center;
            position: relative;
            color: white;
        }

        .inner-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(0, 33, 71, 0.55);
        }

        .inner-hero .container {
            position: relative;
            z-index: 1;
        }

        .inner-hero h1,
        .inner-hero .display-5 {
            color: white;
        }

        .inner-page-section {
            padding: 50px 0;
        }

        .page-card,
        .profile-card,
        .service-detail-card,
        .contact-card-large {
            background: #ffffff;
            border-radius: 24px;
            border: 1px solid rgba(0, 33, 71, 0.08);
            box-shadow: 0 20px 40px rgba(0, 33, 71, 0.05);
        }

        .page-card {
            padding: 35px;
        }

        .service-detail-card {
            padding: 28px;
            min-height: 260px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .service-detail-card h4,
        .page-card h4,
        .contact-card-large h5 {
            color: var(--primary-navy);
            margin-bottom: 15px;
        }

        .service-detail-card p,
        .page-card p,
        .contact-card-large p {
            color: var(--text-light);
            line-height: 1.8;
        }

        .gallery-card {
            overflow: hidden;
            border-radius: 24px;
            box-shadow: 0 20px 40px rgba(0, 33, 71, 0.08);
            cursor: pointer;
        }

        .gallery-card img {
            width: 100%;
            height: 340px;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .gallery-card:hover img {
            transform: scale(1.05);
        }

        .service-row {
            padding: 30px 0;
        }

        .service-row img {
            width: 100%;
            border-radius: 24px;
            box-shadow: 0 20px 40px rgba(0, 33, 71, 0.08);
        }

        .service-row h4 {
            color: var(--primary-navy);
            margin-bottom: 15px;
        }

        .service-row p {
            color: var(--text-light);
            line-height: 1.8;
        }

        .section-divider {
            border: none;
            border-top: 1px solid rgba(0, 33, 71, 0.12);
            margin: 0;
        }

        .profile-badge {
            display: inline-flex;
            align-items: center;
            background: rgba(0, 170, 255, 0.12);
            color: var(--accent-blue);
            font-weight: 700;
            letter-spacing: 0.5px;
            padding: 8px 16px;
            border-radius: 999px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-size: 0.8rem;
        }

        .stat-box {
            background: linear-gradient(180deg, rgba(0, 170, 255, 0.12), #ffffff);
            border: 1px solid rgba(0, 33, 71, 0.08);
            border-radius: 24px;
            box-shadow: 0 20px 40px rgba(0, 33, 71, 0.06);
            transition: transform 0.3s ease;
        }

        .stat-box:hover {
            transform: translateY(-8px);
        }

        .stat-box h3 {
            font-size: 2.5rem;
            color: var(--primary-navy);
            margin-bottom: 10px;
        }

        .stat-box p {
            color: var(--text-light);
            margin-bottom: 0;
            font-weight: 600;
        }

        .gallery-only {
            padding-top: 80px;
            padding-bottom: 80px;
            background: #ffffff;
        }

        .page-banner {
            background: #ffffff;
        }

        .page-banner .breadcrumb {
            background: transparent;
            padding: 0;
            margin-bottom: 0;
        }

        .gallery-top-controls {
            gap: 1rem;
        }

        .gallery-only .gallery-card {
            background: #ffffff;
        }

        .gallery-top-controls .btn {
            border-color: rgba(255, 255, 255, 0.6);
            color: white;
        }

        .gallery-top-controls .btn:hover {
            border-color: white;
            color: white;
        }

        .gallery-nav-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.85);
            background: rgba(0, 0, 0, 0.28);
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease, background 0.3s ease;
            z-index: 2;
        }

        .gallery-nav-btn:hover {
            transform: translateY(-2px);
            background: rgba(0, 0, 0, 0.45);
        }

        .gallery-only .gallery-card {
            min-height: 260px;
            position: relative;
        }

        .gallery-only .gallery-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }

        .contact-card-large {
            padding: 35px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .contact-card-large:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 45px rgba(0, 33, 71, 0.12);
        }

        .contact-card-large .icon-wrapper {
            width: 70px;
            height: 70px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(0, 170, 255, 0.12);
            color: var(--accent-blue);
            border-radius: 18px;
            font-size: 1.75rem;
            margin-bottom: 20px;
        }

        .map-wrapper {
            border-radius: 24px;
            overflow: hidden;
            height: 420px;
            box-shadow: 0 20px 40px rgba(0, 33, 71, 0.08);
        }

        .form-image img {
            width: 100%;
            display: block;
            object-fit: cover;
            height: 280px;
        }

        .profile-section {
            background-color: var(--alternate-bg);
        }
