.elementor-heading-title span {
    font-weight: 600;
    color: #13BBC2;
    font-style: italic;
}

.home_slider_wrappar .premium-carousel-wrapper .premium-carousel-inner .slick-arrow {
    width: 56px !important;
    height: 56px !important;
    background-color: #13BBC2 !important;
    border-radius: 90px !important;
}

.home_slider_wrappar .premium-carousel-wrapper .premium-carousel-inner .slick-arrow.carousel-prev {
    right: calc((100vw + 1090px) / 2) !important;
    left: unset !important;
}

.home_slider_wrappar .premium-carousel-wrapper .premium-carousel-inner .slick-arrow.carousel-next {
    right: unset !important;
    left: calc((100vw + 1090px) / 2) !important;
}

.header_wrappar .logo_wrappar {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 80% 100%, 0 100%, 0% 50%);
    max-width: 160px;
    padding: 15px 15px 25px 15px;
}

.header_wrappar .logo_wrappar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header_wrappar nav ul li a {
    border-radius: 40px;
}

body.home {
    position: relative;
}

body.home::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 165px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.header_actions {
    max-width: 140px;
    gap: 25px;
}

.header_actions .custom-cart-icon {
    position: relative;
}

body.home .header_actions .custom-cart-icon .cart-count {
    background-color: #13BBC2;
    color: #ffffff;
}

.header_actions .custom-cart-icon .cart-count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 500;
    color: #13BBC2;
    line-height: 10px;
    top: -2px;
    right: -7px;
    letter-spacing: 1px;
}

.header_actions .fa-search {
    position: relative;
    padding: 0 !important;
}

.header_actions .fa-search::before {
    content: "";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="29" viewBox="0 0 29 29" fill="none"><circle cx="12" cy="12" r="11" stroke="white" stroke-width="2"/><path d="M20.4136 20.0932L27.0966 27.588" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
    background-repeat: no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    display: flex;
}

.footer_menu ul {
    column-count: 2;
}

.footer_menu ul li {
    padding-left: 30px;
    position: relative;
}

.footer_menu ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none"><rect x="0.5" y="0.5" width="7" height="7" stroke="white"/><rect x="3.5" y="3.5" width="7" height="7" stroke="white"/></svg>');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.top_icon_wrappar .elementor-icon-box-wrapper .elementor-icon-box-title {
    margin: 0 !important;
}

.top_icon_wrappar .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-top: 5px;
}

.best_price_promise_key_benefits_wrappar {
    gap: 40px;
    margin-top: auto;
}

.best_price_promise_key_benefits_wrappar .best_price_promise_key_benefits_vector {
    max-width: 180px !important;
    max-height: 200px !important;
    clip-path: polygon(50% 0%, 100% 0, 100% 75%, 75% 100%, 0 100%, 0% 60%, 0 0);
}

.featured_wrappar>.e-con {
    max-width: calc((100vw + 1240px) / 2) !important;
    margin-left: 0;
    margin-right: auto !important;
}

.clienttel_slider_wrappar .elementor-image-carousel-wrapper {
    padding-bottom: 16px !important;
}

.clienttel_slider_wrappar .swiper-pagination {
    gap: 10px;
    display: flex;
    justify-content: center;
}

.clienttel_slider_wrappar .swiper-pagination .swiper-pagination-bullet {
    width: 22px;
    height: 4px;
    border-radius: 50px;
    background-color: rgb(255 255 255 / 50%);
    opacity: 1;
    margin: 0;
}

.clienttel_slider_wrappar .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #13BBC2;
}

.cat-card {
    position: relative;
    padding-bottom: 50px;
}

.cat-card .cat-img img {
    border-radius: 20px;
}

.cat-card .cat-content {
    background-color: #13BBC2;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 295px;
    margin-left: auto;
    margin-right: 0;
    padding: 20px 30px;
    border-radius: 20px 0 20px 20px;
}

.cat-card .cat-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: 'Poppins';
    margin: 0 0 14px 0;
}

.cat-card .cat-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Poppins';
    color: #fff;
    margin: 0 0 16px 0;
}

.cat-card .cat-content .cat_action {
    border-top: 1px solid rgb(255 255 255 / 40%);
    padding-top: 10px;
}

.cat-card .cat-content .cat_action .cat-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.cat-card .cat-content .cat_action .cat-btn .cat-icon {
    background-color: #39E5EC;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.cat-card .cat-content .cat_action .cat-btn .cat-icon svg {
    width: 18px;
    height: 18px;
}

.myCatSwiper .swiper-pagination {
    position: relative;
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.myCatSwiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    width: 22px;
    height: 4px;
    border-radius: 30px;
    background-color: #13BBC2;
}

.blog-main-wrapper {
    display: flex;
    gap: 40px;
}

.blog-main-wrapper .blog-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.blog-main-wrapper .blog-row:last-child {
    margin-top: 50px;
}

.blog-main-wrapper .blog-row .blog-card {
    position: relative;
}

.blog-main-wrapper .blog-row .blog-card img {
    border-radius: 20px;
    border: 1px solid #818181;
}

.blog-main-wrapper .blog-row .blog-card .blog-overlay {
    background: rgb(0 0 0 / 80%);
    border-radius: 20px;
    padding: 20px 25px;
    border: 1px solid #818181;
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 75%;
}

.blog-main-wrapper .blog-row .blog-card .blog-overlay h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}

.blog-main-wrapper .blog-row .blog-card .blog-overlay .read-btn {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins';
    background: #13BBC2;
    padding: 9px 30px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1px solid #13BBC2;
    transition: all 0.3s ease;
}

.blog-main-wrapper .blog-row .blog-card .blog-overlay .read-btn:hover {
    background-color: transparent;
    color: #13BBC2;
}

header {
    z-index: 999 !important;
}

.header_wrappar {
    transition: all 0.3s ease;
}

.header_wrappar.sticky_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header_wrappar.sticky_header nav ul li.current-menu-item a {
    color: #fff !important;
}

body.home .header_wrappar.sticky_header nav ul li a {
    color: #13BBC2 !important;
}

body.home .header_wrappar.sticky_header nav ul li.current-menu-item a {
    color: #fff !important;
}

body.home .header_wrappar.sticky_header nav ul li:hover a {
    color: #fff !important;
}

body.home .header_wrappar.sticky_header .header_actions svg path {
    stroke: #13BBC2 !important;
}

body.home .header_wrappar.sticky_header .header_actions .fa-search::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="29" viewBox="0 0 29 29" fill="none"><circle cx="12" cy="12" r="11" stroke="%2313BBC2" stroke-width="2"/><path d="M20.4136 20.0932L27.0966 27.588" stroke="%2313BBC2" stroke-width="2" stroke-linecap="round"/></svg>');
}

body.home .header_wrappar.sticky_header .e-con-inner>div:nth-child(2) .hfe-nav-menu-icon svg {
    fill: #13BBC2 !important;
}

@media (max-width: 1300px) {
    .elementor-element .e-con-inner {
        max-width: calc(100% - 50px) !important;
    }

    .home_slider_wrappar .premium-carousel-wrapper .premium-carousel-inner .slick-arrow.carousel-next {
        right: unset !important;
        left: calc((100vw + calc(100% - 150px)) / 2) !important;
    }

    .home_slider_wrappar .premium-carousel-wrapper .premium-carousel-inner .slick-arrow.carousel-prev {
        right: calc((100vw + calc(100% - 150px)) / 2) !important;
        left: unset !important;
    }
}

@media (max-width: 1024px) {
    .header_wrappar .e-con-inner>div:last-child {
        order: 2;
    }

    .header_wrappar .e-con-inner>div:nth-child(2) {
        order: 3;
        max-width: 50px;
    }

    .blog-main-wrapper .blog-row .blog-card .blog-overlay {
        width: calc(100% - 80px);
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .blog-main-wrapper {
        flex-wrap: wrap;
    }

    .blog-main-wrapper .blog-row {
        width: 100%;
    }

    .blog-main-wrapper .blog-row .blog-card img {
        width: 100%;
    }

    .blog-main-wrapper .blog-row:last-child {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .elementor-element .e-con-inner {
        max-width: calc(100% - 15px) !important;
    }

    .header_wrappar .logo_wrappar {
        max-width: 130px;
        padding: 10px 10px 15px 10px;
    }

    .blog-main-wrapper .blog-row .blog-card .blog-overlay {
        width: calc(100% - 30px);
        bottom: 15px;
    }

    .blog-main-wrapper .blog-row .blog-card .blog-overlay h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .home_slider_wrappar .premium-carousel-wrapper .premium-carousel-inner .slick-arrow {
        width: 40px !important;
        height: 40px !important;
    }

    .blog-main-wrapper .blog-row {
        gap: 25px;
    }

    .header_wrappar.sticky_header nav ul li.current-menu-item a {
        color: #13BBC2 !important;
    }
}

@media (max-width: 360px) {
    .header_actions {
        max-width: 115px;
        gap: 15px;
    }

    .blog-main-wrapper .blog-row .blog-card .blog-overlay h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

body:not(.home) .content-area {
    padding-top: 150px;
}

body:not(.home) header .header_wrappar {
    background-color: #13BBC2 !important;
}

body:not(.home) header .header_wrappar nav ul .current-menu-item a,
body:not(.home) header .header_wrappar nav ul li:hover a {
    color: #13BBC2 !important;
    background-color: #fff !important;
}