  /* ===============================
   KESHAV DIVINE ABOUT PAGE
================================ */

.kd-about-hero {
    background:
        linear-gradient(135deg, #071b3a, #0b2850);
    padding: 75px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.kd-about-hero:before {
    content: "✦";
    position: absolute;
    left: 8%;
    top: 25px;
    font-size: 100px;
    color: rgba(244, 179, 63, .08);
}

.kd-about-hero:after {
    content: "✦";
    position: absolute;
    right: 8%;
    bottom: 10px;
    font-size: 80px;
    color: rgba(244, 179, 63, .08);
}

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

.kd-mini-badge,
.kd-section-badge {
    display: inline-block;
    color: #d99b2b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.kd-about-hero h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 10px;
}

.kd-about-hero h1 span,
.kd-about-content h2 span,
.kd-values-head h2 span {
    color: #d99b2b;
}

.kd-about-hero p {
    color: #d8e1ef;
    margin: 0 auto 20px;
    font-size: 15px;
}

.kd-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
}

.kd-breadcrumb a {
    color: #d99b2b;
    text-decoration: none;
}

.kd-breadcrumb span {
    color: #aaa;
}


/* ===============================
   ABOUT MAIN
================================ */

.kd-about-section {
    padding: 90px 15px;
    background: #fff;
}

.kd-about-gallery {
    position: relative;
    max-width: 540px;
    margin: auto;
    padding: 15px 35px 55px 15px;
}

.kd-about-main-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(7, 27, 58, .18);
}

.kd-about-main-image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.kd-about-small-image {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    width: 190px;
    padding: 7px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,.18);
}

.kd-about-small-image img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 8px;
}

.kd-about-experience {
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 5px;
    background: #d99b2b;
    color: #fff;
    padding: 16px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,.18);
}

.kd-about-experience strong {
    font-size: 28px;
    line-height: 1;
}

.kd-about-experience span {
    font-size: 12px;
    line-height: 1.4;
}


/* ===============================
   CONTENT
================================ */

.kd-about-content {
    padding-left: 15px;
}

.kd-about-content h2 {
    color: #071b3a;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 20px;
}

.kd-about-content p {
    color: #626b78;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.kd-about-content .kd-about-intro {
    color: #27384e;
    font-size: 17px;
    font-weight: 500;
}


/* ===============================
   POINTS
================================ */

.kd-about-points {
    margin: 25px 0;
}

.kd-about-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}

.kd-about-point > span {
    width: 27px;
    height: 27px;
    min-width: 27px;
    border-radius: 50%;
    background: #d99b2b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 3px;
}

.kd-about-point strong {
    color: #071b3a;
    display: block;
    font-size: 15px;
}

.kd-about-point p {
    margin: 3px 0 0;
    font-size: 13px;
    line-height: 1.5;
}


/* ===============================
   BUTTONS
================================ */

.kd-about-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.kd-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    background: #071b3a;
    color: #fff;
    padding: 14px 22px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    transition: .3s;
}

.kd-about-btn:hover {
    background: #d99b2b;
    color: #fff;
}

.kd-about-btn span {
    font-size: 18px;
}

.kd-call-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.kd-call-btn > span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f4ead7;
    color: #d99b2b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kd-call-btn small {
    display: block;
    color: #777;
    font-size: 11px;
}

.kd-call-btn strong {
    color: #071b3a;
    font-size: 14px;
}


/* ===============================
   VALUES
================================ */

.kd-about-values {
    padding: 80px 15px;
    background: #f7f8fa;
}

.kd-values-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 45px;
}

.kd-values-head h2 {
    color: #071b3a;
    font-size: 36px;
    margin: 0 0 12px;
}

.kd-values-head p {
    color: #687383;
    font-size: 15px;
    line-height: 1.7;
}

.kd-value-card {
    height: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    transition: .3s;
}

.kd-value-card:hover {
    transform: translateY(-6px);
    border-color: #d99b2b;
    box-shadow: 0 12px 35px rgba(7,27,58,.10);
}

.kd-value-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #f8ecd7;
    color: #d99b2b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.kd-value-card h3 {
    color: #071b3a;
    font-size: 20px;
    margin-bottom: 10px;
}

.kd-value-card p {
    color: #697384;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}


/* ===============================
   MOBILE
================================ */

@media (max-width: 767px) {

    .kd-about-hero {
        padding: 50px 15px;
    }

    .kd-about-hero h1 {
        font-size: 34px;
    }

    .kd-about-hero p {
        font-size: 13px;
    }

    .kd-about-section {
        padding: 55px 15px;
    }

    .kd-about-gallery {
        padding: 5px 15px 55px 5px;
    }

    .kd-about-main-image img {
        height: 330px;
    }

    .kd-about-small-image {
        width: 135px;
    }

    .kd-about-small-image img {
        height: 100px;
    }

    .kd-about-experience {
        padding: 12px 14px;
    }

    .kd-about-experience strong {
        font-size: 22px;
    }

    .kd-about-content {
        padding-left: 0;
        margin-top: 15px;
    }

    .kd-about-content h2 {
        font-size: 29px;
    }

    .kd-about-content .kd-about-intro {
        font-size: 15px;
    }

    .kd-about-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .kd-about-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .kd-about-btn {
        justify-content: center;
        width: 100%;
    }

    .kd-call-btn {
        justify-content: center;
    }

    .kd-about-values {
        padding: 55px 15px;
    }

    .kd-values-head h2 {
        font-size: 28px;
    }

}
/* =========================================
   WHY CHOOSE KESHAV DIVINE
========================================= */

.kd-why-section {
    position: relative;
    padding: 85px 15px;
    background: #071b3a;
    overflow: hidden;
}


/* Decorative Background */

.kd-why-section:before {
    content: "✦";
    position: absolute;
    top: 20px;
    left: 5%;
    font-size: 120px;
    color: rgba(217,155,43,.06);
}

.kd-why-section:after {
    content: "✦";
    position: absolute;
    right: 5%;
    bottom: 20px;
    font-size: 150px;
    color: rgba(217,155,43,.06);
}


/* Header */

.kd-why-header {
    position: relative;
    z-index: 2;
    max-width: 750px;
    margin: 0 auto 50px;
}

.kd-why-badge {
    display: inline-block;
    color: #d99b2b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.kd-why-header h2 {
    margin: 0 0 15px;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.25;
}

.kd-why-header h2 span {
    color: #d99b2b;
}

.kd-why-header p {
    color: #cbd5e1;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}


/* =========================================
   STAT CARDS
========================================= */

.kd-stats-row {
    position: relative;
    z-index: 2;
}

.kd-stat-card {
    height: 100%;
    min-height: 245px;
    padding: 30px 25px;
    text-align: center;

    background: #fff;

    border-radius: 12px;

    border: 1px solid rgba(217,155,43,.15);

    box-shadow:
        0 12px 35px rgba(0,0,0,.12);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;
}

.kd-stat-card:hover {
    transform: translateY(-7px);

    border-color: #d99b2b;

    box-shadow:
        0 18px 45px rgba(0,0,0,.22);
}


/* Icon */

.kd-stat-icon {
    width: 52px;
    height: 52px;

    margin: 0 auto 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f8ecd7;

    color: #d99b2b;

    font-size: 24px;

    border: 1px solid rgba(217,155,43,.25);
}


/* Number */

.kd-stat-number {
    color: #071b3a;

    font-size: 38px;

    font-weight: 800;

    line-height: 1;

    margin-bottom: 10px;
}

.kd-stat-number span {
    color: #d99b2b;
}


/* Heading */

.kd-stat-card h3 {
    color: #071b3a;

    font-size: 18px;

    font-weight: 700;

    margin: 0 0 8px;
}


/* Description */

.kd-stat-card p {
    color: #687383;

    font-size: 13px;

    line-height: 1.7;

    margin: 0 auto;

    max-width: 260px;
}


/* =========================================
   BOTTOM CTA
========================================= */

.kd-why-cta {
    position: relative;
    z-index: 2;

    margin-top: 45px;

    padding: 22px 25px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    background: linear-gradient(
        135deg,
        #102c55,
        #0b2345
    );

    border: 1px solid rgba(217,155,43,.35);

    border-radius: 12px;

    box-shadow:
        0 10px 35px rgba(0,0,0,.18);
}


/* CTA Content */

.kd-cta-content {
    display: flex;

    align-items: center;

    gap: 15px;
}

.kd-cta-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #d99b2b;

    color: #fff;

    font-size: 20px;
}

.kd-cta-content span {
    display: block;

    color: #d99b2b;

    font-size: 12px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 1px;
}

.kd-cta-content h3 {
    margin: 4px 0 0;

    color: #fff;

    font-size: 20px;

    font-weight: 600;
}


/* CTA Button */

.kd-cta-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

    padding: 13px 22px;

    background: #d99b2b;

    color: #fff;

    border-radius: 5px;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: .5px;

    white-space: nowrap;

    transition: .3s;
}

.kd-cta-btn:hover {
    background: #fff;

    color: #071b3a;
}

.kd-cta-btn span {
    font-size: 18px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .kd-why-section {
        padding: 70px 15px;
    }

    .kd-why-header h2 {
        font-size: 34px;
    }

    .kd-stat-card {
        min-height: 225px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .kd-why-section {
        padding: 55px 15px;
    }

    .kd-why-header {
        margin-bottom: 30px;
    }

    .kd-why-header h2 {
        font-size: 28px;
    }

    .kd-why-header p {
        font-size: 14px;
        line-height: 1.7;
    }

    .kd-stat-card {
        min-height: auto;

        padding: 25px 20px;
    }

    .kd-stat-number {
        font-size: 34px;
    }

    .kd-stat-card h3 {
        font-size: 17px;
    }

    .kd-stat-card p {
        font-size: 13px;
    }


    /* Mobile CTA */

    .kd-why-cta {
        margin-top: 30px;

        padding: 20px;

        flex-direction: column;

        align-items: stretch;

        text-align: center;
    }

    .kd-cta-content {
        justify-content: center;

        text-align: left;
    }

    .kd-cta-content h3 {
        font-size: 17px;
    }

    .kd-cta-btn {
        width: 100%;
    }

}


/* Small Mobile */

@media (max-width: 420px) {

    .kd-why-header h2 {
        font-size: 25px;
    }

    .kd-stat-card {
        padding: 22px 15px;
    }

    .kd-cta-content h3 {
        font-size: 15px;
    }

}
/* =========================================
   KESHAV DIVINE FAQ
========================================= */

.kd-faq-section {
    padding: 80px 0;
    background: #fffaf4;
}

.kd-section-heading {
    max-width: 760px;
    margin: 0 auto 45px;
}

.kd-faq-badge {
    display: inline-block;
    padding: 7px 18px;
    margin-bottom: 12px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;

    color: #d8871f;
    background: #fff1dc;
    border: 1px solid #f2d09d;
    border-radius: 30px;
}

.kd-section-heading h2 {
    margin: 0 0 12px;

    font-size: 38px;
    line-height: 1.25;
    font-weight: 700;

    color: #333;
}

.kd-section-heading h2 span {
    color: #d88922;
}

.kd-section-heading p {
    margin: 0;

    color: #777;
    font-size: 15px;
    line-height: 1.8;
}


/* FAQ BOX */

.kd-faq-list {
    width: 100%;
}

.kd-faq-item {
    margin-bottom: 15px;

    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 10px;

    overflow: hidden;

    transition: all .3s ease;
}

.kd-faq-item:hover {
    border-color: #e2bd82;
    box-shadow: 0 8px 25px rgba(100, 70, 30, .08);
}


/* QUESTION */

.kd-faq-question {
    width: 100%;
    padding: 20px 24px;

    border: 0;
    outline: none;

    background: #fff;

    display: flex;
    align-items: center;
    justify-content: space-between;

    text-align: left;

    cursor: pointer;

    font-size: 16px;
    font-weight: 600;
    color: #333;

    transition: all .3s ease;
}

.kd-faq-question:hover {
    color: #d8871f;
}

.kd-faq-question i {
    width: 30px;
    height: 30px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff1dc;
    color: #d8871f;

    font-size: 21px;
    font-style: normal;
    font-weight: 500;

    transition: transform .3s ease;
}


/* ACTIVE */

.kd-faq-item.active {
    border-color: #e5c18b;
}

.kd-faq-item.active .kd-faq-question {
    color: #d8871f;
    background: #fffdf9;
}

.kd-faq-item.active .kd-faq-question i {
    transform: rotate(45deg);
    background: #d8871f;
    color: #fff;
}


/* ANSWER */

.kd-faq-answer {
    display: none;

    padding: 0 24px 22px;

    background: #fffdf9;
}

.kd-faq-item.active .kd-faq-answer {
    display: block;
}

.kd-faq-answer p {
    margin: 0;

    color: #707070;
    font-size: 14px;
    line-height: 1.8;
}


/* CTA */

.kd-faq-cta {
    max-width: 700px;
    margin: 50px auto 0;
    padding: 35px 25px;

    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 12px;

    box-shadow: 0 8px 30px rgba(100, 70, 30, .06);
}

.kd-faq-cta h3 {
    margin: 0 0 8px;

    font-size: 24px;
    color: #333;
}

.kd-faq-cta p {
    margin: 0 0 20px;

    color: #777;
    font-size: 14px;
}

.kd-faq-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 13px 25px;

    color: #fff !important;
    background: #d8871f;

    border-radius: 5px;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;

    text-decoration: none !important;

    transition: all .3s ease;
}

.kd-faq-btn:hover {
    background: #b96e12;
    transform: translateY(-2px);
}

.kd-faq-btn span {
    font-size: 18px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .kd-faq-section {
        padding: 55px 15px;
    }

    .kd-section-heading {
        margin-bottom: 30px;
    }

    .kd-section-heading h2 {
        font-size: 28px;
    }

    .kd-section-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .kd-faq-question {
        padding: 17px 16px;
        font-size: 14px;
        line-height: 1.5;
        gap: 12px;
    }

    .kd-faq-question i {
        width: 27px;
        height: 27px;
        font-size: 19px;
    }

    .kd-faq-answer {
        padding: 0 16px 18px;
    }

    .kd-faq-answer p {
        font-size: 13px;
        line-height: 1.7;
    }

    .kd-faq-cta {
        margin-top: 35px;
        padding: 28px 18px;
    }

    .kd-faq-cta h3 {
        font-size: 21px;
    }

}











/* =========================================
   KESHAV DIVINE - FAQ THEME
   White + Orange + Golden + Brown
========================================= */

.kd-faq-section {
    position: relative;
    padding: 80px 0;
    background: #ffffff;
}

/* Subtle background decoration */
.kd-faq-section:before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: 30px;
    left: -100px;
    border-radius: 50%;
    background: rgba(235, 142, 35, 0.05);
    pointer-events: none;
}


/* =========================================
   HEADING
========================================= */

.kd-section-heading {
    position: relative;
    max-width: 760px;
    margin: 0 auto 45px;
    text-align: center;
}

.kd-faq-badge {
    display: inline-block;
    padding: 7px 18px;
    margin-bottom: 12px;

    color: #df871f;
    background: #fff5e8;

    border: 1px solid #f0d09f;
    border-radius: 30px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.kd-section-heading h2 {
    margin: 0 0 12px;

    color: #3a2a1d;

    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

.kd-section-heading h2 span {
    color: #e28a20;
}

.kd-section-heading p {
    max-width: 700px;
    margin: auto;

    color: #777;

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================
   FAQ
========================================= */

.kd-faq-list {
    position: relative;
    max-width: 900px;
    margin: auto;
}

.kd-faq-item {
    position: relative;

    margin-bottom: 15px;

    background: #ffffff;

    border: 1px solid #eee1d2;
    border-radius: 8px;

    overflow: hidden;

    transition: all .3s ease;
}

.kd-faq-item:hover {
    border-color: #e8bd7d;

    box-shadow: 0 8px 25px rgba(83, 55, 30, 0.08);
}


/* =========================================
   QUESTION
========================================= */

.kd-faq-question {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 19px 22px;

    border: none;
    outline: none;

    background: #ffffff;

    color: #3c2d21;

    font-size: 15px;
    font-weight: 600;

    text-align: left;

    cursor: pointer;

    transition: all .3s ease;
}

.kd-faq-question:hover {
    color: #df841d;
}


/* Plus Button */

.kd-faq-question i {
    width: 31px;
    height: 31px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff3df;
    color: #df841d;

    border: 1px solid #f2d09d;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;

    transition: all .3s ease;
}


/* =========================================
   ACTIVE FAQ
========================================= */

.kd-faq-item.active {
    border-color: #e4b56f;

    box-shadow: 0 8px 25px rgba(184, 119, 35, 0.08);
}

.kd-faq-item.active .kd-faq-question {
    color: #df841d;
    background: #fffaf4;
}

.kd-faq-item.active .kd-faq-question i {
    background: #df841d;
    border-color: #df841d;

    color: #ffffff;

    transform: rotate(45deg);
}


/* =========================================
   ANSWER
========================================= */

.kd-faq-answer {
    display: none;

    padding: 0 22px 21px;

    background: #fffaf4;
}

.kd-faq-item.active .kd-faq-answer {
    display: block;
}

.kd-faq-answer p {
    margin: 0;

    color: #6f6257;

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================
   CTA
========================================= */

.kd-faq-cta {
    max-width: 720px;

    margin: 50px auto 0;

    padding: 35px 25px;

    text-align: center;

    background: #fffaf4;

    border: 1px solid #eed8b8;
    border-radius: 10px;

    box-shadow: 0 8px 25px rgba(100, 65, 30, 0.06);
}

.kd-faq-cta h3 {
    margin: 0 0 8px;

    color: #3a2a1d;

    font-size: 24px;
    font-weight: 700;
}

.kd-faq-cta p {
    margin: 0 0 20px;

    color: #766b62;

    font-size: 14px;
}


/* =========================================
   APPOINTMENT BUTTON
========================================= */

.kd-faq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 13px 26px;

    color: #ffffff !important;

    background: linear-gradient(
        135deg,
        #e99a32,
        #d87916
    );

    border: none;
    border-radius: 5px;

    box-shadow: 0 5px 15px rgba(211, 126, 24, 0.25);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;

    text-decoration: none !important;

    transition: all .3s ease;
}

.kd-faq-btn:hover {
    color: #ffffff !important;

    background: linear-gradient(
        135deg,
        #d87916,
        #bd6410
    );

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(211, 126, 24, 0.3);
}

.kd-faq-btn span {
    font-size: 18px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .kd-faq-section {
        padding: 55px 15px;
    }

    .kd-section-heading {
        margin-bottom: 30px;
    }

    .kd-faq-badge {
        font-size: 10px;
        padding: 6px 15px;
    }

    .kd-section-heading h2 {
        font-size: 28px;
    }

    .kd-section-heading p {
        font-size: 13px;
        line-height: 1.7;
    }

    .kd-faq-item {
        margin-bottom: 12px;
        border-radius: 7px;
    }

    .kd-faq-question {
        padding: 16px;

        font-size: 14px;
        line-height: 1.5;
    }

    .kd-faq-question i {
        width: 28px;
        height: 28px;

        font-size: 18px;
    }

    .kd-faq-answer {
        padding: 0 16px 17px;
    }

    .kd-faq-answer p {
        font-size: 13px;
        line-height: 1.7;
    }

    .kd-faq-cta {
        margin-top: 35px;
        padding: 28px 18px;
    }

    .kd-faq-cta h3 {
        font-size: 21px;
    }

    .kd-faq-cta p {
        font-size: 13px;
    }

    .kd-faq-btn {
        width: 100%;
        max-width: 250px;
    }
}