@font-face {
    font-family: "Gotham";
    src: url("../fonts/gotham-book-webfont.woff2") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/gotham-medium-webfont.woff2") format("woff2");
    font-weight: 500;
}

.pillarsectionbox{
padding-top: 100px;
}

.firstsectionimagebox {

    list-style: none;
}
.firstsectionimagebox li {
    float: left;
    padding-right: 20px;
    width: 33%;
}
.firstsectionimagebox li img {

}
.firstsectionbox{
    background:#fff;border-bottom-right-radius:200px;
    border-color: #575294;
    background-repeat: no-repeat;
    background-position: left top;
}
.profile-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-wrapper img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.pillarimpacttitle {
    font-family: Gotham;
    font-weight: 400;
    font-size: 62px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFB549;
    padding-bottom: 60px;
}

.pillarimpactdescription{
    font-family: Gotham;
    font-weight: 400;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1A1A1A;
    width: 70%;
    padding-bottom: 60px;
}
.pagecontainer {
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
    text-align: center;
}
.container {

    margin: 0 100px;
}
.sectiontitlebox {

    padding-top: 30px;


}

.sectionimagebox {

    padding-top: 40px;


}

.sectionbtnbox{

    padding-top: 60px;
    padding-bottom: 100px;
}
.sectiontitle{
    color: #565294;

    font-family: Gotham;
    font-weight: 400;
    font-size: 61.21px;
    leading-trim: NONE;
    line-height: 70px;
    letter-spacing: 0%;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 700px;
}

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

/* Column base */
[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Medium devices and up (≥768px) */
@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

/* Margin bottom */
.mb-4 {
    margin-bottom: 1.5rem; /* same as Bootstrap */
}

.pillarimpacttitle {
    padding-bottom: 20px;
}
.impactcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px;
}

.impactcontainer img {
    margin-left: auto;
}


/* Impact Section */

.impact-section {
    margin-top:75px;
}
.btn-donation {
    border: 2px solid #6a5acd;
    color: #DF4661;

    padding: 10px 28px;
    border-radius: 50px;

    background: transparent;
    transition: all 0.3s ease;


    font-family: Gotham;
    font-weight: 400;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;



}



.pillarsectionbox{
    padding-top: 40px;
}

/* Purpose Section */
.purpose-section {
    background-color: #5b5692;
}
.purposesectiontitlebox {
    padding-top: 80px;
    padding-bottom: 60px;
}
.purposesectiondescriptionbox
{


}

.purpsedescription{
    color:#fff;
    font-family: Gotham;
    font-weight: 400;
    font-size: 30px;
    leading-trim: NONE;
    line-height: normal;
    letter-spacing: 0%;
    text-align: center;
    width:70%;
}
.purposesectiontitle
{
    color: #FFB549;
    font-family: Gotham;
    font-weight: 400;

    font-size: 62px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

}




/* Cards */
.pillar-card {
    background-color: #f3fbfd;
    border-radius: 16px;
    padding: 28px;
}

.pillar-card h5 {
    color: #3d3b7c;
    font-weight: 600;
    margin-bottom: 12px;
}

.pillar-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

/* Shared */
.section-title {
    color: #f4a63d;
    font-weight: 600;
}

/* Impact Stats */
.impact-item h3 {
    color: #4b4b8a;
    font-size: 2.5rem;
    font-weight: 600;
}

.impact-item p {
    color: #444;
    font-size: 0.95rem;
}

.impact-divider {
    border-left: 1px solid #c9c9e4;
    border-right: 1px solid #c9c9e4;
}

/* Partner Testimonial */
.partner-image-wrap {
    background-color: #4b4b8a;
    border-radius: 40px;
    padding: 20px;
    display: inline-block;
}

.partner-image-wrap img {
    border-radius: 20px;
}

.partner-name {
    color: #00a6c7;
    font-weight: 600;
}

.partner-role {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.testimonial-quote {
    position: relative;
}



/* Employee Testimonials */
.employee-card {
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e6e6f0;
}

.employee-card h6 {
    color: #4b4b8a;
    font-weight: 600;
    margin-bottom: 2px;
}

.employee-card span {
    font-size: 0.85rem;
    color: #f4a63d;
}
.ourimpacttitle{
    font-family: Gotham;
    font-weight: 400;
    font-size: 62px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 181, 73, 1);
    padding-top: 100px;
    padding-bottom: 80px;
}

.impactbox:last-child {
    border: none;
}


.impactbox{
    border-right: 2px solid var(--DF-Purple, rgba(86, 82, 148, 1));
    width: 33.33%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.impactbox h3{
    font-family: Gotham;
    font-weight: 400;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--DF-Purple, rgba(86, 82, 148, 1));
    padding-bottom: 20px;
}
.impactcontentbox{
    width: 100%;
}
.impactbox p{
    font-family: Gotham;
    font-weight: 400;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(26, 26, 26, 1);

}
.pillarcontainer {
 width:70%
}
.pillarbox {
    background: #F2FBFC;

    border-radius: 32px;
    padding: 50px;
    box-sizing: border-box;
    width: 50%;
    margin:20px
}
.pillarbox h2 {
    margin-top: 0;

    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Gotham;
    font-weight: 500;

    font-size: 34px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;

    margin-bottom: 12px;

    background:
            linear-gradient(0deg, #565294, #565294),
            linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2));

    background-blend-mode: multiply;
    -webkit-background-clip: text;
    background-clip: text;

    color: transparent;
    -webkit-text-fill-color: transparent;
}
.pillarbox p {

    line-height: 1.5;

    margin: 0;

    font-family: Gotham;
    font-weight: 400;
    color: #1A1A1A;

    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    height: 150px;
    text-align: left;

}
.partner-testimonial-section{
    clear: both;
}
.ptestimonialtitle {
    font-family: Gotham;
    font-weight: 400;

    font-size: 62px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 181, 73, 1);
    padding-top: 100px;
    padding-bottom: 80px;
}
.etestimonialtitle{
    font-family: Gotham;
    font-weight: 400;
    font-size: 62px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 181, 73, 1);
    padding-top: 100px;
    padding-bottom: 40px;
}


.testimonial-container {
    align-items: center;
    gap: 40px;
    width: 100%;
}
.photo-wrapper {
    position: relative;
    width: 40%;
    float: left;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.background-shape {
    position: absolute;
    top: 10%;
    left: 0;
    width: 160px;
    height: 180px;
    background-color: #514b8b; /* purple */
    border-radius: 50% / 70%;
    z-index: 1;
}


.testimonial-content {
   width:60%;
    float: right;
    padding:20px;
}

.testimonial-content .name {
    font-family: Gotham;
    font-weight: 500;
    font-size: 34px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 174, 199, 1);
    width: 80%;
    float: left;

}
.ptest-name {
    font-family: Gotham;
    font-weight: 500;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #00AEC7;
    float: left;
    width: 90%;

}
.ptest-qoute {
    float: right;
    width: 10%;
}
.testimonial-content p {
    font-family: Gotham;
    font-weight: 400;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(26, 26, 26, 1);
    height: auto;
    padding-top: 70px;
}

.quote-icon {
    color: #00aabf;
    font-size: 3rem;
    line-height: 1;
    margin-left: 8px;
    vertical-align: top;
    font-weight: 900;
}
.slick-prev,
.slick-next {
    z-index: 10;
}

.slick-prev {
    left: -40px; /* adjust as needed */
}

.slick-next {
    right: -40px; /* adjust as needed */
}


marquee {
    display: flex;
}

.testimonial-card {
    display: inline-block;
    width: 30%;
    margin-right: 30px;
    padding: 25px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}



.testimonialheader {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.testimonialheader img {
    border-radius: 50%;
    margin-right: 12px;
    width: 75px;
}

.testimonialheader h3 {
    font-family: Gotham;
    font-weight: 500;
    font-size: 34px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(87, 82, 148, 1);
}

.testimonialheader span {



    font-family: Gotham;
    font-weight: 500;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(0, 173, 199, 1);

}

/* Accent borders */


.slick-prev::before {
    content: '';
    display: none !important;
}
.slick-next::before {
    content: '';
    display: none !important;
}

.slick-prev::before {

}
.oupurposeslider .slick-dots li button:hover:before, .oupurposeslider .slick-dots li button:focus:before, .oupurposeslider .slick-dots li.slick-active button:before{
    background: #FFB549;
}
.oupurposeslider .slick-dots li button:before{
    border-radius: 0px;
    background: #00AEC7;
    height: 10px;
    width: 10px;

}

.ptestimonialslider .slick-dots li button:before{
    border-radius: 0px;
    background: #E7E7E7;

    height: 10px;
    width: 10px;

}
.ptestimonialslider .slick-dots li button:hover:before, .ptestimonialslider .slick-dots li button:focus:before, .ptestimonialslider .slick-dots li.slick-active button:before{
    background: #565294;

}

.slick-dots {
    bottom: -60px; /* 60px space below slides */
}
.photo-wrapper .slick-slide img {
    height: 481px;
    max-height:none;
}
.carousel-section {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

.center-carousel .slide {
    padding: 0 12px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.center-carousel img {
    width: 100%;
     border-radius: 100px;
}
.slick-center img
{
    /*height: auto;*/
}
/* Side slides */
.center-carousel .slick-slide {
    transform: scale(0.75);
    opacity: 0.6;
}

/* Center slide */
.center-carousel .slick-center {
    transform: scale(1);
    opacity: 1;
}

/* Arrows */
.slick-prev, .slick-next {
    z-index: 10;
}



.marquee {
    width: 100%;
    overflow: hidden;

    padding: 12px 0;
}

.marquee-track {
    display: flex;
    width: 100%;
    animation: scroll 15s linear infinite;
}








/* Pause on hover */
.marquee:hover .marquee-track {
    animation-play-state: paused;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.etestimonialslider {
    height: 240px;
    margin-bottom: 10px;
}
.slick-slide:nth-child(4n + 1) .etestimonial-card {

    border: 1px solid rgba(87, 82, 148, 1);
    background: rgba(242, 251, 252, 1);

}


.slick-slide:nth-child(4n + 2) .etestimonial-card {

    background: rgba(255, 181, 74, 0.05);
    border: 1px solid rgba(255, 181, 74, 1)
}

.slick-slide:nth-child(4n + 3) .etestimonial-card {

    background: rgba(222, 69, 97, 0.05);
    border: 1px solid rgba(222, 69, 97, 1);

}

.slick-slide:nth-child(4n + 4) .etestimonial-card {
    background: rgba(242, 251, 252, 1);
    border: 1px solid rgba(87, 82, 148, 1);

}


.slick-slide:nth-child(4n + 1) .etestimonial-card span{
    color: rgba(87, 82, 148, 0.7);
}


.slick-slide:nth-child(4n + 2) .etestimonial-card span{

    color: rgba(255, 181, 74, 1);

}

.slick-slide:nth-child(4n + 3) .etestimonial-card span{
    color: rgba(222, 69, 97, 1);


}

.slick-slide:nth-child(4n + 4) .etestimonial-card span{
    color: rgba(0, 173, 199, 1);


}


.etestimonial-card .slick-slide img
{

}


.etestimonial-card span{

    font-family: Gotham;
    font-weight: 500;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    padding-top: 5px;
}

.etestimonial-card h2 {
    color: rgba(87, 82, 148, 1);
    font-family: Gotham;
    font-weight: 500;

    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

}
.etestimonial-card p {
    font-family: Gotham;
    font-weight: 400;
    height: 100px;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: rgba(26, 26, 26, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}




.testimonial {


    padding: 28px 32px;
    border-radius: 25px;
    margin-right: 15px;


}

.testimonial-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.info {
    display: flex;
    flex-direction: column;
}

.name {
    margin: 0;
      font-family: Gotham;
    font-weight: 500;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #575294;
    padding-top: 5px;



}

.position {

}

.etest-quote-icon {
    color: var(--primary);
    flex-shrink: 0;
}

.testimonial-text {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text);
}

.oupurposeslider .slick-slide img{
    width: auto;
    max-height: 460px;
}

.ptestimonialslider.slick-initialized .slick-slide {
 display: flex;
}




.ptestimonialslider  .slick-slide img{
    max-height: none;
    position: relative;

    object-fit: cover;

    z-index: 2;
}

.etestimonialslider  .slick-track{
left: 10px;
}

/* Mobile styles */
@media (max-width: 768px) {
    .etestimonialslider  .slick-track{
        left: 0;
    }

    .center-carousel img {
        border-radius: 50px;
    }
    .container {
        margin: 0;
    }
    .pagecontainer{
        display: block;
    }
    .sectiontitle {
        font-size : 32px;
        line-height : 45px;
    }
    .btn-donation{
        font-size: 32px;
    }

    .firstsectionimagebox li{
        width: 100%;
        padding-bottom: 20px;
       float: none;
    }

    .purposesectiontitle{
        font-size: 40px;
    }
    .pillarimpactdescription{
        font-size: 20px;
        width: 100%;
    }
    .pillarimpacttitle{
        font-size: 40px;
    }
    .ourimpacttitle{
        font-size: 40px;
        padding-bottom: 20px;
        padding-top: 50px;
    }
    .ptestimonialtitle{
        font-size: 40px;
        padding-bottom: 20px;
        padding-top: 50px;
    }
    .etestimonialtitle{
        font-size: 40px;
        padding-bottom: 20px;
        padding-top: 50px;
    }
    .pillarbox{
        width: auto;
        overflow: hidden;
        padding: 25px;
    }
    .purpsedescription{
        width: 100%;
        font-size: 22px;
        padding: 0 10px 0 10px;
    }


    .impactbox{
        border-right: none;
        border-bottom: 2px solid var(--DF-Purple, rgba(86, 82, 148, 1));
        width: 100%;
        float:none;
        padding-bottom: 20px;
    }
    .testimonial{
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .ms-2 img {
        width: 32px;
    }
    .impactbox h3{
        font-size:32px ;
        padding-top: 20px;
    }
    .impactbox p{
        font-size: 18px;
    }
    .firstsectionbox{
        border-bottom-right-radius:90px
    }
    .photo-wrapper{
        float: none;
        width: 100%;
        padding: 10px;
        height: auto;
    }
    .testimonial-content{
        float: none;
        width: 100%;
        padding: 10px;
    }
    .testimonial-content p{
        font-size: 22px;
    }
    .ptest-qoute svg {
        width: 30px;
    }
    .slick-slide img {
        height: auto;
    }

    .oupurposeslider .slick-slide img{
        height:100%;
        max-height: none;
        width: auto;
    }

    .photo-wrapper .slick-slide img{
        max-height: none;
        position: relative;
        object-fit: cover;
        z-index: 2;
    }
    .pillarbox p {
        height: auto;
    }
}

  @media (min-width: 1920px) and (max-width: 2560px) {
.oupurposeslider .slick-slide img {
    /*max-height: fit-content;*/
    width: auto;
}
}

@media (max-width: 600px){
.oupurposeslider .slick-slide img {
    max-height: 210px
    width:auto;
}
    .pillarbox h2{
        text-align: center;
    }
    .pillarbox p{
        text-align: center;
    }
}

@media (min-width: 2560px)
{
    .oupurposeslider .slick-slide img{
        max-height: 700px;
        width: auto;
    }

}


