.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 41px 0 42px;
    z-index: 15;
}

/* ==========================================================  counter SEction ============================================ */
.impact-new-section {
    padding: 75px 0;
    background: #ffffff;
}


/* MAIN WRAPPER */

.impact-new-box {
    background: #ffffff;
    border: 1px solid #e9edf1;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 5px 8px rgba(7, 54, 98, .07);
}

.impact-intro {
    height: 100%;
    min-height: 440px;
    background: #fff4ed;
    padding: 48px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.impact-mini-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff5e14;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
}

.impact-mini-title::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #ff5e14;
}

.impact-intro h2 {
    margin: 0 0 18px;
    color: #073662;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.8px;
}

.impact-intro h2 span {
    display: block;
    color: #ff5e14;
}

.impact-intro p {
    margin: 0 0 28px;
    color: #69727a;
    font-size: 14px;
    line-height: 1.75;
}

.impact-explore-btn {
    width: fit-content;

    min-height: 46px;

    padding: 0 20px;

    border-radius: 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    background: #073662;

    color: #fff;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;

    transition: .25s ease;
}


.impact-explore-btn:hover {
    background: #ff5e14;
    color: #fff;

    transform: translateY(-2px);
}


.impact-counter-grid {
    height: 100%;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


/* COUNTER ITEM */

.impact-new-item {
    position: relative;

    min-height: 220px;

    padding: 32px;

    display: flex;
    align-items: flex-start;

    gap: 20px;

    transition: .3s ease;
}


/* divider */

.impact-new-item:nth-child(1),
.impact-new-item:nth-child(2) {
    border-bottom: 1px solid #edf0f2;
}


.impact-new-item:nth-child(odd) {
    border-right: 1px solid #edf0f2;
}


.impact-new-item:hover {
    background: #fffaf7;
}

.impact-new-icon {
    flex: 0 0 58px;

    width: 58px;
    height: 58px;

    border-radius: 16px;

    background: #fff0e8;

    color: #ff5e14;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 21px;

    transition: .3s ease;
}


.impact-new-item:hover .impact-new-icon {
    background: #ff5e14;
    color: #fff;
}


.impact-new-number {
    display: flex;
    align-items: baseline;

    margin-bottom: 7px;
}


.impact-new-number h3 {
    margin: 0;

    color: #073662;

    font-size: 44px;
    line-height: 1;

    font-weight: 700;

    letter-spacing: -1px;
}


.impact-new-number span {
    margin-left: 4px;

    color: #ff5e14;

    font-size: 17px;
    font-weight: 700;
}


.impact-new-info h4 {
    margin: 0 0 6px;

    color: #073662;

    font-size: 16px;
    font-weight: 700;
}


.impact-new-info p {
    max-width: 230px;

    margin: 0;

    color: #777f86;

    font-size: 12px;
    line-height: 1.65;
}

@media (max-width: 991px) {

    .impact-new-section {
        padding: 60px 0;
    }

    .impact-intro {
        min-height: auto;
        padding: 38px;
    }


    .impact-intro h2 {
        font-size: 33px;
    }

}

@media (max-width: 767px) {

    .impact-new-section {
        padding: 45px 0;
    }


    .impact-new-box {
        border-radius: 18px;
    }


    .impact-intro {
        padding: 28px 22px;
    }


    .impact-intro h2 {
        font-size: 29px;
    }


    .impact-intro p {
        font-size: 13px;
        margin-bottom: 20px;
    }


    .impact-counter-grid {
        grid-template-columns: 1fr;
    }


    .impact-new-item {
        min-height: auto;

        padding: 22px;

        align-items: center;

        border-right: none !important;
        border-bottom: 1px solid #edf0f2 !important;
    }


    .impact-new-item:last-child {
        border-bottom: none !important;
    }


    .impact-new-icon {
        width: 52px;
        height: 52px;

        flex-basis: 52px;
    }


    .impact-new-number h3 {
        font-size: 35px;
    }


    .impact-new-number span {
        font-size: 14px;
    }


    .impact-new-info h4 {
        font-size: 15px;
    }


    .impact-new-info p {
        font-size: 11px;
    }

}

/* ==========================================================  counter SEction ============================================ */
/* ==========================================================  Campaign Section  ============================================ */

.project-one__carousel {
    position: relative;
}

.project-one__carousel .owl-stage {
    display: flex;
}

.project-one__carousel .owl-item {
    display: flex;
    height: auto;
}

.project-one__carousel .item {
    width: 100%;
    height: 100%;
    padding: 4px 2px 20px;
}


/* CARD */

.campaign-card {
    background: #fff;
    border: 1px solid #ece7dc;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
}

.campaign-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
}


/* IMAGE */

.campaign-image {
    width: 100%;
    height: 215px;
    display: block;
    overflow: hidden;
    position: relative;
    background: #eee;
}

.campaign-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.campaign-card:hover .campaign-image img {
    transform: scale(1.04);
}


/* CONTENT */

.campaign-content {
    padding: 14px 14px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.campaign-title {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;
    margin: 0 0 6px;
    min-height: 30px;
}

.campaign-title a {
    color: #151515;
    text-decoration: none;
    transition: .25s;
}

.campaign-title a:hover {
    color: #ffad13;
}

.campaign-author-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #efefef;
}

.campaign-author {
    margin: 0;
    font-size: 12px;
    color: #555;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.campaign-author a {
    color: #6241ca;
    font-weight: 600;
    text-decoration: none;
}

.tax-benefit {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #e9e4dc;
    background: #fff;
    color: #8b8b8b;
    font-size: 11px;
    font-weight: 600;
}

.tax-benefit i {
    color: #ffad13;
    font-size: 14px;
}

.campaign-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
}

.campaign-stats p {
    margin: 0;
    font-size: 13px;
    color: #111;
    font-weight: 600;
}

.campaign-stats strong {
    font-weight: 700;
}

.campaign-progress {
    width: 100%;
    height: 8px;
    border-radius: 20px;
    background: #e9e9e9;
    overflow: hidden;
    margin-bottom: 15px;
}

.campaign-progress-bar {
    height: 100%;
    min-width: 4px;
    border-radius: inherit;
    background: #ffb10b;
    position: relative;
    transition: width .8s ease;
}

.campaign-donate-btn {
    width: 100%;
    min-height: 45px;
    background: #ffb10b;
    color: #111;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    margin-top: auto;
    transition: all .25s ease;
}

.campaign-donate-btn:hover {
    background: #f5a600;
    color: #111;
    transform: translateY(-1px);
}

.project-one__carousel .owl-nav {
    position: absolute;
    top: 42%;
    left: -55px;
    right: -55px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
}

.project-one__carousel .owl-nav button.owl-prev,
.project-one__carousel .owl-nav button.owl-next {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff !important;
    border: 1px solid #ececec !important;
    color: #181818 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 17px !important;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
    transition: .25s;
}

.project-one__carousel .owl-nav button:hover {
    background: #ffb10b !important;
    border-color: #ffb10b !important;
}

.project-one__carousel .owl-dots {
    margin-top: 15px !important;
}

.project-one__carousel .owl-dot span {
    width: 7px !important;
    height: 7px !important;
    background: #d4d4d4 !important;
}

.project-one__carousel .owl-dot.active span {
    width: 22px !important;
    border-radius: 10px !important;
    background: #ffb10b !important;
}


/* TABLET */

@media (max-width: 1199px) {

    .project-one__carousel .owl-nav {
        left: -15px;
        right: -15px;
    }

    .campaign-image {
        height: 205px;
    }
}


/* MOBILE */

@media (max-width: 767px) {

    .project-one__carousel .item {
        padding: 0 4px 15px;
    }

    .campaign-card {
        border-radius: 15px;
    }

    .campaign-image {
        height: 210px;
    }

    .campaign-content {
        padding: 13px 13px 15px;
    }

    .campaign-title {
        font-size: 15px;
        min-height: auto;
    }

    .campaign-author-row {
        align-items: center;
    }

    .campaign-author {
        font-size: 11px;
    }

    .tax-benefit {
        font-size: 10px;
        padding: 7px 8px;
    }

    .campaign-stats p {
        font-size: 12px;
    }

    .project-one__carousel .owl-nav {
        position: static;
        transform: none;
        justify-content: center;
        gap: 10px;
        margin-top: 5px;
    }

    .project-one__carousel .owl-nav button.owl-prev,
    .project-one__carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
    }
}


.campaign-action-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}


/* Donate */

.campaign-action-row .campaign-donate-btn {
    flex: 1;
    width: auto;
    margin-top: 0;
    min-height: 47px;
}


/* Share */

.campaign-share-btn {
    flex: 0 0 47px;
    width: 47px;
    height: 47px;

    border: 1px solid #ffb10b;
    background: #fff;
    color: #ff9f00;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
    cursor: pointer;

    transition: all .25s ease;
}

.campaign-share-btn:hover {
    background: #ffb10b;
    color: #111;
    transform: translateY(-2px);
}

.campaign-share-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 177, 11, .18);
}


/* Mobile */

@media (max-width: 575px) {

    .campaign-action-row {
        gap: 8px;
    }

    .campaign-share-btn {
        flex-basis: 45px;
        width: 45px;
        height: 45px;
    }

    .campaign-action-row .campaign-donate-btn {
        min-height: 45px;
    }
}

.section-title__title {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
    letter-spacing: -0.02em;
    margin-top: 3px;
}

/* ==========================================================  Campaign Section  ============================================ */


/* ==========================================================  category section ============================================ */

.cause-category-section {
    position: relative;
    padding: 70px 0 75px;
    background: #fffaf5;
    overflow: hidden;
}

.cause-section-head {
    max-width: 700px;
    margin: 0 auto 40px;
}

.cause-small-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff5e14;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.cause-small-title::before,
.cause-small-title::after {
    content: "";
    width: 25px;
    height: 2px;
    background: #ff5e14;
}

.cause-section-head h2 {
    margin: 0;
    color: #073662;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.cause-section-head h2 span {
    color: #ff5e14;
}

.cause-section-head p {
    max-width: 600px;
    margin: 14px auto 0;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}

.category-slider-wrapper {
    position: relative;
    padding: 0 50px;
}

.category-tabs {
    display: flex;
    align-items: stretch;
    gap: 14px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 5px 5px 15px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.category-tabs::-webkit-scrollbar {
    display: none;
}

.cat-btn {
    flex: 0 0 135px;
    min-height: 145px;
    background: #ffffff;
    border: 1px solid #f1e7df;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    text-decoration: none;
    color: #263238;
    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


.cat-btn:hover {
    transform: translateY(-5px);
    border-color: rgb(255 94 20 / 10%);
    box-shadow: 0 4px 9px rgba(23, 42, 58, .08);
    color: #ff5e14;
}

.cat-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #fff0e9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}

.cat-icon i {
    color: #ff5e14;
    font-size: 25px;
    transition: .3s ease;
}

.cat-btn:hover .cat-icon {
    background: #ff5e14;
}

.cat-btn:hover .cat-icon i {
    color: #ffffff;
}

.cat-btn span {
    display: block;
    color: #263238;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;

    transition: .3s ease;
}

.cat-btn:hover span {
    color: #ff5e14;
}

.cat-btn.active {
    background: #ff5e14;
    border-color: #ff5e14;

    box-shadow:
        0 12px 25px rgba(255, 94, 20, .20);
}

.cat-btn.active .cat-icon {
    background: #ffffff;
}

.cat-btn.active .cat-icon i {
    color: #ff5e14;
}

.cat-btn.active span {
    color: #ffffff;
}

.cat-btn.active:hover {
    transform: translateY(-5px);
}


/* =========================
   ARROWS
========================= */

.category-arrow {
    position: absolute;
    top: 50%;

    transform: translateY(-50%);

    width: 42px;
    height: 42px;

    border: 1px solid #eee0d6;
    border-radius: 50%;

    background: #ffffff;

    color: #073662;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    font-size: 14px;

    cursor: pointer;

    z-index: 5;

    box-shadow:
        0 5px 15px rgba(0, 0, 0, .06);

    transition: .25s ease;
}

.category-arrow:hover {
    background: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}

.category-arrow-left {
    left: 0;
}

.category-arrow-right {
    right: 0;
}


/* =========================
   TABLET
========================= */

@media (max-width: 991px) {

    .cause-category-section {
        padding: 55px 0 60px;
    }

    .cause-section-head {
        margin-bottom: 30px;
    }

    .cause-section-head h2 {
        font-size: 32px;
    }

    .category-slider-wrapper {
        padding: 0 42px;
    }

    .cat-btn {
        flex-basis: 125px;
        min-height: 135px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .cause-category-section {
        padding: 45px 0 50px;
    }

    .cause-section-head {
        margin-bottom: 25px;
        padding: 0 12px;
    }

    .cause-small-title {
        font-size: 11px;
    }

    .cause-section-head h2 {
        font-size: 27px;
    }

    .cause-section-head p {
        font-size: 13px;
        line-height: 1.6;
    }

    .category-slider-wrapper {
        padding: 0;
    }

    .category-tabs {
        padding:
            5px 12px 15px;

        gap: 10px;

        scroll-snap-type: x proximity;
    }

    .cat-btn {
        flex: 0 0 115px;

        min-height: 125px;

        border-radius: 15px;

        scroll-snap-align: start;
    }

    .cat-icon {
        width: 54px;
        height: 54px;
    }

    .cat-icon i {
        font-size: 22px;
    }

    .cat-btn span {
        font-size: 13px;
    }

    /* Mobile swipe preferred */
    .category-arrow {
        display: none;
    }
}

/* ==========================================================  category section ============================================ */

/* ==========================================================  why choiose  ============================================ */

.who-we-serve-section {
    position: relative;
    padding: 85px 0;
    background: #faf8f4;
    overflow: hidden;
}

.serve-collage {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 500px;
    margin: auto;
}

.serve-img {
    position: absolute;
    overflow: hidden;
    background: #eee;
}

.serve-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.serve-img:hover img {
    transform: scale(1.05);
}


/* Top Left */

.serve-img-1 {
    top: 0;
    left: 0;

    width: 55%;
    height: 39%;

    border-radius:
        30px 30px 65px 30px;
}


/* Top Right */

.serve-img-2 {
    top: 0;
    right: 0;

    width: 41%;
    height: 33%;

    border-radius:
        30px 30px 30px 70px;
}


/* Bottom Left */

.serve-img-3 {
    bottom: 0;
    left: 0;

    width: 58%;
    height: 53%;

    border-radius:
        30px 80px 30px 30px;
}


/* Bottom Right */

.serve-img-4 {
    bottom: 0;
    right: 0;

    width: 38%;
    height: 59%;

    border-radius:
        80px 30px 30px 30px;
}


/* Center Logo */

.serve-center-logo {
    position: absolute;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

    width: 105px;
    height: 105px;

    background: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 14px;

    z-index: 5;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, .09);
}

.serve-center-logo img {
    width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.serve-content {
    padding-left: 10px;
}

.serve-small-title {
    display: inline-block;

    color: #ff5e14;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.6px;

    margin-bottom: 8px;
}


.serve-content h2 {
    margin: 0 0 14px;

    color: #5b45b5;

    font-size: 54px;
    line-height: 1.05;

    font-weight: 700;

    letter-spacing: -1.5px;
}

.serve-content h2 span {
    color: #ff5e14;
}


.serve-intro {
    max-width: 730px;

    margin: 0 0 22px;

    color: #3f3f3f;

    font-size: 16px;
    line-height: 1.55;
}


/* Content blocks */

.serve-info-block {
    margin-bottom: 19px;
}

.serve-info-block h4 {
    margin: 0 0 3px;

    color: #292929;

    font-size: 16px;
    font-weight: 700;
}

.serve-info-block p {
    margin: 0;

    color: #4d4d4d;

    font-size: 15px;
    line-height: 1.55;
}

.serve-highlights {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;

    margin: 25px 0;
}


.serve-highlight {
    flex: 1 1 180px;

    min-height: 68px;

    padding: 11px 13px;

    background: #fff;

    border: 1px solid #eee7df;
    border-radius: 13px;

    display: flex;
    align-items: center;

    gap: 10px;
}


.serve-highlight i {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    border-radius: 50%;

    background: #fff0e9;

    color: #ff5e14;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 17px;
}


.serve-highlight strong {
    display: block;

    color: #073662;

    font-size: 13px;
    line-height: 1.3;
}


.serve-highlight span {
    display: block;

    margin-top: 2px;

    color: #777;

    font-size: 11px;
    line-height: 1.3;
}

.serve-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    min-height: 48px;

    padding: 0 24px;

    border-radius: 30px;

    background: #ffb10b;

    color: #111;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: .3s ease;
}


.serve-btn:hover {
    background: #ff5e14;
    color: #fff;

    transform: translateY(-2px);
}

@media (max-width: 1199px) {

    .serve-collage {
        height: 450px;
    }

    .serve-content h2 {
        font-size: 45px;
    }

}

@media (max-width: 991px) {

    .who-we-serve-section {
        padding: 60px 0;
    }

    .serve-collage {
        max-width: 520px;
        height: 480px;
        margin-bottom: 25px;
    }

    .serve-content {
        padding-left: 0;
    }

}


@media (max-width: 576px) {

    .who-we-serve-section {
        padding: 45px 0;
    }

    .serve-collage {
        height: 355px;
    }

    .serve-img-1 {
        width: 54%;
        height: 38%;
    }

    .serve-img-2 {
        width: 42%;
        height: 32%;
    }

    .serve-img-3 {
        width: 58%;
        height: 54%;
    }

    .serve-img-4 {
        width: 38%;
        height: 60%;
    }

    .serve-center-logo {
        width: 78px;
        height: 78px;
        padding: 10px;
    }

    .serve-content h2 {
        font-size: 36px;
    }

    .serve-intro {
        font-size: 14px;
    }

    .serve-info-block p {
        font-size: 14px;
    }

    .serve-highlights {
        display: grid;
        grid-template-columns: 1fr;
    }

}

/* ==========================================================  why choiose  ============================================ */

/* ==========================================================  gallery Section ============================================ */

.partner-section {
    position: relative;
    padding: 75px 0 80px;
    background: #ffffff;
    overflow: hidden;
}

.partner-heading {
    max-width: 680px;
    margin: 0 auto 38px;
}

.partner-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff5e14;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}

.partner-tag::before,
.partner-tag::after {
    content: "";
    width: 24px;
    height: 2px;
    background: #ff5e14;
}


.partner-heading h2 {
    margin: 0;
    color: #073662;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
}

.partner-heading h2 span {
    color: #ff5e14;
}

.partner-heading p {
    max-width: 570px;

    margin: 12px auto 0;

    color: #777;

    font-size: 15px;
    line-height: 1.7;
}

.partnerSwiper {
    width: 100%;
    padding: 10px 3px 20px;
}

.partnerSwiper .swiper-wrapper {
    align-items: stretch;
}

.partnerSwiper .swiper-slide {
    height: auto;

    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-card:hover img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.05);
}


/* TABLET */

@media (max-width: 991px) {

    .partner-section {
        padding: 60px 0;
    }

    .partner-heading h2 {
        font-size: 32px;
    }

    .partner-card {
        height: 115px;
    }

    .partner-card img {
        max-width: 145px;
        max-height: 65px;
    }
}


/* MOBILE */

@media (max-width: 576px) {

    .partner-section {
        padding: 45px 0 50px;
    }

    .partner-heading {
        margin-bottom: 25px;
        padding: 0 10px;
    }

    .partner-tag {
        font-size: 11px;
    }

    .partner-heading h2 {
        font-size: 27px;
    }

    .partner-heading p {
        font-size: 13px;
    }

    .partner-card {
        height: 100px;

        padding: 18px;

        border-radius: 13px;
    }

    .partner-card img {
        max-width: 125px;
        max-height: 55px;
    }
}

.partner-card:hover {
    transform: translateY(-5px);
    border-color: rgb(255 94 20 / 22%);
    box-shadow: 0 5px 6px rgba(0, 0, 0, .07);
}

.partner-card {
    width: 100%;
    height: 125px;
    background: #ffffff;
    border: 1px solid #eeeae5;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    transition: all .3s ease;
}

.partner-card img {
    width: auto !important;
    /* max-width: 170px; */
    max-height: 121px;
    height: auto !important;
    object-fit: contain;
    display: block;
    filter: grayscale(20%);
    opacity: .9;
    transition: all .3s ease;
}

/* ==========================================================  gallery Section ============================================ */

/* ==========================================================  faq Section ============================================ */

.ds-faq-section {
    padding: 80px 0;
    background: #fffaf6;
}

.ds-faq-heading {
    max-width: 760px;
    margin: 0 auto 45px;
}

.ds-faq-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    background: #fff0e8;
    color: #ff5e14;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 13px;
}


.ds-faq-heading h2 {
    margin: 0;
    color: #073662;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
}

.ds-faq-heading h2 span {
    color: #ff5e14;
}


.ds-faq-heading p {
    max-width: 620px;

    margin: 15px auto 0;

    color: #6e6e6e;

    font-size: 15px;
    line-height: 1.7;
}

.ds-faq-item {
    height: 100%;

    background: #ffffff;

    border: 1px solid #ebe6df;

    border-radius: 15px;

    overflow: hidden;

    transition: all .3s ease;
}


.ds-faq-item:hover {
    border-color: rgba(255, 94, 20, .35);

    box-shadow:
        0 8px 25px rgba(25, 45, 65, .05);
}


.ds-faq-item[open] {
    border-color: rgba(255, 94, 20, .45);

    box-shadow:
        0 10px 30px rgba(25, 45, 65, .06);
}


/* SUMMARY */

.ds-faq-item summary {
    list-style: none;

    min-height: 82px;

    padding: 16px 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    cursor: pointer;

    user-select: none;
}


.ds-faq-item summary::-webkit-details-marker {
    display: none;
}


/* QUESTION */

.ds-faq-question {
    display: flex;
    align-items: center;

    gap: 13px;
}


.ds-faq-number {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff0e8;

    color: #ff5e14;

    border-radius: 50%;

    font-size: 12px;
    font-weight: 700;

    transition: .25s ease;
}


.ds-faq-item[open] .ds-faq-number {
    background: #ff5e14;
    color: #fff;
}


.ds-faq-question h4 {
    margin: 0;

    color: #073662;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
}


/* PLUS */

.ds-faq-icon {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    border-radius: 50%;

    background: #f6f7f8;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #073662;

    font-size: 13px;

    transition: .3s ease;
}

.ds-faq-item[open] .ds-faq-icon {
    background: #ff5e14;
    color: #ffffff;
}

.ds-faq-item[open] .ds-faq-icon i {
    transform: rotate(45deg);
}

.ds-faq-answer {
    padding:
        0 70px 20px 73px;
}

.ds-faq-answer p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.ds-faq-bottom {
    max-width: 850px;

    margin: 35px auto 0;

    padding: 18px 20px;

    background: #073662;

    border-radius: 18px;

    display: flex;
    align-items: center;

    gap: 15px;
}


.ds-faq-support-icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    border-radius: 50%;

    background: #ffb10b;

    color: #073662;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}


.ds-faq-support-content {
    flex: 1;
}

.ds-faq-support-content span {
    display: block;
    color: rgba(255, 255, 255, .65);
    font-size: 12px;
    margin-bottom: 2px;
}

.ds-faq-support-content h4 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.ds-faq-contact-btn {
    min-height: 44px;
    padding: 0 20px;
    background: #ffb10b;
    color: #111;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.ds-faq-contact-btn:hover {
    background: #ff5e14;
    color: #fff;
}

@media (max-width: 991px) {

    .ds-faq-section {
        padding: 60px 0;
    }

    .ds-faq-heading h2 {
        font-size: 35px;
    }

}

@media (max-width: 576px) {
    .ds-faq-section {
        padding: 45px 0;
    }

    .ds-faq-heading {
        margin-bottom: 28px;
    }

    .ds-faq-heading h2 {
        font-size: 29px;
    }

    .ds-faq-heading p {
        font-size: 13px;
    }

    .ds-faq-item summary {
        min-height: 70px;

        padding: 13px 12px;
    }

    .ds-faq-number {
        flex-basis: 34px;

        width: 34px;
        height: 34px;

        font-size: 10px;
    }

    .ds-faq-question {
        gap: 9px;
    }

    .ds-faq-question h4 {
        font-size: 13px;
    }

    .ds-faq-icon {
        flex-basis: 32px;

        width: 32px;
        height: 32px;
    }

    .ds-faq-answer {
        padding:
            0 15px 16px 55px;
    }

    .ds-faq-answer p {
        font-size: 12px;
    }

    .ds-faq-bottom {
        flex-wrap: wrap;

        padding: 15px;
    }

    .ds-faq-support-content {
        width: calc(100% - 70px);
    }

    .ds-faq-contact-btn {
        width: 100%;
        margin-top: 4px;
    }
}

/* ==========================================================  faq Section ============================================ */