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


:root {
    --primary-color: #f8f9f5;   /* light, bright background — non-blue, off-white */
    --secondary-color: #022772; /* dark Ohlone green, replaces black */
    --accent: #1c3f94;          /* blue accent — replaces the red #09caf6 */
    --text-color: #16321f;      /* deep green-tinted text for body copy */
    --button-color: #14284f;    /* keep a strong blue for buttons (close to your existing #222f64) */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
    font-family: 'Roboto', sans-serif;
}
/* generics start */
h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    color: var(--secondary-color);
    font-family: 'Roboto', sans-serif;
}

h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: var(--secondary-color);
    font-family: 'Roboto', sans-serif;
}

h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    color: var(--secondary-color);
    font-family: 'Roboto', sans-serif;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    color: var(--secondary-color);
    font-family: 'Roboto', sans-serif;
}
.small-txt{
    font-size: 16px;
    line-height: 24px;
    color: var(--accent);
    position: relative;
    padding-bottom: 13px;
}
span.small-txt::before{
    content: "";
    background: var(--accent);
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.generic-title span {
    margin-bottom: 22px;
}
.generic-title{
    margin-bottom: 55px;
}
.padding-top {
    padding-top: 70px;
}
.padding-bottom {
    padding-bottom: 70px;
}
a:hover {
    text-decoration: none;
}
.light-bg{
    background: #f9fafe;
}
/* header section styling start here */
.header-main-con {
    position: absolute;
    z-index: 9999;
    top: 0;
}
.header-main-con .navbar{
    padding:  20px 0;
}
.header-main-con .navbar-light .navbar-nav .nav-link {
    color: var(--secondary-color);
    position: relative;
    transition: .3s ease-in-out;
}
.header-main-con .navbar-light .navbar-nav .nav-link:hover{
    color: var(--button-color);
}
.header-main-con .navbar-light .navbar-nav .nav-link.active{
    color: var(--button-color);
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 240px;
    top: 19px;
    background: transparent;
    border: 0;
    padding: 20px 0;
}
.header2-main-con .navbar-expand-lg .navbar-nav .dropdown-menu{
    border-radius: 0;
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    color: var(--primary-color);
    background: transparent;
    transition: .3s ease-in-out;
    padding: 5px 10px;
    margin-bottom: 1px;
}
.header2-main-con .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
    border-radius: 0;
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover{
    color: var(--primary-color);
    background: var(--accent);
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item.active,
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:active{
    color: var(--primary-color);
    background: var(--accent);
}
.header-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul{
    position: absolute;
    background: var(--button-color);
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 15px;
    top: 20px;
}
.header-main-con .container-fluid {
    padding: 0 6%;
}
.header-main-con .navbar-nav{
    gap: 55px;
}
.header-main-con .nav-btns ul li a{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    transition: .3s ease-in-out;
    border: 1px solid var(--primary-color);
}
.header-main-con .nav-btns ul li a:hover{
    background: var(--button-color);
    color: var(--primary-color);
    border-color: var(--button-color);
}
.header-main-con .nav-btns ul{
    gap: 10px;
}
.header-main-con .donate-btn a {
    padding: 14px 31px 14px 32px;
    color: var(--primary-color);
    background: #00297b;
    transition: .3s ease-in-out;
}
.header-main-con .donate-btn a:hover{
    color: var(--primary-color);
    background: var(--button-color);
}
.header-main-con .donate-btn{
    margin-left: 10px;
    margin-right: 31px;
}
.header-main-con .header-contact-btn a{
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    transition: .3s ease-in-out;
}
.header-main-con .header-contact-btn a:hover{
    color: var(--button-color);
}
.header-main-con .navbar .collapse.navbar-collapse{
    justify-content: end;
    margin-right: 63px;
}
.header-main-con .navbar-light .navbar-brand {
    margin-left: -5px;
    padding: 0;
}
.header2-main-con .navbar-expand-lg .navbar-nav .dropdown-menu ul {
    top: 31px;
    border-radius: 0;
}
/* header section styling end here */
/* banner section styling start here */
.banner-main-section{
    background: var(--primary-color);
    position: relative;
    padding-top: 41px;
}
.banner-main-section::after {
    content: "";
    background: url(../images/banner-right-img.jpg) no-repeat;
    background-size: cover;
    width: 654px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.banner-main-section .container-fluid {
    padding: 0 13%;
}
.banner-main-section .banner-inner-con {
    display: grid;
    gap: 0;
    grid-template-columns: 40% 63%;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 1410px;
    margin: 0 auto;
}
.banner-left-con span {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: var(--accent);
    font-family: 'Roboto', sans-serif;
    margin-bottom: 7px;
}
.banner-left-con p{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
    color: var(--secondary-color);
}
.banner-left-con .banner-btn a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 16px 21px 16px 20px;
    border-radius: 10px;
    color: var(--primary-color);
    background: #09caf6;
    display: inline-block;
    transition: .3s ease-in-out;
}
.banner-left-con .banner-btn a:hover{
    background: var(--accent);
    color: var(--primary-color);
}
.banner-left-con h1 {
    margin-left: -4px;
    margin-bottom: 20px;
}
.banner-left-con{
    position: relative;
}
.banner-left-con::after {
    content: "";
    /* background: url(../images/banner-arrow-img.png) no-repeat; */
    background-size: cover;
    width: 199px;
    height: 106px;
    position: absolute;
    right: -197px;
    top: 40px;
}
.banner-main-section::before {
    content: "";
    background: url(../images/banner-bottom-img.png) no-repeat;
    background-size: cover;
    width: 477px;
    height: 354px;
    position: absolute;
    left: 24%;
    bottom: 0;
}
/* banner section styling end here */
/* mission section styling start here */
.mission-inner-con {
    display: grid;
    gap: 30px;
    grid-template-columns: 25% 25% 25% 25%;
    margin-bottom: 100px;
}
.mission-con {
    padding: 49px 30px;
    border: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
    transition: .3s ease-in-out;
}
.mission-con:hover{
    border-color: var(--accent);
}
.mission-con figure{
    margin-bottom: 34px;
    transition: .3s ease-in-out;
}
.mission-con:hover figure{
    transform: translateY(8px);
}
.mission-con h4{
    margin-bottom: 20px;
}
.mission-con p{
    margin-bottom: 25px;
}
.generic-btn a i{
    margin-right: 5px;
}
.generic-btn a {
    color: var(--secondary-color);
    padding: 12px 35px;
    background: #f4f4f7;
    display: inline-block;
    transition: .3s ease-in-out;
}
.generic-btn a:hover{
    color: var(--primary-color);
    background: var(--accent);
}
.mission-con .generic-btn{
    margin-top: auto;
}
/* joining section styling start here */
.joining-main-con{
    position: relative;
    padding: 41px 48px 43px;
    background: linear-gradient(to right, rgb(9 202 246) 0%, rgb(13 198 242) 100%);
}
.joining-main-con::after {
    content: "";
    background: url(../images/joining-man-img.png) no-repeat;
    background-size: cover;
    width: 279px;
    height: 225px;
    position: absolute;
    right: 220px;
    bottom: 0;
}
.joining-inner-con {
    display: grid;
    gap: 254px;
    grid-template-columns: 59% 16%;
    align-items: center;
}
.joining-inner-con h3{
    color: var(--primary-color);
}
.joining-inner-con .generic-btn a{
    padding: 12px 27px;
    transition: .3s ease-in-out;
}
.joining-inner-con .generic-btn a:hover{
    background: var(--button-color);
}
/* joining section styling end here */
/* mission section styling end here */
/* about section styling start here */
.about-inner-con {
    display: grid;
    gap: 39px;
    margin-bottom: 62px;
    grid-template-columns: 48% 49%;
}
.about-right-con figure {
    width: 540px;
    height: 540px;
    border-radius: 100%;
    background: #eff2fc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}
.about-main-section .generic-title span::before {
    left: 0;
    transform: unset;
}
.about-main-section .generic-title {
    margin-bottom: 29px;
}
.about-left-con p{
    margin-bottom: 24px;
}
.about-left-con p:nth-child(3){
    margin-bottom: 28px;
}
.voter-name h4{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    color: var(--accent);
}
.voter-name h4 span{
    color: var(--secondary-color);
}
.voter-name {
    display: flex;
    gap: 10px;
    margin-bottom: 36px;
}
.about-left-con .generic-btn a{
    font-size: 18px;
    padding: 18px 36px;
    color: var(--primary-color);
    background: var(--button-color);
    transition: .3s ease-in-out;
}
.about-left-con .generic-btn a:hover{
    background: var(--accent);
}
.about-left-con{
    position: relative;
}
.about-left-con::after {
    content: "";
    background: url(../images/voter-signatures.png) no-repeat;
    background-size: cover;
    width: 174px;
    height: 80px;
    position: absolute;
    right: 73px;
    bottom: 33px;
}
/* counter section styling start here */
.counter-section {
    display: grid;
    gap: 30px;
    grid-template-columns: 23% 23% 23% 23%;
}
.counter-box {
    text-align: center;
    padding: 40px 40px 32px;
    transition: .3s ease-in-out;
    background: var(--primary-color);
    border-bottom: 3px solid transparent;
    box-shadow: 50px 50px 50px rgb(0 0 0 / 5%);
}
.counter-box h4{
    font-weight: 700;
    margin-bottom: 4px;
}
.counter-box figure{
    margin-bottom: 25px;
}
.counter-box:hover{
    transform: translateY(-8px);
    border-color: var(--accent);
}
/* counter section styling end here */
/* about section styling end here */
/* video section styling start here */
.video-section{
    background: url(../images/video-section-bg-img.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 9999;
}
.video-section::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(34 47 100 / 75%) 0%,rgb(191 11 48 / 75%) 100%);
}
.video-section .generic-title{
    z-index: 1;
    position: relative;
    margin-bottom: 26px;
}
.video-section .unity-video-con {
    position: relative;
    z-index: 1;
    text-align: center;
}

.video-section .generic-title span.small-txt,
.video-section .generic-title h2{
    color: var(--primary-color);
}
.video-section .generic-title h2{
    width: 59%;
    margin: 0 auto;
}
.video-section .generic-title span.small-txt::before{
    background: var(--primary-color);
}
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
#light {
    display: none;
    position: absolute;
    top: 62%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    z-index: 1002;
    overflow: visible;
    transform: translate(-50%, -50%);
}
#boxclose {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 23px;
    border-radius: 100%;
    color: var(--button-color);
    background: var(--primary-color);
    font-weight: bold;
    display: inline-block;
    position: absolute;
    right: -7px;
    top: -10px;
    z-index: 1002;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
}
.boxclose:before {
    content: "×";
    top: -1px;
    right: -1px;
    position: relative;
}
#fade:hover~#boxclose {
    display: none;
}
#boxclose:hover{
    background: var(--accent);
    color: var(--primary-color);
}
/* video section styling end here */
/* form section styling start here */
.unity-form-section .generic-title h2{
    width: 65%;
    margin: 0 auto;
}
.form-con{
    position: relative;
}
.form-con .form-box {
    padding: 34px 93px;
    border: 1px solid #e3e5ee;
    background: var(--primary-color);
    box-shadow: 50px 50px 50px rgb(0 0 0 / 5%);
    position: relative;
}
.form-con::before {
    content: "";
    background: url(../images/shape-logo.png) no-repeat center;
    background-size: cover;
    width: 472px;
    height: 473px;
    position: absolute;
    left: -230px;
    top: -235px;
}
.form-con ul li label{
    display: block;
    font-size: 14px;
    color: var(--secondary-color);
}
.form-inputs-con {
    display: grid;
    gap: 29px;
    grid-template-columns: 48.5% 48.5%;
}
.form-con ul li input,
.form-con ul li select,
.form-con ul li textarea{
    width: 100%;
    height: 56px;
    border-radius: 0;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
    padding: 15px 21px;
    font-size: 14px;
    color: var(--text-color);
}
.form-con ul li textarea{
    height: 158px;
    resize: none;
}
.form-con ul li {
    margin-bottom: 14px;
}
.form-con ul li input:focus,
.form-con ul li select:focus,
.form-con ul li textarea:focus{
    outline: none;
    border-color: var(--accent);
}
.form-con ul li select{
    appearance: none;
    background: #f5f5f5 url(../images/angle-down-icon.png) no-repeat;
    background-position-y: center;
    background-position-x: 95%;
}
.form-con .submit-btn{
    text-align: center;
}
.form-con .submit-btn button{
    width: 59%;
    font-size: 18px;
    padding: 17px 30px;
    border: none;
    cursor: pointer;
    color: var(--primary-color);
    background: var(--accent);
    transition: .3s ease-in-out;
}
.form-con .submit-btn button:focus{
    outline: none;
}
.form-con .submit-btn button:hover{
    background: var(--button-color);
}
.form-box span.error {
    font-size: 14px;
    color: var(--accent);
    position: absolute;
    right: 0;
    top: 2px;
}
/* form section styling end here */
/* blog section styling start here */
.latest-blogs-section{
    background: url(../images/blog-bg-img.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.latest-blogs-section::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(34 47 100 / 75%) 0%,rgb(191 11 48 / 75%) 100%);
}
.blog-inner-con{
    position: relative;
    z-index: 1;
}
.latest-blogs-section .generic-title span,
.latest-blogs-section .generic-title h2{
    color: var(--primary-color);
}
.blog-img-con {
    position: relative;
    margin-bottom: -40px;
}
.blog-img-con span{
    background: var(--primary-color);
    padding: 0px 11px;
    color: var(--secondary-color);
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.blog-boxes {
    display: grid;
    gap: 30px;
    grid-template-columns: 31.54% 31.54% 31.54%;
}
.blog-txt-box {
    padding: 27px 29px 22px;
    background: var(--primary-color);
    width: 91.4%;
    position: relative;
    z-index: 1;
}
.blog-txt-box span,
.blog-txt-box h4 a{
    color: var(--secondary-color);
}
.blog-txt-box h4 a:hover{
    text-decoration: underline;
}
.blog-txt-box span{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
}
.blog-txt-box h4{
    position: relative;
    padding-left: 17px;
    font-weight: 700;
}
.blog-txt-box h4::before {
    content: "";
    background: var(--accent);
    width: 2px;
    height: 85.4%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog-txt-box:hover{
    background: var(--accent);
}
.blog-txt-box:hover h4::before{
    background: var(--primary-color);
}
.blog-txt-box:hover h4 a,
.blog-txt-box:hover span{
    color: var(--primary-color);
}
/* blog section styling end here */
/* feedback section styling start here */
.feedback-section {
    position: relative;
    overflow: inherit;
    overflow-x: clip ;
}
.feedback-section::after {
    /* content: ""; */
    /* background: url(../images/shape-logo.png) no-repeat center; */
    background-size: cover;
    width: 572px;
    height: 573px;
    position: absolute;
    right: -294px;
    top: 104px;
}
.feedback-testimonial .owl-carousel .owl-item .client-img figure img{
    width: auto;
}
.quote-img {
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, rgba(34,47,100,1) 0%,rgba(191,11,48,1) 100%);
    border-radius: 100%;
    border: 5px solid var(--primary-color);
    position: absolute;
    right: -34px;
    top: 50%;
    transform: translateY(-50%);
}
.client-img{
    position: relative;
}
.client-box {
    display: grid;
    gap: 101px;
    grid-template-columns: 23% 65%;
    align-items: center;
    padding: 40px 39px;
    background: var(--primary-color);
    border: 1px solid #e3e5ee;
}
.feedback-testimonial .owl-carousel .owl-nav,
.feedback-testimonial .owl-carousel .owl-dots{
    display: none;
}
.feedback-testimonial {
    position: relative;
    margin-bottom: 90px;
    box-shadow: 50px 50px 50px rgb(0 0 0 / 5%);
    z-index: 2;
}
.feedback-testimonial .btn-wrap {
    position: absolute;
    left: 0;
    top: 43%;
    width: 100%;
    transform: translateY(-50%);
}
.feedback-testimonial .btn-wrap .prev-btn,
.feedback-testimonial .btn-wrap .next-btn{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: absolute;
    color: var(--primary-color);
    cursor: pointer;
    transition: .3s ease-in-out;
    background: var(--button-color);
}
.feedback-testimonial .btn-wrap .prev-btn:hover,
.feedback-testimonial .btn-wrap .next-btn:hover{
    background: var(--accent);
}
.feedback-testimonial .btn-wrap .prev-btn:focus,
.feedback-testimonial .btn-wrap .next-btn:focus{
    outline: none;
}
.feedback-testimonial .btn-wrap .prev-btn{
    left: -70px;
}
.feedback-testimonial .btn-wrap .next-btn{
    right: -70px;
}
.feedback-right-box p{
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 24px;
}
.feedback-right-box h4{
    font-weight: 700;
    font-size: 24px;
    color: var(--accent);
}
.feedback-right-box{
    margin-top: 4px;
}
.sponsors-images ul {
    display: grid;
    gap: 27px;
    grid-template-columns: 20% 19% 20% 20% 12%;
}
.sponsors-images {
    margin-bottom: 135px;
}
/* feedback section styling end here */
/* donate section styling start here */
.donate-suggestion {
    padding: 30px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto;
    background: linear-gradient(to right, rgba(34,47,100,1) 0%,rgba(191,11,48,1) 100%);
    align-items: center;
    margin-bottom: -54px;
    position: relative;
    z-index: 1;
}
.donate-suggestion .generic-btn a {
    padding: 12px 26px;
}
.donate-suggestion .generic-btn a:hover{
    background: var(--button-color);
}
.donate-suggestion h3{
    color: var(--primary-color);
}
/* donate section styling end here */
/* footer section styling start here */
.footer-logo-box .header-contact-btn a{
    font-size: 18px;
    font-weight: 700;
    color: var(--secondary-color);
}
.footer-logo-box .header-contact-btn a i {
    color: var(--accent);
    margin-right: 16px;
}
.footer-logo-box .header-contact-btn a:hover{
    color: var(--accent);
}
.footer-main-section {
    position: relative;
    overflow: hidden;
}
.footer-main-section::before {
    content: "";
    background: url(../images/shape-logo.png) no-repeat center;
    background-size: cover;
    width: 472px;
    height: 473px;
    position: absolute;
    left: -146px;
    bottom: -105px;
}
.footer-list-box span.small-txt{
    font-weight: 700;
    color: var(--button-color);
    padding-bottom: 12px;
    margin-bottom: 36px;
}
.footer-list-box span.small-txt::before{
    left: 0;
    width: 40px;
    transform: unset;
}
.footer-logo-box figure{
    margin-bottom: 32px;
}
.footer-logo-box p{
    margin-bottom: 35px;
}
.footer-inner-con {
    display: grid;
    gap: 42px;
    margin-bottom: 75px;
    grid-template-columns: 39% 13.2% 13.5% 22%;
}
.footer-list-box{
    padding-top: 13px;
}
.footer-list-box ul li a{
    color: var(--text-color);
}
.footer-links ul li{
    margin-bottom: 10px;
    padding-left: 15px;
}
.footer-list-box ul li:last-child{
    margin-bottom: 0;
}
.footer-links ul li::before{
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--button-color);
    position: absolute;
    left: 0;
    top: 0px;
}
.footer-contact-box ul li {
    margin-bottom: 18px;
    display: flex;
}
.footer-list-box a:hover{
    color: var(--accent);
}
.footer-contact-box ul li i{
    margin-right: 8px;
    margin-top: 5px;
    color: var(--button-color);
}
.footer-social-links{
    display: flex;
    gap: 10px;
}
.footer-social-links a{
    width: 46px;
    height: 46px;
    background: #f4f4f7;
    color: var(--button-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social-links a:hover{
    color: var(--primary-color);
    background: var(--accent);
}
.footer-contact-box ul {
    margin-bottom: 24px;
}
.copyright-inner-con {
    padding: 23px 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.copyright-inner-con p{
    font-size: 14px;
}
.copyright-inner-con p span{
    color: var(--accent);
}
/* footer section styling end here */
/* home page 2 styling start here */
/* home 2 header styling start here */
.header2-main-con {
    position: relative;
}
.header2-main-con .nav-btns ul li a {
    border-radius: 10px;
    color: var(--button-color);
    border: 1px solid var(--button-color);
}
.header2-main-con .donate-btn a{
    border-radius: 10px;
}
.header2-main-con .header-contact-btn a{
    color: var(--button-color);
}
/* home 2 header styling end here */
.index2-banner-section {
    background: url(../images/banner2-bg-img.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.index2-banner-section::after {
    content: "";
    background: url(../images/banner2-shape1.png) no-repeat center;
    background-size: cover;
    width: 234px;
    height: 234px;
    position: absolute;
    right: -40px;
    top: -43px;
    transform: rotate(-11deg);
    z-index: 1;
}
.index2-banner-section .container-fluid {
    padding: 0 15%;
}
.index2-banner-inner-con {
    display: grid;
    gap: 60px;
    grid-template-columns: 38% 57.5%;
    align-items: center;
    width: 1332px;
    margin: 0 auto;
}
.index2-banner-left-con p,
.index2-banner-left-con h1{
    color: var(--primary-color);
}
.index2-banner-left-con p{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.index2-banner-left-con h1{
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 13px;
    margin-left: -3px;
}
.index2-banner-left-con h1 span{
    font-size: 96px;
    line-height: 86px;
    color: #022772;
}
.index2-banner-btn a {
    font-size: 18px;
    color: var(--secondary-color);
    padding: 23px 40px 23px;
    display: inline-block;
    border-radius: 10px;
    background: var(--primary-color);
    transition: .3s ease-in-out;
}
.index2-banner-btn a:hover{
    background: var(--button-color);
    color: var(--primary-color);
}
.banner2-candidate-detail-con span{
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--primary-color);
    font-family: 'Dancing Script', cursive;
}
.banner2-candidate-detail-con small{
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--primary-color);
}
.index2-banner-right-con {
    position: relative;
    padding-top: 30px;
    z-index: 2;
}
.index2-banner-right-con figure,
.index2-banner-right-con figure img{
    position: relative;
}
.index2-banner-right-con figure::before {
    content: "";
    background: #034d98;
    width: 784px;
    height: 784px;
    border: 30px solid #013971;
    border-radius: 100%;
    position: absolute;
    left: 61%;
    transform: translateX(-50%);
    top: 30px;
    z-index: 1;
}
.index2-banner-right-con figure img {
    z-index: 3;
}
.banner2-candidate-detail-con,
.banner2-candidate-detail-con span,
.banner2-candidate-detail-con small{
    position: relative;
    z-index: 4;
}
.banner2-right-top-txt span {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: var(--primary-color);
    font-family: 'Dancing Script', cursive;
    text-align: center;
}
.banner2-right-top-txt {
    position: absolute;
    right: -265px;
    top: 23%;
    transform: translateY(-50%);
    z-index: 33;
    width: 241px;
}
.banner2-right-top-txt::before {
    content: "";
    background: url(../images/banner2-arrow-shape.png) no-repeat center;
    background-size: cover;
    width: 87px;
    height: 120px;
    position: absolute;
    left: 30px;
    bottom: -160px;
}
.banner2-candidate-detail-con {
    position: absolute;
    bottom: 30px;
    left: -30px;
    padding: 16px 42px 15px;
    background: #034d98;
    border-radius: 20px;
    box-shadow: 50px 50px 50px rgb(0 0 0 / 50%);
}
.index2-banner-left-con {
    margin-top: -15px;
}
.index2-banner-right-con::before {
    content: "";
    background: url(../images/banner2-white-circular-shape.png) no-repeat center;
    background-size: contain;
    width: 1452px;
    height: 291px;
    position: absolute;
    right: -60%;
    bottom: 0;
}
/* home page 2 styling end here */
/*  */
.mission2-section .mission2-inner-con {
    margin-bottom: 0;
    position: relative;
}
.mission2-section .mission2-con{
    border-radius: 10px;
    border: none;
    position: relative;
    padding: 40px 30px;
    background: var(--primary-color);
}
.mission2-section .mission2-con figure {
    width: 150px;
    height: 150px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    background: #f4f4f7;
    justify-content: center;
    margin: 0 auto 34px;
}
.mission2-section .mission2-con figure img{
    width: 80px;
    height: 80px;
}
.mission2-section .mission2-con p,
.mission2-section .mission2-con h4,
.mission2-section .mission2-con .generic-btn a,
.mission2-section .mission2-con figure,
.mission2-section .mission2-con figure img,
.mission2-section .mission2-con{
    transition: .3s ease-in-out;
}
.mission2-section .mission2-con .generic-btn a{
    border-radius: 10px;
}
.mission2-section .mission2-con:hover figure{
    background: var(--accent);
}
.mission2-section .mission2-con:hover figure img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(217deg) brightness(100%) contrast(104%);
}
.mission2-section .mission2-con:hover{
    background: var(--button-color);
}
.mission2-section .mission2-con:hover h4,
.mission2-section .mission2-con:hover p{
    color: var(--primary-color);
}
.mission2-section .mission2-con:hover .generic-btn a{
    background: var(--primary-color);
}
.mission2-section .mission2-con:hover .generic-btn a:hover{
    background: var(--accent);
}
.mission2-section .mission2-inner-con::before {
    content: "";
    background: url(../images/shape-logo.png) no-repeat center;
    background-size: cover;
    width: 472px;
    height: 473px;
    position: absolute;
    left: -230px;
    top: -235px;
}
/*  */
.header2-main-con .header-contact-btn a:hover{
    color: var(--accent);
}
.index2-about-left-con::after{
    display: none;
}
.index2-about-inner-con {
    gap: 53px;
    margin-bottom: 0;
    grid-template-columns: 39% 57%;
}
.index2-about-right-con{
    position: relative;
}
.index2-about-right-con::after{
    content: "";
    background: url(../images/index2-about-flag-bg.png) no-repeat center;
    background-size: cover;
    width: 712px;
    height: 470px;
    position: absolute;
    left: -20px;
    top: -20px;
}
.index2-about-right-con figure img{
    position: relative;
    z-index: 3;
}
.index2-about-right-con::before {
    content: "";
    /* background: url(../images/index2-about-signatures-img.png) no-repeat center; */
    background-size: cover;
    width: 162px;
    height: 113px;
    position: absolute;
    left: -10px;
    top: 61px;
}
.index2-about-left-con p:nth-child(3) {
    margin-bottom: 37px;
}
.index2-about-left-con{
    padding: 54px 0;
}
.index2-about-left-con .generic-btn a {
    padding: 18px 70px;
    border-radius: 10px;
}
/*  */
.index2-counter-section{
    background: url(../images/index2-counter-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 120px 0;
}
.index2-counter-section .counter-box{
    border-radius: 10px;
    border: none;
}
.index2-counter-section .counter-box:hover{
    background: var(--accent);
}
.index2-counter-section .counter-box:hover figure img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(217deg) brightness(100%) contrast(104%);
}
.index2-counter-section .counter-box:hover h4,
.index2-counter-section .counter-box:hover span{
    color: var(--primary-color);
}
/*  */
.index2-form-inner-section .form-inputs-con {
    gap: 0;
    grid-template-columns: 100%;
}
.index2-form-inner-section .form-box {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    margin-top: -6px;
}
.index2-form-inner-section ul li input, .index2-form-inner-section ul li select, .index2-form-inner-section ul li textarea{
    border-radius: 10px;
}
.index2-form-inner-section ul li textarea {
    height: 80px;
}
.index2-form-inner-section {
    /* display: grid; */
    gap: 65px;
    grid-template-columns: 49% 45%;
    border: 1px solid #e3e5ee;
    border-radius: 10px;
    background: var(--primary-color);
    box-shadow: 50px 50px 50px rgb(0 0 0 / 5%);
    padding: 38px;
}
.index2-form-img-con figure{
    overflow: hidden;
    border-radius: 10px;
    display: inline-block;
}
.index2-form-inner-section .submit-btn button {
    width: 100%;
    border-radius: 10px;
}
.index2-form-outer-con{
    position: relative;
}
.index2-form-outer-con::before {
    content: "";
    background: url(../images/shape-logo.png) no-repeat center;
    background-size: cover;
    width: 472px;
    height: 473px;
    position: absolute;
    left: unset;
    right: -235px;
    top: -40px;
}
.form-con.index2-form-inner-section::before{
    display: none;
}
/*  */
.index2-video-outer-con {
    display: grid;
    gap: 0;
    grid-template-columns: 50% 50%;
}
.index2-video-left-con{
    background: url(../images/index2-video-left-con-bg-img.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.index2-video-right-con{
    background: url(../images/index2-video-right-con-bg-img.jpg) no-repeat right;
    background-size: cover;
    position: relative;
}
.index2-video-section{
    background: transparent;
}
.index2-video-section::after{
    display: none;
}
.index2-video-right-con::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(34 47 100 / 75%) 0%,rgb(191 11 48 / 75%) 100%);
}
.index2-video-left-con::after {
    content: "";
    background: rgb(34 47 100 / 85%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index2-video-right-inner-con {
    position: relative;
    z-index: 9;
    text-align: center;
    padding-top: 9px;
}
.index2-video-section .generic-title h2 {
    width: 100%;
    margin-left: -3px;
    line-height: 46px;
}
.index2-video-section .generic-title span {
    margin-bottom: 19px;
}
.index2-video-section .generic-title span.small-txt::before {
    left: 0;
    transform: unset;
}
.index2-video-left-inner-con {
    position: relative;
    z-index: 1;
    width: 60%;
    float: right;
}
.index2-video-left-inner-con ul li:first-child{
    padding-left: 0;
    border-right: 1px solid var(--primary-color);
}
.index2-video-left-inner-con ul li {
    float: left;
    padding: 0 17px;
    color: var(--primary-color);
    line-height: 16px;
}
.index2-video-right-inner-con .video-play-icon{
    margin-bottom: 28px;
}
.index2-video-right-inner-con h3{
    color: var(--primary-color);
    line-height: 30px;
}
.index2-video-left-inner-con ul li i{
    color: var(--accent);
    margin-right: 6px;
}
.index2-video-left-inner-con span.label{
    background: url(../images/index2-label-bg-img.png) no-repeat center;
    width: 235px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 27px;
    color: var(--primary-color);
}
.index2-video-section .generic-title {
    margin-bottom: 24px;
}
/*  */
.index2-testimonial-section .index2-quote-img img {
    width: 51px;
    margin: 0 auto;
}
.index2-testimonial-section .index2-quote-img{
    margin-bottom: 26px;
}
.index2-testimonial-section .stars-img img{
    width: 172px;
    margin: 0 auto;
}
.index2-testimonial-section .stars-img{
    margin-bottom: 35px;
}
.reviewer-details-con figure {
    width: 104px;
    height: 104px;
    margin: 0 auto 14px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid var(--button-color);
    padding: 3px;
}
.reviewer-details-con figure img {
    width: 94px;
    height: 94px;
    object-fit: none;
    border-radius: 100%;
}
.index2-slide-content p{
    font-size: 28px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 26px;
    color: var(--secondary-color);
    font-family: 'Roboto', sans-serif;
}
.index2-slide-content {
    text-align: center;
    padding: 0 110px;
}
.reviewer-details-con span{
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--secondary-color);
}
.reviewer-details-con small{
    font-size: 13px;
    line-height: 13px;
}
.index2-testimonial-section .owl-carousel .owl-dots,
.index2-testimonial-section .owl-carousel .owl-nav{
    display: none;
}
.index2-testimonial-section .btn-wrap .prev-btn,
.index2-testimonial-section .btn-wrap .next-btn{
    background: transparent;
    border: none;
    position: absolute;
    color: var(--button-color);
}
.index2-testimonial-section .btn-wrap .prev-btn{
    left: 37%;
}
.index2-testimonial-section .btn-wrap .next-btn{
    right: 37%;
}
.index2-testimonial-section .btn-wrap .prev-btn:hover,
.index2-testimonial-section .btn-wrap .next-btn:hover{
    color: var(--accent);
}
.index2-testimonial-section .btn-wrap span{
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}
.index2-testimonial-section .btn-wrap button i{
    font-size: 22px;
    line-height: 10px;
}
.index2-testimonial-section .btn-wrap button:focus{
    outline: none;
}
.index2-testimonial-section .btn-wrap button{
    cursor: pointer;
}
.index2-testimonial-section .btn-wrap {
    position: relative;
    top: -110px;
    z-index: 2;
}
.index2-testimonial-section{
    position: relative;
    overflow: hidden;
}
.index2-testimonial-section::before,
.index2-testimonial-section::after{
    content: "";
    background: url(../images/shape-logo.png) no-repeat;
    background-size: cover;
    width: 646px;
    height: 648px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.index2-testimonial-section::before{
    left: -325px;
}
.index2-testimonial-section::after{
    right: -325px;
}
.index2-testimonial-inner-con {
    margin-bottom: 100px;
}
/*  */
.index2-sponsors-section ul li {
    padding: 25px 25px;
    text-align: center;
    position: relative;
    width: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 118px;
}
.index2-sponsors-section {
    margin-left: -50px;
    width: 1210px !important;
}
.index2-sponsors-section ul li::before,
.index2-sponsors-section ul li:last-child::after{
    content: "";
    background: #e9e9e9;
    width: 1px;
    height: 162px;
    position: absolute;
    top: -20px;
    left: 0;
}
.index2-sponsors-section ul li:last-child::after{
    left: unset;
    right: 0;
}
.index2-sponsors-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
/*  */
.fadeOut  {
    -webkit-animation-name : fadeOut  ;
    animation-name : fadeOut  ;
  }  
  @-webkit-keyframes  fadeOut  {
    0% {
      opacity : 0   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }
  @keyframes  fadeOut  {
    0% {
      opacity : 0   ;
    }  
    100% {
      opacity : 0   ;
    }  
  }
/*  */
.index2-movement-inner-con .generic-title h2 span{
    margin-bottom: 0;
    color: var(--accent);
}
.index2-movement-inner-con .generic-title h2{
    color: var(--primary-color);
    width: 64%;
    line-height: 48px;
    margin: 0 auto;
}
.index2-movement-inner-con .generic-title h2 br{
    display: none;
}
.index2-movement-inner-con .generic-title .small-txt{
    color: var(--primary-color);
    margin-bottom: 18px;
}
.index2-movement-inner-con .generic-title .small-txt::before{
    background: var(--primary-color);
}
.index2-movement-inner-con .generic-btn a {
    padding: 17px 47px 17px 46px;
    border-radius: 10px;
    background: var(--accent);
    color: var(--primary-color);
    transition: .3s ease-in-out;
}
.index2-movement-inner-con .generic-btn a:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
}
.index2-movement-section{
    background: var(--button-color) url(../images/index2-rally-img.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.index2-movement-section::after {
    content: "";
    background: rgb(11 200 244 / 90%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index2-movement-inner-con{
    position: relative;
    z-index: 2;
}
.index2-movement-inner-con .generic-title {
    margin-bottom: 31px;
}
/*  */

.index2-blog-section::after{
    display: none;
}
.index2-blog-section .generic-title span{
    color: var(--accent);
}
.index2-blog-section .generic-title h2{
    color: var(--secondary-color);
}
.index2-blog-section .blog-txt-box {
    box-shadow: 0px 0px 100px rgb(0 0 0 / 10%);
}
.index2-blog-section .blog-inner-con{
    margin-bottom: 140px;
}
/*  */
.index2-donation-section {
    background: url(../images/dollar-bg-img.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: -210px;
    z-index: 2;
}
.index2-donation-section::after {
    content: "";
    background: linear-gradient(to right, rgb(34 47 100 / 84%) 0%,rgb(191 11 48 / 75%) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index2-donation-inner-con {
    position: relative;
    z-index: 2;
}
.index2-blog-section .index2-donation-section .generic-title span.small-txt,
.index2-blog-section .index2-donation-section .generic-title h2{
    color: var(--primary-color);
}
.index2-blog-section .index2-donation-section .generic-title h2 {
    line-height: 48px;
    width: 64%;
    margin: 0 auto;
}
.index2-blog-section .index2-donation-section .generic-title span.small-txt{
    margin-bottom: 19px;
}
.index2-blog-section .index2-donation-section .generic-title span.small-txt::before{
    background: var(--primary-color);
}
.index2-blog-section .index2-donation-section .generic-title {
    margin-bottom: 21px;
}
.index2-blog-section .index2-donation-section .generic-btn a{
    border-radius: 10px;
    padding: 17px 28px;
}
.index2-footer-section{
    /* padding-top: 310px; */
}
/*  */
.index2-video-section #light {
    left: 0;
}
/* about page styling start here */
/* section styling start here */
.sub-banner-section {
    /* background: url(../images/sub-banner-bg-img.jpg) no-repeat center; */
    /* background-size: cover; */
    background: #dce7ff;
    height: 421px;
    position: relative;
    overflow: hidden;
    padding-top: 13px;
}
.sub-banner-section::after{
    content: "";
    background: url(../images/banner2-shape1.png) no-repeat center;
    background-size: cover;
    width: 234px;
    height: 234px;
    position: absolute;
    right: -40px;
    top: -43px;
    transform: rotate(-11deg);
}
.sub-banner-inner-con h1,
.sub-banner-inner-con p{
    color: #222f64;
}
.sub-banner-inner-con h1 {
    font-size: 43px;
    line-height: 70px;
    margin-bottom: 18px;
    margin-left: -3px;
}
.header2-main-con .navbar {
    padding: 14px 0;
}
.sub-banner-inner-con p{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
}
.sub-banner-inner-con .breadcrumb {
    border-radius: 10px;
    padding: 11px 14px 11px 15px;
    border: 1px solid #222f64;
    background: transparent;
    font-size: 14px;
    margin-bottom: 0;
}
.sub-banner-inner-con .breadcrumb-item a{
    color: #222f64;
    transition: .3s ease-in-out;
}
.sub-banner-inner-con .breadcrumb-item a:hover{
    color: var(--button-color);
}
.sub-banner-inner-con .breadcrumb .breadcrumb-item.active{
    color: var(--secondary-color) !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "~";
    color: #222f64;
}
.sub-banner-inner-con {
    display: grid;
    gap: 40px;
    grid-template-columns: 44% 54%;
    align-items: center;
}
.sub-banner-section .container-fluid{
    padding: 0 15%;
}
.sub-banner-right-con figure {
    position: relative;
    text-align: center;
}
.sub-banner-right-con figure::before {
    /* content: ""; */
    background: #034d98;
    width: 814px;
    height: 814px;
    border: 30px solid #013971;
    border-radius: 100%;
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    bottom: -393px;
}
.sub-banner-right-con .banner2-right-top-txt {
    position: absolute;
    right: 6.5%;
    top: 28%;
    transform: translateY(-50%);
    z-index: 33;
}
.sub-banner-right-con .banner2-right-top-txt::before {
    left: 33px;
    bottom: -148px;
}
.sub-banner-right-con figure img{
    position: relative;
    z-index: 2;
}
.sub-banner-left-con {
    margin-top: -40px;
}
/* sub banner section styling end here */
/* team section styling start here */
.team-inner-con .generic-title h2 span{
    color: var(--accent);
    margin-bottom: 0;
}
.team-inner-con .generic-title h2{
    width: 75%;
    margin: 0 auto;
}
.team-members-outer-con{
    display: grid;
    gap: 40px 30px;
    grid-template-columns: 31.5% 31.5% 31.5%;
}
.team-member-detail{
    text-align: center;
    transition: .3s ease-in-out;
}
.team-member-detail figure::before{
    content: "";
    background: #f3f2fd;
    width: 350px;
    height: 367px;
    border-radius: 175px 175px 0 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: .3s ease-in-out;
}
.team-member-detail figure img{
    position: relative;
    z-index: 1;
}
.team-member-detail figure{
    margin-bottom: 24px;
}
.team-member-detail span{
    font-size: 14px;
    line-height: 16px;
}
.team-member-detail h4{
    margin-bottom: 4px;
}
.team-main-section{
    position: relative;
}
.team-main-section::before {
    content: "";
    background: url(../images/shape-logo.png) no-repeat center;
    background-size: cover;
    width: 646px;
    height: 648px;
    position: absolute;
    left: -325px;
    top: 110px;
}
.team-member-detail:hover figure::before{
    background: var(--accent);
}
.team-member-detail:hover h4{
    color: var(--accent);
}
/* team section styling end here */
/* section styling start here */
.contact-form-section .index2-form-outer-con::before {
    right: unset;
    left: -235px;
}
.contact-form-section .index2-form-outer-con{
    margin-bottom: 100px;
}
.contact-outer-con {
    display: grid;
    gap: 47px;
    margin-bottom: 100px;
    grid-template-columns: 30% 30% 30%;
}
.contact-details-box {
    display: flex;
    align-items: center;
    gap: 30px;
}
.contact-info-con a{
    display: block;
    color: var(--text-color);
}
.contact-info-con a:hover{
    color: var(--accent);
}
.contact-info-con span{
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 7px;
}
.contact-icon{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--button-color);
    color: var(--primary-color);
    font-size: 26px;
    border-radius: 10px;
}
.map-section iframe{
    width: 100%;
    border: 0;
    border-radius: 10px;
    height: 495px;
}
.map-section {
    padding: 19px;
    z-index: 2;
    position: relative;
    border-radius: 10px;
    margin-bottom: -247px;
    border: 1px solid #e3e5ee;
    background: var(--primary-color);
    box-shadow: 50px 50px 50px rgb(0 0 0 / 5%);
}
.contact-us-footer{
    padding-top: 347px;
}
/* section styling end here */
/* section styling start here */
.donation-form-section .generic-title h2 span{
    color: var(--accent);
}
.donation-form-section .generic-title h2{
    width: 73%;
}
.card-details {
    display: grid;
    gap: 0;
    grid-template-columns: 16% 56% 16% 12%;
    align-items: center;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
    border-radius: 10px;
}
.form-con ul li .card-details input{
    padding: 15px 12px;
    background: transparent;
    border: 0;
}
.card-details figure{
    padding-left: 21px;
}
.donation-form-img figure{
    position: relative;
}
.donation-form-img figure::after {
    content: "";
    background: linear-gradient(45deg, rgb(34 47 100 / 20%) 0%,rgb(191 11 48 / 30%) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.donation-footer-section{
    padding-top: 100px;
}
/* section styling end here */
/* bottom to top button */
#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    cursor: pointer;
}

#button {
    display: inline-block;
    background-color: #022772;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 57px;
    right: 113px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    cursor: pointer;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgba(41, 11, 191, 0.99)
    }

    to {
        box-shadow: 0 0 0 25px rgb(53, 0, 252, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgba(20, 11, 191, 0.99)
    }

    to {
        box-shadow: 0 0 0 25px rgb(53, 0, 252, .01)
    }
}

/* bottom to top button */
/* Preloader -------------------------------------------------------*/
/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--accent);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--accent);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Preloader -------------------------------------------------------*/
/* 404 page styling start here */
.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: url(../images/sub-banner-bg-img.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.error-con {
    position: relative;
    z-index: 2;
    padding: 0 100px;
}

.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 40px;
    color: var(--primary-color);
}

.error-con p {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 40px;
    color: var(--primary-color);
}

.error-con .generic-btn a {
    font-size: 18px;
    font-weight: 500;
    padding: 29px 32px;
    border-radius: 10px;
    color: var(--button-color);
    background: var(--primary-color);
    transition: .3s ease-in-out;
    border: 1px solid var(--primary-color);
}
.error-con .generic-btn a:hover{
    color: var(--primary-color);
    background: transparent;
}
/* 404 page styling end here */
/* coming soon page styling start here */
.coming-soon-con {
    position: relative;
    z-index: 2;
}
.coming-soon-con h2 {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 40px;
    color: var(--primary-color);
}
.coming-soon-social-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
}
.coming-soon-social-links ul li a {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    color: var(--button-color);
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s ease-in-out;
    border: 1px solid var(--primary-color);
}
.coming-soon-social-links ul li a i {
    font-size: 18px;
    color: var(--button-color);
}
.coming-soon-social-links ul li a:hover {
    transform: translateY(-6px);
    background: transparent;
}
.coming-soon-social-links ul li a:hover i {
    color: var(--primary-color);
}
/* coming soon page styling end here */
/* my form css start*/
/* form section styling start here */
.unity-form-section .generic-title h2{
    width: 65%;
    margin: 0 auto;
}
.form-con{
    position: relative;
}
.form-con .form-box {
    /* padding: 34px 93px; */
    /* border: 1px solid #e3e5ee; */
    background: var(--primary-color);
    /* box-shadow: 50px 50px 50px rgb(0 0 0 / 5%); */
    position: relative;
}
.form-con::before {
    content: "";
    background: url(../images/shape-logo.png) no-repeat center;
    background-size: cover;
    width: 472px;
    height: 473px;
    position: absolute;
    left: -230px;
    top: -235px;
}
.form-con .form-box label{
    display: block;
    font-size: 14px;
    color: var(--secondary-color);
    margin-bottom: 8px;
    margin-right: 16px;
}
.form-con .form-box label .required{
    color: var(--accent);
}
.form-con .form-box .form-control{
    width: 100%;
    height: 40px;
    border-radius: 0;
    border: 1px solid #eeeeee;
    background: #f5f5f5;
    /* padding: 15px 21px; */
    font-size: 14px;
    color: var(--text-color);
    box-shadow: none;
}
.form-con .form-box textarea.form-control{
    height: 158px;
    resize: none;
}
.form-con .form-box .form-control:focus{
    outline: none;
    border-color: var(--accent);
    box-shadow: none;
}
.form-con .form-box select.form-control{
    appearance: none;
    background: #f5f5f5 url(../images/angle-down-icon.png) no-repeat;
    background-position-y: center;
    background-position-x: 95%;
}
.form-con .form-box small{
    display: block;
    font-size: 15px;
    color: #4e4f51;
    margin-top: 5px;
}
.my-tot{
    font-size: 23px !important;
    font-weight: 800 !important;
}
.form-con .submit-btn{
    text-align: center;
}
.form-con .submit-btn button{
    width: 59%;
    font-size: 18px;
    padding: 17px 30px;
    border: none;
    cursor: pointer;
    color: var(--primary-color);
    background: #022772;
    transition: .3s ease-in-out;
}
.form-con .submit-btn button:focus{
    outline: none;
}
.form-con .submit-btn button:hover{
    background: var(--button-color);
}
.form-box span.error {
    font-size: 14px;
    color: var(--accent);
    position: absolute;
    right: 0;
    top: 2px;
}
form-con .form-box select.form-control:not([size]):not([multiple]){
    height: 56px !important;
    appearance: none;
    background: #f5f5f5 url(../images/angle-down-icon.png) no-repeat;
    background-position-y: center;
    background-position-x: 95%;
}
select.form-control:not([size]):not([multiple]) {
    height: 49px !important;
}
/* form section styling end here */
/* my form css end*/
.my-fheadding{
    font-size: 19px;
    line-height: 36px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
/* stat cards start */
.stat-box {
  padding: 30px 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: default;
}
.stat-box h2 {
  font-size: 42px;
  font-weight: 800;
  color: #14284f;      /* blue */
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
.stat-box h2 span {
  color: #022772;       /* red accent */
}
.stat-box p {
  color: #555;
  font-size: 15px;
  margin: 0;
}
.stat-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}
.stat-box:hover h2 {
  color: #022772;
}
/* stat cards start */
/* leadership & impact */
.gadi-leadership-section {
   /* background: #ffffff; */
   background: linear-gradient(33deg, rgba(242, 242, 255, 1) 0%, rgba(235, 249, 255, 1) 100%);
   overflow: hidden;
}

.gadi-leadership-intro {
   max-width: 680px;
   margin: 15px auto 0;
   color: #737b88;
   font-size: 18px;
    line-height: 1.4;
}

.gadi-leadership-row {
   margin-top: 50px;
}

.gadi-leadership-row > div {
   margin-bottom: 25px;
}

.gadi-leadership-card {
   height: 100%;
   min-height: 330px;
   padding: 30px;
   background: #f8f9fb;
   border: 1px solid #edf0f4;
   border-radius: 16px;
   position: relative;
   overflow: hidden;
   transition: all 0.35s ease;
}

.gadi-leadership-card::before {
   content: "";
   position: absolute;
   width: 100px;
   height: 100px;
   border-radius: 50%;
   background: #09caf6;
   opacity: 0.04;
   right: -35px;
   bottom: -35px;
   transition: all 0.35s ease;
}

.gadi-leadership-card:hover {
   background: #ffffff;
   border-color: #022772;
   transform: translateY(-7px);
   box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.gadi-leadership-card:hover::before {
   width: 180px;
   height: 180px;
}

.gadi-leadership-top {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 22px;
}

.gadi-leadership-icon {
   width: 58px;
   height: 58px;
   border-radius: 13px;
   background: #ffffff;
   color: #022772;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 22px;
   box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
   transition: all 0.35s ease;
}

.gadi-leadership-card:hover .gadi-leadership-icon {
   background: #022772;
   color: #ffffff;
}

.gadi-leadership-number {
   color: #dfe1e7;
   font-size: 38px;
   line-height: 1;
   font-weight: 800;
}

.gadi-leadership-card h3 {
   color: #172033;
   font-size: 20px;
   line-height: 1.4;
   font-weight: 700;
   margin-bottom: 13px;
}

.gadi-leadership-card p {
   color: #747b88;
   font-size: 19px;
   line-height: 1.3;
   margin-bottom: 20px;
}

.gadi-leadership-line {
   width: 45px;
   height: 2px;
   background: #022772;
   margin-bottom: 13px;
}

.gadi-leadership-tag {
   color: #022772;
   font-size: 14px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 0.7px;
}


/* Bottom Highlight */

.gadi-leadership-highlight {
   margin-top: 35px;
   padding: 38px 40px;
   background: #022772;
   border-radius: 17px;
   position: relative;
   overflow: hidden;
}

.gadi-leadership-highlight::after {
   content: "";
   position: absolute;
   width: 220px;
   height: 220px;
   border-radius: 50%;
   border: 1px solid rgba(255,255,255,0.08);
   right: -70px;
   top: -100px;
}

.gadi-highlight-label {
   color: #8d86ff;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 1.5px;
}

.gadi-leadership-highlight h3 {
   color: #ffffff;
   font-size: 26px;
   line-height: 1.4;
   font-weight: 700;
   margin: 10px 0;
}

.gadi-leadership-highlight p {
   color: #b7bdc9;
   font-size: 14px;
   line-height: 1.7;
   margin-bottom: 0;
   max-width: 700px;
}

.gadi-leadership-btn {
   display: inline-flex;
   align-items: center;
   background: #fca61f;
   color: #ffffff;
   padding: 13px 22px;
   border-radius: 6px;
   font-size: 13px;
   font-weight: 600;
   transition: all 0.3s ease;
}

.gadi-leadership-btn:hover {
   background: #ffffff;
   color: #172033;
}


/* Responsive */

@media (max-width: 991px) {

   .gadi-leadership-card {
      min-height: 350px;
   }

   .gadi-leadership-highlight {
      padding: 30px;
   }

   .gadi-leadership-btn {
      margin-top: 25px;
   }

}

@media (max-width: 575px) {

   .gadi-leadership-row {
      margin-top: 35px;
   }

   .gadi-leadership-card {
      min-height: auto;
      padding: 25px;
   }

   .gadi-leadership-highlight {
      padding: 25px 20px;
   }

   .gadi-leadership-highlight h3 {
      font-size: 21px;
   }

}
/* leadership & impact */
/* =========================================================
   SONIA INTRO SECTION
========================================================= */

.sonia-intro-section {
    background: #f7f9f6;
    padding: 55px 0 90px;
    position: relative;
    z-index: 1;
}


/* Decorative Background */

.sonia-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
    filter: blur(2px);
}

.sonia-bg-shape-1 {
    width: 300px;
    height: 300px;
    background: rgba(47, 107, 63, 0.06);
    top: 40px;
    left: -150px;
}

.sonia-bg-shape-2 {
    width: 260px;
    height: 260px;
    background: rgba(242, 201, 76, 0.10);
    right: -120px;
    bottom: 30px;
}


/* Main Wrapper */

.sonia-intro-wrapper {
    position: relative;
}


/* =========================================================
   IMAGE
========================================================= */

.sonia-image-wrap {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    animation: soniaImageReveal 1s ease forwards;
}


.sonia-image-frame {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;

    box-shadow:
        0 20px 50px rgba(34, 47, 100, 0.10),
        0 5px 20px rgba(0, 0, 0, 0.05);

    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease;
}


/* Image Hover */

.sonia-image-frame:hover {
    transform: translateY(-8px);

    box-shadow:
        0 30px 65px rgba(34, 47, 100, 0.16),
        0 10px 25px rgba(0, 0, 0, 0.08);
}


.sonia-main-image {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center top;
    display: block;

    transition:
        transform 0.8s ease,
        filter 0.5s ease;
}


.sonia-image-frame:hover .sonia-main-image {
    transform: scale(1.035);
}


/* Image Overlay */

.sonia-image-overlay {
    position: absolute;
    left: 25px;
    bottom: 25px;

    padding: 12px 22px;

    background: rgba(255, 255, 255, 0.94);
    border-left: 4px solid #09caf6;

    border-radius: 5px;

    opacity: 0;
    transform: translateY(15px);

    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}


.sonia-image-frame:hover .sonia-image-overlay {
    opacity: 1;
    transform: translateY(0);
}


.sonia-image-overlay span {
    color: #222f64;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}


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

.sonia-content {
    padding: 48px 20px 0;
    animation: soniaContentReveal 1s ease 0.25s both;
}


/* Small Label */

.sonia-eyebrow {
    display: inline-block;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;

    color: #2f6b3f;

    margin-bottom: 10px;
}


/* Main Heading */

.sonia-main-title {
    margin: 0;

    color: #222f64;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(38px, 5vw, 58px);

    font-style: italic;
    font-weight: 600;

    line-height: 1.15;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}


.sonia-main-title:hover {
    color: #2f6b3f;
    transform: translateY(-3px);
}


/* Divider */

.sonia-divider {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    margin: 18px auto 15px;
}


.sonia-divider span {
    width: 55px;
    height: 1px;
    background: #09caf6;
}


.sonia-divider i {
    font-size: 8px;
    color: #09caf6;
}


/* Motto */

.sonia-motto {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    gap: 12px;

    margin-bottom: 28px;
}


.sonia-motto span {
    color: #09caf6;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 3px;
}


.sonia-motto b {
    color: #09caf6;
    font-size: 15px;
}


/* Name */

.sonia-name {
    color: #222f64;

    font-size: 28px;
    font-weight: 800;

    letter-spacing: 1px;

    margin-bottom: 8px;

    transition: color 0.3s ease;
}


.sonia-name:hover {
    color: #09caf6;
}


/* Position */

.sonia-position {
    color: #5c6a82;

    font-size: 15px;

    margin: 0 auto;

    line-height: 1.7;

    max-width: 650px;
}


/* Description */

.sonia-description {
    max-width: 650px;

    margin: 15px auto 0;

    color: #687386;

    font-size: 15px;

    line-height: 1.8;
}


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

.sonia-buttons {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 14px;

    margin-top: 28px;

    flex-wrap: wrap;
}


.sonia-btn {
    min-width: 165px;

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

    gap: 10px;

    padding: 13px 22px;

    border-radius: 5px;

    font-size: 13px;
    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}


.sonia-btn:hover {
    transform: translateY(-4px);
}


/* Primary */

.sonia-btn-primary {
    background: #222f64;
    color: #fff;

    box-shadow: 0 8px 20px rgba(34, 47, 100, 0.18);
}


.sonia-btn-primary:hover {
    background: #2f6b3f;
    color: #fff;

    box-shadow: 0 12px 25px rgba(47, 107, 63, 0.22);
}


/* Outline */

.sonia-btn-outline {
    border: 1px solid #09caf6;

    color: #222f64;
    background: #fff;
}


.sonia-btn-outline:hover {
    background: #09caf6;
    color: #fff;

    box-shadow: 0 10px 22px rgba(210, 167, 46, 0.20);
}


/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes soniaImageReveal {

    from {
        opacity: 0;
        transform: translateY(35px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

}


@keyframes soniaContentReveal {

    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .sonia-intro-section {
        padding: 40px 0 70px;
    }

    .sonia-main-image {
        height: 430px;
    }

    .sonia-content {
        padding-top: 40px;
    }

}


@media (max-width: 767px) {

    .sonia-intro-section {
        padding: 25px 0 55px;
    }

    .sonia-image-frame {
        border-radius: 10px;
    }

    .sonia-main-image {
        height: 390px;
    }

    .sonia-content {
        padding: 32px 10px 0;
    }

    .sonia-eyebrow {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .sonia-main-title {
        font-size: 39px;
    }

    .sonia-motto {
        gap: 7px;
    }

    .sonia-motto span {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .sonia-name {
        font-size: 24px;
    }

    .sonia-position,
    .sonia-description {
        font-size: 14px;
    }

    .sonia-image-overlay {
        left: 15px;
        bottom: 15px;
    }

}


@media (max-width: 480px) {

    .sonia-main-image {
        height: 350px;
    }

    .sonia-main-title {
        font-size: 34px;
    }

    .sonia-name {
        font-size: 22px;
    }

    .sonia-buttons {
        flex-direction: column;
    }

    .sonia-btn {
        width: 100%;
        max-width: 260px;
    }

}

.my-blue{
    color:#222f64;
}

/* Endorsement Card */
.endo-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.endo-img-wrap {
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: #eef1f5;
}

.endo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.endo-img-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: #022772;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 1px;
}

.endo-body {
  padding: 20px 15px 25px;
}

.endo-name {
  color: #0d2818;
  font-weight: 700;
  font-size: 17px;
}

.endo-title {
  color: #14284f;
  font-style: italic;
  font-size: 14px;
}

.endo-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 30px rgba(0,0,0,0.15);
}

.endo-card:hover .endo-img {
  transform: scale(1.08);
}
/* Endorsement Card */
/* ================================
   EDUCATION CTA
================================ */

.education-cta-section {
    padding: 80px 0;
    background: #f7f7f3;
}

.education-cta {
    position: relative;
    overflow: hidden;
    background: #09caf6;
    border-radius: 24px;
    padding: 65px 70px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.10);
}

/* Decorative Circle */

.education-cta::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(229, 169, 0, 0.25);
    border-radius: 50%;
    right: -120px;
    top: -120px;
}

.education-cta::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(229, 169, 0, 0.15);
    border-radius: 50%;
    left: -100px;
    bottom: -120px;
}

/* Tag */

.education-cta-tag {
    display: inline-block;
    color: #022772;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

/* Heading */

.education-cta h2 {
    color: #ffffff;
    font-size: 45px;
    line-height: 1.12;
    font-weight: 800;
    max-width: 650px;
    margin-bottom: 20px;
}

.education-cta h2 span {
    display: block;
    color: #022772;
}

/* Intro */

.education-cta-intro {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.7;
    max-width: 650px;
    margin-bottom: 30px;
}

/* Points */

.education-points {
    display: flex;
    gap: 35px;
}

.education-point {
    display: flex;
    align-items: center;
    gap: 12px;
}

.point-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #022772;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.education-point h5 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 3px;
}

.education-point p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    margin: 0;
}


/* ================================
   RIGHT CTA CARD
================================ */

.education-cta-card {
    position: relative;
    z-index: 2;
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.education-people-icon {
    position: relative;
    width: 100px;
    height: 90px;
    margin: 0 auto 20px;
}

.education-people-icon > i {
    color: #09caf6;
    font-size: 32px;
}

.people-group {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
    color: #09caf6;
    margin-top: -2px;
}

.people-group i {
    font-size: 27px;
}

.people-group .main-person {
    font-size: 43px;
}

.education-cta-card h4 {
    color: #101b18;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 12px;
}

.education-cta-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 22px;
}


/* CTA Button */

.education-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #09caf6;
    color: #101810;
    padding: 13px 25px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: all .3s ease;
}

.education-cta-btn:hover {
    background: #c88f00;
    color: #101810;
    transform: translateY(-2px);
}

.education-cta-btn i {
    transition: .3s;
}

.education-cta-btn:hover i {
    transform: translateX(4px);
}


/* ================================
   RESPONSIVE
================================ */

@media (max-width: 991px) {

    .education-cta {
        padding: 50px 35px;
    }

    .education-cta h2 {
        font-size: 38px;
    }

    .education-cta-card {
        margin-top: 40px;
    }

}

@media (max-width: 767px) {

    .education-cta-section {
        padding: 50px 15px;
    }

    .education-cta {
        padding: 40px 25px;
        border-radius: 18px;
    }

    .education-cta h2 {
        font-size: 30px;
    }

    .education-cta-intro {
        font-size: 15px;
    }

    .education-points {
        display: block;
    }

    .education-point {
        margin-bottom: 18px;
    }

    .education-cta-card {
        padding: 30px 20px;
    }

}
/* contact information */
.campaign-contact {
        padding: 80px 0;
        background: linear-gradient(135deg, #ffffff 0%, #f5fcff 100%);
    }

    .campaign-contact .section-label {
        display: inline-block;
        color: #09caf6;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .campaign-contact .section-title {
        color: #022772;
        font-size: 36px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .campaign-contact .section-text {
        color: #66758a;
        font-size: 16px;
        line-height: 1.7;
        max-width: 520px;
        margin-bottom: 28px;
    }

    /* Inputs */
    .campaign-contact .custom-input {
        height: 55px;
        border: 1px solid #dcebf1;
        border-radius: 10px;
        background: #fff;
        margin-bottom: 16px;
        padding: 0 17px;
        color: #022772;
        box-shadow: 0 5px 20px rgba(2, 39, 114, 0.04);
    }

    .campaign-contact .custom-input::placeholder {
        color: #8290a0;
    }

    .campaign-contact .custom-input:focus {
        border-color: #09caf6;
        box-shadow: 0 0 0 3px rgba(9, 202, 246, 0.12);
    }

    /* Button */
    .campaign-contact .signup-btn {
        width: 100%;
        height: 55px;
        border: 0;
        border-radius: 10px;
        background: #022772;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: .6px;
        transition: .3s ease;
    }

    .campaign-contact .signup-btn:hover {
        background: #09caf6;
        color: #022772;
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(9, 202, 246, .25);
    }

    .campaign-contact .privacy-text {
        color: #8a98a9;
        font-size: 13px;
        margin-top: 12px;
    }

    /* Contact Card */
    .campaign-contact .contact-card {
        position: relative;
        overflow: hidden;
        background: #fff;
        border: 1px solid #dcebf1;
        border-radius: 18px;
        padding: 32px;
        box-shadow: 0 15px 45px rgba(2, 39, 114, .08);
    }

    .campaign-contact .contact-card::before {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: rgba(9, 202, 246, .08);
        right: -70px;
        top: -70px;
    }

    .campaign-contact .contact-item {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        gap: 18px;
    }

    .campaign-contact .contact-item + .contact-item {
        margin-top: 28px;
    }

    .campaign-contact .icon-box {
        width: 50px;
        height: 50px;
        min-width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(9, 202, 246, .12);
        color: #022772;
        font-size: 20px;
    }

    .campaign-contact .contact-label {
        color: #8a98a9;
        font-size: 13px;
        margin-bottom: 4px;
    }

    .campaign-contact .contact-value {
        color: #022772;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }

    .campaign-contact .contact-value:hover {
        color: #09caf6;
    }

    .campaign-contact .location-text {
        color: #66758a;
        font-size: 15px;
        line-height: 1.6;
    }

    @media (max-width: 991px) {
        .campaign-contact {
            padding: 60px 0;
        }

        .campaign-contact .section-title {
            font-size: 30px;
        }

        .campaign-contact .contact-card {
            margin-top: 10px;
        }
    }

    @media (max-width: 575px) {
        .campaign-contact {
            padding: 45px 15px;
        }

        .campaign-contact .section-title {
            font-size: 27px;
        }

        .campaign-contact .contact-card {
            padding: 24px;
        }
    }
/* contact information */
/* join Campain */
.campaign-involved {
        padding: 80px 0;
        background: #ffffff;
        /* overflow: hidden; */
    }

    .campaign-involved .campaign-label {
        color: #022772;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

    .campaign-involved .campaign-title {
        color: #022772;
        font-size: 38px;
        font-weight: 800;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .campaign-involved .campaign-description {
        max-width: 700px;
        margin: 0 auto;
        color: rgba(255, 255, 255, 0.78);
        font-size: 16px;
        line-height: 1.7;
    }

    /* Campaign Cards */
    .campaign-involved .campaign-card {
        height: 100%;
        background: #ffffff;
        border: 0;
        border-radius: 14px;
        padding: 34px 25px;
        text-align: center;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
        transition: all 0.3s ease;
    }

    .campaign-involved .campaign-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.20);
    }

    .campaign-involved .campaign-icon {
        width: 52px;
        height: 52px;
        margin: 0 auto 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(9, 202, 246, 0.12);
        color: #022772;
        font-size: 22px;
        transition: all 0.3s ease;
    }

    .campaign-involved .campaign-card:hover .campaign-icon {
        background: #022772;
    color: #ffffff;
    }

    .campaign-involved .campaign-card-title {
        color: #022772;
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .campaign-involved .campaign-card-text {
        color: #000000;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    font-weight: 510;
    }

    /* Donate Button */
    .campaign-involved .campaign-donate-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 315px;
        height: 58px;
        padding: 0 30px;
        border-radius: 9px;
        background: #022772;
        color: #ffffff;
        font-size: 15px;
        font-weight: 800;
        text-decoration: none;
        border: 2px solid #022772;
        transition: all 0.3s ease;
    }

    .campaign-involved .campaign-donate-btn:hover {
        background: transparent;
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(17, 9, 246, 0.2);
    }

    .campaign-involved .campaign-donate-text {
        color: rgb(255 255 255);
        font-size: 17px;
        margin: 14px 0 0;
    }

    @media (max-width: 991px) {
        .campaign-involved {
            padding: 65px 0;
        }

        .campaign-involved .campaign-title {
            font-size: 32px;
        }

        .campaign-involved .campaign-card {
            padding: 30px 22px;
        }
    }

    @media (max-width: 575px) {
        .campaign-involved {
            padding: 50px 15px;
        }

        .campaign-involved .campaign-title {
            font-size: 28px;
        }

        .campaign-involved .campaign-description {
            font-size: 15px;
        }

        .campaign-involved .campaign-donate-btn {
            min-width: 100%;
        }
    }
/* join Campain */
/* top header */
.topi-header {
        background: #00297b;
        color: #ffffff;
        padding: 8px 15px;
        font-size: 13px;
        line-height: 1.5;
        text-align: center;
    }

    .topi-header .topi-highlight {
        color: #ffffff;
        font-weight: 700;
    }

    .topi-header .topi-separator {
        color: rgba(255, 255, 255, 0.5);
        margin: 0 6px;
    }

    .topi-header .topi-text {
        color: #ffffff;
    }

    @media (max-width: 575px) {
        .topi-header {
            font-size: 11px;
            padding: 7px 10px;
        }

        .topi-header .topi-separator {
            margin: 0 3px;
        }
    }
/* top header */
.ani-shad{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
/* meeting sonia salwan start */
 :root{
    --brand-light: #022772;
    --brand-dark:   #022772;
    --brand-dark-2:#01184d;
    --card-bg:     #ffffff;
  }

 
  .card-outer{
    background: var(--card-bg);
    border: 2px solid var(--brand-light);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(2,39,114,0.45);
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
  }
 
  /* ---- Left column : photo ---- */
  .photo-col{
    padding: 22px;
  }
  .photo-frame{
    border: 3px solid var(--brand-dark);
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    background: #eef7fb;
  }
  .photo-frame img{
    width: 80%;
    height: auto;
    /* object-fit: cover; */
    /* display:block; */
  }
  .name-banner{
    background: var(--brand-dark);
    color:#fff;
    text-align:center;
    padding: 14px 10px 6px;
    font-weight: 800;
    font-size: 1.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .sub-banner{
    background: var(--brand-dark);
    color:#fff;
    text-align:center;
    padding-bottom: 14px;
    font-size: 0.85rem;
    font-weight: 600;
  }
  .sub-banner .area{
    display:block;
    color: var(--brand-light);
    font-size: 1.25rem;
    font-weight: 800;
    margin: 6px 0;
    letter-spacing: 2px;
  }
  .tagline-pill{
    background: #ffffff;
    color: var(--brand-dark);
    display:inline-block;
    padding: 4px 22px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
 
  /* ---- Right column : info ---- */
  .info-col{
    padding: 28px 30px;
    border-left: 2px dashed var(--brand-light);
  }
  .meet-ribbon{
    background: var(--brand-dark);
    color:#fff;
    text-align:center;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 22px;
  }
  .meet-ribbon i{ color: var(--brand-light); margin: 0 10px; }
 
  .info-item{
    display:flex;
    align-items:center;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px dotted #c9dcee;
  }
  .info-item:last-of-type{ border-bottom:none; }
  .icon-circle{
    flex: 0 0 44px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background: var(--brand-dark);
    color: #ebecef;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 1.1rem;
  }
  .info-item .label{
    font-weight: 700;
    color: var(--brand-dark-2);
    font-size: 1.02rem;
  }
  .info-item .label a{ color: var(--brand-dark); text-decoration: underline; }
 
  .divider-star{
    text-align:center;
    color: var(--brand-light);
    margin: 22px 0;
    position: relative;
  }
  .divider-star::before, .divider-star::after{
    content:"";
    position:absolute;
    top:50%;
    width: 40%;
    border-top: 2px solid var(--brand-light);
  }
  .divider-star::before{ left:0; }
  .divider-star::after{ right:0; }
 
  .bio-text{
    font-size: 0.95rem;
    color: #22324a;
    line-height: 1.6;
  }
  .bio-text strong{ color: var(--brand-dark); }
 
  .footer-bar{
    background: var(--brand-dark);
    color:#fff;
    text-align:center;
    padding: 14px 10px;
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: 6px;
  }
  .footer-bar i{ color: var(--brand-light); margin: 0 16px; }
 
  .paid-for{
    text-align:center;
    font-size: 14px;
    color: var(--brand-dark);
    padding: 8px;
    border-top: 1px solid #dbe9f5;
    background:#f4fbfe;
  }
 
  @media (max-width: 767px){
    .info-col{ border-left:none; border-top: 2px dashed var(--brand-light); margin-top: 20px; }
  }
/* meeting sonia salwan End */
/* Leadership Idea */
   .leadership-section {
        background-color: #f7f8fb;
        padding: 90px 0;
    }
 
    .leadership-tag {
        color: #000000;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        margin-bottom: 8px;
    }
 
    .leadership-title {
        color: #022772;
        font-weight: 800;
        font-size: 2.2rem;
    }
 
    .leadership-divider {
        width: 60px;
        height: 3px;
        background-color: #000000;
        margin-top: 14px;
    }
 
    .leadership-card {
        background-color: #ffffff;
        border-radius: 10px;
        padding: 45px 30px 38px;
        height: 100%;
        border: 1px solid #eef0f5;
        box-shadow: 0 4px 18px rgba(20, 40, 79, 0.05);
        transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
        position: relative;
        overflow: hidden;
    }
 
    .leadership-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 18px 35px rgba(20, 40, 79, 0.15);
        border-color: transparent;
    }
 
    .leadership-icon {
        width: 76px;
        height: 76px;
        line-height: 76px;
        border-radius: 50%;
        background-color: #022772;
        color: #ffffff;
        font-size: 28px;
        margin: 0 auto 24px;
        transition: background-color 0.35s ease, transform 0.35s ease;
    }
 
    .leadership-card:hover .leadership-icon {
        background-color: #000000;
        transform: rotateY(360deg);
    }
 
    .leadership-name {
        color: #022772;
        font-weight: 700;
        font-size: 25px;
        margin-bottom: 16px;
        transition: color 0.3s ease;
    }
 
    .leadership-card:hover .leadership-name {
        color: #000000;
    }
 
    .leadership-text {
        color: #5b6373;
        font-size: 0.95rem;
        line-height: 1.75;
        margin-bottom: 0;
    }
 
    .leadership-line {
        display: block;
        width: 0%;
        height: 3px;
        background-color: #bf0b30;
        margin: 22px auto 0;
        transition: width 0.4s ease;
    }
 
    .leadership-card:hover .leadership-line {
        width: 50px;
    }
 
    @media (max-width: 991px) {
        .leadership-title {
            /* font-size: 1.8rem; */
        }
        .ss-plan-item p {
    color: #262626;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 0;
}
.campaign-involved .campaign-card-text {
    color: #66758a;
    font-size: 19px;
    line-height: 1.7;
    margin: 0;
}
    }
/* Leadership Idea */
/* ================================
   OHLQ PERSONAL SECTION
================================ */

.ohlq-personal-section {
    background: #ebebeb;
    padding: 90px 50px !important;
}



.ohlq-content {
    position: relative;
    z-index: 2;
}

.ohlq-subtitle {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.ohlq-title {
    color: #022772;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 25px;
}

.ohlq-text {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.ohlq-highlight {
    background: rgb(2 39 114);
    border-left: 4px solid #dc3545;
    padding: 20px 22px;
    margin-top: 25px;
    border-radius: 0 12px 12px 0;
}

.ohlq-highlight p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.ohlq-icon {
    font-size: 25px;
    display: block;
    margin-bottom: 8px;
}

/* Image */

.ohlq-image-wrapper {
    position: relative;
    z-index: 2;
    padding: 15px;
}

.ohlq-image {
    width: 100%;
    /* height: 520px; */
    /* object-fit: cover; */
    /* border-radius: 22px; */
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35); */
}

.ohlq-image-badge {
    position: absolute;
    left: 0;
    bottom: 35px;
    background: #ffffff;
    padding: 14px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.ohlq-image-badge span {
    font-size: 22px;
}

.ohlq-image-badge strong {
    color: #071a3d;
    font-size: 13px;
}

/* Support Box */

.ohlq-support-box {
    position: relative;
    z-index: 3;
    background: #ffffff;
    padding: 40px;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.ohlq-support-title {
    color: #071a3d;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
}

.ohlq-support-card {
    height: 100%;
    padding: 25px 18px;
    border: 1px solid #e6eaf0;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.ohlq-support-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(7, 26, 61, 0.12);
}

.ohlq-card-icon {
    font-size: 32px;
    margin-bottom: 10px;
}

.ohlq-support-card h5 {
    color: #071a3d;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ohlq-support-card p {
    color: #687386;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.ohlq-support-message {
    display: inline-block;
    margin-top: 30px;
    padding: 13px 30px;
    background: #022772;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
}

/* Responsive */

@media (max-width: 991px) {

    .ohlq-personal-section {
        padding: 65px 0 !important;
    }

    .ohlq-title {
        font-size: 38px;
    }

    .ohlq-image {
        height: 450px;
    }

    .ohlq-image-wrapper {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {

    .ohlq-title {
        font-size: 32px;
    }

    .ohlq-text {
        font-size: 15px;
    }

    .ohlq-support-box {
        padding: 25px 18px;
    }

    .ohlq-support-title {
        font-size: 25px;
        font-weight: 700;
    }

    .ohlq-image {
        height: auto;
    }

    .ohlq-image-badge {
        left: 10px;
        right: 10px;
        bottom: 25px;
    }
}

.header-logof {
    width: 35%;
}

/* Mobile */
@media (max-width: 767px) {
    .header-logof {
        width: 100%;
    }
}
 
/* ---------- 1. Top blue header / navigation ---------- */
.ss-header-blue {
    background: #022772 !important;
    padding-top: 14px;
    padding-bottom: 14px;
}
 
.ss-header-blue .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 16px !important;
    letter-spacing: 0.3px;
}
 
.ss-header-blue .navbar-nav .nav-link:hover {
    color: #ffe27a !important;
}
 
.ss-header-blue .navbar-brand img {
    filter: none;
}
 
.ss-header-blue .navbar-toggler-icon {
    background-color: #fff;
}
 
@media (max-width: 991px) {
    .ss-header-blue .navbar-nav .nav-link {
        font-size: 18px;
        padding: 16px 12px !important;
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }
}
 
/* ---------- 6. Body font readability ---------- */
.ss-readable-text,
.ss-readable-text p,
.ss-readable-text li {
    color: #262626 !important;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}
 
@media (max-width: 576px) {
    .ss-readable-text,
    .ss-readable-text p,
    .ss-readable-text li {
        font-size: 16px;
        line-height: 1.75;
        color: #222 !important;
    }
}
 
/* ---------- 5. Credentials list (Meet Sonia Salwan) ---------- */
.ss-credentials-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.ss-credentials-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e3e6ec;
    font-size: 16px;
    font-weight: 600;
    color: #14284f;
}
 
.ss-credentials-list li:last-child {
    border-bottom: none;
}
 
.ss-credentials-list li i {
    color: #022772;
    margin-top: 3px;
}
 
/* ---------- 8. Student support list (no icons/boxes) ---------- */
.ss-support-list {
    list-style: none;
    margin: 20px auto 0;
    padding: 0;
    max-width: 480px;
    text-align: left;
}
 
.ss-support-list li {
    font-size: 17px;
    font-weight: 600;
    color: #14284f;
    padding: 10px 0;
    border-bottom: 1px solid #e3e6ec;
}
 
.ss-support-list li:last-child {
    border-bottom: none;
}
 
/* ---------- 9. Foster youth source note ---------- */
.ss-source-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 10px;
    font-style: italic;
}
 
/* ---------- 12. Sonia's Plan for Ohlone - vertical list ---------- */
.ss-plan-list {
    max-width: 860px;
    margin: 0 auto;
}
 
.ss-plan-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 24px 0;
    /* border-bottom: 1px solid #e3e6ec; */
}
 
.ss-plan-item:last-child {
    border-bottom: none;
}
 
.ss-plan-item .ss-plan-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #022772;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
 
.ss-plan-item h3 {
    color: #022772;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 20px;
}
 
.ss-plan-item p {
    color: #262626;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}
 
/* ---------- 14. Bottom disclosure ---------- */
.ss-footer-disclosure {
    font-size: 13px;
}
.my-white{
    color: #ffffff !important;
}

/* endorsment pages css */
/* ---------- 6. Body font readability ---------- */
.ss-readable-text,
.ss-readable-text p,
.ss-readable-text li {
    color: #262626 !important;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}
 
@media (max-width: 576px) {
    .ss-readable-text,
    .ss-readable-text p,
    .ss-readable-text li {
        font-size: 16px;
        line-height: 1.75;
        color: #222 !important;
    }
}
 
/* ---------- 5. Credentials list (Meet Sonia Salwan) ---------- */
.ss-credentials-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.ss-credentials-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e3e6ec;
    font-size: 16px;
    font-weight: 600;
    color: #14284f;
}
 
.ss-credentials-list li:last-child {
    border-bottom: none;
}
 
.ss-credentials-list li i {
    color: #022772;
    margin-top: 3px;
}
 
/* ---------- 8. Student support list (no icons/boxes) ---------- */
.ss-support-list {
    list-style: none;
    margin: 20px auto 0;
    padding: 0;
    max-width: 480px;
    text-align: left;
}
 
.ss-support-list li {
    font-size: 17px;
    font-weight: 600;
    color: #14284f;
    padding: 10px 0;
    border-bottom: 1px solid #e3e6ec;
}
 
.ss-support-list li:last-child {
    border-bottom: none;
}
 
/* ---------- 9. Foster youth source note ---------- */
.ss-source-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 10px;
    font-style: italic;
}
 
/* ---------- 12. Sonia's Plan for Ohlone - vertical list ---------- */
.ss-plan-list {
    max-width: 860px;
    margin: 0 auto;
}
 
.ss-plan-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 24px 0;
    /* border-bottom: 1px solid #e3e6ec; */
}
 
.ss-plan-item:last-child {
    border-bottom: none;
}
 
.ss-plan-item .ss-plan-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #022772;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
 
.ss-plan-item h3 {
    color: #022772;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 20px;
}
 
.ss-plan-item p {
    color: #262626;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}
 
/* ---------- 14. Bottom disclosure ---------- */
.ss-footer-disclosure {
    font-size: 13px;
}
 
/* ---------- Endorsements page: blue "Community Support" band ---------- */
.ss-community-support-band {
    background: #022772;
    text-align: center;
    padding: 22px 16px 34px;
}
 
.ss-community-support-band h2 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 26px;
    margin: 0;
}
 
@media (max-width: 576px) {
    .ss-community-support-band h2 {
        font-size: 20px;
    }
}
 
/* ---------- Endorsements page: name/title readability ---------- */
.ss-endorse-name {
    font-weight: 700;
    color: #14284f;
    font-size: 17px;
}
 
.ss-endorse-title {
    font-weight: 600;
    color: #444;
    font-size: 14px;
    line-height: 1.4;
}
 
@media (max-width: 576px) {
    .ss-endorse-name {
        font-size: 16px;
    }
    .ss-endorse-title {
        font-size: 13.5px;
    }
}
/* endorsment pages css */
/* ---------- 6. Body font readability ---------- */
.ss-readable-text,
.ss-readable-text p,
.ss-readable-text li {
    color: #262626 !important;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
}
 
@media (max-width: 576px) {
    .ss-readable-text,
    .ss-readable-text p,
    .ss-readable-text li {
        font-size: 16px;
        line-height: 1.75;
        color: #222 !important;
    }
}
 
/* ---------- 5. Credentials list (Meet Sonia Salwan) ---------- */
.ss-credentials-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.ss-credentials-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e3e6ec;
    font-size: 16px;
    font-weight: 600;
    color: #14284f;
}
 
.ss-credentials-list li:last-child {
    border-bottom: none;
}
 
.ss-credentials-list li i {
    color: #022772;
    margin-top: 3px;
}
 
/* ---------- 8. Student support list (no icons/boxes) ---------- */
.ss-support-list {
    list-style: none;
    margin: 20px auto 0;
    padding: 0;
    max-width: 480px;
    text-align: left;
}
 
.ss-support-list li {
    font-size: 17px;
    font-weight: 600;
    color: #14284f;
    padding: 10px 0;
    border-bottom: 1px solid #e3e6ec;
}
 
.ss-support-list li:last-child {
    border-bottom: none;
}
 
/* ---------- 9. Foster youth source note ---------- */
.ss-source-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 10px;
    font-style: italic;
}
 
/* ---------- 12. Sonia's Plan for Ohlone - vertical list ---------- */
.ss-plan-list {
    max-width: 860px;
    margin: 0 auto;
}
 
.ss-plan-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 24px 0;
    /* border-bottom: 1px solid #e3e6ec; */
}
 
.ss-plan-item:last-child {
    border-bottom: none;
}
 
.ss-plan-item .ss-plan-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #022772;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
 
.ss-plan-item h3 {
    color: #022772;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 20px;
}
 
.ss-plan-item p {
    color: #262626;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}
 
/* ---------- 14. Bottom disclosure ---------- */
.ss-footer-disclosure {
    font-size: 13px;
}
 
/* ---------- Endorsements page: blue "Community Support" band ---------- */
.ss-community-support-band {
    background: #022772;
    text-align: center;
    padding: 22px 16px 34px;
}
 
.ss-community-support-band h2 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 26px;
    margin: 0;
}
 
@media (max-width: 576px) {
    .ss-community-support-band h2 {
        font-size: 20px;
    }
}
 
/* ---------- Endorsements page: name/title readability ---------- */
.ss-endorse-name {
    font-weight: 700;
    color: #14284f;
    font-size: 17px;
}
 
.ss-endorse-title {
    font-weight: 600;
    color: #444;
    font-size: 14px;
    line-height: 1.4;
}
 
@media (max-width: 576px) {
    .ss-endorse-name {
        font-size: 16px;
    }
    .ss-endorse-title {
        font-size: 13.5px;
    }
}
 
/* ---------- Nonprofit page: heading -> description -> photo(s) sections ---------- */
.ss-np-page {
    padding-top: 60px;
    padding-bottom: 40px;
}
 
.ss-np-section {
    max-width: 900px;
    margin: 0 auto 60px;
    padding-bottom: 40px;
    /* border-bottom: 1px solid #e9ebef; */
}
 
.ss-np-section:last-child {
    border-bottom: none;
    margin-bottom: 20px;
}
 
.ss-np-heading {
    color: #022772;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 16px;
}
 
.ss-np-desc {
    color: #262626;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 24px;
}
 
.ss-np-photos {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
 
.ss-np-photo {
    flex: 1 1 320px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 6px;
}
 
.ss-np-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
 
@media (max-width: 576px) {
    .ss-np-page {
        padding-top: 30px;
    }
    .ss-np-heading {
        font-size: 21px;
    }
    .ss-np-desc {
        font-size: 16px;
        line-height: 1.7;
        color: #222;
    }
    .ss-np-photo img {
        height: 220px;
    }
}
/* get involved startend */
 
/* ---------- 6. Body font readability ---------- */
.ss-readable-text,
.ss-readable-text p,
.ss-readable-text li {
    color: #000000 !important;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 510;
}
 
@media (max-width: 576px) {
    .ss-readable-text,
    .ss-readable-text p,
    .ss-readable-text li {
        font-size: 19px;
        line-height: 1.75;
        color: #000000 !important;
        font-weight: 510;
    }
}
 
/* ---------- 5. Credentials list (Meet Sonia Salwan) ---------- */
.ss-credentials-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.ss-credentials-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #e3e6ec;
    font-size: 19px;
    font-weight: 600;
    color: #14284f;
}
 
.ss-credentials-list li:last-child {
    border-bottom: none;
}
 
.ss-credentials-list li i {
    color: #022772;
    margin-top: 3px;
}
 
/* ---------- 8. Student support list (no icons/boxes) ---------- */
.ss-support-list {
    list-style: none;
    margin: 20px auto 0;
    padding: 0;
    max-width: 480px;
    text-align: left;
}
 
.ss-support-list li {
    font-size: 19px;
    font-weight: 600;
    color: #14284f;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #e3e6ec;
}
 
.ss-support-list li:last-child {
    border-bottom: none;
}
 
/* ---------- 9. Foster youth source note ---------- */
.ss-source-note {
    font-size: 13px;
    color: #6b7280;
    margin-top: 10px;
    font-style: italic;
}
 
/* ---------- 12. Sonia's Plan for Ohlone - vertical list ---------- */
.ss-plan-list {
    max-width: 860px;
    margin: 0 auto;
}
 
.ss-plan-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 24px 0;
    /* border-bottom: 1px solid #e3e6ec; */
}
 
.ss-plan-item:last-child {
    border-bottom: none;
}
 
.ss-plan-item .ss-plan-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #022772;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
 
.ss-plan-item h3 {
    color: #022772;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 20px;
}
 
.ss-plan-item p {
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 510;
    margin-bottom: 0;
}
 
/* ---------- 14. Bottom disclosure ---------- */
.ss-footer-disclosure {
    font-size: 13px;
}
 
/* ---------- Endorsements page: blue "Community Support" band ---------- */
.ss-community-support-band {
    background: #022772;
    text-align: center;
    padding: 22px 16px 34px;
}
 
.ss-community-support-band h2 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 26px;
    margin: 0;
}
 
@media (max-width: 576px) {
    .ss-community-support-band h2 {
        font-size: 20px;
    }
}
 
/* ---------- Endorsements page: name/title readability ---------- */
.ss-endorse-name {
    font-weight: 700;
    color: #14284f;
    font-size: 17px;
}
 
.ss-endorse-title {
    font-weight: 600;
    color: #444;
    font-size: 14px;
    line-height: 1.4;
}
 
@media (max-width: 576px) {
    .ss-endorse-name {
        font-size: 16px;
    }
    .ss-endorse-title {
        font-size: 13.5px;
    }
}
 
/* ---------- Nonprofit page: heading -> description -> photo(s) sections ---------- */
.ss-np-page {
    padding-top: 60px;
    padding-bottom: 40px;
}
 
.ss-np-section {
    max-width: 900px;
    margin: 0 auto 60px;
    padding-bottom: 40px;
    /* border-bottom: 1px solid #e9ebef; */
}
 
.ss-np-section:last-child {
    border-bottom: none;
    margin-bottom: 20px;
}
 
.ss-np-heading {
    color: #022772;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 16px;
}
 
.ss-np-desc {
    color: #262626;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 24px;
}
 
.ss-np-photos {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
 
.ss-np-photo {
    flex: 1 1 320px;
    max-width: 100%;
    overflow: hidden;
    border-radius: 6px;
}
 
.ss-np-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
 
@media (max-width: 576px) {
    .ss-np-page {
        padding-top: 30px;
    }
    .ss-np-heading {
        font-size: 21px;
    }
    .ss-np-desc {
        font-size: 16px;
        line-height: 1.7;
        color: #222;
    }
    .ss-np-photo img {
        height: 220px;
    }
}
 
/* ---------- Nonprofit page: simple neutral footer (no campaign wording) ---------- */
.ss-np-footer {
    background: #f4f5f7;
    padding: 22px 16px;
    color: #555;
    font-size: 13px;
}
 
.ss-np-footer a {
    color: #022772;
}
 
/* ---------- Get Involved page: simple hero (picture + heading only) ---------- */
.ss-gi-hero {
    padding: 40px 0 10px;
}
 
.ss-gi-hero-inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
 
.ss-gi-heading {
    color: #022772;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
 
.ss-gi-hero-img img {
    max-width: 260px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
 
@media (max-width: 576px) {
    .ss-gi-hero {
        padding: 28px 0 6px;
    }
    .ss-gi-heading {
        font-size: 24px;
    }
    .ss-gi-hero-img img {
        max-width: 180px;
    }
}
 
/* ---------- Get Involved page: mobile-friendly form ---------- */
#getinvolvedform label {
    color: #222;
    font-weight: 600;
    font-size: 15px;
}
 
#getinvolvedform .form-control {
    font-size: 16px;
    color: #222;
    padding: 12px 14px;
    height: auto;
}
/* get involved startend */
.my-dnte {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 315px;
    height: 58px;
    padding: 0 30px;
    border-radius: 9px;
    background: #022772;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    border: 2px solid #022772;
    transition: all 0.3s ease;
}
.my-dnte:hover{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 315px;
    height: 58px;
    padding: 0 30px;
    border-radius: 9px;
    background: #ffffff;
    color: #022772;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    border: 2px solid #022772;
    transition: all 0.3s ease;
}
.banner-welcome-top {
    align-items: start;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
}
.banner-welcome-top .banner-left-con {
    padding-bottom: 8px;
}
.banner-welcome-top .banner-right-con figure {
    max-width: 380px;
    margin-left: auto;
    margin-bottom: 0;
}
.banner-welcome-top .banner-right-con img {
    width: 100%;
    height: auto;
}
.banner-left-con .banner-office-line {
    color: #022772;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    max-width: 100%;
    white-space: normal;
}
.banner-welcome-top .banner-left-con h1 {
    color: #022772;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 14px;
    width: 100%;
    max-width: 100%;
}
.banner-welcome-top .banner-left-con h1 .banner-amp {
    font-style: italic;
    font-weight: 600;
    color: #022772;
    font-size: inherit;
    line-height: inherit;
}
.banner-faculty-quote.ny-red {
    background: #e30613;
    margin: 0 0 20px;
    padding: 10px 14px 8px;
    border: 0;
    border-radius: 8px;
    max-width: 520px;
}
.banner-left-con .banner-faculty-quote p {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
    max-width: 100%;
    white-space: normal;
}
.banner-left-con .banner-faculty-quote cite {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}
.banner-logos-strip {
    clear: both;
    width: 100%;
    background: #ffffff;
    padding: 22px 0;
    border-bottom: 1px solid #e6e8ec;
}
.banner-endorsement-logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px 48px;
    margin: 0;
    padding: 0;
    background: #ffffff;
}
.banner-endorsement-logos img {
    display: block;
    height: auto;
    background: #ffffff;
    border-radius: 8px;
}
.banner-endorsement-logos .unified-logo {
    width: auto;
    max-width: 210px;
    padding: 0;
}
.banner-endorsement-logos .alc-logo {
    width: auto;
    max-width: 170px;
    padding: 0;
}
.ss-testimonial-section {
    padding: 50px 0 70px;
    background: #f4f6f8;
}
.ss-testimonial-heading {
    color: #022772;
    text-align: center;
    font-weight: 700;
    margin-bottom: 28px;
}
.ss-partner-quote {
    max-width: 820px;
    margin: 0 auto 24px;
    padding: 28px 32px;
    background: #ffffff;
    border-left: 5px solid #022772;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}
.ss-partner-quote p {
    font-size: 17px;
    line-height: 1.7;
    font-style: italic;
    color: #262626;
    margin-bottom: 16px;
}
.ss-partner-quote-attr cite {
    font-style: normal;
    font-weight: 700;
    color: #022772;
    font-size: 15px;
    line-height: 1.5;
}
.ss-partner-quote-attr a {
    color: #022772;
    text-decoration: underline;
}
.ss-partner-quote-attr a:hover {
    color: #bc0a2e;
}
.ss-partner-quote-np {
    max-width: 100%;
    margin: 0 0 24px;
}
.ss-form-success {
    background: #e8f6ee;
    color: #14532d;
    border: 1px solid #86efac;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 18px;
    font-weight: 600;
}
.ss-form-error {
    background: #fde8ea;
    color: #9f1239;
    border: 1px solid #fda4af;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 18px;
    font-weight: 600;
}
.ss-honeypot {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}
.ss-form-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 22px;
}
.ss-form-tab {
    flex: 1 1 160px;
    min-height: 48px;
    padding: 10px 16px;
    border: 2px solid #022772;
    border-radius: 8px;
    background: #ffffff;
    color: #022772;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    cursor: pointer;
}
.ss-form-tab.is-active,
.ss-form-tab:hover {
    background: #022772;
    color: #ffffff;
}
.ss-form-lead {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.6;
    color: #262626;
}
.ss-optional {
    font-weight: 400;
    color: #6b7280;
    font-size: 14px;
}
.ss-contact-link {
    display: inline-block;
    margin-top: 14px;
    color: #022772;
    font-weight: 700;
    text-decoration: underline;
}
.ss-contact-link:hover {
    color: #bc0a2e;
}
.ss-zelle-box {
    margin-bottom: 24px;
}