@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

:root {
    --primary-color: #4A7EAD;
    --heading-color: rgba(24, 26, 39, 0.8);
    --secondary-color: #181A27;
    --text-color-light: #181A27CC;
    --white: #ffffff;
    --black: #000000;
    --sky-bg: #4A7EAD33;
    --red: #f00;
    ;

    --body-font: "Mulish";
    --secondary-font: 'Source Sans Pro';
    --third-font: 'Acumin Variable Concept';
    --fontweight-thin: 300;
    --fontweight-regular: 400;
    --fontweight-medium: 500;
    --fontweight-bold: 600;
    --fontweight-bolder: 700;
    --fontweight-boldest: 900;
}

.btn {
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: var(--fontweight-thin);
    line-height: 24px;
    background: var(--text-color-light);
    padding: 15px 19px;
    border-radius: 50px;
    color: var(--white);
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 1;
}

.flex-grid {
    display: flex;
}

section {
    position: relative;
}

.padding-common {
    padding: 100px 0;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding-top {
    padding-top: 100px;
}

p {
    font-size: 18px;
    line-height: 32px;
    font-weight: var(--fontweight-regular);
    color: var(--text-color-light);
    font-family: var(--secondary-font);
}

/* banner sec css */
.custom-logo-link {
    max-width: 65px;
    height: 79px;
}

.custom-logo {
    width: 100%;
    height: 100%;
}

main.main {
    padding-top: 208px;
}

.banner-section {
    padding-bottom: 100px;
    position: relative;
}

.banner-background-image {
    position: absolute;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
    z-index: -1;
}

.banner-titile {
    font-family: var(--body-font);
    font-size: 70px;
    font-weight: var(--fontweight-bold);
    line-height: 80px;
    text-align: center;
    color: var(--text-color-light);
    margin: 0 auto 17px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.banner-desc {
    font-family: var(--secondary-font);
    font-size: 28px;
    font-weight: var(--fontweight-regular);
    color: var(--text-color-light);
    opacity: 80%;
    margin: 0 auto 33px;
    padding: 0;
    line-height: 35.2px;
}

.banner__content {
    text-align: center;
    max-width: 850px;
    margin: auto;
}

.btn.banner-btn {
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: var(--fontweight-thin);
    line-height: 24px;
    background: var(--text-color-light);
    padding: 15px 19px;
    border-radius: 50px;
    color: var(--white);
    display: inline-block;
}

.banner__blocks {
    padding-top: 10px;
    gap: 17px;
    align-items: flex-end;
}

.image-block__content {
    font-size: 22px;
    font-weight: var(--fontweight-thin);
    line-height: 27px;
    text-align: center;
    padding: 6px 47px;
    border-radius: 14px;
    background: var(--text-color-light);
    color: var(--white);
    min-height: 90px;
    /* display: flex;
    align-items: center; */
    font-family: var(--secondary-font);
    opacity: 1;
}

.image-block__content span {
    font-weight: 500;
}

.percentage-value {
    font-size: 32px;
    font-weight: var(--fontweight-bold);
    line-height: 40.24px;
    color: var(--white);
    margin: 0 0 13px 0;
}

.content-block {
    padding: 55px 28px 39px;
    border-radius: 14px;
    max-width: 284px;
    width: 100%;
}

.gray {
    background: rgb(24 26 39 / 80%);
}

.blue {
    background: var(--primary);
}

.content-block p {
    font-size: 16px;
    font-weight: var(--fontweight-thin);
    line-height: 26px;
    color: var(--white);
    margin: 0 0 70px 0;
    font-family: var(--secondary-font);
}

.white-btn {
    font-size: 16px;
    font-weight: var(--fontweight-medium);
    line-height: 19.2px;
    padding: 27px 25px;
    color: var(--text-color-light);
    background: var(--white);
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 14px;
    font-family: var(--secondary-font);
}

.center-image {
    max-width: 343px;
    /* height: 218px; */
    width: 100%;
}

.center-image img {
    border-radius: 14px;
    width: 100%;
}

.content-block__title {
    font-size: 32px;
    font-weight: var(--fontweight-bold);
    line-height: 40.16px;
    color: var(--white);
    margin-bottom: 13px;
}

.content-block.blue .percentage-value {
    margin: 0;
}

.banner__blocks .image-block img {
    border-radius: 14px;
    vertical-align: middle;
}

.banner__blocks .image-block {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 281px;
    width: 100%;
}

.arrow-img {
    width: 17px;
    height: 17px;
}

.image-block.right .image-block__content {
    display: flex;
    align-items: center;
}

.banner-section .btn.white-btn:hover {
    color: var(--white);
}

.banner-section .btn.white-btn:hover svg.arrow-img path {
    stroke: var(--white);
    transition: .4s linear;
}

svg.arrow-img path {
    transition: .4s linear;
}

/* logo sec  css */
.logos-outer {
    padding: 48px 0;
    background: var(--sky-bg);
}

.logos-list {
    display: flex;
    justify-content: center;
    gap: 140px;
    align-items: center;
}

.logos-section .heading-wraper {
    padding-inline: 40px;
}

.logos-section .section-title {
    font-size: 38px;
}

/* services sec css */
.section-title {
    font-size: 48px;
    font-weight: var(--fontweight-bold);
    line-height: 60.24px;
    color: var(--text-color-light);
}

.heading-wraper {
    text-align: center;
    margin-bottom: 39px;
}

.title-desc {
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: var(--fontweight-regular);
    line-height: 25.14px;
    text-align: center;
    color: #000000B2;
}

.services-list {
    gap: 59px;
    flex-direction: column;
}

.services-list__block {
    width: 100%;
    background: #4A7EAD1A;
    border-radius: 14px;
}

.service-img>img {
    width: 100%;
    border-radius: 14px 0 0 14px;
    object-fit: cover;
}

.services-list__block:nth-child(even) .service-img>img {
    border-radius: 0px 14px 14px 0;
}

.service-img .service-icon {
    width: 60px;
    right: -30px;
    bottom: -30px;
}

.services-list__block:nth-child(even) .service-img .service-icon {
    left: -30px;
}

.service-title {
    font-size: 28px;
    font-weight: var(--fontweight-bold);
    line-height: 35.14px;
    margin-bottom: 6px;
    color: var(--text-color-light);
}

.service-desc {
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: var(--fontweight-regular);
    line-height: 30px;
    color: var(--text-color-light);
    opacity: 60%;
}

.service-content {
    padding: 44px 36px 52px;
}

.service-icon {
    position: absolute;
    bottom: 0;
}

.service-img {
    position: relative;
    /* max-width: 274px;
    min-width: 274px; */
    width: 50%;
}

/* mission section css */

.mission-title {
    font-family: var(--secondary-font);
    font-size: 28px;
    font-weight: var(--fontweight-bold);
    line-height: 35.2px;
    color: var(--text-color-light);
    margin-bottom: 11px;
}

.mission-desc {
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: var(--fontweight-regular);
    line-height: 32px;
    text-align: justify;
    color: var(--text-color-light);
    opacity: 60%;
}

.our-mission-blocks {
    gap: 59px;
}

.our-mission__block {
    border: 1px solid hsl(15deg 21% 59% / 40%);
    padding: 50px 40px;
    border-radius: 14px;
    width: 33.33%;
    position: relative;
}

.mission-number {
    color: var(--black);
    font-size: 80px;
    font-weight: var(--fontweight-bold);
    opacity: 4%;
    position: absolute;
    top: 3px;
    line-height: 96px;
    left: 20px;
    font-family: var(--secondary-font);
}

/* target sec css */

.target-section {
    padding: 60px 0 80px;
}

.target-section .section-title {
    color: var(--white);
}

.target-section .title-desc {
    color: #FFFFFFB2;
}

.audiance-content {
    background: var(--white);
    padding: 50px 60px 50px 40px;
    border-radius: 0 14px 14px 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.audiance-content p {
    font-size: 22px;
    font-weight: var(--fontweight-thin);
    line-height: 34px;
    color: var(--text-color-light);
    font-family: var(--body-font);
}

.audiance-logo {
    padding: 34px 57px;
    background: var(--primary-color);
    border-radius: 14px 0 0 14px;
    display: flex;
    align-items: center;
}

.audiance__block {
    display: flex;
}

.audiance-blocks {
    display: grid;
    gap: 40px;
    max-width: 1134px;
    margin: auto;
}

/* school sec css */

.school-block__content .heading-wraper p {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: var(--fontweight-thin);
    line-height: 32px;
    color: var(--white);
    text-align: justify;
}

.school-block__content {
    background: var(--primary-color);
    border-radius: 0 14px 14px 0;
    padding: 80px 0 51px 58px;
    max-width: calc(100% - 876px);
    width: 100%;
}

.school-block__image {
    max-width: 876px;
    width: 100%;
}

.school-block__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 14px 0 0 14px;
}

.school-block__content .section-title {
    color: var(--white);
    text-align: left;
}

.school-block__content .heading-wraper {
    padding-right: 58px;
}

/* slider css */
.school-swiper .swiper-slide {
    padding: 12px 20px;
    background: var(--white);
    border-radius: 6px;
}

.school-slider-content {
    display: flex;
    align-items: center;
    gap: 39px;
}

.school-name {
    font-size: 16px;
    font-weight: var(--fontweight-thin);
    line-height: 20px;
    color: var(--text-color-light);
}

.school-swiper {
    margin-top: 69px;
}

.school-swiper .swiper-pagination-bullet {
    background: var(--white);
    opacity: 50%;
}

.school-swiper .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #181A27CC;
    border-radius: 10px;
    width: 20px;
}

.school-swiper .swiper-pagination,
.swiper-pagination {
    position: unset;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.school-slider-content .img-wrap {
    max-width: 58px;
    width: 100%;
}

.school-slider-content .img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* about sec css */

.about-sub-title {
    font-family: var(--body-font);
    font-size: 28px;
    font-weight: var(--fontweight-bolder);
    line-height: 28px;
    margin-bottom: 20px;
    color: var(--text-color-light);
    text-align: left;
}

.about-bottom-content p {
    opacity: 60%;
    margin-bottom: 10px;
}

.about-block__image img {
    border-radius: 14px;
}

.about-block {
    gap: 117px;
    align-items: center;
}

.border {
    border: 1px solid var(--text-color-light);
    opacity: 10%;
    margin: 30px 0;
}

.about-content__list svg {
    width: 30px;
}

.about-content__list li {
    display: flex;
    align-items: center;
    gap: 22px;
}

.about-content__list {
    display: grid;
    grid-template-columns: auto auto;
    gap: 23px;
    justify-content: space-between;
}

.about-content__list span {
    color: var(--text-color-light);
    opacity: 60%;
    font-size: 18px;
    line-height: 28px;
    font-weight: var(--fontweight-thin);
}

.about-block__content .heading-wraper {
    text-align: left;
}

.about-block__content p {
    opacity: 60%;
    padding-right: 50px;
}

.about-bottom-content {
    padding-top: 50px;
}

.about-block__image {
    width: 100%;
    max-width: 42.41%;
}

.about-block__content {
    max-width: calc(100% - (42.41% + 117px));
}

.about-block__content .heading-wraper {
    margin: 0;
}

/* coach sec css */
.coach-block {
    width: 33.33%;
}

.coach-blocks {
    gap: 60px;
}

.coach-block img {
    width: 100%;
    vertical-align: middle;
    filter: grayscale(1);
}

.coach-block img:hover {
    filter: unset;
}

.coach-name {
    font-family: var(--body-font);
    font-size: 28px;
    font-weight: var(--fontweight-regular);
    line-height: 35.14px;
    color: var(--text-color-light);
    margin-bottom: 5px;
}

.coach-designation,
.coach-education {
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: var(--fontweight-thin);
    line-height: 22.63px;
    color: var(--text-color-light);
}

.coach-img {
    /* margin-bottom: 10px; */
    height: 500px;
}

.meet-coaches-section .heading-wraper {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.meet-coaches-section .container {
    max-width: 1322px;
}

.coach-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* phases section */

.phases-section {
    background: var(--primary-color);
}

.box {
    padding: 32px 25px;
    background: var(--white);
    border-radius: 14px;
}

.boxs {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

.phases-block {
    align-items: center;
    gap: 68px;
}

.phases-section .heading-wraper {
    text-align: left;
    margin-bottom: 46px;
}

.phases-section .section-title {
    color: var(--white);
    margin-bottom: 19px;
}

.phases-section .heading-wraper p {
    opacity: 60%;
    color: var(--white);
    font-weight: var(--fontweight-thin);
    text-transform: capitalize;
}

.phase-block__left,
.phase-block__right {
    width: 100%;
}

.box-title {
    font-family: var(--body-font);
    font-size: 28px;
    font-weight: var(--fontweight-regular);
    line-height: 28px;
    color: #222E42CC;
    margin-bottom: 12px;
}

.box p {
    line-height: 28px;
    font-weight: 300;
    font-family: 'Mulish';
    color: #181A27CC;
    opacity: 60%;
}

.phase-block__right {
    max-width: calc(100% - (40% + 68px));
}

.phase-block__left {
    max-width: 40%;
}

/* footer css */
footer {
    background: var(--secondary-color);
    position: relative;
}

.footer_col.footer-logo .footer_logo {
    max-width: 55px;
}

.footer_logo {
    margin-bottom: 23px;
}

.footer-desc {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: var(--fontweight-thin);
    line-height: 22.59px;
    color: var(--white);
    margin: 0;
}

.footer_title {
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: var(--fontweight-bold);
    line-height: 26px;
    color: var(--primary);
    margin-bottom: 16px;
}

.menu-list li a {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: var(--fontweight-thin);
    line-height: 26px;
    color: var(--white);
}

.footer_col.footer-logo {
    max-width: 346px;
    width: 100%;
}

.footer_row.flex-grid {
    justify-content: space-between;
    gap: 100px;
    padding-bottom: 60px;
    padding-top: 80px;
}

.footer_col.footer_menu {
    max-width: 135px;
    width: 100%;
}

.footer-col.footer_newsletter {
    max-width: 482px;
    width: 100%;
}

.footer__copyright {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: var(--fontweight-regular);
    line-height: 21.6px;
    color: var(--white);
    opacity: 60%;
    text-align: center;
    padding: 26px 0;
    border-top: 1px solid #FFFFFF33;
}

.newsletter-form-wrap .input-field input[type="email"] {
    border: 1px solid var(--white);
    padding: 16px 15px;
    font-size: 16px;
    font-weight: var(--fontweight-thin);
    line-height: 20.08px;
    border-radius: 14px;
    background: transparent;
    outline: none;
    color: var(--white);
    opacity: 50%;
    max-width: 278px;
}

input[type="submit"] {
    font-size: 20px;
    font-weight: var(--fontweight-thin);
    line-height: 25.1px;
    color: #181A27CC;
    padding: 14px 58px;
    border-radius: 50px;
    border: 0;
    transition: .3s linear;
}

.newsletter-form-wrap {
    display: flex;
/*     align-items: center; */
    gap: 22px;
    margin-top: 20px;
}

::placeholder {
    color: rgb(255 255 255 / 40%);
}

.footer-col.footer_newsletter .footer-desc {
    padding-right: 11rem;
    line-height: 28px;
}

/* job page css */

.content-layout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 150px;
}

.team-title h1 {
    text-align: left;
}

.volunteer-form .btn {
    min-width: 180px;
    text-align: center;
    border: 0px;
    font-size: 20px;
    font-weight: var(--fontweight-thin);
    line-height: 24px;
    background: var(--text-color-light);
    padding: 15px 19px;
    border-radius: 50px;
    color: var(--white);
    max-width: 182px;
}

.team-section {
    padding-top: 150px;
    background: linear-gradient(180deg, rgba(74, 126, 173, 0.2) 0%, rgba(74, 126, 173, 0) 100%);
    padding-bottom: 100px;
}

.team-description p {
    text-align: justify;
    font-family: "Instrument Sans", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 28px;
}

.team-description {
    max-width: 650px;
    width: 100%;
}



.dedicated-team-section {
    text-align: center;
}

.team-banner {
    background: url('/divorce/wp-content/uploads/2025/01/team-banner-image.png') no-repeat center center/cover;
    padding: 186px 20px;
    border-radius: 14px;
    color: var(--white);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.team-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #4A7EADCC;
    position: absolute;
    top: 0;
    left: 0;
}

.team-banner h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 57.6px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
}

.team-banner h1 {
    margin: 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
}

.team-banner p {
    margin: 10px 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-align: center;
    color: var(--white);
    margin-bottom: 36px;
}

.team-banner-content {
    position: relative;
    max-width: 950px;
    margin: auto;
    z-index: 1;
}

.roles-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: -120px;
    position: relative;
    z-index: 1;
}

.role-card {
    background-color: #EDF2F7;
    padding: 50px 28px;
    text-align: center;
    border-radius: 14px;
}

.role-card h3 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    color: #181A27;
}

.role-card p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 28px;
    text-align: center;
    color: #030303;
}

.team-title {
    width: 100%;
    min-width: 750px;
}

.volunteer-form {
    box-shadow: 0px 8px 44px 0px #0000000A;
    padding: 55px 40px;
    background: var(--white);
    position: relative;
    border-radius: 14px;
}

.volunteer-support-section {
    padding: 100px 0px;
}

.form-container:before {
    background: #4A7EAD1A;
    content: '';
    width: 90%;
    height: 90%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 14px;
}

.volunteer-form .btn:hover,
.volunteer-form .btn.banner-btn:hover {
    background: var(--primary);
    border: 0;
}

.volunteer-form h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
}

.contact-form {
    display: flex;
    align-items: flex-start;
    gap: 110px;
    justify-content: space-between;
}

.support-info {
    width: 100%;
    text-align: left;
}

.support-info p {
    color: #181A27CC;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.form-right-image {
    margin-top: 40px;
    display: block;
}

.support-info h3 {
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    margin-bottom: 18px;
}

.form-container {
    position: relative;
    width: 100%;
    padding: 55px 0 0 93px;
}

.volunteer-form h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.volunteer-form input,
.volunteer-form textarea,
.volunteer-form input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #181a2747;
    border-radius: 6px;
    font-size: 18px;
    box-sizing: border-box;
    margin-bottom: 32px;
    opacity: 1;
}

.volunteer-form textarea {
    resize: none;
    height: 100px;
}

.volunteer-form input[type="email"]::placeholder,
.volunteer-form input::placeholder,
.volunteer-form textarea::placeholder {
    color: #00000050;
    font-weight: 400;
    font-family: var(--third-font);
}

.volunteer-form input:focus-visible,
.volunteer-form textarea:focus-visible,
.volunteer-form input[type="email"]:focus-visible {
    outline: none;
    border: 1px solid #000;
}



/* step form css */

/* modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    max-width: 63%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 0px;
    margin: 0px auto 100px;
    padding: 40px;
    margin-top: 70px;
    background-color: #fefefe;
}

.close {
    float: right;
    font-weight: bold;
    position: relative;
    color: var(--white);
    font-size: 28px;
    top: -50px;
    right: -50px;
    background: #4a7ead;
    padding: 12px 13px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    width: 42px;
    line-height: 6px;
}

span.close span {
    height: 11px;
}

.close:hover,
.close:focus {
    color: var(--black);
    text-decoration: none;
    cursor: pointer;
}

/* step form css */

.step-form-wrapper {
    padding-top: 150px;
}

input {
    outline: none;
}

.form-section-title {
    font-size: 21px;
    margin-bottom: 20px;
}

.block-label {
    color: var(--text-color-light);
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: var(--fontweight-bold);
}

.step-form-modal input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
}

.step-form-modal span.wpcf7-list-item {
    display: flex;
}

.step-form-modal span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 6px;
}

.block-wrap {
    margin-bottom: 30px;
}

.block-wrap.second span.wpcf7-form-control.wpcf7-checkbox,
.block-wrap.nine .wpcf7-form-control.wpcf7-checkbox,
.block-wrap.twelvethh .wpcf7-form-control.wpcf7-checkbox,
.block-wrap.sixteenn span.wpcf7-form-control.wpcf7-checkbox {
    display: grid;
    grid-template-columns: auto auto;
}

.modal-content input.wpcf7-form-control.wpcf7-text,
.modal-content input.wpcf7-form-control.wpcf7-date,
.modal-content select.wpcf7-form-control.wpcf7-select,
.modal-content input.wpcf7-form-control.wpcf7-number {
    border: 1px solid hsl(15deg 21% 59% / 40%);
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.name-field {
    margin-bottom: 15px;
}

.name-field span,
.dateofbirth span,
.email span {
    font-size: 15px;
    line-height: normal;
}

.block-wrap.fourteen textarea {
    width: 100%;
}

.step-form-modal .cf7mls-btns button.cf7mls_next.cf7mls_btn.action-button {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: var(--fontweight-thin);
    line-height: 24px;
    background: var(--primary-color);
    padding: 10px 19px;
    border-radius: 50px;
    color: var(--white);
    transition: all 0.5s linear;
}

.step-form-modal .cf7mls-btns button.cf7mls_back.action-button {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 19px;
    border-radius: 50px;
}

.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button {
    margin: 0;
}

.step-form-modal form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    border-radius: 3px;
    padding: 13px 29px;
    font-weight: bold;
    margin: 20px auto 26px;
    float: unset;
    background-color: #19bd5b;
    color: var(--white);
    text-align: center;
    width: 100%;
    display: flex;
    max-width: 200px;
    justify-content: center;
    cursor: pointer;
}

.namesection {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    accent-color: #4a7ead;
}

.modal-content .heading-wraper {
    padding: 0 20px;
}

.step-form-wrapper input::placeholder,
.step-form-modal input::placeholder {
    color: #ddd !important;
}

span.wpcf7-form-control.wpcf7-radio {
    display: flex;
}

.step-form-wrapper textarea.wpcf7-form-control.wpcf7-textarea,
.block-wrap.fourteen textarea {
    width: 100%;
    min-height: 80px;
    resize: vertical;
    padding: 10px;
    border: 1px solid hsl(15deg 21% 59% / 40%);
    border-radius: 5px;
    box-sizing: border-box;
}

button.wpcf7-field-group-remove {
    margin-right: 5px;
    margin-bottom: 15px;
    min-width: 23px;
}

button.wpcf7-field-group-add {
    margin-bottom: 15px;
}

.uploadresume {
    padding: 30px;
    border: 1px dashed #0000007d;
    background: #fbfcff;
    border-radius: 3px;
}

.uploadresume input.wpcf7-form-control.wpcf7-file {
    font-size: 20px;
}

.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    text-transform: uppercase;
}

span.wpcf7-spinner {
    position: absolute;
    top: 11px;
    right: 40px;
}

.submit-btn {
    position: relative;
}

.modal-content .heading-wrapper {
    text-align: center;
    margin-bottom: 40px;
}

.phone-email-wrap,
.city-state-wrap,
.edustart-end-wrap,
.work-start-end-wrap,
.age-birth-wrap,
.home-cell-number-wrap,
.postcode-country-wrap {
    display: flex;
    gap: 10px;
}

.block-wrap.fifth,
.block-wrap.sixth,
.city.name-field,
.state.name-field,
.edu-startdate,
.edu-end-date,
.work-start-date,
.work-end-date,
.block-wrap.seventhh,
.block-wrap.eighthh,
.block-wrap.ninthh,
.block-wrap.tenthh,
.school-zip,
.school-country {
    width: 50%;
}

.block-label span {
    color: var(--red);
}

.step-form-modal select {
    width: 100%;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

.step-form-modal select:focus,
.step-form-modal select:hover {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.329);
}

input[type="date"]::-webkit-calendar-picker-indicator {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
    border: 1px solid var(--red);
    padding: 0.4em 1em;
}

.wpcf7-response-output {
    color: var(--red);
}

.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
    margin-top: -1px;
}

.newsletter-form-wrap,
.voucher-form-btn-wrap {
    position: relative;
}

.newsletter-form-wrap span.wpcf7-not-valid-tip {
    position: absolute;
}

.newsletter-form-wrap .wpcf7 form .wpcf7-response-output {
    margin-top: 2.5rem;
}

.newsletter-form-wrap span.wpcf7-spinner {
    top: 14px;
    right: 0;
}

.newsletter-form-wrap .recaptcha{
	padding-top:20px;
}

.form-recaptcha.p_20 {
    padding: 10px;
    /* align-items: center; */
    justify-content: center;
    display: flex
;
}

.volunteer-support-section .wpcf7-not-valid-tip {
    font-size: .9rem !important;
    position: absolute !important;
    bottom: 0;
    top: 31px;
}

.voucher-form-btn-wrap span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.voucher-form-btn-wrap .wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

.header--modal-open header.main-header {
    background-color: var(--white);
    transition: background-color 0.3s ease;
}

.header--modal-open header.main-header nav.nav-primary {
    padding: 11px 0;
    transition: background-color 0.3s ease;
}

body.header--modal-open {
    overflow: hidden;
}

.wpcf7-form-control-signature-body canvas {
    border: 1px solid hsl(15deg 21% 59% / 40%);
}

input#wpcf7_signature-844_clear {
    border: 1px solid hsl(15deg 21% 59% / 40%);
    background: #fffcfc;
    width: auto;
}

.term-condition-checkbox .wpcf7-list-item {
    margin-left: 0;
}

.block-wrap.twentyone {
    display: flex;
    gap: 50px;
}

.date-block {
    width: 50%;
}

.sign-block {
    width: 50%;
}

.wpcf7-form-control-signature-wrap,
.wpcf7-form-control-signature-body {
    width: 100% !important;
    max-width: 100%;
}

.social-media-icons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-media-icons li {
    width: 42px;
    height: 42px;
    padding: 12px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    border-radius: 50px;
}

.social-media-icons li:hover {
    transform: scale(1.03);
}

.role-card {
    width: calc(100%/4);
}

.role-card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.about-sub-content-wrap {
    display: flex;
    gap: 117px;
    align-items: center;
}

.about-sub-story-image {
    width: 100%;
    max-width: 42.41%;
}

.about-sub-content {
    max-width: calc(100% - (42.41% + 117px));
}

.about-sub-story-image .alignright {
    border-radius: 14px;
    width: 100%;
}

.services-list__block {
    display: flex;
    /* min-height: 253px; */
}

.services-list__block:nth-child(even) {
    flex-direction: row-reverse;
}

.service-box-img {
    height: 100%;
}

.service-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

/* contact us sec css */

.contact_grid_item input,
.contact_grid_item textarea {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    fill: var(--white);
    color: var(--white);
    background-color: #F3F4F700;
    padding: 15px;
    max-width: 100%;
    width: 100%;
}

.contact_grid {
    text-align: center;
    margin: auto;
    width: 100%;
    display: grid;
    /* justify-content: center; */
}

.contact_grid_item {
    margin-bottom: 20px;
    text-align: left;
}

.contact_grid_item input::placeholder,
.contact_grid_item textarea::placeholder {
    color: var(--white);
}

.contact_form_sec .section-title {
    text-align: center;
    color: var(--white);
    margin-bottom: 20px;
}

.contact_grid_item input,
.contact_grid_item textarea {
    border-radius: 10px;
    border: 1px solid var(--white);
}

.contact_grid_item textarea {
    min-height: 80px;
    resize: vertical;
    height: 120px;
}

.submit__btn:focus,
.contact_grid_item input,
.contact_grid_item textarea {
    outline: none;
}

.footer-col.footer_newsletter .wpcf7-response-output {
    opacity: 0;
}

.menu-list li a:hover {
    color: var(--primary);
}

/* single blog page css */
.single-post.padding-common {
    padding-top: 150px;
}

.single-post .heading-wraper,
.single-post .title-desc {
    text-align: left;
}

/* .blog-meta {
    font-size: 0.9em;
    color: #777;
}

.blog-image img {
    width: auto;
    border-radius: 14px;
    margin: 0 0 20px;
    height: 450px;
    object-fit: cover;
} */
.post-content li {
    font-size: 18px;
    line-height: 32px;
    font-weight: var(--fontweight-regular);
    color: var(--text-color-light);
    font-family: var(--secondary-font);
    list-style: disc;
}

.post-content ul {
    padding-left: 35px;
    margin-bottom: 13px;
}

.single-post p {
    margin-bottom: 13px;
}

.post-content h3 {
    margin-bottom: 13px;
    margin-top: 25px;
    text-transform: capitalize;
    font-size: 20px;
    color: var(--text-color-light);
}

.blog-button {
    margin-top: 30px;
}

.btn.contact-form-btn:hover,
.btn.blue-bg-bt:hover {
    background: var(--white);
    color: var(--black);
    cursor: pointer;
}

.btn.contact-form-btn {
    color: var(--white);
    background: var(--primary)
}

.contact-submit-wrap {
    position: relative;
    max-width: 360px;
    margin: auto;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}

.team-section h1.banner-titile {
    font-size: 60px;
    line-height: 70px;
}

/* .group-divider {
    border-top: 1px solid hsl(15deg 21% 59% / 40%);
    margin: 30px 0;
} */

.contact-form-outer {
    display: flex;
    gap: 100px;
    justify-content: space-between;
}

.contact-form-wrap.outer_wrap {
    width: 45%;
    background: #4a7ead8f;
    border-radius: 14px;
    padding: 50px;
}

.address-title {
    font-size: 28px;
    color: var(--white);
    font-weight: var(--fontweight-bold);
    margin-bottom: 8px;
}

.address p,
.address a {
    color: var(--white);
    font-size: 18px;
}

.address {
    margin-bottom: 30px;
}

.contact-details-wrap .section-title {
    text-align: left;
    margin-bottom: 40px;
}

.address a:hover {
    color: var(--primary-color);
}

.contact_form_sec {
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form-wrap.outer_wrap .section-title {
    font-size: 38px;
}

.contact-details-wrap {
    width: 40%;
}

/* meet our team  hover section*/

.coach-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 80%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;

    background: #4a7eaddb;
    padding: 18px;
    height: 0;
    overflow-y: auto;
    -ms-overflow-style: none;
}

.content-details::-webkit-scrollbar {
    width: 2px;
}

.content-details::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.content-details::-webkit-scrollbar-thumb {
    background: #4f5059;
}

.coach-content:hover .content-details {
    top: 80%;
    left: 50%;
    opacity: 1;
    height: 200px;
}

.content-details h3 {
    color: var(--white);
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: var(--white);
    font-size: 16px;
    line-height: 22px;
    font-family: var(--secondary-font);
    font-weight: var(--fontweight-thin);
    overflow: hidden;
}

.fadeIn-bottom {
    top: 80%;
}

.modal-content .section-title {
    margin-bottom: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--red);
}

/* .page-id-345 footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
} */
.contribute-sec {
    padding-top: 200px;
    text-align: center;
    padding-bottom: 200px;
}

.contribute-sec h2 {
    font-size: 70px;
}

/* logo swiper */

.logos-section .swiper-wrapper {
    align-items: center;
    /* justify-content: center; */
}

.logos-section .swiper-slide {
    margin: auto;
}

.role-card {
    position: relative;
    padding-bottom: 107px;
}

.role-card .btn.btn-banner {
    position: absolute;
    bottom: 80px;
    transform: translate(-50%, 50%);
    left: 50%;
    width: 100%;
    max-width: 140px;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    bottom: 20px;
    clip-path: unset;
    height: auto;
    width: 90%;
    clip: unset;
    background: transparent !important;
    text-align: center;
    margin: 0;
}

.wpcf7 .screen-reader-response {
    color: #19bd5b;
}

.modal-content.step-form-modal {
    position: relative;
}

.form-recaptcha.pad-b-10{
	padding: 0 0 20px 0;
}


/* Captacha */

.volunteer-support-section .form-recaptcha span.dscf7_lt {
    color: #333;
    margin-bottom: 10px;
    display: inline-block;
}

.dscf7_refresh_captcha img {
    width: 20px !important;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.footer_newsletter .newsletter-form-wrap .dscf7_refresh_captcha img,
.contact-form-outer .dscf7_refresh_captcha img {
    filter: invert(1);
}

.contact-form-outer  .form-recaptcha.p_20 {
    display: block;
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
}

.contact-form-outer  .form-recaptcha.p_20 .wpcf7-form-control-wrap input,
.newsletter-form-wrap p.dscf7captcha input{
    margin-bottom: 10px;
    display: block;
    height: 41px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 3px 15px;
    margin-top: 8px;
    color: #fff;
}

.newsletter-form-wrap p.dscf7captcha input{
    opacity: 50%;
    width: 100% !important;
}
.page-template-payment-template main.main{
 padding: 0;
}
.page-template-payment-template header.main-header {
    position: static;
    background: #f4f4ff;
}
.page-template-payment-template  section.banner-section{
    padding-bottom: 0;
}
.donation-form-wpr {
    position: relative;
    overflow: hidden;
    height: 1200px;
    width: 100%;
    background: #f4f4ff;
    padding: 18px 0;
    text-align: center;
    padding-bottom: 0;
}
.page-template-payment-template  section.banner-section {
    padding-bottom: 0;
}
.donation-form-wpr iframe {
    margin-top: 260px;
    background: transparent;
    z-index: 91;
    padding-bottom: 180px;
}
.donation-form-wpr iframe::-webkit-scrollbar{
    width:0;
}
.donation-form-wpr iframe html::-webkit-scrollbar{
    width:0;
}
.comman_defaultpage {
    background: #f4f4ff;
}
.donation-note {
    padding: 0 20px;
    line-height: 140%;
}
.donation-note span{
    text-decoration: none;
    font-weight: 600;
    color: rgb(9, 9, 62);
}
.donation-note.ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.donation-note.content-text {
    padding: 0 20px;
    line-height: 150%;
    font-size: 16px;
    margin-bottom: 10px;
}
.imp-notes {
    margin: auto;
    max-width: 58%;
}

.promotional-video .video-wrapper iframe {
    border-radius: 10px;
    height: 330px;
}

@media(max-width:1200px){
    .imp-notes {
        max-width: 80%;
    }
}
@media(max-width:992px){
    .imp-notes {
        max-width: 90%;
    }
    .donation-form-wpr iframe {
        margin-top: 255px;
    }
}
@media(max-width:768px){
    .imp-notes {
        max-width: 100%;
    }
    .donation-form-wpr iframe {
        margin-top: 280px;
    }
}
@media(max-width:680px){
    .donation-form-wpr iframe {
        margin-top: 320px;
    }
}
@media(max-width:550px){
    .donation-form-wpr iframe {
        margin-top: 360px;
    }
}

@media(max-width:450px){
    .donation-form-wpr iframe {
        margin-top: 400px;
    }
}
@media(max-width:380px){
    .donation-form-wpr iframe {
        margin-top: 480px;
    }
}




.brangel-gallery-slider {
    overflow: hidden;
}

img.gallery-img {
    aspect-ratio: 1.1;
    object-fit: cover;
    border-radius: 6px;
}
.readMoreBtn {
    border: none;
    max-width: 170px;
    margin-top: 20px;
    cursor: pointer;
}

.services_popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
  .services_popup-box {
    background: #fff;
    max-width: 1100px;
    width: 90%;
    position: relative;
    border-radius: 10px;
    padding: 20px;
  }
  
  .close-popup {
	position: absolute;
    top: -5px;
    right: -5px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background: #497dac;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    line-height: 0;
    padding-bottom: 3px;
  }


  .sp_images {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.sp_images img {
    border-radius: 6px;
    width: 100%;
}
.services_popup-box .inner_content {
    padding: 0px 20px;
}
.services_popup-box .sp_title {
    background: #464852;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    padding: 15px;
    margin: -20px;
    margin-bottom: 20px;
}

.sp_content {
    height: calc(100vh - 170px);
    overflow-x: hidden;
    overflow-y: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.services_popup-box ol {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 10px;
}

.services_popup-box ul {
    list-style: lower-alpha;
    margin-left: 20px;
    margin-bottom: 10px;
}

.services_popup-box li {
    margin: 7px 0px;
}

/* Scrollbar styling for WebKit browsers */
.sp_content::-webkit-scrollbar {
    width: 6px;               /* Vertical scrollbar width */
    height: 6px;              /* Horizontal scrollbar height */
  }
  
  .sp_content::-webkit-scrollbar-track {
    background: transparent;  /* Track background */
  }
  
  .sp_content::-webkit-scrollbar-thumb {
    background-color: #888;   /* Scrollbar thumb color */
    border-radius: 10px;      /* Rounded corners */
  }
  
  .sp_content::-webkit-scrollbar-thumb:hover {
    background-color: #555;   /* Darker on hover */
  }
  
  /* Scrollbar styling for Firefox */
  .sp_content {
    scrollbar-width: thin;                 /* Options: auto, thin, none */
    scrollbar-color: #888 transparent;     /* thumb color, track color */
  }
  
  @media(max-width: 780px){
    .services_popup-box .sp_title {
        font-size: 24px;
    }
    .sp_content {
        grid-template-columns: 1fr;
    }
    
    .sp_images {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .services_popup-box .inner_content{
        padding: 0px;
    }
  }

  body .pswp {
    z-index: 10000;
}
.banner-titile.banner-ttl-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

