/* 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 */

*{
  text-shadow: none !important;
}


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 .container {
    max-width: 1296px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.custom-header .top-header{
    padding: 16px 0;
    background: #FFFFFF;
}

.custom-header .bottom-header{
    padding: 16px 0;
    background: #2D81BD;
}

.custom-header .logo {
    width: 560px;
}

.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: 22px;
    align-items: center;
}

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

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

.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%;
}

.bottom-header .nav-links ul.navbar-nav{
    justify-content: center;
    gap: 64px;
}

.bottom-header .navbar-nav .nav-link{
    color: #FFFFFF;
}

.bottom-header .navbar-nav .nav-link svg path{
    stroke: #FFFFFF;
}
/* header css ends */


/* footer css starts */
.custom-footer {
    background: linear-gradient(180deg, #FFFFFF 40.02%, #F2E8E1 121.81%);
    padding: 104px 0 60px 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: 24px 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 */

/* table css starts */

table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.table-section table thead th {
    padding: 16px 24px;
    background: #EEFFCF;
    border-block-start: 0 !important;
    font-size: 15px;
    font-weight: 400;
    color: #475B50;
    border: 1px solid #E5ECDE;
}

.table-section table tbody tr td {
    background-color: #FFFFFF !important;
    padding: 24px;
    border: 1px solid #E5ECDE;
    font-size: 16px;
    font-weight: 400;
    color: #505050 !important;
}

.table-section table tbody tr td a {
    color: #505050 !important;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
}

.table-section table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 25px;
}

.table-section table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 25px;
}

.pum-container {
    padding: 0 !important;
}

/* tables popup */
#pum-2285,
#pum-3261,
#pum-3320,
#pum-3322,
#pum-3324,
#pum-3326,
#pum-3330,
#pum-3328,
#pum-3332,
#pum-3334,
#pum-3336,
#pum-3338,
#pum-3340,
#pum-3342,
#pum-3344,
#pum-3346,
#pum-3348,
#pum-3350,
#pum-3352,
#pum-3354,
#pum-3356,
#pum-3358,
#pum-3360,
#pum-3362,
#pum-3364,
#pum-3366,
#pum-3368,
#pum-3370,
#pum-3372 {
    background-color: #1C3764 !important;
}

#popmake-2285,
#popmake-3261,
#popmake-3320,
#popmake-3322,
#popmake-3324,
#popmake-3326,
#popmake-3330,
#popmake-3328,
#popmake-3332,
#popmake-3334,
#popmake-3336,
#popmake-3338,
#popmake-3340,
#popmake-3342,
#popmake-3344,
#popmake-3346,
#popmake-3348,
#popmake-3350,
#popmake-3352,
#popmake-3354,
#popmake-3356,
#popmake-3358,
#popmake-3360,
#popmake-3362,
#popmake-3364,
#popmake-3366,
#popmake-3368,
#popmake-3370,
#popmake-3372 {
    background-color: transparent !important;
    box-shadow: none;
}

.tablepress-table-name {
    background-color: #C7EEFF;
    padding: 18px 24px 18px 24px;
    border-radius: 25px 25px 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #404A5F;
    margin: 0;
}

.pum-close.popmake-close {
    right: -7rem !important;
    top: -4rem !important;
    padding: 20px !important;
    border-radius: 100px !important;
    color: #1D3F79 !important;
    background-color: #F8F2EF !important;
    line-height: normal !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.popmake table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.popmake table thead th {
    padding: 16px 24px;
    background: #EEFFCF;
    border-block-start: 0 !important;
    font-size: 15px;
    font-weight: 400;
    color: #475B50;
    border: 1px solid #E5ECDE;
}

.popmake table tfoot th,
.popmake table tfoot td {
    padding: 16px 24px;
    background: #EEFFCF;
    border-block-start: 0 !important;
    font-size: 15px;
    font-weight: 400;
    color: #475B50;
    border: 1px solid #E5ECDE;
}

.popmake table tbody tr td {
    background-color: #FFFFFF !important;
    padding: 24px;
    border: 1px solid #E5ECDE;
    font-size: 16px;
    font-weight: 400;
    color: #505050 !important;
}

.popmake table tbody tr td a {
    color: #505050 !important;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
}

.popmake table tfoot th:first-child,
.popmake table tfoot tr:last-child td:first-child {
    border-bottom-left-radius: 25px;
}

.popmake table tfoot th:last-child,
.popmake table tfoot tr:last-child td:last-child {
    border-bottom-right-radius: 25px;
}

/* table css ends */


/* podcast css starts */
/* Podcast Grid Layout */
.podcast-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px;
    margin: 0 auto;
}

/* Podcast Card */
.podcast-card {
    background: #f9f4ef;
    padding: 32px;
    border-radius: 20px;
}

/* Icon */
.podcast-icon {
    width: 60px;
    height: auto;
    margin-bottom: 20px;
}

/* Title */
.podcast-card h3 {
    font-size: 26px;
    margin-bottom: 6px;
}

/* Subtitle */
.podcast-card h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

/* Description */
.podcast-desc {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* Link */
.podcast-link {
    color: #0057ff;
    font-weight: 600;
    text-decoration: underline;
}

/* podcast css ends */

/* newsletter css starts */
.susbscribe-form .wpcf7 {
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.susbscribe-form .wpcf7-form {
    background: transparent;
    padding: 0;
}

.newsletter-cf7 p {
    display: flex;
    align-items: center;
    gap: 15px;
}

.newsletter-cf7 p br {
    display: none;
}

/* Email field */
.newsletter-cf7 input[type="email"] {
    flex: 1;
    height: 54px;
    padding: 18px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #EBD6CB;
    outline: none;
    width: 500px;
}

/* Subscribe button */
.newsletter-cf7 input[type="submit"] {
    height: 54px;
    padding: 14px 24px;
    background-color: #e11c1c;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    width: auto;
}

.newsletter-cf7 input[type="submit"]:hover {
    opacity: 0.9;
}

/* newsletter ends */

/* jobs css starts */
.jobs-ui-list {
    background: #E2F6FF;
}

.job-ui-row {
    border-bottom: 1px solid #b7d7e8;
}

.job-ui-row a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 10px;
    font-size: 18px;
    color: #002b45;
    text-decoration: none;
}

.job-arrow {
    width: 36px;
    height: 36px;
    border: 1px solid #b7d7e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* JOB DETAIL POPUP STYLE */
.job-popup-ui {
    max-width: 1296px;
    margin: 50px auto;
    background: #f7f2ed;
    border-radius: 20px;
    padding: 80px;
}

.job-popup-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.job-popup-header span {
    font-size: 16px;
    color: #505050;
    font-weight: 300;
}

.job-popup-header h2 {
    font-size: 40px;
    font-weight: 300;
    color: #1C3764;
}

.job-close {
    font-size: 26px;
    text-decoration: none;
    color: #333;
}

.job-popup-meta {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

.job-popup-meta div {
    display: flex;
    flex-direction: column;
    color: #1C3764;
    font-size: 18px;
    font-weight: 400;
    gap: 8px;
}

.job-popup-meta span {
    font-size: 16px;
    color: #505050;
    font-weight: 300;
}

.job-popup-body .job-flex {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    padding: 40px 0;
    border-top: 1px solid #EBD6CB;
}

.job-popup-body h4 {
    font-weight: 700;
    font-size: 18px;
    color: #01131E;
}

.job-popup-body p {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #505050;
}

.job-popup-body ul {
    padding-left: 20px;
}

.job-popup-body ul li {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #505050;
}

.apply-ui-btn {
    margin-top: 40px;
    background: #d62828;
    color: #fff;
    padding: 14px 40px;
    border-radius: 30px;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

/* job css ends */

/* contact-us starts */

/* Title */
.cf7-general-form h3 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 600;
}

/* Description */
.cf7-general-form .form-desc {
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 25px;
}

/* Inputs & textarea */
.cf7-general-form input[type="text"],
.cf7-general-form input[type="email"],
.cf7-general-form input[type="tel"],
.cf7-general-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #f0d6c8;
    background: #fff;
    font-size: 15px;
}

.cf7-general-form textarea {
    height: 120px;
    resize: vertical;
}

/* Submit button */
.cf7-general-form input[type="submit"] {
    background: #e11c1c;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    width: auto;
}

.cf7-general-form input[type="submit"]:hover {
    opacity: 0.9;
}

.general-enquiry .wpcf7 {
    padding: 0;
    box-shadow: none;
    border-radius: 25px;
    background: none;
}

.general-enquiry .wpcf7-form {
    background: #F8F2EF;
    padding: 60px;
}

.general-enquiry .cf7-general-form .contact-head {
    display: flex;
    flex-direction: column;
}

.general-enquiry .cf7-general-form .contact-head h3 {
    margin-bottom: 24px;
    text-align: left;
}

.general-enquiry .cf7-general-form p br {
    display: none;
}

.general-enquiry .cf7-general-form p {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Labels */
.general-enquiry .cf7-general-form label {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #1D3F79;
    margin-bottom: 6px;
}

/* contact-us ends */


/* cwrm table css starts */
.table-section #tablepress-6 thead th:first-child {
    border-top-left-radius: 25px;
}

.table-section #tablepress-6 thead th:last-child {
    border-top-right-radius: 25px;
}

.table-section #tablepress-6 tbody tr:last-child td:first-child
{
    border-bottom-left-radius: 0px;
}

.table-section #tablepress-6 tbody tr.row-46 td.column-1 {
    border-bottom-left-radius: 25px;
}

#tablepress-6 tbody tr td{
    padding: 18px;
}

#tablepress-6 tbody tr td br{
    display: none;
}

#tablepress-6 tbody tr td a{
    color: #1558FF !important;
    font-weight: 400;
}

/* cwrm table css ends */

.summary ul {
    display: flex;
    gap: 50px;
    padding-left: 20px;
}

/* all forms css starts */

/* expert contributor starts */

.wpcf7-submit {
    background: #e53935;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 15px;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background: #c62828;
}

/* Additional Information section */
.additional-info-section {
    margin-top: 20px;
}

.additional-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}

/* Inline radio */
.radio-inline .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
}

.radio-inline input[type="radio"] {
    margin-right: 6px;
    accent-color: #e53935;
}

/* Input style */
.additional-row input[type="text"] {
    flex: 1;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

/* Submit button */
.submit-wrap {
    margin-top: 25px;
}

.submit-wrap .wpcf7-submit {
    background: #e53935;
    color: #fff;
    border-radius: 25px;
    padding: 12px 28px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.submit-wrap .wpcf7-submit:hover {
    background: #c62828;
}

/* expert contributor ends */

/* partner with racld starts */


.wpcf7-form h3 {
    text-align: center;
    margin-bottom: 20px;
}

.wpcf7-form h4 {
    margin-top: 30px;
    color: #333;
}

.wpcf7-form label {
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
    width: auto;
    margin-right: 6px;
}

.submit-btn {
    background: #e53935;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.submit-btn:hover {
    background: #c62828;
}

/* partner with racld ends */

/* apply for internships starts */


.wpcf7-form h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
}

.wpcf7-form h4 {
    margin-top: 30px;
    color: #333;
}

.wpcf7-form label {
    font-weight: 600;
    margin-top: 16px;
    display: block;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
    width: auto;
    margin-right: 6px;
}

.apply-btn {
    background: #e53935;
    color: #fff;
    padding: 14px 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-top: 25px;
}

.apply-btn:hover {
    background: #c62828;
}

/* apply for internships ends */

/* Volunteer with RACLD starts */


.wpcf7-form h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
}

.wpcf7-form h4 {
    margin-top: 30px;
    color: #333;
}

.wpcf7-form label {
    font-weight: 600;
    margin-top: 16px;
    display: block;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
    width: auto;
    margin-right: 6px;
}

.volunteer-btn {
    background: #e53935;
    color: #fff;
    padding: 14px 36px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin-top: 25px;
}

.volunteer-btn:hover {
    background: #c62828;
}

/* Volunteer with RACLD ends */

/* apply job css starts */


label {
    font-size: 13px;
    margin-bottom: 6px;
    display: block;
}

textarea {
    min-height: 90px;
}

.file-upload-box {
    border: 2px dashed #ccc;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    background: #fff;
}

.file-upload-box input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.radio-inline .wpcf7-list-item,
.checkbox-inline .wpcf7-list-item {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
}

.radio-inline input,
.checkbox-inline input {
    margin-right: 6px;
}

.submit-wrap {
    margin-top: 25px;
}

.wpcf7-submit {
    background: #e53935;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    cursor: pointer;
}

.wpcf7-submit:hover {
    background: #c62828;
}

.susbscribe-form .wpcf7 form .wpcf7-response-output {
    color: #fff;
}

/* apply job css ends */

/* forms popup */

#pum-2659,
#pum-3042,
#pum-3098,
#pum-3105,
#pum-3019 {
    overflow-x: hidden;
}

#popmake-2659 .pum-close.popmake-close,
#popmake-3042 .pum-close.popmake-close,
#popmake-3098 .pum-close.popmake-close,
#popmake-3105 .pum-close.popmake-close,
#popmake-3019 .pum-close.popmake-close {
    right: 2rem !important;
    top: 2rem !important;
    padding: 16px 20px !important;
    font-size: 20px !important;
    background: #FFFFFF !important;
}

.pum-container .cf7-other-field {
    display: none;
    margin-top: 10px;
}

.pum-container .wpcf7 {
    max-width: 100%;
    margin: auto;
    background: #fff7f2;
    padding: 30px;
}

.pum-container .wpcf7-form {
    max-width: 100%;
    margin: auto;
    background: #fff7f3;
    padding: 35px;
    border-radius: 14px;
}

.pum-container .wpcf7 h3 {
    font-weight: 300;
    font-size: 40px;
    line-height: 100%;
    color: #1C3764;
    text-align: left;
    margin-bottom: 20px;
}

.pum-container .wpcf7 hr {
    border-top: 1px solid #EBD6CB;
    margin: 40px 0;
    background: transparent;
}

.pum-container .wpcf7 h4 {
    margin: 20px 0;
    font-size: 24px;
    font-weight: 400;
    color: #01131E;
}

.pum-container .wpcf7 .row {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.pum-container .wpcf7 .col {
    flex: 1;
    min-width: 220px;
}

.pum-container .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.pum-container .wpcf7 select,
.pum-container .wpcf7 textarea {
    padding: 18px;
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #EBD6CB;
    color: #505050;
    font-weight: 300;
    outline: 0;
}

.pum-container .additional-label {
    font-size: 18px;
    color: #1D3F79;
    font-weight: 400;
    margin: 20px 0;
}

.pum-container .wpcf7-checkbox {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pum-container .wpcf7-radio {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.pum-container .wpcf7-list-item {
    margin: 0;
}

.pum-container .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pum-container .wpcf7-list-item label span {
    font-weight: 300;
    font-size: 16px;
    color: #505050;
}

.pum-container .wpcf7-form input[type="checkbox"],
.pum-container .wpcf7-form input[type="radio"] {
    width: 19px;
    height: 19px;
    accent-color: #D32026;
}

.pum-container .cf7-file-upload {
    position: relative;
    display: block;
    background: #F5ECE7;
    border: 1px dashed #EBD6CB;
    padding: 24px 18px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.pum-container .cf7-file-ui {
    display: flex;
    flex-direction: column;
}

/* hide actual input */
.pum-container .cf7-file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

/* icon */
.pum-container .cf7-icon svg {
    margin-bottom: 10px;
}

/* text */
.pum-container .cf7-text {
    font-size: 16px;
    color: #505050;
    font-weight: 300;
}

.pum-container .cf7-link {
    color: #1558FF;
    font-weight: 300;
}

/* note */
.pum-container .cf7-note {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 4px;
}

/* remove button */
.pum-container .cf7-remove {
    display: none;
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 18px;
    color: #d32026;
    cursor: pointer;
}

/* AFTER FILE UPLOAD */
.pum-container .cf7-file-upload.has-file .cf7-icon,
.pum-container .cf7-file-upload.has-file .cf7-note {
    display: none;
}

.pum-container .cf7-file-upload.has-file .cf7-text {
    font-weight: 300;
    color: #d32026;
}

.pum-container .cf7-file-upload.has-file .cf7-remove {
    display: block;
}

/* all forms css ends */

/* Hide dropdown on desktop */
.mobile-tab-dropdown {
  display: none;
  margin-bottom: 16px;
}


/* team-members hide */

div#e-n-tab-content-1133542662 {
    display: none;
}

button#e-n-tab-title-1133542662 {
    display: none;
}

.career-work-image img{
    object-position: -27rem center !important;;
}

/* reach-card */
.reach-card {
  position: relative;
}

.reach-card::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background-color: #E7DBD2;
}

.reach-card:last-child::after {
  display: none;
}


@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;
        gap: 30px;
        margin-bottom: 16px;
    }

    .podcast-grid {
        grid-template-columns: 1fr;
    }

    .additional-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .additional-label {
        min-width: auto;
    }

    .additional-row input[type="text"] {
        width: 100%;
    }

    .row {
        flex-direction: column;
    }

    .single-blog.first img {
        height: 272px;
    }

    .plan-location {
        font-size: 15px;
    }

    .single-blog.first .download-icon {
        padding: 8px 14px;
        font-size: 13px;
    }

    .location-download,
    .blog-content {
        align-items: center;
    }

    .single-blog {
        gap: 20px;
    }

    .second-third-plan {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .second-third-plan .single-blog img {
        height: 130px;
    }

    .sub-division.third-plan {
        gap: 16px;
    }

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

    .sub-division.third-plan .single-blog img {
        height: 130px;
    }

    .second-third-plan .plan-location,
    .sub-division.third-plan .plan-location {
        font-size: 14px;
    }

    .podcast-grid {
        gap: 32px;
    }

    .podcast-card {
        padding: 24px;
    }

    .podcast-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 0;
    }

    .podcast-card h3 {
        font-size: 24px;
    }

    .podcast-card h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .podcast-desc {
        font-size: 15px;
        line-height: 22px;
    }

    .newsletter-cf7 p {
        flex-direction: column;
    }

    .newsletter-cf7 input[type="email"] {
        width: 100%;
        padding: 12px 18px;
        font-size: 15px;
    }

    .newsletter-cf7 input[type="submit"] {
        font-size: 13px;
        padding: 8px 24px;
    }

    .news-grid {
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .news-img img {
        height: 133px;
    }

    .news-info {
        padding-top: 0;
    }

    .news-info h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .news-info p {
        font-size: 14px;
        line-height: 20px;
    }

    .news-date {
        font-size: 14px;
    }

    .news-single-wrapper img {
        height: 280px;
    }

    .news-single-wrapper .container {
        padding: 30px 18px;
    }

    .news-single-wrapper .news-row {
        flex-direction: column;
        gap: 24px;
    }

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

    .news-row .news-back a {
        font-size: 14px;
    }

    .news-col .news-date {
        font-size: 14px;
    }

    .news-col .news-title {
        font-size: 26px;
        line-height: 32px;
    }

    .news-col .news-desc {
        font-size: 15px;
        line-height: 24px;
    }

    .join-us {
        padding: 32px 24px;
        border-radius: 0;
        min-height: 315px;
    }

    .join-us h2 {
        font-size: 24px;
    }

    .join-us p {
        font-size: 14px;
        line-height: 20px;
    }

    .join-us-btn a {
        padding: 8px 14px;
        font-size: 13px;
    }

    .join-us-btn a::after {
        display: none;
    }

    .join-us .join-us-graphic {
        position: absolute;
        width: 200px;
        height: 200px;
        right: -1rem;
        bottom: 0rem;
    }

    .summary ul {
        flex-wrap: wrap;
        gap: 0;
    }

    /* table */

    .table-section table thead th {
        padding: 12px;
        font-size: 13px;
    }

    .table-section table tbody tr td {
        padding: 12px;
        font-size: 13px;
    }

    .table-section table tbody tr td a {
        font-size: 13px;
    }

    .table-section table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 12px;
    }

    .table-section table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 12px;
    }

    .tablepress-table-name {
        padding: 12px;
        font-size: 16px;
    }

    .popmake table thead th {
        padding: 12px;
        font-size: 13px;
    }

    .popmake table thead th.column-1 {
        display: none;
    }

    .popmake table tbody tr td {
        padding: 12px;
        font-size: 13px;
        word-break: break-all;
    }

    .popmake table tbody tr td.column-1 {
        display: none;
    }

    .popmake table tfoot th,
    .popmake table tfoot td {
        padding: 12px;
        font-size: 13px;
    }

    .popmake table tfoot th.column-1,
    .popmake table tfoot td.column-1 {
        display: none;
    }

    .popmake table tfoot th:nth-child(2),
    .popmake table tfoot tr:last-child td:nth-child(2) {
        border-bottom-left-radius: 12px;
    }

    .popmake table tfoot th:last-child,
    .popmake table tfoot tr:last-child td:last-child {
        border-bottom-right-radius: 12px;
    }

    .table-section #tablepress-6 thead th.column-1 {
        display: none;
    }

    .table-section #tablepress-6 tbody tr td.column-1 {
        display: none;
    }

    .table-section #tablepress-6 tfoot th.column-1,
    .table-section #tablepress-6 tfoot td.column-1 {
        display: none;
    }

    .job-popup-ui{
        padding: 18px 18px 30px 18px;
        border-radius: 0;
    }

    .job-popup-header span{
        font-size: 14px;
    }

    .job-popup-header h2{
        font-size: 22px;
    }

    .job-popup-meta{
        flex-direction: column;
        margin: 0;
    }

    .job-popup-meta div{
        gap: 0;
        margin-bottom: 16px;
    }

    .job-popup-body .job-flex{
        display: block;
        padding: 20px 0;
    }

    .apply-ui-btn{
        padding: 8px 24px;
        font-size: 13px;
    }

    .pum-container .wpcf7{
        padding: 18px;
    }

    .pum-container .wpcf7-form{
        padding: 0;
    }

    .pum-container .wpcf7 h3{
        font-size: 24px;
    }

    .pum-container .wpcf7 hr{
        margin: 24px 0;
    }

    .pum-container .wpcf7 h4{
        font-size: 18px;
    }

    .cwrm-image-wrapper .elementor-element{
        width: 100% !important;
    }

    .cwrm-image-wrapper img{
        width: 100%;
    }


    /* dropdown */
    .e-n-tabs-heading {
    display: none !important;
  }

  .mobile-tab-dropdown {
    display: block;
  }

  .mobile-tab-dropdown select {
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background: #fff;
  }

  .career-work-image img{
    object-position: center center !important;
}
    
.reach-card:nth-child(even)::after {
    display: none;
  }

}