/* HELVETICA LIGHT */
@font-face {
    font-family: 'MyHelvetica';
    src: url('/wp-content/uploads/fonts/Helvetica-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* HELVETICA REGULAR */
@font-face {
    font-family: 'MyHelvetica';
    src: url('/wp-content/uploads/fonts/Helvetica.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* HELVETICA BOLD */
@font-face {
    font-family: 'MyHelvetica';
    src: url('/wp-content/uploads/fonts/Helvetica-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Apply to whole website */
html,
body {
    overflow-x: hidden;
}

body,
button,
input,
textarea,
select {
    font-family: 'MyHelvetica', sans-serif !important;
}

.member-desgination {
    min-height: 140px;
}



/* header css starts */
.custom-header {
    height: 96px;
    background: #F8F2EF;
    padding: 16px 0;
}

.custom-header .container {
    max-width: 1296px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.custom-header .logo {
    max-width: 430px;
}

.custom-header .logo img {
    width: 100%;
    object-fit: contain;
    vertical-align: middle;
}

.custom-header .d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links ul.navbar-nav {
    display: flex;
    justify-content: space-between;
    gap: 26px;
    align-items: center;
}

.nav-links ul.navbar-nav li {
    list-style-type: none;
}

.navbar-nav .nav-link {
    color: #21242A;
    font-size: 15px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

li.get-involved {
    padding-left: 26px;
    border-left: 2px solid #d6b08c;
}

.get-involved .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

/* DROPDOWN */
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: .25s ease;

    background: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 40px 64px 56px 64px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}


.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-grid {
    display: flex;
    justify-content: space-between;
    padding: 0;
    gap: 30px;
}

.dropdown-grid h4 {
    font-size: 22px;
    color: #01131E;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 16px;
}

.dropdown-grid p {
    color: #505050;
    font-size: 14px;
    line-height: 20px;
}

.dropdown-grid ul {
    padding: 0;
}

.dropdown ul.inner-ul li {
    width: 100%;
}

.dropdown ul.inner-ul li a {
    font-size: 15px;
    color: #505050;
    margin-bottom: 16px;
    display: block;
}

.what-we-do li,
.get-involved li {
    width: 17%;
}

.democracy-desk li {
    width: 31%;
}

.learn-with-us li {
    width: 30%;
}

/* header css ends */


/* footer css starts */
.custom-footer {
    background: linear-gradient(180deg, #FFFFFF 40.02%, #F2E8E1 121.81%);
    padding: 104px 0;
}

.custom-footer .container {
    max-width: 1296px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.footer-links {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.footer-links .footer-col h4 {
    color: #505050;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 24px;
}

.footer-links .footer-col ul {
    padding: 0;
}

.footer-links .footer-col ul li {
    list-style-type: none;
}

.footer-links .footer-col ul li a {
    color: #505050;
    font-size: 15px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.footer-col ul li ul {
    padding-left: 30px !important;
    line-height: 16px;
}

.footer-col ul li ul li {
    list-style-type: disc !important;
}

.footer-divider {
    height: 1px;
    background: #EBD6CB;
    border: none;
    margin: 60px 0;
}

.footer-about {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.footer-about .footer-brand {
    width: 25%;
}

.footer-description {
    width: 30%;
}

.footer-about .footer-description p {
    color: #505050;
    font-size: 15px;
    line-height: 24px;
}

.footer-about .footer-contact h5 {
    color: #505050;
    font-size: 15px;
    font-weight: 700;
}

.footer-about .footer-contact p {
    color: #505050;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    gap: 10px;
}

.footer-about .footer-contact p a {
    color: #505050;
    font-size: 15px;
    font-weight: 400;
}

.footer-about .footer-social {
    display: flex;
    gap: 24px;
}

.footer-about .footer-social a {
    color: #505050;
    width: 18px;
    height: 18px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p,
.footer-bottom p a {
    color: #505050;
    font-size: 14px;
}

/* footer css ends */

/* news home css */

.news-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.news-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    cursor: pointer;
}

.news-content {
    flex: 1;
}

.news-content h2 {
    margin: 0 0 10px;
    font-size: 26px;
    color: #0D2637;
}

.news-content .news-desc {
    color: #555;
    margin-bottom: 15px;
}

.news-content .news-date {
    color: #7A7A7A;
    font-size: 14px;
}

.news-thumb {
    width: 250px;
    min-width: 250px;
    height: 160px;
}

.news-thumb img {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

/* people css */

.people-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 56px;
}

.people-grid .person-box {
    width: 21.75%;
}

.person-box .person-image {
    height: 296px;
    object-fit: cover;
    object-position: top;
    border-radius: 17.83px;
    width: 100%;
    margin: 0;
}

.person-box .person-name {
    color: #011C2A;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 6px;
}

.person-box .person-role {
    color: #062F44;
    font-size: 18px;
    margin-bottom: 28px;
    min-height: 60px;
}

.person-box .person-description {
    min-height: 130px;
    margin-bottom: 28px;
}

.person-box .person-description p {
    color: #505050;
    font-size: 16px;
    line-height: 24px;
}

.person-box .person-readmore {
    border-radius: 100px;
    padding: 14px 32px;
    background: #D32026;
    color: #ffff;
    font-size: 15px;
    font-weight: 400;
}

/* POPUP */
.person-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.person-popup.active {
    display: block;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup-content {
    position: relative;
    background: #F8F2EF;
    max-width: 75%;
    margin: 5% auto;
    padding: 35px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 50px;
}

.popup-left img {
    width: 100%;
    height: 296px;
    object-fit: cover;
    border-radius: 18px;
}

.popup-left #popup-name {
    font-family: Helvetica;
    font-weight: 700;
    font-size: 20px;
    color: #011C2A;
    margin-bottom: 6px;
}

.popup-left #popup-role {
    font-size: 18px;
    color: #062F44;
    margin-bottom: 28px;
}

.popup-left #popup-desc,
.popup-left #popup-desc p {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    margin: 0;
}

.popup-right p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #505050;
    margin-bottom: 20px;
}

.popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #FFFFFF;
    color: #1D3F79;
    font-size: 21px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
}

.popup-close:hover{
    background: #FFFFFF;
    color: #1D3F79;
}

/* people css ends */

.mobile-header {
    display: none;
}

/* wings css starts*/

.wings-grid {
    display: flex;
    justify-content: space-between;
    gap: 44px;
    flex-wrap: wrap;
}

.wings-card {
    width: calc((100% - (44px * 4)) / 5);
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.wings-card .wings-image {
    width: 160px;
    height: 160px;
}

.wings-card .wings-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.wings-card .wings-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #011C2A;
    min-height: 57px;

}

.wings-card .wings-btn {
    font-size: 15px;
    padding: 14px 32px;
    border: 1px solid #D6D6D6;
    color: #7D7D7D;
    border-radius: 100px;
}

.wings-btn::after {
    content: '';
    display: inline-block;
    width: 8.5px;
    height: 8.5px;
    background: url('/wp-content/uploads/2026/01/Vector-10.png') no-repeat center / contain;
    margin-left: 8px;
    transition: background 0.3s ease;
}

.wings-card .wings-btn:hover {
    color: #FFFFFF;
    background: #D32026;
    border: 1px solid #D32026;
}

.wings-btn:hover::after {
    background-image: url('/wp-content/uploads/2026/01/Vector-10-1.png');
}

/* wings css ends*/


/* news list css starts */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 72px;
}

.news-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: 264px;
    object-fit: cover;
    border-radius: 15px;
}

.news-info {
    padding-top: 32px;
}

.news-info h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    color: #011C2A;
}

.news-info p {
    font-size: 16px;
    color: #505050;
    line-height: 24px;
}

.news-date {
    font-size: 15px;
    line-height: 23px;
    color: #6D6D6D;
}

#load-more-news {
    margin: 40px auto 0;
    display: block;
    padding: 12px 30px;
    color: #1558FF;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#load-more-news:hover {
    background: none;
}

.news-single-wrapper .container {
    max-width: 1296px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 80px 0 104px 0;
}

.news-single-wrapper img {
    height: 552px;
    width: 100%;
    object-fit: cover;
}

.news-single-wrapper .news-row {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
}

.news-row .news-back {
    width: 30%;
}

.news-row .news-back a {
    color: #1558FF;
    font-size: 18px;
}

.news-col .news-date {
    color: #6D6D6D;
    font-size: 18px;
    line-height: normal;
}

.news-col .news-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 56px;
    color: #062F44;
}

.news-col .news-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #505050;
}

.join-us-container {
    padding: 0 !important;
}

.join-us {
    position: relative;
    background: #E2F6FF;
    padding: 64px 0 0 64px;
    border-radius: 25px;
    min-height: 325px;
    overflow: hidden;
}

.join-us h2 {
    font-weight: 300;
    font-size: 48px;
    color: #1C3764;
}

.join-us p {
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #062F44;
}

.join-us-btn a {
    padding: 14px 24px;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    background: #D32026;
    border-radius: 100px;
    display: inline-block;
    margin-top: 18px;
}

.join-us-btn a::after {
    content: '';
    display: inline-block;
    width: 8.5px;
    height: 8.5px;
    background: url('/wp-content/uploads/2026/01/Vector-10-1.png') no-repeat center / contain;
    margin-left: 10px;
}

.join-us .join-us-graphic {
    position: absolute;
    width: 350px;
    height: 350px;
    right: -2rem;
    bottom: -2rem;
    object-position: left;
}

/* news list css ends */

/* plan css starts */
/* plans 08-01-2026 */
/* Layout */
.blogs-list {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 72px;
  margin-bottom: 72px;
}

.sub-division {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.sub-division.third-plan{
    display: flex;
    gap: 72px;
    flex-wrap: wrap;
}

.single-blog {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.single-blog img{
    height: 260px;
    width: 100%;
    border-radius: 15px;
}

.single-blog.first img{
    width: 100%;
    display: block;
    height: 590px;
}

.location-download, .blog-content {
    display: flex;
    justify-content: space-between;
}

.plan-location {
  display: block;
font-weight: 400;
font-size: 20px;
color: #01131E;
}

/* Download icon */
.single-blog.first .download-icon{
    color: #fff;
    background: #D32026;
    width: auto;
    padding: 16px 24px;
    gap: 16px;
    font-size: 16px;
    border-radius: 100px;
}
.download-icon {
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: background 0.3s;
}

.download-icon:hover {
  background: #f1f1f1;
}

.sub-division.third-plan .single-blog {
    width: calc((100% - 144px) / 3);
}

/* plan css ends */

/* Mobile devices */


@media (max-width: 767px) {

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    section .container {
        padding: 0 18px;
    }

    /* home */

    .news-content h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .news-thumb {
        width: 144px;
        max-width: 144px;
        min-width: 144px;
    }

    .news-content .news-desc {
        display: none;
    }

    .news-item {
        align-items: center;
    }

    /* About Us */

    .banner-section {
        height: 360px;
        background-position: top !important;
    }

    .banner-section .elementor-widget-heading {
        width: 100% !important;
    }

    .banner-section h1 {
        font-size: 24px !important;
        line-height: 28px !important;
        width: 100%;
    }

    .banner-section .elementor-25 .elementor-element.elementor-element-fcc5cae .elementor-heading-title {
        font-size: 14px;
        line-height: 20px;
    }

    .vision {
        position: relative;
        padding: 48px 0 0 0;
    }

    .vision .elementor-widget-heading {
        align-self: auto;
    }

    .quote-mark {
        display: none;
    }

    .vision .vision-text h6 {
        font-size: 20px !important;
        text-align: left !important;

    }

    .vision .vision-text p {
        text-align: left !important;
        font-size: 14px !important;
        line-height: 24px !important;
        min-height: 400px;
        width: 85%;
    }

    .vision .vision-graphic {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .vision .vision-graphic img {
        width: 200px;
    }

    .about-challenges {
        padding: 48px 0;
    }

    .about-challenges .e-con-inner {
        padding: 0;
    }

    .about-challenges .about-heading {
        margin-bottom: 32px !important;
    }

    .about-challenges .about-heading h2 {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    .challenges-card-wrapper {
        gap: 32px !important;
    }

    .challanges-card-row {
        gap: 32px !important;
    }

    .challanges-card {
        flex-wrap: nowrap !important;
        align-items: flex-start;
    }

    .challanges-card .challenges-card-image {
        width: 64px;
        height: 64px;
    }

    .challanges-card .challenges-card-image img {
        object-fit: contain;
    }

    .challanges-card .challenges-card-text h4 {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .challanges-card .challenges-card-text p {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    .elementor-element.elementor-element-6c1a61a.advisory-tabs.e-n-tabs-mobile.elementor-widget.elementor-widget-n-tabs {
        padding: 48px 0;
    }

    .advisory-tabs .e-n-tabs .e-n-tabs-heading {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
    }

    .advisory-tabs .e-n-tabs .e-n-tabs-heading button {
        padding: 8px 14px;
        margin: 0;
        margin-block-end: 0 !important;
        margin-block-start: 0 !important;
    }

    .advisory-tabs .e-n-tabs .e-n-tabs-heading button span {
        font-size: 13px;
        line-height: normal;
    }

    .advisory-heading h2.elementor-heading-title.elementor-size-default {
        font-size: 22px !important;
    }

    .advisory-subheading {
        width: 100% !important;
    }

    .advisory-subheading p {
        font-weight: 300;
        font-size: 15px;
        line-height: 22px;
    }

    .advisoray-wrapper {
        gap: 32px !important;
    }

    .people-grid {
        gap: 24px;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .people-grid .person-box {
        width: calc((100% - 24px) / 2);
    }

    .person-box .person-image {
        height: 200px;
    }

    .person-box .person-name {
        font-size: 18px;
    }

    .person-box .person-role {
        font-size: 16px;
        margin-bottom: 16px;
        min-height: auto;
    }

    .person-box .person-description {
        margin-bottom: 20px;
        min-height: auto;
    }

    .person-box .person-description p {
        font-size: 14px;
        line-height: 20px;
    }

    .person-box .person-readmore {
        padding: 8px 14px;
        font-size: 13px;
    }

    .organization-values {
        padding: 48px 0;
    }

    .organization-values .e-con-inner {
        padding: 0 !important;
    }

    .organization-heading h2 {
        font-size: 22px !important;
    }

    .organization-subheading {
        width: 100% !important;
    }

    .organization-subheading p {
        font-weight: 300 !important;
        font-size: 15px !important;
        line-height: 22px !important;
    }

    .organization-card-wrapper {
        gap: 16px !important;
    }

    .organization-card {
        width: calc((100% - 16px) / 2);
        padding: 24px 20px !important;
        gap: 20px !important;
    }

    .organization-card .elementor-widget-image img {
        width: auto !important;
        height: 64px !important;
        object-fit: contain;
    }

    .organization-card h6 {
        font-size: 16px !important;
    }

    .organization-card p {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    .map-section {
        padding: 48px 0;
    }

    .map-section .container .map-heading {
        order: 1;
    }

    .map-section .container .map-wrapper {
        order: 2;
        gap: 48px;
    }

    /* footer */
    .custom-footer {
        padding: 48px 0;
    }

    .custom-footer .container {
        padding: 0 18px;
    }

    .footer-links {
        gap: 25px;
        flex-wrap: wrap;
    }

    .footer-col {
        width: calc((100% - 25px) / 2);
    }

    .footer-learn-with-us {
        width: 100%;
    }

    .footer-divider {
        margin: 32px 0;
    }

    .footer-about {
        gap: 10px;
        flex-direction: column;
    }

    .footer-about .footer-brand,
    .footer-description {
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 22px;
    }

    .footer-bottom p {
        text-align: center;
    }

    /* wings */

    .wings-grid {
        gap: 22px;
        justify-content: center;
    }

    .wings-card {
        width: calc((100% - 22px) / 2);
        gap: 8px;
    }

    .wings-card .wings-image {
        width: 104px;
        height: 104px;
    }

    .wings-card .wings-title {
        font-size: 15px;
        line-height: 20px;
        min-height: 42px;
    }

    .wings-card .wings-btn {
        padding: 8px 14px;
        font-size: 13px;
    }

    .wings-btn::after {
        width: 6.5px;
        height: 6.5px;
    }

    .person-popup.active{
        overflow: auto;
    }

    .popup-content{
        max-width: 100%;
        margin: auto;
        padding: 18px;
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding-top: 50px;
    }

    .popup-close{
        font-size: 20px;
        background:none;
        top: 7px;
    }

    .popup-left{
        display: flex;
        gap: 28px;
        align-items: center;
    }

    .popup-left img{
        width: 150px;
        height: 150px;
        border-radius: 12px;
    }

    .popup-left #popup-name{
        font-size: 18px;
    }

    .popup-left #popup-role{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .popup-left #popup-desc, .popup-left #popup-desc p{
        font-size: 14px;
        line-height: 20px;
    }

    .popup-right p{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .blogs-list {
    grid-template-columns: 1fr;
  }

}