* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.accountant-ca-hero {
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}

.accountant-ca-hero-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: center;
}

/* .accountant-ca-hero-wrapper::after {
    position: absolute;
    content: '';
    height: 500px;
    width: 500px;
    background: var(--primary-color);
    right: -289px;
    bottom: -100px;
    transform: rotate(-135deg);
    border-radius: 24px;
    z-index: -1;

} */

.accountant-ca-top-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #b9d0ff;
    background: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 12px;
    color: var(--text-primary);
    margin-bottom: 32px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: .3px;
}

.accountant-ca-top-badge a {
    text-decoration: none;
    color: inherit;
}

.highlight {
    color: var(--primary-color) !important;
}

.accountant-ca-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: auto 0;
}

.accountant-ca-content h1 {
    font-family: var(--heading-bold-font-family);
    font-size: clamp(2rem, 4.5vw, 2.8rem);
    line-height: 1.2;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
    max-width: 700px;
}

.accountant-ca-content h1 span {
    color: var(--primary-color);
}

.accountant-ca-content p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-primary);
    max-width: 700px;
}

.accountant-ca-hero-buttons {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

.accountant-ca-primary-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 14px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 2%;
    font-weight: 600;
    transition: .3s;
}

.accountant-ca-primary-btn:hover {
    transform: translateY(-2px);
}

.accountant-ca-secondary-btn {
    border: 2px solid var(--primary-color);
    color: var(--text-primary);
    padding: 14px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2%;
    transition: .3s;
}

.accountant-ca-secondary-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.accountant-ca-dashboard {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 560px;
    margin: 0 auto;
    /* border: 2px solid white;
    background: rgba(255, 255, 255, 0.801);
    backdrop-filter: blur(8px);
    padding: 20px;
    border-radius: 24px; */
    /* box-shadow: 0 25px 60px rgba(0, 0, 0, .08); */
}

/* =========================
   Tablet
========================= */

@media (max-width: 1300px) {
    .accountant-ca-content h1 {
        font-size: clamp(2rem, 4.5vw, 2.6rem);
    }

    .accountant-ca-dashboard-card:last-child {
        display: none;
    }

    .accountant-ca-top-badge {
        margin-bottom: 12px;
    }
}

@media (max-width: 1100px) {
    .accountant-ca-dashboard-card:last-child {
        display: flex;
    }

    .accountant-ca-hero {
        height: auto;
        padding: 40px 0;
    }

    .accountant-ca-hero-wrapper {
        grid-template-columns: 1fr;
    }

    .accountant-ca-content {
        text-align: center;
        align-items: center;
    }

    .accountant-ca-hero-buttons {
        justify-content: center;
    }

    .accountant-ca-dashboard {
        margin-top: 20px;
        max-width: 560px;
    }
}

/* =========================
   Mobile
========================= */

@media (max-width: 768px) {

    .accountant-ca-content h1 {
        font-size: clamp(34px, 8vw, 46px);
    }

    .accountant-ca-top-badge {
        flex-wrap: wrap;
        justify-content: center;
    }

    .accountant-ca-hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .accountant-ca-primary-btn,
    .accountant-ca-secondary-btn {
        width: 100%;
        text-align: center;
    }



    .accountant-ca-dashboard-card strong {
        margin-top: 5px;
    }
}













.section-eyebrow {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: var(--space-12);
    color: var(--primary-color);
}

.section-eyebrow__line {
    width: 28px;
    height: 1.5px;
    background-color: var(--primary-color);
}

.section-eyebrow__text {
    font-size: var(--p-size-12);
    font-weight: var(--font-600);
    color: var(--text-grey);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--primary-color);
}



.section-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 65px;
}

.section-heading h2 {
    font-family: var(--heading-bold-font-family);
    font-size: clamp(var(--h2-size-28), 5vw, var(--h2-size-40));
    font-weight: var(--font-700);
    color: var(--text-primary);
}

.section-heading p {
    font-family: var(--para-font-family);
    font-size: var(--p-size-18);
    font-weight: var(--font-400);
    color: var(--text-primary);
    line-height: var(--leading-normal);
    margin-top: 2px;
}





















.ca-bento-section {
    padding: 85px 0;
    background-color: var(--bg-light);
}

.ca-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.bento-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 101, 242, .08);
}

.bento-main {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: span 3;
    overflow: hidden;
    /* min-height: 260px; */
}

.bento-main::before {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    border-radius: 8px;
    top: -170px;
    rotate: 45deg;
    right: -100px;
    background-color: #0065f2;

}

.bento-main::after {
    position: absolute;
    content: '';
    width: 121px;
    height: 40px;
    border-radius: 50%;
    top: 14px;
    rotate: 45deg;
    right: -17px;
    background-color: #ffff
}

.bento-wide {
    grid-column: span 2;
}

.bento-card h3 {
    margin-bottom: 12px;
    font-size: 20px;
    letter-spacing: 2%;
}

.bento-card p {
    font-size: 15px;
    line-height: 1.8;
}

.active-card {
    background-color: #0065f2 !important;
    color: white !important;
}

/* ===============================
   Large Laptop (1200px)
================================== */

@media (max-width:1200px) {

    .ca-bento-grid {
        gap: 20px;
    }

    .bento-card {
        padding: 28px;
    }

}

/* ===============================
   Tablet Landscape (992px)
================================== */

@media (max-width:991px) {

    .ca-bento-section {
        padding: 70px 0;
    }

    .ca-bento-grid {

        grid-template-columns: repeat(2, 1fr);
        gap: 20px;

    }

    .bento-main {
        grid-column: span 2;
    }

    .bento-wide {
        grid-column: span 2;
    }

    .bento-card {
        padding: 26px;
    }

    .bento-card h3 {
        font-size: 19px;
    }

    .bento-card p {
        font-size: 15px;
        line-height: 1.75;
    }

}

/* ===============================
   Tablet Portrait (768px)
================================== */

@media (max-width:768px) {

    .ca-bento-section {
        padding: 60px 0;
    }

    .ca-bento-grid {

        grid-template-columns: 1fr;
        gap: 18px;

    }

    .bento-main,
    .bento-wide {

        grid-column: span 1;

    }

    .bento-card {

        padding: 24px;
        min-height: auto;

    }

    .bento-card h3 {

        font-size: 18px;
        margin-bottom: 10px;

    }

    .bento-card p {

        font-size: 14px;
        line-height: 1.7;

    }

}

/* ===============================
   Mobile (576px)
================================== */

@media (max-width:576px) {

    .ca-bento-section {
        padding: 55px 0;
    }

    .ca-bento-grid {

        gap: 16px;

    }

    .bento-card {

        padding: 20px;
        border-radius: 14px;

    }

    .bento-card h3 {

        font-size: 17px;
        line-height: 1.4;

    }

    .bento-card p {

        font-size: 14px;
        line-height: 1.65;

    }

}

/* ===============================
   Small Mobile (375px)
================================== */

@media (max-width:375px) {

    .bento-card {

        padding: 18px;

    }

    .bento-card h3 {

        font-size: 16px;

    }

    .bento-card p {

        font-size: 13px;
        line-height: 1.6;

    }

}




























.accounting-services-section {
    padding: 85px 0;
    background: #fff;
}

.accounting-services-wrapper {
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 70px;
    align-items: start;
}

/* LEFT */

.accounting-content h3 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 22px;
    color: var(--text-primary);
}



.content-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 34px;
}

.content-icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.content-icon img {
    width: 72px;
}

.content-item p {
    font-size: 16px;
    line-height: 1.9;
    color: var(--text-primary);
}

/* RIGHT */

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.service-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
    transition: .35s;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(500deg, #0065f2, #ffffff, #ffffff) border-box;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary-color);
    box-shadow: 0 20px 45px rgba(0, 101, 242, .12);
}

/* .service-card.active {
    border: 2px solid var(--primary-color);
} */

.service-icon {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
}

.service-icon::after {
    content: "";
    position: absolute;
    right: -12px;
    width: 1px;
    height: 42px;
    background: #dfe4f5;
}

.service-icon img {
    width: 72px;
}

.service-card h4 {
    font-size: 15px;
    line-height: 1.45;
    color: var(--text-primary);
    font-weight: 600;
}

/* ===========================================
   1400px
=========================================== */

@media (max-width:1400px) {

    .accounting-services-wrapper {
        gap: 50px;
    }

}

/* ===========================================
   1200px
=========================================== */

@media (max-width:1200px) {

    .accounting-services-wrapper {
        grid-template-columns: 380px 1fr;
        gap: 40px;
    }

    .service-grid {
        gap: 18px;
    }

    .service-card {
        padding: 20px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
    }

    .service-icon img {
        width: 60px;
    }

    .service-card h4 {
        font-size: 14px;
    }

}

/* ===========================================
   992px
=========================================== */

@media (max-width:992px) {

    .accounting-services-wrapper {

        grid-template-columns: 1fr;
        gap: 50px;

    }

    .accounting-content {

        max-width: 700px;
        margin: 0 auto;
        text-align: center;

    }

    .content-item {

        justify-content: center;
        text-align: left;

    }

}

/* ===========================================
   768px
=========================================== */

@media (max-width:768px) {

    .accounting-services-section {

        padding: 70px 0;

    }

    .service-grid {

        grid-template-columns: 1fr;

    }

    .accounting-content h3 {

        font-size: 24px;

    }

    .content-item {

        gap: 16px;
        margin-bottom: 28px;

    }

    .content-icon {

        width: 56px;
        height: 56px;

    }

    .content-icon img {

        width: 56px;

    }

    .content-item p {

        font-size: 15px;
        line-height: 1.8;

    }

    .service-card {

        padding: 20px;

    }

    .service-icon {

        width: 58px;
        height: 58px;

    }

    .service-icon img {

        width: 58px;

    }

}

/* ===========================================
   576px
=========================================== */

@media (max-width:576px) {

    .accounting-services-section {

        padding: 60px 0;

    }

    .accounting-content {

        text-align: left;

    }

    .accounting-content h3 {

        font-size: 22px;
        margin-bottom: 20px;

    }

    .content-item {

        gap: 14px;
        margin-bottom: 24px;

    }

    .content-icon {

        width: 48px;
        height: 48px;

    }

    .content-icon img {

        width: 48px;

    }

    .content-item p {

        font-size: 14px;
        line-height: 1.7;

    }

    .service-card {

        padding: 18px;
        gap: 16px;

    }

    .service-icon {

        width: 50px;
        height: 50px;

    }

    .service-icon img {

        width: 50px;

    }

    .service-icon::after {

        right: -8px;
        height: 34px;

    }

    .service-card h4 {

        font-size: 14px;
        line-height: 1.5;

    }

}

/* ===========================================
   420px
=========================================== */

@media (max-width:420px) {

    .service-card {

        flex-direction: column;
        text-align: center;
        gap: 14px;

    }

    .service-icon::after {

        display: none;

    }

    .service-card h4 {

        font-size: 15px;

    }

    .content-item {

        align-items: flex-start;

    }

}

/* ===========================================
   360px
=========================================== */

@media (max-width:360px) {

    .accounting-content h3 {

        font-size: 20px;

    }

    .service-card {

        padding: 16px;

    }

    .service-card h4 {

        font-size: 14px;

    }

}






















.accounting-benefits-section {
    padding: 85px 0;
}

.partner-feature-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 90px;
}

.partner-feature-row:last-child {
    margin-bottom: 0;
}

.partner-feature-row.reverse {
    flex-direction: row-reverse;
}

.partner-feature-image {
    flex: 1;
}

.partner-feature-image img {
    width: 100%;
    display: block;
    border-radius: 18px;
}

.partner-feature-content {
    flex: 1;
}

.feature-label {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 50px;
    background: rgba(10, 90, 255, .08);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.partner-feature-content h3 {
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.3;
    margin-bottom: 18px;
    color: var(--text-primary);
}

.partner-feature-content p {
    color: var(--text-grey);
    line-height: 1.8;
    margin-bottom: 24px;
}

.partner-feature-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.partner-feature-content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    color: var(--text-primary);
    line-height: 1.6;
}

.partner-feature-content ul li:last-child {
    margin-bottom: 0;
}

.partner-feature-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
    font-weight: 700;
}

























.accounting-timeline-section {
    padding: 85px 0;
    background-color: var(--bg-light);
}

.timeline {

    position: relative;
    max-width: 950px;
    margin: 0 auto;

}

.timeline::before {

    content: "";
    position: absolute;
    left: 35px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e4e8ef;

}

.timeline-item {

    position: relative;
    display: flex;
    gap: 35px;
    padding-bottom: 55px;

}

.timeline-item:last-child {

    padding-bottom: 0;

}

.timeline-number {
    font-family: var(--heading-font-family);
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background: var(--text-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    letter-spacing: 5%;
    position: relative;
    z-index: 2;

}

.timeline-content {

    flex: 1;

    background: #fff;

    padding: 35px;

    border-radius: 18px;

    border: 1px solid #edf1f5;

    transition: .35s;

}

.timeline-content:hover {

    transform: translateY(-5px);

    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);

}

.timeline-content h3 {

    font-size: 24px;
    margin-bottom: 16px;
    color: var(--text-primary);

}

.timeline-content p {

    line-height: 1.8;
    color: var(--text-primary);

}

@media(max-width:768px) {

    .timeline::before {

        left: 24px;

    }

    .timeline-item {

        gap: 20px;

    }

    .timeline-number {

        width: 50px;
        height: 50px;
        font-size: 18px;

    }

    .timeline-content {

        padding: 24px;

    }

    .timeline-content h3 {

        font-size: 22px;

    }

}

@media(max-width:576px) {

    .accounting-timeline-section {

        padding: 60px 0;

    }

    .timeline-item {

        align-items: flex-start;

    }

    .timeline-content h3 {

        font-size: 20px;

    }

    .timeline-content p {

        font-size: 15px;

    }

}












.manual-accounting-section {
    padding: 85px 0;
    background: var(--bg-light);
}

.manual-accounting-wrapper {

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: start;

}

.manual-intro {

    padding-right: 20px;

}

.intro-text {
    font-family: var(--heading-font-family);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
    color: var(--text-grey);

}

.manual-highlight {

    display: flex;
    gap: 24px;
    align-items: flex-start;

}

.highlight-line {

    width: 8px;
    min-height: 160px;
    border-radius: 50px;
    background: linear-gradient(247deg, #0065f2, #ffffff);
}

.manual-highlight p {
    font-family: var(--heading-font-family);

    font-size: 16px;
    line-height: 2;
    color: var(--text-primary);

}

@media(max-width:992px) {

    .manual-accounting-wrapper {

        grid-template-columns: 1fr;
        gap: 40px;

    }

    .highlight-line {

        min-height: 140px;

    }

}

@media(max-width:768px) {

    .manual-accounting-section {

        padding: 70px 0;

    }


    .manual-highlight p {
        line-height: 1.6;
        font-size: 16px;

    }

}

@media(max-width:576px) {

    .manual-accounting-section {

        padding: 60px 0;

    }

    .intro-text {


        line-height: 1.6;

    }

    .highlight-line {

        min-height: 100px;

    }

}



















.collaboration-section {
    padding: 85px 0;
    background: #fff;
}

.collaboration-wrapper {
    display: grid;
    grid-template-columns: 1fr 220px 1fr;
    gap: 40px;
    align-items: center;

}

.collaboration-card {

    padding: 32px;
    border-bottom: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(-324deg, #0065f2, #ffffff, #ffffff) border-box;
    border-radius: 0px;
    transition: .35s;
    z-index: 1;
}

.collaboration-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 18px 45px rgba(0, 101, 242, .08);

}

.card-badge {

    display: inline-flex;
    padding: 10px 18px;
    background: #eef5ff;
    color: #0065f2;
    border-radius: 40px;
    font-weight: 600;
    margin-bottom: 20px;

}

.collaboration-card p {

    line-height: 1.8;
    color: var(--text-primary);

}

.collaboration-center {

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.center-circle {

    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0065f2, #2d8cff);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 16px;
    box-shadow: 0 20px 50px rgba(0, 101, 242, .25);
    z-index: 3;
}

.center-circle img {
    border-radius: 50%;
}

.collaboration-center::before,
.collaboration-center::after {

    content: "";
    position: absolute;
    top: 50%;
    width: 70px;
    height: 2px;
    background: #d8e6ff;

}

.collaboration-center::before {

    left: -50px;

}

.collaboration-center::after {

    right: -50px;

}

.collaboration-summary {

    margin-top: 60px;
    padding: 35px;
    background: var(--bg-light);
    border-radius: 14px;

}

.collaboration-summary p {

    font-size: 14px;
    line-height: 1.9;
    color: var(--text-primary);

}

/* ==========================================
   1200px
========================================== */

@media (max-width:1200px) {

    .collaboration-wrapper {

        grid-template-columns: 1fr 180px 1fr;
        gap: 30px;

    }

    .center-circle {

        width: 160px;
        height: 160px;

    }

    .center-circle img {

        width: 120px;

    }

}


/* ==========================================
   992px
========================================== */

@media (max-width:992px) {

    .collaboration-section {

        padding: 70px 0;

    }

    .collaboration-wrapper {

        grid-template-columns: 1fr;
        gap: 30px;

    }

    .collaboration-center {

        order: -1;

    }

    .collaboration-center::before,
    .collaboration-center::after {

        display: none;

    }

    .center-circle {
        display: none;
        width: 170px;
        height: 170px;

    }

    .collaboration-card {
        padding-left: 0;
        text-align: left;

    }

    .card-badge {

        display: table;

    }

}


/* ==========================================
   768px
========================================== */

@media (max-width:768px) {

    .collaboration-section {

        padding: 65px 0;

    }

    .collaboration-card {
        padding-left: 0;

    }

    .center-circle {

        width: 150px;
        height: 150px;

    }

    .center-circle img {

        width: 105px;

    }

    .collaboration-summary {

        margin-top: 40px;
        padding: 24px;

    }

}


/* ==========================================
   576px
========================================== */

@media (max-width:576px) {

    .collaboration-section {

        padding: 60px 0;

    }

    .collaboration-card {
        padding-left: 0;

    }

    .card-badge {

        font-size: 14px;
        padding: 8px 16px;

    }

    .collaboration-card p {

        font-size: 15px;
        line-height: 1.8;

    }

    .center-circle {

        width: 130px;
        height: 130px;

    }

    .center-circle img {

        width: 90px;

    }

    .collaboration-summary {

        padding: 20px;

    }

    .collaboration-summary p {

        font-size: 15px;

    }

}


/* ==========================================
   400px
========================================== */

@media (max-width:400px) {

    .collaboration-card {

        padding: 18px;

    }

    .card-badge {

        font-size: 13px;

    }

    .center-circle {

        width: 115px;
        height: 115px;

    }

    .center-circle img {

        width: 80px;

    }

    .collaboration-summary p {

        font-size: 14px;
        line-height: 1.7;

    }

}

















.benefits-section {
    background: var(--bg-light);
    padding: 85px 0;
}

.benefits-grid {

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;

}

.benefit-card {

    padding: 28px;

    /* background: #fff; */

    border-radius: 18px;

    border: 2px solid transparent;

    transition: .35s;

    position: relative;

    overflow: hidden;

}
/* 1 */
.benefit-card:nth-child(1){
    background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(522deg,#0065F2,#ffffff,#ffffff) border-box;
}

/* 2 */
.benefit-card:nth-child(2){
    background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(343deg,#10B981,#ffffff,#ffffff) border-box;
}

/* 3 */
.benefit-card:nth-child(3){
    background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(522deg,#F59E0B,#ffffff,#ffffff) border-box;
}

/* 4 */
.benefit-card:nth-child(4){
    background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(343deg,#8B5CF6,#ffffff,#ffffff) border-box;
}

/* 5 */
.benefit-card:nth-child(5){
    background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(522deg,#EC4899,#ffffff,#ffffff) border-box;
}

/* 6 */
.benefit-card:nth-child(6){
    background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(343deg,#14B8A6,#ffffff,#ffffff) border-box;
}

/* 7 */
.benefit-card:nth-child(7){
    background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(522deg,#F97316,#ffffff,#ffffff) border-box;
}

/* 8 */
.benefit-card:nth-child(8){
    background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(343deg,#3B82F6,#ffffff,#ffffff) border-box;
}

/* 9 */
.benefit-card:nth-child(9){
    background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(522deg,#06B6D4,#ffffff,#ffffff) border-box;
}

/* 10 */
.benefit-card:nth-child(10){
    background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(343deg,#22C55E,#ffffff,#ffffff) border-box;
}

/* .benefit-card:hover{

    transform:translateY(-8px);

    border-color:#0065f2;

    box-shadow:0 18px 45px rgba(0,101,242,.08);

} */

.benefit-card span {

    display: inline-flex;
    font-family: var(--heading-font-family);
    width: 52px;
    height: 52px;
    padding: 12px;
    border-radius: 12px;
    font-size: 24px;
    letter-spacing: 5%;
    justify-content: center;
    align-items: center;
    background: var(--text-primary);
    color: #fff;
    margin-bottom: 20px;

}

.benefit-card h3 {

    font-size: 20px;
    line-height: 1.6;
    color: var(--text-primary);

}

/* ======================================
   1200px
====================================== */

@media (max-width:1200px) {

    .benefits-grid {

        gap: 20px;

    }

    .benefit-card {

        padding: 24px;

    }

    .benefit-card h3 {

        font-size: 18px;

    }

}


/* ======================================
   992px
====================================== */

@media (max-width:992px) {

    .benefits-section {

        padding: 70px 0;

    }

    .benefits-grid {

        grid-template-columns: 1fr;
        gap: 18px;

    }

    .benefit-card {

        padding: 24px;

    }

}


/* ======================================
   768px
====================================== */

@media (max-width:768px) {

    .benefits-section {

        padding: 65px 0;

    }

    .benefit-card {

        padding: 22px;

    }

    .benefit-card span {

        width: 48px;
        height: 48px;
        font-size: 20px;
        margin-bottom: 16px;

    }

    .benefit-card h3 {

        font-size: 17px;
        line-height: 1.5;

    }

}


/* ======================================
   576px
====================================== */

@media (max-width:576px) {

    .benefits-section {

        padding: 60px 0;

    }

    .benefits-grid {

        gap: 16px;

    }

    .benefit-card {

        padding: 20px;
        border-radius: 16px;

    }

    .benefit-card span {

        width: 44px;
        height: 44px;
        font-size: 18px;
        border-radius: 10px;

    }

    .benefit-card h3 {

        font-size: 16px;
        line-height: 1.5;

    }

}


/* ======================================
   400px
====================================== */

@media (max-width:400px) {

    .benefit-card {

        padding: 18px;

    }

    .benefit-card span {

        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-bottom: 14px;

    }

    .benefit-card h3 {

        font-size: 15px;
        line-height: 1.4;

    }

}