.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-120 {
    margin-top: 120px;
}

.mt--60 {
    margin-top: -60px;
}

.mt--120 {
    margin-top: -120px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb--60 {
    margin-bottom: -60px;
}

.mb--120 {
    margin-bottom: -120px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-142 {
    padding-top: 142px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}
.owl-carousel .owl-item img {
    height: 300px !important;
}
.video-card {
    background-color: var(--thm-black);
    position: relative;
}

.video-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.video-card .container {
    position: relative;
}

.video-card .container p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--thm-base);
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
}

.video-card .container p img {
    margin-right: 10px;
}

.video-card .container h3 {
    margin: 0;
    color: #fff;
    letter-spacing: -0.04em;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 45px;
}
.swiper-container {
    height: 700px;
}
@media (max-width: 450px) {
    .swiper-container {
        height: 350px;
    }
    .service-two {
        margin: 50px 0;
    }
}
@media (max-width: 575px) {
    .video-card .container h3 {
        font-size: 40px;
    }
    .video-card .container h3 br {
        display: none;
    }
}

@media (max-width: 375px) {
    .video-card .container h3 {
        font-size: 30px;
    }
}

.video-card__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-card__btn {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    margin-left: 30px;
    background-color: var(--thm-primary);
    color: #fff;
}

.video-card__btn:hover {
    color: var(--thm-primary);
    background-color: #fff;
}

.video-card-two {
    padding-top: 100px;
    position: relative;
    z-index: 11;
}

.video-card-two .inner-container {
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #242323;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 65px;
    padding-bottom: 20px;
    position: relative;
    z-index: 11;
}

@media (max-width: 991px) {
    .video-card-two .inner-container {
        padding-top: 40px;
        padding-bottom: 30px;
        text-align: center;
        padding-right: 20px;
        border-radius: 5px !important;
    }
}

.video-card-two h3 {
    margin: 0;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.05em;
    font-weight: 700;
    color: #fff;
    padding-left: 22px;
    position: relative;
    left: 30px;
}

@media (max-width: 1199px) {
    .video-card-two h3 {
        left: 0;
        font-size: 30px;
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
    .video-card-two h3 {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0;
    }
}

.video-card-two p {
    margin: 0;
    padding-left: 70px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: #9e9e9e;
}

@media (max-width: 1199px) {
    .video-card-two p {
        padding-left: 0;
    }
}

.video-card-two__box {
    display: inline-block;
    position: relative;
}

@media (max-width: 991px) {
    .video-card-two__box {
        width: 251px;
        height: 251px;
        margin-left: auto;
        display: block;
        margin-right: auto;
    }
}

.video-card-two__box > img {
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .video-card-two__box > img {
        max-width: 100%;
    }
}

.video-card-two__box-btn {
    width: 56px;
    height: 56px;
    background-color: var(--thm-base);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}

.video-card-two__box-btn:hover {
    color: #fff;
    background-color: var(--thm-primary);
}

@media (max-width: 575px) {
    .video-card-two__box-btn {
        top: 50%;
        right: auto;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
}

.team-one {
    background-color: #f6f5f2;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

@media (min-width: 1200px) {
    .team-one {
        padding-top: 120px;
        padding-bottom: 160px;
    }
}

.team-one::after {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(../images/shapes/ripped-paper-white-up.png);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: auto;
}

@media (min-width: 1700px) {
    .team-one::after {
        background-size: 100%;
        bottom: 0;
    }
}

.team-one__bg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.team-one .container {
    position: relative;
}

@media (min-width: 992px) {
    .team-one__content {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .team-one__content {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .team-one__content .block-title__image {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .team-one__content .block-title__image {
        margin-left: 0;
        margin-right: 0;
    }
}

.team-one__content .team-one__nav {
    display: none;
}

@media (min-width: 1200px) {
    .team-one__content .team-one__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
    }
}

.team-one__content .team-one__nav .swiper-button-next,
.team-one__content .team-one__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 63px;
    height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #255946;
    border: 2px solid #255946;
    border-radius: 50%;
    opacity: 0.3;
    margin: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    outline: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
}

@media (max-width: 991px) {
    .team-one__content .team-one__nav .swiper-button-next,
    .team-one__content .team-one__nav .swiper-button-prev {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}

.team-one__content .team-one__nav .swiper-button-next:hover,
.team-one__content .team-one__nav .swiper-button-prev:hover {
    opacity: 1;
}

.team-one__content .team-one__nav .swiper-button-next::after,
.team-one__content .team-one__nav .swiper-button-prev::after {
    display: none;
}

.team-one__content .team-one__nav .swiper-button-prev {
    margin-bottom: 10px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .team-one__content .team-one__nav .swiper-button-prev {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .team-one__summery {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .team-one__summery {
        max-width: 440px;
        margin-left: 0;
        margin-right: 0;
        margin-top: -20px;
    }
}

.team-one__summery p {
    margin: 0;
}

.team-card {
    text-align: center;
}

.team-card__image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.team-card__image::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#255a47),
        color-stop(60%, rgba(37, 90, 71, 0))
    );
    background: linear-gradient(0deg, #255a47 0%, rgba(37, 90, 71, 0) 60%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-card__image > img {
    width: 100%;
}

.team-card:hover .team-card__image::before {
    opacity: 1;
}

.team-card__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-card__social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: var(--thm-black);
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-card__social a:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

@media (min-width: 1440px) {
    .team-card__social a {
        width: 50px;
        height: 50px;
        font-size: 15px;
    }
}

.team-card__social a + a {
    margin-left: 10px;
}

.team-card:hover .team-card__social {
    opacity: 1;
}

.team-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--thm-black);
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .team-card h3 {
        font-size: 20px;
    }
}

.team-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #6e7673;
}

.team-one__carousel-wrap {
    margin-top: 40px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .team-one__carousel-wrap {
        padding-left: 0;
        padding-right: 0;
        max-width: 750px;
        position: absolute;
        top: 120px;
        right: 20px;
        margin-top: 0;
    }
}

@media (min-width: 1400px) {
    .team-one__carousel-wrap {
        max-width: 800px;
        right: 40px;
    }
}

@media (min-width: 1600px) {
    .team-one__carousel-wrap {
        max-width: 900px;
    }
}

@media (min-width: 1700px) {
    .team-one__carousel-wrap {
        max-width: 960px;
        right: 70px;
    }
}

.blog-card {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-card__image {
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    height: 230px;
}

.blog-card__image > img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition:
        transform 500ms ease,
        -webkit-transform 500ms ease;
    obeject-fit: contain;
}

.blog-card__image > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 78, 61, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition:
        opacity 500ms ease,
        -webkit-transform 500ms ease;
    transition:
        opacity 500ms ease,
        -webkit-transform 500ms ease;
    transition:
        opacity 500ms ease,
        transform 500ms ease;
    transition:
        opacity 500ms ease,
        transform 500ms ease,
        -webkit-transform 500ms ease;
}

.blog-card__image > a::before,
.blog-card__image > a::after {
    content: "";
    width: 32px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-card__image > a::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-card:hover .blog-card__image > a {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.blog-card:hover .blog-card__image > img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-card__content {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (min-width: 768px) {
    .blog-card__content {
        padding: 40px;
    }
}

.blog-card__content h3 {
    color: #255946;
    font-size: 20px;
    line-height: 1.417;
    margin: 0;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 35px;
}

@media (min-width: 768px) {
    .blog-card__content h3 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .blog-card__content h3 {
        font-size: 18px;
        height: 45px;
    }
}

.blog-card__content h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-card__content h3 a:hover {
    color: var(--thm-base);
}

.blog-card__content .thm-btn {
    background-color: var(--thm-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 29.5px;
}

.blog-card__content .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.blog-card:hover .blog-card__content {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
}

.blog-card__date {
    width: 74px;
    height: 74px;
    background-color: var(--thm-base);
    border: 6px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0 20px;
    line-height: 1.3;
    position: absolute;
    top: -97px;
    right: 20px;
}

@media (min-width: 768px) {
    .blog-card__date {
        top: -37px;
        right: 30px;
    }
}

.blog-card__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-card__meta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    color: #6e7673;
    font-size: 14px;
    font-weight: 600;
}

.blog-card__meta a i {
    color: var(--thm-base);
    margin-right: 5px;
}

.blog-card__meta a + a {
    margin-left: 15px;
}

.blog-grid {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .blog-grid {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.blog-grid .more-btn__box {
    margin-top: 20px;
}

.blog-grid .more-btn__box .thm-btn {
    font-size: 18px;
    font-weight: 700;
    background-color: var(--thm-black);
}

.blog-grid .more-btn__box .thm-btn:hover {
    background-color: var(--thm-base);
    color: #fff;
}

.blog-home-two {
    border-top: 1px solid #e9e7e2;
    padding-top: 80px;
    padding-bottom: 50px;
}

@media (min-width: 1200px) {
    .blog-home-two {
        padding-top: 120px;
        padding-bottom: 90px;
    }
}

.blog-home-two .top-row {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .blog-home-two .top-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .blog-home-two .top-row {
        margin-bottom: 60px;
    }
}

.blog-home-two .block-title {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .blog-home-two .block-title {
        margin-bottom: 0;
        max-width: 505px;
    }
}

@media (min-width: 992px) {
    .blog-home-two .block-text {
        margin-top: 30px;
    }
}

.home-one__boxed-bg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-home-one {
    padding-bottom: 60px;
    position: relative;
}

.blog-home-one hr {
    margin: 0;
    border-color: #e9e7e2;
    border-width: 1px;
    margin-top: 30px;
}

.blog-home__slogan {
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .blog-home__slogan {
        margin-top: -20px;
        padding-bottom: 120px;
    }
}

.blog-home__slogan i {
    font-size: 50px;
    color: var(--thm-base);
}

@media (min-width: 992px) {
    .blog-home__slogan i {
        font-size: 60px;
        margin-right: 30px;
    }
}

@media (min-width: 1200px) {
    .blog-home__slogan i {
        margin-right: 45px;
    }
}

.blog-home__slogan h3 {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .blog-home__slogan h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

.blog-home__slogan p {
    margin: 0;
    line-height: 2.125;
}

@media (min-width: 1200px) {
    .blog-home__slogan p {
        max-width: 670px;
    }
}

.blog-home__slogan-main {
    text-align: center;
}

@media (min-width: 992px) {
    .blog-home__slogan-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.blog-home__slogan-image {
    margin-top: 30px;
    position: relative;
}

@media (min-width: 768px) {
    .blog-home__slogan-image {
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .blog-home__slogan-image::before {
        content: "";
        width: 20px;
        height: 100%;
        background-color: var(--thm-primary);
        border-radius: 5px;
        position: absolute;
        top: 0;
        right: 100%;
        margin-right: 20px;
    }
}

.blog-home__slogan-image > img {
    display: block;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.blog-details {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (min-width: 1200px) {
    .blog-details {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.blog-details img {
    border-radius: 5px;
}

.blog-details .blog-card__content {
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1200px) {
    .blog-details .blog-card__content h3 {
        font-size: 34px;
    }
}

.blog-details__content p {
    margin: 0;
}

.blog-details__content p + p {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .blog-details__content p + p {
        margin-top: 30px;
    }
}

.blog-details__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #e9e7e2;
    margin-top: 30px;
    padding-top: 20px;
}

@media (min-width: 1200px) {
    .blog-details__meta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 40px;
        padding-top: 30px;
    }
}

.blog-details__tags span {
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
}

@media (min-width: 1200px) {
    .blog-details__tags span {
        font-size: 24px;
    }
}

.blog-details__tags a {
    font-size: 16px;
    color: #6e7673;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .blog-details__tags a {
        font-size: 18px;
    }
}

.blog-details__tags a:hover {
    color: var(--thm-black);
}

.blog-details__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .blog-details__social {
        margin-top: 0;
    }
}

.blog-details__social a {
    width: 40px;
    height: 40px;
    background-color: #f6f5f2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #6e7673;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .blog-details__social a {
        width: 50px;
        height: 50px;
        font-size: 15px;
    }
}

.blog-details__social a + a {
    margin-left: 10px;
}

.blog-details__social a:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

.blog-sidebar {
    margin-top: 50px;
}

@media (min-width: 1200px) {
    .blog-sidebar {
        margin-top: 0;
    }
}

.blog-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-sidebar h3 {
    margin: 0;
    font-size: 18px;
    color: var(--thm-black);
    font-weight: 700;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .blog-sidebar h3 {
        font-size: 20px;
    }
}

.blog-sidebar__search {
    margin-bottom: 30px;
}

.blog-sidebar__search form {
    width: 100%;
    height: 90px;
    background-color: var(--thm-primary);
    border-radius: 5px;
    position: relative;
}

.blog-sidebar__search form input[type="text"],
.blog-sidebar__search form input[type="search"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .blog-sidebar__search form input[type="text"],
    .blog-sidebar__search form input[type="search"] {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.blog-sidebar__search form button[type="submit"] {
    width: auto;
    padding: 0;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (min-width: 1200px) {
    .blog-sidebar__search form button[type="submit"] {
        right: 50px;
    }
}

.blog-sidebar__tags {
    background-color: #f6f5f2;
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .blog-sidebar__tags {
        padding: 50px;
    }
}

.blog-sidebar__tags-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -20px;
}

.blog-sidebar__tags-links a {
    font-size: 16px;
    color: #6e7673;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-left: 10px;
    margin-top: 20px;
}

.blog-sidebar__tags-links a:hover {
    color: var(--thm-base);
}

.blog-sidebar__posts {
    background-color: #f6f5f2;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    .blog-sidebar__posts {
        padding: 50px;
    }
}

.blog-sidebar__posts h3 {
    margin-bottom: 10px;
}

.blog-sidebar__posts ul {
    margin-left: -20px;
    margin-right: -20px;
}

.blog-sidebar__posts ul li {
    position: relative;
    padding-left: 90px;
    min-height: 78px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 110px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 5px;
}

.blog-sidebar__posts ul li:hover {
    background-color: #fff;
}

.blog-sidebar__posts ul li > img {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.blog-sidebar__posts ul li span {
    color: #6e7673;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 10px;
}

.blog-sidebar__posts ul li span > i {
    font-size: 14px;
    margin-right: 5px;
}

.blog-sidebar__posts ul li h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.625;
}

.blog-sidebar__posts ul li h4 a {
    color: inherit;
}

.blog-sidebar__categories {
    background-color: #f6f5f2;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
}

@media (min-width: 1200px) {
    .blog-sidebar__categories {
        padding: 50px;
    }
}

.blog-sidebar__categories ul li + li {
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .blog-sidebar__categories ul li + li {
        margin-top: 25px;
    }
}

.blog-sidebar__categories ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6e7673;
    font-weight: 500;
    line-height: 1;
}

.blog-sidebar__categories ul li a i {
    font-size: 20px;
    margin-right: 10px;
}

.comment-form h2,
.blog-comment h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: var(--thm-black);
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .comment-form h2,
    .blog-comment h2 {
        font-size: 36px;
        margin-bottom: 50px;
    }
}

.blog-author {
    margin-bottom: 50px;
    margin-top: 50px;
    background-color: #f6f5f2;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
}

@media (min-width: 1200px) {
    .blog-author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        padding: 60px;
    }
}

.blog-author__image {
    margin-right: 45px;
}

.blog-author img {
    border-radius: 50%;
}

.blog-author h3 {
    margin: 0;
    font-size: 18px;
    color: var(--thm-black);
    margin: 0;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .blog-author h3 {
        font-size: 22px;
        margin-top: 0;
    }
}

.blog-author p {
    margin: 0;
}

@media (min-width: 1200px) {
    .blog-author p {
        margin-top: 20px;
    }
}

.comment-form {
    margin-top: 40px;
}

.contact-form-validated label {
    color: #f00;
}

@media (min-width: 1200px) {
    .comment-form {
        margin-top: 30px;
    }
}

.comment-form .contact-one__form {
    margin-top: 0;
    padding: 0;
    margin: 0;
}

.blog-comment__box {
    border-bottom: 1px solid #e9e7e2;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .blog-comment__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
}

.blog-comment__box .blog-comment__image {
    margin-right: 30px;
}

.blog-comment__box img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.blog-comment__box h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--thm-black);
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .blog-comment__box h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

.blog-comment__box p {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
}

.blog-comment__box .blog-comment__content {
    position: relative;
}

.blog-comment__box .thm-btn {
    font-size: 14px;
    font-weight: 700;
    padding: 6px 20px;
    background-color: var(--thm-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media (min-width: 1200px) {
    .blog-comment__box .thm-btn {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.blog-comment__box .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

:root {
    --thm-font: "Inter", sans-serif;
    --heading-font: "Inter", sans-serif;
    --special-font: "Handlee", cursive;
    --thm-color: #6e7673;
    --thm-color-rgb: 110, 118, 115;
    --thm-base: #49a760;
    --thm-base-rgb: 73, 167, 96;
    --thm-primary: #009641; 
    --thm-primary-rgb: 247, 195, 95;
    --thm-secondary: #ed4b4b;
    --thm-secondary-rgb: 237, 75, 75;
    --thm-special: #5366c2;
    --thm-special-rgb: 83, 102, 194;
    --thm-black: #255946;
    --thm-black-rgb: 37, 89, 70;
    --thm-black2: #1d1c1c;
    --thm-black2-rgb: 29, 28, 28;
    --thm-text-dark: #8e96a0;
    --thm-text-dark-rgb: 142, 150, 160;
}

body {
    font-family: var(--thm-font);
    color: var(--thm-color);
    font-size: 16px;
    line-height: 2.125;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
}

@media (max-width: 575px) {
    h1 br,
    h2 br,
    h3 br,
    h4 br,
    h5 br,
    h6 br {
        display: none;
    }
}

@media (max-width: 575px) {
    p br {
        display: none;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.background-base {
    background-color: var(--thm-base);
}

.background-primary {
    background-color: var(--thm-primary);
}

.background-secondary {
    background-color: var(--thm-secondary);
}

.background-special {
    background-color: var(--thm-special);
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

@media (min-width: 1350px) {
    .container {
        max-width: 1350px;
    }
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--thm-base);
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 700;
    font-family: var(--thm-font);
    padding: 16.5px 39.5px;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: var(--thm-base);
    color: #fff;
}

.thm-btn:hover {
    color: var(--thm-base);
    background-color: #fff;
}

.gray-boxed-wrapper {
    background-color: #f6f5f2;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    .gray-boxed-wrapper {
        width: 100%;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .gray-boxed-wrapper {
        max-width: 1000px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .gray-boxed-wrapper {
        max-width: 1300px;
    }
}

@media (min-width: 1440px) {
    .gray-boxed-wrapper {
        max-width: 1600px;
    }
}

.gray-boxed-wrapper.home-one__boxed {
    margin-top: -60px;
}

@media (min-width: 992px) {
    .gray-boxed-wrapper.home-one__boxed {
        margin-top: -205px;
    }
}

.block-text {
    font-size: 15px;
    line-height: 2.125;
    color: var(--thm-color);
    margin-bottom: 0;
    font-weight: 500;
}

@media (min-width: 992px) {
    .block-text {
        font-size: 16px;
    }
}

.block-title {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .block-title {
        margin-bottom: 10px;
    }
}

.block-title__image {
    background-image: url(../images/loader.png);
    background-size: 100%;
    width: 24px;
    height: 25px;
    background-position: center center;
    background-repeat: no-repeat;
}

.block-title.text-center .block-title__image {
    margin-left: auto;
    margin-right: auto;
}

.block-title p {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #9ea5a2;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (min-width: 1440px) {
    .block-title p {
        font-size: 14px;
    }
}

.block-title h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #2f9640;
}

@media (min-width: 1440px) {
   .block-title h3 {
    font-size: 33px;
    font-weight: 700;
}
}

.ul-list-one {
    margin-bottom: 0;
}

.ul-list-one li {
    position: relative;
    padding-left: 45px;
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-black);
}

@media (min-width: 481px) {
    .ul-list-one li {
        font-size: 20px;
    }
}

.ul-list-one li::before {
    content: "e907";
    color: var(--thm-secondary);
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: azino-icon;
}

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--thm-primary);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

.scroll-to-top:hover i {
    color: #fff;
}

.post-pagination {
    margin-bottom: 0;
    margin-top: 0;
}

@media (min-width: 992px) {
    .post-pagination {
        margin-top: 0;
    }
}

.post-pagination a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    background-color: #eff2f6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--thm-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
}

@media (min-width: 992px) {
    .post-pagination a {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
}

.post-pagination a:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

.post-pagination li:first-child a {
    background-color: var(--thm-base);
    color: #fff;
}

.post-pagination li:last-child a {
    background-color: var(--thm-black);
    color: #fff;
}

.post-pagination li + li {
    margin-left: 10px;
}

.form-one .form-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin: 0;
}

@media (min-width: 576px) {
    .form-one .form-group {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

.form-one .form-control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
}

.form-one .form-control-full {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: -1;
}

.form-one input[type="text"],
.form-one input[type="email"],
.form-one textarea {
    display: block;
    width: 100%;
    height: 73px;
    border-radius: 36.5px;
    background-color: #f1f1f1;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 30px;
}

.form-one textarea {
    border-radius: 30px;
    height: 195px;
    padding-top: 20px;
}

.form-one .thm-btn {
    padding: 24.5px 57.5px;
}

.form-one .thm-btn:hover {
    background-color: var(--thm-primary);
    color: #fff;
}



.main-menu {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    position: relative;
    z-index: 91;
}

.main-menu.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 991;
    animation: headerSlideDown 0.35s ease;
}

@keyframes headerSlideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

a.hotline_btn {
    background: red;
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    animation: hotlinePulse 1.5s infinite;
}

@keyframes hotlinePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@media (min-width: 1700px) {
    .main-menu::after {
        bottom: -16px;
        background-size: 100%;
    }
}

.main-menu,
.stricky-header {
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}



.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
}

.main-menu .main-menu__list > li::before, .main-menu .main-menu__list > li::after, .stricky-header .main-menu__list > li::before, .stricky-header .main-menu__list > li::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #a30003;
    position: absolute;
    bottom: 13px;
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    z-index: 1;
}

.main-menu .main-menu__list > li::before,
.stricky-header .main-menu__list > li::before {
    left: 0;
}

.main-menu .main-menu__list > li::after,
.stricky-header .main-menu__list > li::after {
    right: 0;
}



.main-menu .main-menu__list > li + li, .stricky-header .main-menu__list > li + li {
    margin-left: 16px;
}

.main-menu .main-menu__list > li > a, .stricky-header .main-menu__list > li > a {
    font-family: var(--thm-font);
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
    text-transform: uppercase;
}


.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a, .stricky-header .main-menu__list > li.current > a, .stricky-header .main-menu__list > li:hover > a {
    color: #bd060a;
    text-shadow: 0 0 0 rgb(154 0 1);
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
    opacity: 1;
}

.main-menu .main-menu__list li.search-btn,
.stricky-header .main-menu__list li.search-btn {
    margin-left: 30px;
}

.main-menu .main-menu__list li.search-btn a::before,
.stricky-header .main-menu__list li.search-btn a::before {
    display: none;
}

.main-menu .main-menu__list li.search-btn i,
.stricky-header .main-menu__list li.search-btn i {
    font-size: 22px;
}

.main-menu .main-menu__list li.cart-btn a,
.stricky-header .main-menu__list li.cart-btn a {
    position: relative;
}

.main-menu .main-menu__list li.cart-btn span,
.stricky-header .main-menu__list li.cart-btn span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 10px;
    font-family: var(--thm-font);
    background-color: var(--thm-primary);
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    -webkit-transition:
        background-color 500ms,
        color 500ms;
    transition:
        background-color 500ms,
        color 500ms;
}

.main-menu .main-menu__list li.cart-btn:hover span,
.stricky-header .main-menu__list li.cart-btn:hover span {
    background-color: #fff;
    color: var(--thm-black);
}

.main-menu .main-menu__list li.cart-btn i,
.stricky-header .main-menu__list li.cart-btn i {
    font-size: 23px;
}

.quote-cart-mobile {
    position: relative;
    display: none;
    margin-right: 12px;
    border: 0;
    background: transparent;
    padding: 0;
}

.quote-cart-mobile i {
    color: #000 !important;
    font-size: 20px;
}

.quote-cart-mobile span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db1f26;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: -6px;
    right: -10px;
}

.header-quick-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: 18px;
}

.header-quote-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid #e9e3de;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.header-quote-link:hover,
.header-quote-link.is-active {
    border-color: #db1f26;
    background: #fff7f7;
}

.header-quote-link i {
    color: #2a2a2a;
    font-size: 20px;
    margin: 0;
}

.header-quote-link span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #db1f26;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    top: -6px;
    right: -8px;
}

.quote-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(17, 17, 17, 0.28);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    z-index: 9998;
}

.quote-drawer-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.quote-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(390px, 100%);
    height: 100vh;
    padding: 24px 22px 26px;
    background: #fff;
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 0.28s ease;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.quote-drawer.is-open {
    transform: translateX(0);
}

.quote-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.quote-drawer-head h4 {
    margin: 0;
    color: #1e1e1e;
    font-size: 26px;
    font-weight: 700;
}

.quote-drawer-close {
    border: 0;
    background: transparent;
    padding: 0;
}

.quote-drawer-close i {
    color: #707070;
    font-size: 28px;
}

.quote-drawer-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-right: 4px;
}

.quote-drawer-item {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) 24px;
    gap: 16px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #e8e0db;
}

.quote-drawer-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    border: 2px solid #d6d2cf;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}

.quote-drawer-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.quote-drawer-content h5 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    text-transform: uppercase;
}

.quote-drawer-content h5 a {
    color: #202020;
    text-decoration: none;
}

.quote-drawer-content span {
    color: #4d4d4d;
    font-size: 14px;
}

.quote-drawer-remove button {
    border: 0;
    background: transparent;
    padding: 0;
}

.quote-drawer-remove i {
    color: #c9c9c9;
    font-size: 22px;
}

.quote-drawer-empty {
    padding: 40px 10px;
    color: #666;
    text-align: center;
}

.quote-drawer-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding-top: 20px;
}

.quote-drawer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

body.quote-drawer-open {
    overflow: hidden;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 500ms ease;
    transition: 500ms ease;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 65px 0 rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main-menu .main-menu__list li ul li, .stricky-header .main-menu__list li ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #009641;
}

.main-menu .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
    border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a, .stricky-header .main-menu__list li ul li a {
    font-size: 13px;
    line-height: 30px;
    color: var(--thm-black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: 500ms;
    transition: 500ms;
    text-transform: uppercase;
    font-weight: 500;
}

.main-menu .main-menu__list li ul li:last-child > a,
.stricky-header .main-menu__list li ul li:last-child > a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.main-menu .main-menu__list li ul li:hover > a, .stricky-header .main-menu__list li ul li:hover > a {
    background-color: #bf050d;
    color: #fff;
}

.main-menu .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul, .stricky-header .main-menu__list li ul li > ul ul {
     display: block; 
}

.main-menu .main-menu__list li.brand-menu-dropdown .brand-submenu,
.stricky-header .main-menu__list li.brand-menu-dropdown .brand-submenu {
    min-width: 280px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid rgba(16, 67, 60, 0.08);
    background: #fff;
}

.main-menu .main-menu__list li.brand-menu-dropdown .brand-submenu li,
.stricky-header .main-menu__list li.brand-menu-dropdown .brand-submenu li {
    border: 0;
}

.main-menu .main-menu__list li.brand-menu-dropdown .brand-submenu li + li,
.stricky-header .main-menu__list li.brand-menu-dropdown .brand-submenu li + li {
    margin-top: 6px;
    border-top: 0;
}

.main-menu .main-menu__list li.brand-menu-dropdown .brand-submenu li a,
.stricky-header .main-menu__list li.brand-menu-dropdown .brand-submenu li a {
    padding: 0;
    line-height: normal;
    text-transform: none;
    border-radius: 12px;
    overflow: hidden;
}

.main-menu .main-menu__list li.brand-menu-dropdown .brand-submenu li:hover > a,
.stricky-header .main-menu__list li.brand-menu-dropdown .brand-submenu li:hover > a {
    background: transparent;
    color: inherit;
}

.brand-menu-card {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 12px;
   
}

.brand-menu-name {
    color: #123d3a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.main-menu .main-menu__list li.product-menu-dropdown,
.stricky-header .main-menu__list li.product-menu-dropdown {
    position: static;
}

.main-menu .main-menu__list li.product-menu-dropdown .product-mega-menu, .stricky-header .main-menu__list li.product-menu-dropdown .product-mega-menu {
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px, calc(100vw - 40px));
    min-width: 960px;
    padding: 26px 28px 22px;
    border-radius: 6px;
    border: 1px solid rgba(18, 61, 58, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f4faf8 100%);
    box-shadow: 0 30px 70px rgba(16, 42, 39, 0.12);
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px 16px;
}

.main-menu .main-menu__list li.product-menu-dropdown .product-mega-item,
.stricky-header .main-menu__list li.product-menu-dropdown .product-mega-item {
    border: 0;
}

.main-menu .main-menu__list li.product-menu-dropdown .product-mega-item + .product-mega-item,
.stricky-header .main-menu__list li.product-menu-dropdown .product-mega-item + .product-mega-item {
    margin-top: 0;
    border-top: 0;
}

.main-menu .main-menu__list li.product-menu-dropdown .product-mega-card,
.stricky-header .main-menu__list li.product-menu-dropdown .product-mega-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    height: 100%;
    padding: 14px 12px 12px;
    text-align: center;
    line-height: normal;
    text-transform: none;
    border-radius: 22px;
    background: transparent;
    transition: none;
}

.main-menu .main-menu__list li.product-menu-dropdown .product-mega-card:hover,
.stricky-header .main-menu__list li.product-menu-dropdown .product-mega-card:hover {
    background: transparent;
    box-shadow: none;
}

.product-mega-image {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    /* background: radial-gradient(circle at top, #f3fff8 0%, #e3f3ec 100%); */
    overflow: hidden;
}
.product-mega-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.28s ease;
}

.product-mega-card:hover .product-mega-image img {
    transform: scale(1.08);
}

.product-mega-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #b50d12 0%, #14524d 100%);
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}

.product-mega-name {
    color: #193f3b;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    text-transform: none;
    letter-spacing: 0;
}

@media (max-width: 1199px) {
    .main-menu .main-menu__list li.product-menu-dropdown .product-mega-menu,
    .stricky-header .main-menu__list li.product-menu-dropdown .product-mega-menu {
        min-width: 0;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .main-menu .main-menu__list li.product-menu-dropdown,
    .stricky-header .main-menu__list li.product-menu-dropdown {
        position: relative;
    }

    .main-menu .main-menu__list li.product-menu-dropdown .product-mega-menu,
    .stricky-header .main-menu__list li.product-menu-dropdown .product-mega-menu {
        left: auto;
        transform: none;
        width: 100%;
        padding: 10px;
        border-radius: 18px;
        display: block;
    }

    .main-menu .main-menu__list li.product-menu-dropdown .product-mega-item + .product-mega-item,
    .stricky-header .main-menu__list li.product-menu-dropdown .product-mega-item + .product-mega-item {
        margin-top: 10px;
    }

    .main-menu .main-menu__list li.product-menu-dropdown .product-mega-card,
    .stricky-header .main-menu__list li.product-menu-dropdown .product-mega-card {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
        padding: 10px;
    }

    .product-mega-image {
        width: 56px;
        height: 56px;
        padding: 8px;
        flex-shrink: 0;
    }
}


.main-header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header__search-btn,
.main-header__cart-btn {
    font-size: 23px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__search-btn:hover,
.main-header__cart-btn:hover {
    color: var(--thm-base);
}

.main-header__cart-btn {
    margin-left: 30px;
    margin-right: 30px;
}

.main-header__info-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: var(--thm-primary);
    border-radius: 5px;
    padding: 18px 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header__info-phone > i {
    font-size: 32px;
    color: #fff;
}

.main-header__info-phone-content {
    margin-left: 10px;
}

.main-header__info-phone-content .main-header__info-phone-text {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px;
}

.main-header__info-phone-content .main-header__info-phone-title {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
    color: #fff;
    display: block;
}

@media (max-width: 575px) {
    .main-header__info-phone {
        display: none;
    }
}

.main-header__info-phone:hover {
    background-color: var(--thm-black);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--thm-black);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--thm-primary);
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition:
        transform 500ms ease,
        -webkit-transform 500ms ease;
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none;
    }
}

/* .stricky-header .container {
    padding-top: 10px;
    padding-bottom: 10px;
} */

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.topbar {
    background-color: #f5f5f5;
}

@media (max-width: 991px) {
    .topbar {
        display: none;
    }
}



.topbar__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topbar__left p {
    font-size: 12px;
    font-weight: 500;
    color: #6e7673;
    margin: 0;
}

.topbar__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

.topbar__social a {
    color: #6e7673;
    font-size: 12px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 38px;
}

.topbar__social a:hover {
    color: var(--thm-primary);
}

.topbar__social a + a {
    margin-left: 20px;
}

.topbar__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar__right > a {
    color: #6e7673;
    font-size: 14px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.topbar__right > a + a {
    margin-left: 30px;
}

.topbar__right > a > i {
    font-size: 14px;
    color: var(--thm-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 10px;
}

.topbar__right > a:hover {
    color: var(--thm-base);
}

.topbar__right > a:hover > i {
    color: var(--thm-black);
}

span.mobile-nav__toggler i {
    font-size: 25px;
}
.search_menu_mobile i {
    color: #000;
    display: none;
}
.main-menu .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


@media (max-width: 425px) {
    .main-menu .logo-box {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    .main-menu .logo-box .mobile-nav__toggler {
        margin-left: 20px;
    }
}

@media (max-width: 1199px) {
    .main-menu .main-header__info {
        margin-left: auto;
    }
}

@media (max-width: 425px) {
    .main-menu .main-header__info {
        display: none;
    }
}

.main-header__two {
    position: relative;
    background-color: var(--thm-black);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 91;
}

@media (min-width: 992px) {
    .main-header__two {
        position: absolute;
        background-color: transparent;
    }
}

.main-header__two .topbar {
    padding-top: 4.5px;
    padding-bottom: 4.5px;
    background-color: var(--thm-base);
}

.main-header__two .topbar .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-header__two .topbar p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.main-header__two .main-menu .mobile-nav__toggler {
    color: #fff;
}

.main-menu__two {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu__two::after {
    display: none;
}

.main-menu__two .main-header__search-btn,
.main-menu__two .main-header__cart-btn,
.main-menu__two .main-menu__list > li > a,
.main-menu__two .main-menu__list > li:hover > a,
.main-menu__two .main-menu__list > li.current > a {
    color: #fff;
}

.main-menu__two.stricky-header {
    background-color: var(--thm-black);
}

.main-menu__two .main-header__cart-btn {
    margin-right: 0;
}

@-webkit-keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@keyframes bubbleMover {
    0% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
    }
    30% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    50% {
        -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
        transform: translateY(50px) translateX(100px) rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    80% {
        -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
        transform: translateY(30px) translateX(50px) rotate(15deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    100% {
        -webkit-transform: translateY(0px) translateX(0) rotate(0);
        transform: translateY(0px) translateX(0) rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

@-webkit-keyframes shapeMover {
    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg)
            translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
            translateX(0);
    }
    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px)
            translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px)
            translateY(20px) translateX(20px);
    }
}

@keyframes shapeMover {
    0%,
    100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg)
            translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
            translateX(0);
    }
    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px)
            translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px)
            translateY(20px) translateX(20px);
    }
}

@-webkit-keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
    30% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@-webkit-keyframes squareMover {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }
    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes squareMover {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }
    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }
    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition:
        transform 500ms ease,
        -webkit-transform 500ms ease;
    z-index: 999;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0.8;
    cursor: pointer;
}

.mobile-nav__content {
    width: 75%;
    background-color: #000e23;
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 15px;
}

.mobile-nav__content .thm-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 38px;
    right: 30px;
    color: #1fb17d;
    cursor: pointer;
}
.mobile-nav__close i {
    color: white;
    font-size: 32px;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list ul li a {
    padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: var(--thm-font);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--thm-primary);
}

.mobile-nav__content .main-menu__list li a button {
    width: 30px;
    height: 30px;
    background-color: #2f9640;
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease,
        -webkit-transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__language img {
    border-radius: 50%;
    margin-right: 10px;
}

.mobile-nav__language
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 70px;
}

.mobile-nav__language .bootstrap-select > .dropdown-toggle {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    outline: none;
    color: #b5c3be;
    font-size: 14px;
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;

    -webkit-transition: 500ms;
    transition: 500ms;
}
.mobile-nav__social a i {
    color: #b5c3be;
}

.mobile-nav__social a + a {
    margin-left: 10px;
}

.mobile-nav__social a:hover {
    color: var(--thm-primary);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: #b5c3be;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__contact li + li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: inherit;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--thm-primary);
}

.mobile-nav__contact li > i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--thm-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;

    font-size: 14px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .logo-box {
    display: none;
}

.mobile-nav__container .main-header__info {
    display: none;
}

.menu_area {
    display:flex;
    justify-content: space-between;
}

/* Ben Foods style header */
.ben-style-header .main-menu,
.ben-style-header .stricky-header {
    box-shadow: none;
}

.ben-header {
    background: #fff;
    position: relative;
    z-index: 91;
}

.ben-header__top {
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.ben-header__inner {
    width: min(1640px, calc(100% - 28px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 32px;
}

.ben-header__actions,
.ben-header__trust {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ben-header__actions {
    justify-content: end;
}

.ben-header__pill {
    min-height: 37px;
    padding: 0 15px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    transition: all 250ms ease;
}
a.ben-header__pill.ben-header__pill--light i {
    color: #000;
}

.ben-header__pill--light {
    border: 1px solid #d5d5d5;
    color: #333;
    background: #fff;
}

.ben-header__pill--orange {
    border: 1px solid #0c7c5e;
    color: #fff;
    background: #0c7c5e;
}

.ben-header__pill:hover {
    transform: translateY(-1px);
}

.ben-header__pill--light:hover {
    color: #169947;
    border-color: #169947;
}

.ben-header__pill--orange:hover {
    color: #fff;
    background: #0b775a;
}

.ben-header__brand {
    justify-content: start;
    min-width: 390px;
}

.ben-header__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ben-header .logo-box img, .ben-header__logo img {
    width: auto;
    max-width: 330px;
    height: 65px;
    object-fit: contain;
    margin: 0;
}

.ben-header__toggle {
    display: none;
}

.ben-header__trust {
    justify-content: flex-end;
}

.ben-header__certifications {
    gap: 18px;
}

.ben-header__cert-img {
    width: 142px;
    height: 62px;
    border: 1px solid #d8d8d8;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}


.ben-header__cert-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.ben-header__mark {
    min-width: 98px;
    color: #e53744;
    font-size: 34px;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
}

.ben-header__mark span {
    color: #555;
    font-style: normal;
    font-weight: 800;
}

.ben-header__cert {
    width: 142px;
    height: 62px;
    border: 1px solid #d8d8d8;
    background:
        linear-gradient(90deg, #c31830 0 42%, #fff 42% 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    padding: 8px 10px 8px 66px;
    position: relative;
    color: #333;
}

.ben-header__cert::before {
    content: "";
    width: 38px;
    height: 38px;
    border: 2px solid #8f8f8f;
    border-radius: 50%;
    position: absolute;
    left: 46px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.ben-header__cert strong {
    color: #c31830;
    font-size: 8px;
    line-height: 1;
}

.ben-header__cert span {
    color: #555;
    font-size: 7px;
    line-height: 1.15;
}

.ben-header__search {
    height: 40px;
    border: 1px solid #d7d7d7;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0 15px 0 15px;
    gap: 12px;
    background: #fff;
}

.ben-header__search-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    min-width: 0;
}

.ben-header__search-wrap .ben-header__search {
    flex: 1 1 auto;
    min-width: 0;
}

.ben-header__cart {
    width: 40px;
    height: 40px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    background: #fff;
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    position: relative;
    transition: all 250ms ease;
}


.ben-header__cart .js-quote-count {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #0c7c5e;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    position: absolute;
    top: -4px;
    right: -3px;
}

.ben-header__cart:hover .js-quote-count,
.ben-header__cart.is-active .js-quote-count {
    background: #222;
}

.ben-header__search input {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 15px;
    color: #3e3e3e;
    background: transparent;
}

.ben-header__search button {
    border: 0;
    background: transparent;
    color: #6f5f52;
    font-size: 19px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
form.ben-header__search button i {
    color: #000;
}
.ben-header__nav {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ben-header__nav .main-menu__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: clamp(18px, 2.2vw, 42px);
}

.ben-header__nav .main-menu__list > li {
    padding: 0;
}

.ben-header__nav .main-menu__list > li + li {
    margin-left: 0;
}

.ben-header__nav .main-menu__list > li::before,
.ben-header__nav .main-menu__list > li::after {
    display: none;
}

.ben-header__nav .main-menu__list > li > a {
    min-height: 55px;
    display: flex;
    align-items: center;
    color: #656565;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}

.ben-header__nav .main-menu__list > li.current > a,
.ben-header__nav .main-menu__list > li:hover > a {
    color: #009b4d;
    text-shadow: none;
}

.ben-style-header .stricky-header .ben-header__top {
    display: none;
}

.ben-style-header .stricky-header .ben-header__nav {
    min-height: 58px;
}

.mobile-nav__content .ben-header__top {
    display: none;
}

.mobile-nav__content .ben-header__nav {
    min-height: 0;
    background: transparent;
    display: block;
}

.mobile-nav__content .ben-header__nav .main-menu__list {
    display: block;
}

.mobile-nav__content .ben-header__nav .main-menu__list > li > a {
    min-height: 46px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
}

.mobile-nav__content .ben-header__nav .main-menu__list > li.current > a,
.mobile-nav__content .ben-header__nav .main-menu__list > li:hover > a {
    color: var(--thm-primary);
}

@media (max-width: 1399px) {
    .ben-header__inner {
        /* grid-template-columns: minmax(230px, 0.8fr) auto minmax(230px, 0.8fr) minmax(220px, 0.7fr); */
        gap: 20px;
    }

    .ben-header__brand {
        min-width: 300px;
    }

   .ben-header .logo-box img, .ben-header__logo img {
    max-width: 307px;
    height: 60px;
}

    .ben-header__pill {
        padding: 0 20px;
        font-size: 16px;
    }

    .ben-header__cert {
        width: 118px;
    }

    .ben-header__cert-img {
        width: 118px;
        height: 58px;
    }
}

@media (max-width: 1199px) {
    .ben-header__inner {
        grid-template-columns: 1fr auto;
        min-height: auto;
        padding: 14px 0;
        gap: 14px;
    }

    .ben-header__brand {
        grid-column: 1 / -1;
        grid-row: 1;
        width: 100%;
        min-width: 0;
        justify-content: space-between;
    }

    .ben-header__toggle {
        width: 44px;
        height: 44px;
        border: 1px solid #d8d8d8;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 14px;
    }

    .ben-header__toggle i {
        color: #222;
        font-size: 22px;
    }

    .ben-header__actions {
        grid-column: 1;
        grid-row: 2;
        flex-wrap: wrap;
        gap: 10px;
    }

    .ben-header__search-wrap {
        grid-column: 2;
        grid-row: 2;
        width: min(360px, 42vw);
    }

    .ben-header__search {
        height: 46px;
    }

    .ben-header__cart {
        width: 46px;
        height: 46px;
    }

    .ben-header__trust {
        display: none;
    }

    .ben-header__nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .ben-header__inner {
        width: min(100% - 20px, 540px);
        grid-template-columns: 1fr;
        padding: 10px 0 12px;
    }

    .ben-header .logo-box img,
    .ben-header__logo img {
        max-width: 230px;
        height: 60px !important;
    }

    .ben-header__actions,
    .ben-header__search-wrap {
        grid-column: 1;
        grid-row: auto;
        width: 100%;
    }

    .ben-header__actions {
        justify-content: space-between;
    }

    .ben-header__pill {
        flex: 1 1 0;
        min-height: 42px;
        padding: 0 12px;
        font-size: 14px;
    }

    .ben-header__search {
        height: 44px;
        padding: 0 16px 0 18px;
    }

    .ben-header__cart {
        width: 44px;
        height: 44px;
    }

    .ben-header__search input {
        font-size: 15px;
    }
}

@media (max-width: 380px) {
   .ben-header__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .ben-header__pill {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .ben-header.stricky-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 995;
        background: #fff;
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    }

    .ben-header.stricky-fixed .ben-header__top {
        background: #fff;
        border-bottom: 0;
    }

    .ben-header.stricky-fixed .ben-header__inner {
        width: min(100% - 24px, 540px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 0;
        padding: 8px 0;
        gap: 0;
    }

    .ben-header.stricky-fixed .ben-header__brand {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-width: 0;
        grid-column: auto;
        grid-row: auto;
    }

    .ben-header.stricky-fixed .ben-header__actions,
    .ben-header.stricky-fixed .ben-header__search-wrap,
    .ben-header.stricky-fixed .ben-header__trust,
    .ben-header.stricky-fixed .ben-header__nav {
        display: none !important;
    }

    .ben-header.stricky-fixed .logo-box img,
    .ben-header.stricky-fixed .ben-header__logo img {
        max-width: 190px;
        height: 48px !important;
    }

    .ben-header.stricky-fixed .ben-header__toggle {
        width: 40px;
        height: 40px;
        margin-left: 12px;
    }
}

@media (max-width: 767px) {
    .ben-header.stricky-fixed .ben-header__inner {
        width: calc(100% - 20px);
        padding: 7px 0;
    }

    .ben-header.stricky-fixed .logo-box img,
    .ben-header.stricky-fixed .ben-header__logo img {
        max-width: 180px;
        height: 46px !important;
    }
}

.ben-header__mobile-tools,
.ben-header__mobile-search-toggle {
    display: none;
}

body.mobile-nav-locked {
    overflow: hidden;
}

@media (max-width: 991px) {
    .ben-header__brand {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .ben-header__mobile-tools {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        flex: 0 0 auto;
    }

    .ben-header__mobile-search-toggle,
    .ben-header__toggle {
        width: 44px;
        height: 44px;
        border: 1px solid #d8d8d8;
        border-radius: 50%;
        background: #fff;
        color: #1d1d1f;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
        cursor: pointer;
    }

    .ben-header__mobile-search-toggle i,
    .ben-header__toggle i {
        color: #1d1d1f;
        font-size: 20px;
    }

    .ben-header__actions {
        display: none !important;
    }

    .ben-header__search-wrap {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-8px);
        transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.28s ease;
    }

    .ben-header.mobile-search-open .ben-header__search-wrap {
        display: flex !important;
        max-height: 58px;
        opacity: 1;
        transform: translateY(0);
    }

    .ben-header.stricky-fixed.mobile-search-open .ben-header__inner {
        flex-wrap: wrap;
        gap: 10px;
    }

    .ben-header.stricky-fixed.mobile-search-open .ben-header__search-wrap {
        display: flex !important;
        flex: 0 0 100%;
        width: 100%;
        max-height: 58px;
        opacity: 1;
        transform: translateY(0);
    }

    .ben-header__search {
        width: 100%;
        height: 48px;
        gap: 10px;
        border-radius: 999px;
        padding: 5px 6px 5px 16px;
        background: #fff;
        border: 1px solid rgba(29, 78, 216, 0.14);
        box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
    }

    .ben-header__search:focus-within {
        border-color: rgba(29, 78, 216, 0.38);
        box-shadow: 0 18px 38px rgba(29, 78, 216, 0.14);
    }

    .ben-header__search input {
        height: 100%;
        font-size: 15px;
        color: #111827;
    }

    .ben-header__search input::placeholder {
        color: #8a94a6;
    }

    .ben-header__search button {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        border-radius: 50%;
        background: #f3f6ff;
        color: var(--primary-color);
        transition: background 0.2s ease, transform 0.2s ease;
    }

    .ben-header__search button:hover {
        background: var(--primary-color);
        transform: translateY(-1px);
    }

    .ben-header__search button:hover i {
        color: #fff !important;
    }

    .mobile-nav__wrapper {
        position: fixed !important;
        inset: 0;
        width: 100vw;
        height: 100dvh;
        z-index: 9999;
        transform: translateX(-100%);
        transform-origin: left center;
        transition: transform 0.34s ease;
        pointer-events: none;
    }

    .mobile-nav__wrapper.expanded {
        transform: translateX(0);
        pointer-events: auto;
    }

    .mobile-nav__overlay {
        position: fixed;
        inset: 0;
        background: rgba(7, 12, 25, 0.58);
        opacity: 1;
    }

    .mobile-nav__content {
        position: fixed !important;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(86vw, 360px);
        height: 100dvh;
        padding: 22px 18px 28px;
        overflow-y: auto;
        background: #fff !important;
        color: #101828 !important;
        box-shadow: 28px 0 60px rgba(15, 23, 42, 0.22);
    }

    .mobile-nav__content > .logo-box {
        margin: 0 48px 22px 0;
        padding-bottom: 16px;
        border-bottom: 1px solid #edf0f7;
    }

    .mobile-nav__content > .logo-box img {
        width: auto !important;
        max-width: 185px;
        height: 54px !important;
        object-fit: contain;
    }

    .mobile-nav__close {
        top: 28px;
        right: 18px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #f4f6fb;
    }

    .mobile-nav__close i {
        color: #111827 !important;
        font-size: 22px;
    }

    .mobile-nav__container {
        margin-bottom: 18px;
    }

    .mobile-nav__container .ben-header__top,
    .mobile-nav__container .ben-header__top .container,
    .mobile-nav__container .ben-header__inner {
        display: block !important;
        width: 100% !important;
        min-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .mobile-nav__container .ben-header__brand,
    .mobile-nav__container .ben-header__search-wrap,
    .mobile-nav__container .ben-header__actions,
    .mobile-nav__container .ben-header__mobile-tools {
        display: none !important;
    }

    .mobile-nav__container .ben-header__nav {
        display: block !important;
        background: transparent !important;
    }

    .mobile-nav__content .main-menu__list {
    display: flex !important;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
}

    .mobile-nav__content .main-menu__list li {
        width: 100%;
        border: 0 !important;
    }

    .mobile-nav__content .main-menu__list li a {
        min-height: 46px;
        height: auto;
        padding: 0 12px;
        border-radius: 12px;
        background: #f7f8fb;
        color: #111827 !important;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: none;
        letter-spacing: 0;
    }

    .mobile-nav__content .main-menu__list li.current > a,
    .mobile-nav__content .main-menu__list li a:hover {
        background: rgba(29, 78, 216, 0.1);
        color: var(--primary-color) !important;
    }

    .mobile-nav__content .main-menu__list ul {
        margin-top: 8px;
        padding: 8px;
        border: 0;
        border-radius: 14px;
        background: #f7f8fb;
    }

    .mobile-nav__content .main-menu__list ul li a {
        background: #fff;
        font-size: 13px;
    }

    .mobile-nav__content .main-menu__list li a button {
        width: 32px;
        height: 32px;
        border-radius: 10px;
        background: var(--primary-color);
    }

    .mobile-nav__cta {
        margin: 18px 0;
    }

    .mobile-nav__cta .ben-header__pill {
        width: 100%;
        min-height: 46px;
        border-radius: 12px;
        background: var(--primary-color) !important;
        border-color: var(--primary-color) !important;
        color: #fff !important;
        box-shadow: 0 14px 28px rgba(29, 78, 216, 0.22);
    }

    .mobile-nav__cta .ben-header__pill span {
        color: inherit !important;
    }

    .mobile-nav__quick-links {
        display: grid;
        gap: 8px;
        margin: 0 0 18px;
        padding: 16px;
        border-radius: 16px;
        background: #f7f8fb;
    }

    .mobile-nav__quick-links h4 {
        margin: 0 0 4px;
        color: #667085;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .mobile-nav__quick-links a {
        color: #111827 !important;
        font-size: 14px;
        font-weight: 700;
    }

    .mobile-nav__contact {
        display: grid !important;
        gap: 12px;
        margin: 18px 0;
        padding: 16px;
        border-radius: 16px;
        background: #f7f8fb;
    }

    .mobile-nav__contact li {
        width: 100% !important;
        color: #344054 !important;
        font-size: 13px;
        word-break: break-word;
    }

    .mobile-nav__contact li + li {
        margin-top: 0;
    }

    .mobile-nav__contact li > i {
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
        background: var(--primary-color) !important;
        color: #fff !important;
    }

    .mobile-nav__social {
        flex-wrap: wrap;
        gap: 10px;
    }

    .mobile-nav__social a {
        width: 36px;
        height: 36px;
        margin: 0 !important;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #f4f6fb;
        color: #111827 !important;
        box-shadow: none;
    }

    .mobile-nav__social a i {
        color: inherit !important;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .ben-header__inner {
        width: calc(100% - 24px);
        grid-template-columns: 1fr;
        padding: 10px 0;
        gap: 10px;
    }

    .ben-header .logo-box img,
    .ben-header__logo img {
        max-width: 185px;
        height: 52px !important;
    }

    .ben-header__mobile-search-toggle,
    .ben-header__toggle {
        width: 42px;
        height: 42px;
    }

    .ben-header.stricky-fixed .ben-header__brand {
        width: 100%;
    }

    .ben-header.stricky-fixed .ben-header__mobile-tools {
        display: inline-flex !important;
    }

    .ben-header.stricky-fixed .ben-header__search-wrap {
        display: flex !important;
    }
}

