/* Hero Section */
.hero-section {
    background-image: url('../assets/home/Hero.png');
    background-size: cover;
    background-position: center;
    padding: 302px 0px 40px 0px;
    color: #fff;
    position: relative;
    font-family: "DM Sans", sans-serif;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(180deg, rgba(102, 102, 102, 0) 59.62%, rgba(29, 29, 29, 0.57561) 70.67%, rgba(0, 0, 0, 0.8) 99.04%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    max-width: 798px;
    margin: 0 auto;
}

.hero-title-highlight {
    background: linear-gradient(90deg, rgba(255, 135, 8, 0.5) 0%, #FFB742 18.27%, rgba(255, 111, 0, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: "DM Sans", sans-serif;
}

.hero-desc {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    font-family: "DM Sans", sans-serif;
    max-width: 582px;
    margin: 0 auto 30px;
}

.btn-gradient-orange {
    background: linear-gradient(90deg, #FFD559 0%, #FF9C50 100%);
    font-family: "DM Sans", sans-serif;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 19px;
    color: #0C0E51;
    border: none;
    text-decoration: none;
    display: inline-block;
}

.btn-gradient-orange i {
    margin-top: 5px;
    margin-left: 5px;
}

/* We Care Section */
.we-care-section {
    padding: 58px 0;
    text-align: center;
    background-color: #fff;
}

.section-title-gradient {
    font-size: 90px;
    font-weight: 900;
    font-family: "Radio Canada Big", sans-serif;
    background: linear-gradient(90deg, #FF8F97 0%, #F38891 12.02%, #6BCE42 34.62%, #A868DF 48.56%, #FFC160 60.58%, #49BCF8 77.4%, #99565B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 15px;
    letter-spacing: 5px;
}

.we-care-subtitle {
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
    font-size: 23px;
    font-family: "Raleway", sans-serif;
}

.we-care-desc {
    max-width: 1100px;
    margin: 0 auto;
    color: #000000;
    line-height: 32px;
    font-size: 21px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    text-align: center;
}

/* Our Services Section */
.our-services-section {
    text-align: center;
    font-family: "Raleway", sans-serif;
}

.section-title-dark {
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 20px;
}

.text-blue {
    color: #313396;
}

.services-tabs-container {
    display: flex;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 20px;
}

.services-tabs {
    display: flex;
    max-width: 1200px;
    width: 100%;
}

.service-tab-active {
    flex: 1;
    background-color: #FA7436;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.service-tab-inactive {
    flex: 1;
    background-color: #fbfbfb;
    color: #010101;
    padding: 15px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.25s, color 0.25s, transform 0.2s;
}

.service-tab-content-bg {
    background-image: url('../assets/home/services (2).png');
    background-size: cover;
    background-position: center;
    padding: 80px 30px;
    color: #fff;
    text-align: left;
    position: relative;
}

.service-tab-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(10, 10, 10, 0.56) 34.13%, rgba(6, 6, 6, 0.300834) 51.92%, rgba(0, 0, 0, 0) 56.99%);
    z-index: 1;
}

.service-tab-inner {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.service-tab-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.service-tab-subtitle {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 1.1rem;
}

.service-tab-desc {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 600;
}

.btn-orange-solid {
    background: linear-gradient(90deg, #FFD559 0%, #FF9C50 100%);
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 25px;
    margin-bottom: 30px;
    display: inline-block;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn-orange-solid:hover {
    opacity: 0.85;
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(255, 150, 0, 0.35);
    color: #000;
    text-decoration: none;
}

.recovery-list {
    list-style: none;
    padding-left: 0;
    line-height: 2;
}

.recovery-list li {
    font-weight: 600;
    transition: color 0.2s, padding-left 0.2s;
}

.recovery-list li:hover {
    color: #FFB742;
    padding-left: 6px;
    cursor: default;
}

.recovery-list li i {
    color: #FEB42D;
    margin-right: 10px;
}

/* About Kinheritance Section */
.about-section {
    background-image: url('../assets/home/about.png');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
    margin-top: 60px;
}

.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000099;
    z-index: 1;
}

.about-card {
    border-radius: 0;
    border: none;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
}

.about-desc {
    color: #000000;
    line-height: 24px;
    font-size: 1rem;
    font-weight: 500;
}

/* How Kinheritance Works Section */
.how-it-works-section {
    padding: 80px 0;
    background-color: #FFFCE5;
    text-align: center;
}

.how-it-works-card {
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    color: white;
    text-align: left;
    padding: 85px 30px 10px 30px;
    transition: filter 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.how-it-works-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    z-index: 1;
}

.how-it-works-content {
    position: relative;
    z-index: 2;
}

.how-it-works-title {
    font-weight: 800;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.how-it-works-list {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 600;
}

.how-it-works-list li {
    margin-bottom: 10px;
}

/* Why Choose Section */
.why-choose-section {
    padding: 80px 0;
    background-color: #fff;
    text-align: center;
}

.why-choose-subtitle {
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.why-choose-item {
    display: flex;
    align-items: center;
    background: #fff;
    height: 100%;
    box-shadow: 0px 0px 7.4px 0px #0000000A;
    border-radius: 20px;
    transition: box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

.why-choose-icon {
    margin-right: 20px;
    font-size: 2.5rem;
    color: #333;
    min-width: 50px;
    text-align: center;
    transition: color 0.3s ease, transform 0.3s ease;
}

.why-choose-title {
    font-weight: bold;
    color: #000000;
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: 600;
    transition: color 0.25s;
}

.why-choose-desc {
    color: #000000;
    font-size: 0.95rem;
    margin-bottom: 0;
    line-height: 19px;
}

/* Statistics Section */
.statistics-section {
    padding: 60px 0;
    background-color: #FFFCE5;
}

.stat-icon {
    font-size: 3rem;
    color: #313396;
    margin-right: 15px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.stat-value {
    color: #FA7436;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.3rem;
}

.stat-desc {
    color: #000000;
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 19px;
    margin-bottom: 0;
}

/* Stat item  */
.statistics-section .col-md-3>.d-flex {
    transition: transform 0.25s ease;
    border-radius: 12px;
    padding: 12px 8px;
}

.statistics-section .col-md-3>.d-flex:hover {
    transform: translateY(-4px);
}

.statistics-section .col-md-3>.d-flex:hover .stat-icon {
    transform: scale(1.15);
    color: #FA7436;
}

.statistics-section .col-md-3>.d-flex:hover .stat-value {
    color: #313396;
}

/* ── Testimonials Section ── */
.testimonials-section {
    padding: 80px 0 60px;
    background-color: #fff;
    text-align: center;
}

.testimonials-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonials-title {
    font-weight: 800;
    color: #313396;
    margin-bottom: 50px;
    font-size: 2rem;
}

.testi-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Side card slots */
.testi-side-slot {
    width: 310px;
    height: 235px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

/* Center card slot */
.testi-center-slot {
    width: 600px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    height: 275px;
    min-height: 275px;
}

/* Slot card wrapper */
.slot-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
}

/* Arrows */
.testi-arrow {
    background: transparent;
    border: none;
    color: #3b5998;
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s, background 0.2s, transform 0.2s;
    margin: 0 12px;
    z-index: 10;
}

.testi-arrow:hover {
    color: #fff;
    background: #313396;
    transform: scale(1.1);
}

/* Cards */
.tc-side {
    display: flex;
    flex-direction: row;
    width: 310px;
    height: 235px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

.tc-center {
    display: flex;
    flex-direction: row;
    width: 600px;
    min-height: 275px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
}

.tc-img {
    /* background: linear-gradient(135deg, #4da1ff, #3b5998); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38%;
}

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

.tc-body {
    padding: 26px 22px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    overflow: hidden;
}

.tc-body-side {
    padding: 18px 14px !important;
    overflow: hidden;
}

.testi-text-clamped {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testi-date {
    color: #888;
    font-size: 0.82rem;
    margin-bottom: 6px;
}

.testi-name {
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.testi-text {
    color: #555;
    font-size: 0.93rem;
    line-height: 1.65;
    margin-bottom: 0;
}

/* ── Animations ── */

/* Center card */
@keyframes cEnterFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes cEnterFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes cExitToLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes cExitToRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

/* Side cards */
@keyframes sEnterFromRight {
    from {
        transform: translateX(60px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes sEnterFromLeft {
    from {
        transform: translateX(-60px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes sExitToLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(-60px);
        opacity: 0;
    }
}

@keyframes sExitToRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(60px);
        opacity: 0;
    }
}

.anim-c-enter-right {
    animation: cEnterFromRight 0.42s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.anim-c-enter-left {
    animation: cEnterFromLeft 0.42s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.anim-c-exit-left {
    animation: cExitToLeft 0.42s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.anim-c-exit-right {
    animation: cExitToRight 0.42s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.anim-s-enter-right {
    animation: sEnterFromRight 0.42s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.anim-s-enter-left {
    animation: sEnterFromLeft 0.42s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.anim-s-exit-left {
    animation: sExitToLeft 0.42s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.anim-s-exit-right {
    animation: sExitToRight 0.42s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Dots */
.testi-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.testi-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    transition: background 0.25s;
    padding: 0;
}

.testi-dot-active {
    background: #FA7436;
}

/* Mobile */
@media (max-width: 768px) {
    .testi-side-slot {
        display: none;
    }

    .testi-center-slot {
        width: calc(100vw - 120px);
        height: auto;
        min-height: 320px;
    }

    .tc-center {
        width: 100%;
    }
}

/* Legacy CTA Section */
.legacy-cta-section {
    padding: 60px 0;
    background-color: #FFFCE5;
    text-align: center;
}

.cta-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.legacy-cta-desc {
    color: #000;
    font-size: 1.1rem;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}

.btn-outline-blue {
    background: #fff;
    border: 1px solid #313396;
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 4px;
    color: #3b5998;
    text-decoration: none;
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    font-size: 19px;
    transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.btn-outline-blue i {
    margin-top: 3px;
}

.btn-outline-blue:hover {
    background: #313396;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(49, 51, 150, 0.3);
}

.btn-outline-blue:active {
    transform: translateY(0);
}

.cta-btn {
    font-size: 19px;
}

.footer-bottom {
    background-color: #FCFCFC;
    padding: 30px 20px;
    max-width: 1269px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-bottom p {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    line-height: 1.5;
    color: #000000;
}

.footer-bottom .fotter-bottom-text {
    color: #FA7436;
}

/* HOVER & ACTIVE STATES*/

.btn-gradient-orange {
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn-gradient-orange:hover {
    opacity: 0.88;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 150, 0, 0.4);
    color: #0C0E51;
    text-decoration: none;
}

.btn-gradient-orange:active {
    transform: translateY(0);
    opacity: 1;
}

.service-tab-inactive:hover {
    background-color: #ffe8dc;
    color: #FA7436;
}

.why-choose-item:hover {
    box-shadow: 0 6px 28px rgba(0, 0, 40, 0.15);
    transform: translateY(-4px);
    background: #fafbff;
}

.why-choose-item:hover .why-choose-icon {
    color: #313396;
    transform: scale(1.15);
}

.why-choose-item:hover .why-choose-title {
    color: #313396;
}

.how-it-works-card:hover {
    filter: brightness(1.1);
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.testi-dot:hover {
    background: #FA7436;
    opacity: 0.75;
    transform: scale(1.2);
}

/* RESPONSIVE — TABLET (max 992px)*/
@media (max-width: 992px) {
    .hero-section {
        padding: 180px 20px 40px;
    }

    .hero-title {
        font-size: 38px;
        line-height: 48px;
    }

    .hero-desc {
        font-size: 18px;
    }

    .section-title-gradient {
        font-size: 60px;
    }

    .testi-stage {
        gap: 0;
    }

    .tc-center {
        width: 520px;
    }

    .tc-side {
        width: 250px;
        height: 210px;
    }
}

/* RESPONSIVE — MOBILE (max 768px)*/
@media (max-width: 768px) {

    .hero-section {
        padding: 110px 16px 36px;
        text-align: center;
    }

    .hero-title {
        font-size: 22px;
        line-height: 32px;
    }

    .hero-desc {
        font-size: 13px;
        line-height: 20px;
        max-width: 100%;
    }

    .btn-gradient-orange {
        font-size: 14px;
        padding: 9px 18px;
    }

    /* We Care */
    .we-care-section {
        padding: 32px 16px;
    }

    .section-title-gradient {
        font-size: 34px;
        letter-spacing: 1px;
    }

    .we-care-subtitle {
        font-size: 14px;
    }

    .we-care-desc {
        font-size: 13px;
        line-height: 22px;
    }

    /* Services */
    .services-tabs {
        flex-direction: column;
    }

    .service-tab-active,
    .service-tab-inactive {
        font-size: 13px;
        padding: 10px;
    }

    .service-tab-content-bg {
        padding: 40px 16px;
    }

    .service-tab-title {
        font-size: 1.2rem;
    }

    .service-tab-subtitle {
        font-size: 0.9rem;
    }

    .service-tab-desc {
        font-size: 0.88rem;
    }

    .recovery-list li {
        font-size: 0.88rem;
        line-height: 1.8;
    }

    /* About */
    .about-section {
        padding: 40px 12px;
    }

    .about-card {
        padding: 20px 14px !important;
    }

    .about-desc {
        font-size: 0.88rem;
        line-height: 22px;
    }

    /* Section titles */
    .section-title-dark {
        font-size: 18px;
    }

    /* How It Works */
    .how-it-works-section {
        padding: 40px 0;
    }

    .how-it-works-card {
        height: 315px;
    }

    .how-it-works-title {
        font-size: 1.2rem;
    }

    .how-it-works-list {
        font-size: 0.9rem;
    }

    /* Why Choose */
    .why-choose-section {
        padding: 40px 16px;
    }

    .why-choose-subtitle {
        font-size: 11px;
        letter-spacing: 0.5px;
        margin-bottom: 30px;
    }

    .why-choose-icon {
        font-size: 1.6rem;
    }

    .why-choose-title {
        font-size: 0.88rem;
    }

    .why-choose-desc {
        font-size: 0.82rem;
        line-height: 17px;
    }

    /*Statistics */
    .statistics-section {
        padding: 36px 16px;
    }

    .statistics-section .col-md-3 {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin-bottom: 20px !important;
    }

    .statistics-section .row {
        margin-bottom: 0 !important;
    }

    .stat-icon {
        font-size: 1.8rem;
        margin-right: 10px;
    }

    .stat-value {
        font-size: 1rem;
    }

    .stat-desc {
        font-size: 0.78rem;
    }

   /* ── Testimonials mobile ── */
.testimonials-section {
    padding: 40px 0 32px;
}

.testimonials-title {
    font-size: 1.3rem;
    margin-bottom: 24px;
}

.testi-stage {
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 0 4px;
}

.testi-side-slot {
    display: none;
}

.testi-center-slot {
    width: calc(100vw - 112px);
    height: auto !important;
    min-height: unset !important;
    overflow: hidden;
    position: relative;
}

/* During animation: absolute so cards overlap and slide */
.testi-center-slot .slot-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* The ACTIVE card (not animating out) drives the slot height */
.testi-center-slot .slot-card.mobile-active {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

.testi-arrow {
    display: flex;
    width: 40px;
    height: 40px;
    font-size: 1.8rem;
    margin: 0 4px;
    flex-shrink: 0;
    align-self: center;
}

.tc-center {
    flex-direction: column !important;
    width: 100% !important;
    min-height: unset !important;
    height: auto !important;
}

.tc-center .tc-img {
    width: 100% !important;
    height: 170px;
    flex-shrink: 0;
}

.tc-center .tc-body {
    padding: 14px 12px !important;
    flex: unset !important;
    width: 100%;
    overflow: visible !important;
}

.testi-name {
    font-size: 0.88rem;
    margin-bottom: 8px;
}

.testi-text {
    font-size: 0.85rem;
    line-height: 1.6;
}

.testi-dots {
    margin-top: 20px;
    gap: 8px;
}

.testi-dot {
    width: 10px;
    height: 10px;
}
    /* CTA */
    .legacy-cta-section {
        padding: 36px 16px;
    }

    .cta-title {
        font-size: 17px;
    }

    .legacy-cta-desc {
        font-size: 0.88rem;
        line-height: 22px;
    }

    .legacy-cta-section .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .legacy-cta-section .btn-gradient-orange,
    .legacy-cta-section .btn-outline-blue {
        width: 100%;
        max-width: 300px;
        text-align: center;
        font-size: 14px;
    }

    .btn-outline-blue {
        padding: 9px 18px;
    }

    /* Footer bottom strip */
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        padding: 24px 16px;
    }

    .footer-bottom .new-policy {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .footer-bottom p {
        font-size: 13px;
    }
}

/* RESPONSIVE — SMALL MOBILE (max 480px) */
@media (max-width: 480px) {
    .hero-title {
        font-size: 18px;
        line-height: 26px;
    }

    .hero-desc {
        font-size: 12px;
    }

    .section-title-gradient {
        font-size: 26px;
    }

    .section-title-dark {
        font-size: 16px;
    }

    .we-care-subtitle {
        font-size: 13px;
    }

    .we-care-desc {
        font-size: 12px;
    }

    .tc-center {
    max-width: 100% !important;
    width: 100% !important;
}

    .tc-center .tc-img {
        height: 130px;
    }

    .how-it-works-card {
        height: 267px;
        padding: 50px 16px 10px;
    }

    .how-it-works-title {
        font-size: 1rem;
    }

    .stat-icon {
        font-size: 1.5rem;
        margin-right: 8px;
    }

    .stat-value {
        font-size: 0.9rem;
    }

    .stat-desc {
        font-size: 0.72rem;
    }

    .why-choose-icon {
        font-size: 1.4rem;
        min-width: 38px;
    }

 .testi-center-slot {
    width: calc(100vw - 96px);
}

.testi-arrow {
    width: 34px;
    height: 34px;
    font-size: 1.5rem;
    margin: 0 3px;
}

.tc-center .tc-img {
    height: 140px;
}
}