.content-section-spacing-medium {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-section .row {
    margin-bottom: 20px;
}

.content-section .row p span {}

.content-section .row .col-sm-9 {
    width: 1024px;
}

.content-section .row .col-sm-6 {
    width: 50%;
}

.content-section .row h2 span {
    /* color: #353535 !important; */
}

.content-section .row img {
    border-radius: 20px;
}

.gdlr-core-blog-item .gdlr-core-pagination span.page-numbers.dots {
    background: #fff;
    color: #000;
}



.content-section .row .image-group-bottom-3-img {
    display: flex;
    gap: 20px;
}

.content-section .row .image-group-bottom-3-img img {
    max-width: 400px;
}

.text-center {
    text-align: center;
    margin: auto;
}

.text-center>div {
    margin: auto;
}

.text-center p {
    text-align: center;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}

.counters-1 .circle-counter {
    border: 1px solid #CCC;
    border-radius: 100%;
    margin: auto;
    max-width: 70%;
    padding: 4.5%;
}

.row.spaced-cols {
    margin-bottom: -30px;
}

.circle-counter .circle-svg {
    position: relative;
    z-index: 0;
    width: 100%;
    border-radius: 100%;
    max-height: none;
    display: block;
    transform: rotateZ(-90deg);
}

.circle-counter .circle-content {
    position: relative;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    text-align: center;
}

i.fa.icon.bordered.color1 {
    border-color: #27963c;
}

.row.middle-xs {
    /* flex-direction: column; */
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-post-margin {
    display: flex;
    align-items: center;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-post-margin .ewd-ufaq-faq-title-text {
    text-align: left;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-post-margin .ewd-ufaq-faq-title-text h4 {
    font-size: 18px;
}

.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
    font-size: 20px !important;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-post {
    flex-direction: column;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-faq-post p {
    text-align: left;
}


.chariti-payment-icons {}

.chariti-payment-icons img.chariti-payment-icon {
    height: 36px;
    width: auto;
}

.chariti-payment-icons {
    text-align: center;
}

.category-intro {
    text-align: center;
    margin: 0px auto 40px;
    padding: 0 15px;
}

.category-title {
    margin-bottom: 15px;
}

.category-description {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.category-description > *:first-child {
    margin-top: 0;
}

.category-description > *:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .counters-1 .circle-counter {
        max-width: 85%;
    }
}

@media only screen and (min-width: 1024px) {
    .counters-1 .circle-counter {
        max-width: 75%;
    }
}

@media(max-width:1023px) {
    .content-section .row {
        /* flex-direction: column; */
        /* gap: 20px; */
        /* padding: 20px 0; */
    }

    .content-section .row>div:has(img) {
        order: -1;
    }

    .content-section .row .col-sm-6 {
        width: 100%;
        max-width: 100%;
    }

    .content-section .row .col-sm-9 {
        width: 100%;
        margin-left: 0;
        margin-right: auto;
        max-width: 100%;
    }

    .content-section .row .image-group-bottom-3-img {
        flex-direction: column;
    }

    .content-section .row .image-group-bottom-3-img img {
        max-width: 650px;
    }

    .ewd-ufaq-faqs .ewd-ufaq-faq-div .ewd-ufaq-post-margin .ewd-ufaq-faq-title-text h4 {
        font-size: 16px;
    }

    .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
        font-size: 18px !important;
    }



}

@media (max-width:991px) {
    .chariti-child-promise-element-grid {
        flex-direction: column;
    }

    .chariti-child-promise-element-grid .chariti-child-promise-element-image {
        width: 50px;
    }

    .content-section .row img {
        aspect-ratio: 1/1;
        object-fit: cover;
    }

    .content-section .row .image-group-bottom-3-img img {
        max-width: 400px;
    }
}

@media (max-width:450px) {
    .content-section .row .image-group-bottom-3-img img {
        max-width: 300px;
    }
}

.contact-form-wrapper input[type=submit],
.button,
.nav-links .numbers-navigation span.current,
.post-comments .navigation .numbers-navigation span.current,
.nav-links .numbers-navigation a:hover,
.post-comments .navigation .numbers-navigation a:hover {
    background-color: #27963c;
    border-color: #27963c;
}

.nav-next a,
.nav-previous a,
.button {
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.content-section a {
    display: inline-block;
}

.button {
    height: auto;
    font-size: .75rem;
    color: #fff;
    border-radius: 5px;
    min-width: 7rem;
    padding: .55rem 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1.5rem;
    vertical-align: middle;
    -webkit-appearance: none;
    margin-bottom: .75rem;
}

.button.color2,
button.color2,
i.fa.icon.reverse.color2 {
    background-color: #FF9800;
}

button.color2,
.button.color2 {
    background-color: #FF9800;
}

.button.color2 {
    color: #fff;
    background-color: #FF9800;
    border-color: #FF9800;
}



button.color2:hover,
.button.color2:hover {
    background-color: #ffad33;
}

.button.color2:hover {
    color: #fff;
    background-color: #ffad33;
    border-color: #ffad33;
}

@media (min-width: 768px) {
    .content-section {
        text-align: left;
    }
}

.white-text {
    color: #fff;
}

[data-section-ov],
[data-ovid] {
    position: relative;
}

[data-label="Cta"] {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .col-sm-8 {
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
}

@media only screen and (min-width: 768px) {
    .col-sm-4 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 33.33333%;
        -moz-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
}

@media only screen and (min-width: 768px) {
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }
}

@media only screen and (min-width: 768px) {
    .col-sm-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
}

@media only screen and (min-width: 768px) {
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }
}

.chariti-content-container.chariti-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.gridContainer {
    box-sizing: border-box;
    max-width: 1232px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

[data-section-ov]>*,
[data-ovid]>* {
    z-index: 1;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .gridContainer {
        width: 90%;
    }
}

@media only screen and (min-width: 1024px) {
    .gridContainer {
        width: 90%;
    }
}

@media only screen and (min-width: 1200px) {
    .gridContainer {
        width: 90%;
    }
}

@media only screen and (min-width: 768px) {

    .col-sm-6,
    .post-comments .navigation .prev-posts,
    .post-comments .navigation .next-posts {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p {
    color: #fff !important;
}

.content-section-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}


[data-category="cta"]:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

[data-category="cta"]:before {
    background-color: rgba(0, 0, 0, .492);
}


p:has(a.color2) a.color1 {
    margin-right: 10px;
}

p:has(a.color1) a.color2 {
    margin-right: 10px;
}

.button.color1 {
    color: #fff;
}

.button.big {
    min-width: 10rem;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    line-height: normal;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left:
        40px;
    padding-right: 40px;
}

button.color1,
.button.color1 {
    background-color: #27963c;
    border-color: #27963c;
}

button.color1:hover,
.button.color1:hover {
    background-color: #3BAA50;
    border-color: #3BAA50;
}

.button.color1:hover {
    color: #fff;
}

[data-type="column"] p {
    line-height: 1.3;
    margin-bottom: 16px;
}



[data-type="column"] p br {
    display: none;
}

[data-type="column"] p span {
    margin-right: 3px;
}

[data-type="column"] h2 {
    margin-bottom: 10px;
    margin-top: 20px;
}

.gridContainer {
    padding: 0px 20px;
}

@media (max-width:767px) {
    body.chariti-body-front .chariti-container {
        max-width: 100%;
        padding: 0 20px;
    }

}

.row>* {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.content-section .row h2 {
    margin-bottom: 20px;
}

@media (max-width: 991px) {

    .space-bottom-xs,
    .navigation-c,
    .section-title-col>*:last-child {
        margin-bottom: 2rem;
    }

    .content-section {
        text-align: center;
    }

    .content-section-spacing {
        padding: 20px 0px;
    }

    .col-sm-8 {
        width: 100%;
        max-width: 100%;
    }

    .content-section .row {
        flex-direction: column;
    }

    .col-sm-4 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .content-section .row h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    img.shadow-large {
        max-width: 100%;
        width: 100%;
    }
}

.content-section .row:last-child {
    margin-bottom: 0;
}

.woocommerce-cart .chariti-content-container.chariti-container {
    max-width: 1460px;
    padding: 0px 20px;
}

[data-category="cta"] {
    position: relative;
}

.button.big {
    margin-right: 10px;
}

.button.big:last-child {
    margin-right: 0;
}

[data-category="cta"] div {
    position: relative;
}

[data-category="cta"] {
    position: relative;
}

.button.big {
    margin-right: 10px;
}

.button.big:last-child {
    margin-right: 0;
}

[data-category="cta"] div {
    position: relative;
}

.button.color1 {
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
    border-radius: 100px;
}

.button.color1:last-child {
    margin-right: 0;
}

.night_sky {
    background-image: linear-gradient(to top, #1e3c72 0, #1e3c72 1%, #2a5298 100%);
}

.phoenix_start {
    background-image: linear-gradient(to right, #f83600 0, #f9d423 100%);
}

.bg-color1::before {
    display: none;
}

.col-xs-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .col-sm-10 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 83.33333%;
        -moz-flex-basis: 83.33333%;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
}

@media only screen and (min-width: 768px) {
    .col-sm-offset-1 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 15px;
        padding-left: 15px;
        margin-left: 8.33333%;
    }
}

@media only screen and (min-width: 1024px) {
    .col-md-8 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
}

@media only screen and (min-width: 1024px) {
    .col-md-offset-2 {
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 15px;
        padding-left: 15px;
        margin-left: 16.66667%;
    }
}


.cta-blue-section-mc::before {
    display: none;
}

.fa,
.fa-stack {
    display: inline-block;
}

.fa {
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.fa.icon.reverse {
    color: #fff;
    background-color: #03a9f4;
    padding: .5em;
    font-size: 1.8rem;
    width: 2.142857146875em;
    height: 2.142857146875em;
    line-height: 1.205357146875em;
}

i.fa.icon.round {
    border-radius: 100%;
}

i.fa.icon {
    font-size: 2rem;
    line-height: 1.125em;
    margin-bottom: .5625em;
    text-align: center;
}

.content-section>div,
.kwf-bagh-inner,
.kwf-hub-inner,
.kwf-bhimber-inner {
    max-width: 1240px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

span.cta-btn {
    width: 100%;
    margin-top: auto;
}

.kwf-area-table tr:first-child th,
.kwf-area-table tr:first-child th {
    color: #fff !important;
}

body #kwf-bagh-profile p,
body #kwf-bhimber-profile p {
    text-align: center !important;
}

a.kwf-cta:hover {
    color: #fff;
}

.kwf-give__track>.kwf-give-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* mesmerize latest news shortcode styles */
.kwf-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.kwf-news-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.kwf-news-card-img a {
    display: block;
}

.kwf-news-card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.kwf-news-card-content {
    padding: 25px;
}

.kwf-news-card-meta {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #27963C;
    letter-spacing: 1px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.kwf-news-card-meta .news-sep {
    font-size: 14px;
    line-height: 1;
}

.kwf-news-card-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
    color: #343A40;
}

.kwf-news-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.kwf-news-card-title a:hover {
    color: #27963C;
}

@media (max-width: 991px) {
    .kwf-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .kwf-news-grid {
        grid-template-columns: 1fr;
    }
}

/* mesmerize latest news shortcode HTML fixes */
.kwf-news-card-opt {
    border-width: 1px;
    border-color: rgb(221, 221, 221);
}

.kwf-news-frame-opt {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.kwf-news-title-opt {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}

@media (max-width: 767px) {
    .kwf-news-frame-opt {
        padding-top: 25px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .kwf-news-title-opt {
        font-size: 18px;
    }
}

.content-section span.gdlr-core-blog-info a {
    display: unset;
}

/* Where We Work Cards - mesmerize_display_widgets_area */
.kwf-trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 50px;
    padding: 10px 30px;
    width: fit-content;
    margin: 0 auto 30px;
    background: #fff;
    flex-wrap: wrap;
}

.kwf-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

.kwf-trust-ssl span {
    color: #e04d2c;
    font-weight: 700;
}

.kwf-regions-wrapper {
    text-align: center;
}

.kwf-regions-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

.kwf-regions-header .kwf-regions-title {
    font-size: 32px;
    font-weight: 700;
    color: #27963C;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.kwf-regions-header .kwf-regions-title img.emoji {
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
    box-shadow: none !important;
    display: inline !important;
}

.kwf-regions-header .kwf-regions-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.kwf-regions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.kwf-region-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    padding: 30px 25px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kwf-region-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.kwf-region-card.kwf-region-main {
    border-color: #27963C;
    background: #f7fdf9;
}

.kwf-region-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #27963C;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 5px 12px;
    border-radius: 50px;
    letter-spacing: 0.5px;
}

.kwf-region-title {
    font-size: 22px;
    font-weight: 700;
    color: #27963C;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: top 30px;
}

.kwf-region-title img.emoji {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    box-shadow: none !important;
    display: inline !important;
}

.kwf-region-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

@media (max-width: 991px) {
    .kwf-regions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .kwf-regions-grid {
        grid-template-columns: 1fr;
    }
}

.gdlr-core-blog-grid-frame.gdlr-core-sync-height-space-position.kwf-news-frame-opt {
    padding: 20px !important;
}

.content-section .row .custom-image {
    display: block;
    margin: 10px auto 30px;
}

.lightbox-video.lightbox-video-tall {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 6/2.5;
}

.lightbox-video {
    background-position: center;
    background-size: cover;
    min-height: 280px;
}

.dark-overlay:before {
    content: "";
    display: inline-block;
    position: absolute;
    pointer-events: none;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.498039);
    z-index: 0;
}

.flexbox,
.flexbox-strech {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.fa.video-icon {
    color: #ffffff;
    font-size: 4.44em;
    padding: 0 10px;
    position: relative;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

/* ===================== Shop Category Filter Bar ===================== */
.kwf-shop-filter-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 40px;
    background: #fff;
    justify-content: end;
}

.kwf-shop-filter-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.kwf-filter-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 20px;
    border-radius: 50px;
    border: 2px solid #e0e0e0;
    background: transparent;
    color: #444;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    line-height: 1.4;
}

.kwf-filter-pill:hover {
    border-color: #27963C;
    color: #27963C;
}

.kwf-filter-pill.active {
    background: #27963C;
    border-color: #27963C;
    color: #fff;
}

.kwf-shop-filter-dropdown-wrap {
    flex-shrink: 0;
}

.kwf-filter-dropdown {
    -webkit-appearance: none;
    appearance: none;
    padding: 9px 38px 9px 18px;
    border-radius: 50px;
    border: 2px solid #e0e0e0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center #fff;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    min-width: 200px;
    outline: none;
    transition: border-color 0.2s ease, background-image 0.2s ease;
}

.kwf-filter-dropdown:focus,
.kwf-filter-dropdown:hover {
    border-color: #27963C;
    color: #27963C;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2327963C' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
}

.kwf-no-results-msg {
    text-align: center;
    padding: 40px 20px;
    font-size: 16px;
    color: #888;
}


.kw-gift-aid-dynamic-amounts .price-your, .kw-gift-aid-dynamic-amounts .price-gift {
    font-size: 14px;
    color: #27963c;
}
.kw-gift-aid-dynamic-amounts .price-your .woocommerce-Price-amount.amount,.kw-gift-aid-dynamic-amounts .price-gift .woocommerce-Price-amount.amount{
    font-size: 20px;
}
.kw-gift-aid-dynamic-amounts .icon svg {
    width: 18px;
    height: 18px;
}

.kw-gift-aid-dynamic-amounts .icon svg path {
    fill: #27963c;
}

.kw-gift-aid-dynamic-amounts .price-your span, .kw-gift-aid-dynamic-amounts .price-gift span {
    font-size: 30px !important;
}
.kw-checkout-gift-aid-details p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    text-align: center;
    padding-left: 20px;
    padding-right: 10px;
}
.kw-gift-aid-dynamic-amounts {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kw-checkout-gift-aid-details p.kw-checkout-gift-aid-description {margin-bottom: 10px;padding: 0;}

p.kw-checkout-gift-aid-description:empty {
    display: none;
}

.kw-checkout-gift-aid-details p.kw-checkout-gift-aid-legal {
    padding: 0;
}

@media (max-width: 767px) {
    .kwf-shop-filter-bar {
        margin-bottom: 30px;
        justify-content: center;
    }

    .kwf-filter-dropdown {
        width: 100%;
        min-width: unset;
    }
.kw-gift-aid-dynamic-amounts {
    flex-direction: column;
}

.kw-gift-aid-dynamic-amounts p.icon {
    transform: rotate(90deg);
    margin-bottom: 20px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-bottom: 0;
}
.woocommerce .form-row.place-order {
    margin-bottom: 0 !important;
}
}

@media (max-width:399px) {
    .kwf-shop-filter-bar {
        justify-content: center;
        gap: 10px;
        border-radius: 20px;
    }
   

}

/* ============================================================
   Basket Totals � Emotional Message
   ============================================================ */
.kw-basket-emotional-msg {
    margin: 15px 0 -8px;
    padding: 0;
    font-size: 0.82rem;
    font-style: italic;
    color: #4a7c3f;
    text-align: center;
    line-height: 1.5;
}
