/*
Theme Name: Twenty Twenty Child
Theme URI: https://example.com/twentytwenty-child
Description: A child theme for the twentytwenty theme.
Author: Your Name
Author URI: https://example.com
Template: twentytwenty
Version: 1.0
Text Domain: twentytwenty-child
*/


/* .blog-row{display:flex;flex-wrap:wrap;} */


:root {
    --primaryColor: #f40331;
    --secondaryColor: #004773;
    --primaryFontColor: #000000;
}

a {
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    letter-spacing: 0;
}

html {
    font-size: 20px;
}

.blog-item {
    width: 100%;
    display: block;
}

.blog-img-div {
    width: 100%;
    height: 230px;
    margin-bottom: 30px;
}

.blog-img-div img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.blog-title {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.13px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--primaryFontColor);
}

.blog-desc {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: var(--e-global-color-db36492);
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.category-item {
    width: 100%;
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.category-item .category-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.category-content-div {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background: rgba(0, 71, 115, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.3s ease;
}

.category-title {
    font-family: roboto;
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.category-arrow {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.category-item:hover .category-content-div {
    opacity: 1;
    padding: 10px;
}

.category-item.category-item50 {
    height: 345px;
}

.category-item50 {
    margin-bottom: 30px;
}

.category-item50:last-of-type {
    margin-bottom: 0;
}

.category-item.category-item50 .category-title {
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center;
}

.category-item.category-item50 .category-arrow {
    width: 90px;
    height: 90px;
}

.custom-arrow-mdiv {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: static;
    margin-top: 58px;
}

.custom-arrow {
    width: 50px;
    height: 50px;
    opacity: 0.2;
    transition: 0.3s ease;
}

.custom-arrow:hover {
    opacity: 1;
}

.custom-arrow.common-button-prev {
    rotate: 180deg;
}

.custom-arrow::after {
    display: none;
}

.custom-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.certifications-item {
    height: 150px !important;
    width: 100%;
    padding: 10px;
}

.certifications-item img.certifications-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}




.custom-tab-nav.nav.nav-tabs {
    width: 100% !important;
    justify-content: center !important;
    margin-inline: 0 !important;
    border: 0 !important;
    gap: 30px !important;
    margin-bottom: 50px !important;
}

.custom-tab-nav .nav-item {
    border: 0 !important;
    margin: 0 !important;
}

.custom-tab-nav .nav-item .nav-link {
    padding: 15px 30px !important;
    font-family: Roboto !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 21.09px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--primaryFontColor) !important;
    border: 1px solid var(--primaryFontColor) !important;
    border-radius: 50px !important;
    transition: 0.3s ease !important;
    text-decoration: none !important;
    letter-spacing: 0 !important;
}

.custom-tab-nav .nav-item .nav-link:hover,
.custom-tab-nav .nav-item .nav-link.active,
.custom-tab-nav .nav-item.active .nav-link {
    box-shadow: 0px 10px 10px 0px #00000033 !important;
    background: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
    color: #fff !important;
    text-decoration: none !important;
}

.custom-tab-table-wrap,
.custom-health-list {
    max-width: 100% !important;
    width: 100% !important;
}




.footer-mdiv {
    background: url('https://samexim.in/wp-content/uploads/2024/12/footer-bg-1.png') no-repeat center;
    background-size: cover;
    padding-top: 59px;
    position: relative;
}

.footer-mdiv::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #292929;
    content: '';
    opacity: 0.5;
    z-index: 1;
}

.footer-mdiv .widget {
    margin-top: 0 !important;
}

.footer-mdiv .container {
    position: relative;
    z-index: 3;
}

/* .footer-mrow{gap: 80px;} */
.footer-title {
    font-family: Roboto !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.13px;
    color: var(--primaryColor);
    margin-bottom: 28px;
    letter-spacing: 0;
}

.footer-desc {
    font-family: Roboto !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 0;
}

.footer-social-div {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

.footer-social-link {
    font-size: 14px;
    color: #fff;
}

.footer-link-ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 0 !important;
    padding: 0;
}

.footer-link-ul li {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-link-ul li a {
    font-family: Roboto !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    letter-spacing: 0;
}


.footer-contact-div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.footer-contact {
    font-family: Roboto !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin: 0;
    letter-spacing: 0;
}

.footer-contact svg {
    width: 16px;
    min-width: 16px;
}

.copyright-mdiv {
    border-top: 1px solid #545454;
    margin-top: 77px;
    padding-block: 15px;
}

.copyright-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-p {
    font-family: Roboto !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    margin: 0;
    letter-spacing: 0;
}

.copyright-link-ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.copyright-link-li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.copyright-link {
    font-family: Roboto !important;
    font-size: 16px;
    padding-inline: 10px;
    border-right: 1px solid #fff;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0;
}

.copyright-link-li:last-of-type .copyright-link {
    padding-right: 0;
    border: 0;
}

.payment-option-div {
    display: flex;
    align-items: center;
    align-content: center;
    margin-top: 30px;
}

.payment-option-div img {
    height: 30px;
    object-fit: contain;
}


/* header  */

.toggle-inner {
    height: fit-content;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
    width: 40px;
    height: 40px;
}

.nav-toggle .toggle-inner {
    padding: 0;
}

.header-footer-group {
    position: fixed !important;
    top: 50px;
    left: 0;
    width: 100%;
    background: transparent !important;
    z-index: 999 !important;
}

.header-footer-group .header-inner {
    background: #FFFFFFCC;
    backdrop-filter: blur(20px);
    padding: 0;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
}

.header-footer-group .header-inner .header-titles-wrapper {
    z-index: 4;
}

.header-footer-group .header-inner .header-titles {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0;
}

.header-footer-group .site-logo.faux-heading {
    margin: 0;
}


.header-footer-group .primary-menu.reset-list-style {
    height: fit-content;
    margin: 0;
    gap: 50px;
}

.header-footer-group .primary-menu.reset-list-style li {
    margin: 0;
}

.header-footer-group .primary-menu.reset-list-style li a {
    text-decoration: none;
    font-family: Roboto !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-decoration: none;
    color: var(--primaryFontColor);
    letter-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.header-footer-group .primary-menu.reset-list-style li.current_page_item.current-menu-item a,
.header-footer-group .primary-menu.reset-list-style li a:hover {
    color: var(--secondaryColor);
    font-weight: 700;
}

@media (min-width: 1000px) {
    .header-footer-group .primary-menu.reset-list-style li:last-child {
        display: none;
    }
}

@media (max-width: 999px) {
    .header-btn {
        display: none !important;
    }
}

.header-btn {
    display: flex;
    align-items: center;
    padding: 20px;
    font-family: Roboto !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.09px;
    background: var(--secondaryColor);
    color: #fff;
    border-radius: 70px;
    gap: 10px;
}

.mobile-menu .modal-menu {
    padding: 0;
}

.mobile-menu .modal-menu li a {
    padding: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 18.75px;
    text-decoration: none;
    color: var(--primaryFontColor);
    text-decoration: none !important;
}

.mobile-menu .modal-menu li.current_page_item a {
    color: var(--secondaryColor);
    font-weight: 700;
}

.menu-modal.header-footer-group {
    left: -100% !important;
    transition: 0.3s ease;
}

.menu-modal.header-footer-group.show-modal.active {
    left: 0% !important;
}


.header-top.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 160px !important;
    padding-right: 50px !important;
    height: 20px;
    margin-bottom: 10px;
}

.header-top .footer-contact-div {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: row;
}

.header-top .footer-contact-div .footer-contact {
    margin: 0;
}

.header-top.container .footer-social-div {
    margin-top: 0;
}

.custome-modal {
    padding: 0;
}

.custome-modal .modal-content {
    overflow: hidden;
    padding: 0;
    border-radius: 20px;
}

.modal-img-div {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
}

.modal-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.modal .btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    background: none;
    opacity: 1;
    padding: 0;
}

.modal-img-div::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    z-index: 5;
}

.author-name,
.img-content-desc {
    font-family: Roboto;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    letter-spacing: 0;
}

.modal-img-content-div {
    position: relative;
    z-index: 6;
}

.author-name {
    margin-top: 58px;
}



.form-mdiv {
    padding: 60px;
}

.form-header {
    margin-bottom: 30px;
}

.form-title {
    font-family: Roboto;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: var(--primaryFontColor);
    margin-bottom: 10px;
    letter-spacing: 0;
}

.form-desc {
    color: var(--e-global-color-db36492);
    font-family: var(--e-global-typography-text-font-family), roboto;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}

.form-boby label {
    margin-bottom: 6px;
    font-family: var(--e-global-typography-text-font-family), roboto;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    color: var(--primaryFontColor);
}

.form-boby input,
.form-boby textarea {
    padding: 10px 14px;
    border: 1px solid #D5D7DA;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--primaryFontColor);
    border-radius: 10px;
    width: 100%;
}

.form-boby input:focus,
.form-boby textarea:focus,
.form-boby input:focus-visible,
.form-boby textarea:focus-visible {
    border-color: var(--primaryColor) !important;
    outline-color: var(--primaryColor) !important;
}

.form-boby input::placeholder,
.form-boby textarea::placeholder {
    color: #717680;
}

.form-group {
    margin-bottom: 30px;
}

.custom-submit {
    font-family: var(--e-global-typography-text-font-family), roboto;
    color: #fff !important;
    padding: 18px 40px !important;
    background: var(--primaryColor) !important;
    width: fit-content !important;
    border-radius: 30px !important;
    text-transform: capitalize !important;
    margin-top: 20px !important;
    text-decoration: none !important;
}

.custom-submit:hover {
    text-decoration: none !important;
}


.whatsapp-float-btn {
    position: fixed;
    bottom: 20px;
    right: 60px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 40px;
    background: #29A71A;
    color: #FFFFFF;
    z-index: 20;
    font-family: var(--e-global-typography-text-font-family);
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.row-gap20 {
    row-gap: 30px;
}

.row.custom-tab-row {
    row-gap: 5px;
    margin-inline: -5px;
    margin-bottom: 5px;
}

.row.custom-tab-row>* {
    padding-inline: 5px;
}

.menu-modal .menu-wrapper.section-inner {
    max-width: 100% !important;
    padding: 0 !important;
}


.trending-products-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EEEEEE;
    padding: 0px 0px 30px 0px;
    background: #fff;
    flex-direction: column;
}

.trending-products-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 5;
}

.trending-line-div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
}

.trending-products-img-div {
    padding: 36px 25px 0px 25px;
    height: 200px;
    max-height: 200px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 30px;
    display: flex;
}

.trending-products-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.trending-products-title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    text-align: center;
    margin: 0 !important;
    color: var(--primaryFontColor);
    letter-spacing: 0;
}

.products-btn-div {
    width: 0%;
    height: fit-content;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    z-index: 6;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    transition: 0.3s ease;
}

.products-btn {
    min-width: 40px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    color: var(--primaryColor);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D5D7DA;
}

.products-btn svg {
    width: 20px;
    height: 20px;
}

.products-btn svg path,
.products-btn svg circle {
    fill: var(--secondaryColor);
}

.trending-products-card:hover .products-btn-div {
    width: 100%;
}


.trending-line-div::before {
    height: 0%;
    width: 2px;
    background: var(--primaryColor);
    content: '';
    position: absolute;
    top: 0;
    transition: 0.3s ease;
}

.trending-line-div::after {
    height: 2px;
    width: 0%;
    background: var(--primaryColor);
    content: '';
    position: absolute;
    left: 0;
    transition: 0.3s ease;
}

.trending-products-card:hover .trending-line-div::before {
    height: 100%;
}

.trending-products-card:hover .trending-line-div::after {
    width: 100%;
}

.line-bottom::before {
    left: 0;
}

.line-bottom::after {
    bottom: 0;
}

.line-top::before {
    right: 0;
    background: var(--secondaryColor);
}

.line-top::after {
    top: 0;
    background: var(--secondaryColor);
}

.single.single-post :is(h2, h3, h4, h5, h6) {
    margin-bottom: 20px;
}

.single.single-post ul {
    margin-left: 0;
    padding-left: 0;
}

.testimonial-item {
    padding: 10px;
}

.testimonial-stars {
    display: flex;
    align-items: center;
    gap: 6px;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.testimonial-user img {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-name {
    font-size: 1.2em;
    font-weight: bold;
}

.testimonial-desc * {
    font-size: 16px;
    color: #000;
}

.testimonial-date {
    font-size: 0.8em;
    color: #aaa;
    margin-top: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-family: roboto;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 0 !important;
}




.container,
.section-inner,
.e-con>.e-con-inner {
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width:1600px) {
    .modal-img-div {
        padding: 60px;
    }

    .form-mdiv {
        padding: 40px;
    }

    .header-btn {
        padding: 15px;
        font-size: 16px;
        line-height: 20px;
    }

    .testimonial-user img {
        width: 60px !important;
        height: 60px !important;
        border-radius: 50%;
        object-fit: cover;
    }
}

@media (max-width:1600px) {

    .modal-img-div {
        padding-top: 40px !important;
    }

    .products-btn-div {
        position: static;
        transform: none;
        width: 100%;
        order: 5;
        margin-top: 15px;
    }

    .header-footer-group .header-inner {
        min-height: 70px;
    }

    .category-item.category-item50 .category-title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .category-title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .category-arrow {
        width: 120px;
        height: 120px !important;
    }

    .category-item.category-item50 .category-arrow {
        width: 75px;
        height: 75px !important;
    }

    .category-item {
        height: 500px;
    }

    .whatsapp-float-btn {
        padding: 15px 20px;
        font-size: 20px;
    }

    .header-footer-group .header-inner .header-titles {
        width: 120px;
        height: 120px;
    }

    .header-footer-group {
        top: 20px;
    }
}

@media (max-width:1199.98px) {
    .bulk-enquiry-modal.modal .btn-close svg path {
        fill: #fff;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        margin: 0 26px 0 0;
    }
}


@media (max-width:999px) {
    .category-title {
        font-size: 28px;
        line-height: 36px;
    }

    .category-arrow {
        width: 80px;
        height: 80px;
    }

    .category-item {
        margin-bottom: 30px;
        height: 400px;
    }

    .category-content-div {
        opacity: 1 !important;
    }

    .header-inner.section-inner {
        height: 75px;
    }

    .header-footer-group .header-inner .header-titles {
        width: 100px;
        height: 100px;
    }

    .header-inner .toggle {
        align-items: center;
        justify-content: flex-end;
        padding-inline: 0 !important;
        right: 15px !important;
    }

    .modal-menu>li>.ancestor-wrapper>button.sub-menu-toggle svg {
        height: 0.8rem !important;
    }

    button.close-nav-toggle .toggle-text {
        display: none;
    }

    .menu-modal {
        top: 0 !important;
    }

    .nav-toggle.mobile-nav-toggle .toggle-text {
        display: none;
    }

    .custom-arrow-mdiv {
        margin-top: 30px;
    }

    button.close-nav-toggle {
        padding: 20px !important;
    }

    .copyright-div {
        flex-direction: column;
        gap: 5px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer-title {
        margin-bottom: 25px;
    }

    .copyright-mdiv {
        margin-top: 50px;
    }

    .form-mdiv {
        padding: 30px;
        padding-top: 40px;
    }

    .modal .btn-close {
        top: 15px;
        right: 15px;
    }

    .form-title {
        font-size: 26px;
        line-height: 30px;
    }

    .modal-img-div {
        padding: 40px;
    }

    .author-name {
        margin-top: 30px;
    }

    .author-name,
    .img-content-desc {
        font-size: 20px;
        line-height: 30px;
    }

    .header-top.container {
        display: none;
    }

    .category-item.category-item50 .category-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media (max-width:576px) {
    .category-title {
        font-size: 22px !important;
        line-height: 28px !important;
        margin-bottom: 20px !important;
    }

    .category-arrow {
        width: 50px !important;
        height: 50px !important;
    }

    .category-item,
    .category-item.category-item50 {
        height: 250px;
        padding: 10px;
    }

    .header-btn {
        display: none;
    }

    .header-inner.section-inner {
        height: 70px;
    }

    /* .header-inner .toggle{position: static;margin-left: auto;} */
    .menu-modal {
        top: 0 !important;
    }

    .nav-toggle.mobile-nav-toggle .toggle-text {
        display: none;
    }

    .category-item {
        margin-bottom: 20px !important;
    }

    .custom-tab-nav.nav.nav-tabs {
        gap: 10px !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        padding-block: 1px 10px !important;
        justify-content: flex-start !important;
    }

    .custom-tab-nav .nav-item .nav-link:hover,
    .custom-tab-nav .nav-item .nav-link.active,
    .custom-tab-nav .nav-item.active .nav-link {
        box-shadow: 0px 2px 10px 0px #00000033 !important;
    }

    .custom-tab-nav .nav-item .nav-link,
    .custom-tab-nav .nav-item {
        min-width: fit-content !important;
    }

    .custom-tab-nav .nav-item .nav-link {
        min-width: fit-content !important;
        padding: 10px 15px !important;
        font-size: 14px !important;
    }

    .custom-arrow-mdiv {
        margin-top: 20px !important;
    }

    .header-footer-group {
        padding: 10px;
        transition: 0.3s ease;
    }

    .menu-modal.show-modal.header-footer-group {
        padding: 0;
    }

    .header-sticky .header-footer-group {
        top: 0px;
    }

    .header-footer-group .header-inner .header-titles {
        width: 70px;
        height: 70px;
        padding: 10px;
    }

    .header-footer-group {
        top: 20px;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .copyright-mdiv {
        margin-top: 30px;
    }

    .form-mdiv {
        padding: 20px;
        padding-top: 40px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .modal-img-div {
        padding: 20px
    }

    .whatsapp-float-btn {
        padding: 15px;
        right: 20px;
        font-size: 20px;
    }

    .whatsapp-float-btn svg {
        width: 25px;
        height: 25px;
    }

    .category-item.category-item50 .category-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}


@media (min-width: 576px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 1140px !important;
    }
}

@media (min-width: 1280px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 1200px !important;
    }
}

@media (min-width: 1400px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 1300px !important;
    }

    .custome-modal .modal-dialog.modal-xxl {
        max-width: 1440px;
    }

}

@media (min-width: 1600px) {

    .container,
    .section-inner,
    .e-con>.e-con-inner {
        max-width: 1460px !important;
    }
}





.entry-header.has-text-align-center.header-footer-group {
    padding: 0;
}

@keyframes headerAnimation {
    0% {
        top: -20%;
    }

    100% {
        top: -30px;
    }
}

@media (min-width:1000px) {
    .header-sticky header.header-footer-group {
        background: var(--secondaryColor) !important;
        background: #fff !important;
        top: -30px;
        padding-block: 0px;
        animation: headerAnimation 0.5s linear both;
        border-bottom: 1px solid #ddd;
    }

    .header-sticky .header-footer-group .header-inner {
        padding: 0;
    }

    .header-sticky .header-top.container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .header-sticky .header-top.container * {
        color: #000 !important;
    }

    .header-sticky .header-top.container svg * {
        fill: #000 !important;
    }

    .header-sticky .header-footer-group .header-inner .header-titles {
        width: 90px;
        height: 70px;
        padding: 0 15px;
    }

    .header-sticky .header-footer-group .header-inner {
        min-height: 60px;
        padding: 0;
    }
}

.mega-menu-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    row-gap: 20px;
}

.mega-menu-categories .category-item {
    flex: 0 0 14.28%;
    max-width: 14.28%;
    padding: 0 10px;
    height: 250px;
}

.mega-menu-categories .category-item a {
    display: block;
    width: 100%;
    height: 250px;
    text-decoration: none;
    color: inherit;
    position: relative;
    padding: 0;
}

.mega-menu-categories .category-item a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
}

.mega-menu-categories .category-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    background-color: black;
    transition: transform 0.3s ease;
}

.mega-menu-categories .category-item p {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    color: white;
    z-index: 3;
    font-family: Roboto;
}

.single-product .related,
.single-product .related.products,
.single-product .ps_products {
    display: none !important;
}

.single-product div.product {
    display: flex;
    align-items: start;
    gap: 50px;
    flex-wrap: wrap;
}

/* Main Product Slider */
.single-product-slider-mdiv {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 0;
    max-width: calc(50% - 30px);
    width: calc(50% - 30px);
}

.single-product .summary.entry-summary {
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
    margin-bottom: 0 !important;
}

.thumb-swiper {
    width: 100px;
    height: 400px;
}

.thumb-swiper .swiper-slide {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s ease;
}

.thumb-swiper .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #000;
}

.main-swiper {
    width: calc(100% - 120px);
    flex-grow: 1;
}

.main-swiper img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

/* Product Title */
.custome-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px !important;
}

.woocommerce-product-details__short-description {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
}

/* Delivery Details Section */
.delivery-details-mdiv {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.delivery-details-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    min-width: 250px;
}

.delivery-details-icon {
    width: 40px;
    flex-shrink: 0;
}

.delivery-details-icon svg {
    width: 100%;
    height: auto;
}

.delivery-details-content {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    margin: 0;
}

/* Related Products Section */
.related.ps_products {
    margin-top: 50px;
}

.related.ps_products h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.related.ps_products ul.products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}

.related.ps_products ul.products li.product {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    transition: box-shadow 0.3s ease;
    width: calc(25% - 15px);
}

.related.ps_products ul.products li.product:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.related.ps_products .woocommerce-loop-product__title {
    font-size: 16px;
    margin: 10px 0;
}

.related.ps_products .button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 5px;
}

.related.ps_products .button:hover {
    background-color: #444;
}

.mega-sub-menu {
    /* display: block !important;
    opacity: 1 !important;
    visibility: visible !important; */
    border-radius: 10px !important;
}

.single-product .summary p.price {
    margin-block: 10px !important;
}

.single-product .summary p.price,
.single-product .entry-title {
    margin: 0 !important;
}

.woocommerce-product-subtitle {
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 100% !important;
    color: var(--secondaryColor) !important;
    margin-block: 20px 10px !important;
}

.custom-tab-card {
    background: #F5F5F5;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    padding: 10px;
    font-family: Roboto;
    height: 100%;
}

.custom-tab-card2 {
    background: #EEEEEE;
}

.woocommerce img,
.woocommerce-page img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}

.single-product-slider-mdiv .swiper.main-swiper .swiper-slide {
    padding: 30px;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
}

.single-product-slider-mdiv .swiper.main-swiper .swiper-slide {
    cursor: zoom-in;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 40px !important;
}

.custom-health-list .health-item {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
}

.common-btn {
    display: flex;
    align-items: center;
    padding: 18px 40px;
    font-family: Roboto !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.09px;
    background: var(--secondaryColor);
    color: #fff;
    border-radius: 70px;
    gap: 10px;
    margin-top: 40px;
    width: fit-content;
}

.section-padding,
.woocommerce section {
    padding-block: 80px !important;
}

.custom-breadcrumb-wrapper {
    width: 100%;
    min-height: 550px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 140px;
}

.custom-breadcrumb-title {
    font-family: Roboto;
    font-weight: 900;
    color: white;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 4;
}

.custom-breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: #000000CC;
    z-index: 2;
}

.custom-breadcrumb-wrapper .breadcrumb-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.custom-archive-title-div {
    margin-bottom: 80px;
}

.custom-archive-title {
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000000;
}

.category-description {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: center;
    color: #292929;
}

.woocommerce-breadcrumb {
    display: none !important;
}

.single-product .summary {
    margin-bottom: 0 !important;
}


.custom-404-page {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.custom-404-page h1 {
    font-size: 100px;
    margin: 0;
    color: var(--primaryColor);
    font-weight: 700;
}

.custom-404-page h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}

.custom-404-page p {
    color: #666;
    font-size: 18px;
    margin-bottom: 30px;
}

.custom-404-page .common-btn {
    text-decoration: none !important;
}

@media (max-width: 1600px) {
    .common-btn {
        padding: 15px;
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }

    .section-padding,
    .woocommerce section {
        padding-block: 60px !important;
    }

    .custom-breadcrumb-wrapper {
        min-height: 400px;
        padding-block: 200px 100px;
    }

    .custom-breadcrumb-title {
        font-size: 50px;
    }

}

@media (max-width: 1200px) {
    .custom-breadcrumb-wrapper {
        min-height: 400px;
        padding-block: 200px 70px;
    }

    .custom-breadcrumb-title {
        font-size: 45px;
    }
}


/* Responsive Adjustments */
@media (max-width: 991px) {
    .related.ps_products ul.products li.product {
        width: calc(50% - 10px);
    }

    .single-product div.product {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 30px;
    }

    .single-product .summary.entry-summary,
    .single-product-slider-mdiv {
        width: 100%;
        max-width: 100%;
    }

    .section-padding,
    .woocommerce section {
        padding-block: 40px !important;
    }

    .custom-breadcrumb-wrapper {
        min-height: 300px;
        padding-block: 180px 50px;
    }

    .custom-breadcrumb-title {
        font-size: 40px;
    }

    .custom-archive-title {
        font-size: 20px;
    }

    .custom-submit {
        padding: 13px 30px !important;
    }

    .custome-title {
        font-size: 24px;
    }

    .woocommerce-product-subtitle {
        font-size: 20px !important;
        line-height: 110% !important;
    }
}

@media (max-width: 768px) {
    .thumb-swiper {
        flex-direction: row;
        width: 100%;
        height: auto;
        order: 2;
    }

    .main-swiper {
        width: 100%;
        order: 1;
    }

    .single-product-slider-mdiv .swiper.main-swiper .swiper-slide {
        padding: 15px !important;
    }
}

@media (max-width: 575px) {
    .related.ps_products ul.products li.product {
        width: 100%;
    }

    .custom-breadcrumb-wrapper {
        min-height: 30px;
        padding-block: 140px 50px;
    }

    .custom-breadcrumb-title {
        font-size: 30px;
    }

    .custom-tab-card {
        padding: 10px 5px;
    }
}

.page-id-2453 header {
    display: none;
}


.custom-enroll {
    font-family: var(--e-global-typography-text-font-family), roboto;
    color: #000 !important;
    padding: 18px 40px !important;
    background: #FFC324 !important;
    width: fit-content !important;
    border-radius: 30px !important;
    text-transform: capitalize !important;
    margin-top: 20px !important;
    text-decoration: none !important;
	font-size: 18px !important;
	align-items: center !important;
}

.custom-enroll:hover {
    font-family: var(--e-global-typography-text-font-family), roboto;
    color: #fff !important;
    padding: 18px 40px !important;
    background: #000 !important;
    width: fit-content !important;
    border-radius: 30px !important;
    text-transform: capitalize !important;
    margin-top: 20px !important;
    text-decoration: none !important;
	font-size: 18px !important;
}

.ie_form label {
    font-family: var(--e-global-typography-text-font-family), roboto;
    text-decoration: none !important;
	font-size: 16px !important;
}


.ie_form input[type="text"], .ie_form input[type="email"], .ie_form input[type="tel"], .ie_form textarea {
	font-family: var(--e-global-typography-text-font-family), roboto;
    text-decoration: none !important;
	font-size: 16px !important;
	padding: 15px;
    border-radius: 10px;
	border-color: #eee;
}