.modular-main > section:first-child {
    margin-top: 40px;
}

.modular-main > section.section-intro:first-child,
.modular-main > section.section-hero:first-child {
    margin-top: 0;
}

.section-editor,
.section-banners,
.modular-main > section {
    margin-block: 68px;
}

.modular-main > section.section-about {
    margin-block: 94px;
}

.swiper-team,
.swiper-honor {
    padding-block: 12px;
}

/* HERO  */
.hero__btns i {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #fff;
    color: var(--color1);
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__btns {
    position: absolute;
    right: 12px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 108px;
    z-index: 1;
}

.hero__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__img {
    width: 100%;
    object-fit: cover;
}

.light-pagination .swiper-pagination-bullet {
    background-color: #FFFFFF94 !important;
}

.light-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
}

.light-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* feature style */
.item-feature {
    text-align: center;
}

.bg-feature {
    background: #e6e6e6;
}

/* Counter style */
.bg-counter {
    background: #d6d6d6;
}

.counter-item {
    text-align: center;
    font-size: 16px;
}

.counter-num {
    font-family: var(--bold_font);
    font-size: 20px;
}

/* Teams style */

.team__item:hover {
    border-color: rgba(248, 142, 30, 0.30);
    box-shadow: 0px 22px 27px -12px rgba(251, 175, 15, 0.17);
}

.team__item {
    transition: 500ms;
    padding: 8px 8px 24px;
    border-radius: 24px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0px 22px 27px -12px rgba(185, 185, 185, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    text-align: center;
}

.team__img img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.team__img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #888;
}

.team__name {
    color: #313233;
    font-size: 16px;
    line-height: 1.5;
}

.team__post {
    font-size: 13.5px;
    color: #313233;
    line-height: 1.5;
}

.teams__social a:hover {
    color: var(--color1);
}

.teams__social a .icon-whatsapp {
    font-size: 17px;
}

.teams__social a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #272829;
    font-size: 16px;
}

.teams__social {
    background-color: #fff;
    display: flex;
    gap: 18px;
    padding: 14px 18px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 4px 18px 0px rgba(248, 142, 30, 0.12);
    margin-top: -36px;
    margin-bottom: 8px;
}

/* testimonial style */
.owl-testimonials .item-testimonial {
    border: 1px solid #e3e3e3;
    padding: 20px;
    min-height: 210px;
}

.owl-testimonials.owl-carousel .owl-nav button.owl-prev,
.owl-testimonials.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
}

.owl-testimonials .owl-nav button.owl-prev {
    right: -20px;
}

.owl-testimonials .owl-nav button.owl-next {
    left: -20px;
}

.owl-testimonials.owl-carousel .owl-nav button.disabled {
    opacity: 0.5;
}

/* CTA STYLE*/
.section-cta .has_bg {
    background: #d2d2d2;
}

.section-cta .cta-wrap {
    padding: 2rem 0 1rem;
    text-align: center;
}

.section-cta .cta-desc-wrap {
    margin: 10px 0;
}


/* CAT 1 */

.cat1__item:hover {
    color: var(--color1);
    filter: saturate(150%);
}

.cat1__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
    transition: 500ms;
}

.cat1__title {
    display: block;
    line-height: 20px;
}

.swiper-discount {
    padding: 6px;
}

.swiper-discount {
    transform: translateY(-35%);
}

.swiper-discount-wrap {
    padding: 0 12px;
    position: relative;
    border-radius: 32px;
    background-image: url('../img/discount_bg.svg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 360px;
    margin-top: 190px;
    /* */
}

/* .discount__bg {
    border-radius: 32px;
    position: absolute;
    z-index: -1;
    background-image: url('../img/discount_bg.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 356px;
    width: 100%;
    bottom: -40px;
    right: 50%;
    transform: translateX(50%);
} */





/* BRAND  */


.swiper-brand {
    transform: translateY(-32px);
    padding-block: 6px;
}

.swiper-brand-wrap {
    padding: 0 26px;
    border-radius: 12px;
    background: radial-gradient(100% 100% at 50.04% 100%, #FFC346 0%, #F88E1E 100%);
    margin: 55px auto 0;
    position: relative;
    width: calc(100% - 30px);
}

.brand__item:hover {
    border-color: var(--color1);
}

.brand__item {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #FFF;
    box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.25);
    height: 90px;
    transition: 500ms;
}

.brand__item img {
    object-fit: cover;
}

.brand__btn {
    text-align: center;
    margin-top: 16px;

}

.brand__btn a {
    display: inline-flex;
    gap: 16px;
    align-items: center;
    color: var(--color1);
    font-size: 13.5px;
    font-family: var(--bold_font);
    position: relative;
    border-radius: 12px;
    padding-right: 12px;
    overflow: hidden;
}

.brand__btn i {
    font-weight: bold;
}

.brand__btn span {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    border-radius: 12px;
    background: radial-gradient(995.32% 132% at 0% 13.83%, #FBAF0F 0%, #F88E1E 100%);
    position: relative;
    z-index: 1;
    transition: 500ms;
}

.brand__btn span::before {
    content: "\e90d";
    top: 0;
    left: 0;
    font-size: 16px;
    position: absolute;
    z-index: -1;
    font-family: 'icomoon';
    opacity: 0.51;
    filter: blur(2px);
    display: flex;
    line-height: 1;
}

.brand__btn a::after {
    content: '';
    background: radial-gradient(995.32% 132% at 0% 13.83%, #FBAF0F 0%, #F88E1E 100%);
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0;
    transition: width 500ms;
    left: 0;
}

.brand__btn a:hover {
    color: #fff;
}

.brand__btn a:hover::after {
    width: 100%;
}

.item-banner {
    display: block;
    border-radius: 32px;
    overflow: hidden;
}

.item-banner img {
    border-radius: 32px;
    transition: 500ms;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* Flashing */
.item-banner:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}


/* PRODUCT SECTION  */
.swiper-product2,
.swiper-product {
    padding: 32px 12px;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -32px;
}

.product__row {
    align-items: center;
}

.section-product-bg {
    position: relative;
}

.section-product-bg::before {
    content: url(../img/p2.svg);
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
}

.section-product-bg.section-product-bg-rv::before {
    left: 0;
    right: unset;
    content: url(../img/p3.svg);
}

.section-product-bg.section-product-bg-rv::after {
    right: 0;
    transform: rotateY(180deg);
    left: unset;
}

.section-product-bg::after {
    content: url(../img/p1.svg);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.heading__btns {
    display: flex;
    align-items: center;
    gap: 12px;
}

.heading__btn:hover {
    background-color: var(--color1);
    color: #fff;
}

.heading__btn i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    color: #fff;
    border-radius: 14px;
    font-size: 20px;
    transition: 500ms;
}

.heading__btn:hover i {
    background-color: #FFF1D2;
    color: var(--color1);
}

.heading__btn.heading__btn-sm {
    min-width: 120px;
    height: 40px;
}

.heading__btn {
    transition: 500ms;
    border-radius: 16px;
    background-color: #FFF1D2;
    color: var(--color1);
    font-size: 14px;
    height: 50px;
    padding-right: 4px;
    padding-left: 16px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    min-width: 130px;
}

.heading__btn-center {
    justify-content: center;
    padding-right: 16px;
    text-align: center;
}

@media (min-width: 1400px) {
    .product__row.row-reverse .col-lg-3 img {
        max-width: 110%;
        transform: translateX(55px);
    }
}

/* ABOUT SECTION */


.about__row {
    align-items: center;
}

.about__row img {
    display: block;
}

.about__row.row-reverse .about__content {
    padding-right: unset;
    padding-left: 20px;
}

.about__content {
    padding-right: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
}

.about__desc {
    color: #585859;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    line-height: 3;
}

.btns__wrapper {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 10px;
}




/* CAT 2  */


.row-cat2 {
    display: flex;
    gap: 24px;
}

.cat2__item {
    border-radius: 42px;
    background: #F88E1E;
    box-shadow: 0px 0px 22px 0px rgba(251, 175, 15, 0.30);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    height: 152px;
    z-index: 1;
    position: relative;
    flex: 1;
}

.cat2__content {
    flex: 2;
}

.cat2__item img {
    flex: 1;
    max-width: 135px;
    object-fit: cover;
    align-self: flex-end;
    padding-left: 5px;
}

.cat2__item .icon-shape5 {
    font-size: 255px;
    flex-shrink: 0;
    filter: blur(55px);
    position: absolute;
    z-index: -2;
    right: -30px;
    line-height: 1;
}

.cat2__item:hover:before {
    width: 100%;
}

.cat2__item::before {
    content: '';
    background-color: #FF4600;
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 0;
    transition: width 500ms;
    filter: blur(45px);
}


.cat2__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.cat2__title {
    font-size: 18px;
    line-height: 1.75;
    color: #fff;
    display: inline-block;
}

.cat2__more {
    color: #fff;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
}

.cat2__more i {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #FFAE58;
    font-size: 6px;
    border-radius: 16px;
}


.section-asal {
    background-color: var(--color2);
    padding-block: 32px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.section-asal::before,
.section-asal::after {
    content: "\e92c";
    font-family: 'icomoon';
    font-size: 400px;
    color: rgba(255, 255, 255, 0.10);
    position: absolute;
    z-index: -1;
    line-height: 1;
}

.section-asal::before {
    bottom: -50px;
    right: -75px;
    transform: rotate(5deg);
}

.section-asal::after {
    top: -115px;
    left: -100px;
    transform: rotate(135deg);
}

.swiper-asal {
    margin-top: 38px;
}

.section-asal i.icon-paw3 {
    color: #fff;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.asal__item {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(6px);
    position: relative;
    overflow: hidden;
    gap: 13px;
}

.asal__title {
    display: block;
    text-align: center;
    font-size: 16.5px;
    line-height: 2;
    color: #fff;
    transition: color 500ms;
}

.asal__item:hover .asal__title {
    color: var(--color2);
}

.asal__icon::after {
    content: '';
    z-index: -1;
    position: absolute;
    background-color: #fff;
    inset: 0;
    border-radius: 50%;
    transition: 600ms;
    opacity: 0;
    transform: scale(0);
}

.asal__item:hover .asal__icon::after {
    transform: scale(6);
    opacity: 1;
}

.asal__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 52px;
    border-radius: 12px;
    color: var(--color2);
    font-size: 28px;
    background-color: #fff;
    transition: 600ms;
}


.asal__item:hover .asal__icon {
    background-color: var(--color2);
    color: #fff;
}



.swiper-pagination-lock {
    display: none !important;
}


@media (max-width:1199.98px) {
    .section-product-bg {
        overflow: hidden;
    }

    .heading__btns {
        overflow-x: auto;
        width: 100%;
        flex-wrap: nowrap;
        padding-bottom: 12px;
        gap: 8px;
    }

    .row-cat2 {
        flex-wrap: wrap;
        gap: 8px;
    }

    .cat2__item {
        flex: 1 0 45%;
    }
}

@media (max-width:991.98px) {

    .section-banners,
    .modular-main > section {
        margin-block: 42px;
    }

    .cat1__item {
        gap: 8px;
    }

    .cat1__title {
        line-height: 18px;
        font-size: 13.5px;
    }

    .item-banner,
    .item-banner img {
        border-radius: 20px;
    }

    .section-discount {
        padding: 10px;
    }

    .header-searchsimple {
        margin-left: auto;
    }

    .section-brand {
        overflow: hidden;
    }

    .swiper-brand-wrap::before,
    .swiper-brand-wrap::after {
        content: '';
        position: absolute;
        background-color: var(--color1);
        height: 100%;
        width: 100%;
        top: 0;
    }

    .swiper-brand-wrap::before {
        right: -100%;
    }

    .swiper-brand-wrap::after {
        left: -100%;
    }

    .swiper-brand-wrap {
        padding: 0;
        border-radius: 0;
        position: relative;
        background: var(--color1);
        width: 100%;
        margin: 50px auto 0;
        height: 92px;
    }

    .swiper-brand-wrap .swiper-nav {
        display: none !important;
    }

    .brand__item {
        height: 72px;
        padding: 12px;
        border-radius: 6px;
    }

    .swiper-brand {
        padding: 6px;
        margin-right: -6px;
        margin-left: -6px;
    }

    .section-product-bg::after {
        content: unset;
    }

    .heading__btn {
        min-width: unset;
        font-size: 13px;
        text-wrap: nowrap;
        height: 42px;
        border-radius: 10px;
        padding-left: 12px;
        gap: 6px;
    }

    .heading__btn i {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        font-size: 16px;
    }

    .swiper-product2,
    .swiper-product {
        padding: 12px 12px;
        margin-bottom: -12px;
    }

    .cat2__item {
        flex: 1 0 45%;
        height: 100px;
        border-radius: 24px;
    }

    .cat2__item img {
        height: 100px;
    }

    .cat2__content {
        gap: 8px;
    }

    .cat2__title {
        font-size: 16px;
    }

    .cat2__more {
        font-size: 12px;
    }

    .about__content {
        align-items: center;
        justify-content: center;
    }

    .about__desc {
        line-height: 2.2;
        text-align: center;
    }

    .about__content {
        padding-right: unset;
    }

    .about__row.row-reverse .about__content {
        padding-right: unset;
        padding-left: unset;
    }

    .btns__wrapper {
        margin-top: unset;
        justify-content: center;
        gap: 12px;
    }

    .modular-main > section.section-about {
        margin-block: 44px;
    }

    .section-asal i.icon-paw3 {
        margin-bottom: 10px;
        font-size: 44px;
    }

    .swiper-asal {
        margin-top: 24px;
    }

    .asal__item {
        display: flex;
        padding: 20px 10px;
    }

    .asal__title {
        font-size: 14px;
    }

    .asal__icon {
        height: 46px;
        width: 46px;
        font-size: 25px;
    }

    .swiper-discount {
        transform: unset;
    }

    .swiper-discount-wrap {
        margin-top: 18px;
        object-fit: cover;
        height: auto;
        background-image: linear-gradient(158deg, rgba(251, 186, 15, 0.17) 4.08%, rgba(248, 248, 248, 0.31) 99.38%);
        border: 1px solid #fff;
        backdrop-filter: blur(8px);
        padding: 14px;
    }
    .tax-brand .swiper-discount-wrap{
        backdrop-filter: unset;
    }
}

@media (max-width:767.98px) {



    .hero__btns {
        right: 50%;
        transform: translateX(50%);
    }
}

@media (max-width:575.98px) {
    .brand__btn a {
        font-size: 13px;
        gap: 8px;
    }

    .brand__btn span {
        width: 28px;
        height: 28px;
        font-size: 10px;
    }


    .cat2__item {
        flex: 1 0 45%;
        height: 100px;
        border-radius: 24px;
    }

    .cat2__item img {
        height: 70px;
    }

    .cat2__content {
        gap: 8px;
    }

    .cat2__title {
        font-size: 13.5px;
    }

    .cat2__more {
        font-size: 12px;
    }

}

@media (max-width:424.98px) {

    .cat2__item {
        flex: 1 0 100%;
    }

    .cat2__item img {
        height: 100px;
    }

    .cat2__title {
        font-size: 16px;
    }
}




/* INTRO */


.intro__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.intro__img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.features__wrapper {
    position: relative;
    z-index: 1;
    transform: translateY(-50%);
    margin-bottom: -100px;
}

.feature__item:hover .feature__title{
    color: #fff;
}
.feature__item:hover i{
    background-color: #fff;
    color: var(--color1);

}
.feature__item:hover {
    background-color: var(--color1);
}
.feature__item {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color1);
    padding: 20px 10px;
    gap: 20px;
    background-color: #fff;
    transition: 500ms;
}

.feature__item i {
    transition: 500ms;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color1);
    background-color: #F88E1E33;
}

.feature__title {
    font-size: 15.5px;
    line-height: 2.5;
    color: #585859;
    display: block;
    transition: color 500ms;
}


/* Block Content  */
.ct__btns {
    left: 32px !important;
    bottom: 32px !important;
    right: unset !important;
}

.ct__img {
    display: flex;
    border-radius: 12px;
}

.block-content-row {
    align-items: center;
}

.about-content-title {
    font-size: 20px;
    line-height: 1.5;
    color: #272829;
    margin-bottom: 16px;
}

.about-content-sub {
    font-size: 17px;
    color: #272829;
    font-family: var(--mid_font);
    margin-bottom: 18px;
}

.image-about {
    border-radius: 12px;
}

.image-about img {
    border-radius: 12px;
    display: block;
    width: 100%;
    object-fit: cover;
}

.cta-btn-wrap,
.about-btn-wrap {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}


/* Honor  */

.honor__item:hover {
    border-color: rgba(248, 142, 30, 0.30);
    box-shadow: 0px 39px 22px -18px rgba(251, 175, 15, 0.17);
}

.honor__item {
    transition: 500ms;
    border-radius: 24px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    box-shadow: 0px 15px 22px -12px rgba(178, 178, 178, 0.25);
    padding: 12px 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-direction: column;
}

.honor__image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #F5F5F5;
    padding: 30px 45px;
}

.honor__image img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.honor__title {
    font-size: 15.5px;
    line-height: 2;
    color: #272829;
    transition: color 500ms;
    font-family: var(--mid_font);
}

.honor__item:hover .honor__title {
    color: #F89A35;
}

.swiper-quick {
    padding-top: 10px;
}

.quick__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid var(--color1);
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    position: relative;
}


.quick__item span {
    display: block;
    font-size: 15.5px;
    color: #272829;
    transition: color 400ms;
    line-height: 2.25;
}

.quick__item:hover span {
    color: #fff;
}

.quick__item i {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F88E1E33;
    color: var(--color1);
    border-radius: 50%;
    font-size: 22px;
    position: relative;
    transition: 500ms;
}

.quick__item i::after {
    content: '';
    inset: 0;
    border-radius: 50%;
    background-color: var(--color1);
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transition: 500ms;
    z-index: -1;
}

.quick__item:hover i {
    background-color: #fff;
    color: var(--color1);
}

.quick__item:hover i::after {
    opacity: 1;
    transform: scale(7);
}



/* CTA  */


.row__cta {
    align-items: center;
}

.cta__title {
    margin-bottom: 18px;
}

.cta__desc {
    font-size: 15.5px;
    color: #706F6F;
    line-height: 2.5;
}



/* LIST  */

.list__wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.list__item {
    display: flex;
    gap: 24px;
}

.list__img img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.list__img {
    max-width: 305px;
    flex: 0 0 305px;
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.list__content {
    margin-top: -4px;
}

.list__title {
    font-size: 16.5px;
    line-height: 2;
    margin-bottom: 8px;
}

.list__item:hover .list__title a {
    color: var(--color1);
}

.list__title a {
    display: block;
}

.list__excerpt {
    font-size: 15px;
    line-height: 2.5;
    color: #585859;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}

.tab__btns {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.tab__content {
    display: none;
}

.list__date {
    position: absolute;
    z-index: 1;
}

a.sidebar__image:hover img {
    transform: scale(1.05);
}

a.sidebar__image img {
    transform: scale(1);
    transition: transform 500ms;
}

.sidebar__image img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.sidebar__image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
}


.list__sidebar__icon.icon-rodents:before {
    transform: scale(1.08);
}

.list__sidebar__icon.icon-birds:before {
    transform: scale(1.12);
}

.list__sidebar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.list__sidebar__btn .icon-chevron-left {
    margin-right: auto;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.list__sidebar__btn {
    padding: 20px;
    border-radius: 8px;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 16px;
    justify-content: flex-start;
    font-size: 16px;
}









@media (max-width: 991.98px) {
    .section-editor, .section-banners, .modular-main > section{
     margin-block: 42px;   
    }
    .tab__btns {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    
    .block-content-row {
        flex-direction: column-reverse;
        gap: 18px;
    }
    
    .ct__btns {
        transform: unset;
        left: 16px !important;
        bottom: 16px !important;
        right: unset !important;
    }
    
    .about-content-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .about-content-sub {
        margin-bottom:8px;
        font-size: 16px;
    }
    
    .cta-btn-wrap,
    .about-btn-wrap {
        margin-top: 20px;
    }
   
    
    .list__title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 15px;
    }
    .list__excerpt {
        font-size: 14px;
        text-align: right;
    }
    .row__cta{
        gap: 14px;
    }
    .cta__desc{
        font-size: 14px;
    }
}
@media (max-width: 767.98px) {
    .list__item {
        flex-direction: column;
        gap: 12px;
    }
    .list__img {
        flex: unset;
        max-width: unset;
    }
}
@media (max-width: 575.98px) {
    .swiper-feature{
        margin-left: -12px;
        margin-right: -12px;
    }
}