html {
    margin-top: 0px !important;
}

:root {
    --bg-dark: #0B3025;
    --bg-primary: #02563D;
    --white: #FFF;
    --white-72: rgba(255, 255, 255, .72);
    --green: #24FFB3;
    --green-dark: #009F78;
    --yellow: #ECC24D;
    --orange: #F0876F;
    --border: rgba(255, 255, 255, .08);
    --transition: .35s ease;
}

section {
    padding: 80px 0px;
}


/* ai-summit-header */

.ai-summit-header {
    padding: 20px 0px;
    z-index: 9999;
    background: var(--bg-primary);
    position: relative;
}

.ai-summit-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ai-summit-head .logo {
    height: 100%;
}

.ai-summit-header .ai_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 100px;
    background: #E5482A;

}

.ai-summit-header .ai_btn:hover {
    background-color: #E65F46;
}

.ai-summit-header ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.ai-summit-header ul li a,
.ai-summit-header ul li {
    color: rgba(255, 255, 255, 0.72);
    font-family: "Public Sans";
    font-size: 16.804px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.206px;
}

.ai-summit-header ul li a:hover {
    color: #fff;
}

#hrops-header.active {
    position: fixed;
    background: #d6d6d6;
    padding: 15px 0px;
    background: var(--bg-primary);
    width: 100%;
    z-index: 9999 !important;
}

/* Hamburger */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.menu-toggle span {
    width: 24px;
    height: 1px;
    background: #ffffff;

}

.banner-section {
    background: var(--bg-dark);
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;

}

.banner-bg-logo {
    position: absolute;
    left: 50%;
    bottom: -24px;
    width: 90%;
    max-width: 1176px;
    transform: translate(-50%, 0);
    opacity: .08;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    will-change: transform;
    animation: bannerZigZag 35s ease-in-out infinite alternate;
}

.banner-bg-logo img {
    width: 100%;
    display: block;
}

@keyframes bannerZigZag {

    /* Bottom Center */
    0% {
        transform: translate(-50%, 0%);
    }

    /* 20% Up - Left */
    20% {
        transform: translate(-60%, -20%);
    }

    /* 40% Up - Right */
    40% {
        transform: translate(-30%, -40%);
    }

    /* 60% Up - Left */
    60% {
        transform: translate(-60%, -60%);
    }

    /* 80% Up - Right */
    80% {
        transform: translate(-30%, -80%);
    }

    /* Top Center */
    100% {
        transform: translate(-50%, -100%);
    }
}

.banner-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    z-index: 99;
    padding-bottom: 154px;
    position: relative;

}

.banner-left,
.banner-right {
    width: 55%;

}

.banner-tag {
    color: var(--green);
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.banner-tag span {
    font-weight: 700;
    font-style: italic;
}

.banner-title {
    color: var(--white);
    font-size: 63px;
    line-height: 1;
    font-weight: 700;
    margin: 9px 0px 18px 0px;
}

.banner-description {
    color: var(--white-72);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 12px;
}

.banner-info {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 50px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    border-radius: 50px;
    color: var(--white-72);
    font-size: 14px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 1.293px rgba(255, 255, 255, 0.16) inset;
}

.banner-section .lp-propel-banner-form {
    width: 100%;
    padding: 0px !important;
}

.banner-section .lp-propel-banner-form-bg {
    padding: 42px;
    border-radius: 14px;
    border: 1px solid rgb(22 113 82 / 73%);
    background: transparent;
    /* filter: blur(1px); */
}

.floating-form-input,
.floating-form-file-input,
.floating-form-control select {
    opacity: 1;
    border-radius: 8px;
    background: transparent;
    color: rgba(13, 59, 44, 0.55);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid rgba(36, 255, 179, 0.79);
}

.cookies-text-form {
    color: #fff;
}

.input-btn-orange-submit,
.input-btn-orange-submit,
.input-btn-green-submit {
    border-radius: 999px;
    background: #E5482A;
}

.no-cost {
    color: #6F9689;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
    text-align: center;
}


.floating-form-input:focus~.floating-form-label,
.floating-form-input:not(:placeholder-shown).floating-form-input:not(:focus)~.floating-form-label,
.floating-form-input:focus,
.floating-form-select:not([value=""]):valid~.floating-form-label {
    background: #0B3025;
    color: #fff;
}


.floating-form-input:focus,
.floating-form-input:not(:placeholder-shown):not(:focus) {
    border: 1px solid rgba(36, 255, 179, 0.79) !important;
    background: transparent;
    color: #fff !important;
}

.floating-box-city .result-box-city ul {
    color: #fff;
    background: #02563D;
}

.radio-combo {
    margin-top: 20px;
    margin-bottom: 12px;
}

.floating-form-select:focus,
.floating-form-select[value]:not([value=""]) {
    border: 1px solid rgba(36, 255, 179, 0.79) !important;
    background: transparent;
    color: #fff;
}

.floating-form-select:focus {
    border: 1px solid #fff !important;
}

.floating-form-control select option {
    background: #0B3025;
}

.floating-form-label {
    color: rgba(36, 255, 179, 0.79);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.floating-form-input-group-text {
    font-size: 15px;
    padding: 12px;
    border-radius: 8px 0px 0px 8px;
    background: transparent;
    border: 0px;
    color: #ffffff80;
    border: 1px solid rgba(36, 255, 179, 0.79);
    border-right: 0px;
}

.floating-form-input-group.is-focused .floating-form-input-group-text {
    border: 1px solid rgba(36, 255, 179, 0.79) !important;
}

.banner-section .section-tag {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    display: block;
    color: #1FD697;
    margin-bottom: 24px;
}

.banner-section .lp-propel-banner-form-h4 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 36px;
    width: 100%;
    letter-spacing: -0.56px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.banner-section .lp-propel-banner-form-h4 span {
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.429px;
    letter-spacing: 0px;
    margin-top: 8px;
}

/* Ticker Section */

.ticker-section {
    padding: 20px 0px;
    border-top: 1.293px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    z-index: 9;
    position: relative;

}


.ticker-wrap {
    overflow: hidden;
    width: 100%;
}

.ticker-track {
    display: flex;
    width: max-content;
    white-space: nowrap;
    animation: ticker 30s linear infinite;
}



@keyframes ticker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.ticker-track span {
    flex-shrink: 0;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 60px;
    position: relative;
}

.ticker-track span::after {
    content: "◆";
    color: var(--green);
    margin-left: 40px;
}

/* progress section */
.progress-section {
    background: var(--bg-primary);
    padding: 60px 0;
}

.progress-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 22px;
}

.progress-card {
    border: 1px solid #206A54;
    padding: 24px;
}

.progress-heading span {
    color: #FFF;
    font-size: 15.257px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.648px;
    letter-spacing: 0.305px;
}

.progress-heading p {
    color: #F0876F;
    font-size: 12.533px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.431px;
    letter-spacing: 1.755px;
    text-transform: uppercase;
}

.circle-blink {
    display: flex;
    align-items: center;
    gap: 8px;
}

.circle-blink span {
    width: 8.718px;
    height: 8.718px;
    border-radius: 50%;
    background: #E56046;
    box-shadow: 0 0 13.077px 0 #E56046;
    flex-shrink: 0;
    animation: blinkPulse 1.5s ease-in-out infinite;
}


@keyframes blinkPulse {
    0% {
        opacity: .2;
        transform: scale(.7);
        box-shadow: 0 0 4px #E56046;
    }

    50% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 13.077px #E56046;
    }

    100% {
        opacity: .2;
        transform: scale(.7);
        box-shadow: 0 0 4px #E56046;
    }
}

.progress-card small {
    color: var(--white-72);
    display: block;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 1.831px;
}

.progress-card h4 {
    color: var(--white);
    margin-top: 6px;
    margin-bottom: 22px;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}


.progress-line {
    height: 5px;
    background: rgba(255, 255, 255, .1);
    border-radius: 20px;
    overflow: hidden;
}

.progress-line span {
    display: block;
    width: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: var(--green-dark);
}

/* Start animation only when section becomes visible */
.progress-section.animate .progress-line span {
    animation: progressFill 3s ease forwards;
}

/* Progress values */
.progress-line .span1 {
    --progress: 20%;
}

.progress-line .span2 {
    --progress: 40%;
}

.progress-line .span3 {
    --progress: 60%;
}

.progress-line .span4 {
    --progress: 80%;
}

.progress-line .span5 {
    --progress: 100%;
}

/* Active card */
.progress-card.active .progress-line span {
    --progress: 100%;
    background: var(--yellow);
}

@keyframes progressFill {
    from {
        width: 0;
    }

    to {
        width: var(--progress);
    }
}

/* Shine */
.progress-line span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(255, 255, 255, .8) 50%,
            transparent 100%);
    transform: translateX(-150%);
    animation: shine 4s linear infinite;
}

/* .progress-card.active .progress-line span {
    width: 100%;
    background: var(--yellow);

} */

.progress-card.active {
    background: linear-gradient(180deg, rgba(248, 215, 114, 0.16) 0%, rgba(248, 215, 114, 0.00) 100%);
    border: 0px;
}

.progress-card.active small,
.progress-card.active h4 {
    color: #ECC24D;
}

.progress-card.active .small,
.progress-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-card.active .small span {
    padding: 4px 8px;
    border-radius: 99px;
    background: #F8D772;
    color: #01281C;
    font-size: 9px;
    font-weight: 700;
    line-height: 15.203px;
    letter-spacing: 1.569px;
}

@keyframes shine {
    0% {
        transform: translateX(-100%);
    }

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

/* WHY THIS SECTION */
.why-this-section {
    background: #F4EEE4;
    position: relative;
}

.why-this-wrapper {
    display: flex;
    gap: 77px;
    align-items: flex-start;
}

/* LEFT */
.why-this-left {
    width: 61%;
}

.section-tag {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.819px;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: block;
    color: #02B779;
    position: relative;
    padding-left: 40px;
}

.section-tag::before {
    content: "";
    background: #02B779;
    position: absolute;
    left: 0;
    top: 47%;
    width: 28.828px;
    height: 1.201px;
}

.section-title {
    color: #0E0F13;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 63px;
    margin: 40px 0px;
}

.why-this-left .section-title span {
    display: block;
    color: #02B779;
    font-style: normal;
    font-weight: 700;
}

.section-desc {
    color: #272727;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}


.why-this-right {
    width: 39%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-card {
    padding: 38px;
    border-radius: 12px;
    transition: var(--transition);
    border-radius: 16.816px;
    background: #FFF;
    position: relative;
    overflow: hidden;
}

.why-card::before {
    content: "";
    background: #02B779;
    height: 30%;
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.why-card:hover {
    transform: translateY(-3px);
    border-color: rgba(36, 255, 179, 0.3);
}


.why-label {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #02B779;
    font-weight: 700;
}

.why-card h4 {
    color: #0E0F13;
    font-size: 26.426px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.54px;
    letter-spacing: -0.529px;
    margin: 14px 0px;
}

.why-card p {
    color: #272727;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;

}

/*=========================================
    SHIFT SECTION
=========================================*/

.shift-section {
    background: #FBF7F0;
    position: relative;
    overflow: hidden;
}

.shift-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    margin-bottom: 60px;
}

.shift-head-left {
    width: 55%;
}

.shift-head-left p {
    color: #6C6A64;
    font-size: 24px;
    font-weight: 400;
}

.shift-head-right {
    width: 490px;
}

.shift-tabs {
    padding: 6px;
    border-radius: 1199.959px;
    border: 1.201px solid rgba(14, 15, 19, 0.10);
    background: #F4EEE4;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}

.shift-tab {
    border-radius: 200px;
    background: #F4EEE4;
    color: #0E0F13;
    padding: 12px 24px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    border: 0px;
    cursor: pointer;
}

.shift-tab.active {
    background: #0C3629;
    color: #fff;
}

.shift-section .section-title {
    margin: 24px 0px 15px 0px;
}


.shift-content {
    position: relative;
}

.shift-day {
    display: none;
}

.shift-day.active {
    display: block;
}

.shift-featured {
    position: relative;
    border-radius: 16px;
    background: #0C3629;
    overflow: hidden;
    padding: 50px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 78px;
}

.feature-left,
.feature-right {
    width: 50%;
}

.feature-right {
    text-align: right;
}

.featured-bg-number {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: rgba(255, 255, 255, 0.04);
    font-family: "Public Sans";
    font-size: 288.279px;
    font-weight: 900;
    line-height: 245.037px;
    letter-spacing: -11.531px;
    pointer-events: none;
    user-select: none;
}

.featured-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.featured-tag {
    color: #02B779;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
}

.featured-title {
    color: #FFF;
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.673px;
}

.featured-desc {
    color: rgba(255, 255, 255, 0.48);
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}


.meta-item {
    color: #FFF;
    text-align: right;
    font-size: 40px;
    font-weight: 300;
    line-height: normal;
}


.shift-timeline {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.timeline-item {
    display: flex;
    gap: 28px;
    padding: 28px;
    border-bottom: 1px solid rgba(14, 15, 19, 0.10);
    cursor: pointer;
}

.timeline-item:last-child {
    border-bottom: 0;
}

.timeline-item:hover {
    background: #F8F7F2;
}

.timeline-time {
    width: 17%
}

.timeline-time span {
    display: block;
    color: #0E0F13;
    font-size: 18.017px;
    font-weight: 600;
    line-height: 27.026px;
}

.timeline-time small {
    display: block;
    margin-top: 5px;
    color: #6C6A64;
    font-size: 14.414px;
    font-weight: 400;
    line-height: 21.621px;
}

.timeline-content {
    flex: 1;
    width: 60%;
}

.timeline-content h4 {
    margin-bottom: 8px;
    color: #0E0F13;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
}

.timeline-content p {
    color: #6C6A64;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.765px;
}

.timeline-content div {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 1199px;
    background: #FBE4DD;
    width: fit-content;
    margin-top: 14px;
}

.timeline-content div p {
    color: #02B779;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.timeline-arrow svg {
    cursor: pointer;
}

.timeline-type {
    width: 17%;
}

.timeline-type.active div {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 1199px;
    background: #0C3629;
    width: fit-content;
}

.timeline-type.active div p {
    color: #fff;
}

.timeline-type p {
    color: #0E0F13;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    /* letter-spacing: 2px;
    text-transform: uppercase; */
}

/* leaders-section */
.leaders-section {
    background: #0C3629;
}

.leader-head .sub-parA {
    color: #02B779;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.leader-head .section-title {
    margin: 24px 0px 16px 0px;
    color: #fff;
}

.leader-head .description {
    color: rgba(255, 255, 255, 0.72);
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.leaders-slider {
    margin-top: 60px;
}

.leader-card {
    border-radius: 16px;
    background: #167152;
    box-shadow: 0 0 0 1.201px rgba(255, 255, 255, 0.06) inset;
    padding: 16px;
    min-height: 352px;
}

.leader-card .img-wrapper {
    overflow: hidden;
    background: #499075;
    border-radius: 16px;
}

.leader-card .img-wrapper img {
    transition: 0.3s ease-in-out;
}

.leader-card .img-wrapper:hover img {
    scale: 1.06;
    transition: 0.3s ease-in-out;
}

.leader-card img {
    border-radius: 16px;
}

.leader-name {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.408px;
    margin: 20px 0px 5px 0px;
}

.leader-desig {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    min-height: 45px;
}

.leader-desig span {
    color: rgba(255, 255, 255, 0.48);
}

.leaders-slider .slick-slide {
    margin: 0 12px;
}

.leaders-slider .slick-list {
    margin: 0 -12px;

}

.card-wrapper>div {
    margin-bottom: 24px;
}

.leaders-slider img {
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
    min-height: 280px;
}

.leaders-navigation {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 32px;
}

.leaders-navigation button {
    border: 0px;
    background: #B0CEC0;
    border-radius: 50%;
    padding: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.leaders-navigation button:hover {
    background: #1E6955;
}

.leaders-navigation button svg path {
    stroke: #04291E;
}

.leaders-navigation button:hover svg path {
    stroke: #fff;
}

/*=========================================
FAQ SECTION
=========================================*/

.faq-section {
    background: #FBF7F0;
}

.faq-head {
    text-align: center;
    margin-bottom: 40px;
}

.sub-parA {
    color: #02B779;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 21.329px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.faq-head .section-title {
    margin: 0px;
    margin-top: 24px;
}

.faq-head .section-title span {
    color: #02B779;
    font-style: italic;
    font-weight: 700;
}

.faq-item {
    padding: 30px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.faq-question {
    width: 100%;
    background: none;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.faq-question span {
    color: #1B1B1B;
    transition: .3s;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.733px;
    letter-spacing: -0.439px;
}

.faq-item.active .faq-question span {
    color: #02B779;
}

.faq-answer {
    display: none;
    padding-top: 15px;
}

.faq-answer p {
    color: #6C6A64;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.993px;
}

.faq-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    transition: .35s;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #111;
    transition: .35s;
}

.faq-icon::before {
    width: 16px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.faq-icon::after {
    width: 2px;
    height: 16px;
    transform: translate(-50%, -50%);
}

.faq-item.active .faq-icon {
    background: #02B779;
}

.faq-item.active .faq-icon::before,
.faq-item.active .faq-icon::after {
    background: #FFF;
}

.faq-item.active .faq-icon::after {
    opacity: 0;
}

/*==================================
COMMUNITY
==================================*/

.community-section {
    background: #F4EEE4;
}

.community-head {
    text-align: center;
    margin-bottom: 50px;
}

.community-head .section-title {
    margin: 20px 0px;
}

.section-title span {
    color: #02B779;
    font-weight: 700;
    font-style: italic;
}

.community-head .description {
    color: #6C6A64;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.community-counter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #ABABAB;
    padding: 32px
}

.counter-card {
    padding: 0px 35px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, .08);
    width: max-content;
}

.community-counter>div:first-child {
    padding-left: 0px;
}

.community-counter>div:last-child {
    padding-right: 0px;
}

.counter-card:last-child {
    border-right: 0;
}

.counter-card h3 {
    color: #0E0F13;
    font-size: 81.367px;
    font-weight: 600;
    line-height: 73.23px;
    letter-spacing: -3.255px;
    margin-bottom: 18px;
    text-align: left;
}

.counter-card h3 span {
    font-weight: 700;
}

.counter-card h3 span:last-child {
    color: #02B779;
}

.counter-card p {
    color: #6C6A64;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.621px;
    text-align: left;
}

/*=========================================
CTA SECTION
=========================================*/

.cta-section {
    background: #E5482A;
    position: relative;
    overflow: hidden;
    padding-bottom: 160px;
}

.cta-section .banner-bg-logo {
    opacity: 0.8;
}

/* .cta-section::before {
    content: "HROps";
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
    font-size: 340px;
    font-weight: 800;
    line-height: .8;
    letter-spacing: -8px;
    color: rgba(255, 255, 255, .08);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
} */

.cta-main {
    position: relative;
    z-index: 2;
}

.white {
    color: #FFF;
}

.cta-content {
    margin-top: 25px;
}

.cta-title {
    color: #FFF;
    font-size: 99.238px;
    font-weight: 300;
    line-height: 93.284px;
    letter-spacing: -3.97px;
    margin: 30px 0px;
}

.cta-title span {
    display: block;
    font-style: italic;
    font-weight: 700;
}

.cta-description {
    color: rgba(255, 255, 255, 0.90);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    width: 60%;
}

.cta-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    margin-top: -85px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 34px;
    border-radius: 1291.347px;
    background: #0E0F13;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-size: 19.39px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.084px;
    letter-spacing: -0.097px;
    transition: var(--transition);
}

.cta-btn:hover {
    background: #000;
    transform: translateY(-3px);
}

.cta-btn svg {
    transition: var(--transition);
}

.cta-btn:hover svg {
    transform: translateX(4px);
}

.cta-note {
    color: rgba(255, 255, 255, 0.80);
    text-align: right;
    font-size: 15.512px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.268px;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.hrops-footer-section {
    background: var(--bg-dark);
    padding: 90px 0 35px;
}

.hrops-footer-main {
    display: grid;
    grid-template-columns: 2.4fr 0.7fr 0.8fr 1.1fr;
    gap: 35px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.hrops-footer-logo {
    display: inline-block;
    margin-bottom: 28px;
}

.hrops-footer-logo img {
    max-width: 220px;
    height: 100%;
}

.hrops-footer-text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 30px;
}

.hrops-footer-text strong {
    color: var(--white);
}

.hrops-footer-links h6,
.hrops-footer-info h6 {
    color: #02B779;
    font-size: 15.288px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.932px;
    letter-spacing: 2.14px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hrops-footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hrops-footer-links li {
    margin-bottom: 16px;
}

.hrops-footer-links a,
.hrops-footer-links li {
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.hrops-footer-links a:hover {
    color: var(--green);
}

.hrops-footer-info h3 {
    color: #FFF;
    font-family: "Public Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 16px;
}

.hrops-footer-location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-size: 16.562px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.843px;
    margin-bottom: 40px;
}

.hrops-footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 24px;
    border-radius: 60px;
    background: #02B779;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: var(--transition);
}

.hrops-footer-btn span {
    font-weight: 700;
}

.hrops-footer-btn:hover {
    transform: translateY(-3px);
}

.hrops-footer-btn svg {
    transition: var(--transition);
}

.hrops-footer-btn:hover svg {
    transform: translateX(4px);
}

.hrops-footer-bottom {
    padding-top: 28px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.268px;
    letter-spacing: 2.172px;
    text-transform: uppercase;
    text-align: center;
}

.__propel_success,
.__propel_success * {
    color: #ffffff !important;
}

.form-alert-msg-mtop {
    margin-top: 20px;
}

.alert-msg h3,
.alert-msg h2 strong,
p.suceess-p {
    color: #fff !important;
}

.alert-msg h2 {
    margin-top: 12px;
}

@media (max-width: 1199px) {

    .banner-main {
        gap: 50px;
        padding-bottom: 100px;
    }

    .banner-left,
    .banner-right {
        width: 50%;
    }

    .banner-title {
        font-size: 52px;
    }

    .banner-description {
        font-size: 17px;
    }

    .banner-info {
        gap: 10px;
        margin-top: 35px;
    }

    .info-item {
        padding: 10px 16px;
        font-size: 13px;
    }

    .banner-section::after {
        font-size: 260px;
        bottom: -15px;
    }

    .progress-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .progress-card {
        padding: 18px;
    }

    .progress-card h4 {
        font-size: 17px;
        line-height: 26px;
    }

    .ticker-track span {
        margin-right: 45px;
        font-size: 14px;
    }

    .ticker-track span::after {
        margin-left: 25px;
    }

    /* shift section */
    .shift-section {
        padding: 60px 0;
    }

    .shift-body {
        grid-template-columns: 360px 1fr;
        gap: 30px;
    }

    .shift-featured {
        padding: 25px;
    }

    .featured-bg-number {
        font-size: 210px;
        line-height: 1.2;
        bottom: -50px;
    }

    .meta-item {
        font-size: 25px;
    }

    .featured-title {
        font-size: 34px;
    }

    .section-title {
        font-size: 42px;
        line-height: 1.2;
    }

    .shift-head-left p {
        font-size: 20px;
    }

    .shift-head {
        gap: 20px;
    }

    .why-this-wrapper {
        gap: 32px;
    }

    .section-title {
        margin: 25px 0px;
    }

    .section-tag {
        font-size: 18px;
        line-height: 1.2;
    }

    .section-desc {
        font-size: 20px;
    }

    /* card section */
    .why-card {
        padding: 26px;
    }

    .why-card h4 {
        font-size: 20px;
        margin: 8px 0px;
    }

    .why-card p {
        font-size: 16px;
        line-height: 1.5;
    }

    /* counter section */
    .community-title {
        font-size: 52px;
    }

    .counter-card h3 {
        font-size: 48px;
        line-height: 1.2;
    }

    .community-counter {
        padding: 25px;
    }

    .counter-card {
        padding: 0px 16px;
        width: auto;
    }

    /* faqs */
    .faq-section {
        padding: 60px 0;
    }

    .faq-head {
        margin-bottom: 40px;
    }

    .faq-item {
        padding: 18px 0px;
    }

    .faq-question span {
        font-size: 20px;
    }

    /* cta section */
    .cta-section {
        padding: 60px 0;
    }

    .cta-section::before {
        font-size: 250px;
        bottom: -20px;
    }

    .cta-title {
        font-size: 58px;
        line-height: 1.2;
    }

    .cta-description {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 0px;
    }

    /* footer */
    .hrops-footer-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

    .hrops-footer-info h3 {
        font-size: 42px;
    }

}

@media (max-width:991px) {

    .cta-section {
        padding: 40px 0;
    }

    .cta-section::before {
        font-size: 140px;
        bottom: -8px;
    }

    .cta-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
    }

    .cta-left {
        max-width: 100%;
    }

    .cta-title {
        font-size: 40px;
        margin: 16px 0px;
        letter-spacing: 0px;
    }

    .cta-content {
        margin-top: 0px;
    }

    .cta-description {
        font-size: 16px;
        max-width: 100%;
        letter-spacing: 0px;
    }

    .cta-right {
        align-items: flex-start;
        width: 100%;
        margin-top: 32px;
    }

    .cta-btn {
        width: 100%;
        justify-content: center;
        padding: 12px 24px;
        font-size: 16px;
        width: fit-content;
    }

    .cta-note {
        font-size: 11px;
        line-height: 1.6;
    }

}

@media (max-width: 768px) {
    section {
        padding: 40px 0px;
    }

    .ai-summit-header ul li a {
        font-size: 14px;
    }

    .ai-summit-header ul li {
        line-height: 0px;
    }

    .ai-summit-header .ai_btn {
        padding: 8px 12px;
        font-size: 12px;
    }

    .ai-summit-header {
        padding: 24px 0;
        padding: 12px 0;
    }

    .ai-summit-head .menu-toggle {
        display: flex;
        border: 1px solid #a1a3a2;
        padding: 8px 6px;
        border-radius: 4px;
    }

    .ai-summit-head .logo {
        width: 180px;
    }

    .ai-summit-head .nav-menu {
        position: absolute;
        top: 56px;
        left: 0;
        width: 100%;
        background: #04291e;
        border-top: 1px solid #5754546b;
        display: none;
    }

    .ai-summit-head .nav-menu ul {
        padding: 12px 32px;
        gap: 20px;
        height: fit-content;
        /* flex-direction: column;  when menu increase uncomment this */
        justify-content: space-between;
        gap: 12px;
    }

    .ai-summit-head .nav-menu.active {
        display: block;
    }

    /* CROSS STATE */
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -6px);
    }


    .banner-main {
        flex-direction: column;
        gap: 40px;
        padding-bottom: 60px;
    }

    .banner-left,
    .banner-right {
        width: 100%;
    }

    .banner-tag {
        font-size: 16px;
    }

    .banner-title {
        font-size: 36px;
        line-height: 1.1;
    }

    .banner-description {
        font-size: 16px;
    }

    .banner-info {
        margin-top: 30px;
        gap: 10px;
    }

    .info-item {
        width: 100%;
        justify-content: flex-start;
        padding: 12px 16px;
    }

    .banner-section::after {
        font-size: 110px;
        bottom: -5px;
        letter-spacing: -2px;
    }

    .ticker-section {
        padding: 16px 0;
    }

    .ticker-track span {
        font-size: 12px;
        margin-right: 25px;
        letter-spacing: 1px;
    }

    .ticker-track span::after {
        margin-left: 15px;
    }

    .progress-section {
        padding: 40px 0;
    }

    .progress-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

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

    .progress-card {
        padding: 18px;
    }

    .progress-card h4 {
        font-size: 16px;
        line-height: 24px;
        margin: 5px 0px 10px 0px;
    }

    .progress-card small {
        font-size: 10px;
    }

    /* why this section */

    .why-this-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    .why-this-left,
    .why-this-right {
        width: 100%;
    }

    .why-card {
        padding: 22px;
    }

    .why-card h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .why-card p {
        font-size: 15px;
        line-height: 24px;
    }

    .why-card::before {
        height: 30%;
        width: 3px;
    }

    .section-tag {
        font-size: 10px;
        line-height: 1.2;
        letter-spacing: 2px;
        padding-left: 28px;
    }

    .section-tag::before {
        width: 22px;
    }

    .section-title {
        font-size: 25px;
        line-height: 1.3;
        margin: 12px 0px;
    }

    .section-desc {
        font-size: 16px;
    }

    /* shift section  */
    .shift-section {
        padding: 40px 0;
    }

    .shift-head {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .shift-head-left,
    .shift-head-right {
        width: 100%;
    }

    .shift-section .section-title {
        margin: 12px 0px;
    }

    .shift-head-left p {
        font-size: 16px;
    }

    .shift-tab {
        padding: 10px 14px;
        font-size: 12px;
    }

    .shift-tabs {
        gap: 6px;
        width: fit-content;
        padding: 3px;
    }

    .shift-featured {
        padding: 20px;
        margin-bottom: 12px;
    }

    .featured-bg-number {
        font-size: 120px;
        top: -10px;
        right: -10px;
    }

    .featured-content {
        flex-direction: column;
        align-items: start;
        width: 100%;
        gap: 15px;
    }

    .feature-left,
    .feature-right {
        width: 100%;
    }

    .featured-tag {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }

    .featured-title {
        font-size: 16px;
        letter-spacing: 0px;
    }

    .featured-desc {
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 20px;
    }

    .meta-item {
        font-size: 16px;
        font-weight: 300;
    }

    .timeline-item {
        gap: 16px;
        padding: 20px 0px;
        flex-wrap: wrap;
    }

    .timeline-time {
        width: 50%;
    }

    .timeline-type {
        width: 40%;
    }

    .timeline-time span {
        font-size: 16px;
        line-height: 1.2;
    }

    .timeline-time small {
        font-size: 12px;
        line-height: 1.2;
    }

    .timeline-content h4 {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 4px;
        letter-spacing: 0px;
    }

    .timeline-type p {
        font-size: 10px;
        line-height: 1.2;
    }

    .timeline-content p {
        line-height: 1.2;
        font-size: 15px;
    }

    .timeline-content div p {
        font-size: 10px;
        letter-spacing: 1px;
    }

    /* slider section */
    .leader-head .description {
        font-size: 16px;
        line-height: 1.5;
    }

    .leader-head .description br {
        display: none;
    }

    .leader-head .sub-parA {
        font-size: 10px;
    }

    .leader-head .section-title {
        margin: 12px 0px;
    }

    .leaders-slider {
        margin-top: 32px;
    }

    .leader-card {
        padding: 12px;
        border-radius: 10px;
    }

    .leader-card img {
        border-radius: 10px;
    }

    .leaders-navigation {
        gap: 20px;
        margin-top: 0px;
    }

    .leaders-navigation button {
        padding: 10px;
        width: 36px;
        height: 36px;
    }

    /* community section */
    .community-title {
        font-size: 34px;
    }

    .community-counter {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding: 24px;
    }

    .community-head .section-title {
        margin: 10px 0px;
    }

    .community-head .description {
        font-size: 16px;
        line-height: 1.4;
    }

    .community-head .description br {
        display: none;
    }

    .counter-card {
        padding: 0px;
    }

    .counter-card:nth-child(2) {
        border-right: 0;
    }

    .counter-card h3 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 6px;
        letter-spacing: -1px;
    }

    .counter-card p {
        font-size: 14px;
        line-height: 1.2;
    }

    .counter-card h3 span:last-child {
        margin-left: 4px;
    }

    .community-head .sub-parA {
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 1px;
    }

    .community-head {
        margin-bottom: 28px;
    }

    /* faqs */
    .faq-section {
        padding: 40px 0;
    }

    .sub-parA {
        font-size: 16px;
        line-height: 1.2;
    }

    .faq-head .section-title {
        margin: 0px;
        margin-top: 6px;
    }

    .faq-head {
        margin-bottom: 20px;
    }

    .faq-question {
        gap: 20px;
    }

    .faq-item {
        padding: 15px 0px;
    }

    .faq-question span {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0px;
    }

    .faq-answer {
        padding-top: 8px;
    }

    .faq-answer p {
        font-size: 14px;
        line-height: 1.4;
    }

    .faq-icon {
        width: 30px;
        height: 30px;
    }

    .faq-icon::before {
        width: 10px;
        height: 1px;
    }

    .faq-icon::after {
        width: 1px;
        height: 10px;
    }

    /* cta section */
    .cta-section .sub-parA {
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 1px;
    }

    .cta-title {
        font-size: 36px;
        margin: 12px 0px;
        letter-spacing: 0px;
        line-height: 1.2;
    }

    .cta-description {
        font-size: 16px;
        width: 100%;
        line-height: 1.4;
    }

    .cta-right {
        margin-top: 24px;
    }

    .cta-btn {
        padding: 10px 24px;
        font-size: 14px;
        line-height: 1.2;
        gap: 6px;
        letter-spacing: 0px;
    }

    .cta-note {
        text-align: left;
    }

    /* footer section */
    .hrops-footer-section {
        padding: 40px 0 15px;
    }

    .hrops-footer-logo {
        margin-bottom: 16px;
    }

    .hrops-footer-main {
        grid-template-columns: 1fr;
        gap: 25px;
        padding-bottom: 30px;
    }

    .hrops-footer-links h6,
    .hrops-footer-info h6 {
        margin-bottom: 16px;
    }

    .hrops-footer-logo img {
        max-width: 180px;
    }

    .hrops-footer-text {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .hrops-footer-links li {
        margin-bottom: 12px;
    }

    .hrops-footer-links a,
    .hrops-footer-links li {
        font-size: 15px;
        line-height: 1.2;
    }

    .hrops-footer-info h3 {
        font-size: 24px;
        margin-bottom: 18px;
        line-height: 1.4;
    }

    .hrops-footer-location {
        font-size: 15px;
        margin-bottom: 18px;
        line-height: 1.2;
    }

    .hrops-footer-btn {
        justify-content: center;
    }

    .hrops-footer-bottom {
        font-size: 10px;
        line-height: 1.7;
        letter-spacing: 1px;
        padding-top: 15px;
    }

    /* form */
    .banner-section .lp-propel-banner-form-bg {
        padding: 16px;
        border-radius: 10px;
    }

    .banner-section .section-tag {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .banner-section .lp-propel-banner-form-h4 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 25px;
    }

    .banner-section .lp-propel-banner-form-h4 span {
        font-size: 14px;
        margin-top: 5px;
    }

    .floating-form-control,
    .floating-form-input-group {
        margin-bottom: 25px;
    }

    .floating-form-input-group-text {
        padding: 10px;
    }

    .leaders-slider img {
        max-height: 320px;
        object-fit: cover;
        min-height: 320px;
    }
}