:root{

/* Theme Colors */

--primary:#0d9488;
--primary-hover:#0f766e;

--secondary:#198754;
--secondary-hover:#157347;

--danger:#dc3545;
--warning:#ffc107;

--dark:#0f172a;
--light:#f8fafc;
--white:#ffffff;

--text:#475569;
--border:#e5e7eb;

/* UI */

--radius:18px;
--shadow:0 12px 35px rgba(0,0,0,.08);

}

*{

margin:0;

padding:0;

box-sizing:border-box;

}

body{

background:#f8fafc;

font-family:Inter,Arial,sans-serif;

color:#334155;

}


/*==============================
Pack Image Modal
==============================*/

.modal-content{

border-radius:20px;

overflow:hidden;

}

.modal-header{

background:#f8fafc;

border-bottom:1px solid #e5e7eb;

}

.modal-body{

background:#fff;

padding:30px;

}

.modal-body img{

max-height:80vh;

object-fit:contain;

transition:.3s;

}

.modal-body img:hover{

transform:scale(1.02);

}

a{

text-decoration:none;

transition:.25s;

}

img{

max-width:100%;

}

.card{

border:none;

border-radius:var(--radius);

box-shadow:var(--shadow);

transition:.25s;

}

.card:hover{

transform:translateY(-4px);

}

.btn{

border-radius:12px;

}



.container{

max-width:1320px;

}

/*=============================
Navbar
=============================*/

.navbar{

padding:15px 0;

background:#fff!important;

}

.navbar-brand{

font-size:24px;

font-weight:700;

}

.nav-link{

font-weight:600;

color:#334155!important;

margin-left:12px;

}

.nav-link:hover{

color:var(--primary)!important;

}

.sticky-top{

z-index:9999;

}



/*=============================
Company Card
=============================*/

.company-card{

background:#fff;

border-radius:20px;

padding:25px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.3s;

height:100%;

}

.company-card:hover{

transform:translateY(-8px);

}

.company-logo{

height:90px;

display:flex;

align-items:center;

justify-content:center;

margin-bottom:20px;

}

.company-logo img{

max-height:80px;

max-width:120px;

object-fit:contain;

}

.company-card h5{

font-size:18px;

font-weight:700;

margin-bottom:15px;

}


/*=========================
Generic Card
=========================*/

.generic-card{

background:#fff;

padding:30px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.3s;

height:100%;

}

.generic-card:hover{

transform:translateY(-8px);

}

.generic-icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:20px;

border-radius:50%;

background:#198754;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

}

.generic-card h5{

font-weight:700;

margin-bottom:15px;

}


/*=============================
Medicine Card
=============================*/

.medicine-card{

background:#fff;

border-radius:22px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.medicine-card:hover{

transform:translateY(-8px);

}

.medicine-image{

height:220px;

display:flex;

align-items:center;

justify-content:center;

background:#f8fafc;

padding:20px;

}

.medicine-image img{

max-height:180px;

max-width:100%;

object-fit:contain;

}

.medicine-body{

padding:20px;

}

.medicine-body h5{

font-weight:700;

margin-bottom:15px;

}

.medicine-body p{

margin-bottom:8px;

font-size:14px;

color:#555;

}




/*=============================
Footer
=============================*/



.footer{
    background:#134e4a;
    color:#f8fafc;
}

.footer h4,
.footer h5{
    color:#ffffff;
}

.footer p,
.footer li,
.footer span{
    color:#d1fae5;
}

.footer a{
    color:#ffffff;
    text-decoration:none;
    transition:.3s;
}

.footer a:hover{
    color:#99f6e4;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.12);
    color:#d1fae5;
}

.footer-social a{
    background:rgba(255,255,255,.12);
    color:#fff;
}

.footer-social a:hover{
    background:#0d9488;
    color:#fff;
}

.footer-title{

color:#fff;

font-weight:700;

margin-bottom:20px;

}

.footer-heading{

color:#fff;

margin-bottom:20px;

font-size:18px;

}

.footer-links{

list-style:none;

padding:0;

margin:0;

}

.footer-links li{

margin-bottom:10px;

}

.footer-links a{

color:#cbd5e1;

text-decoration:none;

transition:.3s;

}

.footer-links a:hover{

color:#fff;

padding-left:6px;

}

.social-icons{

display:flex;

gap:12px;

margin-top:15px;

}

.social-icons a{

width:42px;

height:42px;

display:flex;

align-items:center;

justify-content:center;

background:rgba(255,255,255,.12);

border-radius:50%;

color:#fff;

font-size:18px;

transition:.3s;

}

.social-icons a:hover{

background:#0d9488;

color:#fff;

transform:translateY(-3px);

}

.footer hr{

border-color:#334155;

margin:30px 0;

}

.copyright{

font-size:15px;

color:#94a3b8;

}

/*=============================
Medicine Header
=============================*/

.medicine-page{

padding:60px 0;

background:#f8fbfd;

}

.medicine-header{

margin-bottom:40px;

}

.back-link{

display:inline-block;

margin-bottom:20px;

color:#64748b;

text-decoration:none;

}

.medicine-name{

font-size:54px;

font-weight:800;

margin-bottom:15px;

}

.medicine-name span{

font-size:34px;

font-weight:400;

color:#6b7280;

}

.generic-title{

font-size:28px;

margin-bottom:10px;

}

.generic-title a{

color:#0d9488;

text-decoration:none;

}

.strength{

font-size:22px;

margin-bottom:10px;

}

.company-name{

font-size:22px;

margin-bottom:25px;

}




/*==============================
Information Block
==============================*/

.medicine-content{

margin-top:40px;

}

.info-block{

margin-bottom:28px;

}

.info-title{

background:#eef7fb;

padding:18px 22px;

border-radius:16px;

font-size:22px;

font-weight:700;

color:#0f172a;

margin-bottom:15px;

}

.info-body{

padding:5px 8px;

font-size:17px;

line-height:1.9;

color:#475569;

}

.info-body hr{

margin:18px 0;

}


/*==============================
Alternate Brands
==============================*/

.alternate-brands{

margin-top:50px;

}

.brand-list{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 8px 30px rgba(0,0,0,.06);

}

.brand-item{

display:flex;

justify-content:space-between;

align-items:center;

padding:18px 24px;

border-bottom:1px solid #eef2f7;

transition:.3s;

}

.brand-item:last-child{

border-bottom:none;

}

.brand-item:hover{

background:#f8fbff;

}

.brand-item h5{

margin:0;

font-size:20px;

font-weight:700;

}



.brand-btn{

text-decoration:none;

color:#0d9488;

font-weight:600;

}

.brand-btn:hover{

color:#0f766e;

}


/*==============================
Top Action
==============================*/

.top-actions{

display:flex;

justify-content:flex-end;

align-items:center;

gap:12px;

}

.share-btn{

width:46px;

height:46px;

border-radius:50%;

border:1px solid #e5e7eb;

background:#fff;

transition:.3s;

}

.share-btn:hover{

background:#f3f4f6;

}

.pack-image{

max-width:220px;

border-radius:18px;

background:#fff;

padding:15px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

}


/*==============================
Available Brands
==============================*/



.brand-item:last-child{

border-bottom:none;

}

.brand-left h5{

font-size:22px;

font-weight:700;

margin-bottom:10px;

}

.brand-meta{

display:flex;

gap:20px;

flex-wrap:wrap;

color:#64748b;

font-size:15px;

}

.brand-right{

text-align:right;

}

.brand-price{

font-size:20px;

font-weight:700;

color:#0d6efd;

margin-bottom:10px;

}

@media(max-width:768px){

.brand-item{

flex-direction:column;

align-items:flex-start;

}

.brand-right{

margin-top:15px;

text-align:left;

}

}


/*==========================
Company Details
==========================*/

.company-page{

padding:20px 0;

}

.company-title{

font-size:42px;

font-weight:800;

margin-bottom:25px;

}

.company-about{

font-size:17px;

line-height:2;

color:#475569;

}

.company-sidebar{

background:#fff;

padding:25px;

border-radius:18px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

position:sticky;

top:100px;

}

.company-logo{

max-width:180px;

}

.company-table{

width:100%;

}

.company-table td{

padding:10px 0;

border-bottom:1px solid #edf2f7;

vertical-align:top;

}

.company-table td:first-child{

font-weight:700;

width:140px;

color:#475569;

}


/*==============================
Company Medicine List
==============================*/

.company-medicines{

margin-top:40px;

}

.section-heading{

background:#e9eef3;

padding:12px 20px;

font-size:24px;

font-weight:700;

border-radius:10px;

margin-bottom:25px;

}

.medicine-list-item{

padding:15px 5px;

border-bottom:1px solid #edf2f7;

transition:.3s;

}

.medicine-list-item:hover{

padding-left:10px;

}

.medicine-list-item h5{

margin-bottom:6px;

font-size:20px;

font-weight:700;

}

.medicine-list-item h5 a{

text-decoration:none;

color:#0f172a;

}

.medicine-list-item h5 a:hover{

color:#0d9488;

}

.generic-text{

font-size:15px;

color:#64748b;

}


/* ===============================
   Hero Section
================================= */

.hero-section{

background:linear-gradient(135deg,#f8fbff,#eef6ff);

padding:60px 0;

}

@media (max-width:768px){

.hero-section{

padding:40px 0;

}

}

.hero-content{

max-width:850px;

margin:auto;

text-align:center;

}

.hero-content h1{

font-size:60px;

font-weight:800;

color:#0f172a;

margin-bottom:10px;

line-height:1.2;

}

.hero-content p{

font-size:22px;

color:#64748b;

margin-bottom:25px;

}



.popular-search{

display:flex;

justify-content:center;

align-items:center;

flex-wrap:wrap;

gap:10px;

margin-top:20px;

}

.popular-search span{

font-weight:600;

color:#64748b;

white-space:nowrap;

margin-right:8px;

}

.popular-search a{

display:inline-flex;

align-items:center;

justify-content:center;

padding:10px 18px;

background:#fff;

border-radius:30px;

text-decoration:none;

color:var(--primary);

font-weight:600;

box-shadow:0 4px 12px rgba(0,0,0,.06);

transition:.3s;

}

.popular-search a:hover{

background:var(--primary);

color:#fff;

}

@media (max-width:576px){

.popular-search{

justify-content:flex-start;

}

}



@media(max-width:768px){

.hero-content h1{

font-size:38px;

}

.hero-content p{

font-size:18px;

}

.hero-search{

flex-direction:column;

padding:15px;

border-radius:20px;

}

.hero-search input{

width:100%;

padding:15px;

}

.hero-search button{

width:100%;

margin-top:10px;

}

}

/* ==========================
   Homepage 
========================== */



.section-title{

display:flex;
justify-content:space-between;
align-items:center;

font-size:32px;
font-weight:700;
margin-bottom:35px;
color:#111827;

}

.section-title h2{

font-size:28px;

font-weight:700;

margin:0;

}

@media (max-width:768px){

.section-title h2{

font-size:24px !important;

}

}

.medicine-home-card{

background:#fff;

border-radius:18px;

padding:22px;

box-shadow:0 8px 25px rgba(0,0,0,.06);

transition:.3s;

height:100%;

}

.medicine-home-card:hover{

transform:translateY(-5px);

}

.medicine-home-card h4{

font-size:22px;

font-weight:700;

margin-bottom:10px;

}

.medicine-strength{

color:#2563eb;

font-weight:600;

margin-bottom:10px;

}

.medicine-generic{

color:#0f766e;

font-size:15px;

margin-bottom:6px;

}

.medicine-company{

color:#64748b;

font-size:14px;

margin-bottom:20px;

}

.medicine-footer{

display:flex;

justify-content:space-between;

align-items:center;

}

.price{

font-size:18px;

font-weight:700;

color:#111827;

}

.company-home-card{

background:#fff;

border-radius:18px;

padding:25px;

text-align:center;

box-shadow:0 8px 25px rgba(0,0,0,.06);

transition:.3s;

height:100%;

}

.company-home-card:hover{

transform:translateY(-5px);

}

.company-home-logo{

width:90px;

height:90px;

object-fit:contain;

margin-bottom:15px;

}

.company-home-card h5{

font-weight:700;

font-size:18px;

min-height:50px;

}

.company-count{

color:#0f766e;

font-weight:600;

margin:15px 0;

}

.generic-home-card{

display:block;

background:#fff;

padding:30px 20px;

border-radius:18px;

text-align:center;

text-decoration:none;

box-shadow:0 8px 25px rgba(0,0,0,.06);

transition:.3s;

height:100%;

}

.generic-home-card:hover{

transform:translateY(-5px);

text-decoration:none;

box-shadow:0 12px 30px rgba(0,0,0,.1);

}

.generic-icon{

width:70px;

height:70px;

margin:auto;

margin-bottom:18px;

border-radius:50%;

background:#eef7ff;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

color:#0d9488;

}

.generic-home-card h5{

font-size:20px;

font-weight:700;

color:#111827;

margin-bottom:10px;

}

.generic-home-card span{

display:inline-block;

padding:6px 14px;

background:#f0fdf4;

color:#15803d;

border-radius:30px;

font-size:13px;

font-weight:600;

}




.hero-search-wrapper{

max-width:700px;

margin:35px auto 0;

position:relative;

}

.hero-search-wrapper .input-group{

border-radius:50px;

overflow:hidden;

}

.hero-search-wrapper .input-group-text{

border-radius:50px 0 0 50px;

padding:15px 20px;

}

.hero-search-wrapper .form-control{

padding:15px 20px;

font-size:18px;

border-radius:0 50px 50px 0;

box-shadow:none;

}

.hero-search-wrapper .form-control:focus{

box-shadow:none;

border-color:#dee2e6;

}

.search-result{

position:absolute;

width:100%;

z-index:9999;

}



.popular-search span{

font-weight:600;

color:#6c757d;

}

.popular-search a{

margin:0 6px;

text-decoration:none;

font-weight:600;

}



/* ===== Theme Override ===== */

.btn-primary{

background:#0d9488 !important;
border-color:#0d9488 !important;

}

.btn-primary:hover,
.btn-primary:focus{

background:#0f766e !important;
border-color:#0f766e !important;

}

.btn-outline-primary{

color:var(--primary);

border:2px solid var(--primary);

background:transparent;

border-radius:50px;

font-weight:600;

transition:.3s;

}

.btn-outline-primary:hover,

.btn-outline-primary:focus{

background:var(--primary);

border-color:var(--primary);

color:#fff;

box-shadow:0 8px 20px rgba(13,148,136,.25);

}

.text-primary{

color:#0d9488 !important;

}

.bg-primary{

background:#0d9488 !important;

}

.border-primary{

border-color:#0d9488 !important;

}

.page-link{

color:#0d9488;

}

.page-link:hover{

color:#0f766e;

}

.page-item.active .page-link{

background:#0d9488;
border-color:#0d9488;

}



.btn-outline-success{

color:var(--primary);

border:2px solid var(--primary);

background:transparent;

border-radius:50px;

font-weight:600;

transition:.3s;

}

.btn-outline-success:hover,

.btn-outline-success:focus{

background:var(--primary);

border-color:var(--primary);

color:#fff;

box-shadow:0 8px 20px rgba(13,148,136,.25);

}




.available-as .badge{

margin:4px;

padding:7px 10px;

font-size:13px;

}
