@charset "utf-8";
/* CSS Document */

/* ===================================
SHREEMAAN PHARMA TECH
PREMIUM PRODUCTS PORTAL
=================================== */

:root{
--primary:#0c3b8c;
--secondary:#2b65d9;
--light:#f5f8ff;
--border:#e6ebf5;
--text:#444;
--heading:#111;
--white:#fff;
--radius:18px;
--shadow:0 15px 50px rgba(0,0,0,.08);
}

/* GLOBAL */

.products-hero,
.product-search-section,
.category-filter-section,
.product-grid-section,
.catalogue-section,
.product-enquiry,
.whatsapp-cta{
position:relative;
}

.section-title{
margin-bottom:50px;
}

.section-title h2{
font-size:42px;
font-weight:700;
color:var(--heading);
margin-bottom:10px;
}

.section-title p{
color:#666;
}

/* HERO */

.products-hero{
padding:90px 0;
background:
linear-gradient(rgba(0,0,0,.55),
rgba(0,0,0,.55)),
url("../images/bg/page-title-bg.jpg");
background-size:cover;
background-position:center;
}

.hero-content{
max-width:100%;
margin:auto;
text-align:center;
color:#fff;
}

.hero-tag{
display:inline-block;
padding:10px 18px;
background:rgba(255,255,255,.15);
border-radius:50px;
margin-bottom:25px;
font-size:13px;
letter-spacing:1px;
}

.hero-content h1{
font-size:68px;
font-weight:800;
line-height:1.1;
margin-bottom:25px;
}

.hero-content h1 span{
display:block;
color:#8db6ff;
}

.hero-content p{
font-size:18px;
max-width:700px;
margin:auto;
opacity:.9;
}

.hero-btns{
margin-top:35px;
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
}

.btn-main{
background:var(--primary);
color:#fff;
padding:15px 32px;
border-radius:50px;
font-weight:600;
display:inline-block;
transition:.3s;
border:none;
}

.btn-main:hover{
transform:translateY(-4px);
background:#082b67;
color:#fff;
}

.btn-outline{
border:2px solid #fff;
padding:15px 32px;
border-radius:50px;
color:#fff;
font-weight:600;
}

.btn-outline:hover{
background:#fff;
color:#111;
}

/* SEARCH */
.smart-search-section{
    padding:80px 0;
    background:#f7fafd;
}

.search-header{
    margin-bottom:40px;
}

.search-header .sub-title{
    color:#456fbe;
    font-weight:600;
    letter-spacing:2px;
    display:block;
    margin-bottom:10px;
}

.search-header h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.search-header p{
    color:#666;
    max-width:700px;
    margin:auto;
}

.search-wrapper{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);

    display:grid;
    grid-template-columns:2fr 1fr auto;
    gap:15px;
    align-items:center;
}

.search-box,
.category-box{
    position:relative;
}

.search-box i,
.category-box i{
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    color:#456fbe;
}

.search-box input,
.category-box select{
    width:100%;
    height:60px;
    border:1px solid #e6e6e6;
    border-radius:12px;
    padding-left:50px;
    font-size:15px;
    outline:none;
}

.search-btn{
    height:60px;
    border:none;
    border-radius:12px;
    background:#456fbe;
    color:#fff;
    padding:0 35px;
    font-weight:600;
    transition:.3s;
}

.search-btn:hover{
    background:#1d4fb8;
}

.product-stats{
    margin-top:40px;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.stat-box{
    background:#fff;
    text-align:center;
    padding:25px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.stat-box h3{
    color:#456fbe;
    font-size:32px;
    margin-bottom:5px;
}

.stat-box span{
    color:#666;
}

@media(max-width:991px){

.search-wrapper{
    grid-template-columns:1fr;
}

.product-stats{
    grid-template-columns:1fr;
}

.search-header h2{
    font-size:32px;
}

}
/* ===============================
   SHREEMAAN PHARMA PRODUCT CATALOG
================================== */

 
/* Tab strip */
 .tab-strip {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    /* background: #fff; */
    border-bottom: 2px solid #dee2e6;
    text-align: center;
    display: block;
    margin: auto;
}
 .tab-strip::-webkit-scrollbar {
     display: none;
}
 .tab-strip .nav {
     flex-wrap: wrap;
     display: inline-flex;
     padding: .5rem .75rem;
     gap: 0.3rem;
}
 .tab-strip .nav-link {
    border: 1.5px solid #dee2e6 !important;
    border-radius: 10px !important;
    color: #0a3d62;
    font-size: .8rem;
    font-weight: 500;
    padding: 0.1rem 2.1rem;
    white-space: nowrap;
    background: #f8f9fa;
}
 .tab-strip .nav-link.active {
     background: #0a3d62 !important;
     color: #fff !important;
     border-color: #0a3d62 !important;
}
 .tab-strip .nav-link:hover:not(.active) {
     background: #e9ecef;
}
/* Product Card */
 .product-card {
     border: none !important;
     border-radius: 12px !important;
     box-shadow: 0 2px 12px rgba(0,0,0,.08);
     transition: transform .15s, box-shadow .15s;
     overflow: hidden;
     cursor: pointer;
}
 .product-card:hover {
     transform: translateY(-3px);
     box-shadow: 0 8px 24px rgba(0,0,0,.13);
}
 .card-top {
     height: 4px;
     background: linear-gradient(90deg, #0a3d62, #f0b429);
}
 .cas-badge {
    font-size: 0.8rem;
    font-weight: 600;
    color: #015c9e;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 20px;
}
 .product-name {
     font-size: 1rem;
     font-weight: 700;
     color: #0a3d62;
}
 .product-seq {
    font-size: .8rem;
    color: #6c757d;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: normal;
}
/* View Details btn */
 .btn-view {
    background: #0a3d62;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: .83rem;
    font-weight: 500;
    width: 100%;
    padding: .60rem 5rem;
    width: fit-content;
    text-align: center;
    margin: auto;
}
 .btn-view:hover {
     background: #083352;
     color: #fff;
}
/* Empty state */
 .empty-state {
     color: #adb5bd;
     padding: 3rem 1rem;
     text-align: center;
     font-size: .9rem;
}
/* Modal detail boxes */
 .detail-box {
    background: #f8f9fa;
    border-radius: 8px;
    /* border-left: 3px solid #f0b429; */
    padding: .65rem .9rem;
    line-height: normal;
}
 .detail-box .label {
     font-size: .68rem;
     font-weight: 700;
     text-transform: uppercase;
     letter-spacing: .8px;
     color: #0a3d62;
     margin-bottom: .2rem;
}
 .detail-box .value {
     font-size: .88rem;
     color: #212529;
}
 .detail-box .value.mono {
     font-family: monospace;
     font-size: .83rem;
     color: #155724;
}
/* Modal header */
 .modal-header {
     background: #0a3d62;
     color: #fff;
     border-bottom: none;
     border-radius: 12px 12px 0 0;
}
 .modal-content {
     border: none;
     border-radius: 12px;
     box-shadow: 0 20px 50px rgba(0,0,0,.2);
}
 .modal-header .btn-close {
     filter: invert(1);
}
/* Footer buttons */
 .btn-whatsapp {
     background: #25d366;
     color: #fff;
     border: none;
     border-radius: 8px;
     font-weight: 600;
     font-size: .9rem;
     padding: .55rem 1rem;
}
 .btn-whatsapp:hover {
     background: #1db954;
     color: #fff;
}
 .btn-enquiry {
     background: #0a3d62;
     color: #fff;
     border: none;
     border-radius: 8px;
     font-weight: 600;
     font-size: .9rem;
     padding: .55rem 1rem;
}
 .btn-enquiry:hover {
     background: #083352;
     color: #fff;
}


#mTitle {
    color: white;
}