/* -----------------------------
   Roboto Font (Local)
----------------------------- */

/* Roboto Thin */
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/sports-for-amateur-athletes/assets/fonts/Roboto-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Roboto Light */
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/sports-for-amateur-athletes/assets/fonts/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Roboto Regular */
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/sports-for-amateur-athletes/assets/fonts/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Roboto Medium */
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/sports-for-amateur-athletes/assets/fonts/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Roboto Bold */
@font-face {
  font-family: 'Roboto';
  src: url('/wp-content/themes/sports-for-amateur-athletes/assets/fonts/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Roboto Condensed */
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/wp-content/themes/sports-for-amateur-athletes/assets/fonts/Roboto-Condensed.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Roboto Bold Condensed */
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/wp-content/themes/sports-for-amateur-athletes/assets/fonts/Roboto-BoldCondensed.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* UNIVERSIL CSS START */

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

img {
    width: 100%;
    display: block;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	outline: none;
	text-decoration: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: var(--black);
	padding-top: 10px;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--black);
	margin: 0;
	padding: 0;
}

.aic {
	align-items: center;
}

:root {
  --black: #000000;
  --white: #FFFFFF;
}

.spacer-padding {
	padding: 80px 0;
}

.spacer-padding-top {
	padding-top: 80px;
}

.spacer-padding-bottom {
	padding-bottom: 80px;
}

.spacer-margin {
	margin: 80px 0;
}

.spacer-margin-top {
	margin-top: 80px;
}

.spacer-margin-bottom {
	margin-bottom: 80px;
}

a.primary-button {
    background: var(--black);
    color: var(--white);
	border: 1px solid var(--black);
    padding: 10px 36px;
    border-radius: 100px;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	letter-spacing: .58px;
	margin-top: 20px;
	display: inline-block;
}

a.secondary-button {
    background: var(--white);
    color: var(--black);
	border: 1px solid var(--black);
    padding: 10px 36px;
    border-radius: 100px;
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	letter-spacing: .58px;
	margin-top: 20px;
	display: inline-block;
}

a.primary-button,
a.secondary-button {
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

a.primary-button:hover svg {
    transform: translate(5px, 0px);
}

a.primary-button svg {
    transition: all 0.3s ease-in-out;
}

.rimg {
    display: flex;
    justify-content: flex-end;
}

.gm.gm-new {
    z-index: 1;
    transform: scale(1);
    top: -100px;
}

img.w80.relative {
    z-index: 2;
}

/* Primary Button Hover */
a.primary-button:hover {
    background: #42A9DF;
    border-color: #42A9DF;
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(66, 169, 223, 0.25);
}

/* Secondary Button Hover */
a.secondary-button:hover {
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

a.white-bg {
    background: var(--white);
    color: var(--black);
    border-color: var(--white);
}

h2.heading-2 {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
	margin: 0;
}

/* .heading-1 span,
.heading-2 span,
.heading-3 span {
    background: linear-gradient(90deg, #b97ad6, #42a9df);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
} */

.heading-1 .gradient-text .word,
.heading-2 .gradient-text .word,
.heading-3 .gradient-text .word {
    background: linear-gradient(90deg, #b97ad6, #42a9df);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

h3.heading-3 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
	text-align: center;
}

.section-title p {
	font-size: 18px;
    width: 66%;
    text-align: center;
}

.margin-right {
    margin-right: 40px;
}

.margin-left {
    margin-left: 40px;
}

.relative {
	position: relative;
}

.gm {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
    z-index: -1;
}

.w80 {
	width: 80%;
}

ul.button-ul {
    display: flex;
    gap: 12px;
}

.sam-ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 10px 0 0 18px;
	list-style: disc;
}

/* .left-image>img, .right-image>img {
    height: 400px;
    object-fit: cover;
    border-radius: 25px;
} */
.wrapper {
    overflow-x: hidden;
    overflow-y: visible;
}

.single-post .wrapper {
    overflow: unset;
}

/* DONATE DROPDOWN START */

.donate-dropdown-wrapper {
    position: relative;
    display: flex;
	z-index: 999;
	height: max-content;
}

.contact-form.newsletter-form {
    width: 100%;
    padding: 0;
}

#mailpoet_form_1 form.mailpoet_form {
    padding: 0;
}

.donate-dropdown-menu {
	position: absolute;
	top:calc(100% + 12px);
	left: 0;
	min-width: 240px;
	background: var(--white);
	border-radius: 18px;
	padding: 12px;
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: all 0.30s ease;
	z-index: 999999;
}

.campaigns-item.fade-up.in-view {
    transform: none !important;
}

section.our-campaigns .col-md-6 {
    position: relative;
    z-index: 1;
}

section.our-campaigns .col-md-6:has(.donate-dropdown-menu.active) {
    z-index: 9999;
}

section.our-campaigns .col-md-6 {
    position: relative;
    z-index: 1;
}

section.our-campaigns .col-md-6.donate-active-col {
    z-index: 9999;
}

.campaigns-item.fade-up.in-view {
    transform: none !important;
}

.donate-dropdown-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.donate-dropdown-menu a {
    display: block;
    padding: 14px 18px;
    color: var(--black);
    font-size: 15px;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
	text-align: left;
}

.donate-dropdown-menu a:hover {
    background: #f5f5f5;
    color: #42A9DF;
    padding-left: 24px;
}

/* DONATE DROPDOWN END */

/* GLOBAL DONATE DROPDOWN FIX */

.donate-dropdown-wrapper{
    position: relative;
    display: inline-flex;
    z-index: 20;
}

.donate-dropdown-menu{
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    z-index: 999999 !important;
}

/* Jis container mein donate ho usko upar lao */
/* .donate-dropdown-wrapper.is-open,
.donate-dropdown-wrapper.is-open *{
    position: relative;
} */

/* Common sections safe layering */
section,
header,
footer,
.container,
.row,
.col-lg-12,
.col-md-6,
.col-md-12{
    position: relative;
}

.donate-dropdown-wrapper.is-open,
.donate-active-parent,
.donate-active-section {
    position: relative;
    z-index: 999;
}

.donate-dropdown-menu {
    z-index: 999999 !important;
}

/* ANIMATIONS START */

.text-reveal-rtl .word {
  display: inline-block;
  opacity: 0;
  transform: translate3d(24px, 0, 0);
  transition: transform 0.55s ease, opacity 0.55s ease;
  white-space: pre;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.text-reveal-rtl.active .word {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fade-up {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: transform 0.7s ease, opacity 0.8s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.fade-up.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* ANIMATIONS END */

/* UNIVERSIL CSS END */

/* VOLUNTEER POPUP START */

.volunteer-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

.volunteer-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.volunteer-popup-box {
    width: 100%;
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 24px;
    padding: 100px 42px 42px 42px;
    position: relative;
    transform: translateY(30px) scale(0.96);
    transition: all 0.35s ease;
}

.volunteer-popup-overlay.active .volunteer-popup-box {
    transform: translateY(0) scale(1);
}

.volunteer-popup-close {
    position: absolute;
    top: 38px;
    right: 22px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: var(--black);
    color: var(--white);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.volunteer-popup-close:hover {
    background: #42A9DF;
}

.volunteer-popup-box .section-title {
    margin-bottom: 25px;
}

.volunteer-popup-box .section-title p {
    margin: 10px 0 0;
}

.volunteer-popup-box .section-title p {
    font-size: 24px;
    font-weight: 500;
}

body.popup-active {
    overflow: hidden;
}

.contact-form.volunteer-form {
    width: 100%;
	padding: 0;
}

@media (max-width: 575px) {
    .volunteer-popup-box {
        padding: 34px 22px;
        border-radius: 18px;
    }

    .volunteer-popup-close {
        top: 12px;
        right: 12px;
    }
}

/* VOLUNTEER POPUP END */

.support-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
}

.support-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.support-popup-box {
    width: 100%;
    max-width: 720px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 24px;
    padding: 100px 42px 42px;
    position: relative;
    transform: translateY(30px) scale(0.96);
    transition: all 0.35s ease;
}

.support-popup-overlay.active .support-popup-box {
    transform: translateY(0) scale(1);
}

.support-popup-close {
    position: absolute;
    top: 38px;
    right: 22px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: var(--black);
    color: var(--white);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

/* HEADER STYLING START */

.header-btn.ad {
    text-align: end;
}

.header-navbar ul {
    display: flex;
    gap: 36px;
	justify-content: center;
}

.header-navbar ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.header-navbar ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #42A9DF;
    transition: width 0.3s ease-in-out;
}

.header-navbar ul li a:hover::after {
    width: 100%;
}

.mobile-navbar ul li a.primary-button {
	font-family: 'Roboto Condensed', sans-serif;
    color: var(--white);
    font-size: 14px;
}

.header-btn a.primery-button {
    margin-top: 0;
}

.site-logo {
    width: 93%;
}

header.site-header{
	padding: 20px 0;
    position: relative;
    z-index: 999;
}

section.inner-banner.donate-active-section {
    z-index: 1;
}

body:not(.home):not(.front-page):not(.error404):not(.single-post) header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

main.container.page-not-found {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 130px 0 100px;
}

.header-btn a.primary-button {
    margin: 0;
}

/* HEADER STYLING END */

/* BLOG PAGE STYLING START */

.page-id-68 .latest-articles .row {
    row-gap: 30px;
}

.blog-pagination {
    text-align: center;
    margin-top: 40px;
}

.blog-pagination .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 4px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
}

/* BLOG PAGE STYLING END */

/* Blogs Single Page Styling Start */
.table-of-content {
	border: 1px solid #0000002b;
	padding: 30px;
	border-radius: 8px;
	position: sticky;
	top: 20px;
	align-self: flex-start;
}

.blog-details-main {
	margin-right: 30px;
}

.table-of-content ul {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
}

.table-of-content ul li a span {
	display: block;
}

.table-of-content ul li a {
	display: flex;
	color: var(--black);
	font-size: 14px;
	font-weight: 600;
	gap: 5px;
}

.table-of-content h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #0671ad;
}

.table-of-content ul li {
	border-bottom: 1px solid #0000002b;
	padding: 14px 0;
}

.table-of-content ul li:last-child {
	border: 0;
	padding-bottom: 0;
}

.table-of-content ul li:first-child {
	padding-top: 0;
}

.post-meta-details h1 {
	font-size: 42px;
	font-weight: 600;
	line-height: 56px;
	padding: 10px 0 20px 0;
}

.post-meta-details img {
	height: 300px;
	object-fit: cover;
	border-radius: 8px;
}

.blog-custom-content-inner {
	padding-top: 20px;
}

.blog-custom-content-inner ul li,
.blog-custom-content-inner ol li {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: var(--font-color);
	margin: 0;
}

.blog-custom-content-inner ul,
.blog-custom-content-inner ol {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	list-style-type: disc;
	padding-left: 18px;
}

p.only-for-excerpt {
    display: none;
}

span.strong {
    font-weight: bold;
    display: block;
}

.bh2 {
    padding-top: 20px;
}

h4.heading-4 {
    padding-top: 20px;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
}

.blog-custom-content-inner table th, .blog-custom-content-inner table td {
    border: 1px solid #ddd; /* Inner + outer borders */
    padding: 12px;
    text-align: left;
}

.blog-custom-content-inner table thead {
    background: #f2f2f2;
}

.blog-custom-content-inner table tbody tr td {
    color: var(--font-color);
    font-size: 16px;
    font-weight: 400;
}

.blog-custom-content-inner table {
    display: block;
    margin-top: 20px;
    border: 0;
}

.single h3.heading-3 {
    padding-top: 20px;
}

.page-id-68 .section-title {
    align-items: flex-start;
}

.page-id-68 .section-title p {
    text-align: left;
}

.blog-custom-content-inner h2.heading-2 {
    font-size: 32px;
}

/* Blogs Single Page Styling End */

/* MOBILE MENU STYLING START */
html.menu-is-open,
body.menu-is-open {
    overflow: hidden !important;
    height: 100% !important;
    position: fixed !important;
    width: 100% !important;
}

.mobile-menu {
    position: fixed;
    inset: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: #fff;
    z-index: 9999999;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
}

.mobile-menu.active {
    transform: translateX(0);
}

.mobile-menu-inner {
    padding: 20px;
}

.mobile-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-menu-close {
    cursor: pointer;
    line-height: 1;
}

.mobile-menu .site-logo img {
    max-width: 140px;
}

.mobile-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-navbar ul li {
    margin-bottom: 15px;
}

.mobile-navbar ul li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: block;
}

.mobile-navbar ul li a.primary-button {
    display: inline-block;
    margin-top: 10px;
}

/* MOBILE MENU STYLING END */

/* HOME PAGE STYLING START */

h1.heading-1 {
    font-size: 64px;
    font-weight: bold;
    line-height: normal;
	margin: 0;
}

.hero-content ul {
    display: flex;
    gap: 14px;
    position: relative;
    z-index: 99;
}

section.gray-bg {
/*     background-color: rgb(66 169 223 / 4%); */
	background-color: rgb(244, 250, 255);
}

/* .cta-content {
    text-align: center;
    border: 1px solid var(--black);
    border-radius: 25px;
    padding: 100px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cta-content {
    text-align: center;
}


.campaigns-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 25px;
    height: 100%;
    padding: 30px;
	background-color: var(--white);
}

section.our-campaigns .container .row {
    row-gap: 24px;
}

section.our-campaigns.spacer-padding .container {
    position: relative;
}

body:not(.home):not(.front-page):not(.page-template-blogs):not(.page-id-68):not(.page-template-contact-us):not(.page-id-80) section.footer-cta {
    margin-top: -220px;
}

.cam-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-cta-btn {
	width: 40%;
    text-align: end;
    position: relative;
	display: flex;
    justify-content: flex-end;
}

.footer-cta-content {
    width: 60%;
}

.footer-flex {
    display: flex;
    border-radius: 25px;
    padding: 100px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
	background-color: var(--white);
	justify-content: space-between;
}

section.footer-cta {
    position: relative;
}

.footer-cta-btn a.secondary-button {
    margin-right: 10px;
	height: max-content;
}

.footer-cta-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-cta-bg img {
    width: 100%;
    height: 100%;
}

.latestArticlesSlider {
    padding-bottom: 50px;
}

.articles-item {
    background-color: var(--white);
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.swiper.latestArticlesSlider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding-bottom: 50px;
}

.latest-articles-slider-wrap {
    position: relative;
}

.latestArticlesSlider {
    overflow: hidden;
    padding-bottom: 45px;
}

.latest-articles .latest-articles-slider-wrap .swiper-button-prev,
.latest-articles .latest-articles-slider-wrap .swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    color: #111;
    margin-top: -24px;
}

.latest-articles .latest-articles-slider-wrap .swiper-button-prev {
    left: -65px;
}

.latest-articles .latest-articles-slider-wrap .swiper-button-next {
    right: -65px;
}

.latest-articles .latest-articles-slider-wrap .swiper-button-prev:after,
.latest-articles .latest-articles-slider-wrap .swiper-button-next:after {
    font-size: 18px;
    font-weight: 700;
}



.articles-image {
    position: relative;
	overflow: hidden;
}

.articles-image a {
    display: block;
}

.articles-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
	transition: all 0.3s ease-in-out;
}

.articles-date {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: rgb(255 255 255 / 60%);
    border-radius: 5px;
    padding: 10px 18px;
    text-align: center;
    line-height: 1.2;
    min-width: 54px;
}

.articles-date span {
    display: block;
}

.articles-date .day {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
}

.articles-date .month,
.articles-date .year {
    font-size: 14px;
    color: var(--black);
}

span.year {
    padding-top: 5px;
}

.articles-content {
    padding: 24px;
}

.articles-content h3 {
    font-size: 22px;
}

.articles-content h3 a {
    color: var(--black);
    text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.articles-content p {
    margin-bottom: 16px;
}

.articles-content .read-more {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    text-decoration: underline;
	transition: all 0.3s ease-in-out;
}

.latestArticlesSlider .swiper-pagination {
    bottom: 0;
}

.latestArticlesSlider .swiper-slide {
    height: auto;
}

.latestArticlesSlider .swiper-slide .articles-item {
    height: 100%;
}

.articles-item:hover .read-more {
    color: #42A9DF;
    letter-spacing: 0.4px;
}

.articles-item:hover .articles-content h3 a {
    color: #42A9DF;
}

.articles-item:hover .articles-image img {
    transform: scale(1.05);
}

body:not(.home):not(.front-page) section.faq-section {
    padding-bottom: 240px;
}

.faq-main {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 0 0;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    padding: 22px 0;
}

.faq-question h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: var(--black);
    line-height: normal;
}

.faq-icon {
    font-size: 30px;
    font-weight: 400;
    color: var(--black);
    line-height: 1;
    flex-shrink: 0;
}

.faq-answer {
    display: block;
}

.faq-answer p {
    padding-top: 0;
	padding-bottom: 10px;
    color: #4a4a4a;
}

.gm1 {
    top: -40px;
    transform: scale(1.6);
}

.gm2 {
	top: -100px;
	transform: unset;
}

.gm3 {
	top: 0;
}

/* HOME PAGE STYLING END */

/* ABOUT US PAGE STYLING START */

section.inner-banner {
    background-image: url(/wp-content/uploads/2026/04/Inner-Pages-Banner-Backgroung-Image.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0 100px 0;
}

.inner-banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	position: relative;
	z-index: 99;
}

.inner-banner-content ul {
    display: flex;
    gap: 14px;
}

.om-bg {
    position: absolute;
    top: -400px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* IMPACT SECTION STYLING START */

.impact-wrapper,
.cta-content {
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(90deg, #b97ad6, #42a9df) border-box;
    border: 1px solid transparent;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    padding: 50px 60px;
}

.impact-box {
    height: 100%;
}

.impact-box h2.heading-2 {
    font-size: 28px;
}

.left-box {
    padding-right: 50px;
    border-right: 1px solid transparent;
    border-image: linear-gradient(180deg, #b97ad6, #42a9df) 1;
}

.right-box {
    padding-left: 50px;
}

/* IMPACT SECTION STYLING END */

/* HOW YOU CAN HELP SECTION START */

.how-you-can-help .section-title {
    padding-bottom: 40px;
}

.help-box {
    background:
        linear-gradient(var(--white), var(--white)) padding-box,
        linear-gradient(90deg, #b97ad6, #42a9df) border-box;
    border: 1px solid transparent;
    border-radius: 22px;
    padding: 60px 55px;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.10);
    transition: all 0.35s ease;
}

.help-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.help-box h3.heading-3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 14px;
}

.help-box p {
    padding-top: 0;
    font-size: 16px;
    line-height: 32px;
}

.how-you-can-help .row {
    row-gap: 30px;
}

/* HOW YOU CAN HELP SECTION END */

/* ABOUT US PAGE STYLING END */

/* INITIATIVES PAGE STYLING START */

/* OUR CORE INITIATIVES SECTION START */

.core-initiatives .section-title {
    padding-bottom: 40px;
}

.core-initiative-item {
    margin-bottom: 34px;
}

.core-initiative-item:last-child {
    margin-bottom: 0;
}

.core-initiative-item h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--black);
    margin: 0 0 8px 0;
}

.core-initiative-item p {
    padding-top: 0;
    font-size: 16px;
    line-height: 32px;
    color: var(--black);
    max-width: 520px;
}

section.core-initiatives {
    width: 90%;
    margin: 0 auto;
    border-radius: 25px;
}

.core-initiatives-wrapper .row {
    margin-left: 80px;
}

/* OUR CORE INITIATIVES SECTION END */

/* INITIATIVES PAGE STYLING END */


/* Who We Are PAGE STYLING START */

.core-initiative-item.margin-left ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

.core-initiative-item.margin-left ul li strong {
    display: block;
}

ul.diff-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
	padding-top: 20px;
}

ul.diff-ul li {
	background-color: rgb(66 169 223 / 4%);
	border-radius: 12px;
	text-align: center;
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

ul.diff-ul li strong {
    font-size: 24px;
}

section.footer-cta-3 .footer-flex {
    display: flex;
    justify-content: center;
    text-align: center;
}

/* Who We Are PAGE STYLING END */

/* CONTACT US PAGE STYLING START */

.contact-wrapper {
    display: flex;
    align-items: stretch;
    background: #f5f5f5;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.contact-details {
    width: 42%;
    padding: 60px 50px;
    background: var(--black);
    color: var(--white);
}

.contact-details h2.heading-2,
.contact-details p,
.contact-details ul li a {
    color: var(--white);
}

.contact-details h2.heading-2 {
    margin-bottom: 14px;
}

.contact-details p strong {
    font-weight: 700;
}

.contact-details p {
    padding-top: 0;
    margin-bottom: 14px;
}

.contact-details ul {
    margin-top: 30px;
}

.contact-details ul li {
    margin-bottom: 16px;
}

.contact-details ul li:last-child {
    margin-bottom: 0;
}

.contact-details ul li a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    transition: all 0.3s ease-in-out;
}

.contact-details ul li a:hover {
    color: #42A9DF;
}

.contact-details ul li a span {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #b97ad6, #42a9df);
    color: var(--white);
}

.contact-details ul li a span svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.contact-form {
    width: 58%;
    padding: 60px 50px;
    background: var(--white);
}

/* Formidable Form Styling */
.contact-form .frm_forms {
    width: 100%;
}

.contact-form .frm_form_fields fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.contact-form .frm_fields_container {
    row-gap: 20px;
}

.contact-form .frm_form_field {
    margin-bottom: 20px;
}

.contact-form .frm_primary_label {
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 8px;
    display: inline-block;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form input[type="url"],
.contact-form select,
.contact-form textarea {
    width: 100%;
    height: 54px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
    background: #fff;
    box-shadow: none;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.contact-form textarea {
    height: 140px;
    padding: 16px;
    resize: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #42A9DF;
    box-shadow: 0 0 0 3px rgba(66, 169, 223, 0.10);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #777;
}

.contact-form .frm_submit {
    margin-top: 10px;
}

.contact-form .frm_button_submit,
.contact-form button[type="submit"],
.contact-form input[type="submit"] {
    background: var(--black) !important;
    color: var(--white) !important;
    border: 1px solid var(--black) !important;
    padding: 12px 34px !important;
    border-radius: 100px !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: .58px !important;
    transition: all 0.35s ease !important;
    box-shadow: none !important;
}

.contact-form .frm_button_submit:hover,
.contact-form button[type="submit"]:hover,
.contact-form input[type="submit"]:hover {
    background: #42A9DF !important;
    border-color: #42A9DF !important;
    color: var(--white) !important;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(66, 169, 223, 0.25) !important;
}

/* Error / validation */
.contact-form .frm_error,
.contact-form .frm_error_style {
    font-size: 13px;
}

.contact-form .frm_message,
.contact-form .frm_success_style {
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 14px;
}

/* CONTACT US PAGE STYLING END */

/* TERMS / PRIVACY LEGAL PAGE STYLING START */

section.legal-page {
    padding: 80px 0;
}

.legal-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 25px;
    padding: 70px 70px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.legal-page .section-title {
    padding-bottom: 35px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 35px;
}

.legal-page .section-title p {
    width: 100%;
    padding-top: 8px;
}

.legal-block {
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e4e4e4;
}

.legal-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.legal-block a {
    color: #42A9DF;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.legal-block a:hover {
    color: #b97ad6;
}

/* TERMS / PRIVACY LEGAL PAGE STYLING END */

/* FOOTER STYLING START */

.footer-logo img {
    width: 20%;
}

.footer-logo {
    display: flex;
    justify-content: center;
}

.footer-navigation ul {
    display: flex;
    padding-top: 30px;
    justify-content: center;
    gap: 30px;
}

.footer-navigation ul li a {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    text-transform: uppercase;
    letter-spacing: .58px;
	transition: all 0.3s ease-in-out;
}

.footer-navigation ul li a:hover,
.footer-bottom a:hover {
    color: #42A9DF;
}

.footer-social-links ul {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding-top: 30px;	
}

.footer-social-links ul li a svg,
.footer-bottom a {
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a svg:hover {
    fill: #42A9DF;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--black);
    padding-top: 14px;
    margin-top: 30px;
}

.footer-bottom p, .footer-bottom ul li {
    padding: 0;
    font-size: 14px;
    color: #404040;
    font-weight: 400;
    line-height: normal;
}

.footer-bottom ul {
    display: flex;
    gap: 10px;
}

footer.site-footer {
	position: relative;
    padding: 80px 0 14px 0;
}

.footer-social-links ul li:last-child {
    transform: translateX(-7px);
}

.footer-bg {
    position: absolute;
    top: 0;
    left: revert-layer;
    width: 40%;
    height: 100%;
    z-index: -1;
}

.footer-bg img {
    width: 100%;
    height: 100%;
}

/* FOOTER STYLING END */

@media (min-width: 2500px) {
	main.container.page-not-found {
	    padding: 280px 0 280px;
	}
}

/* RISPONSIVE */

@media (max-width: 1560px) {
	.gm {
		transform: scale(1);
	}
}

/* @media (min-width: 1366px) and (max-width: 1566px) {
} */

@media (max-width: 1399px) {
	
	a.primary-button,
	a.secondary-button {
		font-size: 14px;
	}
	
	main.container.page-not-found {
	    padding: 80px 0 100px;
	}
	
	.header-navbar ul li a {
		font-size: 14px;
	}
	
}

@media (max-width: 1199px) {
	
	p,
	.sam-ul li {
		font-size: 14px;
	}
	
	.header-navbar ul li a {
		font-size: 14px;
	}
	
	h1.heading-1 {
		font-size: 38px;
	}
	
	h2.heading-2 {
		font-size: 34px;
	}
	
	h3.heading-3 {
		font-size: 24px;
	}
	
	.articles-content h3,
	.faq-question h3 {
		font-size: 18px;
	}
	
	.section-title p {
		font-size: 16px;
		width: 73%;
	}
	
/* 	.cta-content,
	.footer-flex {
		padding: 50px;
	} */
	
	.footer-navigation ul {
		gap: 60px;
	}
	
	.footer-navigation ul li a {
		font-size: 14px;
	}
	
	.footer-bottom p, .footer-bottom ul li {
		font-size: 12px;
	}
	
	section.left.gray-bg {
    	padding: 50px 0;
	}
	
	.help-box {
        padding: 45px 35px;
    }

    .help-box h3.heading-3 {
        font-size: 22px;
    }

    .core-initiative-item p {
        line-height: 28px;
    }
	
	.contact-details,
    .contact-form {
        padding: 45px 35px;
    }
	
	.header-navbar ul {
		gap: 20px;
	}
	
	.latest-articles .latest-articles-slider-wrap .swiper-button-prev {
    	left: -25px;
	}

	.latest-articles .latest-articles-slider-wrap .swiper-button-next {
    	right: -25px;
	}
	
		a.primary-button, a.secondary-button {
        	font-size: 12px;
			padding: 10px 20px;
    	}
}

@media (max-width: 991px) {
	
	.header-btn {
    	text-align: end;
        display: flex;
        align-items: center;
		justify-content: flex-end;
	}

	span.bars {
    	margin-left: 10px;
	}
	
	.site-logo {
    	width: 50%;
	}
	
	.contact-wrapper {
        flex-direction: column;
    }

    .contact-details,
    .contact-form {
        width: 100%;
    }
	
	section.inner-banner {
		padding: 240px 0 60px 0;
	}
		
	.footer-logo img {
    	width: 60%;
	}
	
	.footer-navigation ul {
		flex-direction: column;
    	align-items: center;
		gap: 10px;
	}
	
	.footer-bottom {
		flex-direction: column;
    	gap: 5px;
	}
	
	footer.site-footer {
    	padding: 40px 0 14px 0;
	}
	
	.footer-flex {
		flex-direction: column;
    	align-items: center;
		padding: 20px 25px;
	}
	
/* 	.cta-content, .footer-flex {
        padding: 20px;
    } */
	
	
	.hero-content {
    	padding-top: 20px;
	}
	
	header.site-header {
		padding: 10px 0;
	}
	
	.site-logo {
        width: 70%;
    }
	
	h1.heading-1 {
        font-size: 32px;
    }
	
	h2.heading-2 {
        font-size: 22px;
    }
	
	h3.heading-3 {
        font-size: 18px;
    }
	
	.spacer-padding {
    	padding: 40px 0;
	}
	
	.spacer-padding-top {
    	padding-top: 40px;
	}
	
	.spacer-padding-bottom {
    	padding-bottom: 40px;
	}
	
	.spacer-margin {
		margin: 40px 0;
	}

	.spacer-margin-top {
		margin-top: 40px;
	}

	.spacer-margin-bottom {
		margin-bottom: 40px;
	}
	
	.section-title p {
        font-size: 14px;
        width: 100%;
    }
	
	.articles-content h3,
	.faq-question h3 {
        font-size: 16px;
    }
	
	.footer-cta-content, .footer-cta-btn {
    	width: 100%;
		text-align: center;
	}
	
	.campaigns-item {
		padding: 20px;
	}
	
	.footer-bg {
		width: 100%;
	}
	
	.articles-content .read-more {
		font-size: 14px;
	}
	
	.articles-content p {
    	margin-bottom: 10px;
	}
	
	.impact-wrapper,
	.cta-content {
        padding: 25px 20px;
    }

    .right-box {
        padding: 25px 0 0;
    }

    .impact-box h2.heading-2 {
        font-size: 22px;
    }
	
	.how-you-can-help .section-title {
        padding-bottom: 25px;
    }

    .help-box {
        padding: 20px 25px;
    }

    .help-box h3.heading-3 {
        font-size: 20px;
    }

    .help-box p {
        font-size: 14px;
        line-height: 26px;
    }

    .core-initiatives .section-title {
        padding-bottom: 25px;
    }

    .core-initiative-item {
        margin-bottom: 25px;
    }

    .core-initiative-item h3 {
        font-size: 16px;
    }

    .core-initiative-item p {
        font-size: 14px;
        line-height: 26px;
    }
	
	section.core-initiatives {
    	width: 100%;
    	margin: 0 auto;
    	border-radius: 0;
	}
	
	section.contact-us {
        padding: 40px 0;
    }

    .contact-details,
    .contact-form {
        padding: 25px 20px;
    }

    .contact-details ul {
        margin-top: 20px;
    }

    .contact-details ul li a {
        font-size: 14px;
        line-height: 22px;
        gap: 10px;
        word-break: break-word;
    }

    .contact-details ul li a span {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form input[type="tel"],
    .contact-form input[type="number"],
    .contact-form input[type="url"],
    .contact-form select,
    .contact-form textarea {
        font-size: 14px;
    }

    .contact-form .frm_button_submit,
    .contact-form button[type="submit"],
    .contact-form input[type="submit"] {
        font-size: 14px !important;
        padding: 10px 28px !important;
    }
	
	.contact-form .frm_fields_container {
    	row-gap: 0;
	}
	
	section.blog-details-section .container .row {
    	flex-direction: column-reverse;
    	row-gap: 24px;
	}

	.blog-details-main {
    	margin: 0;
	}
	
	.margin-right {
    	margin-right: 0;
	}

	.margin-left {
    	margin-left: 0;
	}
	
	body:not(.home):not(.front-page) section.faq-section {
    	padding-bottom: 140px;
	}
	
	body:not(.home):not(.front-page):not(.page-template-blogs):not(.page-id-68):not(.page-template-contact-us):not(.page-id-80) section.footer-cta {
    	margin-top: -120px;
	}
	
	.core-initiatives-wrapper .row {
    	margin-left: 0;
	}
	
	.footer-cta-btn {
		justify-content: center;
	}
	
}

@media (max-width: 768px) {
	
	.latest-articles .latest-articles-slider-wrap .swiper-button-prev,
	.latest-articles .latest-articles-slider-wrap .swiper-button-next {
		display: none;
	}
	
}

@media (max-width: 575px) {
	
	section.inner-banner {
        padding: 140px 0 40px 0;
    }
	
	.left-box {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #9b7ad6;
        padding-bottom: 25px;
    }
	
	section.left .row {
    	gap: 24px;
	}

	section.right .row {
		flex-direction: column-reverse;
    	gap: 24px;
	}
	
	section.left.gray-bg {
        padding: 50px 0 0;
    }
	
	.gm {
    position: absolute;
		top: -80px;
	}
	
	.om-bg {
		top: 100px;
	}
	
	.core-initiatives-wrapper .row {
    	gap: 25px;
	}
	
	ul.diff-ul {
		grid-template-columns: repeat(1, 1fr);

	}
	
	ul.diff-ul li {
		height: 80px;
	}
	
	.page-id-68 .section-title {
    	display: flex;
    	align-items: center;
	}

	.page-id-68 .section-title p {
    	text-align: center;
	}
	
	.m-none {
    	display: none;
	}
	
	.w80 {
    	width: 100%;
	}
	
	.gm.gm-new {
    	transform: scale(1.5);
    	top: 0px;
    	left: -30px;
	}
	
	.cam-bg {
		top: 400px;
	}
	
	.header-btn .donate-dropdown-menu {
    	left: -80px;
	}
	
	.legal-wrapper {
		padding: 25px 20px;
	}
	
	p {
		line-height: 22px;
	}
	
	.container {
		width: 94%;
	}
	
	.footer-bottom ul {
    	gap: 3px;
    	flex-direction: column;
    	align-items: center;
	}
	
	.footer-bottom ul li:nth-child(2) {
    	width: 0;
    	height: 0;
    	visibility: hidden;
    	opacity: 0;
	}
	
	.support-popup-box {
    	padding: 100px 20px 20px 20px;
	}
	
	section.hero-banner .row {
    	row-gap: 24px;
	}
	
}

@media (max-width: 374px) {
}