:root {
    --primary-text: rgba(5, 38, 61, 1);
    --Offwhite: rgba(227, 244, 247, 1);
    --Cyan: #1c9dba;

}

.container {
    width: 90%;
    max-width: 95%;
    margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
    font-family: 'Gantari', sans-serif;
    color: var(--primary-text);
}

/* NAVBAR */
.custom-navbar:has(.navbar-collapse.show) {
  background: #fff;
}
.custom-navbar .search-box {
    display: flex;
    align-items: center;
    /* border: 1px solid #ddd; */
    border-radius: 50px;
    border-bottom: 3px solid var(--Color, rgba(38, 34, 33, 1));
    overflow: hidden;
    height: 63px;
    padding: 0;
    width: 236px;
    background: rgba(5, 38, 61, 1);
}

.custom-navbar .search-box input {
    border: none;
    color: rgba(227, 244, 247, 1);
    outline: none;
    padding-left: 20px;
    padding-right: 10px;
    width: 150px;
    height: 100%;
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.45px;
    vertical-align: middle;
}

.custom-navbar .search-box input::placeholder {
    color: rgba(227, 244, 247, 1);
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.45px;
    vertical-align: middle;
}

.custom-navbar .search-box button {
    background: rgba(5, 38, 61, 1);
    border: none;
    color: #fff;
    padding: 0px;
    width: 54px;
    height: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
}

.custom-navbar .search-box button:hover {
    background: #333;
}

.navbar-expand-lg .navbar-collapse {
    GAP: 85PX;
}

.custom-navbar {
    position: absolute;
    width: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.48);
}

.navbar-brand {
    margin-right: 0;
}

.nav-link {
    color: #333 !important;
    margin-right: 15px;
}


.signup-btn {
    background: rgba(5, 38, 61, 1);
    color: rgba(227, 244, 247, 1);
    border-radius: 20px;
    padding: 6px 15px;
}

.form-search {
    display: flex;
    gap: 10px;
    width: 100%;
}

/* HERO */
#logo1 {
    position: absolute;
    top: -14px;
    left: -2%;
    width: 120px;
    cursor: pointer;
    z-index: 10;
}

#logo {
    position: absolute;
    top: -14px;
    left: -2%;
    width: 120px;
    cursor: pointer;
    z-index: 10;
}

.logo-icons {
    display: flex;
    gap: 10px;
    width: 100%;
    height: 100px;
    align-items: center;
}

.hero-section-logo2 {
    height: 65px;
    margin-left: 100px;
    transition: margin-left 0.6s ease;
}

.hero-section-logo2.move-left {
    margin-left: 0;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 27%;
    left: 94px;
    width: 80%;
    height: 1347px;
    transform: translate(-35%, -50%);
    background: repeating-conic-gradient(from 0deg,
            rgba(248, 220, 82, 0.8) 0deg 3deg,
            rgba(248, 220, 82, 0.12) 3deg 9deg),


        linear-gradient(134.35deg, #FCF1BB -0.77%, #F8DC52 107.06%),
        linear-gradient(99.85deg,
            #F8DC52 2.15%,
            #FCF1BB 20.46%,
            rgba(159, 196, 209, 0.92) 41.79%,
            rgba(111, 219, 255, 0) 70.3%);
    background-blend-mode: overlay;
    -webkit-mask-image: linear-gradient(to right,
            transparent 0%,
            black 25%,
            black 60%,
            transparent 90%);
    mask-image: linear-gradient(to right,
            transparent 0%,
            black 25%,
            black 60%,
            transparent 90%);
    z-index: 2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;

    background: linear-gradient(to right,
            #ffffff 0%,
            #ffffff 35%,
            #e0f7ff 60%,
            #31B1DD 100%);


    -webkit-mask-image: linear-gradient(to right,
            black 0%,
            black 70%,
            rgba(0, 0, 0, 0.6) 85%,
            transparent 100%);
    mask-image: linear-gradient(to right,
            black 0%,
            black 70%,
            rgba(0, 0, 0, 0.6) 85%,
            transparent 100%);

    z-index: 1;
}

.hero-overlay {
    filter: blur(2px);
}

.hero-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2;
}

.hero-section {
    height: 100vh;
    /* background: url('/assets/Images/Header\ \(1\).png') no-repeat center/ cover; */
    position: relative;
    background-position: top;
    display: flex;
    align-items: center;
}

/* SUN RAYS EFFECT */
.hero-section::after {
    content: "";
    position: absolute;
    left: -100px;
    top: 0;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 10%, transparent 60%);
}

/* CONTENT */
.hero-content {
    position: relative;
    z-index: 2;

}

.hero-content h1 {
    font-size: 50px;
    font-weight: 700;
}

.hero-content h3 {
    font-size: 26px;
    margin: 15px 0;
}

.hero-content p {
    color: #555;
}

/* SEARCH BAR */
.search-bar {
    display: flex;
    margin-top: 20px;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.search-bar input,
.search-bar select {
    border: none;
    padding: 12px;
    outline: none;
}

.search-bar input {
    width: 40%;
}

.search-bar select {
    width: 40%;
}

.search-bar button {
    background: #0b3c5d;
    color: white;
    border: none;
    padding: 0 20px;
}

/* STORE BUTTON */
.store-btns img {
    height: auto;
    margin-right: 10px;
}

ul.navbar-nav.align-items-center {
    gap: 10px;
}

.nav-link {
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.45px;
    vertical-align: middle;
    color: rgba(5, 38, 61, 1);
}

.access {
    display: flex;
    gap: 10px;
}

.access a.btn {
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.btn.Login-btn {
    color: rgba(5, 38, 61, 1);
}

img.hero-section-logo {
    width: 100%;
    height: auto;
}

.col-lg-6.hero-content h3 {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 54px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    padding-bottom: 30px;
}

.col-lg-6.hero-content p {
    max-width: 615px;
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: 0px;
    color: rgba(38, 34, 33, 1);
    vertical-align: middle;
}

.search-bar button {
    background: #0b3c5d;
    color: #fff;
    border: none;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar button i {
    font-size: 16px;
}

.search-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    background: rgba(245, 243, 239, 1);
    border-radius: 32px;
    padding: 8px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    max-width: 650px;
}

.search-item {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    flex: 1;
    background: rgba(255, 255, 255, 1);
    border-right: 1px solid #eee;
    border-radius: 24px;
}

.search-item:last-child {
    border-right: none;
}

.search-item i {
    font-size: 18px;
    color: #555;
    margin-right: 10px;
}

.search-item label {
    display: block;
    color: rgba(112, 121, 117, 1);
    font-family: 'Gantar', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.search-item input {
    color: rgba(163, 163, 163, 1);
}

.search-item input,
.search-item select {
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Gantari', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
}

.search-btn {
    background: rgba(5, 38, 61, 1);
    color: #fff;
    border: none;
    width: 80px;
    height: 76px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h6.store-btns-title {
    font-family: 'Gantari', sans-serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1.65px;
    vertical-align: middle;
    color: rgba(38, 34, 33, 1);
}

.app-download-select {
    margin-top: 60px;
}

/* footer */
.custom-footer {
    background: linear-gradient(94.02deg, #F8DC52 -0.75%, #31B1DD 103.75%);
    padding: 40px 0px;
    color: #0b2c3d;
    font-family: 'Poppins', sans-serif;
}

.custom-footer h6 {
    font-weight: 700;
    font-style: Bold;
    font-size: 28.5px;
    line-height: 28.5px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 30px;

}

.custom-footer .footer-p-text {
    max-width: 610px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 23.75px;
    line-height: 31px;
    letter-spacing: 0.42px;
    vertical-align: middle;
    margin-top: 30px;

}

.custom-footer p {
    font-weight: 400;
    font-style: Regular;
    font-size: 21.38px;
    line-height: 23.75px;
    letter-spacing: 0.42px;
    vertical-align: middle;

}

.custom-footer ul {
    list-style: none;
    padding: 0;
}

.custom-footer ul li {
    margin-bottom: 20px;
}

.custom-footer ul li a {
    text-decoration: none;
    color: rgba(38, 34, 33, 1);
    font-weight: 400;
    font-style: Regular;
    font-size: 23.75px;
    line-height: 23.75px;
    letter-spacing: 0.42px;
    vertical-align: middle;

}

.security-icons {
    display: flex;
    gap: 25px;
}

.custom-footer ul li a:hover {
    text-decoration: underline;
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}


.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 47px;
    flex-wrap: wrap;
}

/* .footer-bottom p {
    margin: 0;
    font-size: 14px;
} */

.security-icons i {
    font-size: 18px;
    margin-left: 15px;
}

h6.store-btns-footer {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23.75px;
    line-height: 26.13px;
    letter-spacing: 1.96px;
    vertical-align: middle;
    color: rgba(38, 34, 33, 1);
    margin-bottom: 20px;
    margin-top: 40px;
}

.store-footer {
    display: flex;
    gap: 20px;
}

.store-footer img {
    width: auto;
    height: auto;

}

.custom-footer h5 {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 30px;
}

/* Mission Section */
/* Hero */
.hero {
    height: 100vh;
    position: relative;
}


.floating-logo {
    position: fixed;
    width: 120px;
    z-index: 9999;
    will-change: transform;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 0.5s ease;

    pointer-events: none;
}

/* Mission */
.mission-section .mission {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mission-section .mission-center {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Main image */
.mission-section .main-image1 {
    position: absolute;
    width: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.6s;
}

.mission-section .main-image1.show {
    transform: translate(-50%, -50%) scale(1);
}

/* Circle images stacked */
.mission-section .circle {
    position: absolute;
    width: 400px;
    top: 50%;
    left: 50%;

    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    transition: all 0.8s ease;
}

/* Final circular positions */
.circle.show.img1 {
    transform: translate(62%, -281%) scale(4) rotate(2deg);
    opacity: 1;
}

.circle.show.img2 {
    transform: translate(175%, -17%) scale(3.8) rotate(-5deg);
    opacity: 1;
}

.circle.show.img3 {
    transform: translate(-57%, 158%) scale(3) rotate(-1deg);
    opacity: 1;
}

.circle.show.img4 {
    transform: translate(-306%, 3%) scale(3.8) rotate(-3deg);
    opacity: 1;
}

.mission-section .mission-center img {
    position: absolute;
    width: 90px;
    top: 50%;
    left: 50%;

    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    transition: all 0.8s ease;
}

.mission-section img.show {
    opacity: 1;
}

.mission-section .main-image1 {
    width: 120px;
    z-index: 2;
}

.circle.show.main-image1 {
    transform: translate(-216%, -268%) scale(4) rotate(-3deg);
    opacity: 1;
}

.mission-section {
    background: url('/assets/Images/Hearts\ Clover\ 1.png') no-repeat;
    padding: 80px 0;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.left-image img {
    max-width: 100%;
    height: auto;
}

.left-image img {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.8s ease;
}

.left-image img.show {
    transform: translateX(0);
    opacity: 1;
}

h2.mission-heading {
    margin-bottom: 70px;
}

.mission-text {
    margin-left: 40px;
}

.mission-text h2 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 3.75rem;
    line-height: 72px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(159, 159, 159, 1);
}

.mission-text h2:hover {
    background: linear-gradient(94.02deg, #F8DC52 -0.75%, #31B1DD 103.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Video Section */
.video-section {
    position: relative;
    height: 1000px;
}

.video-section-heading {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 71.25px;
    line-height: 85.5px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;

}

.bg-image {
    width: 100%;
    height: 100%;
    background: url('/assets/Images/Video\ Mission\ Section\ \(2\).png') center/cover no-repeat;
}

.play-click-area {
    position: absolute;
    top: 37%;
    left: 54%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
    z-index: 2;
}

.video-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);

    display: none;
    justify-content: center;
    align-items: center;

    transform: scale(0.2);
    opacity: 0;
    transition: all 1.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.video-popup.active {
    transform: scale(1);
    opacity: 1;
}

.video-box {
    width: 100%;
    height: 100%;
}

.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.close-btn {
    position: absolute;
    top: 30px;
    right: 50px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 9999;
}


/* Find senior living near you */
.search-section {
    padding: 80px 0;
}

.search-section .main-heading {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #05263D;
    margin-bottom: 50px;
}

.search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(227, 244, 247, 1);
    border-radius: 50px;
    padding: 16px 25px;
    max-width: 1000px;
    margin: auto;
    box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1),
        0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.search-box img {
    width: 50px;
    height: auto;
}

.search-box input {
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    border: none;
    background: transparent;
    flex: 1;
    padding: 20px;
    outline: none;
}

.search-box .icon {
    margin-right: 10px;
}

.search-box button {
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    background: rgba(28, 157, 186, 1);
    border: none;
    color: #fff;
    padding: 18px 60px;
    border-radius: 30px;
    font-weight: 500;
}

/* Cards */
.info-card {
    padding: 40px;
    border-radius: 20px;
    text-align: left;
    height: 100%;
}

.light-card {
    background: rgba(227, 244, 247, 1);
    color: rgba(5, 38, 61, 1);
}

.dark-card {
    background: rgba(5, 38, 61, 1);
    color: rgba(255, 255, 255, 1);
}

.dark-card h4,
.dark-card p {
    color: rgba(255, 255, 255, 1);
}

.info-card.light-card h4 {
    font-weight: 400;
    font-style: Regular;
    font-size: 35.63px;
    line-height: 42.75px;
    letter-spacing: 0px;
    vertical-align: middle;

}

.info-card.light-card .stats h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 35.63px;
    line-height: 42.75px;
    letter-spacing: 0px;
    vertical-align: middle;

}

.info-card.light-card .stats p {
    font-weight: 700;
    font-style: Bold;
    font-size: 23.75px;
    line-height: 23.75px;
    letter-spacing: 0.83px;
    vertical-align: middle;
    text-transform: uppercase;
}

.info-card.dark-card h4 {
    font-weight: 400;
    font-style: Regular;
    font-size: 35.63px;
    line-height: 42.75px;
    letter-spacing: 0px;
    vertical-align: middle;

}

.info-card.dark-card .stats h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 35.63px;
    line-height: 42.75px;
    letter-spacing: 0px;
    vertical-align: middle;

}

.info-card.dark-card .stats p {
    font-weight: 700;
    font-style: Bold;
    font-size: 23.75px;
    line-height: 19px;
    letter-spacing: 1.43px;
    vertical-align: middle;
    text-transform: uppercase;

}

.stats {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin-top: 30px;
}

.stats h3 {
    color: rgba(28, 157, 186, 1);
    font-weight: 700;
}

.dark-card .stats h3 {
    color: #ffd54f;
}

.info-card.light-card {
    background-image: url('/assets/Images/light-card-bg.png');
    background-size: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.info-card.dark-card {
    background-image: url('/assets/Images/dark-card-bg.png');
    background-size: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* APP SECTION */
.app-section {
    position: relative;
    height: 1400px;
    background: rgba(5, 38, 61, 1);
    overflow: hidden;
}

/* background image animation */
/* .app-section::before {
    content: "";
    position: absolute;

    top: -100px;
    left: -100px;
    width: 100%;
    height: 100%;
    background: url('/assets/Images/Hearts Clover 1 (1).png') no-repeat;
    background-size: contain;
    opacity: 0;
    transition: all 1.2s ease;
} */

.app-section.active::before {
    top: -40px;
    left: 15%;
    opacity: 1;
}

.app-section .container {
    position: relative;
    z-index: 2;
    text-align: center;
    height: 100%;
}

.phones {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* all phones */
.phone {
    position: absolute;
    width: 250px;
    top: 50%;
    left: 50%;
    transition: all 1s ease;
}

.phone-left,
.phone-right,
.phone-left-1,
.phone-right-1,
.phone-left-2,
.phone-right-2 {
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0;
    z-index: 2;
}

.phone {
    opacity: 0;
    height: 800px;
    width: auto;
}

.phone-center {
    transform: translate(-50%, -50%) scale(1.05);
    z-index: 3;
    opacity: 1;
}

.app-section.active .phone-left {
    transform: translate(-96%, -49%) rotate(-17deg);
    opacity: 1;
}

.app-section.active .phone-right {
    transform: translate(46%, -42%) rotate(35deg);
    opacity: 1;
}

.app-section.active .phone-left-1 {
    transform: translate(-122%, -45%) rotate(-31deg);
    opacity: 1;
}

.app-section.active .phone-right-1 {
    transform: translate(25%, -46%) rotate(26deg);
    opacity: 1;
}

.app-section.active .phone-left-2 {
    transform: translate(-142%, -42%) rotate(-38deg);
    opacity: 1;
}

.app-section.active .phone-right-2 {

    transform: translate(0%, -49%) rotate(17deg);
    opacity: 1;
}



/* content */
.app-section .store-btns-content {
    background: linear-gradient(94.02deg, #F8DC52 -0.75%, #31B1DD 103.75%);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 80px 0px;
    text-align: center;
}

.app-section .store-btns-content h2 {
    color: rgba(5, 38, 61, 1);
    margin-bottom: 40px;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 57.29px;
    line-height: 21.83px;
    letter-spacing: 1.64px;
    vertical-align: middle;
}

.app-section .store-btns-2 {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.app-section .store-btns-2 img {
    height: 120px;
}

/* ACCORDIAN SECTION */
.care-section {
    position: relative;
    /* IMPORTANT */
    background: rgba(5, 38, 61, 1) url('/assets/Images/Hearts Clover 3.png');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 80px;
    overflow: hidden;
}

/* Right side image */
.care-section::after {
    content: "";
    position: absolute;
    top: 130px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url('/assets/Images/Hearts Clover 4.png') no-repeat right center;
    background-size: contain;
    pointer-events: none;
}

.care-section .main-heading {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 30px;
}

.care-section .sub-text {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: rgba(227, 244, 247, 1);
}

.care-section .care-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

.care-section .care-image {
    flex: 1;
    overflow: hidden;
    height: 700px;
}

.care-image img {
    width: 100%;
    height: auto;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 0.6s ease;
}

.care-image img.show {
    transform: translateX(0);
    opacity: 1;
}

/* .care-section .care-accordion {
    flex: 1;
} */

.care-section .item {
    padding: 20px;
    border-left: 1px solid var(--Offwhite, rgba(227, 244, 247, 1));
    cursor: pointer;
}

.care-section .item.active {
    border-left: 3px solid rgba(247, 220, 82, 1);

}

.care-section .item h4 {
    margin: 0;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0%;
    color: rgba(227, 244, 247, 1);
}

.care-section .item h4 span {
    margin-right: 5px;
    color: rgba(227, 244, 247, 1);
}

.care-section .item p {
    display: none;
    margin-top: 10px;
    color: rgba(227, 244, 247, 1);
    font-weight: 400;
    font-style: Medium;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;

}

.care-section .item.active p {
    display: block;
}

.care-section .item {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.care-section .item .arrow {
    height: auto;
    width: 16px;
    margin-left: 4px;
    margin-bottom: 3px;
    transition: transform 0.3s ease;
}

.care-section .item.active .accordian-arrow {
    transform: rotate(360deg);
    width: 26px;
    height: auto;
}

.accordian-arrow {
    transform: rotate(180deg);
    width: 26px;
    height: auto;
    opacity: 1;
    top: 0px;
    left: 780px;
    border: 1px solid var(--Offwhite, rgba(227, 244, 247, 1));
    border-radius: 50px;
}

/* <!-- TESTIMONIAL SECTION --> */

.client-section {
    text-align: center;
    height: 1320px;
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
}

.client-section h2 {
    font-family: 'Mona Sans', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 71.25px;
    line-height: 85.5px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 80px;
}

.client-section::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: 40%;
    left: 20%;
    transform: translate(-50%, -50%);
    background: repeating-conic-gradient(from 0deg,
            rgba(231, 247, 255, 0.3) 0deg 5deg,
            transparent 5deg 10deg);

    z-index: -1;
}

.testimonial-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    position: relative;
}

.ts-client-section {
    display: none;
}

.testimonial-card {
    width: 300px;
    height: auto;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
}

.testimonial-card img {
    width: 100%;
    height: 100%;
}

.testimonial-cards:hover .testimonial-card {
    transform: translateY(400px) scale(0.9);
}

.testimonial-card.first-card:hover {
    transform: translateY(-10px) translatex(200px) scale(1.4) !important;
}

/* Active hover card */
.testimonial-card:hover {
    transform: translateY(-10px) translatex(200px) scale(1.4) !important;
    opacity: 1 !important;
    z-index: 10;
    width: 200px;
    display: block;
}

/* Popup hidden by default */
.testimonial-popup {
    position: absolute;
    top: 50px;
    left: 26%;
    transform: translateX(-50%) scale(0.8);
    width: 600px;
    display: flex;
    align-items: center;
    gap: 30px;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    padding-left: 70px;
    border-radius: 4.75px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    box-shadow: 0px 8.31px 66.38px 0px rgba(51, 177, 219, 0.31);
    z-index: 0;
    text-align: left;
    z-index: 20;
}

/* Image left */
.popup-image img {
    width: 200px;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    z-index: 0;
}

.popup-content h4 {
    margin: 0 0 10px;
    color: #0b2c3d;
}

.testimonial-popup p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 21.38px;
    line-height: 130%;
    letter-spacing: 0%;
    margin: 0;
    color: rgba(0, 0, 0, 1);
    text-align: left;
}

.testimonial-cards:hover .testimonial-card .testimonial-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-9%) scale(1);
}

.testimonial-card:hover .main-img {
    display: none;
}

.testimonial-popup-title {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.testimonial-card:hover .testimonial-popup-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.popup-image-card {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    width: 720px;
    display: flex;
    align-items: center;
    gap: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 20;

}

.testimonial-card:hover .popup-image-card {
    opacity: 1;
    visibility: visible;
    transform: translateX(-9%) scale(1);
}

.popup-image {
    position: relative;
    z-index: 30;
}

.testimonial-card.first-card:hover .testimonial-popup-title-1 {
    transform: translateX(300px) translateY(-8px);
    width: 400px;
}

.testimonial-popup-title-1 {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 43.59px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 0, 0, 1);
    text-align: left;
}

.testimonial-popup-title-1 P {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 15.26px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.testimonial-popup-title-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Left text */
.title-left h4 {
    margin: 0;
    font-size: 16px;
    color: #0b2c3d;
}

.title-left p {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.stars {
    display: flex;
    gap: 4px;
}

.stars img {
    width: 18px;
    height: 18px;
}

.testimonial-card.second-card:hover .second {
    transform: translateX(-400px) translateY(-8px);
    width: 400px;
}

.testimonial-card.second-card:hover .second .testimonial-popup-title-1 {
    transform: translateX(414px) translateY(-8px);
}

.testimonial-card.third-card:hover .third {
    transform: translateX(-650px) translateY(-8px);
    width: 400px;
}

.testimonial-card.third-card:hover .third .testimonial-popup-title-1 {
    transform: translateX(414px) translateY(-8px);
}

.testimonial-card.fourth-card:hover .fourth {
    transform: translateX(-950px) translateY(-8px);
    width: 400px;
}

.testimonial-card.fourth-card:hover .fourth .testimonial-popup-title-1 {
    transform: translateX(414px) translateY(-8px);
}

.second-card {
    transform: translateY(50px) scale(0.9);
}

.fourth-card {
    transform: translateY(50px) scale(0.9);
}

.store-btns-content.testimonial h2 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 40.04px;
    line-height: 44.05px;
    letter-spacing: 3.3px;
    text-align: center;
    vertical-align: middle;
    color: rgba(38, 34, 33, 1);
    margin-bottom: 30px;
}

.store-btns-content.testimonial .store-btns-2 img {
    height: 90px;
    margin: 0 10px;
}

.store-btns-content.testimonial {
    margin-bottom: 80px;
    position: absolute;
    bottom: 50px;
    width: 100%;
}

/* fixed */
.fixed-box {
    position: fixed;
    right: -7px;
    top: 83%;
    transform: translateY(-50%);
    padding: 15px;
    border-radius: 8px;
    transition: all 0.4s ease;
    z-index: 999;
}

/* Hidden state */
.fixed-box.hide {
    opacity: 0;
    visibility: hidden;
}

.fixed-box {
    background: linear-gradient(94.02deg, #F8DC52 -0.75%, #FFF7CD 103.75%);
    border-top-left-radius: 63px;
    border-bottom-left-radius: 63px;
    padding: 16px 63px;
}

.fixed-box-images img {
    height: 36px;
}

.fixed-box h2 {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 15.44px;
    line-height: 16.99px;
    letter-spacing: 1.27px;
    vertical-align: middle;
}

/* search section */
.search-section {
    height: 1000px;
    background-image: url("/assets/Images/search-section-bg-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.finding-senior {
    background: rgba(255, 255, 255, 0.93);
    width: 1147px;
    height: 701px;
    padding-top: 41px;
    padding-right: 49px;
    padding-bottom: 41px;
    padding-left: 49px;
    gap: 10px;
    opacity: 1;
    border-radius: 30px;
    margin: 0 auto;
}