:root {
    --page-secondary: #B5DBAD;
    --page-primary: #1B9A7D;
    --spacer-xl: 100px;
    --spacer-50: 50px;
    --body-text: #3F4751;
    --heading-text: #0B0C0D;
    --white-color: #fff;
    --light-cream: #F9F5EF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

body {
    font-family: "Inter", sans-serif;
}

.sticky__top {
    position: sticky;
    top: 20px;
}

.nav-wrap {
    background: white;
    box-shadow: 0px 8px 10px 0px #4C55FF0F;
    border-radius: 8px;
    color: #222D2B;
    padding: 8px 24px;
}

.nav-logo {
    color: #222D2B;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 1;
}

.nav-wrap .item-left h1 {
    line-height: 1;
}

.button-white,
.button-primary {
    background: #38A38A;
    color: #FFF;
    border-radius: 8px;
    font-weight: 400;
    line-height: 1;
    padding: 16px 24px;
    border: 0;
}

.button-white {
    background-color: #FFF;
    color: var(--page-primary);
}

.tick-list li::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L9 11L17 3' stroke='%2338A38A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 9V15C17 15.5304 16.7893 16.0391 16.4142 16.4142C16.0391 16.7893 15.5304 17 15 17H3C2.46957 17 1.96086 16.7893 1.58579 16.4142C1.21071 16.0391 1 15.5304 1 15V3C1 2.46957 1.21071 1.96086 1.58579 1.58579C1.96086 1.21071 2.46957 1 3 1H12' stroke='%2338A38A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    height: 18px;
    width: 18px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 4px;
    flex-shrink: 0;
}

.tick-list li {
    display: flex;
    gap: 8px;
    align-items: start;
}

.tick-list li:not(:last-child) {
    margin-bottom: 1rem;
}

.menu-icon {
    width: unset;
}


.hero-wrap.spacer-xl {
    padding-top: 160px;
    background: linear-gradient(180deg, #AFFFEF 0%, rgba(255, 255, 255, 0) 100%);
}

.hero-wrap::before {
    content: 'Ranjit Pal Singh';
    position: absolute;
    left: 50%;
    color: #2CBD9F1F;
    font-size: 9vw;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.rupee-tag {
    margin-bottom: -15%;
}

.content-block {
    padding: 32px 40px;
    border-radius: 20px;
    margin-left: -40px;
    background-color: #FFF;
}

.learn-sec,
.journey-sec {
    background: url(../img/home-new/journey-img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.count-circle {
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF1A;
    color: #FFF;
    font-size: 4vw;
    font-weight: 700;
    border-radius: 50%;
    border: 1px solid #47DDC4;
}

.learn-sec {
    background: url(../img/home-new/learn-bg.webp);
    background-size: cover;
}

.learn-card::before {
    counter-increment: section;
    content: "0" counter(section);
    font-size: 8vw;
    position: absolute;
    right: 20px;
    line-height: 1;
    top: 30px;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 80%);
    background-clip: text;
    color: transparent;
}

.learn-grid {
    counter-reset: section;
}

.learn-card {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 37px;
    border: 2.25px solid #FFFFFF40;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #D7D7D7;
    background: #FFFFFF14;
    position: relative;
    transition: all .3s ease;
}

.learn-card:hover {
    border-color: var(--page-primary);
}

.learn-card>img {
    height: 100%;
}

.seminar-sec::before {
    content: '';
    background-image: url(../img/home-new/seminar-bg.webp);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: -15px;
    left: 0;
    height: 260px;
}

.cta-block {
    background-image: url(../img/home-new/cta-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 60px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.achievement-sec {
    background: url(../img/home-new/achivement-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.achi-card {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--page-primary);
    color: #FFF;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

.achi-card img {
    margin-top: 100px;
}

.achi-card.card-1 {
    background: url(../img/home-new/ach-img-1.webp);
}

.achi-card.card-2 {
    background: url(../img/home-new/ach-img-2.webp);
}

.achi-card.card-3 {
    background: url(../img/home-new/ach-img-3.webp);
}

.achi-card.card-4 {
    background: url(../img/home-new/ach-img-4.webp);
}

.blog-card {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 7.34px 29.35px 0px #6D6D6D33;
}

.blog-card .blog-thumb {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.mission-card {
    padding: 22px;
    border: 3px solid transparent;
    border-radius: 20px;
    background: #2DAD951A;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mission-card:hover {
    background-color: #FFF;
    border-color: var(--page-primary);
}

.swiper-wrapper {
    display: flex;
}

.swiper-wrapper .swiper-slide {
    height: auto;
}

.swiper-wrapper .swiper-slide>div {
    height: 100%;
}

.cta-footer .cta-block {
    background-image: url(../img/home-new/lead-cta-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.site-footer {
    padding-block: 200px;
    overflow: hidden;
    position: relative;
}

.cta-footer {
    margin-bottom: -100px;
    position: relative;
    z-index: 2;
}

.site-footer::before {
    content: 'RANJIT PAL SINGH';
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 10vw;
    font-weight: 700;
    line-height: 1;
    bottom: -24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) -73.42%, rgba(25, 123, 100, 0) 86.87%);
    background-clip: text;
    color: transparent;
}

@media (max-width: 575px) {

    .rupee-tag {
        width: 75%;
        margin-inline: auto;
        display: flex;
    }

    .content-block {
        margin: 0;
        padding: 30px;
    }

    .hero-wrap.spacer-xl {
        padding-top: 100px;
    }

    .cta-block {
        background-position: right;
        padding: 30px;
    }

    .learn-card>img {
        display: none;
    }

    .cta-block::before {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        left: 0;
    }
}