.navbar-brand img{
      width: 101px;
    position: absolute;
    top: 5px;
    border: 1px solid #0c54603d;
    border-radius: 20px;
    filter: drop-shadow(2px 4px 6px #0c54603d);
}



/* hero */

.hero-slider {
    position: relative;
}

.hero-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #0c9a9cce 0%,
        #0c9a9c8e 45%,
        rgba(0, 0, 0, 0.15) 100%
    );
}

.hero-text {
    position: relative;
    z-index: 2;
    color: #fff;
    animation: slideUp 0.9s ease-out;
}

.hero-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.hero-text h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-text p {
    font-size: 16px;
    max-width: 520px;
    margin-bottom: 30px;
}

.hero-cta .btn {
    margin-right: 12px;
}

/* Animation */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .hero-text h1 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .hero-text h1 {
        font-size: 26px;
    }
}

/* hero */


.sub-info-inner h6{
  font-size: 16px;
}



.pharma-card:hover .product-desc{
color: white;
}

.featured-products-con .seller-box .seller_image_box{
  margin-bottom: 20px;
}

.featured-products-con .seller-box .seller_image_box img{
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
  border-radius: 20px;
}



/* Ventito Primary CTA Button */
.ventito-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 34px;
    background: linear-gradient(135deg, #1e8e5a, #2bb673);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.35s ease;
}

.ventito-btn i {
    font-size: 14px;
    transition: transform 0.35s ease;
}

/* Hover Effect */
.ventito-btn:hover {
    background: linear-gradient(135deg, #167a4d, #1e9c63);
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
    color: white;
}

.ventito-btn:hover i {
    transform: translateX(6px);
}

/* CTA Container Spacing */
.hero-cta {
    margin-top: 30px;
}





    /* Prevent Conflict & Set Structure */
    .zk-product-view {
        padding: 80px 20px;
        background-color: #f4f7f6;
        font-family: 'Inter', 'Segoe UI', sans-serif;
    }

    .zk-row {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }

    /* Left Column: 40% Width */
    .zk-image-col {
        flex: 0 0 35%;
        max-width: 35%;
    }

    /* Right Column: 60% Width */
    .zk-detail-col {
        flex: 1;
    }

    /* Image Styling */
    .zk-image-card {
        background: #fff;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        text-align: center;
        margin-bottom: 20px;
    }

    .zk-main-img-holder {
        background: #f9f9f9;
        border-radius: 10px;
        padding: 40px;
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zk-img-fluid { max-width: 100%; height: auto; border-radius: 8px; }

    .zk-img-footer { 
        margin-top: 15px; 
        font-size: 13px; 
        color: #94a3b8; 
        border-top: 1px solid #eee; 
        padding-top: 10px;
    }

    /* Detail Styling */
    .zk-label-top {
        background: #27ae60;
        color: #fff;
        padding: 4px 12px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .zk-prod-title { font-size: 48px; font-weight: 900; color: #1e293b; margin: 15px 0 5px 0; }
    .zk-subtitle { font-size: 20px; color: #64748b; font-weight: 400; margin-bottom: 20px; }
    .zk-lead { font-size: 16px; color: #475569; line-height: 1.6; margin-bottom: 30px; }

    /* Specification Grid */
    .zk-spec-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
        margin-bottom: 40px;
    }

    .zk-spec-item {
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        border-bottom: 3px solid #27ae60;
    }

    .zk-spec-label { font-weight: 800; font-size: 13px; color: #27ae60; display: block; margin-bottom: 5px; }
    .zk-spec-item p { font-size: 13px; margin: 0; color: #64748b; }

    /* Details Accordion */
    .zk-acc-box {
        background: #fff;
        margin-bottom: 15px;
        padding: 25px;
        border-radius: 12px;
        border: 1px solid #e2e8f0;
    }

    .zk-acc-title { font-size: 18px; color: #1e293b; margin-bottom: 10px; font-weight: 700; }
    .zk-acc-box p, .zk-acc-box li { font-size: 14px; color: #475569; line-height: 1.7; }

    .zk-danger-box { border-left: 4px solid #ef4444; }

    .zk-side-info-card {
        background: #1e293b;
        color: #fff;
        padding: 20px;
        border-radius: 12px;
    }

    .zk-side-info-card h5 { color: #27ae60; font-size: 16px; margin-bottom: 15px; }
    .zk-side-info-card p { font-size: 13px; margin-bottom: 8px; opacity: 0.9; color: white;}
    .zk-manufacturer-sm { font-size: 11px !important; color: #94a3b8; margin-top: 10px; }

    /* Responsive Adjustments */
    @media (max-width: 992px) {
        .zk-image-col, .zk-detail-col { flex: 0 0 100%; max-width: 100%; }
        .zk-spec-grid { grid-template-columns: 1fr; }
    }


    /* Accordion/Info Boxes */
    .zk-acc-box { background: #fff; margin-bottom: 15px; padding: 25px; border-radius: 12px; border: 1px solid #e2e8f0; }
    .zk-acc-title { font-size: 18px; color: #1e293b; margin-bottom: 15px; font-weight: 700; border-bottom: 1px solid #f1f5f9; padding-bottom: 10px; }
    .zk-feature-list { padding-left: 18px; margin: 0; }
    .zk-feature-list li { font-size: 14px; margin-bottom: 8px; color: #475569; }

    /* Dosage Table */
    .zk-table-responsive { width: 100%; overflow-x: auto; }
    .zk-dosage-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
    .zk-dosage-table th { background: #f8fafc; text-align: left; padding: 12px; font-size: 13px; color: #1e293b; border-bottom: 2px solid #e2e8f0; }
    .zk-dosage-table td { padding: 12px; font-size: 14px; border-bottom: 1px solid #f1f5f9; color: #475569; }












.product-desc {
    font-size: 12px;
    margin: 0px;
}

.client-review-slider{
    margin-bottom: 20px;
}

    .sub-banner-con {

        background: #016769 !important;
    }
        .sub-banner-inner-con h1{
            font-size: 38px;
            line-height: 1.24;
        }

