/* ========== GLOBAL RESET ========== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.btnWidth {
    width: 50% !important;
}

body {
    font-family: 'Exo 2', sans-serif;
    background: #202020;
    height: 100%;
}

body.stopscroll {
    overflow-y: hidden;
}

:root {
    --red-card-bg1: #374b54;
    --red-card-bg2: #2f3f46;
    --red-text: #e8eef1;
    --red-input-bg: #7e1c1c;
    --red-input-bg2: #8a2323;
    --red-input-text: #f3f5f6;
    --red-placeholder: #d5c7c7aa;
    --red-btn-top: #2a2a2e;
    --red-btn-bot: #121316;
    --red-btn-border: #ffffff33;
    --red-btn-glow: #5a49ff;
    --red-outline: #ffffff22;
}

.topBanner {
    position: relative;
    min-height: auto;
    padding: 40px 20px;
    overflow: hidden;
}

.topBanner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    background:
        linear-gradient(rgba(32, 32, 32, 0.55), rgba(32, 32, 32, 0.55)),
        url('/red-health/assets/mainbanner.png') bottom right / cover no-repeat;
    background-blend-mode: multiply;
}

.secFirstGrid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    margin-top: 100px !important;
}

.red-card {
    width: 420px;
    max-width: calc(100vw - 28px);
    color: var(--red-text);
    background: radial-gradient(125% 120% at 10% 0%, var(--red-card-bg1) 0%, var(--red-card-bg2) 70%);
    padding: 28px;
    border-radius: 22px;
    box-shadow:
        inset 0 0 0 1px var(--red-outline),
        0 20px 40px rgba(0, 0, 0, .45);
}

.red-title {
    font-size: 27.3px;
    line-height: 1.15;
    letter-spacing: .2px;
    margin: 0 0 18px 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
}

.red-field {
    margin-bottom: 12px;
}

.red-input {
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    padding: 0 14px;
    color: var(--red-input-text);
    background:
        linear-gradient(180deg, var(--red-input-bg2), var(--red-input-bg));
    box-shadow:
        inset 0 0 0 1px #5e0e0e55,
        0 1px 0 #00000055;
}

.red-input::placeholder {
    color: var(--red-placeholder);
}

.red-input:focus {
    box-shadow:
        inset 0 0 0 2px #c34c4c,
        0 0 0 3px #c34c4c33;
}

.red-btn {
    display: inline-block;
    width: 100%;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(180deg, #2c353a, #1e262b00);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    position: relative;
    border: none;
    transition: all 0.3s ease;
}

.red-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    /* border thickness */
    background: linear-gradient(90deg, #ffffff 0%, #4b00ff 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.red-btn:hover {
    box-shadow: 0 0 8px 2px rgba(75, 0, 255, 0.4);
    transform: translateY(-1px);
    color: #fff;
}

.red-btn:hover {
    transform: translateY(-1px);
    box-shadow:
        inset -2px 0 0 var(--red-btn-glow),
        0 6px 16px rgba(0, 0, 0, .4),
        0 0 0 1px #ffffff26;
}


.red-btn:active {
    transform: translateY(0);
    box-shadow:
        inset -2px 0 0 var(--red-btn-glow),
        0 2px 8px rgba(0, 0, 0, .45),
        0 0 0 1px #ffffff1f;
}
































.BannerPara {
    margin-top: 50px;
    font-size: 40px;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
    max-width: 100%;
    line-height: 54px;
}

.redContsiner {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}

.RightSec {
    display: flex;
    place-items: end;
}

.red-stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .65) 60%, rgba(0, 0, 0, .4) 100%);
}

.red-stats-wrap {
    position: relative;
    z-index: 1;
    padding: 0px 24px;
}

.red-stats-col {
    position: relative;
    padding-left: 32px;
    max-width: 560px;
}

.red-stats-col::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ffffff;
    opacity: 0.9;
}

.red-stat {
    padding: 18px 0 26px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.red-stat:last-child {
    border-bottom: none;
}

.red-stat .red-kicker {
    font-size: 44px;
    letter-spacing: .5px;
    line-height: 1.05;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
    font-weight: 500;
}

.red-stat .red-sub {
    margin-top: 6px;
    font-size: 20px;
    opacity: .95;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
}

.red-stat .red-note {
    margin-top: 2px;
    font-size: 15px;
    color: #fff;
}

.cardGridBanner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 25px;
    border-radius: 15px;
    margin-top: 40px;
    background-color: #393b3f;
}

.red-card-new {
    --rc-radius: 8px;
    --rc-border: 1px solid #e5e7eb;
    --rc-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    --rc-text: #111827;
    --rc-muted: #6b7280;
    --rc-bg: #f3f4f6;
    background: #fff;
    border: var(--rc-border);
    box-shadow: var(--rc-shadow);
    overflow: hidden;
    color: var(--rc-text);
    border-radius: 5px;
}

.red-card-image {
    aspect-ratio: 4 / 3;
    background: #ddd;
    overflow: hidden;
}

.red-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.red-card-body {
    background: var(--rc-bg);
    padding: 18px 20px 16px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.red-card-body:hover {

    background-color: #DD2827;
    color: #fff;
    box-shadow: 0 10px 25px rgba(221, 40, 39, 0.3);
}

.red-card-body:hover .red-card-tag,
.red-card-body:hover .red-card-date,
.red-card-body:hover .red-card-title {
    color: #fff !important;
}

.bodyCardGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.bodyCardGrid .red-card-body {
    background-color: #fff;
}

.bodyCardGrid .red-card-body:hover {
    background-color: #DD2827;
}

.red-card-title {
    margin: 0 0 22px;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: #3A3A3A !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
}

.red-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
}

.red-card-tag {
    color: #323232 !important;
    text-transform: lowercase;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
}

.red-card-date {
    color: #323232 !important;
    white-space: nowrap;
    font-family: 'Exo 2', sans-serif;
    font-weight: 300;
}

.red-card:hover {
    transform: translateY(-2px);
    transition: transform .2s ease;
}

.nationCardImg {
    width: 100%;
}

.cardLogs {
    width: 100%;
}

.nationMain {
    font-family: 'Exo 2', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

.nation-container {
    max-width: 1000px;
    width: 100%;
    z-index: 1;
}

.nation-heading {
    text-align: center;
    font-size: 40px;
    color: white;
    margin-bottom: 60px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
}

.nation-highlight-text {
    color: #DD2827;
    font-weight: 500;
   
}
.nation-highlight-text img{
   width: 90px;
   
}

.nation-grid-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin: 0 auto;
    position: relative;
    isolation: isolate;
    z-index: 0;
}

.nation-grid-wrapper::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, transparent, white, transparent);
    transform: translateX(-50%);
}

.nation-grid-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(to right, transparent, white, transparent);
    transform: translateY(-50%);
}

.nation-card {
    background:
        linear-gradient(white, white) padding-box,
        linear-gradient(to bottom, #2B00FF 0%, #FF3F3F 100%) border-box;
    border-radius: 15px;
    border: 1px solid transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
}

.nation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.nation-card-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 13px 13px;
}

.nation-card-image img {
    display: block;
    margin: auto;
    width: 100%;
}

.nation-card-content {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nation-card-title {
    font-size: 24px;
    color: #333;
    font-weight: 100;
}

.nation-card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 24px;
}

.nation-card:hover {
    background: #4C4C4C;
    cursor: pointer;
}

.nation-card:hover .nation-divider-line {
    background: #fff;
}

.nation-card:hover .nation-card-title {
    color: #fff;
}

.nation-divider-line {
    width: 90%;
    margin: 0px auto;
    border: none;
    height: 1px;
    background: #888888;
}

.nation-tooltip {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    color: white;
    padding: 10px;
    border-radius: 8px;
    max-width: 300px;
    width: 100%;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.nation-tooltip-left {
    left: -320px;
}

.nation-tooltip-right {
    left: 100%;
    margin-left: 20px;
}

.nation-tooltip:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    transform: translateY(-50%);
}

.nation-tooltip-left:after {
    left: 100%;
}

.nation-tooltip-right:after {
    right: 100%;
}

img[src="/red-health/assets/img/Group 1123.png"] {
    position: absolute;
    top: 10px;
    left: 0;
}

.stackContainer {
    max-width: 90%;
    margin: 0px auto;
    display: grid;
    margin-top: 30px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
}

.stackSec {
    width: 100%;
    position: relative;
    padding-bottom: 0;

}

.secOne {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.stackSec .main-card-content {
    justify-content: end;
}

.stackSec::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 100%;
    height: 80%;
    background-image: url('/red-health/assets/colorbg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

.stackSec .main-card-description {
    color: #fff;
    font-size: 27px;
    font-weight: 300;
}

.main-card .main-card-description {
    color: #4C4C4C;
    font-size: 24px;
    line-height: 31px;
    font-weight: 300;
}

.stackSec .connectWithus {
    background-color: #fff;
}

.secondParnetSlide {
    padding: 80px 0px;
}

:root {
    --rh-step: 10px;
    --rh-radius: 18px;
    --rh-autoplayDelay: 2400ms;
    --rh-cardH: 520px;
}

.rh-slider-wrap {
    overflow: hidden;
    padding-right: calc(var(--rh-step) * 5);
}

.rh-stack {
    position: relative;
    height: var(--rh-cardH);
}

.rh-card {
    position: absolute;
    inset: 0;
    border-radius: var(--rh-radius);
    overflow: hidden;
    background: #111;
    transform: translate3d(0, 0, 0);
    will-change: transform, opacity, filter;
}

.rh-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; /* ✅ aligns image to start from top */
  display: block;
}


.rh-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(120% 70% at 70% 110%, rgba(0, 0, 0, .55), transparent 55%),
        linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0) 45%);
    pointer-events: none;
}

.rh-badge {
    position: absolute;
    z-index: 2;
    top: 122px;
    left: 0px;
    background: #e0112b;
    color: #fff;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 18px
}

.rh-secured {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 18px;
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.rh-secured b {
    color: #ff1e2e
}

:root {
    --radius-xl: 16px;
    --radius-lg: 14px;
    --radius-pill: 14px;
    --shadow-soft: 0 14px 40px rgba(0, 0, 0, .12);
    --shadow-tiny: 0 3px 14px rgba(0, 0, 0, .08);
    --brand: #5b3df5;
    --brand-2: #2a66ff;
    --text: #0f0f15;
}

.grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 48px;
    align-items: start;
}

.heroCard {
    position: relative;
}

.heroCard__image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-soft);
}

.heroCard__panel {
    position: relative;
    width: 100%;
    height: 240px;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, #f3f3f5 0%, #e1e2e6 60%, #d7d9dd 100%);
    box-shadow: var(--shadow-soft);
}

.heroCard__panelInner {
    height: 100%;
    padding: 28px;
}

.btn-outline {
    background: #fff;
    color: #6844AA;
    border: 2px solid #6844AA;
    border-radius: 5px;
    padding: 14px 26px;
    font-weight: 500;
    letter-spacing: .2px;
    box-shadow: var(--shadow-tiny);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .15s ease, box-shadow .2s ease;
}

.btn-outline:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(91, 61, 245, .25)
}

.features {
    display: grid;
    gap: 26px;
    align-items: center;
    width: 80%;
}

.featureWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.feature {
    position: relative;
    border-radius: var(--radius-pill);
    background: #fff;
    padding: 32px 22px 32px 70px;
    font-weight: 400;
    color: #232533;
    box-shadow: var(--shadow-tiny);
}

.feature::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--radius-pill);
    padding: 1.5px;
    background:
        linear-gradient(90deg, #b45b7a 0%, var(--brand-2) 100%);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.feature__icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #fff;
}

.feature__icon img {
    width: 38px;
    height: 38px;
    display: block;
}

.feature__text {
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
    color: #000;
    font-family: 'Manrope', sans-serif;
}

.title {
    margin: 0 0 12px 0;
    font-weight: 500;
    font-size: 20px;
}

.muted {
    color: #666;
    font-weight: 300
}

@media (max-width: 1060px) {
    .grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 680px) {
    .heroCard__image {
        height: 200px
    }

    .btn-outline {
        padding: 12px 20px
    }

    .feature {
        padding: 16px 18px 16px 66px
    }
}

@media (max-width: 460px) {
    .heroCard__image {
        height: 180px
    }

    .feature__text {
        font-size: 15px
    }
}

@media (max-width: 1024px) {
    :root {
        --rh-cardH: 460px
    }
}

@media (max-width: 768px) {
    :root {
        --rh-radius: 14px;
        --rh-cardH: 400px
    }

    .rh-badge {
        font-size: 16px;
        padding: 10px 14px
    }

    .rh-secured {
        font-size: 18px
    }
}

@media (max-width: 560px) {
    :root {
        --rh-cardH: 360px
    }
}

@media (max-width: 420px) {
    :root {
        --rh-cardH: 320px
    }
}

.leftParasec.miniFont {
    color: #E2E2E2;
    font-weight: 300;
    font-size: 48px;
    margin-bottom: 10px;
}

.containerRed {
    width: 80%;
    margin: auto;
}

.thirdGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.leftPara {
    font-size: 40px;
    line-height: 52px;
    color: #E1E1E1;
    font-weight: 100
}

.marginSection {
    margin-top: 80px;
}

.connectWithus {
    font-weight: 400;
    font-size: 18px;
    padding: 10px 40px;
    border: 2px solid #6844AA;
    color: #6844AA;
    text-decoration: none;
    border-radius: 5px;
    width: max-content;
    background-color: #fff;
}

.stats-card {
    width: 430px;
    background: hsl(49.09deg 57.89% 96.27%);
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 24px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-image: url('/red-health/assets/Rectangle\ 13522x.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
            height: 578px;
}

.stat-item {
    padding: 26px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
}

.stat-item h2 {
    font-weight: 500;
    font-size: 40px;
    color: #474747;
    margin: 4px;
    width: 90px;
}

.stat-item p {
    font-weight: 300;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    color: #444;
    padding-left: 13%;
}

.item2 {
    display: flex;
    justify-content: end;
}

.item1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

/* Divider */
.divider {
    height: 5px;
    background: rgba(0, 0, 0, 0.05);
    margin: 0 auto;
}

/* Footer text */
.footerottom {
    padding: 16px 24px 0;
    color: #323232;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
    font-family: 'Manrope', sans-serif;
}

.floatImg {
    position: absolute;
    top: 18%;
    right: -20px;
    width: 60%;
    height: auto;
    opacity: 0.4;
}




/* ============================================== */

:root {
    --sli-gap: 18px;
    /* space between slides */
    --sli-card-h: 460px;
    /* card height */
    --sli-radius: 22px;
    /* outer radius */
}

.sliderBGSec {
    position: relative;
    /* Remove background properties from the main element */
    margin-bottom: 80px;
    margin-top: 80px;
}

.sliderBGSec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    /* Set your desired image height here */

    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    /* Places it behind the content */
}

.sliderBGSec.bannerFirst::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    /* Set your desired image height here */

    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    /* Places it behind the content */
}



.mainSymbolImg {
    position: absolute;
    right: 0%;
    top: 5%;
    opacity: 20%;
    pointer-events: none;
    width: 54%;
}




.sli-viewport {
    position: relative;
    /* padding: 80px 0px; */
}

/* ===== Slick spacing & alignment ===== */
.sliderBGSec .slick-slider {
    overflow: hidden;
}

.sli-wrap .slick-track {
    display: flex;
    align-items: stretch;
    padding: 80px 0px;

}

.sliderBGSec .slick-slide {
    height: 100%;
    margin: 0 calc(var(--sli-gap) / 2);
}

.sliderBGSec .slick-list {
    margin: 0 calc(var(--sli-gap) * -0.5);
    /* compensate outer margins */
}

/* ===== Each slide ===== */
.sli-item {
    height: 100%;
}

/* optional stagger like your original */
.sli-item:nth-child(odd) {
    transform: translateY(-18px);
}

.sli-item:nth-child(even) {
    transform: translateY(50px);
}

/* ===== Card (CSS-only flip) ===== */
.sli-flip {
    perspective: 1200px;
    height: var(--sli-card-h);
}

.sli-card {
    position: relative;
    height: 100%;
}

.sli-inner {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
    transition: transform .7s cubic-bezier(.2, .6, .2, 1);
}

.sli-flip:hover .sli-inner {
    transform: rotateY(180deg);
}

.sli-side {
    position: absolute;
    inset: 0;
    background: #fff;
    border-radius: var(--sli-radius);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
    padding: 14px;
    backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Front */
.sli-media {
    flex: 1 1 auto;
    background: #cfcfcf center/cover no-repeat;
    border-radius: 16px;
    min-height: 200px;
}

.sli-info {
    flex: 0 0 auto;
    display: flex;
    /* align-items: flex-end; */
    justify-content: space-between;
    padding: 0px 6px 6px;
    gap: 8px;
}

.sli-name {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .2px;
    color: #575757;
    font-family: 'Manrope', sans-serif;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
}

.sli-role {
    margin-top: 6px;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #575757;
}

.sli-brand img {
    width: 112px;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Back */
.sli-back {
    transform: rotateY(180deg);
}

.sli-backpad {
    flex: 1 1 auto;
    border-radius: 16px;
    background: #fff;
    padding: 34px 28px 28px;
    display: flex;
    flex-direction: column;
}

.sli-quote {
    font-size: 20px;
    line-height: 1.35;
    color: #555;
    margin: 8px 6px 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;

}

.sli-footer {
    margin-top: auto;
    padding: 0 6px;
}

.sli-divider {
    height: 1px;
    background: #cfcfcf;
    width: 76%;
    margin: 22px 0 14px;
}

.sli-person {
    font-size: 20px;
    color: #222;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;

}

.sli-personrole {
    margin-top: 8px;
    color: #666;
    font-size: 12px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}

/* ===== Slick arrows & dots (optional tuning) ===== */
.sliderBGSec .slick-dots li button:before {
    font-size: 10px;
}

.sliderBGSec .slick-prev:before,
.sliderBGSec .slick-next:before {
    opacity: .85;
}

.leftParasec {
    font-weight: 300;
    font-size: 40px;
    color: #fff;
}

.divPadding {
    padding: 60px 0px;
}

/* Background + spacing */
.partnersSec {
    margin: 0;
}

.partnersBg {

    background-position: center;
    padding: 80px 0;
    /* Gap above heading */
    text-align: center;
}

/* Your heading style */
.partnersTitle {
    color: #fff;
    font-weight: 300;
    /* Light */
    font-size: 40px;
    /* YOU REQUESTED */
    line-height: 0.8;
    margin: 0 0 80px;
    /* GAP between heading & slider */
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

.partnerSlider .pItem {
    padding: 0 calc(var(--p-gap)/2);
}

.partnerSlider .pItem img {
    /* width: 140px; */
    opacity: 1;
    ;
    transition: opacity .3s, transform .3s;
    display: inline-block;
}

.partnerSlider .pItem img:hover {
    opacity: 1;
    transform: scale(1.06);
}


.main-card {
    background: url('/red-health/assets/togetherbbg.png') center/cover no-repeat;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    display: flex;
    min-height: 400px;
    position: relative;
}


/* Ensure content stays above background */
.main-card>* {
    position: relative;
    z-index: 1;
}


.main-card-content {
    flex: 1;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-card-heading {
    font-size: 32px;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 24px;
    line-height: 1.3;
}

.main-card-description {
    font-size: 24px;
    color: #E2E2E2;
    line-height: 1.6;
    /* margin-bottom: 40px; */
    font-weight: 300;
}

.main-card-btn {
    border: 2px solid #4a3f9f;
    background: transparent;
    color: #4a3f9f;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
    text-decoration: none;
    display: inline-block;
}

.main-card-btn:hover {
    background: #4a3f9f;
    color: white;
}

.main-card-image {
    flex: 1;
    overflow: hidden;
    padding: 14px;
    padding-right: 30px;
}

.main-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}

.colortxt {
    color: #4E4E4E;
    margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-card {
        flex-direction: column;
        min-height: auto;
    }

    .main-card-content {
        padding: 40px 30px;
        min-height: 300px;
    }

    .main-card-heading {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .main-card-description {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .main-card {
        border-radius: 16px;
    }

    .main-card-content {
        padding: 30px 20px;
    }

    .main-card-heading {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .main-card-description {
        font-size: 14px;
    }

    .main-card-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* RESPONSIVE fixes so 490px doesn't overflow badly */


@media(max-width:900px) {
    .partnersTitle {
        margin-bottom: 50px;
    }

    .partnerSlider .pItem img {
        /* width: 120px; */
    }
}

@media(max-width:600px) {
    .partnersTitle {
        margin-bottom: 40px;
    }

    .partnerSlider .pItem img {
        width: auto;
		height:36px;
    }
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
    :root {
        --sli-card-h: 440px;
    }

    .sli-item:nth-child(odd) {
        transform: translateY(-10px);
    }

    .sli-item:nth-child(even) {
        transform: translateY(24px);
    }

    .sli-brand img {
        width: 100px;
    }
}

@media (max-width: 640px) {
    :root {
        --sli-card-h: 400px;
    }

    .sli-item {
        transform: none !important;
    }

    /* remove stagger on small screens */
    .sli-brand img {
        width: 96px;
    }
}

@media (max-width: 1450px) {
    .containerRed {
        width: 90%;
    }

}

:root {
    --radius-xl: 18px;
    --radius-pill: 16px;
    --ink: #2b2c31;
    --brand: #e31b23;
    --blue: #2d66ff;
    --shadow-card: 0 18px 60px rgba(0, 0, 0, .14);
    --shadow-soft: 0 10px 28px rgba(0, 0, 0, .12);
}

.rh-wrap {
    max-width: 80%;
    margin: 40px auto 72px;
    padding-bottom: 80px;

}

/* ===== Heading ===== */
.rh-headline {
    font-weight: 300;
    /* Medium */
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.18;
    letter-spacing: .2px;
    margin: 0 0 24px;
    color: #E2E2E2;

}

/* ===== 2 Column ===== */
.rh-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 46px;
    align-items: stretch;
    /* equal height columns */
    margin-top: 32px;
}

.rh-showcase,
.rh-pillList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* vertical centering */
}

/* ===== Left Composite Card ===== */
.rh-showcase {
    position: relative;
    background: #fff;
    border-radius: 18px;
}

/* red underline at TOP-RIGHT of the left media (progress bar) */
.rh-showcase .rh-red-underline {
    position: absolute;
    top: -12px;
    left: 70%;
    height: 8px;
    width: 0;
    /* starts empty */
    max-width: 180px;
    background: var(--brand);
    border-radius: 20px;
    z-index: 3;
    transition:
        width var(--prog-ms, 3000ms) linear,
        top .35s ease,
        right .35s ease;
    will-change: width;
}

.rh-showcase .rh-red-underline.is-running {
    width: 180px;
}

/* fills */

.rh-showcase__mediaWrap {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
}

.rh-showcase__media {
    height: 400px;
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-card);
}

.rh-showcase__media.is-fading {
    opacity: .2;
    transform: scale(.985);
    transition: .28s ease;
}

.rh-showcase__media.is-in {
    opacity: 1;
    transform: scale(1);
    transition: .32s cubic-bezier(.22, .61, .36, 1);
}

.rh-showcase__panel {
    background: linear-gradient(180deg, #f3f4f6 0%, #e5e6ea 60%, #dadce1 100%);
    border-radius: 0 0 18px 18px;
    box-shadow: var(--shadow-card);
    padding: 42px 26px;
}

.rh-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
    align-items: start;
    color: var(--ink);
    position: relative;
}

.rh-fact {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 12px;
    align-items: flex-start;
    padding: 15px 0px;

}

.rh-fact svg {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    opacity: .9
}

.rh-fact p {
    margin: 0;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    line-height: 1.35;
    font-weight: 300;
}

/* hairlines */
.rh-facts::before,
.rh-facts::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #cfd2d8;
    top: calc(50% - .5px);
}

.rh-facts::after {
    height: 100%;
    width: 1px;
    background: #cfd2d8;
    left: 50%;
    top: 0;
}

/* ===== RIGHT PILL LIST ===== */
.rh-pillList {
    gap: 26px;
    width: 80%;
    padding-left: 50px;
}

.rh-pillWrap {
    position: relative;
    height: 70px;
}

.paddingSec {
    padding: 80px 0px;
}


/* 80% width, right aligned band behind the pill */
.rh-pillBand {
    position: absolute;
    top: -13px;
    right: 0;
    bottom: 0;
    width: 80%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    transform: translateY(-12px);
    filter: saturate(.95) brightness(.95);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

.rh-pill {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 18px;
    display: flex;
    align-items: center;
    /* padding: 0 22px 0 72px;*/
    padding: 0 22px 0 20px;
    transition: transform .18s ease, box-shadow .18s ease;
    cursor: pointer;
}

.newchange.rh-pill {
    padding: 0 22px 0 72px;
}

.rh-pill:hover {
    transform: translateY(-2px);
}

.rh-pill__icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: grid;
    place-items: center;
}

.rh-pill__text {
    font-weight: 300;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    color: #4C4C4C;
}

/* Active (dark) */
.rh-pill--active {
    background: #3f3e42;
    color: #fff;
}



.rh-pill--active .rh-pill__icon img {
    filter: brightness(0) invert(1);
    /* Make image white */
}

.rh-pill--active .rh-pill__text {
    color: #fff;
}

/* Outlined */
.rh-pill--outline {
    background: #fff;
    color: #22252f;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.rh-pill--outline::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 1.6px;
    background: linear-gradient(115deg, #b44e5f 0%, #2d66ff 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.rh-pill__text--outline {
    color: #2b2c31;
}

/* Responsive */
@media (max-width: 1060px) {
    .rh-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .rh-showcase .rh-red-underline {
        right: 12px;
    }
}

@media (max-width: 768px) {
    .rh-facts {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px 24px;
        align-items: start;
        color: var(--ink);
        position: relative;
    }

    .rh-facts::before,
    .rh-facts::after {

        background: #cfd2d800;
    }

    .rh-grid {
        grid-template-columns: 1fr;
        gap: 62px;
    }

    .rh-pillList {
        display: grid;
        justify-content: center;
        /* flex-wrap: wrap; */
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .rh-pill__icon img {
        width: 20px;
    }
}

@media (max-width: 520px) {
    .rh-pillList {
        display: grid;
        justify-content: center;
        /* flex-wrap: wrap; */
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .rh-pillWrap {
        height: 78px;
    }

    .rh-grid {
        grid-template-columns: 1fr;
        gap: 82px;
    }

    .rh-pill {
        padding-left: 66px;
    }

    .rh-pill__icon {
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }

    .rh-pill__text {
        font-size: 15px;
    }
}

.Crad-Grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

/* ===== Overlay + Opposite-side full-height panel (desktop) ===== */
.nation-panel-overlay {
    position: absolute;
    inset: 0;
    /* background:rgba(0,0,0,.35); */
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
    border-radius: 15px;
    z-index: 10;
}

.nation-panel-overlay.show {
    opacity: 1;
    pointer-events: auto;
}

.nation-sidepanel {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50% - 40px);
    /* exactly one column width without covering center gap */
    background: #4C4C4C;
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255, 255, 255, .05);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /* momentum scroll on iOS */

    opacity: 0;
    transform: translateX(20px);
    transition: opacity .22s ease, transform .22s ease;
    outline: 1px solid rgba(255, 255, 255, .08);
    z-index: 11;
    pointer-events: none;
    /* <-- prevents hidden panel blocking clicks */
}

.nation-sidepanel.right {
    right: 0;
}

.nation-sidepanel.left {
    left: 0;
    transform: translateX(-20px);
}

.nation-sidepanel.show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    position: sticky;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0));
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    z-index: 2;
    background: #4C4C4C;
}

.panel-title {
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .3px;
}

.panel-close {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    border-radius: 10px;
    padding: 6px 10px;
    cursor: pointer;
}

.panel-body {
    padding: 20px;
    display: grid;
    gap: 14px;
}

.panel-tag {
    display: inline-block;
    font-size: .8rem;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #ddd;
}

.panel-section {
    background: rgba(255, 255, 255, .04);
    padding: 14px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .06);
}

.panel-section h4 {
    margin-bottom: 8px;
    font-weight: 600;
}

.panel-section p {
    color: #ddd;
    line-height: 1.5;
    font-size: .95rem;
}


/* ====== Mobile/Tablet modal (<= 850px) ====== */
@media (max-width: 850px) {
    .nation-panel-overlay {
        position: fixed;
        inset: 0;
    }

    .nation-sidepanel {
        position: fixed;
        left: 50%;
        top: 50%;
        width: min(560px, 92vw);
        max-height: 80vh;
        transform: translate(-50%, -46%) scale(.98);
        /* subtle pop */
        border-radius: 16px;
    }

    .nation-sidepanel.left,
    .nation-sidepanel.right {
        left: 50%;
        right: auto;
        height: 60vh;
    }

    .nation-sidepanel.show {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@media (max-width:768px) {
    .nation-heading {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .nation-grid-wrapper {
        gap: 30px;
    }

    .nation-card-title {
        font-size: 1rem;
    }
}

html {
    height: 100%;
}

body {
    height: 100%;
}

body.stopscroll {
    overflow-y: hidden;
    /* disables vertical scroll */
}

.panel-section h4 {
    font-size: 16px;
}

.btnBlack {
    background-color: #00000069 !important;
}

.btnWhite {
    background: #ffffff7e !important;
    color: #000;
}

/* Desktop: hidden */
.rh-build {
    display: none;
}

/* Mobile/Tablet only */
@media (max-width:1024px) {
    #pillList {
        display: none !important;
    }

    .rh-build {
        display: grid;
        grid-template-columns: 40px 1fr 40px;
        align-items: center;
        gap: 8px;
        padding: 16px 0;
    }

    .rh-build__prev {
        grid-column: 1;
    }

    .rh-build__next {
        grid-column: 3;
    }

    .rh-build__nav {
        appearance: none;
        border: none;
        background: rgba(0, 0, 0, .35);
        width: 36px;
        height: 36px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        transition: transform .15s ease, opacity .15s ease, background .2s ease;
    }

    .rh-build__nav:hover {
        transform: scale(1.06);
        background: rgba(0, 0, 0, .48);
    }

    .rh-build__nav.slick-disabled,
    .rh-build__nav:disabled {
        opacity: .35;
        cursor: not-allowed;
        transform: none;
    }

    /* Track container for slick */
    .rh-build__track {
        grid-column: 2;
        --rh-gap: 16px;
        /* tablet default */
        overflow: hidden;
        /* slick track clip */
    }

    /* Slick internals */
    .rh-build__track .slick-list {
        overflow: hidden;
    }

    .rh-build__track .slick-track {
        display: flex;
        align-items: stretch;
    }

    /* Gap via margin */
    .rh-build__slide {
        box-sizing: border-box;
        margin: 0 calc(var(--rh-gap)/2);
        border: 1px solid rgba(255, 255, 255, .10);
        background: var(--card, #141414);
        border-radius: 14px;
        padding: 14px;
        display: flex;
        align-items: center;
        gap: 12px;
        min-height: 72px;
        text-align: left;
        transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease, background .2s ease;
        width: auto;
        min-width: 0;
    }

    .rh-build__icon {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
        display: grid;
        place-items: center;
        border-radius: 10px;
        background: rgba(255, 255, 255, .06);
        overflow: hidden;
    }

    .rh-build__icon img {
        width: 22px;
        height: 22px;
        object-fit: contain;
    }

    .rh-build__text {
        font: 600 15px/1.35 system-ui, "Manrope", sans-serif;
        color: #fff;
        letter-spacing: .2px;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Active (aria-selected=true only on slide click) */

    .rh-build__slide.slick-active {
        border-color: #DD2827;
        box-shadow: 0 6px 18px rgba(221, 40, 39, .18);
        transform: translateY(-1px);
    }

    .rh-build__slide {
        display: flex !important;
        flex-direction: row;
    }

    .rh-build__slide.slick-active .rh-build__icon {
        background: #DD28275E;
    }

    .rh-build__slide.slick-active .rh-build__text {
        color: #eafff6;
    }



    .rh-build__slide[aria-selected="true"] {
        border-color: #DD2827;
        box-shadow: 0 6px 18px rgba(221, 40, 39, .18);
        transform: translateY(-1px);
    }

    .rh-build__slide {
        display: flex !important;
        flex-direction: row;
    }

    .rh-build__slide[aria-selected="true"] .rh-build__icon {
        background: #DD28275E;
    }

    .rh-build__slide[aria-selected="true"] .rh-build__text {
        color: #eafff6;
    }

    /* Dots from slick */
    .rh-build__dots {
        grid-column: 1 / -1;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .rh-build__dots .slick-dots {
        display: flex;
        gap: 8px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .rh-build__dots .slick-dots li {
        margin: 0;
    }

    .rh-build__dots .slick-dots button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #525252;
        opacity: .6;
        border: none;
        font-size: 0;
        line-height: 0;
        padding: 0;
    }

    .rh-build__dots .slick-dots .slick-active button {
        opacity: 1;
        background: var(--accent, #DD2827);
    }

    .mainThirdSec .rh-build__track {
        margin-bottom: 0px !important;
    }

    .mainThirdSec .slick-initialized .slick-slide {
        margin-top: 4px;
        margin: 4px 15px;
    }
}

/* Tablet: 2-up + bigger gap */
@media (min-width:641px) and (max-width:1024px) {
    .rh-build__track {
        --rh-gap: 16px;
    }
}

/* Phone: 1-up + lighter gap */
@media (max-width:640px) {
    .rh-build__track {
        --rh-gap: 12px;
    }
}


.rh-pillList.hoverPopup {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 90% !important;
    margin: 0 auto;
    padding-left: 0px;
    padding-bottom: 40px;
}

.panel-body.hoverPopup {
    margin-top: 20px;
}

/* nesw Sectcion css  */
.testimonealSec {
    margin: 20px 0px;
}

.testimonealGrid {
    overflow: hidden;
    /* max-width: 80%; */
    margin: 0 auto;
    display: flex;
    min-height: 400px;
    position: relative;
}

.testimonealGrid .main-card-description {
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    /* font-size: 14px; */
    margin-top: 20px;
}

.testimonealGrid .leftParasec {
    padding-bottom: 25px;
    border-bottom: 1px solid #BABABA;
}
.testimonealSec .main-card-content {
    padding: 60px 0px;
    padding-right: 30px;
}
.testimonealSec .main-card-image {
    padding-right: 0px;
}



.rh-certifications {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
  align-items: start;
  justify-items: center;
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: "Manrope", sans-serif;
}

.rh-cert-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.rh-cert-img {
  max-width: 120px;
  height: auto;
  margin-bottom: 16px;
}

.rh-cert-title {
  font-weight: 400;
  font-size: 16px;
  color: #E1E1E1;
  margin-bottom: 8px;
}

.rh-cert-text {
  font-weight: 300; /* Manrope Light */
  font-size: 14px;
  color: #E1E1E1;
  line-height: 1.5;
  max-width: 280px;
  margin: 0 auto;
}

/* ----- Tablet (≤1024px): 2 columns ----- */
@media (max-width: 1024px) {
  .rh-certifications {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    row-gap: 40px;
  }
}

/* ----- Mobile (≤640px): 1 column ----- */
@media (max-width: 640px) {
  .rh-certifications {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .rh-cert-img {
    max-width: 100px;
    margin-bottom: 12px;
  }

  .rh-cert-title {
    font-size: 15px;
  }

  .rh-cert-text {
    font-size: 14px;
  }
  .btnWidth{
    width: 100% !important;
  }
}
.SecondImgSec{
    position: relative;
}
.explorebtnabs{
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.heroCard__panel{
        display: none;
    }
    .LeadersSec .main-card-description{
        max-width: 60%;
    }
.testiomealSubhead{
    font-size: 24px !important;
}

@media (max-width:1124px) {
    .heroCard__panel{
        display: block;
    }
    .SecondImgSec{
        display: none;
    }

}
@media (max-width:1024px) {
   .LeadersSec .main-card-description{
        max-width: 100%;
    }
}

.hverbtn:hover{
    color: #000;
  }


