/* Navbar rule moved to assets/css/style.css (global)
/ * Repeated CSS rule: duplicate of assets/css/style.css
/ * Repeated CSS rule: duplicate of assets/css/style.css
/ * Repeated CSS rule: duplicate of assets/css/style.css
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
* // * Repeated CSS rule: duplicate of assets/css/style.css


body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background: #f8f9fa;
}
* /

/ * Navbar Styles * /
.navbar {
    padding: 1.2rem 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
* /

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 80%;
}
* /

@media (max-width: 576px) {/ * Repeated CSS rule: duplicate of assets/css/style.css

    .navbar-brand {
        font-size: 1.2rem;
    }
* // * Repeated CSS rule: duplicate of assets/css/style.css


    .navbar-brand img {
        height: 45px !important;
    }
* /
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


.logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
}
*/

/* Navbar rule moved to assets/css/style.css
@media (min-width: 992px) {
    .navbar-nav {
        background-color: #FFF4EA;
        padding: 10px;
        border-radius: 50px;
    }
}
*//* Navbar rule moved to assets/css/style.css (global)


/* Navbar rule moved to assets/css/style.css
.navbar-nav .nav-link {
    color: #4a5568;
    font-weight: 500;
    margin: 0 0.8rem;
    transition: color 0.3s ease;
    position: relative;
}
*/
*//* Navbar rule moved to assets/css/style.css (global)


/* Navbar rule moved to assets/css/style.css
.navbar-nav .nav-link:hover {
    color: #5a67d8;
}
*/
*//* Repeated CSS rule: duplicate of assets/css/style.css


/ * .navbar-nav .nav-link::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: #5a67d8;
            transition: width 0.3s ease;
        } * /

/ * .navbar-nav .nav-link:hover::after {
            width: 100%;
        } * /

/ * Dropdown Styles * /
.dropdown-toggle::after {
    display: none;
    / * Hide default Bootstrap caret * /
}
*//* Repeated CSS rule: duplicate of assets/css/style.css
/ * Repeated CSS rule: duplicate of assets/css/style.css


.dropdown-toggle {
    position: relative;
    padding-right: 1.5rem !important;
}
* /

/ * Custom Chevron Icon * /
.dropdown-toggle::before {
    content: '';
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%234a5568' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
}
*//* Repeated CSS rule: duplicate of assets/css/style.css
/ * Repeated CSS rule: duplicate of assets/css/style.css


.dropdown-toggle[aria-expanded="true"]::before {
    transform: translateY(-50%) rotate(180deg);
}
* /

/ * Dropdown Menu - Right Aligned * /
.dropdown-menu {
    right: 0 !important;
    left: auto !important;
    margin-top: 0.5rem;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    min-width: 200px;
    animation: dropdownFadeIn 0.3s ease;
}
*/

/* Navbar rule moved to assets/css/style.css (global)
/ * Repeated CSS rule: duplicate of assets/css/style.css
/ * Repeated CSS rule: duplicate of assets/css/style.css


.dropdown-item {
    padding: 0.6rem 1rem;
    border-radius: 8px;
    font-weight: 500;
    color: #4a5568;
    transition: all 0.2s ease;
}
* // * Repeated CSS rule: duplicate of assets/css/style.css


.dropdown-item:hover {
    background-color: #F3F4F6;
    color: #5a67d8;
    transform: translateX(5px);
}
* /

.dropdown-item:active {
    background-color: #E5E7EB;
}
* /



.btn-adaptive .icon {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

/* Hero Section */
.hero-section {
    position: relative;
    padding: 0.1rem 0;
    /* Ultra-minimal padding */
    background: #EEF7FA url('../../assets/img/website/synto-homecare-hero-background.webp') no-repeat center center/cover !important;
    overflow: hidden;
    min-height: 360px;
    /* Reduced minimum height */
    width: 100%;
}

.hero-content {
    padding-top: 5px;
    /* Minimal top padding */
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    padding-bottom: 90px;
}/* Repeated CSS rule: duplicate of assets/css/style.css


.hero-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1F2937;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
*/

.hero-title .highlight {
    color: #FA7D0A;
    position: relative;
}

.hero-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    color: #374151;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.6rem;
        margin-bottom: 0.75rem;
        line-height: 1.3;
    }

    .hero-title.hero-title-sm {
        font-size: 1.80rem;
        /* Specifically for long text titles on mobile */
    }

    .hero-subtitle {
        font-size: 0.9rem;
        /* Slightly smaller for better balance */

        br {
            display: none;
        }
    }

    .hero-content {
        min-height: 180px;
        /* Keeps buttons in a static vertical position */
        display: flex;
        flex-direction: column;
        margin-bottom: 0.5rem;
        /* Reduced space */
        padding-top: 0 !important;
    }

    .row.align-items-center .mt-5.mt-lg-0 {
        margin-top: 0.5rem !important;
        /* Overrides Bootstrap column gap */
    }

    .hero-image-container {
        margin-top: 0 !important;
        padding: 5px !important;
    }

    .hero-image img {
        height: 250px !important;
        border-radius: 150px 0 0 150px !important;
        border-width: 10px !important;
    }

    .hero-btns {
        gap: 0.5rem !important;
        margin-top: auto !important;
        justify-content: center;
        display: flex !important;
    }

    .btn-get-started,
    .btn-get-started-2,
    .btn-get-started-3 {
        flex: 1;
        padding: 0.6rem 0.5rem;
        font-size: 0.50rem;
        white-space: nowrap;
    }
}

/* Smooth Carousel Fade & Text Animations */
.carousel-fade .carousel-item {
    transition-duration: 0.8s;
}

/* Animate only the heading and subheading for a smoother feel */
.carousel-item .hero-content h1,
.carousel-item .hero-content p {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-item.active .hero-content h1,
.carousel-item.active .hero-content p {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered text animations */
.carousel-item.active .hero-content h1 {
    transition-delay: 0.1s;
}

.carousel-item.active .hero-content p {
    transition-delay: 0.2s;
}

/* Hero buttons and images remain standard crossfade */
.carousel-item .hero-btns,
.carousel-item .hero-image img {
    transition: opacity 0.8s ease;
}

.hero-btns {
    width: auto;
    position: absolute;
    left: calc(var(--bs-gutter-x) * 0.5);
    right: calc(var(--bs-gutter-x) * 0.5);
    bottom: 52px;
    margin-top: 0;
    padding-top: 0;
    gap: 12px !important;
    justify-content: flex-start;
}

.hero-btns .btn {
    flex: 0 0 auto;
    height: 50px;
    padding: 0 1.5rem;
    white-space: nowrap;
}

.hero-btns .btn:nth-child(1),
.hero-btns .btn:nth-child(2) {
    min-width: 150px;
}

.hero-btns .btn:nth-child(3) {
    min-width: 205px;
}

@media (max-width: 576px) {
    .hero-btns {
        position: static;
        justify-content: center;
        padding-top: 16px;
        gap: 8px !important;
    }

    .hero-btns .btn {
        flex: 1 1 0;
        min-width: 0;
        height: 42px;
        padding: 0 0.45rem;
        font-size: 0.62rem;
    }

    .hero-btns .btn:nth-child(3) {
        flex-grow: 1.25;
    }
}

/* Repeated CSS rule: duplicate of assets/css/style.css

.btn-get-started,
.btn-get-started-2,
.btn-get-started-3 {
    padding: 0.70rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


.btn-get-started {
    background-color: #FA7D0A;
    color: #FFFFFF;
    box-shadow: 0 10px 20px rgba(250, 125, 10, 0.2);
}
*/

.btn-get-started:hover {
    transform: translateY(-3px);
    background-color: #E96F00;
    color: #FFFFFF;
    box-shadow: 0 15px 30px rgba(250, 125, 10, 0.3);
}

.btn-get-started-2,
.btn-get-started-3 {
    background-color: #FFFFFF;
    color: #E67300;
    /* Slightly darker orange for better contrast on white */
    border: 2px solid #FA7D0A;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.btn-get-started-2:hover,
.btn-get-started-3:hover {
    transform: translateY(-3px);
    background-color: #FA7D0A;
    color: #FFFFFF;
    box-shadow: 0 15px 30px rgba(250, 125, 10, 0.25);
}

.hero-image-container {
    position: relative;
    z-index: 5;
    padding: 20px;
    margin-right: -100px;
    /* Bleed to the right */
}

@media (max-width: 991px) {
    .hero-image-container {
        margin-right: 0;
    }

    .hero-image img {
        /* height: 350px !important; */
        border-radius: 200px 0 0 200px !important;
    }
}

/* Brush Strokes behind the image */
.brush-stroke {
    position: absolute;
    /* background: #126180; */
    opacity: 0.15;
    z-index: -1;
    filter: blur(20px);
}

.stroke-1 {
    top: -20px;
    right: 0;
    width: 300px;
    height: 100px;
    transform: rotate(-15deg);
    border-radius: 50%;
}

.stroke-2 {
    bottom: -30px;
    left: 20px;
    width: 250px;
    height: 80px;
    transform: rotate(20deg);
    /* background: #FA7D0A; */
    opacity: 0.1;
    border-radius: 50%;
}

.hero-image {
    position: relative;
    z-index: 2;
}

.hero-image img {
    width: 100%;
    height: 430px;
    /* box-shadow: 0 40px 80px rgba(18, 97, 128, 0.15); */
    transition: all 0.5s ease;
    border-radius: 250px 0 0 250px;
    /* Flush against right edge */
    border: 15px solid #fff;
    border-right: none;
    /* Remove right border for seamless edge */
    position: relative;
    z-index: 5;
}

/* Floating Icons Styles */
.floating-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 10;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
    animation: float-icon 5s ease-in-out infinite;
}

@keyframes float-icon {

    0%,
    100% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-15px) rotate(5deg);
    }
}

.icon-lightbulb {
    top: 10%;
    left: 0%;
    animation-delay: 0s;
}

.icon-checklist {
    top: -20px;
    right: 20%;
    animation-delay: -1s;
}

.icon-book {
    bottom: -10px;
    left: 30%;
    animation-delay: -2s;
}

.icon-pills {
    bottom: 20px;
    right: 0;
    animation-delay: -3s;
}

.hero-image-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}/* Repeated CSS rule: duplicate of assets/css/style.css


/ * Decorative Blobs * /
.blob {
    position: absolute;
    z-index: 1;
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


.blob-1 {
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #5a67d8 0%, #667eea 100%);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.15;
    animation: blob-animation 8s ease-in-out infinite;
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


.blob-2 {
    bottom: 50px;
    right: 100px;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #5a67d8 0%, #667eea 100%);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
    animation: blob-animation 10s ease-in-out infinite reverse;
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


.blob-3 {
    top: 100px;
    left: -100px;
    width: 250px;
    height: 250px;
    background: linear-gradient(135deg, #FA7D0A 0%, #fb923c 100%);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    opacity: 0.1;
    animation: blob-animation 12s ease-in-out infinite;
}
*/

@keyframes blob-animation {

    0%,
    100% {
        transform: translate(0, 0) scale(1) rotate(0deg);
    }

    33% {
        transform: translate(30px, -50px) scale(1.1) rotate(120deg);
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9) rotate(240deg);
    }
}/* Repeated CSS rule: duplicate of assets/css/style.css


/ * Decorative Icons * /
.decorative-icon {
    position: absolute;
    z-index: 3;
    animation: float 3s ease-in-out infinite;
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


.icon-pencil {
    bottom: 20%;
    left: 5%;
    width: 80px;
    transform: rotate(-15deg);
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


.icon-lightbulb {
    top: 15%;
    left: 15%;
    width: 70px;
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


.icon-eraser {
    top: 30%;
    right: 15%;
    width: 60px;
}
*/

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* Cookie Consent Banner */
.cookie-consent-banner {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    width: 90%;
    max-width: 850px;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 1.25rem 2rem;
    z-index: 9999;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-consent-banner.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.cookie-content {
    flex: 1;
}

.cookie-text {
    color: #E2E8F0;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

.cookie-text a {
    color: #FA7D0A;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s;
}

.cookie-text a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.cookie-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    white-space: nowrap;
}

.btn-cookie {
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.btn-accept {
    background-color: #FA7D0A;
    color: white;
    box-shadow: 0 4px 12px rgba(250, 125, 10, 0.2);
}

.btn-accept:hover {
    background-color: #E96F00;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(250, 125, 10, 0.3);
}

.btn-reject {
    background: transparent;
    color: #94A3B8;
    border: 1px solid #334155;
}

.btn-reject:hover {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border-color: #475569;
}

@media (max-width: 768px) {
    .cookie-consent-banner {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        bottom: 1rem;
        gap: 1.25rem;
    }

    .cookie-actions {
        width: 100%;
        justify-content: center;
    }

    .btn-cookie {
        flex: 1;
    }
}/* Repeated CSS rule: duplicate of assets/css/style.css


/ * Dotted Pattern * /
.dotted-pattern {
    position: absolute;
    width: 150px;
    height: 100px;
    background-image: radial-gradient(circle, #cbd5e0 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.4;
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


.pattern-1 {
    top: 25%;
    left: 35%;
}
*/

.active {
    color: #FA7D0A !important;
    font-weight: 600 !important;
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-title {
        font-size: 1.75rem !important;
    }

    .hero-section {
        padding: 2rem 0;
    }

    .blob-1,
    .blob-2,
    .blob-3 {
        opacity: 0.08;
    }

    .decorative-icon {
        display: none;
    }
}

@media (max-width: 768px) {/* Repeated CSS rule: duplicate of assets/css/style.css

    .hero-title {
        font-size: 2rem;
    }
*/

    .btn-get-started,
    .btn-get-started-2,
    .btn-get-started-3 {
        padding: 0.3rem 1.5rem;
        font-size: 0.7rem;
        min-width: 100px;
        width: auto;
    }/* Navbar rule moved to assets/css/style.css (@media (max-width: 768px))


    .btn-adaptive {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
*/
}

@media (max-width: 991px) {
    .hero-content {
        height: 300px;
        min-height: 0 !important;
        padding-bottom: 78px;
    }

    .hero-btns {
        position: absolute !important;
        left: calc(var(--bs-gutter-x) * 0.5);
        right: calc(var(--bs-gutter-x) * 0.5);
        bottom: 24px;
        display: flex !important;
        flex-wrap: nowrap;
        gap: 8px !important;
        justify-content: center;
        margin-top: 0 !important;
        padding-top: 0;
        width: auto;
    }

    .hero-btns .btn {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        width: auto !important;
        height: 40px;
        padding: 0 0.45rem !important;
        font-size: 0.58rem !important;
        line-height: 1;
        white-space: nowrap;
    }

    .hero-btns .btn:nth-child(3) {
        flex-grow: 1.35 !important;
    }
}

@media (max-width: 576px) {
    .hero-content {
        height: 250px;
        min-height: 0 !important;
        padding-bottom: 58px;
    }

    .hero-btns {
        bottom: 16px;
        gap: 5px !important;
    }

    .hero-btns .btn {
        height: 34px;
        padding: 0 0.18rem !important;
        font-size: 0.48rem !important;
        border-width: 1.5px;
    }
}

@media (max-width: 380px) {
    .hero-btns {
        gap: 4px !important;
    }

    .hero-btns .btn {
        font-size: 0.45rem !important;
        padding: 0 0.1rem !important;
    }

    .hero-btns .btn:nth-child(3) {
        flex-grow: 1.45 !important;
    }
}


/* Service Availability Section */
.service-areas {
    background-color: #F8FAFC;
    padding: 4rem 0;
    border-top: 1px solid #F1F5F9;
    background-image: linear-gradient(rgba(248, 250, 252, 0.95), rgba(248, 250, 252, 0.90)), url('../../assets/img/homecare-service-availability-map.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}


.service-title {
    color: #1E293B;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.service-subtitle {
    color: #64748B;
    font-size: 1.1rem;
    /* margin-bottom: 4.5rem; */
    display: block;
    font-weight: 400;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.state-card {
    background: transparent;
    padding: 3.5rem 2rem;
    border-radius: 32px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -2px rgba(0, 0, 0, 0.02);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
    border: 1px solid #F1F5F9;
    min-height: 300px;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.state-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

/* Balanced gradient overlay for clarity and visibility */
/* .state-card::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.85) 100%);
            z-index: -1;
            transition: all 0.4s ease;
        } */

.state-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.08);
    border-color: #E2E8F0;
}

/* Continuous Scrolling Styles - Left to Right */
.scroller {
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    padding: 2.5rem 0;
    position: relative;
}

.scroller-inner {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    animation: scroll-right 23s linear infinite;
}

.scroller-inner:hover {
    animation-play-state: paused;
}

@keyframes scroll-right {
    from {
        transform: translateX(calc(-50% - 0.75rem));
    }

    to {
        transform: translateX(0);
    }
}

.scroller .state-card {
    width: 290px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .scroller {
        max-width: 100%;
    }

    .scroller .state-card {
        width: 260px;
    }
}

@media (max-width: 768px) {
    .scroller .state-card {
        width: 165px;
    }
}

/* Gradient Overlays for Fade Effect */
.scroller::before,
.scroller::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.scroller::before {
    left: 0;
    /* background: linear-gradient(to right, #F8FAFC 20%, transparent); */
}

.scroller::after {
    right: 0;
    /* background: linear-gradient(to left, #F8FAFC 20%, transparent); */
}

.state-card:hover::before {
    transform: scale(1.05);
}

/* State Specific Images */
.bg-tn::before {
    background-image: url('../../assets/img/states/tamil-nadu-homecare-services.webp');
}

.bg-ap::before {
    background-image: url('../../assets/img/states/andhra-pradesh-homecare-services.webp');
}

.bg-kl::before {
    background-image: url('../../assets/img/states/kerala-homecare-services.webp');
}

.bg-py::before {
    background-image: url('../../assets/img/states/puducherry-homecare-services.webp');
}

.bg-tg::before {
    background-image: url('../../assets/img/states/telangana-homecare-services.webp');
}

/* .state-icon {
            width: 64px;
            height: 64px;
            background: #F1F5F9;
            color: #94A3B8;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 2rem;
            transition: all 0.5s ease;
            position: relative;
        } */

.state-card:hover .state-icon {
    background: #EEF7FA;
    color: #126180;
    transform: rotate(-5deg);
}

.state-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1E293B;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

.state-status {
    font-size: 0.85rem;
    color: #64748B;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.9;
}

.state-status::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #10B981;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.1);
}

.highlight {
    color: #FA7D0A;
}

/* Stats Section */
.stats-section {
    padding: 1rem 0;
    padding-top: 2rem;
    /* Tightened padding */
    background-color: #F9FBFC;
    border-top: 1px solid #E6EDF2;
    border-bottom: 1px solid #E6EDF2;
}

.stat-item {
    text-align: center;
    padding: 0.5rem;
}

.stat-number {
    display: block;
    font-size: 2.25rem;
    /* Slightly smaller to save space */
    font-weight: 700;
    color: #126180;
    margin-bottom: 0.2rem;
    /* Reduced margin */
    line-height: 1;
}

.stat-label {
    display: block;
    font-size: 0.8rem;
    color: #6B7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

@media (max-width: 768px) {
    .stats-section {
        padding: 2.5rem 0;
    }

    .stat-item {
        margin-bottom: 1.5rem;
    }

    .stat-item:last-child {
        margin-bottom: 0;
    }

    .stat-number {
        font-size: 2.25rem;
    }
}

/* Our Steps Section */
.our-steps {
    padding: 4rem 0;
    background: #EEF7FA;

}/* Repeated CSS rule: duplicate of assets/css/style.css


.step-card {
    background: #FFFFFF;
    padding: 2.5rem;
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 12px 30px rgba(18, 97, 128, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #E6EDF2;
}
*/

.step-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -2;
}

.step-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(30, 50, 60, 0.9);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}/* Repeated CSS rule: duplicate of assets/css/style.css


.step-card:hover {
    transform: translateY(-5px);
    color: white;
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


.step-card:hover::before,
.step-card:hover::after {
    opacity: 1;
}
*/

/* Specific background images for cards */
.step-card.card-social::before {
    background-image: url('../../assets/img/website/homecare-service-card-background.webp');
}

.step-card.card-memory::before {
    background-image: url('../../assets/img/website/homecare-service-card-background.webp');
}

.step-card.card-nutrition::before {
    background-image: url('../../assets/img/website/homecare-service-card-background.webp');
}/* Repeated CSS rule: duplicate of assets/css/style.css


/ * Override for pre-styled dark card (middle one default state) * /
.step-card.dark {
    color: white;
}
*/

.step-card.dark::before {
    opacity: 1;
    /* Always show image */
}/* Repeated CSS rule: duplicate of assets/css/style.css


.step-card.dark::after {
    opacity: 1;
    / * Always show overlay * /
    background: linear-gradient(180deg,
            rgba(18, 97, 128, 0.85),
            rgba(18, 97, 128, 0.95));
}
*/

/* Hover state for even cards: Turns White on Hover as requested */
.step-card.dark:hover {
    color: #1F2937 !important;
    background: #FFFFFF;
}

.step-card.dark:hover::before,
.step-card.dark:hover::after {
    opacity: 0;
}

.step-card.dark:hover .step-title {
    color: #1F2937 !important;
}

.step-card.dark:hover .step-desc {
    color: #374151 !important;
}

.step-card.dark:hover .step-icon {
    background: #FA7D0A;
    color: #FFFFFF;
}

.step-card.dark:hover .step-divider {
    background: #E6EDF2;
}

.step-card.dark:hover .step-link {
    color: #126180;
}

/* Hover states for icons and text */
.step-card:hover .step-title,
.step-card:hover .step-desc,
.step-card:hover .step-link {
    color: white;
}

.step-card:hover .step-divider {
    background: rgba(255, 255, 255, 0.2);
}/* Repeated CSS rule: duplicate of assets/css/style.css


.step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    background: #FFF3E8;
    color: #FA7D0A;
}
*/

.step-card:hover .step-icon {
    background: #FA7D0A;
    color: #FFFFFF;
}

.step-card-content {
    position: relative;
    z-index: 2;
}

.step-card.dark .step-icon {
    background: #FFF3E8;
    color: #FA7D0A;
}

.step-title {
    color: #1F2937;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.step-card.dark .step-title {
    color: #FFFFFF;
}

.step-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    /* margin-bottom: 2rem; */
    color: #374151;
}

.step-card.dark .step-desc {
    color: #EAF4F8;
}

.step-divider {
    height: 1px;
    background: #E6EDF2;
    margin-bottom: 1.5rem;
    width: 100%;
}

.step-card.dark .step-divider {
    background: rgba(255, 255, 255, 0.25);
}

.step-link {
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #126180;
    font-size: 0.95rem;
}

.step-link:hover {
    color: #0F4F66;
}

.step-card.dark .step-link {
    color: #FFE1C7;
}

.step-card.dark:hover .step-link {
    color: #FFFFFF;
}/* Repeated CSS rule: duplicate of assets/css/style.css


.About-us {
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 20px;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.85),
            rgba(238, 247, 250, 0.85)), url(./assets/img/synto-homecare-about-care-team.webp) no-repeat center center/cover;
    padding: 2rem 0;
    position: relative;

}
*/

.About-us::before {
    display: none;
}

.About-us .container {
    position: relative;
    z-index: 2;
}

.About-us p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.35rem;
    line-height: 1.9;
    color: #1F2937;
    max-width: 850px;
    margin: 0 auto 2.5rem auto;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.3px;
}/* Repeated CSS rule: duplicate of assets/css/style.css


.brand-name-orange {
    color: #FA7D0A;
    font-weight: 600;
}
*/

.About-us p.mb-0 {
    color: #4B5563;
}

.About-us p:last-child {
    margin-bottom: 0;
}

.about-us-badge {
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem;
    color: #126180;
    font-weight: 400;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

.about-us-badge::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #FA7D0A;
    border-radius: 50%;
    margin-right: 15px;
}

.btn-about-link {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background-color: #FFF3E8;
    backdrop-filter: blur(10px);
    border: 1px solid #FEC79C;
    border-radius: 50px;
    color: #FA7D0A;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.btn-about-link:hover {
    background-color: #FA7D0A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(250, 125, 10, 0.2);
    color: #FFFFFF;
}/* Repeated CSS rule: duplicate of assets/css/style.css


/ * Contact Section Redesign * /
.contact-section {
    padding: 7rem 0;
    background: linear-gradient(135deg,
            rgba(18, 97, 128, 0.92),
            rgba(31, 64, 169, 0.92)), url(./assets/img/homecare-services-gradient-background.webp) no-repeat center center/cover;
    position: relative;
    overflow: hidden;
    margin: 20px;
    border-radius: 20px;
}
*/

.contact-section p.text-white {
    color: #EAF4F8 !important;
    opacity: 1 !important;
}/* Repeated CSS rule: duplicate of assets/css/style.css


.copyright-text-left {
    color: #CFE3EC !important;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
}
*/

.contact-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.contact-eyebrow {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.85rem;
    margin-bottom: 1.5rem;
    display: block;
}

.contact-title {
    font-size: 2.8rem;
    font-weight: 400;
    /* Lighter weight for elegance */
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.contact-subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 3rem;
    line-height: 1.7;
    font-weight: 300;
}

.contact-mail-pill {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    border: 1px solid #eaecf0;
    padding: 1rem 2rem;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
}

.contact-mail-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.05);
    border-color: #ffdce0;
}

.contact-mail-text {
    font-size: 1.1rem;
    color: #2d3748;
    font-weight: 500;
}

.contact-icon-box {
    color: #FA7D0A;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Subtle Background Decoration */
.contact-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(190, 11, 49, 0.02) 0%, rgba(255, 255, 255, 0) 60%);
}/* Repeated CSS rule: duplicate of assets/css/style.css


/ * Find Care Section * /
.find-care-section {
    padding: 8rem 0;
    background-color: #F9FBFC;
    overflow: hidden;
}
*/

.find-care-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 3.5rem;
    line-height: 1.1;
    position: relative;
}

.find-care-title::after {
    content: '.';
    color: #FA7D0A;
}

.care-feature {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #E6EDF2;
}

.care-feature:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.care-feature-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: #EEF7FA;
    border: 1px solid #D6EBF2;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #126180;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.care-feature:hover .care-feature-icon {
    background: #126180;
    color: #FFFFFF;
    transform: scale(1.05);
}

.care-feature-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 0.6rem;
}

.care-feature-desc {
    font-size: 1rem;
    color: #4B5563;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 500px;
}

.btn-care-started {
    background-color: #0d463d;
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.btn-care-started:hover {
    background-color: #003830;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 70, 61, 0.3);
}/* Repeated CSS rule: duplicate of assets/css/style.css


/ * Visual Grid Layout * /
.visual-grid {
    position: relative;
    height: 650px;
    width: 100%;
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


.visual-card {
    position: absolute;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}
*/

.visual-card:hover {
    transform: translateY(-5px);
    z-index: 10;
}/* Repeated CSS rule: duplicate of assets/css/style.css
/ * Repeated CSS rule: duplicate of assets/css/style.css


.visual-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
* /

/ * Profile Card (Jessica G.) * /
.card-profile {
    top: 0;
    left: 25%;
    width: 180px;
    background: #D4F59A;
    / * Lime green * /
    padding: 20px 15px;
    text-align: center;
    z-index: 2;
}
*/

.card-profile img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
}

.profile-name {
    font-weight: 800;
    font-size: 1rem;
    color: #000;
    margin-bottom: 5px;
    line-height: 1.2;
}

.profile-rating {
    font-size: 0.85rem;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 500;
}

.profile-info {
    font-size: 0.75rem;
    color: #666;
    margin-top: 5px;
}/* Repeated CSS rule: duplicate of assets/css/style.css


/ * Dog Card (Top Right) * /
.card-dog {
    top: 0;
    right: 13%;
    width: 200px;
    height: 140px;
    z-index: 1;
    background: #FCDDEC;
    / * Pink * /
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


/ * Father/Baby Card (Middle Left) * /
.card-father {
    top: 180px;
    left: 0;
    width: 240px;
    height: 160px;
    z-index: 3;
    border-radius: 30px;
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


/ * Phone Mockup (Right) * /
.card-phone {
    top: 160px;
    right: 5%;
    width: 240px;
    height: 400px;
    background: #D4F59A;
    padding: 12px;
    z-index: 4;
    border-radius: 35px;
}
*/

.phone-screen {
    background: white;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.phone-mock-content {
    padding: 20px;
    text-align: center;
}

.phone-profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px auto 10px;
    display: block;
}

/* Girl Card (Bottom Left) */
.card-girl {
    bottom: 40px;
    left: 10%;
    width: 220px;
    height: 160px;
    z-index: 2;
    background: #F7D4DA;
}

/* Redesigned Features & About Section */
.features-combined-section {
    padding: 5rem 0;
    background-color: #fff;
    overflow: hidden;
}

.image-stack-container {
    position: relative;
    padding: 2rem;
}

.about-image-decoration {
    position: relative;
    z-index: 1;
    padding: 20px;
}

.about-image-decoration::before {
    content: '';
    position: absolute;
    top: 0;
    left: -5%;
    width: 90%;
    height: 90%;
    background: #EBF5F9;
    border-radius: 40px;
    z-index: -1;
}

.blob-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1/1;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    overflow: hidden;
    background: #f0f4f8;
    box-shadow: 0 40px 100px rgba(18, 97, 128, 0.1);
    animation: blob-animate 8s ease-in-out infinite alternate;
}

@keyframes blob-animate {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    100% {
        border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
    }
}

.blob-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}

/* Floating Cards */
.stats-floating-card {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    padding: 1.5rem;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 160px;
}

.stats-floating-card .icon-box {
    width: 50px;
    height: 50px;
    background: #5061DE;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
}

.stats-floating-card .stats-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 0.25rem;
}

.stats-floating-card .stats-label {
    font-size: 0.85rem;
    color: #6B7280;
    font-weight: 500;
}

.care-floating-badge {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 80px;
    height: 80px;
    background: #5061DE;
    color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 30px rgba(80, 97, 222, 0.3);
    z-index: 10;
}

.decorative-paper-plane {
    position: absolute;
    bottom: -20px;
    left: 20%;
    width: 100px;
    opacity: 0.8;
    z-index: 5;
}

/* Right Content Area */
.features-content-right {
    padding-left: 2rem;
}

.about-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5061DE;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.underline-orange {
    position: relative;
    display: inline-block;
}

.underline-orange::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg width='100' height='8' viewBox='0 0 100 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6C20 2 40 2 98 6' stroke='%23FA7D0A' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    opacity: 0.6;
    z-index: -1;
}

/* .rating-stars {
            color: #FA7D0A;
            display: flex;
            gap: 2px;
        } */
.features-main-title {
    /* font-size: 3rem; */
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.features-main-desc {
    text-align: justify;
    font-size: 1rem;
    color: #6B7280;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.feature-highlight-box {
    background: #EBF5F9;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 2.5rem;
    border: 1px solid #F1F5F9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    position: relative;
    min-height: 140px;
}

.highlight-header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.highlight-orange-path {
    background: #FA7D0A;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Refinement: Larger 45px top-left radius for a more organic blend */
    clip-path: path('M 0 99 L 0 45 A 50 45 0 0 1 45 0 L 242.5 0 A 22.5 22.5 0 0 1 242.5 45 L 96 45 Q 72 45 72 69 L 72 99 A 36 36 0 0 1 0 99 Z');
    pointer-events: auto;
}

.highlight-icon-wrapper {
    position: absolute;
    top: 62px;
    left: 18px;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 10;
}

.highlight-header h4 {
    position: absolute;
    top: 13px;
    left: 80px;
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: white;
    z-index: 10;
}

.highlight-text-content {
    padding: 60px 25px 25px 95px;
    position: relative;
    z-index: 2;
}

.highlight-text-content p {
    color: #64748B;
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight: 500;
    text-align: justify;
}

/* Checklist */
.checklist-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.checklist-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #374151;
    font-size: 1rem;
}

.checklist-icon {
    width: 24px;
    height: 24px;
    background: #EEF2FF;
    color: #5061DE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.btn-discover-more {
    background: #5061DE;
    color: white;
    padding: 1rem 2rem;
    border-radius: 100px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 15px 35px rgba(80, 97, 222, 0.3);
}

.btn-discover-more:hover {
    transform: translateY(-5px);
    background: #3F4DB5;
    color: white;
    box-shadow: 0 20px 45px rgba(80, 97, 222, 0.4);
}

@media (max-width: 992px) {
    .features-combined-section {
        padding: 1rem 0;
    }

    .features-main-title {
        font-size: 2.2rem;
    }

    .checklist-grid {
        grid-template-columns: 1fr;
    }

    .image-stack-container {
        margin-bottom: 4rem;
    }

    .features-content-right {
        padding-left: 0;
    }
}

/* Reuse dot pattern */
.dot-pattern {
    background-image: radial-gradient(#d1d5db 1px, transparent 1px);
    background-size: 20px 20px;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
}

/* Minimal Contact Section */
.contact-minimal-section {
    padding: 4rem 0;
    position: relative;
    text-align: center;
    background-color: #F9FBFC;
}

.contact-minimal-section .contact-eyebrow {
    display: none;
}

.contact-minimal-section .contact-title {
    color: #1F2937;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.contact-minimal-section .contact-subtitle {
    color: #6B7280;
    font-size: 1.1rem;
    margin-bottom: 3rem;
    font-weight: 400;
}

.contact-minimal-section .contact-mail-pill {
    background: #FFFFFF;
    border: 1px solid #E6EDF2;
    box-shadow: 0 10px 30px rgba(18, 97, 128, 0.12);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 36px;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-minimal-section .contact-mail-pill:hover {
    transform: translateY(-3px);
    background-color: #EEF7FA;
    border-color: #D6EBF2;
    box-shadow: 0 15px 35px rgba(18, 97, 128, 0.15);
}

.contact-minimal-section .contact-mail-text {
    color: #126180;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.contact-minimal-section .contact-mail-pill:hover .contact-mail-text {
    color: #0F4F66;
}

.contact-minimal-section .contact-icon-box {
    color: #FA7D0A;
    /* Keep accent color */
    display: flex;
}

.contact-minimal-section .contact-whatsapp-pill {
    background: #FFFFFF;
    border: 1px solid #E6EDF2;
    box-shadow: 0 10px 30px rgba(18, 97, 128, 0.12);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 36px;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-minimal-section .contact-whatsapp-pill:hover {
    transform: translateY(-3px);
    background-color: #F0FFF4;
    border-color: #C6F6D5;
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.15);
}

.contact-minimal-section .whatsapp-icon-box {
    color: #25D366;
    display: flex;
}

.contact-minimal-section .contact-note {
    color: #6B7280;
    font-size: 0.9rem;
    margin-top: 1rem;
    font-weight: 500;
}

.contact-minimal-section .contact-note span {
    color: #EF4444;
    font-weight: 600;
}

@media (max-width: 992px) {/* Navbar rule moved to assets/css/style.css (@media (max-width: 992px))


    / * Fix navbar collapse to overlay instead of pushing content * /
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        border-radius: 0 0 12px 12px;
        margin-top: 0.5rem;
        padding: 1rem;
    }
*//* Navbar rule moved to assets/css/style.css (@media (max-width: 992px))


    /* Navbar rule moved to assets/css/style.css
.navbar-nav {
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        margin-bottom: 1rem;
    }
*/
*//* Navbar rule moved to assets/css/style.css (@media (max-width: 992px))


    /* Navbar rule moved to assets/css/style.css
/* Navbar rule moved to assets/css/style.css
.navbar-nav .nav-link {
        margin: 0.25rem 0;
        padding: 0.75rem 1rem;
        border-radius: 8px;
    }
*/
*/
*//* Navbar rule moved to assets/css/style.css (@media (max-width: 992px))


    /* Navbar rule moved to assets/css/style.css
/* Navbar rule moved to assets/css/style.css
.navbar-nav .nav-link:hover {
        background-color: #F3F4F6;
    }
*/
*/
*//* Navbar rule moved to assets/css/style.css (@media (max-width: 992px))


    / * Dropdown in mobile * /
    .dropdown-menu {
        position: static !important;
        box-shadow: none;
        border: 1px solid #E5E7EB;
        margin-top: 0.5rem;
        margin-left: 1rem;
    }
*/

    /* Login button alignment */
    .d-flex.align-items-center {
        justify-content: center;
        margin-top: 0.5rem;
    }/* Navbar rule moved to assets/css/style.css (@media (max-width: 992px))


    .btn-adaptive {
        width: 100%;
        max-width: 200px;
        justify-content: center;
    }
*/

    /* Footer columns in same row on mobile */
    .contact-section .col-lg-5 {
        margin-bottom: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-section .col-lg-5 .d-flex {
        flex-direction: column !important;
        justify-content: center !important;
    }

    .contact-section .col-lg-5 p {
        text-align: justify !important;
    }

    .contact-section .col-lg-2 {
        width: 50%;
        margin-bottom: 2rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-section .offset-lg-1 {
        margin-left: 0 !important;
    }

    .copyright-text-left {
        text-align: center;
    }

    .find-care-title {
        font-size: 2.5rem;
        margin-top: 2rem;
    }

    .visual-grid {
        height: 400px;
        margin-top: 4rem;
        display: none;
        /* Hide complex grid on mobile for now or simplify */
    }

    /* Responsive Service Areas */
    .service-title {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }

    .service-subtitle {
        font-size: 0.95rem;
        margin-bottom: 2.5rem;
        padding: 0 1rem;
    }

    .service-areas {
        padding: 3rem 0;
    }

    .state-card {
        min-height: 180px;
        padding: 1.5rem 1rem;
        border-radius: 20px;
    }

    /* Responsive Contact Minimal */
    .contact-minimal-section {
        padding: 3rem 0;
    }

    .contact-minimal-section .contact-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .contact-minimal-section .contact-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }

    .contact-minimal-section .contact-subtitle br {
        display: none;
    }

    .contact-minimal-section .contact-mail-pill {
        padding: 10px 24px;
        width: auto;
        max-width: 100%;
    }

    .contact-minimal-section .contact-mail-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .service-title {
        font-size: 1.5rem;
    }

    .state-card {
        min-height: 140px;
    }

    .contact-minimal-section .contact-title {
        font-size: 1.75rem;
    }
}

/* Our Steps Responsive */
@media (max-width: 992px) {
    .our-steps {
        padding: 3rem 0;
    }

    .step-card {
        padding: 1.5rem;
    }

    .step-title {
        font-size: 1.2rem;
    }

    .step-desc {
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
    }

    .step-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .our-steps {
        padding: 2.5rem 0;
    }

    .step-card {
        padding: 1.25rem;
    }
}/* Repeated CSS rule: duplicate of assets/css/style.css


/ * Footer Styles * /
.contact-section {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgba(18, 97, 128, 0.92), rgba(31, 64, 169, 0.92)), url(./assets/img/homecare-services-gradient-background.webp) no-repeat center center/cover;
    position: relative;
    overflow: hidden;
    margin: 20px;
    border-radius: 20px;
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


.copyright-text-left {
    color: #CFE3EC !important;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
}
*/

.footer-disclaimer {
    color: #CFE3EC;
    font-size: 0.8rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-align: justify;
    opacity: 0.7;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.disclaimer-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}/* Repeated CSS rule: duplicate of assets/css/style.css


.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
*/

.footer-links li {
    margin-bottom: 10px;
}/* Repeated CSS rule: duplicate of assets/css/style.css


.footer-links li a {
    color: #EAF4F8;
    text-decoration: none;
    transition: all 0.3s ease;
}
*//* Repeated CSS rule: duplicate of assets/css/style.css


.footer-links li a:hover {
    color: #FA7D0A;
    padding-left: 5px;
}
*/
