    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    }

    body {
    height: 100vh;
    background: #eeeeef;
    }

    :root {
    --primary-purple: #832B91;
    --hover-bg: #f1e6f4;
    }

    .contact-page-link {
    color: #45474b !important;
    }

    .navbar-expand-lg .navbar-nav {
    gap: 0px;
    position: relative;
    left: -30px;
    }

    .navbar {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    }

    .navbar-brand img {
    height: 60px;
    margin-right: 10px;
    }

    .navbar-expand-lg .navbar-nav {
    justify-content: center;
    }

    .navbar-nav .nav-link {
    color: var(--primary-purple);
    padding: 10px 15px;
    font-size: 16px;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-item.active .nav-link {
    background-color: var(--hover-bg);
    color: var(--primary-purple);
    }

    .text-lg-center {
    text-align: center;
    }

    .dropdown-menu {
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .dropdown-menu .dropdown-item {
    color: var(--primary-purple);
    }

    .dropdown-menu .dropdown-item:hover {
    background-color: var(--hover-bg);
    }

    .search-wrapper {
    position: relative;
    }

    .search-icon {
    font-size: 20px;
    color: var(--primary-purple);
    cursor: pointer;
    padding: 10px;
    }

    .search-box {
    position: absolute;
    top: -5px;
    right: 45px;
    width: 155px;
    display: none;
    background: white;
    border-radius: 4px;
    }

    .search-box input {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #773894;
    border-radius: 4px;
    }

    .navbar .form-control {
    border: 1px solid #773894 !important;
    }

    .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
    }

    .evolve-logo {
    max-width: 80px;
    height: auto;
    }

    .home-heading {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    }

    .home-text {
    font-size: 14px;
    color: #fff;
    }

    .adipro-logo {
    max-width: 50%;
    height: auto;
    }

    .coat-logo {
    max-width: 30%;
    height: auto;
    }

    .w-26 {
    width: 26%;
    }

    .section {
/*     background-image: url('../images/main-banner.jpg'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 20px;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
    }

    .banner-two {
    background-image: url('../images/main-banner-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }

    .section h2.evolve-heading {
    text-transform: uppercase;
    color: #773894;
    font-size: 32.3px;
    font-weight: bold;
    margin-bottom: 10px;
    }

    .section h5.evolve-sub-heading {
    text-transform: uppercase;
    color: #1b1f24;
    font-size: 14.1px;
    font-weight: bold;
    }

    .section p.evolve-text {
    color: #737373;
    max-width: 800px;
    margin: 0 auto 3px auto;
    font-size: 15px;
    }

    .section .evolve-list-text li {
    color: #737373;
    max-width: 800px;
    margin: 0 auto 3px auto;
    font-size: 15px;
    }

    /* .section {
    height: 830px;
    } */

    img.evolve-image {
    height: 830px;
    object-fit: cover;
    position: relative;
    /*left: -110px;*/
    }

    .display-flex {
    display: flex;
    align-items: center;
    padding: 0 205px 0 0px;
    }

    .btn-learn-more {
    display: inline-block;
    padding: 5px 35px;
    border: 2px solid #773894;
    background: #773894;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18.3px;
    transition: 0.3s;
    }

    .btn-learn-more:hover {
    border: 2px solid #773894;
    background: transparent;
    color: #773894;
    }

    .support-section {
    background-color: #f6f3f8;
    }

    .support-title {
    font-size: 26px;
    font-weight: 700;
    color: #832b91;
    text-transform: uppercase;
    }

    .support-title span {
    display: block;
    font-size: 26px;
    font-weight: 700;
    }

    .support-text {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    margin-top: 15px;
    }

    .support-card {
    background-color: #77389426;
    border-radius: 15px;
    transition: 0.3s;
    }

    .support-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .support-card .icon i {
    font-size: 2rem;
    color: #832b91;
    }

    .support-card-title {
    font-weight: 700;
    font-size: 18px;
    color: #773894;
    margin-bottom: 10px;
    text-transform: uppercase;
    }

    .support-card-text {
    font-size: 15px;
    color: #737373;

    }

    .support-btn {
    min-width: 80%;
    }

    .icon-img {
    width: 80px;
    }

    .partners-section {
    padding: 60px 15px;
    background: #f4f0f6;
    /* light purple background */
    position: relative;
    text-align: center;
    }

    .partners-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #773894;
    margin-bottom: 40px;
    }

    .partner-logo {
    max-height: 80px;
    margin: 20px auto;
    transition: transform 0.3s ease;
    }

    .partner-logo-square {
    transition: transform 0.3s ease;
    }

    .gap-30 {
    gap: 30px 0;
    }

    .partner-logo:hover,
    .partner-logo-square:hover {
    transform: scale(1.05);
    }

    .position {
    position: relative;
    top: -15px;

    }

    .partner-item {
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .team-member {
    margin-bottom: 3rem;
/*     width: 25%; */
    }

    .avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px auto;
    overflow: hidden;
    }

    .avatar img {
    width: 100%;
    height: auto;
    }

    .team-name {
    font-size: 16px;
    /* font-weight: 500; */
    color: #000;
    margin: 0;
    }

    .our-board-section {
    margin-bottom: 3rem;
    width: 26%;
    }

    .contact-section {
    background-image: url('../images/contact.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

    .contact-list span {
    font-size: 16px;
    }

    form.search-form {
    display: none;
    }

    /*.pt-150 {*/
    /* padding-top: 150px;*/
    /*}*/
    .w-70 {
    overflow: hidden;
    }

    .partner-logo {
    max-height: 80px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    transition: transform 0.3s ease;
    }

    .partner-logo:hover {
    transform: scale(1.05);
    }

    .banner-two {
    min-height: 100vh;
    }

    #height-100vh {
    height: 100vh;
    }

    #height-100vh-contact {
    height: 100vh;
    display: flex;
    align-items: center;
    }

    #partner-section {
    height: 100vh;
    }

    .search-page .page-title {
    text-transform: uppercase;
    color: #773894;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 10px;
    }

    .search-page h2 {
    margin-bottom: 0;
    }

    .search-page .entry-summary {
    display: none;
    }

    .search-page .post-edit-link {
    color: #773894;
    font-size: 16px;
    text-decoration: none;
    }

    .search-page h2.entry-title a {
    font-size: 25px;
    font-weight: bold;
    color: #545454;
    text-decoration: underline;
    }

    .search-page article {
    margin-bottom: 10px;
    }
/* members popup */
.member-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.popup-content {
    position: relative;
    background: #fff;
    width: 900px;
    max-width: 90%;
    padding: 40px;
    border-radius: 12px;
    display: flex;
    gap: 40px;
    transform: translateX(-40px);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
}
.view-profile-btn {
	color:#434242;
	text-decoration:none;
}

/* ACTIVE STATE */
.member-popup.active {
    visibility: visible;
}

.member-popup.active .popup-overlay {
    opacity: 1;
}

.member-popup.active .popup-content {
    transform: translateX(0);
    opacity: 1;
}

.popup-left img {
    width: 250px;
    border-radius: 10px;
    object-fit: cover;
}

.popup-right {
    flex: 1;
	text-align:left;
}

.popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    cursor: pointer;
}

body.popup-open {
    overflow: hidden;
}

/* popup end */
    /* Responsive */
    @media (max-width:1919px) {
    position: relative;
    left: 0px;
    }

    @media (max-width:1919px) {
    /*.content{*/
    /* position: relative;*/
    /* top: -10%;*/
    /*}*/

    /* .section {
    height: auto;
    } */

    #height-100vh-contact {
    height: 100vh;
    }

    #height-100vh {
    height: 100vh;
    }

    img.evolve-image {
    height: 500px;
    object-fit: cover;
    width: 100%;
    position: relative;
    left: 0px;
    }

    .display-flex {
    padding: 0 100px 0 0px;
    }
    }

    @media (max-width: 991.98px) {
    #partner-section {
    height: auto;
    }

    .navbar-expand-lg .navbar-nav {
    gap: 0px !important;
    left: 0;
    }

    footer .px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    }

    .footer .wdth-100 p {
    text-align: center;
    }

    .display-flex {
    padding: 30px 50px 30px 50px !important;
    }

    /* .section {
    height: auto !important;
    } */

    .navbar-collapse {
    text-align: center;
    }

    .search-wrapper {
    margin-left: auto;
    }

    .search-box {
    right: 10px;
    }

    .w-max-content {
    display: block;
    }

    img.story-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    }

    .wdth-100 {
    width: 100%;
    }

    .team-member {
    margin-bottom: 3rem;
    width: 50%;
    }
    }

    @media (min-width: 768px) {
    .col-md-custom {
    width: 20%;
    flex: 0 0 auto;
    }
    }

    @media (max-width: 768px) {

    .search-page h2.entry-title a {
    font-size: 18px;
    font-weight: bold;
    color: #545454;
    text-decoration: underline;
    }

    .search-page .page-title {
    text-transform: uppercase;
    color: #773894;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    }

    .dropdown-menu {
    background-color: #fff;
    border: 1px solid #f1e6f4;
    box-shadow: none;
    }

    .navbar-expand-lg .navbar-nav {
    justify-content: left;
    }

    .w-26 {
    width: 50% !important;
    }

    .display-flex {
    padding: 30px 50px 30px 50px !important;
    }

    /* .section {
    height: auto !important;
    } */
    }

    @media (max-width: 767px) {
    #height-100vh-contact {
    height: 100vh !important;
    }

    #height-100vh {
    height: 100vh !important;
    }

    .navbar-expand-lg .navbar-nav {
    justify-content: left;
    }

    .dropdown-menu {
    background-color: #fff;
    border: 1px solid #f1e6f4;
    box-shadow: none;
    }

    .pt-150 {
    padding-top: 50px;
    padding-bottom: 50px;
    }

    .our-board-section {
    margin-bottom: 3rem;
    width: 50% !important;
    }

    /* .section {
    height: auto !important;
    } */

    .w-26 {
    width: 100% !important;
    }

    .navbar {
    padding: 10px 0 !important;
    }

    .display-flex {
    padding: 10px 30px 50px 30px !important;
    }

    img.evolve-image {
    height: auto !important;
    object-fit: cover;
    width: 100% !important;
    position: relative;
    left: 0px;
    }
    }



    /* =======================
    EDUCATION HERO SLIDE
    ======================= */
    /*.education-slider {*/
    /* background: #f9f6fc;*/
    /* padding: 80px 0;*/
    /*}*/

    .text-purple {
    color: #773894;
    font-size: 2.8rem;
    line-height: 42px;
    font-weight: 400;
    }

    .slider-education-img {
    /*border-radius: 10px;*/
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    object-fit: cover;
    width: 100%;
    }

    /* Responsive */
    @media (max-width: 767px) {
    .education-slider {
    text-align: center;
    padding: 50px 20px;
    }

    .education-slider .col-md-5 {
    order: 2;
    }

    .education-slider .col-md-7 {
    order: 1;
    margin-bottom: 20px;
    }

    .text-purple {
    font-size: 2rem;
    }
    }



    .top-banner {
    background-color: #773894;
    color: white;
    text-align: center;
    padding: 8px 0;
    font-size: 18px;
    }

    .icon-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 20px 0;
    }

    .icon-circle {
    background-color: #f48fb1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 28px;
    margin-bottom: 8px;
    }

    .icon-item {
    text-align: center;
    color: #6c3483;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    width: 20%;
    display: flex;
    align-items: center;
    gap: 10px;
    }

    .divider {
    width: 1px;
    height: 40px;
    background-color: #d8bfd8;
    }

    .slide {
/*     background-image: url('../images/main-banner-2.jpg'); */
	background:#eeeeef;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }

    .vision-section {
    padding: 40px 0;
    background-image: url(../images/main-banner-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }

    .vision-text {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    }

    .video-wrapper video {
    width: 100%;
    height: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    @media (max-width: 768px) {
    .vision-section {
    text-align: center;
    }

    .vision-text {
    margin-top: 20px;
    }
    }

    .pillars-section {
    text-align: center;
    padding: 60px 0;
    }

    .pillar img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    }

    .pillar-title {
    color: #7a3dbb;
    font-weight: 700;
    font-size: 16px;
    }

    .pillar-text {
    color: #555;
    font-size: 14px;
    margin-top: 5px;
    }

    .highlight-box {
    background-color: #e6b3e6;
    color: #4b006e;
    display: inline-block;
    padding: 15px 25px;
    border-radius: 8px;
    font-weight: 500;
    margin-top: 40px;
    font-size: 15px;
    width: 40%;
    }

    .btn-outline-purple {
    border: 1.8px solid #7a3dbb;
    color: #7a3dbb;
    border-radius: 25px;
    padding: 8px 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.3s ease;
    margin: 10px;
    }

    .btn-outline-purple:hover {
    background-color: #7a3dbb;
    color: #fff;
    }

    @media (max-width: 768px) {
    .pillar {
    margin-bottom: 30px;
    }

    .highlight-box {
    display: block;
    margin: 30px auto;
    width: 100%;
    }
    }

    .impact-section {
    text-align: center;
    padding: 60px 0;
    position: relative;
    }

    .impact-item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 15px;
    /*filter: brightness(0) saturate(100%) invert(25%) sepia(80%) saturate(750%) hue-rotate(230deg) brightness(90%)*/
    /*contrast(90%);*/
    }

    .impact-number {
    font-size: 32px;
    font-weight: 700;
    color: #7a3dbb;
    margin-bottom: 5px;
    }

    .impact-label {
    color: #555;
    font-size: 14px;
    }

    /* Optional: background pattern effect */
    .impact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://www.transparenttextures.com/patterns/dot-pattern.png');
    opacity: 0.08;
    background-size: contain;
    }

    @media (max-width: 768px) {
    .impact-item {
    margin-bottom: 30px;
    }
    }


    /* Mission/Vision Section */
    .mission-vision {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border-bottom: 2px solid #f8f5fb;
    }

    .mission-box {
    flex: 1;
    min-width: 300px;
    /*padding: 40px 20px;*/
    background-color: #fff;
    border-right: 2px solid #f0e6f6;
    }

    .vision-box {
    flex: 1;
    min-width: 300px;
    /*padding: 40px 20px;*/
    background-color: #fff;
    border-left: 2px solid #f0e6f6;
    }

    .mission-box h4,
    .vision-box h4 {
    color: #7a3dbb;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background-color: #773894;
    color: white;
    padding: 8px 0;
    }

    .mission-box p,
    .vision-box p {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    padding: 0 20px;
    }

    .mission-box img,
    .vision-box img {
    width: 70px;
    margin-bottom: 15px;
    filter: brightness(0) saturate(100%) invert(25%) sepia(80%) saturate(750%) hue-rotate(230deg) brightness(90%)
    contrast(90%);
    }

    /* CSR Philosophy */
    .csr-section {
    text-align: center;
    padding: 50px 20px;
    position: relative;
    background-color: #f8f5fb;
    }

    .csr-section h4 {
    color: #7a3dbb;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    }
    .csr-section-way h4 {
    color: #7a3dbb;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    }

    .csr-section h4::before,
    .csr-section h4::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 265px;
    height: 2px;
    background-color: rgb(255, 123, 172);
    }
    .csr-section-way h4::before,
    .csr-section-way h4::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 265px;
    height: 2px;
    background-color: #d1bcdb;
    }

    .csr-section h4::before {
    left: -300px;
    }

    .csr-section h4::after {
    right: -300px;
    }
    .csr-section-way h4::before {
    left: -300px;
    }

    .csr-section-way h4::after {
    right: -300px;
    }

    .csr-list {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    color: #444;
    }

    .csr-list ul {
    list-style-type: disc;
    padding-left: 20px;
    }

    @media (max-width: 768px) {
    ul.navbar-nav.text-lg-center.text-start.w-100.new-nav {
    left: 0px !important;
    }

    .mission-box h4,
    .vision-box h4 {
    font-size: 15px;
    }

    .csr-section h4::before,
    .csr-section h4::after {
    display: none;
    }
    .csr-section-way h4::before, .csr-section-way h4::after {
    display: none;
    }
    }

    /* ===== Team Section Styling ===== */
    .team-board {
    padding-top: 40px;
    }

    /* Optional dotted world map background */

    .team-row {
    position: relative;
    z-index: 1;
    justify-content: center;
    }

    .team-member {
    margin-bottom: 50px;
    }

    .team-avatar {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    border-radius: 0;
    /*overflow: hidden;*/
    background-image: url(../images/bg-board.png);
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease;
    background-size: contain;
    background-position: 0px 7px;
    }

    .team-avatar img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
    position: relative;
    top: -45px;
    }

    .team-avatar:hover img {
    transform: scale(1.05);
    }

    .team-name {
    font-size: 16px;
    font-weight: 600;
    color: #6c3483;
    margin-top: 10px;
    }

    /* ===== Responsive Adjustments ===== */
    @media (max-width: 992px) {
    .team-avatar {
    width: 150px;
    height: 150px;
    }
    }

    @media (max-width: 768px) {
    .team-avatar {
    width: 120px;
    height: 120px;
    }

    .team-name {
    font-size: 14px;
    }

    .team-avatar img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
    position: relative;
    top: -30px;
    }
    }

    @media (max-width: 576px) {
    .team-avatar {
    width: 100px;
    height: 100px;
    }

    .team-name {
    font-size: 13px;
    }
    }

    .team-volunteers img {
    height: 420px;
    width: 65%;
    object-fit: cover;
    }


    .logo-section {
    background: url('images/world-map-bg.png') no-repeat center center;
    background-size: cover;
    }

    /*.logo-box {*/
    /* background-color: #fff;*/
    /* padding: 20px;*/
    /* border-radius: 8px;*/
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
    /* transition: transform 0.3s ease, box-shadow 0.3s ease;*/
    /*}*/

    .logo-box img {
    max-height: 85px;
    object-fit: contain;
    }

    .logo-box:hover {
    transform: translateY(-5px);
    }

    .partner-border {
    border: 1px solid #fff;
    margin-top: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .video-section {
    padding: 50px 0;
    }

    .video-box {
    background-color: #000;
    position: relative;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
    }

    .video-box::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 50px;
    background: url('https://upload.wikimedia.org/wikipedia/commons/b/b8/YouTube_play_button_icon_%282013-2017%29.svg')
    no-repeat center;
    background-size: contain;
    }

    .video-box span {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    font-size: 0.85rem;
    }
    .video-container img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    }

    .text-section {
    color: #333;
    font-size: 14px;
    }

    @media (max-width: 768px) {
    .video-section {
    padding: 30px 10px;
    }
    }

    .training-section {
    padding: 50px 0;
    }

    .text-section {
    color: #333;
    }

    .text-section ul {
    margin-top: 10px;
    }

    .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    }

    @media (max-width: 768px) {
    .training-section {
    padding: 30px 10px;
    }
    }

    .partnership-section {
    padding: 60px 0 0px 0;
    text-align: center;
    position: relative;
    }

    .info-box {
    height: 205px;
    padding: 20px 30px;
    border-right: 1px solid #c9b6e7;
    }

    .info-box:last-child {
    border-right: none;
    }

    .info-box h5 {
    font-weight: 700;
    color: #4b2a75;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1rem;
    }

    .info-box p {
    color: #5f4c82;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 20px;
    }

    .icon-circle-donate {
    background-color: #832B91;
    padding:10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    }

    .icon-circle-donate img {
    width:100%;
    }

    .info-box button {
    border: 1px solid #5d2e9b;
    border-radius: 25px;
    padding: 6px 20px;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #5d2e9b;
    background: none;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    }

    .info-box button:hover {
    background-color: #5d2e9b;
    color: white;
    }

    .divider-line {
    width: 100%;
    height: 1px;
    background-color: #d5c2ed;
    margin: 50px 0 40px;
    }

    .partner-with-us {
    text-align: center;
    }

    .partner-with-us i {
    font-size: 45px;
    color: #5d2e9b;
    margin-bottom: 15px;
    }

    .partner-with-us h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    }

    .partner-with-us ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #5f4c82;
    font-size: 0.95rem;
    line-height: 1.8;
    }

    .partner-with-us ul li::before {
    content: "• ";
    color: #5d2e9b;
    }

    @media (max-width: 992px) {
    .info-box {
    border-right: none;
    border-bottom: 1px solid #c9b6e7;
    padding-bottom: 40px;
    margin-bottom: 40px;
    height:auto;
    }

    .info-box:last-child {
    border-bottom: none;
    }
    .partnership-section{
    padding: 60px 0;
    }
    }

    .partner-section {
    text-align: center;
    padding: 100px 0 40px 0;
    position: relative;
    }

    .partner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://www.transparenttextures.com/patterns/dotted-world-map.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
    pointer-events: none;
    }

    .partner-section .line {
    width: 100%;
    height: 1px;
    background-color: #bda9da;
    }

    .partner-section .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
    }

    .partner-section i {
    font-size: 40px;
    color: #5d2e9b;
    }

    .partner-section h5 {
    padding: 10px 0;
    font-weight: 400;
    color: #5d2e9b;
    text-transform: uppercase;
    margin: 0;
    font-size: 1rem;
    }

    .partner-list {
    list-style: none;
    padding-left: 0;
    color: #5c4b7d;
    font-size: 0.95rem;
    text-align: left;
    margin-top: 10px;
    }

    .partner-list li::before {
    content: "• ";
    color: #5d2e9b;
    }
    .icon-title img {
    width: 120px;
    background: #f3edf5;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    }
    .divider-line-top{
    width: 100%;
    height: 1px;
    background-color: #d5c2ed;
    margin: 50px 0 40px;
    position: absolute;
    top: 80px;
    }
    @media (max-width: 768px) {
    .divider-line-top {
    top: 0;
    }
    .partner-section {
    padding: 30px 10px;
    }
    .partner-section .icon-container {
    flex-direction: column;
    gap: 8px;
    }
    }



    .testimonial-section {
    padding: 0 0 60px 0px;
    text-align: center;
    }

    .testimonial-section h5 {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    }

    .testimonial-section h2 {
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    }

    .testimonial-images img {
    /*border-radius: 10px;*/
    width: 100%;
    object-fit: cover;
    height: 100%;
    }

    .testimonial-images .left-img {
    height: 250px;
    }

    .testimonial-images .right-img {
    height: 250px;
    }

    .testimonial-heading {
    color: #6c2ca6;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    }

    .testimonial-card {
    background-color: #f288b83d;
    border-radius: 10px;
    padding: 30px;
    text-align: left;
    position: relative;
    height: 100%;
    transition: transform 0.2s ease-in-out;
    }

    .testimonial-card::before {
    content: "“";
    font-size: 80px;
    position: absolute;
    top: 0;
    left: 15px;
    color: #e1a7c3;
    opacity: 0.3;
    line-height: 0.8;
    }

    .testimonial-card p {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.6;
    }

    .testimonial-author {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
    .testimonial-section {
    padding: 40px 10px;
    }

    .testimonial-card {
    margin-bottom: 20px;
    }
    }


    .training-section {
    text-align: center;
    padding: 50px 20px;
    }

    .training-gallery img {
    /*border-radius: 10px;*/
    width: 100%;
    height: auto;
    object-fit: cover;
    }

    .training-gallery .left-img {
    height: 433px;
    object-fit: cover;
    }

    .training-gallery .right-top, .training-gallery .right-bottom {
    height: 211px;
    margin-bottom: 10px;
    object-fit: cover;
    }

    .training-title {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    text-transform: uppercase;
    }

    .register-btn {
    border: 1.5px solid #7b2cbf;
    color: #7b2cbf;
    background-color: transparent;
    padding: 8px 25px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
    }

    .register-btn:hover {
    background-color: #7b2cbf;
    color: #fff;
    }

    @media (max-width: 768px) {
    .training-gallery .left-img,
    .training-gallery .right-top,
    .training-gallery .right-bottom {
    height: auto;
    }
    }


    .supplies-section {
    text-align: center;
    padding: 60px 20px;
    }

    .supplies-gallery img {
    /*border-radius: 10px;*/
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    }


    .supplies-title {
    font-weight: 600;
    font-size: 18px;
    color: #4a1660;
    margin-top: 25px;
    text-transform: uppercase;
    }

    .partner-btn {
    border: 1.5px solid #7b2cbf;
    color: #7b2cbf;
    background-color: transparent;
    padding: 8px 25px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
    }

    .partner-btn:hover {
    background-color: #7b2cbf;
    color: #fff;
    }

    @media (max-width: 768px) {
    .supplies-gallery img {
    height: auto;
    }
    }


    .footer-section {
    padding: 30px 20px;
    background-color: #fff;
    }

    .footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    }

    .footer-logo img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    }

    .footer-logo h5 {
    color: #6a1b9a;
    font-weight: 700;
    margin: 0;
    }

    .contact-info img,
    .social-links img {
    width:3%;
    }

    .contact-info,
    .social-links {
    text-align: left;
    }

    .contact-info p,
    .social-links p {
    margin: 0;
    font-size: 15px;
    }

    .social-links a {
    text-decoration: none;
    color: inherit;
    }

    @media (max-width: 768px) {
    .icon-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    padding: 20px 0;
    }
    .icon-section .divider{
    display:none;
    }
    .icon-item {
    text-align: center;
    color: #6c3483;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    width: 45%;
    display: flex;
    align-items: center;
    gap: 10px;
    }
    .icon-circle {
    background-color: #f48fb1;
    width: 80px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 28px;
    margin-bottom: 8px;
    }

    .footer-section {
    text-align: center;
    }

    .contact-info,
    .social-links {
    text-align: center;
    margin-top: 20px;
    }

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

    .new-nav{
    justify-content: end !important;
    position: relative !important;
    left: -155px !important;
    }

    .new-header{
    overflow:hidden;
    }
    
    .icon-circle img{
    width: 40px;
}

.contact-info a {
    text-decoration: none;
    color: inherit;
}
.slider-content{
    text-align:center;
}
.slider-small-text{
    font-size:35px;
        font-weight: 300;
}
.info-box .btn-outline-purple{
    position: relative;
    z-index: 1;
}
/*.carousel-control-prev-icon,*/
/*.carousel-control-next-icon {*/
/*    filter: brightness(0);*/
/*}*/
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    background: #00000036;
}
.icon-item a{
    text-align: center;
    color: #6c3483;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration:none;
}