#main-home {
    overflow-x: hidden;
}

.benefit-item__desc h4 {
    color: #000;
    font-size: 17px;
    padding-bottom: 6px;
}

section.section-number {
    background: rgb(245, 245, 240);
}



.privileges-item__content h2::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: rgb(255, 255, 255);
    bottom: 0px;
}

.student-privileges .section-heading__title::before {
    content: "";
    background: rgb(255, 255, 255);
}

.section-heading__title .subtitle .material-icons-outlined {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -34px;
    font-size: 11.3rem;
    color: rgba(255, 255, 255, 0.06);
}

.color-primary {
    color: rgb(245, 147, 0) !important;
}

.home-course {
    padding: 50px 0px;
}

@media (max-width: 768px) {
    .home-course {
        padding: 35px 0px;
    }
}

.section-about {
    padding: 50px 0px;
    overflow: hidden;
    background: rgb(245, 245, 240) !important;
}

.section-about .section-heading {
    margin-bottom: 70px;
}

.about-img-box__main {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.stats-card {
    position: relative;
    background: rgb(255, 255, 255);
    padding: 32px 28px;
    border-radius: 32px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 50px;
    width: 60%;
    z-index: 1;
}

.stats-card__title {
    font-size: 38px;
    font-weight: 800;
    color: rgb(29, 38, 74);
    margin-bottom: 6px;
}

.stats-card__desc {
    font-size: 16px;
    color: rgb(110, 113, 130);
    margin-bottom: 28px;
}

.stats-card__chart {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    height: 140px;
}

.chart-bar {
    flex: 1 1 0%;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: var(--height);
    transition: height 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.chart-bar--1 {
    background: rgb(229, 237, 216);
}

.chart-bar--2 {
    background: rgb(118, 163, 51);
}

.chart-bar--3 {
    background: rgb(197, 75, 140);
}

.chart-bar--4 {
    background: rgb(29, 38, 74);
}

.chart-bar .chart-label {
    position: absolute;
    top: 8px;
    background: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 2px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 10px;
}

.chart-bar .chart-label span {
    font-size: 12px;
    font-weight: 700;
    color: rgb(29, 38, 74);
}

.chart-bar .chart-label .material-icons-outlined {
    font-size: 14px;
    font-weight: 700;
}

.chart-bar .chart-label .material-icons-outlined.trend-up {
    color: rgb(118, 163, 51);
}

.chart-bar .chart-label .material-icons-outlined.trend-down {
    color: rgb(255, 77, 77);
}

.about-content__text {
    text-align: justify;
    font-size: 15px;
    color: rgb(51, 51, 51);
    line-height: 1.85;
    margin-bottom: 32px;
    padding-left: 18px;
    border-left: 3px solid rgb(240, 168, 48);
    font-weight: 600;
}

.benefit-list {
    margin-top: 40px;
}

.benefit-list:not(:last-child) {
    margin-bottom: 35px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: rgb(255, 255, 255);
    border-radius: 14px;
    border: 1px solid rgb(235, 232, 224);
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s;
    cursor: default;
}

.benefit-item:not(:last-child) {
    margin-bottom: 24px;
}

.benefit-item__icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgb(254, 231, 243);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-item__icon .material-icons-outlined {
    color: rgb(197, 75, 140);
    font-size: 28px;
}

.benefit-item:nth-child(2) .benefit-item__icon {
    background: rgb(234, 240, 226);
}

.benefit-item:nth-child(2) .benefit-item__icon .material-icons-outlined {
    color: rgb(118, 163, 51);
}

.benefit-item:nth-child(3) .benefit-item__icon {
    background: rgb(232, 234, 240);
}

.benefit-item:nth-child(3) .benefit-item__icon .material-icons-outlined {
    color: rgb(29, 38, 74);
}

.benefit-item__title {
    font-size: 20px;
    font-weight: 700;
    color: rgb(29, 38, 74);
    margin-bottom: 4px;
}

.benefit-item__desc {
    font-size: 15px;
    color: #333;
}

@media (max-width: 991px) {
    .about-content {
        padding-left: 0px;
        margin-top: 30px;
    }

    .about-img-box {
        max-width: 500px;
        margin: 0px auto;
    }

    .benefit-list {
        margin-top: 30px;
    }

    .benefit-item:not(:last-child) {
        margin-bottom: 10px;
    }
}

.counter-area-1 {
    border-radius: 20px;
    transform: translate(0px, 72px);
    z-index: 3;
    position: relative;
    margin-top: -79px;
}

.counter-card {
    text-align: center;
    padding: 35px 0px 35px;
}

.counter-card-wrap {
    border-right: 1px solid rgba(53, 122, 250, 0.075);
    border-top-color: rgba(53, 122, 250, 0.075);
    border-bottom-color: rgba(53, 122, 250, 0.075);
    border-left-color: rgba(53, 122, 250, 0.075);
}

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

.counter-card_number {
    color: rgb(255, 255, 255);
    margin-bottom: 6px;
    margin-top: -0.24em;
    font-weight: 700;
    font-size: 4.4rem;
}

.counter-card_text {
    color: rgb(255, 255, 255);
    display: block;
    margin-bottom: -0.2em;
    font-size: 17px;
}

.counter-card_text strong {
    font-weight: 700;
}

@media (max-width: 991px) {
    .counter-card {
        padding: 60px 0px;
    }

    /* .counter-card-wrap:nth-child(1) .counter-card,
    .counter-card-wrap:nth-child(2) .counter-card {
        border-bottom: 1px solid rgb(53, 122, 250);
    } */

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

    .counter-card_text {
        font-size: 20px;
        margin-bottom: -0.3em;
    }
}

@media (max-width: 640px) {
    .counter-card {
        padding: 20px 0px;
    }

    .counter-card_number {
        margin-bottom: 0px;
        font-size: 36px;
    }

    .counter-card_text {
        font-size: 16px;
        line-height: 1.3;
    }

    .counter-area-1 {
        padding: 20px 10px;
    }
}

@media (max-width: 420px) {
    .counter-card-wrap {
        border-right: 0px !important;
    }

    /* .counter-card-wrap:nth-child(3) .counter-card {
        border-bottom: 1px solid rgb(53, 122, 250);
    } */
}

.section-offer {
    position: relative;
    z-index: 1;
    padding: 150px 0px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.section-offer .section-heading__title .title {
    color: #FFF;
}

.section-offer .section-heading__title .title strong {
    font-size: 60px;
    color: var(--bv-primary);
}

.organized-block__left .section-heading__title:before {
    left: 0;
    transform: unset;
}

.shape-mockup {
    position: absolute;
    z-index: -1;
}

.jump-reverse {
    animation: 7s linear 0s infinite normal none running jumpReverseAni;
}

.jump {
    animation: 7s linear 0s infinite normal none running jumpAni;
}

@keyframes jumpAni {
    0% {
        transform: translateY(0px);
    }

    40% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes jumpReverseAni {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(30px);
    }

    100% {
        transform: translateY(0px);
    }
}

.section-offer::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.87;
    z-index: -1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.section-offer__overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40%;
    z-index: -1;
}

.section-offer__overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-offer .section-heading {
    color: white;
    max-width: 900px;
    margin: 0px auto 40px;
}

.student-privileges {
    position: relative;
    z-index: 1;
    padding: 50px 0px 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.student-privileges::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 1;
    z-index: -1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.student-privileges__overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.student-privileges__overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.student-privileges .section-heading .subtitle {
    color: white;
    font-size: 55px;
}

@media (max-width: 991px) {
    .student-privileges .section-heading .subtitle {
        font-size: 38px;
    }
}

.privileges-list {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.privileges-item>.row {
    gap: 20px 0px;
}

.privileges-item__content {

    & h3,
    & h2 {
        font-size: clamp(22px, 2.5vw, 28px);
        font-weight: 700;
        line-height: 1.2;
        color: rgb(255, 255, 255);
        margin-bottom: 24px;
        position: relative;
        padding-bottom: 10px;

        &:last-child {
            margin-bottom: 0px;
        }
    }
}

.privileges-item__content h3 strong {
    background: linear-gradient(90deg, rgb(237, 207, 89) 0%, rgb(249, 171, 25) 100%) text;
    -webkit-text-fill-color: transparent;
}

.privileges-item__content ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.privileges-item__content ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.privileges-item__content ul li::before {
    content: "";
    font-family: "Material Icons Outlined";
    color: white;
    line-height: 18px;
    font-size: 15px;
    display: flex;
    width: 18px;
    height: 18px;
    border: 1px solid var(--bv-primary);
    border-radius: 50%;
    background: linear-gradient(90deg, rgb(237, 207, 89) 0%, rgb(249, 171, 25) 16.827%, rgb(255, 152, 0) 32.8%, rgb(255, 152, 0) 52.4%, rgb(249, 223, 123) 72.98%, rgb(243, 170, 34) 99.999%);
    place-content: center;
}

.privileges-item__content {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);

    & a {
        color: inherit;
    }
}

.link-highlight {
    color: var(--bv-primary);
    text-decoration: underline;
    font-weight: 600;
    transition: 0.3s;
}

.link-highlight:hover {
    color: rgb(255, 255, 255);
}

.link-highlight.font-large {
    font-size: 1.1em;
}

.privileges-item__thumb {
    position: relative;
    z-index: 2;
}

.mockup-frame {
    position: relative;
    border-radius: 20px;
    padding: 10px;
    background: linear-gradient(145deg, rgba(249, 171, 25, 0.2), rgba(249, 171, 25, 0.05));
    border: 1px solid rgba(249, 171, 25, 0.3);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 30px 60px;
    overflow: hidden;
}

.mockup-frame img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.privileges-item:nth-child(2n) .row {
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .privileges-list {
        gap: 60px;
    }
}

@media (max-width: 640px) {
    .privileges-list {
        gap: 30px;
    }
}

.offer-gallery {
    margin-top: 80px;
    overflow: hidden;
}

.offer-gallery__list {
    margin: 0px -15px;
}

.gallery-slide {
    padding: 0px 15px;
}

.gallery-grid {
    display: flex;
    gap: 20px;
    height: 500px;
}

.grid-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.grid-col.small {
    flex: 1 1 0%;
}

.grid-col.large {
    flex: 2 1 0%;
}

.grid-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    transition: 0.3s;
}

.grid-col.small img {}

.grid-col.large img {
    height: 100%;
}

.grid-col a {
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.grid-col a:hover img {
    transform: scale(1.05);
}

@media (max-width: 1199px) {
    .gallery-grid {
        height: 400px;
    }

    .section-offer {
        padding: 200px 0px 30px;
    }
}

@media (max-width: 767px) {
    .section-offer {
        padding: 115px 0px 30px;
    }

    .gallery-grid {
        height: 250px;
        gap: 10px;
    }

    .grid-col {
        gap: 10px;
    }

    .grid-col.small img {}

    .gallery-slide {
        padding: 0px 5px;
    }

    .offer-gallery {
        margin-top: 45px;
    }
}

.coures-organized {
    padding: 50px 0px;
}

.organized-list {
    display: flex;
    gap: 30px;
}

.organized-list__left,
.organized-list__right {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (min-width: 1200px) {}

.organized-card {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(76, 88, 104, 0.1) 0px 5px 30px 0px;
    display: flex;
    flex-direction: column;
}

.organized-card__thumb {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}

.organized-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.organized-card:hover .organized-card__thumb img {
    transform: scale(1.1);
}

.organized-card__btn {
    position: absolute;
    top: 0px;
    right: 20px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: var(--bv-primary);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid rgb(255, 255, 255);
    z-index: 2;
    cursor: pointer;
    transition: 0.3s;
}

.organized-card__btn:hover {
    background: rgb(29, 38, 74);
}

.organized-card__content {
    padding: 20px 25px;
    background: rgb(255, 255, 255);
    flex-grow: 1;
    position: relative;
    transition: 0.4s;
}

@media (min-width: 1200px) {
    .organized-card__content {
        opacity: 0;
        visibility: hidden;
        height: 0px;
        padding: 0px;
        overflow: hidden;
    }

    .organized-card.active .organized-card__content {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 20px 15px;
        overflow: unset;
    }
}

.organized-card__title {
    font-size: 16px;
    font-weight: 700;
    color: rgb(29, 38, 74);
    margin-bottom: 8px;
    min-height: 41px;
}

.organized-card__role {
    font-size: 15px;
    color: rgb(53, 122, 250);
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.organized-card__bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
    border-top: 1px solid rgb(241, 241, 241);
}

.organized-card__info {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgb(110, 113, 130);
}

.organized-card__info .material-icons-outlined {
    font-size: 20px;
    color: var(--bv-primary);
}

.organized-card.only-image {
    background: transparent;
    box-shadow: none;
    border: 0px;
}

.home-news {
    padding: 50px 0px 100px;
    background-color: #f5f5f0 !important;
}

.home-news__heading {
    margin-bottom: 40px;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

.home-news__heading .section-heading__title {
    font-size: 3.3rem;
}

.home-news__heading .section-heading__title .subtitle {
    font-size: 26px;
}

.news-slider {
    margin: 0px -15px;
}

.news-slide {
    padding: 0px 15px;
}

section.section-offer .section-heading__title:before {
    background: #fff;
}

.hero-banner__desc h2 {
    font-size: 34px;
    padding-bottom: 11px;
    font-weight: 400;
    font-family: 'Birthstone';
}

@media (max-width: 1199px) {
    .organized-list {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .home-news {
        padding: 35px 0px 60px;
    }
}

@media (max-width: 575px) {
    .organized-list {
        flex-direction: column;
    }

    .coures-organized {
        padding: 30px 0px;
    }

    .section-about .section-heading {
        margin-bottom: 40px;
    }

    .organized-card__title {
        min-height: auto;
    }

}

@media (max-width: 420px) {
    .cus-btn--herobanner {
        width: 100%;
    }

    .hero-banner__desc h2 {
        font-size: 30px;
    }
}

@media (max-width: 380px) {
    .cus-btn--herobanner {
        font-size: 14px;
    }

    .privileges-item__content h2 {
        font-size: 18px;
    }
}