/* ===============================
   PRODUCT CARD
================================= */
.custom-product-card{
    position:relative;
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:12px;
    overflow:hidden;
    transition:.25s ease;
    /*box-shadow:0 2px 8px rgba(0,0,0,.06);*/
    box-shadow:0px 4px 4px rgba(16, 24, 40, 0.1), 0px 1px 3px rgba(16, 24, 40, 0.1);
}
.custom-product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}
.card-inner{
    padding:16px;
}
.custom-product-content{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:18px;
}
.custom-product-info{
    flex:1;
    min-width:0;
}

/* ===============================
   TEXT
================================= */
.company-name{
    margin-bottom:6px;
    font-size:11px;
    font-weight:700;
    color:#666;
    text-transform:uppercase;
    letter-spacing:.3px;
}
.custom-product-title{
    margin:0 0 6px;
    line-height:1.25;
}
.custom-product-title a{
    font-size:17px;
    font-weight:700;
    color:#222;
    text-decoration:none;
    transition:color .2s;
}
.custom-product-title a:hover{
    color:#0056b3;
}
.product-meta{
    margin-bottom:6px;
}
.meta-label{
    display:none;
}
.meta-value{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size:14px;
    line-height:1.45;
    color:#666;
}
/* ===============================
   PRICE
================================= */
.product-price-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;
    margin-top:8px;
}
.mrp-label{
    font-size:15px;
    font-weight:600;
    color:#333;
}
.mrp-price{
    font-size:17px;
    font-weight:700;
    color:#ff6600;
}

/* ===============================
   IMAGE
================================= */
.custom-product-image,
.image-bg{
    width:140px;
    height:140px;
    flex-shrink:0;
}
.image-bg{
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
    background:#faf4ee;
    border-radius:10px;
}
.image-bg img{
    max-width:110px;
    max-height:110px;
    object-fit:contain;
}

/* ===============================
   BADGE
================================= */

.custom-product-badge{
    position:absolute;
    top:12px;
    right:12px;
    padding:4px 10px;
    font-size:11px;
    font-weight:600;
    color:#3bb273;
    background:#fff;
    border:1px solid #3bb273;
    border-radius:6px;
}

/* ===============================
   BUTTON
================================= */
.custom-product-footer{
    margin-top:8px;
}
.custom-btn{
    padding:6px 14px;
    font-size:13px;
    font-weight:600;
    color:#fff;
    background:#4ba349;
    border:1px solid #d0d0d0;
    border-radius:8px;
    cursor:pointer;
    transition:.2s;
}
.custom-btn:hover{
    background:#e0e2e5;
    border-color:#b0b0b0;
}

/* ===============================
   UTILITIES
================================= */
.text-muted{
    font-size:13px;
    color:#888;
}
.ml-1{
    margin-left:4px;
}

/* ===============================
   WOOCOMMERCE GRID
================================= */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
    margin-bottom:20px!important;
}

/* ===============================
   MOBILE
================================= */

@media (max-width:767px){
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product{
        width:100%!important;
        margin-right:0!important;
        float:none!important;
    }
    .custom-product-content{
        gap:12px;
    }
    .custom-product-image,
    .image-bg{
        width:110px;
        height:110px;
    }
    .image-bg img{
        max-width:85px;
        max-height:85px;
    }

    .custom-product-title a{
        font-size:16px;
    }
    .meta-value{
        font-size:13px;
        font-weight:500;
    }
    .mrp-price{
        font-size:16px;
    }
}

/* ===============================
   TABLET
================================= */

@media (min-width:768px) and (max-width:1024px){

    /*.woocommerce ul.products[class*="columns-"] li.product,*/
    /*.woocommerce-page ul.products[class*="columns-"] li.product{*/
    /*    width:calc(50% - 12px)!important;*/
    /*    margin-right:24px!important;*/
    /*}*/

    .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n){
        margin-right:0!important;
    }

    .custom-product-image,
    .image-bg{
        width:120px;
        height:120px;
    }

    .image-bg img{
        max-width:95px;
        max-height:95px;
    }
}
/*==========================================old*/
.category-card:hover span,
.custom-product-title a:hover,
.eyebrow,
.product-title-link:hover h3 {
    color: #4ba349;
}
.custom-product-image::before,
.product-img::before {
    content: "";
    top: -20px;
    right: -20px;
    position: absolute;
}
*,
.custom-product-card {
    box-sizing: border-box;
}
.partner-stat,
.why-partner .partner-header {
    text-align: center;
}
.product-slider-section {
    margin: 0 auto;
    padding: 80px 20px;
}
.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    display: none;
}
.header-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.eyebrow {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.slider-header h2 {
    font-size: 42px;
    margin: 0;
    color: #1d1d1d;
    font-weight: 700;
}
.slider-nav {
    display: flex;
    gap: 12px;
}
.custom-next,
.custom-prev {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    border-radius: 50%;
    background: #4ba349;
    color: #fff !important;
    transition: 0.3s;
    flex-shrink: 0;
}
.custom-sale-badge,
.product-badge {
    top: 16px;
    text-transform: uppercase;
}
.custom-next:hover,
.custom-prev:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(75, 163, 73, 0.25);
    background: #3a8a38;
}
.custom-next:after,
.custom-prev:after {
    font-size: 18px !important;
    font-weight: 700;
}

/* ==========================================================================
   COMPACT PRODUCT CARD SLIDER (LARGER IMAGE / SLIMMER DETAILS)
   ========================================================================== */

.swiper {
    padding: 10px 5px 20px;
    overflow: hidden;
}

/* Equal Height Alignment */
.swiper-slide {
    height: auto !important;
    /*display: flex;*/
}

/* Card Base Container */
.product-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.05);
}

.product-card:hover {
    transform: translateY(-4px);
    border-color: #4ba349;
    box-shadow: 0 12px 24px rgba(75, 163, 73, 0.12);
}

/* Product Image Container (Larger Image, Minimal Padding) */
.product-img {
    position: relative;
    background: #fff;
    padding: 6px; /* Reduced from 12px */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px; /* Increased from 150px */
}

/*.product-img::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 90px;*/
/*    height: 90px;*/
/*    border-radius: 50%;*/
/*    background: rgba(75, 163, 73, 0.08);*/
/*    top: -15px;*/
/*    right: -15px;*/
/*    z-index: 1;*/
/*}*/

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 2;
    transition: transform 0.35s ease;
}

.product-card:hover .product-img img {
    transform: scale(1.05);
}

/* Badge Styling */
.product-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #4ba349;
    color: #ffffff;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 9px;
    font-weight: 700;
    z-index: 3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Compact Info Section (Below Image) */
.product-info {
    padding: 8px 10px 10px; /* Tightened padding */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

/* Title (Truncated to 2 lines) */
.product-info h3 {
    font-size: 13px; /* Slightly smaller for compact layout */
    font-weight: 700;
    margin: 0 0 4px;
    color: #1e293b;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-title-link {
    text-decoration: none;
    color: inherit;
}

.product-title-link:hover h3 {
    color: #4ba349;
}

/* Composition / Subtext */
.product-composition {
    margin: 0 0 6px;
    color: #64748b;
    font-size: 11px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Button & Footer (Smaller Padding & Height) */
.product-footer {
    margin-top: auto;
    padding-top: 4px;
}

.product-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 6px 12px; /* Slimmer button padding */
    background: #4ba349;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    transition: all 0.2s ease;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.product-btn:hover {
    background: #3a8a38;
    color: #ffffff;
    box-shadow: 0 3px 8px rgba(75, 163, 73, 0.2);
}

/*delete here*/
.custom-product-card:hover .custom-product-image img,
.product-card:hover .product-img img {
    transform: scale(1.08);
}
.product-badge {
    position: absolute;
    left: 5px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 12px;
    z-index: 3;
    letter-spacing: 0.5px;
}
.premium-content,
.premium-gallery .woocommerce-product-gallery {
    z-index: 2;
    position: relative;
}
.custom-product-card .card-inner,
.product-info {
    padding: 15px;
}
.product-title-link {
    text-decoration: none;
    color: #1d1d1d;
    display: block;
}
.product-info h3 {
    font-size: 20px;
    margin: 0 0 8px;
    color: #1d1d1d;
    line-height: 1.4;
    transition: color 0.3s;
}
.product-composition {
    margin: 0 0 16px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
}
.product-footer {
    /*margin-top: 20px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    transition: 0.3s;
}
.product-btn:hover {
    background: #3a8a38;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(75, 163, 73, 0.3);
}
.field2 select {
    background: 0 0;
    color: #fff;
}
.field2 select option {
    color: #000;
    background: #fff;
}
.field2 select:focus {
    color: #000;
    background: #fff;
    outline: 0;
}
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px !important;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}
/* Mobile */
@media (max-width: 767px) {
    .woocommerce ul.products {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
}

.cf7-modern-form .wpcf7-spinner,
.cf7-modern-form br,
.mobile-menu .sub-menu,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    display: none;
}
.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    float: none !important;
    list-style: none;
}

.cf7-modern-form p {
    margin: 0 0 12px !important;
}
.cf7-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.cf7-field {
    flex: 1;
}
.cf7-field label {
    display: block;
    margin-bottom: 6px;
    color: #1f2937;
}
.cf7-modern-form .wpcf7-form-control-wrap,
.mobile-menu .menu-item-has-children.active > .sub-menu {
    display: block;
}
.cf7-modern-form input:focus,
.cf7-modern-form textarea:focus {
    outline: 0;
    border-color: #2e7d32;
    box-shadow: 0 0 0 4px rgba(46, 125, 50, 0.12);
}
.cf7-modern-form textarea {
    height: 100px;
    resize: none;
}
.cf7-submit {
    margin-top: 18px;
}
.cf7-submit input[type="submit"] {
    width: 100%;
    background: #2e7d32 !important;
    color: #fff;
    border: none;
    padding: 15px 24px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.cf7-submit input[type="submit"]:hover {
    background: #256428;
    transform: translateY(-2px);
}
.cf7-submit input[type="submit"]:active {
    transform: translateY(0);
}
.cf7-modern-form .wpcf7-response-output {
    margin: 15px 0 0 !important;
    padding: 12px 15px !important;
    border-radius: 10px;
    font-size: 14px;
}
.home-contact .cf7-modern-form textarea {
    height: 100px !important;
}
.cf7-modern-form input,
.cf7-modern-form textarea {
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
    background: #fff;
    box-sizing: border-box;
    transition: 0.3s;
    border: 1px solid #dbe3ea !important;
    border-radius: 12px;
}
:root {
    --primary: #6c3ce1;
    --primary-dark: #5a2fd1;
    --primary-gradient: linear-gradient(135deg, #6c3ce1, #8b5cf6);
    --secondary: #10b981;
    --secondary-gradient: linear-gradient(135deg, #10b981, #34d399);
    --accent: #f59e0b;
    --pink: #ec4899;
    --dark: #1e1b4b;
    --gray: #6b7280;
    --gray-light: #f8fafc;
    --white: #ffffff;
    --shadow-sm: 0 2px 10px rgba(108, 60, 225, 0.08);
    --shadow-md: 0 8px 30px rgba(108, 60, 225, 0.12);
    --shadow-lg: 0 20px 60px rgba(108, 60, 225, 0.15);
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 28px;
}
.pharma-product-page .woocommerce-product-gallery,
.pharma-product-page .woocommerce-product-gallery__image,
.pharma-product-page .woocommerce-product-gallery__wrapper,
.pharma-product-page div.images {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pharma-product-page .woocommerce-product-gallery {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
.pharma-product-page .woocommerce-product-gallery__image,
.pharma-product-page .woocommerce-product-gallery__wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}
.pharma-product-page .woocommerce-product-gallery__image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 280px !important;
    object-fit: contain !important;
}
.pharma-product-page .flex-control-thumbs {
    display: flex !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 16px !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
}
.pharma-product-page .flex-control-thumbs li {
    width: 60px !important;
    max-width: 60px !important;
    list-style: none !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.pharma-product-page .flex-control-thumbs li img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: var(--radius-sm) !important;
    border: 3px solid #e5e7eb !important;
    padding: 4px !important;
    background: #fff !important;
}
.pharma-product-page .flex-active {
    box-shadow: 0 0 0 4px rgba(108, 60, 225, 0.2) !important;
}
.pharma-product-page .woocommerce-product-gallery__trigger {
    display: none !important;
}
.pharma-product-page {
    margin: 0 auto;
    padding: 30px 20px 60px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
    background-attachment: fixed;
}
.pharma-hero {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 35px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
    padding: 30px 35px 35px 30px;
    box-shadow: var(--shadow-md);
    margin-bottom: 40px;
    border: 1px solid rgba(108, 60, 225, 0.1);
    position: relative;
    overflow: hidden;
}
.premium-gallery {
    position: relative;
    min-height: 320px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 15px !important;
    border-radius: var(--radius-md) !important;
    background: linear-gradient(145deg, #f5f3ff, #ede7f9) !important;
    border: 2px solid rgba(108, 60, 225, 0.1) !important;
    overflow: hidden !important;
    width: 100% !important;
}
.premium-gallery::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(108, 60, 225, 0.08), transparent 70%);
    animation: 4s ease-in-out infinite pulseGlow;
}
@keyframes pulseGlow {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}
.premium-gallery .woocommerce-product-gallery__image img {
    max-height: 260px !important;
    filter: drop-shadow(0 15px 30px rgba(108, 60, 225, 0.12)) !important;
    transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}
.premium-gallery .woocommerce-product-gallery__image img:hover {
    transform: scale(1.03) rotate(-1deg);
}
.premium-content {
    padding: 0;
}
.premium-content .category-badge {
    display: inline-block;
    padding: 4px 16px;
    background: #4ba349;
    color: #fff;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    box-shadow: 0 4px 15px rgba(108, 60, 225, 0.3);
}
.premium-content .product-title {
    font-size: 32px;
    font-weight: 800;
    color: #383536;
    line-height: 1.15;
    margin: 0 0 4px;
    letter-spacing: -0.5px;
}
.premium-content .manufacturer-info {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 13px;
    color: var(--gray);
}
.premium-content .manufacturer-info strong {
    color: #4ba349;
    font-weight: 700;
}

.product-specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 14px 0 16px;
    background: var(--gray-light);
    padding: 16px 20px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(108, 60, 225, 0.08);
}

/* Forces Composition to span across both columns on the top row */
.spec-item-full {
    grid-column: span 2;
}
.product-specs-grid .spec-item {
    display: flex;
    flex-direction: column;
}
.product-specs-grid .spec-item .spec-label {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--gray);
    font-weight: 700;
}
.product-specs-grid .spec-item .spec-value {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
    margin-top: 2px;
}
.product-specs-grid .spec-item .spec-value.price {
    background: var(--secondary-gradient);
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
    background-clip: text;
    font-size: 20px;
}
.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 14px;
}
.product-tags .tag {
    padding: 4px 14px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    border: none;
    color: #fff;
}
.product-tags .tag.green {
    /*background: var(--secondary-gradient);*/
    /*box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);*/
        background: #e4f0e4;
        color: #15612f;
}
.product-tags .tag.purple {
    background: var(--primary-gradient);
    box-shadow: 0 4px 15px rgba(108, 60, 225, 0.3);
}
.product-tags .tag.amber {
    /*background: linear-gradient(135deg, #f59e0b, #fbbf24);*/
    /*box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);*/
      background: #e4f0e4;
       color: #15612f;
}
.product-tags .tag.pink {
    /*background: linear-gradient(135deg, #ec4899, #f472b6);*/
    /*box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);*/
     background: #e4f0e4;
       color: #15612f;
}
.product-description-text {
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
    margin: 0 0 16px;
    padding: 12px 0;
    border-top: 2px dashed rgba(108, 60, 225, 0.15);
    border-bottom: 2px dashed rgba(108, 60, 225, 0.15);
}
.product-description-text .label {
    font-weight: 700;
    color: var(--primary);
}
.cta-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.btn-enquiry,
.btn-whatsapp {
    padding: 11px 28px;
    border-radius: var(--radius-sm);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.btn-enquiry {
    /*background: var(--primary-gradient);*/
    background:#383536;
    box-shadow: 0 4px 20px rgba(108, 60, 225, 0.4);
}
.btn-enquiry::before,
.btn-whatsapp::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}
.btn-enquiry:hover::before,
.btn-whatsapp:hover::before {
    left: 100%;
}
.btn-enquiry:hover {
    box-shadow: 0 8px 30px rgba(108, 60, 225, 0.5);
}
.btn-whatsapp {
    /*background: var(--secondary-gradient);*/
    background: #4ba349;
    box-shadow: 0 4px 20px rgba(16, 185, 129, 0.4);
}
.description-content,
.quick-info {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-sm);
}
.btn-whatsapp:hover {
    box-shadow: 0 8px 30px rgba(16, 185, 129, 0.5);
}
.partner-benefit-card:hover,
.partner-stat:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-4px);
}
.product-description-area {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 40px 0;
}
.description-content {
    padding: 30px 35px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(108, 60, 225, 0.08);
}
.description-content h2 {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 12px;
    color: #383536;
}
.description-content h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #4ba349;
    margin-top: 6px;
    border-radius: 4px;
}
.description-content .desc-text {
    color: #374151;
    line-height: 1.9;
    font-size: 14px;
}
.description-content .desc-text p {
    margin: 0 0 12px;
}
.quick-info {
    padding: 25px 24px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(108, 60, 225, 0.08);
    align-self: start;
}
.quick-info h3 {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 15px;
    padding-bottom: 12px;
    border-bottom: 3px solid #4ba349;
    color: var(--dark);
}
.quick-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.quick-info ul li {
    padding: 9px 0;
    border-bottom: 1px solid rgba(108, 60, 225, 0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.quick-info ul li:last-child {
    border-bottom: none;
}
.quick-info ul li .label {
    color: var(--gray);
    font-weight: 500;
}
.quick-info ul li .value {
    font-weight: 700;
    color: var(--dark);
    text-align: right;
}
.quick-info ul li .value.price {
    background: var(--secondary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 17px;
}
.why-partner {
    margin: 40px 0;
    padding: 40px;
    background: #0b6e2e;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}
.partner-stats,
.why-partner .partner-header {
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}
.partner-benefit-card,
.partner-stat {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    transition: 0.4s;
}
.why-partner .partner-header .sub-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.why-partner .partner-header h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 6px;
}
.why-partner .partner-header h2 span {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.why-partner .partner-header p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}
.partner-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.partner-stat {
    padding: 15px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.partner-stat .stat-number {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
}
.partner-stat .stat-number .plus {
    color: #f59e0b;
    font-size: 16px;
}
.partner-stat .stat-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin-top: 4px;
    font-weight: 500;
}
.partner-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    position: relative;
    z-index: 2;
}
.partner-benefit-card {
    padding: 18px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.06);
}
.partner-benefit-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.partner-benefit-card .benefit-icon {
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
}
.partner-benefit-card .benefit-number {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    background: var(--primary-gradient);
    padding: 2px 8px;
    border-radius: 50px;
    margin-bottom: 6px;
}
.partner-benefit-card h4 {
    color: #fff;
    font-size: 15px;
    margin: 0 0 4px;
    font-weight: 700;
}
.partner-benefit-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
}
.enquiry-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin: 40px 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 35px 40px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(108, 60, 225, 0.08);
    box-shadow: var(--shadow-sm);
}
.enquiry-left h2 {
    font-size: 26px;
    margin: 0 0 8px;
    color: #383536;
}
.enquiry-left h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #4ba349;
    margin-top: 8px;
    border-radius: 4px;
}
.enquiry-left p {
    color: var(--gray);
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 12px;
}
.enquiry-left .trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #f5f3ff, #ecfdf5);
    border-radius: var(--radius-sm);
    border: 1px solid rgba(108, 60, 225, 0.08);
}
.enquiry-left .trust-badge .badge-icon {
    font-size: 20px;
}
.enquiry-left .trust-badge .badge-text {
    font-size: 13px;
    color: var(--dark);
    font-weight: 600;
}
.enquiry-left .trust-badge .badge-text small {
    display: block;
    font-weight: 400;
    color: var(--gray);
    font-size: 11px;
}
.enquiry-right {
    border-radius: var(--radius-md);
    border: 1px solid rgba(108, 60, 225, 0.08);
}
.enquiry-right .wpcf7-form {
    display: grid;
    gap: 12px;
}
.enquiry-right .wpcf7-form label {
    font-weight: 600;
    color: var(--dark);
    font-size: 12px;
}
.enquiry-right .wpcf7-form input,
.enquiry-right .wpcf7-form select,
.enquiry-right .wpcf7-form textarea {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #e5e7eb;
    border-radius: var(--radius-sm);
    font-size: 13px;
    transition: 0.3s;
    background: var(--white);
}
.enquiry-right .wpcf7-form input:focus,
.enquiry-right .wpcf7-form textarea:focus {
    outline: 0;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(108, 60, 225, 0.1);
}
.enquiry-right .wpcf7-form .wpcf7-submit {
    background: var(--primary-gradient);
    color: #fff;
    padding: 11px 25px;
    border: none;
    border-radius: var(--radius-sm);
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 20px rgba(108, 60, 225, 0.3);
    width: 100%;
}
.enquiry-right .wpcf7-form .wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(108, 60, 225, 0.4);
}
.related-products {
    margin: 40px 0 20px;
}
.related-products .section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.related-products .section-title h2 {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    color: #201c4f;
}
.related-products .section-title h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #4ba349;
    margin-top: 6px;
    border-radius: 4px;
}
.related-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.related-products ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
}
.related-products ul.products li.product .product-inner {
    background: var(--white);
    border-radius: var(--radius-sm);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(108, 60, 225, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: 0.4s;
}
.related-products ul.products li.product .product-inner:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}
.related-products ul.products li.product .product-image-wrap {
    position: relative;
    overflow: hidden;
    background: var(--gray-light);
}
.related-products ul.products li.product .product-image-wrap .category-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    padding: 3px 12px;
    border-radius: 50px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    background: #4ba44a;
    /*box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4) !important;*/
    pointer-events: none;
    white-space: nowrap;
}
.related-products ul.products li.product img {
    width: 100% !important;
    height: auto !important;
    max-height: 160px;
    object-fit: contain;
    padding: 12px;
    background: var(--gray-light);
    transition: transform 0.4s;
    display: block;
}
.related-products ul.products li.product .product-inner:hover img {
    transform: scale(1.05);
}
.related-products ul.products li.product .product-content {
    padding: 12px 14px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.related-products ul.products li.product .product-content h2 {
    font-size: 13px !important;
    font-weight: 700 !important;
    margin: 0 0 4px !important;
    line-height: 1.3 !important;
    padding: 0 !important;
}
.related-products ul.products li.product .product-content h2 a {
    color: var(--dark) !important;
    transition: color 0.3s;
}
.related-products ul.products li.product .product-content h2 a:hover {
    color: var(--primary) !important;
}
.related-products ul.products li.product .price {
    background: var(--secondary-gradient);
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
    background-clip: text;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 0 8px !important;
}
.related-products ul.products li.product .button {
    background: #4ba349 !important;
    color: #fff !important;
    padding: 7px 12px !important;
    border-radius: var(--radius-sm) !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    text-align: center;
    transition: 0.3s !important;
    border: none !important;
    width: 100%;
    display: block;
    margin-top: auto;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(108, 60, 225, 0.2);
}
.related-products ul.products li.product .button:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(108, 60, 225, 0.3);
}
@media (max-width: 1200px) {
    .partner-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .related-products ul.products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}
@media (max-width: 1024px) {
    .partner-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .related-products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 991px) {
    .partner-benefits-grid,
    .product-description-area,
    .product-specs-grid {
        grid-template-columns: 1fr;
    }
    .enquiry-section,
    .pharma-hero {
        grid-template-columns: 1fr;
        padding: 25px;
    }
    .premium-gallery {
        min-height: 280px;
    }
    .premium-gallery .woocommerce-product-gallery__image img {
        max-height: 260px !important;
    }
    .premium-content .product-title {
        font-size: 28px;
    }
    .why-partner {
        padding: 25px 20px;
    }
    .why-partner .partner-header h2 {
        font-size: 24px;
    }
    .description-content {
        padding: 22px;
    }
    .product-specs-grid {
        gap: 10px;
    }
    .premium-gallery .flex-control-thumbs li {
        width: 55px !important;
        max-width: 55px !important;
    }
}
@media (max-width: 768px) {
    .cf7-row {
        flex-direction: column;
        gap: 15px;
    }
    .cf7-modern-form input,
    .cf7-modern-form textarea {
        padding: 13px 16px;
    }
    .cf7-submit input[type="submit"] {
        width: 100%;
    }
    .partner-stats {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .partner-stat .stat-number {
        font-size: 22px;
    }
    .related-products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }
}
@media (max-width: 576px) {
    .enquiry-section,
    .pharma-hero,
    .why-partner {
        border-radius: var(--radius-md);
    }
    .pharma-product-page {
        padding: 12px 8px 30px;
    }
    .pharma-hero {
        padding: 15px;
    }
    .premium-gallery {
        min-height: 200px;
        padding: 12px !important;
    }
    .premium-gallery .woocommerce-product-gallery__image img {
        max-height: 180px !important;
    }
    .premium-gallery .flex-control-thumbs li {
        width: 45px !important;
        max-width: 45px !important;
    }
    .premium-gallery .flex-control-thumbs {
        gap: 6px !important;
    }
    .premium-content .product-title {
        font-size: 22px;
    }
    .cta-buttons {
        flex-direction: column;
    }
    .btn-enquiry,
    .btn-whatsapp {
        justify-content: center;
        width: 100%;
        padding: 10px 18px;
        font-size: 13px;
    }
    .why-partner {
        padding: 18px 12px;
    }
    .partner-stat .stat-number,
    .related-products .section-title h2,
    .why-partner .partner-header h2 {
        font-size: 18px;
    }
    .partner-stats {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }
    .partner-stat {
        padding: 10px 8px;
    }
    .partner-benefit-card {
        padding: 14px 12px;
    }
    .enquiry-section {
        padding: 15px 12px;
    }
    .description-content,
    .enquiry-right,
    .quick-info {
        padding: 14px;
    }
    .description-content h2,
    .product-specs-grid .spec-item .spec-value.price {
        font-size: 16px;
    }
    .quick-info ul li {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        padding: 6px 0;
    }
    .related-products ul.products {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    .related-products ul.products li.product img {
        max-height: 120px;
    }
    .product-specs-grid {
        padding: 12px 14px;
        gap: 6px;
    }
}
.mobile-menu .menu-item-has-children {
    position: relative;
}
.mobile-menu .menu-item-has-children > a {
    display: block;
    padding-right: 45px;
}
.mobile-menu .sub-menu {
    display: none;
    padding-left: 15px;
    margin-top: 8px;
}
.mobile-menu .submenu-toggle {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 24px;
    height: 24px;
    border: none;
    background: 0 0;
    cursor: pointer;
    z-index: 9999;
    padding: 0;
    margin: 0;
}
.mobile-menu .submenu-toggle::before {
    content: "▼";
    display: block;
    font-size: 12px;
    color: #333;
    transition: transform 0.3s;
}
.mobile-menu .menu-item-has-children.active .submenu-toggle::before {
    transform: rotate(180deg);
}
.fab.pdf {
    background: #d32f2f;
}
.fab.pdf:hover {
    transform: scale(1.1);
}
.email-link,
.phone-link {
    color: inherit;
    text-decoration: none;
}
.email-link:hover,
.phone-link:hover {
    text-decoration: underline;
    color: #fff;
}

.elkos-category-slider {
    margin: 25px 0 40px;
    padding: 10px 0;
}
.elkos-category-slider .swiper-wrapper {
    align-items: flex-start;
}
.elkos-category-slider .swiper-slide {
    height: auto;
}
.category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 0;
    background: 0 0;
    border: none;
    box-shadow: none;
}
.category-image {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 2px solid #edf2f7;
    transition: 0.3s;
}
.category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.category-card span {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    text-align: center;
    line-height: 1.4;
    transition: 0.3s;
}
.category-card:hover .category-image {
    border-color: #4ba349;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(75, 163, 73, 0.15);
}
.elkos-category-slider .swiper-button-next,
.elkos-category-slider .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.elkos-category-slider .swiper-button-next:after,
.elkos-category-slider .swiper-button-prev:after {
    font-size: 15px;
    font-weight: 700;
    color: #4ba349;
}
.category-header {
    margin-bottom: 25px;
}
.section-label {
    display: block;
    color: #4ba349;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.category-header h2 {
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
}
@media (max-width: 767px) {
    .category-image {
        width: 95px;
        height: 95px;
    }
    .category-card span {
        font-size: 13px;
        margin-top: 10px;
    }
    .category-header h2 {
        font-size: 28px;
    }
    .elkos-category-slider .swiper-button-next,
    .elkos-category-slider .swiper-button-prev {
        display: none;
    }
} 

.elkos-therapy-section{
    max-width:1380px;
    margin:auto;
    padding:70px 20px;
    font-family:Roboto,sans-serif;
}

.elkos-therapy-header{
    text-align:center;
    margin-bottom:60px;
}

.elkos-therapy-header h2{
    color:#43a047;
    font-size:18px;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.elkos-therapy-header p{
    font-size:32px;
    font-weight:700;
    color:#232323;
    max-width:900px;
    margin:auto;
    line-height:1.2;
}

.elkos-therapy-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

.elkos-therapy-item{
    background:#fff;
    border-radius:22px;
    border:1px solid #edf1ed;
    height:310px;
    padding:28px;
    text-align:center;
    text-decoration:none;
    position:relative;
    transition:.35s;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.elkos-therapy-item:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(73,165,72,.10);
}

.elkos-therapy-arrow{
    position:absolute;
    right:22px;
    top:22px;
    width:44px;
    height:44px;
    border-radius:50%;
    border:2px solid #dcefdc;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#43a047;
    font-size:16px;
}

.elkos-therapy-item:hover .elkos-therapy-arrow{
    background:#43a047;
    color:#fff;
}

.elkos-therapy-icon{
    width:50%;
    height:auto;
    border-radius:50%;
    background:#f7fbf7;
    overflow:hidden;
    margin-top:6px;
    margin-bottom:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 35px rgba(67,160,71,.08);
}

.elkos-therapy-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.elkos-therapy-item h3{
    font-size:20px;
    color:#202020;
    font-weight:700;
    line-height:1.25;
    margin:0 0 14px;
}
.elkos-therapy-item p{
    color:#727272;
    font-size:16px;
    line-height:1.6;
    margin:0;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.elkos-therapy-footer{
    margin-top:auto;
}

.elkos-therapy-count{

    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#eef8ef;
    color:#43a047;
    padding:10px 20px;
    border-radius:40px;
    font-size:15px;
    font-weight:600;
}
@media(max-width:1200px){
.elkos-therapy-grid{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:992px){
.elkos-therapy-grid{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:768px){
.elkos-therapy-grid{
grid-template-columns:1fr;
}
.elkos-therapy-item{
height:auto;
min-height:360px;
}
.elkos-therapy-header p{
font-size:24px;
}
}
@media (max-width: 767px) {
    .slider-header {
        display: block !important;
    }
}

.division-name{
        color:#4ba349;
        font-weight: 500;
    }
    
@media (min-width: 992px) {
    .meta-value{
        display: inline-block;
        max-width: 300px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
        font-weight: 500;
        font-size: 16px;
    }
    
    .custom-product-card .card-inner{
        padding: 10 !important;
    }
    .custom-product-card .card-inner, .product-info{
        padding: 10 !important;
    }
}

.woocommerce-pagination{
    margin-bottom: 10px;
}

/*Product Filter Css */
        :root {
            --elkos-primary: #0f172a;
            --elkos-primary-hover: #1e293b;
            --elkos-bg-light: #f8fafc;
            --elkos-border: #e2e8f0;
            --elkos-text-main: #334155;
            --elkos-text-dark: #0f172a;
            --elkos-radius: 8px;
        }

        /* Action Bar & Main Trigger */
        .elkos-filter-action-bar {
            margin-bottom: 24px;
            display: flex;
            justify-content: flex-start;
        }
        .elkos-filter-btn {
            padding: 12px 24px;
            display: flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            font-weight: 600;
            font-size: 14px;
            border-radius: var(--elkos-radius);
            background: var(--elkos-primary);
            color: #fff;
            border: none;
            transition: background 0.2s ease, transform 0.1s ease;
        }
        .elkos-filter-btn:hover {
            background: var(--elkos-primary-hover);
        }
        .elkos-filter-btn:active {
            transform: scale(0.98);
        }

        /* Modal Structure */
        .elkos-modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(15, 23, 42, 0.6);
            z-index: 99999;
            justify-content: center;
            align-items: center;
            backdrop-filter: blur(4px);
            transition: all 0.3s ease;
        }
        .elkos-modal-content {
            background: #fff;
            border-radius: 12px;
            max-width: 850px;
            width: 92%;
            height: 70vh;
            display: flex;
            flex-direction: column;
            position: relative;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            overflow: hidden;
            animation: elkosModalSlide 0.25s ease-out;
        }
        @keyframes elkosModalSlide {
            from { transform: translateY(15px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }

        /* Header & Footer */
        .elkos-modal-header {
            padding: 18px 24px;
            border-bottom: 1px solid var(--elkos-border);
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #fff;
        }
        .elkos-modal-header h3 {
            margin: 0;
            font-size: 18px;
            font-weight: 700;
            color: var(--elkos-text-dark);
        }
        .elkos-close-btn {
            font-size: 24px;
            cursor: pointer;
            color: #94a3b8;
            transition: color 0.2s ease;
            line-height: 1;
        }
        .elkos-close-btn:hover {
            color: var(--elkos-text-dark);
        }
        .elkos-modal-footer {
            padding: 16px 24px;
            border-top: 1px solid var(--elkos-border);
            background: var(--elkos-bg-light);
            display: flex;
            justify-content: flex-end;
            gap: 12px;
        }
        .elkos-btn-secondary {
            padding: 10px 20px;
            background: #fff;
            border: 1px solid var(--elkos-border);
            color: var(--elkos-text-main);
            border-radius: var(--elkos-radius);
            cursor: pointer;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.2s ease;
        }
        .elkos-btn-secondary:hover {
            background: var(--elkos-bg-light);
            border-color: #cbd5e1;
        }

        /* Split Panels */
        .elkos-modal-body {
            display: flex;
            flex: 1;
            overflow: hidden;
        }
        .elkos-sidebar-nav {
            width: 32%;
            background: var(--elkos-bg-light);
            border-right: 1px solid var(--elkos-border);
            display: flex;
            flex-direction: column;
            padding-top: 8px;
        }
        .filter-tab-nav {
            padding: 14px 24px;
            cursor: pointer;
            font-weight: 600;
            font-size: 14px;
            color: var(--elkos-text-main);
            border-left: 4px solid transparent;
            transition: all 0.2s ease;
        }
        .filter-tab-nav:hover {
            background: #f1f5f9;
            color: var(--elkos-text-dark);
        }
        .filter-tab-nav.active {
            background: #fff;
            color: var(--elkos-text-dark);
            border-left-color: var(--elkos-primary);
            font-weight: 700;
        }
        .elkos-content-panel {
            width: 68%;
            padding: 24px;
            overflow-y: auto;
            background: #fff;
        }
        .filter-tab-content h4 {
            margin-top: 0;
            margin-bottom: 18px;
            color: var(--elkos-text-dark);
            font-size: 15px;
            font-weight: 700;
            letter-spacing: -0.01em;
        }

        /* Premium Checkbox Styling */
        .elkos-checkbox-label {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 10px;
            padding: 10px 14px;
            cursor: pointer;
            font-size: 14px;
            color: var(--elkos-text-main);
            border-radius: var(--elkos-radius);
            border: 1px solid transparent;
            transition: all 0.2s ease;
        }
        .elkos-checkbox-label:hover {
            background: var(--elkos-bg-light);
            color: var(--elkos-text-dark);
        }
        .elkos-checkbox-label input[type="checkbox"] {
            appearance: none;
            -webkit-appearance: none;
            width: 18px;
            height: 18px;
            border: 2px solid #cbd5e1;
            border-radius: 4px;
            background: #fff;
            cursor: pointer;
            display: inline-grid;
            place-content: center;
            transition: all 0.15s ease;
            margin: 0;
            flex-shrink: 0;
        }
        .elkos-checkbox-label input[type="checkbox"]::before {
            content: "";
            width: 10px;
            height: 10px;
            transform: scale(0);
            transform-origin: center;
            transition: 0.1s transform ease-in-out;
            background-color: #fff;
            clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        }
        .elkos-checkbox-label input[type="checkbox"]:checked {
            background: var(--elkos-primary);
            border-color: var(--elkos-primary);
        }
        .elkos-checkbox-label input[type="checkbox"]:checked::before {
            transform: scale(1);
        }
        .no-data-msg {
            font-size: 13px;
            color: #94a3b8;
            font-style: italic;
            padding: 8px 12px;
        }

        /*Search Bar Design*/
   /* Container alignment */
.shop-product-search-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    width: 100%;
}

/* Make search form compact */
.shop-product-search-wrapper .woocommerce-product-search {
    display: flex;
    gap: 6px;
    max-width: 260px; /* Adjust width as needed */
    width: 100%;
}

/* Style input and button size */
.shop-product-search-wrapper .woocommerce-product-search input[type="search"] {
    padding: 6px 12px;
    font-size: 13px;
    height: 38px;
}

.shop-product-search-wrapper .woocommerce-product-search button {
    padding: 6px 14px;
    font-size: 13px;
    height: 38px;
    white-space: nowrap;
}