.reverse {
    flex-direction: row-reverse;
    justify-content: center;
}

@media (max-width: 575px) {
    .why__thumb {
        margin-left: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .why__thumb {
        margin-left: 0 !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .why__thumb {
        margin-left: 0 !important;
    }
}

.bg-1 {
    background-color: #018A0F !important;
}

/* .bg-2 {
    background-color: #DBA074 !important;
} */

/* .why__area {
    border-radius: 40px;
    margin-left: 115px;
    margin-right: 115px;
} */

.stats {
    margin-top: 100px;
}

.stat_icon {
    vertical-align: middle;
    width: 35px;
}
.stat_count {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}

.stat_header {
    display: flex;
}

.stat_line {
    margin: 14px 0;
    width: 100%;
    background-color: #fff;
    height: 4px;
}

.stat_title {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
}

@media (max-width: 575px) {
    .stat_count {
        font-size: 20px;
    }
    .stat_title {
        font-size: 15px;
    }
    .stat_icon {
        width: 20px;
    }
    .stat_line {
        height: 2px;
        margin: 6px 0;
    }
}

.bg-1 p,
.bg-1 div,
.bg-1 h2,
.bg-1 th,
.bg-1 td {
    color: #fff !important;
}

.bg-1 .e-btn {
    background-color: #ffffff;
    color: #000000;
}

.bg-1 .e-btn:hover {
    color: #517039;
}

.bg-2 .e-btn:hover {
    color: #DBA074;
}

.news__slider .w-img img {
    height: 210px;
    object-fit: cover;
}

.news__slider .blog__title {
    height: 50px;
}

.news__slider .blog__item {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.swiper-pagination {
    bottom: -4px !important;
}

.slider__area {
    margin-top: 85px;
}

.slider__area .swiper-button-prev,
.slider__area .swiper-button-next {
    top: 38%;
}

.slider__area .swiper-slide,
.slider__area img {
    width: 100% !important;
}

.slider__area .swiper-pagination {
    bottom: 25px !important;
    transform: scale(1.5);
}

.video-item {
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px;
}

.video-item img {
    width: 100%;
    border-radius: 50%;
    border: 5px solid yellow;
    margin-bottom: 10px;
}

.video-item span {
    margin-top: 13px;
    font-size: 18px;
    color: #fff;
}

.slider {
    padding-bottom: 20px;
}

/* HEMIS SECTION */

.hemis_section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hemis_section .hemis_card {
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 1px #00000036;
    flex: none;
    overflow: visible;
    z-index: 2;
    padding: 36px 24px 24px 24px;
    margin-top: 30px;
    position: relative;
}

.hemis_card .bg_shape_1 {
    height: 280px;
    background-image: url(../../../../images/home_page/hemis-right.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 145px;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

.hemis_card .bg_shape_2 {
    width: 30%;
    height: 100%;
    background-image: url(../../../../images/niulogo-black.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 0.03;
    z-index: 1;
    pointer-events: none;
}

.hemis_section .section_title {
    color: #000;
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hemis_section p {
    font-size: 18px;
    color: #000;
    padding-right: 130px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 500;
}

.hemis_right {
    position: relative;
    width: 100%;
    height: 180px;
}

@media (max-width: 575px) {
    .hemis_section {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .hemis_section .hemis_card {
        margin-top: 4px;
    }

    .hemis_card .bg_shape_1 {
        height: 220px;
        right: -25px;
    }

    .hemis_card .bg_shape_2 {
        display: none;
    }
}

.hemis_right img {
    position: absolute;
    right: 0;
    bottom: -18px;
    z-index: 1;
    width: 82%;
}

/* Home About section */
.about_section {
    background-color: #fff;
    box-shadow: 0 0 1px #00000036;
    padding: 40px 26px;
}

.about_section .section_title {
    color: #028910;
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.about_section p {
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 500;
}

.about_section img {
    width: 100%;
    border-radius: 20px;
}

.infinity-slider {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    place-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-indent: none;
    gap: 80px;
    position: relative;
    flex-direction: row;
    will-change: transform;
    transform: translateX(-0px);
    margin-top: 40px;
}

.infinity-slider .stat {
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
    transform: none;
}

.infinity-slider .stat h4 {
    font-size: 36px;
    color: #028910;
    margin-bottom: 10px;
}

.infinity-slider .stat span {
    font-size: 32px;
    color: #000;
    font-weight: 500;
}

.infinity-slider .left-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
    z-index: 2;
}

.infinity-slider .right-shadow {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
    z-index: 2;
}

.infinity-slider .swiper-wrapper {
    display: flex;
    width: max-content; /* Slayder elementlari yonma-yon chiqishi uchun */
    animation: marquee 20s linear infinite; /* Silliq va uzluksiz harakat */
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%); /* Sekin harakat bilan o‘ng tomonga suriladi */
    }
}

/* Directions section */

.directions_section {
    background: url(../../../../images/home_page/directions-page.png) no-repeat center center;
    background-size: cover;
    box-shadow: 0 0 1px #00000036;
    position: relative;
}

.directions_section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(148, 255, 159, .38) 0%, rgba(0, 26, 3, .78) 100%);
    box-shadow: 0 0 1px #00000036;
    z-index: 1;
}

.directions_section .container {
    position: relative;
    z-index: 2;
    padding-top: 40px;
}

.directions_section .section_title {
    color: #fff;
    font-size: 36px;
}

.directions_section .section_subtitle {
    color: #fff;
    font-size: 20px;
}

.direction_cards {
    margin-top: 60px;
}

.direction_card {
    border-radius: 26px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.082) 0px 0.602187px 0.843062px -1px, rgba(0, 0, 0, 0.08) 0px 2.28853px 3.20395px -2px, rgba(0, 0, 0, 0.055) 0px 10px 14px -3px;
    align-content: center;
    align-items: center;
    bottom: 0;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 150px;
    justify-content: center;
    padding: 0;
    z-index: 1;
    position: relative;
    margin: 16px 16px 58px 0;
}

@media (max-width: 575px) {
    .direction_card {
        margin: 6px 6px 58px 0;
    }
}

.direction_card:hover span {
    color:#00b512;
}

.direction_card .card-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: #00b512;
    box-shadow: rgba(0, 181, 18, 0.62) 0px 2px 14px 0px;
    position: absolute;
    top: -40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

.direction_card .card-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

/* News */

.news_section .section_title {
    color: #028910;
    font-size: 36px;
}

.news_section .section_subtitle {
    color: #000;
    font-size: 20px;
}

.news_card {
    height: 380px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    box-shadow: rgba(62, 115, 175, 0.08) 0px 4px 8px 0px;
    position: relative;
    overflow: hidden;
    margin: 16px 16px 16px 0;
}

.news_card .card_footer {
    color: #000;
    bottom: 0;
    height: 45%;
    left: 0;
    overflow: visible;
    padding: 10px 24px;
    margin: 20px;
    position: absolute;
    z-index: 1;
    transition: all 400ms ease;
    background-color: #fff;
    border-radius: 30px;
}

.news_card .news_link {
    color: #00870E;
    font-weight: 600;
    margin-top: 6px;
}

.news_card .news_link span {
    vertical-align: middle;
}

.news_card .news_link svg {
    margin-left: 6px;
}

.news_card:hover .card_footer {
    /* backdrop-filter: blur(5px); */
    /* height: 100%; */
}

.news_card:hover .card_footer .card_title {
    /* overflow: visible; */
    /* text-overflow: unset; */
    /* -webkit-line-clamp: unset; */
}

.news_card .card_footer .card_date {
    color: #22221EE5;
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
    font-weight: 700;
}

.news_card .card_footer .card_date span {
    vertical-align: middle;
}

.news_card .card_footer .card_date img {
    width: 26px;
    vertical-align: middle;
}

.news_card .card_footer .card_title {
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more_link span {
    font-weight: 600;
    color: #028910 !important;
    font-size: 20px;
    vertical-align: middle;
}

.more_link img {
    margin-left: 7px;
    vertical-align: middle;
    width: 10px;
}

@media (max-width: 575px) {
    .more_link {
        display: none !important;
    }
}

.news_more {
    display: none !important;
}

@media (max-width: 575px) {
    .news_more {
        display: block !important;
    }
}

/* Interaktiv xizmatlar */

.xizmatlar_section {
    background: url(../../../../images/home_page/xizmatlar.png) no-repeat center center;
    background-size: cover;
    box-shadow: 0 0 1px #00000036;
    position: relative;
}

.xizmatlar_section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(148, 255, 159, .38) 0%, rgba(0, 26, 3, .78) 100%);
    box-shadow: 0 0 1px #00000036;
    z-index: 1;
}

.xizmatlar_section .container {
    position: relative;
    z-index: 2;
    padding: 40px 26px;
}

.xizmatlar_section .section_title {
    color: #fff;
    font-size: 36px;
}

.xizmatlar_section span {
    color: #fff;
    font-size: 20px;
}

.xizmatlar_cards {
    margin-top: 10px;
}

.xizmat_card {
    border-radius: 50px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.082) 0px 0.602187px 0.843062px -1px, rgba(0, 0, 0, 0.08) 0px 2.28853px 3.20395px -2px, rgba(0, 0, 0, 0.055) 0px 10px 14px -3px;
    align-content: start;
    align-items: center;
    bottom: 0;
    display: flex;
    height: 80px;
    justify-content: start;
    padding: 30px;
    z-index: 1;
    margin: 16px 16px 16px 0;
}

.xizmat_card:hover span {
    color:#00b512;
}

.xizmat_card .card-icon {
    width: 45px;
    height: 45px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: inline-block;
    vertical-align: middle;
}

.xizmat_card .card-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-left: 12px;
    margin-bottom: 0;
    vertical-align: middle;
}

/* Hamkorlar */

.partners_section {
    background: url(../../../../images/home_page/hamkorlar-bg.png) no-repeat center center;
    background-size: cover;
}

.partners_section .section_title {
    color: #028910;
    font-size: 36px;
}

.partners_section .section_subtitle {
    color: #000;
    font-size: 20px;
}

.partners_cards {
    margin-top: 10px;
}

.partner_card {
    border-radius: 26px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.082) 0px 0.602187px 0.843062px -1px, rgba(0, 0, 0, 0.08) 0px 2.28853px 3.20395px -2px, rgba(0, 0, 0, 0.055) 0px 10px 14px -3px;
    align-content: center;
    align-items: center;
    bottom: 0;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 250px;
    justify-content: space-between;
    padding: 30px;
    z-index: 1;
    margin: 16px 16px 16px 0;
}

.partner_image {
    width:100px;
    height:100px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

.partner_card:hover .card_title {
    color:#00b512;
}

.partner_card img {
    width: 50%;
}

.partner_card .card_title {
    color: #000;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.swiper-button-next, .swiper-button-prev {
    border: none;
    display: block;
    place-content: center;
    place-items: center;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    margin: 0px;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    text-align: center;
    color: #fff;
    top: 44%;
}

/* Fikrlar */
.fikrlar_section .section_title {
    color: #028910;
    font-size: 36px;
}

.fikrlar_section .section_subtitle {
    color: #000;
    font-size: 20px;
}

.fikr {
    padding: 30px 30px 30px 30px;
    height: 300px;
    background-image: url(../../../../images/svg/comment_frame.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.fikr_text {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    width: 90%;
}

.fikr_author {
    position: absolute;
    bottom: 0;
    left: 8px;
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .fikr {
        padding: 30px 30px 30px 30px;
        height: 315px;
    }

    .fikr_text {
        font-size: 11px;
    }

    .fikr_author {
        left: 18px;
    }
}

@media (max-width: 379px) {
    .fikr_text {
        font-size: 9px;
    }
}

.fikr_author_image {
    border: 2px solid #00870E;
    border-radius: 50%;
    width: 65px;
}

.fikr_author_right {
    margin-left: 10px;
}

.fikr_name {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 1;
}

.fikr_role {
    font-size: 11px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin-top: 10px;
}
/* end Fikrlar */

/* Savol-javoblar */

.accordion-container {
    z-index: 3 !important;
    position: relative;
}

.accordion-container .section_title {
    color: #fff !important;
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.accordion {
    margin-bottom: 20px;
}

.accordion .accordion_item {
    cursor: pointer;
    background-color: #fff;
    border-radius: 30px;
    padding-right: 20px;
    transition: all 300ms ease;
}
.accordion .accordion_item:hover {
    background-color: #018A0F;
}
.accordion .accordion_item:hover .accordion_title,
.accordion .accordion_item:hover .accordion_content p {
    color: #fff;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    padding: 26px 50px 26px 26px;
}
.accordion button .accordion_title {
    font-weight: 600;
    font-size: 20px;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 0;
    width: 34px;
    height: 34px;
    border-radius: 30px;
    text-align: center;
    background-color: #028910;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.accordion .accordion_item:hover button .icon {
    background-color: #fff;
    color: #000;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}
.accordion button[aria-expanded='true'] + .accordion_content {
    opacity: 1;
    max-height: max-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion_content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion_content p {
    color: #595858;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 10px 10px 80px;
}

/* Responsive */

@media (max-width: 575px) {
    .section_title {
        font-size: 28px !important;
    }

    .section_subtitle {
        font-size: 17px !important;
    }
}