/* Variables converted to CSS custom properties */
:root {
    --primary-color: #0b1d30;
    --dark-blue: #1a2332;
    --light-blue: #e8f4ff;
    --brand-blue: #0b4ea2;
    --accent-red: rgba(245, 51, 44, 0.938);
    --soft-bg: #f5f9ff;
    --text-dark: #333333;
    --text-light: #666666;
    --border-color: #e0e0e0;
    --white: #ffffff;
}

 @font-face {
     font-family: 'Grift';
     src: url('../fonts/Grift-Regular.otf') format('opentype');
     font-weight: 700;
     font-style: normal;
     font-display: swap;
 }

 @font-face {
     font-family: 'Grift-Bold';
     src: url('../fonts/Grift-Bold.otf') format('opentype');
     font-weight: 400;
     font-style: normal;
     font-display: swap;
 }

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Grift', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
    background: var(--white);
    padding-top: 78px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Grift-Bold', sans-serif;
}

textarea {
    resize: none;
}

.bg-light {
    background-color: var(--soft-bg) !important;
}

 .reveal-section {
     opacity: 0;
     filter: blur(10px);
     transform: translateY(14px);
     transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
 }

 .reveal-section.is-visible {
     opacity: 1;
     filter: blur(0);
     transform: translateY(0);
 }

 @media (prefers-reduced-motion: reduce) {
     .reveal-section {
         opacity: 1;
         filter: none;
         transform: none;
         transition: none;
     }
 }


.ghost-nav {
    background: var(--white) !important;
    box-shadow: 0 1px 0 rgba(16, 24, 40, 0.06);
    transition: box-shadow 0.2s ease, background 0.2s ease;
    padding: 0;
}

.ghost-nav.scrolled {
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.12);
}

.navbar .navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
}

.navbar .navbar-brand i {
    margin-right: 0.5rem;
    color: var(--primary-color);
}

.navbar .nav-link {
    color: rgba(18, 18, 18, 0.78) !important;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover {
    color: var(--primary-color) !important;
}

.navbar .nav-link.active {
    color: var(--primary-color) !important;
}

.logo-img {
    width: 80px;
    height: auto;
    display: block;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus {
    background-color: var(--primary-color);
}

.dropdown-menu {
    padding-bottom: 0;
}

.btn:focus,
.btn:focus-visible,
.btn-check:focus + .btn,
.btn-check:focus-visible + .btn,
a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Hero Section */
.hero-section {
    padding: 120px 0 80px;
    color: var(--white);
}

.hero-section .quote-book-form {
    margin-left: 100px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(16, 24, 40, 0.12);
    background-color: rgba(0,0,0,0.4);
}

.hero-section input {
    border: 2px solid #e2e8f0;
}

.hero-section.hero-image {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 560px;
    display: flex;
    align-items: center;
}

.home .hero-image {
    background-image: url('../images/cleaning-banner.webp');
}

.one-off-cleaning .hero-image {
    background-image: url('../images/modern-apartment.webp');
}

.regular-cleaning .hero-image {
    background-image: url('../images/regular-cleaning.jpg');
}

.residential-cleaning .hero-image {
    background-image: url('../images/residential.jpg');
}

.airbnb-cleaning .hero-image {
    background-image: url('../images/regular-cleaning.jpg');
}

.end-of-tenancy-cleaning .hero-image {
    background-image: url('../images/modern-apartment.webp');
}

.deep-cleaning .hero-image {
    background-image: url('../images/cleaning-new.jpg');
}

.hero-regular-clean {
    position: relative;
    background-image: url('../images/apartment-2.jpg');
    background-size: cover;
    background-position: center;
    min-height: 560px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.hero-one-off::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 18, 28, 0.75);
}

.quote-section .section-kicker, .quote-section .section-title, .quote-section .section-text {
    color: #ffffff;
}

.home .quote-section, .contact .quote-section {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-content {
    max-width: 760px;
    margin: 0 auto;
}

.hero-section.hero-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(10, 18, 28, 0.75);
}

.hero-section .container {
    position: relative;
    z-index: 1;
}

.hero-kicker {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.hero-section .hero-title {
    font-size: 3.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.hero-section .hero-subtitle {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    opacity: 0.92;
}

.hero-section .btn-primary {
    padding: 0.8rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 5px;
}

/* Booking Form Card */
.booking-form-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.booking-form-card-floating {
    border-radius: 14px;
    box-shadow: 0 25px 60px rgba(16, 24, 40, 0.25);
    border: 1px solid rgba(16, 24, 40, 0.08);
}

.booking-form-card h3 {
    color: var(--text-dark);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.booking-form-card-floating h3 {
    font-size: 1.25rem;
}

.booking-form-card .form-control,
.booking-form-card .form-select {
    padding: 0.8rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    font-size: 0.95rem;
}

.booking-form-card .form-control:focus,
.booking-form-card .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 255, 0.25);
}

.booking-form-card .btn-primary {
    padding: 0.8rem;
    font-weight: 600;
    border-radius: 5px;
}

/* Section Styles */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

.section-kicker {
    display: inline-block;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 1rem;
}

.section-text {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* About Section */
.about-section .about-image img {
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.about-image-card {
    position: relative;
}

.about-image-badge {
    position: absolute;
    right: 18px;
    bottom: 18px;
    background: var(--accent-red);
    border-radius: 12px;
    padding: 0.8rem 1rem;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.18);
    border: 1px solid rgba(16, 24, 40, 0.08);
    text-align: left;
}

.about-image-badge .badge-title, .ph-text {
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 600;
}

.about-image-badge .badge-price {
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.1;
}

.badge-price h2 {
    margin-bottom: 0;
    text-align: center;
}

/* Why Choose Section */
.why-choose-section .features-list {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.why-choose-section .features-list li {
    padding: 0.8rem 0;
    font-size: 1.05rem;
}

.why-choose-section .features-list li i {
    color: var(--primary-color);
    margin-right: 0.8rem;
    font-size: 1.2rem;
}

.why-choose-section .why-choose-image img {
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Features Section */
.features-section .feature-box {
    padding: 2rem 1rem;
    transition: transform 0.3s ease;
}

.feature-card {
    background: var(--white);
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 14px;
    padding: 1.75rem;
    box-shadow: 0 14px 40px rgba(16, 24, 40, 0.08);
    height: 100%;
}

.feature-card .feature-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 102, 255, 0.10);
    color: var(--primary-color);
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.feature-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.feature-card p {
    color: var(--text-light);
    margin-bottom: 1.2rem;
}

.features-section .feature-box:hover {
    transform: translateY(-5px);
}

.features-section .feature-box .feature-icon {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.features-section .feature-box h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.features-section .feature-box p {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* Services Section */
.services-section {
    text-align: center;
}

.services-section .section-subtitle {
    text-align: left;
}

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

.services-section .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.services-section .service-card .service-image {
    height: 200px;
    overflow: hidden;
}

.services-section .service-card .service-content h4 {
    font-size: 1.25rem;
    font-weight: 750;
}

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

.services-section .service-card:hover .service-image img {
    transform: scale(1.05);
}

.services-section .service-card .service-content {
    padding: 2.5rem;
}

.services-section .service-card .btn {
    margin-top: 0.5rem;
}

.services-section .service-card .service-content h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.services-section .service-card .service-content p {
    color: var(--text-light);
    margin-bottom: 1rem;
}

.services-section .service-card .service-content .service-features {
    list-style: none;
    padding: 0;
}

.services-section .service-card .service-content .service-features li {
    padding: 0.4rem 0;
    color: var(--text-light);
    font-size: 0.9rem;
}

.services-section .service-card .service-content .service-features li i {
    color: var(--primary-color);
    margin-right: 0.5rem;
}

 .service-highlights {
     background: var(--white);
 }

 .service-highlights .highlight-card {
     background: #f3fbff;
     border-radius: 12px;
     padding: 1.4rem 1.25rem;
     text-align: center;
     height: 100%;
 }

 .service-highlights .highlight-icon {
     width: 52px;
     height: 52px;
     margin: 0 auto 0.85rem;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .service-highlights .highlight-icon img {
     width: 42px;
     height: 42px;
     object-fit: contain;
     display: block;
 }

 .service-highlights .highlight-title {
     font-weight: 900;
     font-size: 0.9rem;
     letter-spacing: 0.02em;
     color: #0c1c33;
 }

 .service-highlights .highlight-text {
     margin-top: 0.25rem;
     font-size: 0.85rem;
     color: rgba(12, 28, 51, 0.55);
 }

/* Trust Badges */
.trust-badges {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.trust-badges {
    background: var(--white);
}

.trust-badges img {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.trust-badges img:hover {
    opacity: 1;
}

/* Booking Steps */
.booking-steps.booking-steps-v2 {
    background-color: #eaf4ff;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.booking-steps-v2 .steps-kicker {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--brand-blue);
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.booking-steps-v2 .section-title {
    color: #0c1c33;
}

.booking-steps-v2 .section-subtitle {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(12, 28, 51, 0.68);
}

.booking-steps-v2 .booking-step-card {
    position: relative;
    background: var(--white);
    border-radius: 14px;
    padding: 1.35rem 1.5rem 1.35rem 4.1rem;
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.12);
    border: 1px solid rgba(16, 24, 40, 0.06);
    min-height: 132px;
    margin-left: 22px;
}

.booking-steps-v2 .booking-step-icon {
    position: absolute;
    left: -22px;
    top: 28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-red);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.18);
    font-size: 1.3rem;
}

.booking-steps-v2 .booking-step-card h4 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 0.4rem;
    color: #0c1c33;
}

.booking-steps-v2 .booking-step-card p {
    margin-bottom: 0;
    color: rgba(12, 28, 51, 0.62);
    font-size: 0.92rem;
}

.booking-steps-v2 .booking-steps-cta {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(16, 24, 40, 0.12);
    border: 1px solid rgba(16, 24, 40, 0.06);
}

.booking-steps-v2 .booking-steps-cta-left {
    padding: 3rem 2.6rem;
}

.booking-steps-v2 .steps-cta-kicker {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--brand-blue);
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}

.booking-steps-v2 .booking-steps-cta-left h3 {
    font-weight: 900;
    font-size: 2.1rem;
    line-height: 1.12;
    margin-bottom: 1.25rem;
    color: #0c1c33;
}

.booking-steps-v2 .steps-cta-link {
    display: inline-block;
    font-weight: 800;
    color: var(--brand-blue);
    text-decoration: none;
    margin-bottom: 1.2rem;
}

.booking-steps-v2 .steps-cta-link:hover {
    color: var(--accent-red);
}

.booking-steps-v2 .steps-cta-text {
    color: rgba(12, 28, 51, 0.62);
    margin-bottom: 1.6rem;
}

.booking-steps-v2 .booking-steps-cta-right {
    height: 100%;
    background: #c9c9c9;
}

.booking-steps-v2 .booking-steps-cta-right img {
    width: 100%;
    height: 100%;
    max-height: 460px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    .booking-steps-v2 .booking-steps-cta-left {
        padding: 2.2rem 1.6rem;
    }

    .booking-steps-v2 .booking-steps-cta-left h3 {
        font-size: 1.75rem;
    }

    .booking-steps-v2 .booking-step-card {
        margin-left: 0;
        padding: 50px 25px 20px;
    }

    .booking-steps-v2 .booking-step-icon {
        left: 18px;
        top: -22px;
    }
}

/* Why Use */
.why-card {
    background: var(--white);
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 14px;
    padding: 1.5rem;
    box-shadow: 0 14px 40px rgba(16, 24, 40, 0.08);
    height: 100%;
}

.why-card .why-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 102, 255, 0.10);
    color: var(--primary-color);
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.why-card h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.why-card p {
    color: var(--text-light);
    margin-bottom: 0;
}

.mini-grid-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
}

.mini-grid-card img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.mini-grid-title {
    padding: 0.6rem 0.75rem;
    font-weight: 700;
    font-size: 0.9rem;
}

.testimonials-v2-section {
    background: var(--white);
}

.testimonial-v2-card {
    background: var(--white);
    border: 1px solid rgba(16, 24, 40, 0.10);
    border-radius: 16px;
    padding: 1.75rem 1.6rem;
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
    height: 100%;
    position: relative;
}

.testimonial-v2-featured {
    background: var(--primary-color);
    border-color: rgba(15, 42, 24, 0.6);
    color: #ffffff;
}

.testimonial-v2-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(11, 78, 162, 0.12);
    border: 1px solid rgba(16, 24, 40, 0.10);
    margin-bottom: 1rem;
}

.testimonial-v2-featured .testimonial-v2-avatar {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
}

.testimonial-v2-rating {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.testimonial-v2-stars {
    display: inline-flex;
    gap: 0.2rem;
    color: var(--accent-red);
    font-size: 0.9rem;
}

.testimonial-v2-score {
    font-weight: 700;
    color: rgba(12, 28, 51, 0.7);
    font-size: 0.9rem;
}

.testimonial-v2-featured .testimonial-v2-score {
    color: rgba(255, 255, 255, 0.8);
}

.testimonial-v2-quote {
    color: rgba(12, 28, 51, 0.72);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

.testimonial-v2-featured .testimonial-v2-quote {
    color: rgba(255, 255, 255, 0.88);
}

.testimonial-v2-name {
    font-weight: 800;
    font-size: 1rem;
    color: rgba(12, 28, 51, 0.9);
}

.testimonial-v2-featured .testimonial-v2-name {
    color: rgba(255, 255, 255, 0.95);
}

.testimonial-v2-carousel {
    padding-bottom: 2.5rem;
}

.testimonial-v2-carousel .carousel-item {
    padding: 0 0.25rem;
}

.testimonial-v2-carousel .carousel-indicators {
    margin-bottom: 0;
}

.testimonial-v2-carousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    margin: 0 6px;
    opacity: 0.45;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.testimonial-v2-carousel .carousel-indicators .active {
    opacity: 1;
    width: 10px;
}

/* Satisfied clients */

.satisfied-card {
    background: var(--white);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.10);
    position: relative;
}

.satisfied-image img {
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.10);
    border: 1px solid rgba(16, 24, 40, 0.08);
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}

.quote-mark {
    position: absolute;
    top: 14px;
    left: 18px;
    font-size: 3.5rem;
    line-height: 1;
    color: rgba(0, 102, 255, 0.18);
    font-weight: 900;
}

.avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0, 102, 255, 0.25), rgba(11, 78, 162, 0.25));
    border: 1px solid rgba(16, 24, 40, 0.10);
}

/* Quick question */
.quick-question-card {
    background: var(--white);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.10);
}

.quick-question-image img {
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.10);
    border: 1px solid rgba(16, 24, 40, 0.08);
}

.quote-section .section-title {
    font-size: 3.5rem;
}

.quote-book-card {
    max-width: 520px;
    background: transparent;
    padding: 1.2rem 0;
}

 .quote-book-card.quote-book-card-wide {
     max-width: none;
 }

.quote-book-title {
    font-size: 3.1rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 0.75rem;
    text-align: center;
}

.quote-book-subtitle {
    color: rgba(10, 18, 28, 0.72);
    font-size: 1rem;
    margin-bottom: 1.4rem;
    text-align: center;
}

.quote-book-form .form-control,
.quote-book-form .form-select,
.quote-book-form .input-group-text {
    border-radius: 10px;
    border: none;
}

.quote-book-form .form-control,
.quote-book-form .form-select {
    background: var(--white);
    padding: 1.05rem 1.1rem;
    color: rgba(10, 18, 28, 0.9);
}

.quote-book-form .form-control::placeholder {
    color: rgba(12, 28, 51, 0.5);
}

.quote-book-form .form-select {
    color: rgba(12, 28, 51, 0.9);
}

.quote-book-form .form-control:focus,
.quote-book-form .form-select:focus {
    box-shadow: 0 0 0 0.2rem rgba(11, 78, 162, 0.18);
}

.quote-book-form .quote-date-group .input-group-text {
    background: var(--white);
    padding-left: 1rem;
    padding-right: 1rem;
    color: rgba(12, 28, 51, 0.5);
}

 .quote-book-form input[type="date"]::-webkit-calendar-picker-indicator {
     opacity: 0;
     display: none;
 }

 .quote-book-form input[type="date"]::-webkit-inner-spin-button,
 .quote-book-form input[type="date"]::-webkit-clear-button {
     display: none;
 }

 .quote-book-form .quote-date-trigger {
     cursor: pointer;
 }

.quote-book-form .btn-primary {
    padding: 1.15rem 1.25rem;
    border-radius: 10px;
    font-weight: 800;
}

.quote-book-form .btn-primary i {
    margin-left: 0.5rem;
}

.quote-media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.10);
}

.quote-media img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
}

.quote-phone {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 1.1rem;
    border-radius: 12px;
    background: var(--accent-red);
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.18);
}

.quote-phone i {
    font-size: 1.05rem;
}

.accordion-item + .accordion-item {
    margin-top: 0.75rem;
}

.accordion-item {
    border: 1px solid rgba(16, 24, 40, 0.10);
    border-radius: 12px;
    overflow: hidden;
}

.accordion-button {
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    color: var(--text-dark);
    background: rgba(0, 102, 255, 0.08);
    box-shadow: none;
}

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

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: var(--white);
}

.cta-section .cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.cta-section .cta-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-section .cta-image img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Testimonials */
.testimonials-section .testimonial-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease;
}

.testimonials-section .testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonials-section .testimonial-card .stars {
    color: #ffc107;
    font-size: 1.2rem;
}

.testimonials-section .testimonial-card .testimonial-text {
    font-style: italic;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.testimonials-section .testimonial-card .testimonial-author {
    display: flex;
    flex-direction: column;
}

.testimonials-section .testimonial-card .testimonial-author strong {
    color: var(--text-dark);
    font-size: 1.1rem;
}

.testimonials-section .testimonial-card .testimonial-author span {
    color: var(--text-light);
    font-size: 0.9rem;
}

/* Blog Section */
.blog-section .blog-card {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

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

.blog-section .blog-card .blog-image {
    height: 220px;
    overflow: hidden;
}

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

.blog-section .blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-section .blog-card .blog-content {
    padding: 1.5rem;
}

.blog-section .blog-card .blog-content .blog-date {
    color: var(--primary-color);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-section .blog-card .blog-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 1rem 0;
    color: var(--text-dark);
}

.blog-section .blog-card .blog-content p {
    color: var(--text-light);
    margin-bottom: 1rem;
    line-height: 1.7;
}

.blog-section .blog-card .blog-content .read-more {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-section .blog-card .blog-content .read-more:hover {
    color: var(--accent-red);
}

.blog-section .blog-card .blog-content .read-more i {
    margin-left: 0.3rem;
}

/* Footer */
.footer {
    background-color: var(--dark-blue);
}

.footer.footer-light {
    background: var(--white);
    color: var(--text-dark);
}

.footer.footer-light .footer-links li a {
    color: rgba(18, 18, 18, 0.75);
}

.footer.footer-light hr {
    border-color: rgba(16, 24, 40, 0.10);
}

.footer.footer-light .social-links a {
    background: var(--primary-color);
    color: var(--white);
}

.footer.footer-light .social-links a:hover {
    background: var(--accent-red);
    color: var(--white);
}

.footer .footer-brand {
    font-size: 1.5rem;
    font-weight: 700;
}

.footer .footer-brand i {
    color: var(--primary-color);
}

.footer h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.footer .footer-links {
    list-style: none;
    padding: 0;
}

.footer .footer-links li {
    margin-bottom: 0.8rem;
}

.footer .footer-links li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer .footer-links li a:hover {
    color: var(--primary-color);
}

.footer .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 0.5rem;
    transition: background 0.3s ease;
}

.footer .social-links a:hover {
    background: var(--primary-color);
}

.footer .newsletter-form .input-group .form-control {
    border: none;
    padding: 0.8rem 1rem;
}

.newsletter-form .form-control {
    border: 1px solid #000000 !important;
}

.newsletter-form .btn-primary:hover {
    transform: translateY(0px) !important;
}

.footer .newsletter-form .input-group .form-control:focus {
    box-shadow: none;
}

.footer .newsletter-form .input-group .btn-primary {
    padding: 0.8rem 1.5rem;
    border: none;
}

.footer hr {
    border-color: rgba(255, 255, 255, 0.1);
}

.footer a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: var(--primary-color) !important;
}

/* Buttons */
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--accent-red);
    border-color: var(--accent-red);;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(150, 56, 57, 0.3);
}

.btn-secondary {
    background-color: var(--accent-red);
    border-color: var(--accent-red);
    padding: 13px;
    min-width: 200px;
}

.btn-secondary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: none;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-section {
        padding: 100px 0 60px;
    }
    
    .hero-section .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-section .booking-form-card {
        margin-top: 3rem;
    }

    .hero-section.hero-image {
        min-height: auto;
        padding-top: 120px;
    }

    .hero-section.hero-image .booking-form-card-floating {
        transform: none;
    }

    .quote-media img {
        min-height: 260px;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .cta-section .cta-title {
        font-size: 2rem;
    }
    
    .cta-section .cta-image {
        margin-top: 2rem;
    }
}

@media (max-width: 767px) {
    .services-section .service-card .service-image {
        height: 150px;
        overflow: hidden;
    }
    .hero-section .quote-book-form {
        margin-left: 0;
    }
    .service-content {
        padding: 1rem !important;
    }
    .service-content p {
        font-size: 15px;
    }
    .navbar-collapse {
        padding-bottom: 50px;
    }
    .hero-section .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-section .hero-subtitle {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.7rem;
    }
    
    .about-section .col-lg-6:first-child,
    .why-choose-section .col-lg-6:first-child {
        margin-bottom: 2rem;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    h5 {
        font-size: 1rem;
    }
}
