:root {
    --navy: #101235;
    --dblack: #190c39;
    --navy-light: #122136;
    --bs-btn-bg: #101235;
    --blue: #0063ac;
    --blue-circle: #2761c8;
    --white: #ffffff;
    --purple: #d3cce5;
    --peach: #ede4ef;
    --peach-flat: #f4eff5;
    --peach-light: #f5f3f7;
    --muted: rgba(255, 255, 255, 0.55);
    --text-color-m: #8a8794;
}

@font-face {
    font-family: "Begum";
    src: url("/assets/fonts/begum-font-family/Begum-Regular.otf")
        format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Begum";
    src: url("/assets/fonts/begum-font-family/Begum-Light.otf")
        format("opentype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Begum";
    src: url("/assets/fonts/begum-font-family/Begum-Bold.otf")
        format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Begum";
    src: url("/assets/fonts/begum-font-family/Begum-Italic.otf")
        format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Begum";
    src: url("/assets/fonts/begum-font-family/Begum-BoldItalic.otf")
        format("opentype");
    font-weight: 700;
    font-style: italic;
}

body {
    background-color: var(--peach-flat);
    font-family: "Outfit", sans-serif;
    color: var(--navy);
    -webkit-font-smoothing: antialiased; /* For Chrome/Safari on Mac */
    -moz-osx-font-smoothing: grayscale; /* For Firefox on Mac */
}

h1,
h2,
h3 {
    font-family: "Begum", serif;
    font-weight: 700;

    /* line-height: 145%; */
    letter-spacing: -3%;
}

.text-dblack {
    color: var(--dblack);
}
.header_nav a {
    font-family: "Outfit";
    font-weight: 500;
    font-size: 16px;
    color: var(--dblack);
    display: flex;
    gap: 4px;
    align-items: center;
    display: flex;
}
.header_nav {
    padding: 28px 0;
}
.hero_home {
    gap: 128px;
}

.font-700 {
    font-weight: 700 !important;
}
.content_left {
    max-width: 480px;
}
.content_right {
    max-width: 456px;
    gap: 32px;
    display: flex;
    flex-direction: column;
}

.gap-16 {
    gap: 16px;
}

.gap-custom-24 {
    gap: 24px;
}
.text-custom-blue {
    color: var(--blue);
}
.p {
    /* margin-bottom: auto; */
    font-family: "Outfit";
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--text-color-m);
    /* letter-spacing: 20%; */
}

.big-title {
    font-size: 61px;
    font-weight: 700;
    font-family: Begum;
    line-height: 114.99999999999999%;
    letter-spacing: -4%;
}
.gap-24 {
    gap: 24px;
}
.gap-20 {
    gap: 20px;
}
.gap-64 {
    gap: 64px;
}
/* .gap-32 {
    margin-top: 32px;
} */

.gap-32 {
    gap: 32px;
}

.font-normal {
    font-weight: 400 !important;
}

.font-500 ._speaker_name {
    font-weight: 500 !important;
}

.gap-56 {
    gap: 56px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: auto;
}

.medium-title {
    font-weight: 700;
    margin-bottom: 16px;
    font-family: "Begum";
    font-size: 49px;
    line-height: 114.99999999999999%;
    letter-spacing: -4%;
    text-transform: capitalize;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}

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

.semi-title {
    font-weight: 700;
    line-height: 125%;
    font-size: 39px;
}

.section_side_impact {
    max-width: 417px;
}

.small-title {
    font-weight: 700;
    font-size: 31px;
    /* margin-bottom: 12px; */

    font-family: "Begum";
    font-size: 31px;
    line-height: 114.99999999999999%;
    letter-spacing: -4%;
}

.letter-spacing-20 {
    letter-spacing: 20%;
}

.section-title {
    margin-bottom: 20px;
}

p {
    font-family: "Outfit";
    font-weight: 400;
    font-size: 18px;
    color: #8a8794;
    line-height: 150%;
    letter-spacing: 0%;
}

.blue-dot::after {
    color: #0d5aac;
    content: ".";
}

.question-dot::after {
    color: #0d5aac;
    content: "?";
    margin-left: 5px;
}
.dot-color-2::after {
    color: #8ecae6;
}

.blue-qoute::before {
    color: #0d5aac;
    content: "“";
    left: -15px;
    position: absolute;
}

.blue-qoute::after {
    color: #0d5aac;
    content: "”";
}

.card-dark {
    background: #0d1b4c;
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
}

.placeholder-img {
    background: #ddd;
    width: 100%;
    height: 200px;
}

.placeholder-img.large {
    height: 300px;
}

.logo-strip div {
    height: 40px;
    background: #ccc;
}

.newsletter {
    background: #e9e6ec;
    padding: 40px;
    border-radius: 8px;
}

.cta-section {
    background: #0b5ed7;
    color: #fff;
}
.m-top-72 {
    margin-top: 72px;
}

.pt-5 {
    padding-top: 64px !important;
}

.btn {
    border-radius: 100px;
    background-color: var(--navy);
    padding: 12px 24px;
    border-radius: 100px;
    gap: 6px;
    display: inline-flex;
    align-items: center;
    border: none;
    cursor: pointer;

    font-family: "Outfit";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    /* text-transform: capitalize; */
}

.btn .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}

/* default (white arrow) */
/* .btn .icon::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/assets/icons/arrow-white.svg") no-repeat center;
    background-size: 24px;
    right: -3px;
} */

/* hover (black arrow) */
/* .btn:hover .icon::after {
    background-image: url("/assets/icons/arrow-black.svg");
} */

.btn .icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
}

/* Base arrow styles */
.btn .arrow {
    position: absolute;
    inset: 0;
    background: no-repeat center;
    background-size: 24px;
    transition: transform 0.3s ease;
}

/* Default visible arrow */
.btn .arrow-main {
    background-image: url("/assets/icons/arrow-white.svg");
    transform: translateX(0);
}

/* Incoming arrow (hidden to the left) */
.btn .arrow-incoming {
    background-image: url("/assets/icons/arrow-black.svg");
    transform: translateX(-150%);
}

/* Hover effect */
.btn:hover .arrow-main {
    transform: translateX(150%);
}

.btn:hover .arrow-incoming {
    transform: translateX(0);
}

/* Optional click feedback */
.btn:active {
    transform: scale(0.96);
}

.btn.bg-peach .arrow-main {
    background-image: url("/assets/icons/arrow-black.svg");
}

.btn.subscribe-btn .arrow-incoming {
    background-image: url("/assets/icons/arrow-white.svg");
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--navy);
}
.btn:hover {
    background-color: white;
    color: var(--navy);
}

.btn-dark:hover {
    background-color: var(--blue);
    color: var(--white);
}

.btn.btn-dark .arrow-incoming {
    background-image: url("/assets/icons/arrow-white.svg");
}

.btn.bg-peach {
    background-color: var(--peach);
    border-color: var(--peach);
    /* border: 1px solid var(--peach); */
}
.btn.bg-peach:hover {
    background-color: #fff;
    color: var(--dblack);
    border-color: var(--dblack);
}

.bg-flat {
    background-color: var(--peach-flat);
}
.bg-peach-light {
    background-color: var(--peach-light);
}

.share_box {
    font-family: "Outfit";
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 20%;
    /* text-transform: uppercase; */
    padding: 24px;
    gap: 24px;
    opacity: 1;
    margin-bottom: 32px;
    min-width: 416px;
}

.share_box h6 {
    display: none;
}

.share_box .newsletter-section {
    margin-top: 24px;
    padding-bottom: 0px;
}

.share_box .newsletter-form {
    border: 0.8px solid #40404029;
    background-color: #ffffff;
}

.blog_flex .left-side {
    flex: 1 1 60%;
    min-width: 60%;
}

.blog_flex {
    display: flex;
    gap: 56px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog_flex .write-up {
    padding-bottom: 24px;
}
.write-up img {
    max-width: 100%;
}

.mt-20 {
    margin-top: 20px;
}
.mt-32 {
    margin-top: 32px;
}

.blog_flex p {
    font-family: "Outfit";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
}

.blog_flex p:last-child {
    margin-bottom: 0px;
}

.share_box a {
    text-decoration: none;
    margin-top: 20px;
}

.share_box .socials {
    display: flex;
    gap: 28px;
}
.bg-peach.btn {
    color: var(--dblack);
}

.impact-view-nav .nav-link.active {
    font-weight: 600;
    color: #0063ac;
}

.impact-view-nav .nav-link {
    color: #8a8794;
}

.letter-spacing-20 {
    letter-spacing: 20%;
}

.article_box {
    background-color: var(--peach-flat);
    overflow: hidden;
    /* margin-bottom: 40px; */
    /* height: 100%; */
    max-width: 418px;
}

.case_box {
    background-color: #fff;
    /* height: 100%; */
    width: 100%;
}

.tag {
    font-family: "Outfit";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 20%;
    text-transform: uppercase;
    color: #008ef7;
    margin-bottom: 0px;
    margin-top: 0px;
}

.contact_p p {
    margin-bottom: 40px;
    font-size: 16px;
    font-family: "Outfit";
    font-weight: 400;
    font-style: Regular;
    line-height: 150%;
    letter-spacing: 0%;
}

.ellipsis-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact_p h5 {
    font-family: "Begum";
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 125%;
    letter-spacing: -3%;
    margin-bottom: 8px;
}

.tag-2 {
    color: #0063ac;
    font-family: "Outfit";
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 20%;
    text-transform: uppercase;
}

._speaker_name {
    display: flex;
    gap: 10px;
    color: #8a8794;

    font-family: "Outfit";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    position: relative;
}

._speaker_name.with_dot {
    margin-right: 10px;
}

._speaker_name.with_dot::after {
    content: ".";
    position: absolute;
    top: -8px;
    right: -20px;
    font-size: 30px;
}

._speaker_name img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.case_box .tag {
    font-family: Outfit;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 20%;
    text-transform: uppercase;
    color: #008df5;
    margin-bottom: 12px;
}

.case_group > div {
    /* margin-bottom: 20px; */
}

.case_box.color-2 {
    background-color: var(--peach-flat);
    height: 100%;
}
.btn {
    align-items: center;
}

/* =========================
   Card Container
========================= */
.case_box a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.article_box a {
    text-decoration: none;
    color: var(--dblack);
}

/* =========================
   Image Section
========================= */
.img_box {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: var(--white);
}

.article_box .img_box img {
    width: 100%;
    display: block;
    /* height: 100%; */
    min-height: 220px;
    object-fit: cover;
    object-position: top;
    filter: grayscale(100%);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.article_box:hover img {
    filter: grayscale(0%);
    transform: scale(1.08);
}

.flex_1_2 {
    display: flex;
    gap: 64px;
    align-items: center;
}
.flex_1_2 > div {
    flex: 1;
}
.spacer {
    height: 30px;
}
/* =========================
   Inner Content
========================= */
.article_box .inner-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* flex: 1; */
    height: 220px;
    font-family: "Begum", serif;
    font-size: 20px;
    gap: 32px;
    padding: 32px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -3%;
}
.article_box.case_box .inner-box {
    height: 244px;
}

.article_box.case_box .inner-box .link.download .btn {
    border-radius: 96px;
    padding-top: 11.5px;
    padding-right: 13px;
    padding-bottom: 11.5px;
    padding-left: 13px;
    height: 41px;
}

.article_box.case_box .title {
    line-height: 1.4;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

    font-family: "Begum";
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -3%;
}

.article_box.case_box .link {
    font-weight: 400;
}

a {
    color: var(--blue);
}
.case_box {
    /* height: 448px; */
}
.case_box .inner-box {
    padding: 24px;
    gap: 0px;
}

.casebox-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-top: 56px;
}
/* .casebox-group > div {
    flex: 0 0 calc((100% - 96px) / 3);
} */
.insight-card-group {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 24px;
    justify-content: stretch;
    padding-top: 56px;
    align-items: stretch;
}

.active > .page-link,
.page-link.active {
    background-color: var(--navy);
    border-color: var(--navy);
}
.page-link {
    color: var(--navy);
}
/* =========================
   Typography
========================= */
.case_box .link {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8a8794;
}

.article_box .link {
    margin-top: auto;
    font-family: "Outfit";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

/* =========================
   Download Button
========================= */
.case_box .link.download button {
    background-color: #0063ac;
    border: none;
    transition: background-color 0.2s ease;
}

.case_box .link.download button:hover {
    background-color: #00528f;
}

/* =========================
   Layout Helpers
========================= */
.spacer {
    flex-grow: 1;
}

/* ── FOOTER WRAPPER ── */
footer {
    background: var(--navy);
    width: 100%;
    overflow: hidden;
    position: relative;
    background-image: url("/assets/icons/footer-icon.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 650px;
    padding-top: 64px;
    padding-bottom: 48px;
}

.no-bg,
.no-bg:hover,
.no-bg:focus {
    background-color: transparent !important;
}

.btn.no-bg .arrow-incoming {
    background-image: url("/assets/icons/arrow-white.svg");
}

.btn.bg-white .arrow-main {
    background-image: url("/assets/icons/arrow-black.svg");
}

.clients {
    height: auto !important;
    margin: 64px 0;
}

.clients .swiper {
    align-items: center;
}

.clients .swiper-wrapper {
    display: flex;
    align-items: center;
}
.swiperwrapper {
    display: flex;
    align-items: center;
    gap: 80px;
}
.swiperwrapper img {
    max-height: 64px;
}

.clients .swiper-slide {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients .swiper-slide img {
    max-height: 70px; /* slightly smaller than slide */
    width: 100px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.clients .swiper-slide img:hover {
    filter: grayscale(0%);
}
/* On hover, remove grayscale */
.swiper-slide:hover img {
    filter: grayscale(0%);
}

/* ── NEWSLETTER SECTION ── */
.newsletter-section {
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}

.newsletter-section h6 {
    font-weight: 500;
    font-size: 20px;
    color: var(--white);
    margin-bottom: 16px;
    letter-spacing: 0.01em;
}

.newsletter-form {
    display: flex;
    gap: 0;
    max-width: 430px;
    background: #ffffff1f;
    border-radius: 30px;
    overflow: hidden;
    padding: 0px 0px 0px 18px;
    align-items: center;
}

.newsletter-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.newsletter-form .input-group {
    position: relative;
    flex-grow: 1;
}

.newsletter-form .input-group input {
    width: 100%;
    padding: 0px 16px 0px 0px;
    background-color: transparent;
}

.newsletter-form .input-group label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #8a8794;
    pointer-events: none;

    font-size: 16px;
    letter-spacing: 0px;
}

.asterisk {
    color: #df0b0e;
}
form.styled {
    padding-top: 32px;
}

form.styled .item {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    padding: 10px 20px;
    margin-bottom: 24px;
    position: relative;
    border: 0.8px solid #e6e4ed;
}

form.styled .item input,
form.styled .item textarea {
    border: none;
    width: 100%;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

form.styled .item textarea {
    height: 136px;
    gap: 8px;
    /* padding-top: 16px; */
    /* padding-right: 20px; */
    /* padding-bottom: 16px; */
    /* padding-left: 20px; */
    border-radius: 16px;
    border-width: 0.8px;
}

form.styled input:not(:placeholder-shown) + label,
form.styled textarea:not(:placeholder-shown) + label {
    display: none;
}

form.styled label {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #8a8794;
    pointer-events: none;
}

form.styled label.label-2 {
    top: 16px;
    transform: translateY(-10%);
}
.newsletter-form .input-group input:not(:placeholder-shown) + label {
    display: none;
}

.footer-body {
    max-width: 550px;
}
.share_box .newsletter-form input {
    color: var(--navy) !important;
}
.newsletter-form input {
    background-color: transparent !important;
    border: none;
    outline: none;
    color: var(--white) !important;
    font-size: 16px;
    flex: 1;
    box-shadow: none !important;
}
.blog .team-card h5 {
    font-family: "Outfit";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.blog .team-card .img-wrapper img {
    filter: grayscale(0%) !important;
}

.blog-hero {
    width: 100%;
    height: 556px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* border-radius: 16px; */
    position: relative;
    overflow: hidden;
}

/* Optional soft overlay for better aesthetics */
.blog-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.4)
    ); */
}

.newsletter-form input::placeholder {
    color: var(--muted);
    font-size: 0.78rem;
}

.newsletter-form .required-star {
    color: #e05b5b;
    font-size: 0.7rem;
    margin-left: 2px;
}

.subscribe-btn {
    background: var(--blue);
    color: #fff !important;
    border: none;
    border-radius: 30px;
    gap: 6px;
    white-space: nowrap;
    transition: background 0.2s;
    flex-shrink: 0;
}

.subscribe-btn.mobile_sub {
    display: none;
    visibility: hidden;
}

.stay_ahead {
    /* padding: 80px; */
    /* padding-bottom: 0px; */
}

.full-pad {
    padding-bottom: 80px !important;
}

.stay_ahead .bg-flat {
    padding: 64px;
}

.stay_ahead .newsletter-form input {
    font-family: "Outfit";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    color: #8a8794 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: inherit;
    color: var(--dblack);
}

/* Placeholder color */
.stay_ahead .newsletter-form input::placeholder {
    color: #8a8794;
    opacity: 1;
    /* ensures full color visibility */
}

.stay_ahead .newsletter-form input::-webkit-input-placeholder {
    color: #8a8794;
}

.stay_ahead .newsletter-form input:-ms-input-placeholder {
    color: #8a8794;
}

.stay_ahead .newsletter-form {
    background: #fff;
    border: 0.8px solid #cbc6d6;
}

.newsletter-section .subscribe-btn:hover,
.newsletterForm .newsletter-section .subscribe-btn {
    background-color: var(--blue) !important;
    color: #fff;
}

.stay_ahead .newsletter-section .subscribe-btn {
    background-color: var(--dblack) !important;
    color: #fff;
}

.white-btn-db-hover {
    background-color: var(--white) !important;
    color: #101235;
}
a.special-hover:hover {
    background-color: #2072af !important;
}

.white-btn-db-hover .arrow-main {
    background-image: url("/assets/icons/arrow-black.svg");
}

.white-btn-db-hover:hover {
    background-color: var(--dblack) !important;
    color: #fff;
}

.white-btn-db-hover:hover .arrow-incoming {
    background-image: url("/assets/icons/arrow-white.svg");
}

.blue-btn-lightblue-hover {
    background-color: var(--blue) !important;
    color: #fff;
}

.blue-btn-lightblue-hover:hover {
    color: #fff;
    background-color: var(--blue) !important;
}
.blue-btn-lightblue-hover:hover .arrow-incoming {
    background-image: url("/assets/icons/arrow-white.svg");
}

/* .subscribe-btn:hover .icon::after {
    background-image: url("/assets/icons/arrow-white.svg");
} */

.stay_ahead .newsletter-section h6 {
    display: none;
}

.stay_ahead .newsletter-section {
    margin-top: 40px;
    padding-bottom: 0px;
}

/* Social icons row */
footer .social-icons {
    display: flex;
    gap: 32px;
    align-items: center;
}

footer .social-icons a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 18px;
    text-decoration: none;
    transition: color 0.2s;
}

footer .social-icons img {
    width: 18px;
}

footer .social-icons a:hover {
    color: var(--white);
}

/* Nav columns */
footer .nav-columns {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-underline-f {
    text-decoration: underline !important;
}

footer .nav-col h6 {
    font-size: 16px;
    color: #b4b5bf;

    font-family: "Outfit";
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    margin-bottom: 8px;
}

footer .nav-col a,
footer .nav-col p {
    color: #e4e5ec;
    display: block;
    text-decoration: none;

    font-family: "Outfit";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 8px;
}

.nav-col a:hover {
    color: var(--white);
}

.nav-col p {
    color: var(--muted);
    margin-bottom: 4px;
    cursor: default;
}

/* ── FOOTER BOTTOM ── */
.footer-bottom {
    margin-top: 64px;
    padding-top: 24px;
    border-top: 1px solid #1f203d;
}

.footer-bottom span,
.footer-bottom a {
    font-size: 16px;
    color: #a0a1a3;
    text-decoration: none;
}

.footer-bottom a {
    color: #d0d5dd;
}

.footer-bottom a:hover {
    color: var(--white);
}

.footer-bottom strong {
    font-weight: 500;
    color: #d0d5dd;
}

.bg-dark-blue {
    background-color: var(--dblack);
}

.what_we_do {
    width: 418px;
    height: auto;
    gap: 64px;
    padding: 40px;
    background-color: var(--navy);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}
.what_we_do:hover {
    background-color: #0063ac;
}

.what_we_do_group {
    gap: 48px;
    display: grid;
    margin-top: 56px;
    margin-bottom: 72px;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
}
.ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.what_we_do h3 {
    margin-top: 64px;
    margin-bottom: 16px;
    font-family: "Begum";
    font-weight: 500;
    font-size: 31px;
    line-height: 114.99999999999999%;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.what_we_do p {
    font-family: "Outfit";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    margin-bottom: 32px;
    color: var(--purple);
    line-height: 150%;
}

.powering {
    /* padding: 20px; */
    border-top: 1px solid #0063ac;
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
}
.text-purple {
    color: var(--purple);
}

.bg-blue {
    background-color: #0063ac;
}

.blog_blue_box {
    padding-top: 32px;
    padding-right: 40px;
    padding-bottom: 32px;
    padding-left: 40px;
    color: #d9d5e1;
    margin-bottom: 32px;
}

.blog_blue_box h5 {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 25px;
    line-height: 125%;
    letter-spacing: -1%;
    color: #fff;
    margin-bottom: 28px;
}

.blog_blue_box ul {
    list-style: decimal;
    padding-left: 20px;
    margin: 0;
}

.blog_blue_box ul li {
    padding-left: 5px;
    margin-bottom: 12px;

    font-family: "Outfit";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
}
.blog_blue_box ul li:last-child {
    margin-bottom: 0px;
}
.powering h3 {
    max-width: 800px;
    font-size: 30px;
}

.team-group .small-title {
    margin-bottom: 32px;
}
.our_impact {
    /* padding-top: 80px; */
    /* padding-bottom: 30px; */
}

.stay_ahead .side_iim > svg {
    width: 272px;
}

.stay_ahead .side__left {
    max-width: 529px;
}

.two_sided_col {
    display: flex;
    /* gap: 40px; */
    align-items: stretch;
}

/* Left side fixed width */
.two_sided_col .sideleft {
    flex: 0 0 416px;
}

.home.two_sided_col .sideleft {
    flex: 0 0 676px;
}
/* Image behaves properly */
.two_sided_col .sideleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right side fills remaining space */
.two_sided_col .sideiim {
    flex: 1;
    padding: 64px;
    color: #fff;
    background: #0063ac;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Prevent text width issues */
.two_sided_col .sideiim p {
    max-width: 75%;
    margin-bottom: 0;
}

.two_sided_col .sideiim {
    padding: 64px;
    color: #fff;
    background: #0063ac;
    /* justify-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center; */
}

.two_sided_col .sideiim p {
    color: #d9d5e1;
    margin-top: 12px;
    font-family: "Outfit";
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* letter-spacing: 0%; */
}

.buttons_group {
    display: flex;
    gap: 24px;
    margin-top: 64px;
}

.outline-btn {
    /* border: 1px solid #FFFFFF; */
    background-color: transparent;
}

/* .two_sided_col .sideleft,
.two_sided_col .sideiim {
    min-width: 0;
} */

.hero_about {
    text-align: center;
    max-width: 788px;
    margin: 68px auto;
    margin-bottom: 80px;
}

.hero_about .medium-title {
    text-transform: capitalize;
}

.hero_about p {
    max-width: 586px;
    margin: 0 auto;
}

.pad-80 {
    padding: 80px;
}

.mad-y-80 {
    margin-top: 80px;
}

.grayscale {
    filter: grayscale(100%);
}

.grayscale:hover {
    filter: grayscale(0);
}

.aboutSwiper .swiper-slide {
    height: 640px;
    overflow: hidden;
}

.aboutSwiper .swiper-slide img {
    width: 100%;
    filter: grayscale(100%);
}

.aboutSwiper:hover .swiper-slide img {
    filter: grayscale(0);
}

.aboutSwiper .caption {
    background-color: #101235e5;
    gap: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #c7c3d6;
    display: block;
    position: absolute;
    bottom: 0;
    font-family: Outfit;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
}

.aboutSwiper img {
    object-fit: cover;
    height: 640px;
}

.aboutSwiper .caption .left {
    width: 200px;
    float: left;
    margin-right: 32px;
}

.aboutSwiper .caption .right {
    /* max-width: 200px; */
    width: calc(100% - 232px);
    float: left;
}

.theory-impact {
    background-color: var(--navy);
    color: var(--purple);
}

.white_blue_left_card {
    background-color: #fff;
    color: var(--dblack);
    height: 100%;
}
.white_blue_left_card p {
    font-family: "Outfit";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 0px;
}
.white_blue_left_card h5 {
    font-family: "Begum";
    font-weight: 600;
    font-style: Semibold;
    font-size: 31px;
    line-height: 114.99999999999999%;
    letter-spacing: -3%;
    text-transform: capitalize;
}
.achieved_group .white_blue_left_card h5 {
    font-family: "Outfit";
    font-weight: 600;
    font-size: 25px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin-bottom: 10px !important;
}

.achieved_group .white_blue_left_card {
    background-color: var(--peach-flat);
}
.white_blue_left_card .icon_box {
    width: 96px;
    /* margin-bottom: 18px; */
}

.white_blue_left_card .icon_box img {
    width: 100%;
}

.white_blue_left_card .content {
    padding: 48px 32px;
}

.mul_ .hero_slider {
    position: relative;
}

/* Slide background */
.mul_ .hero_slide {
    height: 336px;
    overflow: hidden;
    position: relative;
}

.mul_ .hero_slide .bg {
    transition: 0.6s ease;
}

.mul_ .hero_slide .bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    z-index: 0;
}

.mul_ .hero_slide:hover .bg {
    filter: grayscale(0%);
}

/* Dark overlay */
.mul_ .hero_slide .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.8),
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.2),
        transparent
    );
    z-index: 1;
}

/* Content */
.hero_content.insight_ {
    max-width: 480px;
}
.hero_content.insight_ h3 {
    margin-bottom: 20px;
}

.mul_ .hero_content {
    position: relative;
    z-index: 2;
}

.pad-40 {
    padding: 40px;
}

.pad-64 {
    padding: 64px;
}

.mul_ .hero_content p {
    margin-bottom: 0px;
    font-family: "Outfit";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}
.text-custom-blue.text-uppercase.letter-spacing-20 {
    font-family: "Outfit";
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 20% !important;
    text-transform: uppercase;
}

.text-custom-blue.medium.text-uppercase.letter-spacing-20 {
    font-size: 14px;
}

.text-custom-blue.small.text-uppercase {
    font-family: "Outfit";
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 20% !important;
    text-transform: uppercase;
}

.feature-nav {
    width: 130px;
    display: block;
}

.feature-nav .custom-next,
.feature-nav .custom-prev {
    width: 48px;
    height: 48px;
    padding: 12px;
    opacity: 1;
    border-width: 0.8px;
    border-radius: 999px;

    border: 0.8px solid #40404029;
}

.feature-nav .custom-next:after,
.feature-nav .custom-prev:after {
    display: none !important;
    content: "ds";
}

/* Pagination (dots like your design) */
.mul_ .swiper-pagination {
    bottom: 30px !important;
}

.mul_ .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    border-radius: 10px;
    background: #fff;
    opacity: 0.4;
}

.mul_ .swiper-pagination-bullet-active {
    background: #ffc107;
    opacity: 1;
}
.gap-48 {
    gap: 48px;
}
.gap-104 {
    gap: 104px;
}

.mt-64 {
    margin-top: 64px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-20 {
    margin-top: 20px;
}
.mt-16 {
    margin-top: 16px;
}
.mt-24 {
    margin-top: 24px;
}

.mt-80 {
    margin-top: 80px;
}

.theory-impact .impact-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.theory-impact .text-primary {
    font-family: Outfit;
    font-weight: 500;
    font-style: Medium;
    font-size: 25px;
    line-height: 114.99999999999999%;
    letter-spacing: 20%;
    text-transform: capitalize;
    margin-bottom: 32px !important;
}

.theory-impact p {
    color: #d3cce5 !important;
    margin: 0;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 32px;
}
.impact-card a {
    /* margin-top: 40px !important; */
}
.impact-card h3 {
    /* margin: 16px 0; */
}

.theory-impact .medium-title {
    margin: 24px;
}

.theory-impact .text-primary {
    color: #008ef7 !important;
}

.theory-impact a {
    overflow: hidden;
}

.theory-impact a img {
    margin-left: 10px;
}

@keyframes moveRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(25px);
    }

    100% {
        transform: translateX(0);
    }
}

.btn:hover img {
    animation: moveRight 0.4s ease forwards;
}

.btn:hover .icon::after {
    animation: moveRight 0.4s ease forwards;
}
.theory-impact a:hover img {
    animation: moveRight 0.4s ease forwards;
}

/* Card */
.focus-card {
    position: relative;
    height: 464px;
    overflow: hidden;
    cursor: pointer;
}

/* Image */
.focus-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    filter: grayscale(100%);
}

/* Overlay */
.focus-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7) 15%,
        rgba(0, 0, 0, 0.2) 60%,
        rgba(0, 0, 0, 0.05) 100%
    );
    transition: all 0.4s ease;
}

/* Content */
.focus-content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #fff;
    padding: 32px;
}

/* Title */
.focus-content h4 {
    font-family: "Outfit";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 25px;
    line-height: 135%;
    letter-spacing: -3%;
    text-transform: capitalize;
}
.feature_impact > div:first-child {
    /* flex: 0 0 678px; */
    max-width: 100%;
}

.featured_impact_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 48px 64px 48px 0px;
}

.featured_impact_right h3,
.featured_impact_right p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
}

.feature_impact {
    max-height: 552px;
}
/* Description (hidden initially) */

.focus-content p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(10px);
    color: #d1cde0;

    transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
}

/* =========================
   HOVER + ACTIVE STATES
========================= */

/* Image zoom */
.focus-card:hover img,
.focus-card.active img {
    transform: scale(1.08);
}

/* Darker overlay */
.focus-card:hover img {
    filter: grayscale(0%);
}

.focus-card:hover .focus-overlay,
.focus-card.active .focus-overlay {
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.9) 25%,
        rgba(0, 0, 0, 0.5) 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
}

/* Lift title */
/* .focus-card:hover .focus-content h4,
.focus-card.active .focus-content h4 {
  transform: translateY(-5px);
} */

/* Show description */
.focus-card:hover .focus-content p {
    max-height: 120px;
    /* adjust based on content */
    opacity: 1;
    display: block;
    transform: translateY(0);
    margin-top: 10px;
}

.hw-section {
    background: var(--navy);
}

.pad-top-64 {
    padding-top: 64px !important;
}

.hw-label {
    font-family: Outfit;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 20%;
    text-transform: uppercase;
    color: #008ef7;
}

.content-50-auto {
    width: 710px;
    max-width: 100%;
    margin: 0 auto;
    color: #190c39;
    font-family: Begum;
    font-weight: 600;
    font-size: 25px;
    line-height: 160%;
    letter-spacing: -3%;
}
.hw-step-group {
    padding-top: 30px;
}
.hw-step {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 0 24px;
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    transition: background 0.3s ease;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.gap-40 {
    gap: 40px;
}

.hw-step:last-child {
    border-bottom: 0px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 0;
}

.hw-num {
    font-family: Begum;
    font-weight: 700;
    font-style: Bold;
    font-size: 39px;
    /* leading-trim: CAP_HEIGHT; */
    line-height: 114.99999999999999%;
    letter-spacing: -3%;
    text-transform: capitalize;
    color: #5f5f6d;
    margin-top: -7px;
}

.hw-step-title {
    font-family: "Begum";
    font-weight: 600;
    font-size: 25px;
    line-height: 114.99999999999999%;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.hw-step-desc {
    color: #d3cce5;
    margin: 0;
    font-family: "Outfit";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

/* Staggered fade-in */
.hw-step {
    opacity: 0;
    transform: translateY(16px);
    animation: hwFadeUp 0.5s ease forwards;
}

.hw-step:nth-child(1) {
    animation-delay: 0.1s;
}

.hw-step:nth-child(2) {
    animation-delay: 0.2s;
}

.hw-step:nth-child(3) {
    animation-delay: 0.3s;
}

.hw-step:nth-child(4) {
    animation-delay: 0.4s;
}

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

.managing_qr {
    background: #f5f5f3;
    /* padding: 0; */
}

.managing_qr .qs-inner {
    display: grid;
    grid-template-columns: 420px 1fr;
    min-height: 420px;
}

/* ── Left: Photo ── */
.managing_qr .qs-photo {
    position: relative;
    overflow: hidden;
    min-width: 420px;
}

.managing_qr .qs-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    filter: grayscale(100%);
}

.managing_qr:hover .qs-photo img {
    filter: grayscale(0%);
}

/* ── Right: Quote ── */
.managing_qr .qs-content {
    background: #fff;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.managing_qr .qs-quote-mark {
    font-family: Georgia, serif;
    font-size: 80px;
    line-height: 80px;
    color: #ffb703;
    margin-bottom: 0px;
    letter-spacing: -4px;
    display: block;
    margin-bottom: -30px;
}

.managing_qr .qs-quote-text {
    font-family: Outfit;
    font-weight: 500;
    font-style: Medium;
    font-size: 25px;
    color: var(--dblack);
}

/* ── Attribution pill ── */
.managing_qr .qs-attribution {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #d8d8d4;
    padding: 12px 22px;
    width: fit-content;
}

.managing_qr .qs-name {
    font-family: "Outfit";
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.managing_qr .qs-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c9a227;
    flex-shrink: 0;
}

.managing_qr .qs-role {
    font-size: 14px;
    font-weight: 300;
    color: #555;
    white-space: nowrap;
}

.stats-section {
    /* blue tone */
    padding: 80px 0;
}

.impact-view-nav a.active,
.impact-view-nav a:hover {
    color: var(--blue);
    font-weight: 600;
}

.impact-view-nav a {
    font-family: Outfit;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: var(--text-color-m);
    padding: 8px 0px;
}

.hero-impact-view .pad-80 {
}

.hero-impact-view .pad-80 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.impact-content .semi-title {
    margin-top: 0px;
    margin-bottom: 24px;
}

.impact-content strong,
.impact-content b {
    color: var(--dblack);
}

.impact-content #opportunity .semi-title {
    margin-top: 0px;
}

.stat-item h2 {
    font-family: Begum;
    font-weight: 500;
    /* font-style: Semibold; */
    font-size: 76px;
    line-height: 50px;
    letter-spacing: -3%;
    margin-bottom: 32px;
}

.adv_main .stat-item h2 {
    font-size: 49px;
    line-height: 49px;
    margin-bottom: 32px;
}

.stat-item p {
    margin: 0;
    color: #fff;
    font-family: "Outfit";
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
}
.related-cases-m {
    margin-top: 32px;
}

.theme-2 {
    background-color: var(--navy);
    color: #fff;
}

.nav-link.dropdown-toggle .light {
    display: none;
}

.theme-2 .nav-link.dropdown-toggle .light {
    display: inline-block;
}
.theme-2 .nav-link.dropdown-toggle .dark {
    display: none;
}
.theme-2.header_nav a,
.theme-2.header_nav:active a {
    color: var(--purple) !important;
}

.theme-2 a.last_button {
    background-color: var(--blue);
    color: #fff !important;
    border: none;
}

.last_button {
    gap: 6px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    border-radius: 96px;
}
.theme-2 a.last_button:hover {
    background-color: var(--white);
    color: var(--dblack) !important;
}
/* .theme-2.header_nav .navbar-toggler {
    border-color: #fff;
    background-color: #fff;
} */

.navbar-toggler:focus {
    box-shadow: none !important;
}

.theme-2 .dropdown-menu li .dropdown-item {
    color: var(--text-color-m) !important;
}
.theme-2 .dropdown-menu li .dropdown-item:hover {
    color: var(--dblack) !important;
}

.our_people_hero {
    background-color: var(--navy);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.our_people_hero .container {
    background-position: calc(100%) 110%;
    background-repeat: no-repeat;
    background-size: 350px;
    background-image: url("/assets/icons/footer-icon.svg");
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.hero {
    background-size: 300px;
}

.hero_home {
    margin: 68px 0px;
    margin-bottom: 96px;
}

.bg-navy {
    background-color: var(--navy);
}

.team-wrapper {
    display: grid;
    /* flex-wrap: wrap; */
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.team-wrapper.blog {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.modal-text {
    max-height: 400px;
    overflow-y: auto;
}

/* .team-card {
    flex: 1 1 308px;
    max-width: 308px;
    margin-bottom: 24px;
} */

.team-wrapper.blog .team-card h5 {
    font-size: 18px;
}

.team-wrapper.blog .team-card .img-wrapper {
    max-height: 308px;
}

.impact-content img {
    max-width: 100%;
    height: auto !important;
}
.source_box strong {
    color: var(--dblack) !important;
}
.source_box {
    width: 100%;
    gap: 8px;
    background-color: #fff;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;

    font-family: Outfit;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--text-color-m);
}
.blog_flex strong {
    color: var(--dblack);
}

.blog_flex .source_box {
    background-color: #f4eff5;
}

.blog_flex .source_box strong {
    color: #8a8794 !important;
}
.impact-content li {
    color: var(--text-color-m);
}

.team-card .img-wrapper {
    overflow: hidden;
    height: 450px;
}

.team-card p {
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #8a8794;
}
.team-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    filter: grayscale(100%);
    transition: 0.4s ease;
}

.team-card:hover img {
    filter: grayscale(0%);
}

.team-card .social-icons a,
.team-modal .social-icons a {
    font-size: 14px;
    margin-left: 12px;
    text-decoration: none !important;
    transition: 0.3s;
}

.team-card .social-icons a:hover {
    opacity: 0.7;
}

.team-card h5 {
    font-family: Begum;
    font-weight: 600;
    font-size: 25px;
    line-height: 114.99999999999999%;
    letter-spacing: -4%;
    text-transform: capitalize;
    margin-top: 24px;
    margin-bottom: 8px;
}

.pad-80 .container {
    padding: 0px;
}

.team-card p {
    font-family: Outfit;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin: 0;
    align-items: center;
}

.team-modal .modal-content {
    padding: 64px;
    border-radius: 0px;
}

.modal-content {
    padding: 20px;
    border-radius: 0px;
}
.team-modal .custom-close {
    position: absolute;
    right: 25px;
    top: 25px;
}

.team-modal h4 {
    font-family: "Begum";
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -3%;
    text-transform: capitalize;
}

.team-modal small {
    font-family: "Outfit";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #8a8794;
}

.team-modal a {
    text-transform: none;
}

.team-modal .modal-text p {
    font-family: Outfit;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

.team-modal ._title {
    font-family: "Outfit";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--text-color-m);
    margin-top: 8px;
}

.search-box {
    display: flex;
    align-items: center;
    max-width: 720px;
}
.nav-link.dropdown-toggle:after {
    display: none;
}

.nav-link.dropdown-toggle svg {
    margin-top: 2px;
    margin-left: 5px;
}

.header_nav a {
    /* padding: 0px; */
}
.header_nav a.dropdown-item {
    color: #8a8794;
    gap: 16px;
    padding: 0px;
    margin-bottom: 16px;
}

.header_nav li:last-of-type a.dropdown-item {
    margin-bottom: 0px;
}
.header_nav .dropdown-menu {
    border-radius: 16px;
    border-width: 0.8px;
    padding: 16px 20px;
    min-width: 150px !important;
}

.header_nav a.dropdown-item:hover {
    color: var(--dblack);
    background-color: #fff;
}
/* Shared pill style */
.search-box .search-input,
.search-box .search-select .dropdown-toggle {
    background: #fff;
    border-radius: 40px;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 0.8px solid #40404029;
}

/* Input */
.search-box .search-input {
    flex: 1;
    min-width: 280px;
    position: relative;
}

.search-box .search-input input {
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    font-size: 15px;
    color: #6c757d;
    padding-right: 30px;
}

.search-box .search-input input::placeholder {
    color: #9aa0a6;
}

/* Icon */
.search-box .search-input .icon {
    position: absolute;
    right: 18px;
    font-size: 16px;
    color: #7a7a7a;
}

/* Dropdown button */
.search-box .search-select {
    min-width: 220px;
}

.search-box .search-select .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    font-size: 15px;
    color: #6c757d;
}

/* Remove default arrow */
.search-box .search-select .dropdown-toggle::after {
    display: none;
}

/* Chevron */
.search-box .search-select i {
    font-size: 14px;
    color: #7a7a7a;
}

/* Dropdown menu styling */
.search-box .dropdown-menu {
    border-radius: 16px;
    border: none;
    padding: 10px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.search-box .dropdown-item {
    font-size: 14px;
    padding: 10px 20px;
    color: #555;
}

.search-box .dropdown-item:hover {
    background: #f2f2f2;
}

.image-with-source {
    position: relative;
    display: inline-block;
}

.logo-social {
    margin-bottom: 40px;
}
.theme-2 .header_nav .dark {
    display: none;
}

/* // for handle */
.header_nav .light {
    display: none;
}
.header_nav .dark {
    display: block;
}

.theme-2.header_nav .light {
    display: block;
}
/* end handle */

.theme-2.header_nav .dark {
    display: none;
}
.header_nav .dark.open {
    display: none;
}
.theme-2.header_nav .light.open {
    display: none;
}

/* Responsive tweaks */

/* smaller laptops  */
@media (max-width: 1511px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1352px;
        --bs-gutter-x: 40px;
    }

    .home.two_sided_col .sideleft {
        flex: 0 0 40%;
    }
    .home.two_sided_col .sideiim {
        flex: 0 0 60%;
    }

    .team-card {
        flex: 1 1 308px;
        max-width: 400px;
        margin-bottom: 24px;
    }

    .what_we_do {
        width: auto;
    }

    .pad-80 {
        padding: 40px;
    }

    .full-pad {
        padding-bottom: 40px !important;
    }
}

@media (max-width: 1120px) {
    .section_side_impact {
        max-width: 180px;
    }
    .managing_qr .qs-attribution .qs-name {
        display: block;
    }
    .managing_qr .qs-attribution {
        /* width: 100%; */
        display: block;
    }
}
@media (max-width: 1023px) {
    .navbar-toggler.collapsed .dark {
        display: block;
    }
    .navbar-toggler.collapsed .dark.open_ {
        display: none;
    }
    .navbar-toggler .dark {
        display: none;
    }
    .navbar-toggler .dark.open_ {
        display: block;
    }

    .navbar-brand img {
        width: 73px;
    }
    .theme-2.header_nav .btn.bg-peach {
        background-color: #0063ac;
        color: #fff !important;
    }
    .theme-2 .navbar-toggler .dark {
        display: none;
    }
    .theme-2 .navbar-toggler.collapsed .light {
        display: block;
    }
    .theme-2 .navbar-toggler.collapsed .light.open_ {
        display: none;
    }
    .theme-2 .navbar-toggler .light {
        display: none;
    }
    .theme-2 .navbar-toggler .light.open_ {
        display: block;
    }

    .aboutSwiper img {
        object-fit: cover;
        height: 400px;
    }

    .aboutSwiper .swiper-slide {
        height: auto;
    }
    .aboutSwiper .caption {
        position: relative;
        clear: both;
    }
    .aboutSwiper .caption {
        height: 200px;
    }
    .aboutSwiper .caption .left {
        width: 150px;
    }
    .aboutSwiper .caption .right {
        width: calc(100% - (150px + 32px));
    }

    .gap-custom-24 {
        gap: 12px;
    }
    .pad-80 {
        padding: 60px 20px;
    }

    .full-pad {
        padding-bottom: 60px !important;
    }
    .pad-80 .container {
        padding: 0px;
    }

    .casebox-group,
    .what_we_do_group,
    .insight-card-group,
    .grid-4,
    .team-wrapper {
        gap: 16px;
        grid-template-columns: repeat(3, 1fr);
    }

    .gap-32 {
        gap: 16px;
    }

    .gap-56 {
        gap: 28px;
    }

    .home.two_sided_col .sideleft {
        flex: 0 0 35%;
    }
    .home.two_sided_col .sideiim {
        flex: 0 0 65%;
    }
}

@media (max-width: 881px) {
    .buttons_group .btn {
        display: flex;
        justify-content: space-between;
        gap: 5px;
    }
    .casebox-group,
    .what_we_do_group,
    .insight-card-group,
    .grid-3,
    .grid-4,
    .team-wrapper {
        gap: 14px;
        grid-template-columns: repeat(3, 1fr);
        display: grid;
    }
    .break_tab_2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-wrapper.blog {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .flex_1_2 {
        align-items: normal;
    }

    .article_box {
        max-width: 100%;
    }
    */ .team-wrapper.blog .team-card .img-wrapper {
        max-height: inherit;
    }
    .hero_home {
        margin: 20px 0px;
    }
    .pt-5 {
        padding-top: 20px !important;
    }

    .team-wrapper.blog .team-card {
        max-width: 100%;
    }

    /* .team-wrapper.blog {
        gap: 0px;
    } */

    .blog_flex {
        display: block !important;
    }

    .share_box {
        min-width: 100%;
    }

    .team-modal .modal-content {
        padding: 20px;
    }

    .our_people_hero .container {
        padding: 64px 0px !important;
        background-size: 250px;
    }

    .team-card {
        max-width: 100%;
    }

    .managing_qr .qs-inner {
        grid-template-columns: 1fr;
    }

    .managing_qr .qs-photo {
        height: auto;
        min-width: auto;
    }

    .managing_qr .qs-content {
        padding: 40px 28px 36px;
    }

    .what_we_do {
        width: 100%;
        margin-bottom: 20px;
    }

    .two_sided_col {
        padding: 20px 0;
        padding-top: 0;
    }

    .article_box {
        margin-bottom: 0px;
        width: 100%;
    }

    .two_sided_col .sideleft {
        max-width: 100%;
    }

    .two_sided_col .sideleft img {
        width: 100%;
    }

    .buttons_group .btn {
        margin-bottom: 20px;
    }

    .buttons_group {
        /* display: block; */
    }

    .two_sided_col .sideiim {
        padding: 20px;
    }

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

    .pad-80 {
        padding: 60px 20px;
    }
    .full-pad {
        padding-bottom: 60px !important;
    }

    .pad-40 {
        padding: 0px;
    }
    .pad-mobile-20 {
        padding: 20px;
    }

    .mad-y-80 {
        margin-top: 20px;
    }

    .impact-content .semi-title {
        margin-top: 40px;
        margin-bottom: 24px;
    }

    .article_box {
        max-width: 100%;
    }
    .nav-link.dropdown-toggle.show .dark.open {
        display: block;
    }

    .nav-link.dropdown-toggle.show .dark {
        display: none;
    }

    .theme-2 .nav-link.dropdown-toggle.show .dark.open {
        display: none;
    }

    .theme-2 .nav-link.dropdown-toggle.show .dark {
        display: none;
    }

    .theme-2 .nav-link.dropdown-toggle.show .light.open {
        display: block;
    }

    .theme-2 .nav-link.dropdown-toggle.show .light {
        display: none;
    }

    .header_nav .btn.bg-peach {
        background-color: transparent;
        width: 100%;
        height: 44;
        opacity: 1;
        padding-top: 10px;
        padding-right: 16px;
        padding-bottom: 10px;
        padding-left: 16px;
        gap: 6px;
        border-radius: 96px;
        background-color: #ede4ef;
        text-align: center;
        display: block;
        color: var(--dblack) !important;
    }

    .header_nav .nav-link.dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navbar-toggler {
        padding: 0px;
    }

    .header_nav a {
        opacity: 1;
        gap: 16px;
    }

    .gap-64 {
        gap: 40px;
    }
    .feature_impact {
        max-height: inherit;
    }
    .featured_impact_right {
        padding: 40px;
    }
    .featured_impact_right .btn {
        margin-top: 40px;
    }

    .pad-top-64 {
        padding-top: 40px !important;
    }
    .clients {
        margin: 20px 0;
    }

    .gap-104 {
        gap: 52px;
    }
    .search-box .search-select,
    .search-box .dropdown-menu {
        width: 100%;
    }

    .stay_ahead.full-pad .bg-white {
        padding: 40px;
    }
    .hero.impact .w-50 {
        width: 100% !important;
    }
    .flex_1_2 {
        flex-direction: column;
        gap: 24px;
    }

    .our_impact {
        /* padding-top: 30px; */
    }

    .insight-card-group {
        flex-direction: column;
        padding-top: 40px;
    }
    .stat-item h2 {
        font-size: 36px;
    }

    .stat-item p {
        font-size: 14px;
    }
}

/*  edge cases  */
@media (max-width: 575.98px) {
    .header_nav .navbar-nav {
        margin-top: 24px;
    }
}
/* Mobile-only: screens smaller than 576px */
@media (max-width: 575.98px) {
    .m-bottom-10 ._speaker_name {
        margin-bottom: 10px;
    }

    .m-bottom-10 ._speaker_name:last-of-type {
        margin-bottom: 0px;
    }
    .blog-hero {
        height: 200px;
    }
    .subscribe-btn.btn {
        display: none;
        visibility: hidden;
    }

    .newsletter-form .input-group input {
        height: 48px;
    }
    .subscribe-btn.mobile_sub {
        display: flex;
        visibility: visible;
        margin: 0;
        margin-top: 10px;
    }

    .stay_ahead .side_iim > svg {
        width: 100%;
    }
    .impact-content .semi-title {
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .header_nav {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .our_people_hero .container {
        background-image: none;
    }

    .header_nav .dropdown-menu {
        background-color: transparent;
    }

    .header_nav .navbar-nav {
        margin-top: 24px;
    }
    .header_nav .btn.bg-peach {
        background-color: transparent;
        width: 100%;
        height: 44;
        opacity: 1;
        padding-top: 10px;
        padding-right: 16px;
        padding-bottom: 10px;
        padding-left: 16px;
        gap: 6px;
        border-radius: 96px;
        background-color: #ede4ef;
        margin: 24px 0px;
        text-align: center;
        display: block;
        color: var(--dblack) !important;
    }
    .search-box {
        flex-wrap: wrap !important;
    }

    img {
        filter: grayscale(0) !important;
    }

    .grayscale {
        filter: grayscale(0) !important;
    }

    .casebox-group,
    .what_we_do_group,
    .insight-card-group,
    .grid-4,
    .team-wrapper {
        gap: 24px;
        grid-template-columns: repeat(1, 1fr);
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mul_ .hero_slide {
        height: 250px;
    }

    .team-modal .custom-close {
        /* width: 30px;
        height: 30px; */
        visibility: visible;
        opacity: 1;
        background: #fff;
        padding: 10px;
    }
    .subscribe-btn {
        margin-left: -20px;
    }
    .managing_qr .qs-attribution {
        display: block;
    }

    .managing_qr .qs-attribution > span {
        display: block;
    }
    span.qs-dot {
        display: none !important;
    }

    .buttons_group {
        display: block;
    }
    .buttons_group .btn {
        width: fit-content;
    }

    .mt-64 {
        margin-top: 24px;
    }

    .aboutSwiper .swiper-slide {
        height: auto;
    }

    .aboutSwiper .caption {
        display: block;
        position: relative;
        padding: 20px 0px;
        height: 270px;
        /* height: auto; */
    }
    .aboutSwiper .caption .container {
        /* display: block !important; */
        position: relative;
    }

    .aboutSwiper .caption .left {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .aboutSwiper .caption .right {
        /* display: none; */
        font-size: 14px;
        float: none;
        width: 100%;
    }

    .stay_ahead {
        /* padding: 0; */
        /* padding-top: 20px; */
        /* padding-bottom: 20px; */
    }

    .stay_ahead .bg-flat {
        padding: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .team-wrapper.blog {
        grid-template-columns: 1fr;
    }
    .team-wrapper.blog .team-card .img-wrapper {
        max-height: inherit;
        height: auto;
    }
    .powering h3 {
        font-size: 24px;
    }
    .header_nav .gap-custom-24 {
        gap: 5px;
    }
    .powering {
        padding: 20px 0;
        padding-top: 30px;
    }
    .blue-qoute::before {
        left: 0px;
        top: 5px;
    }

    .content-50-auto {
        font-size: 20px;
    }

    .big-title {
        font-size: 36px;
        font-weight: 700;
    }

    .medium-title {
        font-size: 27px;
        font-weight: 700;
    }

    .small-title {
        font-weight: 700;
        font-size: 28px;
    }

    .semi-title {
        font-weight: 700;
        font-size: 24px;
    }

    .logo-social {
        display: block !important;
        /* margin-bottom: 20px; */
    }

    footer .social-icons {
        margin-top: 20px;
    }

    footer .nav-col {
        flex: 1 1 calc(50% - 10px);
    }

    footer .nav-columns {
        gap: 20px;
    }

    footer {
        background-size: 200px;
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .newsletter-section {
        padding-bottom: 40px;
    }
    .team-modal h4 {
        margin-top: 20px;
    }

    .casebox-group,
    .what_we_do_group,
    .insight-card-group,
    .grid-3,
    .grid-4 {
        gap: 24px;
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }
}
@media (min-width: 393px) {
    .header_nav a.last_button {
        width: max-content !important;
    }
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

/* remove later fo experiment */
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
}

.marquee {
    display: flex;
    width: max-content;
    animation: scroll 15s linear infinite;
}

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

/* Each group */
.marquee-content {
    display: flex;
}

/* Individual records */
.item {
    /* min-width: 200px;  */
    padding: 0;
    margin-right: 80px;
    /* background: #f5f5f5; */
    text-align: center;
    align-content: center;
}

.marquee .item > img {
    max-height: 70px;
    max-width: 250px;
}
/* Animation */
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-30%);
    }
}
