/*
Theme Name: Allotab HealthCare
Theme URI: https://demo.kumbhhost.com/K/allotab-healthcare
Author: Kumbh Design
Author URI: https://demo.kumbhhost.com/K/allotab-healthcare
Description: A lightweight custom theme built using ACF and custom templates for Allotab HealthCare.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: allotab-healthcare
*/

/* Load Plus Jakarta Sans font */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
}

.container {
    max-width: 1280px;
}

.container_padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.first-heading {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #1F9393;
    margin-bottom: 5px;
    text-transform: uppercase;
    word-spacing: 2px;
}

.second-heading {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #172636;
    margin-bottom: 12px;
}

/* .first-heading,.second-heading {
    transform: translateY(-80%);
    opacity: 0;
    transition: transform 2s ease-out, opacity 2s ease-out;
} */

.alt-paragraph {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #202326;
}

.year-heading {
    font-size: 46px;
    line-height: 50px;
    font-weight: 800;
}

.year-paragraph {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.banner-first-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    color: #1F9393;
}

.banner-second-title {
    font-size: 38px;
    line-height: 52px;
    font-weight: 800;
    color: #0A4076;
}

.banner-paragraph {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #202326;
}

.card-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    color: #FFFFFF;
}

.card-paragraph {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #202326;
}

.card-paragraph li::marker {
    color: #1F9393;
}

.small-card-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    color: #172636;
}

a {
    text-decoration: none;
    color: #202326;
}

.slider-div .container {
    padding-top: 90px !important;
}

.carousel-item.container_padding,
.section-ready-partner.container_padding {
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item {
    position: relative;
    /* height: 100vh; */
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.carousel-item .container {
    position: relative;
    z-index: 2;
}

.carousel-indicators {
    z-index: 2 !important;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 2;
}

.home-page .carousel-item.container_padding {
    height: 674px !important;
}

.hero-bg {
    z-index: 1;
}

.carousel-item .container {
    z-index: 2;
    position: relative;
}

.inner-banner {
    margin-top: 38px;
    /* padding-top: 150px;
    padding-bottom: 150px; */
    padding-top: 170px;
    padding-bottom: 80px;
}

.alt-btn,
.cf7-wrap input[type="submit"] {
    color: #FFFFFF;
    background: linear-gradient(to right, #0A4076, #1F9393) no-repeat center / cover;
    font-size: 16px;
    padding: 10px 24px !important;
    text-decoration: none;
    border-radius: 12px;
    white-space: nowrap;
}

.alt-btn:hover,
.cf7-wrap input[type="submit"]:hover {
    /* background: unset; */
    background: linear-gradient(to right, #0A4076, #0A4076) no-repeat center / cover;
    color: #FFFFFF;
}

.card-blue-btn {
    font-size: 16px;
    padding: 0 24px 4px 24px !important;
    text-decoration: none;
    border-radius: 12px;
    background-color: #ffffff;
    color: #0A4076;
    justify-content: center;
    border: 1px solid #0A4076;
    text-transform: uppercase;
}

.card-blue-btn:hover {
    background-color: #0A4076;
    color: #ffffff;
}

.allotab-btn {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 24px !important;
    text-decoration: none;
    border-radius: 12px;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 8px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.transparent-btn {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 24px !important;
    text-decoration: none;
    border-radius: 12px;
    color: #ffffff;
    justify-content: center;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 8px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.transparent-btn:hover {
    background-color: #ffffff;
    color: #1F9393;
}

.transparent-btn.orange-hover:hover {
    color: #D37019;
}

.transparent-btn.green-hover:hover {
    color: #287745;
}

.blue-btn {
    color: #ffffff;
    background: #1F9393;
    border: 1px solid #1F9393;
}

.blue-btn:hover {
    color: #0A4076;
    background-color: #ffffff;
    border: 1px solid #CFD0D0;
}

.white-btn {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 24px !important;
    text-decoration: none;
    border-radius: 12px;
    color: #1F9393;
    justify-content: center;
    text-transform: uppercase;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 8px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.main {
    background-color: #ebeff200 !important;
    background: white;
    text-align: center;
    transition: background-color 0.9s ease, padding 0.9s ease;
    box-shadow: rgba(84, 76, 88, 0.4) 0px 1px 8px 0px !important;
}

.white-btn:hover {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid #ffffff;
    color: #ffffff;
}

.title-gradiant {
    background: linear-gradient(90deg, #0A4076, #1F9393);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-div {
    margin-top: 30px !important;
}

.banner-padding {
    padding-top: 6%;
    padding-bottom: 6%;
}

.section_header li.menu-item.current-menu-item a {
    color: #0A4076 !important;
}

.section_header li.menu-item:hover a,
.section_header li.menu-item.current_page_parent a {
    color: #0A4076 !important;
}

.section_header li.menu-item a:hover,
.section_header ul.dropdown-menu li.menu-item a:hover {
    color: #85C226 !important;
}

.section_header {
    z-index: 3;
    position: relative;
}

.aboutus_page .year-excellence {
    bottom: -50px;
}

.year-excellence {
    position: absolute;
    bottom: -48px;
    right: -26px;
    padding: 16px 26px;
    border-radius: 10px;
    text-align: left;
    min-width: 150px;
    text-align: center;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); */
}

.border-radius-10px {
    border-radius: 10px;
}

.border-radius-20px {
    border-radius: 20px;
}

.border-radius-14 {
    border-radius: 14px !important;
}

.border-radius-6px {
    border-radius: 6px;
}

.right-arrow {
    font-size: 22px;
    padding-left: 8px;
}

.font-size-26px {
    font-size: 26px !important;
}

.font-size-40px {
    font-size: 40px !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.color-172636 {
    color: #172636;
}

.color-596672 {
    color: #596672;
}

.color-202326 {
    color: #202326;
}

.color-1F9393 {
    color: #1F9393;
}

.color-617283 {
    color: #617283;
}

.color-FD7524 {
    color: #FD7524 !important;
}

.color-287745 {
    color: #287745 !important;
}

.color-BABEC3 {
    color: #BABEC3 !important;
}

.color-0A4076 {
    color: #0A4076;
}

.color-trans {
    color: rgba(255, 255, 255, 0.15) !important;
}

.background-1F9393 {
    background-color: #1F9393;
}

.btn-background-1F9393 {
    background-color: #1F9393 !important;
}

.btn-background-1F9393:hover {
    background-color: #329797;
}

.background-0A4076 {
    background-color: #0A4076;
}

.background-f2f5f6 {
    background-color: #f2f5f6;
}

.background-172636 {
    background-color: #172636;
}

.background-FD7524 {
    background-color: #FD7524;
}

.background-ECF9F9 {
    background-color: #ECF9F9;
}

.background-FFF8F2 {
    background-color: #FFF8F2;
}

.background-FFF6ED {
    background-color: #FFF6ED;
}

.background-EFFFF5 {
    background-color: #EFFFF5;
}

.background-E8FFF7 {
    background-color: #E8FFF7;
}

.background-F0F4F9 {
    background-color: #F0F4F9;
}

.background-EBEFF2 {
    background-color: #EBEFF2;
}

.background-gradiant {
    background-image: linear-gradient(to right, #0A4076, #1F9393);
}

.background-reverse-gradiant {
    background-image: linear-gradient(to right, #1F9393, #0A4076);
}


.background-gradiant-orange {
    background-image: linear-gradient(to right, #FEAC32, #FD7524);
}

.background-gradiant-green {
    background-image: linear-gradient(to right, #369057, #287745);
}

.background-transparent {
    background: rgba(255, 255, 255, 0.15) !important;
}

.background-transparent-title {
    background: rgba(255, 255, 255, 0.25) !important;
}

.border-color-DAE0E7 {
    border: 1px solid #DAE0E7;
}

.border-color-DAE0E7:hover {
    border: 1px solid #90CACA;
}

.border-color-DAE0E7.orange:hover {
    border: 1px solid #FD7524;
}

.border-color-DAE0E7.green:hover {
    border: 1px solid #287745;
}

.border-top-BABEC3 {
    border-top: 1px solid #BABEC3;
}

.border-top-2F3C4A {
    border-top: 1px solid #2F3C4A;
}

.border-white {
    border: 1px solid rgba(255, 255, 255, 0.40) !important;
}

.border-bottom-white {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40) !important;
}

.border-DAE0E7 {
    border: 1px solid #DAE0E7;
}

.border-bottom-DAE0E7 {
    border-bottom: 1px solid #DAE0E7;
}

.border-right-DAE0E7 {
    border-right: 1px solid #DAE0E7;
}

.border-bottom-unset {
    border-bottom: unset !important;
}

.border-bottom-none {
    border-bottom: hidden !important;
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.carousel-indicators {
    z-index: 1;
}

.carousel-indicators button {
    padding: 5px 6px !important;
    border-radius: 50%;
    background-color: #1F9393 !important;
    width: 0px !important;
    height: 1px !important;
    position: relative;
}

#services .carousel-indicators,
#offerCarousel .carousel-indicators,
#dosageCarousel .carousel-indicators,
#segmentsCarousel .carousel-indicators {
    bottom: -60px !important;
}

#services .carousel-indicators button,
#offerCarousel .carousel-indicators button,
#dosageCarousel .carousel-indicators button {
    padding: 5px 6px !important;
    border-radius: 50%;
    background-color: #1F9393 !important;
    width: 0px !important;
    height: 1px !important;
    position: relative;
}

.aboutus_bgimg,
.nutra-bg {
    background-repeat: no-repeat;
    border-radius: 14px;
}

.nutra-bg {
    background-size: 94%;
    height: 500px;
    background-size: cover;
    background-position: left;
}

.inner-banner,
.item0,
.item1,
.item2,
.item3,
.section-quality {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.item0 {
    background-image: url('https://demo.kumbhhost.com/K/allotab-healthcare/wp-content/uploads/2026/01/allotab-banner-1.webp');
}

.item1 {
    background-image: url('https://demo.kumbhhost.com/K/allotab-healthcare/wp-content/uploads/2026/01/allotab-banner-1.webp');
}

.item2 {
    background-image: url('https://demo.kumbhhost.com/K/allotab-healthcare/wp-content/uploads/2026/01/allotab-banner-1.webp');
}

.item3 {
    background-image: url('https://demo.kumbhhost.com/K/allotab-healthcare/wp-content/uploads/2026/01/allotab-banner-1.webp');
}

.aboutus_bgimg {
    background-image: url('https://demo.kumbhhost.com/K/allotab-healthcare/wp-content/uploads/2026/01/allotab-healthcare-capabilities.webp');
    background-size: cover;
    background-position: left;
}


.section-what_we_offer .product-img {
    padding: 50%;
}

.product-img {
    box-shadow: 0px -110px 85px -50px black inset;
    position: relative;
    padding: 35%;
    border-radius: 14px 14px 0px 0px;
    background-size: cover;
}

#dosageCarousel .product-img {
    padding: 56% 30%;
}

.product-img span {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
}

.product-content {
    border-radius: 0 0 14px 14px;
    padding: 25px 20px 38px 28px;
    height: 230px;
    border: 1px solid #DAE0E7;
}

.product-card:hover .product-content {
    border: 1px solid #90CACA;
}

.product-card:hover .card-blue-btn {
    background-color: #0A4076;
    color: #ffffff;
}

.service-icon {
    padding: 12px 14px;
    border-radius: 6px;
}

.choose-icon {
    padding: 12px 14px;
    border-radius: 10px;
}

.height-168px {
    height: 168px;
}

.height-234px {
    height: 234px;
}

.height-296px {
    height: 296px;
}

.height-330px {
    height: 330px;
}

.height-282px {
    height: 282px;
}

.padding-20 {
    padding: 20px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.slick-dots {
    bottom: -58px !important;
    display: none !important;
}

.slick-dots li button:before {
    color: #1F9393 !important;
    font-size: 8px !important;
}

.footer_menu .menu-item a {
    font-size: 16px;
    line-height: 36px;
    color: #BABEC3;
}

footer .icon i {
    font-size: 14px;
    color: #172636;
}

footer .icon i.fa-facebook-f {
    padding: 5px 9px;
}

footer .icon i.fa-linkedin-in,
footer .icon i.fa-instagram {
    padding: 5px 8px;
}

footer .icon i.fa-envelope {
    padding: 7px 7px;
}


/* .section_aboutus .year-excellence {
    bottom: 72px;
} */

.product-img1 img {
    border-radius: 14px 14px 0 0;
}

.product-content1 {
    border-radius: 0 0 14px 14px;
    padding: 25px 20px 10px 18px;
}

.gtranslate_wrapper .gt_option {
    position: absolute !important;
    top: 35px;
    background: white;
    border: 1px solid rgb(204, 204, 204);
    padding: 10px;
    z-index: 999;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    width: 151px !important;
    color: rgb(0, 0, 0) !important;
}

#blog-search-form {
    border: 1px solid #DAE0E7;
}

.wp-block-heading {
    color: #172636 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    margin-top: 25px;
}

/* ========= 5 Coloumn ======= */
.col-5 {
    width: 20%;
    max-width: 20%;
    padding-left: 8px;
    padding-right: 8px;
}

/* ========= 7 Coloumn ======= */
.col-1-7 {
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
}

.section_header li.menu-item a,
.section_header ul.dropdown-menu li.menu-item a {
    color: #162534;
}

.section_header ul.dropdown-menu li.menu-item a {
    color: #162534 !important;
    margin: 0px 10px;
    border-radius: 6px;
    padding: 10px;
}

.section_header ul.dropdown-menu li.menu-item.current-menu-item a {
    font-weight: 600;
    color: #0A4076 !important;
    background-color: #ECF9F9;
    width: 100%;
    margin: 6px 12px;
}

.blog_banner_padding {
    padding-top: 46%;
    padding-bottom: 2%;
}

.latest-blog-sidebar a.alt-paragraph:hover,
.single-blog-sidebar a.year-paragraph:hover,
.single-blog-sidebar a.first-heading:hover {
    color: #0A4076 !important;
}

.blog-details p,
.blog-details li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    /* color: #596672; */
    color: #202326 !important;
}

/* ========================= Process ============== */


.service-process {
    background: #fff;
}

.process-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #DAE0E7;
    transform: translateX(-50%);
}

.process-step {
    width: 42px;
    height: 42px;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    z-index: 0;
    position: relative;
}

.process-row:not(.flex-row-reverse) .process-step {
    background: #1F9393;
}

.process-row.flex-row-reverse .process-step {
    background: #0A4076;
}

.process-card {
    background: #f8fafc;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.process-middle {
    position: relative;
}

/* Horizontal joint line */
.process-middle::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 105px;
    height: 2px;
}

/* Left card → circle */
.process-row:not(.flex-row-reverse) .process-middle::before {
    left: -12px;
    background: #1F9393;
}

/* Right card → circle */
.process-row.flex-row-reverse .process-middle::before {
    right: -12px;
    background: #0A4076;
}

/* Circle on top of line */
.process-step {
    position: relative;
    z-index: 0;
}


/* ========================= Process ============== */


.blog-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
    border: 1px solid #DAE0E7;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.blog-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.blog-content {
    padding: 20px;
}

.blog-category {
    background: #def7f4;
    color: #1F9393;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 6px;
}

.blog-date {
    font-size: 13px;
    color: #202326;
}

.blog-title a {
    color: #172636;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.blog-title a:hover {
    color: #1f7f83;
}

.blog-excerpt {
    font-size: 14px;
    color: #202326;
    margin-bottom: 20px;
}

.blog-author {
    font-size: 13px;
    color: #202326;
}

.read-more-btn {
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 6px;
    background: #1F9393;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.read-more-btn:hover {
    background: #145c5f;
}

.section-segments.harble .product-img {
    padding: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}



/* ================= Export Tabs ============ */

.export-markets .nav-tabs .nav-link {
    border: none;
    background: #ECF9F9;
    color: #202326;
    padding: 10px 34px;
}

.export-markets .nav-tabs .nav-link.active {
    background: #1F9393;
    color: #fff;
}

.export-markets .tab-content {
    border: 2px solid #1F9393;
    border-radius: 14px;
    background: #FFFFFF;
}

.export-markets ul li {
    padding: 4px 0;
    font-size: 14px;
}

.submit-btn {
    background: #2f8f83;
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
}

.submit-btn:hover {
    background: #1f6f66;
}

.form-control,
.form-select {
    border-radius: 8px;
    padding: 10px;
}

.section-regulatory_country .first-heading {
    border-radius: 14px 14px 0px 0px;
}

/* ================== Product list ================= */
.product-list .products-section {
    padding: 50px 0;
}

.product-list .cat-list {
    list-style: none;
    padding: 0;
}

.product-list .cat-list li {
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.product-list .cat-list li.active {
    background: #0A4076;
    color: #fff !important;
}

.product-list .cat-list li:hover {
    background: #e9efff;
    color: #202326 !important;
}

.product-list .cat-list li:hover .cat-name {
    color: #202326 !important;
}

.product-list .product-card {
    text-align: center;
    transition: 0.3s;
}

.product-list .product-card h4 {
    padding-top: 20px;
    padding-bottom: 0px;
}

.product-list .product-card img {
    border-radius: 14px;
    object-fit: contain;
}

.product-list .product-card:hover {
    transform: translateY(-5px);
}

.product-list .pagination .current {
    background: #1e5eff;
    color: #fff;
}

.product-list .plus {
    font-size: 24px;
    color: #0A4076;
}

/* SIDEBAR */
.main-cat.active .cat-name {
    color: #ffffff;
}

.sub-cat.active .cat-name,
.section-item.active .cat-name {
    color: #0A4076;
}

/* .sub-cat.active .cat-name {
    color: #0A4076;
} */

.cat-name {
    color: #202326;
    font-weight: 600;
}

.cat-list {
    list-style: none;
    padding: 0;
}

.cat-list li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.main-item {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.sub-list {
    display: none;
    padding-left: 15px;
}

.sub-item {
    font-size: 14px;
    color: #555;
    padding: 8px 10px;
}

.cat-list li.active {
    background: #0d3b66;
    color: #fff;
}

/* RIGHT SIDE DESIGN */
.acf-section {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 14px 14px 0px 0px !important;
    padding: 0px;
}

.section-header {
    background: #0d3b66;
    border-radius: 14px 14px 0px 0px !important;
    color: #fff;
    padding: 10px;
    font-weight: 600;
}

.no_t {
    width: 40px !important;
}

.product-row {
    display: grid;
    grid-template-columns: 60px 1fr 120px;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
}

.product-row span:not(:last-child) {
    border-right: 1px solid #ddd;
}

.product-row:nth-child(even) {
    background: #f9f9f9;
}

.sub-list {
    display: none;
    padding-left: 15px;
}

.section-list {
    display: none;
    padding-left: 25px;
}

.section-item {
    font-size: 13px;
    color: #777;
}

.product-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.product-table th,
.product-table td {
    border: 1px solid #ddd;
    padding: 8px 10px;
    text-align: left;
}

/* HEADER */
.product-table thead {
    background: #0d3b66;
    color: #fff;
}

/* ZEBRA STRIPES */
.product-table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

/* HOVER */
.product-table tbody tr:hover {
    background: #f1f1f1;
}

.products-section .product-card .small-card-title {
    font-size: 18px;
    line-height: 24px;
}

/* FULL BLOCK BORDER WHEN ACTIVE */
.pro-cat.active-block {
    border: 2px solid #0d3b66;
    border-radius: 6px;
}

/* MAIN ACTIVE (BLUE BG) */
.main-cat.active {
    background: #0d3b66;
    color: #fff;
}

/* SUB ACTIVE (ONLY TEXT BLUE) */
.sub-cat.active {
    color: #0d3b66;
    font-weight: 600;
}

/* SECTION ACTIVE */
.section-item.active {
    color: #0d3b66;
    font-weight: 600;
}

/* RESET DEFAULT */
.cat-list li {
    transition: 0.3s;
}

.product-list .cat-list .sub-cat.active,
.product-list .section-list .section-item.active {
    background: unset !important;
    color: #0d3b66 !important;
}

.products-section .pagination {
    justify-content: center;
}

.products-section .pagination .page-link.active {
    z-index: 2;
    background-color: #0A4076;
    color: #ffffff;
}

.products-section .pagination .page-link {
    border: 1px solid #DAE0E7;
    border-radius: 10px;
}

.product-list .pagination a,
.pagination span {
    padding: 8px 14px;
    margin: 3px;
    color: #172636;
}

/* ================== Product list ================= */

/* ================== Product Detail ================= */
.product-detail .product-img-box {
    background: #f5f7fa;
    padding: 20px;
    border-radius: 10px;
}

.product-detail .product-meta {
    list-style: none;
    padding: 0;
}

.product-detail .product-meta li {
    margin-bottom: 8px;
}

.product-detail .dosage {
    margin-top: 15px;
}

.product-detail .dose {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-right: 5px;
}

.product-detail .product-description h5 {
    margin-top: 20px;
}

.product-detail .product-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.product-long-description h2,
.product-short-description h2 {
    font-size: 20px !important;
}

/* ================== Product Detail ================= */

/* ====================== Product Request Popup ===================== */

/* MODAL BOX */
.catalog-modal {
    border-radius: 10px;
    overflow: hidden;
}

/* LEFT PANEL */
.left-panel {
    padding: 40px 30px;
}

.left-panel .title {
    font-weight: 600;
    margin-bottom: 20px;
}


/* DOSAGE */

.dosage ul {
    padding-left: 18px;
}

.dosage li {
    margin-bottom: 6px;
}

/* RIGHT PANEL */
.right-panel {
    background: #f3f5f6;
    padding: 40px;
    position: relative;
}

.form-title {
    font-weight: 600;
    margin-bottom: 25px;
}

/* CLOSE BUTTON */
.close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
}

/* INPUT STYLE */
.cf7-wrap input,
.cf7-wrap textarea {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-size: 14px;
}

/* SMALL TEXT */
.hint {
    font-size: 12px;
    color: #888;
    display: block;
    margin-top: -8px;
    margin-bottom: 10px;
}

/* CHECKBOX */
/* FIX CHECKBOX ALIGNMENT */
.cf7-checkbox .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

/* REMOVE DEFAULT CF7 BLOCK STYLE */
.cf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-weight: 400;
}

/* FIX INPUT */
.cf7-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
}

/* REMOVE EXTRA SPAN BREAK */
.cf7-checkbox .wpcf7-list-item-label {
    display: inline;
}

/* TEXTAREA */
.cf7-wrap textarea {
    height: 90px;
}


/* ====================== Product Request Popup ===================== */


/* ====================== Contact Us ===================== */
.contact-form-ui br {
    display: none !important;
}

.contact-form-ui {
    /* max-width: 720px; */
    background-color: #F2F5F6;
    padding: 25px;
    border-radius: 14px;
}

.contact-form-ui .form-row {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
}

.contact-form-ui .form-group {
    width: 50%;
}

.contact-form-ui .form-group.full {
    width: 100%;
}

/* LABEL */
.contact-form-ui label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1a1a1a;
}

.contact-form-ui label span {
    color: #e53935;
}

/* INPUT STYLE */
.contact-form-ui input,
.contact-form-ui textarea {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 14px;
    transition: all 0.2s ease;
}

.contact-form-ui textarea {
    height: 130px;
    padding: 12px 14px;
    resize: none;
}

/* PLACEHOLDER */
.contact-form-ui input::placeholder,
.contact-form-ui textarea::placeholder {
    color: #9e9e9e;
}

/* FOCUS */
.contact-form-ui input:focus,
.contact-form-ui textarea:focus {
    outline: none;
    border-color: #2e8b7f;
    background: #fff;
}

/* BUTTON EXACT STYLE */
.custom-submit {
    background-color: #2e8b7f;
    color: #fff;
    border: none;
    padding: 12px 26px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.custom-submit .arrow {
    font-size: 16px;
}

.custom-submit:hover {
    background-color: #1F9393;
}

/* ====================== Contact Us ===================== */



.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.blog-pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 6px;
    text-decoration: none;
    color: #555;
    border: 1px solid #ddd;
    transition: 0.3s;
    font-size: 14px;
}

/* Active Page */
.blog-pagination li a.active {
    background: #0A4076;
    color: #fff;
    border-color: #0A4076;
}

/* Prev/Next buttons */
.blog-pagination li a.prev,
.blog-pagination li a.next {
    padding: 8px 14px;
    margin: 3px;
    color: #172636;
}

.section-ready-partner,
.inner-banner {
    position: relative;
    overflow: hidden;
}

.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.section-ready-partner .container,
.inner-banner .container {
    position: relative;
    z-index: 2;
}

.dropdown-toggle.dropdown-caret {
    padding-left: 0px !important;
}

.terms-conditions ul,
.disclaimer ul,
.cookie-policy ul,
.privacy-policy ul {
    padding-left: 54px;
}

.terms-conditions h3,
.disclaimer h3,
.cookie-policy h3,
.privacy-policy h3 {
    font-size: 18px;
}

.Contact-Us .choose-icon {
    width: 54px;
}

/* ====================== LOGO SLIDER ========================= */

.logo-slider {
    overflow: hidden;
    width: 100%;
}

.logo-track,
.logo-track1 {
    display: flex;
    width: max-content;
    animation: scroll 25s linear infinite;
}

.logo-track1 {
    animation: scroll 100s linear infinite !important;
}

.certification-item {
    flex: 0 0 auto;
    margin-right: 45px;
}


/* Continuous scroll */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ====================== LOGO SLIDER ========================= */


/* ====================== Card SLIDER ========================= */

.custom-auto-slider-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.custom-auto-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.7s ease;
    will-change: transform;
}

.custom-auto-slide-card {
    flex: 0 0 calc(33.333% - 16px);
}

.custom-auto-slide-card .product-img {
    padding: 56% 30%;
}

@media (max-width: 991px) {
    .custom-auto-slide-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 575px) {
    .custom-auto-slide-card {
        flex: 0 0 100%;
    }
}

.custom-auto-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.custom-auto-slider-dots .dot {
    width: 10px;
    height: 10px;
    background: #cfd8dc;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.custom-auto-slider-dots .dot.active {
    background: #00798a;
    transform: scale(1.2);
}

/* ============== Post FAQS ============== */
.post-faq-section {
    margin-top: 40px;
}

.faq-box {
    border: 1px solid #ddd;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    padding: 15px;
    cursor: pointer;
    background: #EBEFF2;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.faq-answer {
    display: none;
    padding: 15px;
    background: #fff;
}

.faq-box.active .faq-answer {
    display: block;
}

.faq-box.active .faq-question strong {
    transform: rotate(45deg);
}

.post-tags-box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 25px 0;
}

.post-tag-item {
    display: inline-block;
    background: linear-gradient(90deg, #003b73, #17a2a4) !important;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
}

.post-tag-item:hover {
    background: linear-gradient(90deg, #01519c, #1fa1a3) !important;
    color: #fff;
}

/* ============== Post FAQS ============== */

/* ============== Get a Quote ============== */

.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.custom-popup-box {
    background: #fff;
    width: 100%;
    max-width: 700px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.custom-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: none;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
}

.catalog-form-box {
    background: #f4f6f7;
    padding: 26px 24px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}

.catalog-form-box h3 {
    text-align: center;
    font-size: 17px;
    line-height: 1.35;
    margin: 0 0 20px;
    color: #000;
    font-weight: 700;
}

.catalog-form-box .form-row {
    display: grid;
    grid-template-columns: 100% 1fr;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.catalog-form-box label {
    font-size: 12px;
    color: #143042;
    margin: 0;
}

.catalog-form-box input,
.catalog-form-box select,
.catalog-form-box textarea {
    width: 100%;
    border: 1px solid #cfd6dc;
    border-radius: 4px;
    padding: 9px 11px;
    font-size: 12px;
    background: #fff;
    color: #333;
}

.catalog-form-box textarea {
    min-height: 78px;
    resize: vertical;
}

.catalog-title {
    color: #008c8c;
    font-size: 14px;
    font-weight: 700;
    margin: 16px 0 8px;
}

.reason-label {
    display: block;
    margin: 10px 0 6px;
    font-size: 12px;
    color: #143042;
}

.checkbox-list .wpcf7-list-item {
    display: block;
    margin: 0 0 6px;
}

.checkbox-list label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #333;
}

.checkbox-list input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.catalog-submit {
    width: 100%;
    background: linear-gradient(90deg, #003b73, #17a2a4) !important;
    color: #fff !important;
    border: none;
    border-radius: 10px !important;
    padding: 12px 15px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 16px;
    cursor: pointer;
}

.catalog-submit:hover {
    opacity: 0.9;
}

/* ============== Get a Quote ============== */

.alttab-card {
    background: #EBEFF2;
    border-radius: 10px;
    padding: 50px 30px 28px;
    margin-top: 55px;
}

.alttab-logo-wrap {
    width: 145px;
    height: 64px;
    background: #fff;
    /* border-radius: 50%; */
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.alttab-logo {
    max-width: 90%;
    object-fit: contain;
}

.alttab-title {
    font-size: 23px;
    font-weight: 700;
    color: #172636;
    margin-bottom: 14px;
}

.alttab-text {
    max-width: 980px;
    margin: 0 auto 26px;
    font-size: 22px;
    line-height: 1.35;
    color: #202326;
    font-weight: 400;
}

.alttab-share strong {
    font-size: 23px;
    color: #172636;
}

.share-icon {
    color: #172636;
    font-size: 26px;
    text-decoration: none;
    transition: 0.3s ease;
}

.share-icon:hover {
    color: #1e3146;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .alttab-card {
        padding: 75px 18px 25px;
    }

    .alttab-text {
        font-size: 17px;
    }

    .alttab-title {
        font-size: 21px;
    }

    .alttab-share strong {
        font-size: 19px;
    }
}
.desktop-banner{
	display: block !important;
}
.mobile-banner{
	display: none !important;
}

/* ================ Contact Buttons ===================== */
.kd-floating-buttons {
	position: fixed;
    right: 0px;
    bottom: 168px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-end;
}

.kd-float-btn {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  background: #0A4076;
  color: #fff !important;
  border: none;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: all 0.35s ease;
}

.kd-float-btn:hover {
  width: 165px;
}

.kd-icon {
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.kd-icon.arrow {
	min-width: 38px;
}
.kd-text {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
}

.kd-float-btn:hover .kd-text {
  opacity: 1;
  transform: translateX(0);
}

.kd-whatsapp {
  background: #25D366;
}

.kd-back-top {
  background: #222;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
}

.kd-back-top.kd-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media(max-width: 767px) {
  .kd-floating-buttons {
    right: 12px;
    bottom: 20px;
  }
}

/* ================ Contact Buttons ===================== */

/* ================ Footer Social icons ===================== */

.footer-social-icons{
    display:flex;
    gap:14px;
    margin-top:25px;
}

.footer-social-icons .social-icon{
    width:38px;
    height:38px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:16px;
    color:#fff;
    
    background: rgba(255, 255, 255, 0.15) !important;
    border:1px solid rgba(255,255,255,0.08);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    transition:all 0.35s ease;
}

.footer-social-icons .social-icon:hover{
    transform:translateY(-5px) scale(1.08);
    box-shadow:0 10px 25px rgba(0,0,0,0.25);
}

.footer-social-icons .whatsapp:hover{
    background:#25D366 !important;
}

.footer-social-icons .facebook:hover{
    background:#1877F2 !important;
}
.footer-social-icons .instagram:hover{
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
}
.footer-social-icons .linkedin:hover{
    background:#0A66C2 !important;
}

.footer-social-icons .email:hover{
    background:#EA4335 !important;
}

/* ================ Footer Social icons ===================== */



























/* =========== Hover Animation =============== */

/* Slide-up Effect */
.slide-up {
    transform: translateY(20%);
    opacity: 0;
    transition: transform 2s ease-out, opacity 2s ease-out;
}

.slide-up.visible {
    transform: translateY(0);
    opacity: 1;
}

.slide-down {
    transform: translateY(-80%);
    opacity: 0;
    transition: transform 2s ease-out, opacity 2s ease-out;
}

.shrink {
    transform: translateY(140px);
    opacity: 1;
    transition: transform 1s ease-out, opacity 1s ease-out;
    margin-top: -140px;
}

.shrink {
    max-width: 100% !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    background-color: #ffffff;
}

.slide-down.visible {
    transform: translateY(0);
    opacity: 1;
}

/* Slide Left Effect */
.slide-left {
    transform: translateX(10%);
    /* Start from the right */
    opacity: 0;
    transition: transform 2s ease-out, opacity 2s ease-out;
}

.slide-left.visible {
    transform: translateX(0);
    opacity: 1;
}

/* Slide Right Effect */
.slide-right {
    transform: translateX(-20%);
    opacity: 0;
    transition: transform 2s ease-out, opacity 2s ease-out;
}

.slide-right.visible {
    transform: translateX(0);
    opacity: 1;
}

/* Zoom-in Effect */
.zoom-in {
    transform: scale(0.5);
    opacity: 0;
    transition: transform 1.5s ease-out, opacity 1.5s ease-out;
}

.zoom-in.visible {
    transform: scale(1);
    opacity: 1;
}

/* Common class for zoom effect */
.zoom-in-card,
.zoom-out-card,
.section-product-category .row .col-md-4 img {
    position: relative;
    overflow: hidden;
    /* Prevents content from overflowing during zoom */
    transition: transform 5s ease-in-out, box-shadow 5s ease-in-out;
    /* Smooth transition */
}

/* Hover effect */
.zoom-in-card:hover {
    transform: scale(1.05);
    /* Zoom in the card by 5% */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    /* Optional shadow to make it more interactive */
}

.zoom-out-card:hover {
    transform: scale(0.9);
    /* Zoom in the card by 5% */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    /* Optional shadow to make it more interactive */
}

.section-product-category .row .col-md-4:hover img {
    transform: scale(0.9);
    /* Zoom in the card by 5% */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    /* Optional shadow to make it more interactive */
}

/* Common class for slide right effect */
.slide-right-card,
.slide-left-card,
.slide-up-card,
.slide-down-card {
    position: relative;
    transition: transform 1s ease-in-out;
    /* Smooth slide transition */
}

/* Hover effect: Slide right */
.slide-right-card:hover {
    transform: translateX(10px);
    /* Move the element 10px to the right */
}

/* Hover effect: Slide left */
.slide-left-card:hover {
    transform: translateX(-10px);
    /* Move the element 10px to the left */
}

/* Hover effect: Slide up */
.slide-up-card:hover {
    transform: translateX(0) translateY(-10px);
    /* Move the element 10px upwards */
}

/* Hover effect: Slide down */
.slide-down-card:hover {
    transform: translateY(10px);
    /* Move the element 10px downwards */
}

/* ====== Card Animation ========= */
.card-animate {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease;
}

.card-animate.show {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.card-animate:nth-child(1) {
    transition-delay: 0s;
}

.card-animate:nth-child(2) {
    transition-delay: 0.15s;
}

.card-animate:nth-child(3) {
    transition-delay: 0.3s;
}

.card-animate:nth-child(4) {
    transition-delay: 0.45s;
}

.card-animate:nth-child(5) {
    transition-delay: 0.6s;
}

.card-animate:nth-child(6) {
    transition-delay: 0.75s;
}

.card-animate:nth-child(7) {
    transition-delay: 0.9s;
}

.card-animate:nth-child(8) {
    transition-delay: 1.05s;
}

.card-animate:nth-child(9) {
    transition-delay: 1.2s;
}

.card-animate:nth-child(10) {
    transition-delay: 1.35s;
}