*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    background:#f7f8fc;
}

a{
    text-decoration:none;
}

.top-header{
    display:none;
}

.top-left a,
.top-right a{

    color:#fff;
    margin-right:20px;

}

.logo-text{

    color:#4b1fa6;

    font-size:52px;

    font-weight:800;

    letter-spacing:-2px;

}

.navbar-brand small{

    display:block;
    color:#666;
    margin-top:-8px;

}

.nav-link{

    font-size:17px;

    font-weight:600;

    color:#222;

    margin:0 15px;

    position:relative;

}   

.nav-link:hover{

    color:#4b1fa6;

}

.icon-btn{

    width:45px;
    height:45px;
    border-radius:50%;
    background:#f4f4f4;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:10px;
    color:#4b1fa6;
    transition:.3s;

}

.icon-btn:hover{

    background:#4b1fa6;
    color:white;

}
.hero-section{
    background:linear-gradient(135deg,#2e0d74,#4b1fa6,#6d28d9);
    min-height:420px;      /* 650 se kam */
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px 0;
}

.hero-section h1{

    font-size:72px;

    font-weight:800;

    line-height:80px;

    color:#fff;

}

.hero-section p{

    font-size:22px;

    color:#f3f3f3;

    line-height:38px;

    margin:35px 0;

}

.btn-shop{

    background:#fff;

    color:#4b1fa6;

    padding:16px 38px;

    border-radius:50px;

    font-weight:700;

    transition:.3s;

}
.why-section .btn-shop{

    margin-top:30px;

    display:inline-block;

    clear:both;

}

.btn-shop:hover{

    background:#f2f2f2;

    color:#2e0d74;

}

.btn-store{

    border:2px solid white;

    color:#fff;

    padding:16px 38px;

    border-radius:50px;

    transition:.3s;

}

.btn-store:hover{

    background:white;

    color:#4b1fa6;

}

.hero-image{

    width:100%;

    border-radius:30px;

    box-shadow:0 30px 60px rgba(0,0,0,.35);

    transition:.5s;

}

.hero-image:hover{

    transform:scale(1.03);

}
.features-section{

    background:white;

    padding:45px 0;

}

.feature-box{

    text-align:center;

    transition:.3s;

}

.feature-box i{

    font-size:40px;

    color:#4b1fa6;

    margin-bottom:18px;

}

.feature-box h5{

    font-weight:700;

}

.feature-box p{

    color:#777;

    font-size:15px;

}

.feature-box:hover{

    transform:translateY(-8px);

}
.category-icon{

    width:90px;
    height:90px;
    margin:auto;
    margin-bottom:20px;

    border-radius:50%;

    background:linear-gradient(135deg,#5B21B6,#7C3AED);

    display:flex;
    align-items:center;
    justify-content:center;

    transition:.4s;

    box-shadow:0 15px 30px rgba(91,33,182,.25);

}

.category-icon i{

    color:#fff;

    font-size:42px;

}

.category-card:hover .category-icon{

    transform:rotateY(180deg) scale(1.08);

    background:linear-gradient(135deg,#7C3AED,#A855F7);

}   
/* ==========================
   CATEGORY SECTION
========================== */

.category-section{

    background:#f7f8fc;

}

.section-title{

    font-size:40px;

    font-weight:800;

    color:#222;

}

.view-all{

    color:#4b1fa6;

    font-weight:700;

    font-size:18px;

}

.view-all:hover{

    color:#2e0d74;

}

.category-card{

    background:#fff;

    border-radius:22px;

    padding:35px 20px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.35s;

    border:1px solid #f2f2f2;

    height:100%;

    cursor:pointer;

}

.category-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 45px rgba(75,31,166,.20);

}

.category-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:20px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    background:linear-gradient(135deg,#5B21B6,#7C3AED);

    transition:.4s;

}

.category-icon i{

    font-size:40px;

    color:#fff;

}

.category-card:hover .category-icon{

    transform:rotateY(180deg);

    background:linear-gradient(135deg,#7C3AED,#A855F7);

}

.category-card h6{

    font-size:19px;

    font-weight:700;

    color:#222;

    margin-top:10px;

}

.navbar-brand{

    line-height:1;

}
.nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-6px;

    width:0;

    height:3px;

    background:#4b1fa6;

    transition:.3s;

}

.nav-link:hover::after{

    width:100%;

}
/*=================================
      FEATURED PRODUCTS
==================================*/

.featured-section{

    background:#fff;

}

.product-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

    position:relative;

}

.product-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 45px rgba(75,31,166,.18);

}

.discount-badge{

    position:absolute;

    top:18px;

    left:18px;

    background:#e53935;

    color:#fff;

    padding:5px 12px;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

}

.wishlist{

    position:absolute;

    right:18px;

    top:18px;

    width:40px;

    height:40px;

    border-radius:50%;

    background:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    box-shadow:0 5px 20px rgba(0,0,0,.12);

    cursor:pointer;

}

.product-image{

    height:220px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#f7f8fc;

}

.product-image i{

    font-size:90px;

    color:#5B21B6;

}

.product-content{

    padding:25px;

}

.product-content small{

    color:#777;

}

.product-content h5{

    font-weight:700;

    margin:12px 0;

}

.rating{

    color:#ff9800;

    font-size:18px;

}

.price{

    margin-top:12px;

    font-size:26px;

    font-weight:700;

    color:#4b1fa6;

}

.price span{

    margin-left:10px;

    text-decoration:line-through;

    color:#888;

    font-size:18px;

}

.cart-btn{

    width:100%;

    margin-top:20px;

    border:none;

    background:#4b1fa6;

    color:#fff;

    padding:14px;

    border-radius:12px;

    font-weight:600;

    transition:.3s;

}

.cart-btn:hover{

    background:#2e0d74;

}
/*=========================
      SEARCH SECTION
==========================*/

.search-section{

    margin-top:-45px;
    position:relative;
    z-index:100;

}


.search-box button{

    width:100%;

    border:none;

    background:#4b1fa6;

    color:white;

    padding:15px;

    border-radius:12px;

    font-weight:600;

}
/* ===============================
WHY PHARMDRIVE
================================*/

.why-section{

    padding:90px 0;

    background:#fff;

}

.why-img{

    border-radius:25px;

    box-shadow:0 25px 45px rgba(0,0,0,.15);

}

.small-title{

    color:#5B21B6;

    font-weight:700;

    letter-spacing:2px;

    font-size:14px;

}

.why-title{

    font-size:46px;

    font-weight:800;

    margin:15px 0;

    color:#222;

}

.why-text{

    color:#666;

    line-height:34px;

    font-size:18px;

}

.why-box{

    display:flex;

    align-items:center;

    gap:15px;

    padding:18px;

    border-radius:18px;

    background:#faf8ff;

    transition:.3s;

}

.why-box i{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#5B21B6;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

}

.why-box h6{

    margin:0;

    font-weight:700;

}

.why-box:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 35px rgba(91,33,182,.18);

}
.factory-icon{

    width:260px;

    height:260px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(135deg,#5B21B6,#7C3AED);

    display:flex;

    justify-content:center;

    align-items:center;

    box-shadow:0 25px 45px rgba(91,33,182,.25);

}

.factory-icon i{

    font-size:110px;

    color:#fff;

}
    /* Factory Journey */

.journey-section{

padding:90px 0;

background:#f7f8fc;

}

.journey-title{

font-size:46px;

font-weight:800;

margin:15px 0;

}

.journey-box{

background:#fff;

padding:35px 20px;

border-radius:22px;

box-shadow:0 15px 30px rgba(0,0,0,.08);

transition:.35s;

}

.journey-box:hover{

transform:translateY(-12px);

}

.journey-box i{

width:90px;

height:90px;

border-radius:50%;

background:#5B21B6;

color:#fff;

display:flex;

justify-content:center;

align-items:center;

margin:auto;

font-size:36px;

margin-bottom:20px;

}

.journey-box h5{

font-weight:700;

}
/*=========================
STATISTICS
=========================*/

.stats-section{

    background:linear-gradient(135deg,#4b1fa6,#6d28d9);

    padding:80px 0;

}

.stat-box{

    color:#fff;

}

.stat-box h2{

    font-size:55px;

    font-weight:800;

    margin-bottom:10px;

}

.stat-box p{

    font-size:18px;

    opacity:.9;

}
    /*==========================
Testimonials
===========================*/

.testimonial-section{
    background:#f8f9ff;
}

.section-subtitle{
    color:#5b21b6;
    font-weight:700;
    letter-spacing:3px;
    font-size:14px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    margin-top:10px;
}

.testimonial-card{

    background:#fff;

    padding:35px;

    border-radius:18px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;

}

.testimonial-card:hover{

    transform:translateY(-8px);

}

.stars{

    color:#ffb400;

    font-size:22px;

    margin-bottom:20px;

}

.testimonial-card p{

    color:#666;

    line-height:28px;

}

.testimonial-card h5{

    margin-top:20px;

    margin-bottom:5px;

    font-weight:700;

}

.testimonial-card span{

    color:#777;

}
/*=========================
Top Brands
=========================*/

.brands-section{

    background:#ffffff;

}

.brand-box{

    background:#f8f9ff;

    border-radius:16px;

    padding:35px 15px;

    font-size:22px;

    font-weight:700;

    color:#5b21b6;

    transition:.3s;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.brand-box:hover{

    background:#5b21b6;

    color:#fff;

    transform:translateY(-8px);

}
    /* Gallery */

.gallery-section{

background:#f8f9ff;

}

.gallery-box{

background:#fff;

padding:60px 20px;

border-radius:20px;

text-align:center;

box-shadow:0 10px 25px rgba(0,0,0,.08);

transition:.3s;

}

.gallery-box:hover{

transform:translateY(-8px);

}

.gallery-box i{

font-size:60px;

color:#5b21b6;

margin-bottom:20px;

}

.gallery-box h5{

font-weight:700;

}
/* ===========================
   STORE LOCATOR
=========================== */

.store-section{
    padding:90px 0;
    background:#f8f9ff;
}

.store-card{
    background:#fff;
    border-radius:18px;
    padding:35px 20px;
    text-align:center;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.07);
    height:100%;
}

.store-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(106,27,231,.20);
}

.store-card i{
    width:75px;
    height:75px;
    line-height:75px;
    border-radius:50%;
    background:#6a1be7;
    color:#fff;
    font-size:28px;
    margin-bottom:18px;
}

.store-card h5{
    font-weight:700;
    margin-bottom:10px;
}

.store-card p{
    color:#666;
    margin:0;
}
/*=====================
FAQ
======================*/

.faq-section{

    background:#ffffff;

    padding:90px 0;

}

.accordion-item{

    border:none;

    border-radius:15px;

    overflow:hidden;

    margin-bottom:15px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.accordion-button{

    font-weight:600;

    padding:20px;

}

.accordion-button:not(.collapsed){

    background:#6a1be7;

    color:#fff;

}

.accordion-button:focus{

    box-shadow:none;

}

.accordion-body{

    padding:20px;

    color:#666;

}
/*=====================
CTA
======================*/

.cta-section{

    padding:90px 0;

    background:#f8f9ff;

}

.cta-box{

    background:linear-gradient(135deg,#5d24d6,#7d3cff);

    color:#fff;

    text-align:center;

    padding:70px 40px;

    border-radius:25px;

    box-shadow:0 20px 45px rgba(106,27,231,.25);

}

.cta-box h2{

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

}

.cta-box p{

    font-size:18px;

    opacity:.9;

    max-width:700px;

    margin:auto auto 35px;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.cta-buttons .btn{

    padding:15px 35px;

    border-radius:50px;

    font-weight:600;

}
/*=====================
FOOTER
======================*/

.footer{

    background:#2d136b;

    color:#fff;

    padding:70px 0 25px;

}

.footer-logo{

    font-size:34px;

    font-weight:800;

}

.footer-logo span{

    display:block;

    font-size:18px;

    font-weight:400;

}

.footer h5{

    margin-bottom:20px;

    font-weight:700;

}

.footer ul{

    list-style:none;

    padding:0;

}

.footer ul li{

    margin-bottom:12px;

}

.footer ul li a{

    color:#ddd;

    text-decoration:none;

}

.footer ul li a:hover{

    color:#fff;

}

.footer p{

    color:#ddd;

}

.footer hr{

    border-color:rgba(255,255,255,.15);

    margin:30px 0;

}

.footer-bottom{

    text-align:center;

    color:#bbb;

}
.about-company{

padding:90px 0;

}

.about-company img{

border-radius:25px;

box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.about-company p{

font-size:17px;

line-height:32px;

color:#666;

}
/*=========================
Store Locator
=========================*/

.page-banner{

background:linear-gradient(135deg,#4b1fa6,#6d28d9);

padding:100px 0;

color:#fff;

}

.page-banner h1{

font-size:55px;

font-weight:800;

}

.page-banner p{

font-size:20px;

margin-top:15px;

}

.store-card{

background:#fff;

padding:35px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.store-card:hover{

transform:translateY(-8px);

}

.store-card i{

font-size:55px;

color:#5B21B6;

margin-bottom:20px;

}

.store-card h4{

font-weight:700;

margin-bottom:20px;

}
/* Premium Navbar */



.top-header{

    background:linear-gradient(90deg,#4b1fa6,#6d28d9);

}

.navbar .btn-shop{

    padding:10px 22px;

    font-size:14px;

}

.navbar .btn-store{

    padding:10px 22px;

    font-size:14px;

    color:#4b1fa6;

    border:2px solid #4b1fa6;

}

.navbar .btn-store:hover{

    background:#4b1fa6;

    color:#fff;

}
/* Logo */

.site-logo{

    height:70px;

    width:auto;

    display:block;

}
.site-logo:hover{

    transform:scale(1.03);

}
/* =========================================
   CONTACT PAGE
========================================= */

/* HERO */

.contact-hero{
    padding:100px 0;
    background:linear-gradient(135deg,#4b1fb3,#6d28d9);
    color:#fff;
    overflow:hidden;
}

.hero-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    padding:10px 22px;
    border-radius:50px;
    font-size:14px;
    letter-spacing:2px;
    font-weight:600;
    margin-bottom:25px;
}

.contact-hero h1{
    font-size:58px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:25px;
}

.contact-hero p{
    font-size:20px;
    line-height:1.8;
    color:#eee;
    margin-bottom:35px;
}

.hero-btns{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.btn-call{
    background:#fff;
    color:#5B21B6;
    padding:16px 35px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
    transition:.4s;
}

.btn-call:hover{
    transform:translateY(-5px);
    color:#5B21B6;
}

.btn-store{
    border:2px solid #fff;
    color:#fff;
    padding:16px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.4s;
}

.btn-store:hover{
    background:#fff;
    color:#5B21B6;
}

.contact-image{
    max-width:420px;
    animation:float 4s ease-in-out infinite;
}

@keyframes float{

0%{
    transform:translateY(0);
}

50%{
    transform:translateY(-15px);
}

100%{
    transform:translateY(0);
}

}


/* CONTACT INFO */

.contact-info{
    padding:90px 0;
    background:#f7f8ff;
}

.contact-card{

    background:#fff;
    border-radius:20px;
    padding:45px 30px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;

}

.contact-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(91,33,182,.18);

}

.icon-box{

    width:80px;
    height:80px;
    background:#5B21B6;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    margin-bottom:25px;
    color:#fff;
    font-size:30px;

}

.contact-card h4{

    font-size:24px;
    font-weight:700;
    margin-bottom:15px;

}

.contact-card p{

    color:#666;
    line-height:1.8;
    margin:0;

}


/* MOBILE */

@media(max-width:991px){

.contact-hero{

text-align:center;

}

.contact-hero h1{

font-size:42px;

}

.hero-btns{

justify-content:center;

}

.contact-image{

margin-top:50px;

max-width:300px;

}

}

@media(max-width:576px){

.contact-hero h1{

font-size:34px;

}

.contact-hero p{

font-size:17px;

}

.btn-call,
.btn-store{

width:100%;
text-align:center;

}

}
/* ===========================
   PREMIUM STORE CARD
=========================== */

.premium-store-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.premium-store-card:hover{
    transform:translateY(-8px);
}

.store-img{
    width:100%;
    height:180px;      /* pehle 240px tha */
    object-fit:cover;
    display:block;
}

.store-body{
    padding:12px;
}

.store-body h4{
    font-size:20px;
    margin-bottom:8px;
}

.store-body p{
    font-size:14px;
    line-height:1.4;
    margin-bottom:8px;
}

.store-bottom{
    margin-top:10px;
    font-size:13px;
}

.store-bottom a{
    color:#5B21B6;
    font-weight:600;
}

.store-bottom span{
    color:#666;
    font-size:15px;
}
.store-img{
    width:100%;
    height:200px;
    object-fit:cover;
    object-position:center;
    display:block;
}
.store-hero{
    padding:70px 0;
    background:#f8f9ff;
}
.store-hero-image{
    max-width:450px;
    width:100%;
}
.search-box{
    max-width:500px;
    height:55px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:50px;
    display:flex;
    align-items:center;
    padding:0 20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.search-box input{
    flex:1;
    border:none;
    outline:none;
    background:transparent;
    font-size:17px;
    padding:0;
    box-shadow:none;
} 
.search-box i{
    color:#666;
    font-size:18px;
    margin-right:12px;
}
.store-hero h1{
    white-space:nowrap;
}
.hero-buttons{

    margin-top:30px;

    margin-bottom:35px;

}

.hero-image{

    margin-top:30px;

}
.hero-image img{

    max-width:100%;

    display:block;

}
@media(max-width:768px){

.hero-btn{

    width:100%;

    margin-bottom:12px;

}

}
@media(max-width:768px){

.navbar-brand img{

    height:45px;

}

}
/* =============================
   Floating Chat Button
============================= */

.chatbot-toggle{
    position:fixed;
    right:25px;
    bottom:25px;
    width:65px;
    height:65px;
    background:#5B21B6;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    cursor:pointer;
    box-shadow:0 15px 35px rgba(0,0,0,.25);
    z-index:9999;
    transition:.3s;
}

.chatbot-toggle:hover{
    transform:scale(1.08);
}

.chat-notify{
    position:absolute;
    top:8px;
    right:8px;
    width:12px;
    height:12px;
    background:#ff3b30;
    border-radius:50%;
    border:2px solid #fff;
}

/* =============================
   Chat Window
============================= */

.chatbot-box{

    position:fixed;

    right:25px;

    bottom:100px;

    width:370px;

    height:560px;

    background:#fff;

    border-radius:25px;

    overflow:hidden;

    display:none;

    box-shadow:0 25px 60px rgba(0,0,0,.25);

    z-index:9999;

}

/* =============================
   Header
============================= */

.chat-header{

    background:#5B21B6;

    color:#fff;

    padding:18px 20px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.chat-user{

    display:flex;

    align-items:center;

    gap:12px;

}

.chat-avatar{

    width:48px;

    height:48px;

    border-radius:50%;

    background:#fff;

    color:#5B21B6;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:22px;

}

.chat-header h4{

    margin:0;

    font-size:17px;

    font-weight:700;

}

.chat-header small{

    color:#e9ddff;

}

#closeChat{

    cursor:pointer;

    font-size:22px;

}

/* =============================
   Chat Body
============================= */

.chat-body{

    height:410px;

    overflow-y:auto;

    padding:20px;

    background:#f8f8ff;

}

.bot-msg{

    background:#ede8ff;

    padding:15px 18px;

    border-radius:18px;

    max-width:85%;

    line-height:1.7;

    font-size:15px;

}

/* =============================
   Footer
============================= */

.chat-footer{

    display:flex;

    align-items:center;

    gap:10px;

    padding:15px;

    border-top:1px solid #eee;

    background:#fff;

}

.chat-footer input{

    flex:1;

    height:48px;

    border:1px solid #ddd;

    border-radius:30px;

    padding:0 18px;

    outline:none;

}

.chat-footer input:focus{

    border-color:#5B21B6;

}

.chat-footer button{

    width:48px;

    height:48px;

    border:none;

    background:#5B21B6;

    color:#fff;

    border-radius:50%;

    cursor:pointer;

    font-size:18px;

}
.quick-buttons{
    margin-top:20px;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.chat-btn{

    border:none;

    background:#5B21B6;

    color:#fff;

    border-radius:30px;

    padding:10px 18px;

    cursor:pointer;

    font-size:14px;

    transition:.3s;

}

.chat-btn:hover{

    background:#4318a8;

}
/* Quick Buttons */

.quick-actions{

    display:flex;

    flex-wrap:wrap;

    gap:10px;

    margin-top:18px;

}

.quick-btn{

    border:none;

    background:#ffffff;

    color:#5B21B6;

    border:1px solid #d8c8ff;

    border-radius:12px;

    padding:10px 14px;

    font-size:14px;

    font-weight:600;

    cursor:pointer;

    transition:.3s;

}

.quick-btn:hover{

    background:#5B21B6;

    color:#fff;

}

.quick-btn i{

    margin-right:6px;

}
@media(max-width:768px){

.chatbot-box{

    width:95%;

    right:2.5%;

    left:2.5%;

    bottom:90px;

    height:78vh;

}

.chat-body{

    height:calc(78vh - 160px);

}

.quick-actions{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:8px;

}

.quick-btn{

    width:100%;

    font-size:13px;

    padding:10px;

}

}
@media (max-width: 768px){

    .hero-image{
        margin-top: 40px;
    }

    .hero-image img{
        display: block;
        width: 100%;
        height: auto;
    }

}
/* ================= MOBILE FIX ================= */

@media (max-width:768px){

.hero-section{

    padding:40px 0 60px;
    text-align:center;

}

.hero-section h1{

    font-size:54px;
    line-height:58px;

}

.hero-section p{

    font-size:18px;
    line-height:30px;

}

.hero-buttons{

    display:flex;
    flex-direction:column;
    gap:15px;
    margin-bottom:35px;

}

.hero-buttons{

    display:flex;
    flex-direction:column;
    align-items:center;
    gap:15px;
}

.hero-buttons a{

    width:250px;

}

.hero-image{

    margin-top:35px;

}

}
@media(max-width:768px){

.hero-section .row{

    row-gap:35px;

}

}
@media(max-width:768px){

.hero-section{

    padding:60px 0;
    text-align:center;

}

.hero-section h1{

    font-size:50px;
    line-height:58px;

}

.hero-section p{

    font-size:18px;
    line-height:30px;

}

.hero-buttons{

    display:flex;
    flex-direction:column;
    align-items:center;
    gap:15px;
    margin-bottom:20px;

}

.hero-buttons a{

    width:250px;

}

.hero-section .row{

    row-gap:35px;

}

.hero-image{

    width:100%;
    height:auto;
    display:block;
    margin-top:20px;

}

}
/*==========================
NEW HERO DESIGN
==========================*/
.hero-badge{
    display:none !important;
}

    margin-top:0;
}

.hero-title span{
    color:#f9a826;
}

.hero-desc{
    width:100%;
    max-width:1050px;      /* 900 se badha diya */
    margin:0 auto 35px;
    padding:0 20px;

    font-size:22px;
    line-height:1.7;
    color:#ececec;

    text-align:center;
    text-wrap:balance;     /* New browsers */
}

.hero-buttons{
    display:flex;
    gap:20px;
    margin-top:40px;
}

.hero-buttons .btn-shop{
    background:#f9a826;
    color:#fff;
    border-radius:15px;
    padding:18px 40px;
}

.hero-buttons .btn-store{
    border:2px solid #fff;
    color:#fff;
    border-radius:15px;
    padding:18px 40px;
}

.hero-buttons .btn-shop:hover{
    background:#ffb533;
    color:#fff;
}

.hero-buttons .btn-store:hover{
    background:#fff;
    color:#5B21B6;
}

/* Hero Stats */

.hero-stats{
    margin-top:70px;
}

.stat-card{
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.15);
    backdrop-filter:blur(15px);
    border-radius:20px;
    padding:28px;
    text-align:center;
}

.stat-card h2{
    color:#f9a826;
    font-size:42px;
    font-weight:700;
    margin-bottom:8px;
}

.stat-card p{
    color:#fff;
    margin:0;
    font-size:18px;
}
@media (max-width:768px){

.hero-badge{

    width:95%;

    font-size:13px;

    padding:12px 18px;

    letter-spacing:1px;

    border-radius:40px;

}

}
/*==========================
CENTER HERO
==========================*/
.hero-section{

    text-align:center;

    min-height:420px;   /* ya 380px */

    display:flex;

    align-items:center;
    justify-content:center;
}

.hero-title{

    font-size:92px;

    line-height:95px;

    font-weight:800;

    margin-top:35px;

}

.hero-title span{

    color:#ffab1f;

}

.hero-desc{
    max-width:1200px;
    width:100%;

    margin:30px auto 45px;

    font-size:22px;
    line-height:1.7;

    color:#f3f3f3;

    text-align:center;

    padding:0;

    display:block;
}
.hero-badge{
    display:none;
}
.hero-buttons{

    justify-content:center;

    margin-top:45px;

}

.hero-buttons .btn-shop,
.hero-buttons .btn-store{

    width:300px;          /* Dono buttons same width */

    height:72px;          /* Dono same height */

    display:flex;
    align-items:center;
    justify-content:center;

    gap:10px;

    padding:0 25px;

    border-radius:18px;

    font-size:18px;

    font-weight:700;

    white-space:nowrap;

    text-align:center;

    box-sizing:border-box;
}

@media(max-width:768px){

.hero-title{
    margin-top:0;
}

.hero-desc{

    max-width:100%;

    font-size:17px;

    line-height:1.7;

    padding:0 15px;

}

.hero-buttons{

    flex-direction:column;

    align-items:center;

}

.hero-buttons .btn-shop,
.hero-buttons .btn-store{

    width:100%;
    max-width:300px;

    height:60px;

    font-size:17px;
}

.hero-badge{

    width:95%;

    font-size:12px;

    padding:12px 15px;

}

}
@media (max-width:768px){

.hero-badge{

    width:95%;

    font-size:13px;

    padding:12px 15px;

}

}
/*========================================
 MOBILE - STORE FORMAT SECTION
=========================================*/

.store-format-section{
    padding:100px 0;
    background:#f8f8ff;
}

.format-desc{
    max-width:720px;
    margin:15px auto 0;
    color:#666;
    font-size:20px;
    line-height:1.8;
}

.format-card{
    background:#fff;
    border-radius:26px;
    padding:40px;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    position:relative;
}

.format-card:hover{
    transform:translateY(-10px);
}

.format-card.active{
    background:linear-gradient(135deg,#5B21B6,#7C3AED);
    color:#fff;
}

.format-card.active p,
.format-card.active span,
.format-card.active h6{
    color:#fff;
}

.format-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    background:#efe6ff;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:25px;
}

.format-icon i{
    color:#5B21B6;
    font-size:28px;
}

.format-card.active .format-icon{
    background:rgba(255,255,255,.15);
}

.format-card.active .format-icon i{
    color:#fff;
}

.popular-tag{
    position:absolute;
    top:25px;
    right:25px;
    background:#FDB022;
    color:#fff;
    padding:8px 18px;
    border-radius:40px;
    font-size:13px;
    font-weight:700;
}

.format-card h3{
    font-size:38px;
    font-weight:700;
}

.format-card h6{
    color:#5B21B6;
    margin-bottom:20px;
    font-size:22px;
}

.format-card p{
    color:#666;
    line-height:1.9;
    font-size:18px;
}

.format-card hr{
    margin:30px 0;
}

.format-card span{
    color:#999;
    font-size:15px;
    letter-spacing:1px;
}

.format-card h2{
    margin-top:10px;
    color:#5B21B6;
    font-weight:800;
}

.format-card.active h2{
    color:#FDB022;
}


/*=========================
 TABLET
=========================*/

@media (max-width:991px){

.store-format-section{
    padding:70px 0;
}

.format-card{
    margin-bottom:30px;
}

}


/*=========================
 MOBILE
=========================*/

@media (max-width:768px){

.store-format-section{
    padding:60px 0;
}

.store-format-section .section-title{
    font-size:34px;
}

.format-desc{
    font-size:16px;
    line-height:28px;
    padding:0 15px;
}

.format-card{
    padding:25px;
    border-radius:20px;
    margin-bottom:25px;
}

.format-card h3{
    font-size:30px;
}

.format-card h6{
    font-size:18px;
}

.format-card p{
    font-size:15px;
    line-height:28px;
}

.format-card h2{
    font-size:34px;
}

.popular-tag{
    top:18px;
    right:18px;
    font-size:11px;
    padding:6px 14px;
}

.format-icon{
    width:55px;
    height:55px;
}

.format-icon i{
    font-size:22px;
}

}
/*=====================================
WHY WIN SECTION
======================================*/

.why-win-section{
    padding:100px 0;
    background:#fff;
}

.why-card{
    background:#faf9ff;
    border-radius:22px;
    padding:40px;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.why-card:hover{
    transform:translateY(-8px);
}

.why-card.active{
    background:#f5efff;
}

.why-icon{
    width:62px;
    height:62px;
    border-radius:18px;
    background:#6C2BD9;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    margin-bottom:25px;
}

.why-card h4{
    font-size:28px;
    font-weight:700;
    margin-bottom:18px;
}

.why-card.active h4{
    color:#6C2BD9;
}

.why-card p{
    color:#666;
    font-size:18px;
    line-height:1.8;
}

/* Tablet */

@media(max-width:991px){

.why-win-section{
    padding:70px 0;
}

.why-card{
    margin-bottom:25px;
}

}

/* Mobile */

@media(max-width:768px){

.why-win-section{
    padding:60px 0;
}

.why-card{
    padding:25px;
}

.why-card h4{
    font-size:22px;
}

.why-card p{
    font-size:16px;
    line-height:1.7;
}

.why-icon{
    width:55px;
    height:55px;
    font-size:20px;
}

}
/*=========================================
ABOUT HERO
=========================================*/

.about-hero{

padding:120px 0;

background:linear-gradient(135deg,#35127e,#6f2ee8);

text-align:center;

color:#fff;

}

.about-hero-content{

max-width:900px;

margin:auto;

}

.hero-badge{

display:inline-block;

background:#FDB022;

padding:15px 40px;

border-radius:60px;

font-size:15px;

font-weight:700;

letter-spacing:2px;

margin-bottom:35px;

}

.about-hero h1{

font-size:78px;

font-weight:800;

margin-bottom:25px;

}

.about-hero p{

font-size:24px;

line-height:1.8;

max-width:900px;

margin:auto;

}

.hero-btns{

margin-top:45px;

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.hero-btn{

background:#FDB022;

padding:18px 45px;

border-radius:12px;

font-weight:700;

color:#fff;

text-decoration:none;

}

.hero-btn-outline{

border:2px solid #fff;

padding:18px 45px;

border-radius:12px;

font-weight:700;

color:#fff;

text-decoration:none;

}



/*=========================================
OUR STORY
=========================================*/

.our-story{

padding:100px 0;

background:#fff;

}

.story-card{

background:#fff;

border-radius:25px;

padding:40px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.story-row{

display:flex;

justify-content:space-between;

padding:20px 0;

border-bottom:1px solid #ececec;

}

.story-row:last-child{

border:none;

}

.story-row span{

color:#777;

font-size:18px;

}

.story-row strong{

font-size:18px;

font-weight:700;

text-align:right;

}

.our-story p{

font-size:20px;

line-height:1.9;

color:#555;

margin-bottom:22px;

}
/*=========================
SUPPLY CHAIN
=========================*/

.supply-chain-section{

padding:100px 0;

background:#f8f8fd;

}

.section-desc{

max-width:700px;

margin:auto;

font-size:20px;

color:#666;

}

.chain-card{

padding:35px;

border-radius:22px;

height:100%;

}

.traditional{

background:#fff3f3;

border:1px solid #ffd4d4;

}

.pharmdrive{

background:#eefdf3;

border:1px solid #c8f3d5;

}

.chain-card h4{

font-size:22px;

font-weight:700;

margin-bottom:30px;

}

.chain-card ul{

padding:0;

margin:0;

list-style:none;

}

.chain-card li{

display:flex;

justify-content:space-between;

padding:15px 0;

border-bottom:1px solid rgba(0,0,0,.08);

}

.chain-card li:last-child{

border:none;

}

.chain-card span{

width:34px;

height:34px;

background:#7c3aed;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

font-weight:700;

margin-right:12px;

}

.chain-card small{

color:#ff4d4d;

font-weight:700;

}

.chain-card strong{

color:#16a34a;

}

.flow-row{

display:flex;

justify-content:space-between;

align-items:center;

margin-top:70px;

gap:15px;

flex-wrap:wrap;

}

.flow-box{

background:#fff;

padding:25px;

border-radius:18px;

text-align:center;

flex:1;

min-width:220px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}
.flow-icon{
    width:78px;
    height:78px;
    margin:0 auto 20px;
    background:#6f2bd9;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 25px rgba(111,43,217,.25);
}

.flow-icon i{
    font-size:34px;
    color:#fff;
}


/*=========================
MOBILE
=========================*/

@media(max-width:991px){

.flow-row{

flex-direction:column;

}

.flow-arrow{
    font-size:40px;
    color:#f5a623;
    font-weight:700;
    margin-top:-35px;
}

.chain-card{

margin-bottom:20px;

}

}
/*=================================
OUR TEAM
==================================*/

.team-section{

    padding:100px 0;

    background:#fff;

}

.team-card{

    background:#fff;

    border-radius:24px;

    padding:45px 35px;

    text-align:center;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;

}

.team-card:hover{

    transform:translateY(-8px);

}

.team-avatar{

    width:82px;

    height:82px;

    border-radius:50%;

    background:#6d28d9;

    color:#fff;

    font-size:34px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 25px;

    box-shadow:0 8px 20px rgba(109,40,217,.35);

}

.team-card h3{

    font-size:34px;

    font-weight:700;

    margin-bottom:8px;

}

.team-card h6{

    color:#6d28d9;

    font-weight:600;

    margin-bottom:22px;

    font-size:19px;

}

.team-card p{

    color:#666;

    line-height:1.9;

    margin:0;

}

/* Mobile */

@media(max-width:991px){

.team-section{

padding:70px 0;

}

.team-card{

padding:35px 25px;

}

.team-avatar{

width:70px;

height:70px;

font-size:28px;

}

.team-card h3{

font-size:26px;

}

}
/* ===== ABOUT PAGE FINAL SIZE FIX ===== */

.about-hero{
    padding:20px 0 !important;
}

.about-hero-content{
    max-width:700px !important;
}

.about-hero h1{
    font-size:48px !important;
    margin-bottom:15px !important;
    line-height:1.2 !important;
}

.about-hero p{
    font-size:17px !important;
    line-height:1.7 !important;
    max-width:650px !important;
}

.hero-badge{
    font-size:12px !important;
    padding:10px 22px !important;
}

.hero-btn,
.hero-btn-outline{
    padding:12px 28px !important;
    font-size:15px !important;
}

.our-story{
    padding:60px 0 !important;
}

.section-title{
    font-size:34px !important;
}

.section-desc{
    font-size:16px !important;
}

.our-story p{
    font-size:16px !important;
    line-height:1.8 !important;
}

.story-card{
    padding:25px !important;
}

.story-row{
    padding:12px 0 !important;
}

.story-row span,
.story-row strong{
    font-size:15px !important;
}

.supply-chain-section,
.team-section{
    padding:60px 0 !important;
}

/*=================================
FRANCHISE HERO
=================================*/

.franchise-hero{

    background:linear-gradient(135deg,#4b1fa6,#6d28d9);

  padding:60px 0 70px;

    text-align:center;

    color:#fff;

}

.franchise-badge{

    display:inline-block;

    background:#f9a826;

    color:#fff;

   padding:10px 28px;

    border-radius:50px;

  font-size:13px;

    font-weight:700;

    letter-spacing:3px;

   margin-bottom:25px;
}

.franchise-hero h1{

    font-size:52px;

    font-weight:800;

    margin-bottom:25px;

    color:#fff;

}

.franchise-hero p{

    max-width:700px;

    margin:auto;

    font-size:18px;

    line-height:32px;

    color:#f3f3f3;

}


/*=================================
CARDS
=================================*/

.franchise-stats{

    background:#fff;

    padding:70px 0 90px;

}

.franchise-stat{

    background:#fff;

    border-radius:22px;

  padding:25px 20px;

    text-align:center;

    height:100%;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.3s;

}

.franchise-stat:hover{

    transform:translateY(-8px);

}

.franchise-stat h2{

    color:#5B21B6;

    font-size:42px;

    font-weight:800;

}

.franchise-stat h5{

    color:#222;

   font-size:18px;

    font-weight:700;

    margin:12px 0;

}

.franchise-stat small{

    color:#666;

   font-size:14px;

}


/*========================
MOBILE
========================*/

@media(max-width:768px){

.franchise-hero{

padding:60px 0;

}

.franchise-hero h1{

font-size:42px;

}

.franchise-hero p{

font-size:17px;

padding:0 15px;

}

.franchise-stats{

padding:50px 0;

}

.franchise-stat{

margin-bottom:20px;

}

}
/*=====================================
STORE FORMAT SECTION
======================================*/

.store-format-section{
    padding:45px 0;
    background:#f8f7fd;
}

.section-title{
    font-size:32px;
    font-weight:800;
    color:#111827;
    margin-bottom:10px;
}

.format-desc{
    max-width:600px;
    margin:0 auto 30px;
    font-size:15px;
    color:#6b7280;
    line-height:24px;
}

.format-card{
    background:#fff;
    border-radius:16px;
    padding:22px;
    box-shadow:0 8px 18px rgba(0,0,0,.08);
    height:100%;
    position:relative;
    transition:.3s;
}

.format-card:hover{
    transform:translateY(-5px);
}

.format-card.active{
    background:linear-gradient(135deg,#5B21B6,#7C3AED);
    color:#fff;
}

.popular-tag{
    position:absolute;
    top:18px;
    right:18px;
    background:#FDB022;
    color:#fff;
    padding:5px 12px;
    border-radius:30px;
    font-size:10px;
    font-weight:700;
}

.format-card h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:6px;
}

.format-card.active h3{
    color:#fff;
}

.format-subtitle{
    font-size:14px;
    color:#5B21B6;
    margin-bottom:12px;
}

.format-card.active .format-subtitle{
    color:#fff;
}

.format-card hr{
    margin:18px 0;
    border-color:#e5e5e5;
}

.format-card.active hr{
    border-color:rgba(255,255,255,.2);
}

.format-card span{
    display:block;
    font-size:13px;
    color:#888;
    margin-bottom:4px;
}

.format-card.active span{
    color:#ddd;
}

.format-card h5{
    font-size:20px;
    font-weight:700;
    color:#5B21B6;
    margin-bottom:0;
}

.format-card.active h5{
    color:#FDB022;
}

.format-list{
    list-style:none;
    padding:0;
    margin:18px 0;
}

.format-list li{
    font-size:14px;
    margin-bottom:8px;
    color:#555;
}

.format-card.active .format-list li{
    color:#fff;
}

.format-btn{
    display:block;
    text-align:center;
    text-decoration:none;
    padding:10px;
    border:2px solid #5B21B6;
    border-radius:10px;
    color:#5B21B6;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.format-btn:hover{
    background:#5B21B6;
    color:#fff;
}

.active-btn{
    background:#FDB022;
    color:#fff;
    border:none;
}

.active-btn:hover{
    background:#f59e0b;
    color:#fff;
}

@media(max-width:768px){

.store-format-section{
    padding:35px 0;
}

.section-title{
    font-size:26px;
}

.format-desc{
    font-size:14px;
    line-height:22px;
}

.format-card{
    padding:18px;
    margin-bottom:20px;
}

.format-card h3{
    font-size:24px;
}

.format-subtitle{
    font-size:13px;
}

.format-card h5{
    font-size:18px;
}

.format-list li{
    font-size:13px;
}

.format-btn{
    font-size:13px;
    padding:9px;
}

}
/*=====================================
HOW TO GET STARTED
======================================*/

.process-section{
    padding:70px 0;
    background:#fff;
}

.process-desc{
    font-size:18px;
    color:#6b7280;
    margin-bottom:60px;
}

.roadmap{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    position:relative;
    gap:20px;
}

/* Main Horizontal Line */

.roadmap::before{
    content:"";
    position:absolute;
    top:30px;
    left:9%;
    right:9%;
    height:4px;
    background:#E5E7EB;
    z-index:0;
}

/* Each Step */

.roadmap-step{
    width:20%;
    position:relative;
    text-align:center;
    z-index:2;
}

/* Circle */

.step-circle{
    width:60px;
    height:60px;
    margin:0 auto;
    border-radius:50%;
    background:linear-gradient(135deg,#5B21B6,#7C3AED);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
    box-shadow:0 8px 20px rgba(91,33,182,.25);
    transition:.3s;
}

.step-circle:hover{
    transform:scale(1.08);
}

/* Heading */

.roadmap-step h5{
    margin-top:20px;
    font-size:20px;
    font-weight:700;
    color:#111827;
    line-height:28px;
    min-height:56px;
}

/* Description */

.roadmap-step p{
    margin:0;
    font-size:15px;
    color:#6b7280;
    line-height:24px;
    padding:0 8px;
}

/* Hover Card Effect */

.roadmap-step:hover .step-circle{
    background:linear-gradient(135deg,#7C3AED,#A855F7);
}

.roadmap-step:hover h5{
    color:#5B21B6;
}

/* Responsive */

@media(max-width:991px){

.roadmap{
    flex-wrap:wrap;
    gap:40px;
}

.roadmap::before{
    display:none;
}

.roadmap-step{
    width:48%;
}

}

@media(max-width:576px){

.process-section{
    padding:50px 0;
}

.process-desc{
    font-size:15px;
    margin-bottom:35px;
}

.roadmap{
    flex-direction:column;
    gap:35px;
}

.roadmap-step{
    width:100%;
}

.roadmap-step h5{
    min-height:auto;
    font-size:18px;
    margin-top:15px;
}

.roadmap-step p{
    font-size:14px;
    line-height:22px;
}

.step-circle{
    width:52px;
    height:52px;
    font-size:18px;
}

}
/*====================================
FRANCHISE FORM
====================================*/

.franchise-form-section{

    padding:60px 0;

    background:#F8F7FD;

}

.form-desc{

    color:#6B7280;

    font-size:16px;

}

.franchise-form-box{

    background:#fff;

    padding:30px;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    max-width:900px;

    margin:auto;

}

.franchise-form-box label{

    font-size:15px;

    font-weight:600;

    margin-bottom:8px;

    display:block;

    color:#111827;

}

.franchise-form-box label span{

    color:#6C2BD9;

}

.franchise-form-box .form-control,
.franchise-form-box .form-select{

    height:48px;

    border-radius:10px;

    border:1px solid #d9d9d9;

    font-size:15px;

    box-shadow:none;

}

.franchise-form-box textarea{

    height:120px !important;

    resize:none;

    padding-top:12px;

}

.franchise-form-box .form-control:focus,
.franchise-form-box .form-select:focus{

    border-color:#6C2BD9;

    box-shadow:0 0 0 3px rgba(108,43,217,.12);

}

.franchise-btn{

    width:100%;

    height:52px;

    border:none;

    border-radius:12px;

    background:linear-gradient(90deg,#5B21B6,#7C3AED);

    color:#fff;

    font-size:17px;

    font-weight:700;

    transition:.3s;

}

.franchise-btn:hover{

    transform:translateY(-2px);

    box-shadow:0 10px 25px rgba(108,43,217,.25);

}

@media(max-width:768px){

.franchise-form-box{

    padding:20px;

}

.franchise-btn{

    height:48px;

    font-size:15px;

}

}
/* Navbar slim only */

.navbar{
    padding-top:4px !important;
    padding-bottom:4px !important;
    min-height:70px;
}

.site-logo{
    height:55px !important;
}

.navbar-brand{
    padding:0 !important;
    margin:0 !important;
}
.coming-soon-badge{
    position:;
    top:100px;
    right:15px;
    background:#ff3b30;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.5px;
    z-index:99;
    box-shadow:0 5px 15px rgba(0,0,0,.25);
    text-transform:uppercase;
}
.sqm-badge{
    position:absolute;
    top:15px;
    right:15px;
    background:#fff;
    color:#4b2ca3;
    font-weight:700;
    font-size:11px;
    padding:8px 8px;
    border:2px solid #7b61c8;
    border-radius:14px;
    z-index:100;
    box-shadow:0 3px 10px rgba(0,0,0,.15);
    text-transform:uppercase;
}
.store-type-badge{
    position:absolute;
    top:0px;
    left:0;
    background:#5b21b6;
    color:#fff;
    padding:5px 10px;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    border-radius:0 0 14px 0;
    z-index:99;
    letter-spacing:.5px;
    box-shadow:0 4px 10px rgba(0,0,0,.2);
}
.store-divider{
    width:100%;
    height:1px;
    background:#e5e7eb;
    margin:15px 0;
}

.store-phone{
    margin:0;
}
/*=========================================
    WHY PHARMDRIVE WINS CARDS
=========================================*/

.why-win-section{
    padding:70px 0;
    background:#f8f9ff;
}

.why-card{
    background:#fff;
    border-radius:22px;
    padding:22px 18px;
    text-align:center;
    height:100%;
    min-height:290px;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
    transition:.35s;
    border:1px solid #f1f1f1;
}

.why-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(91,33,182,.18);
}

.why-card.active{
    border:2px solid #6a1be7;
}

.why-icon{
    width:70px;
    height:70px;
    margin:0 auto 18px;
    border-radius:50%;
    background:linear-gradient(135deg,#5B21B6,#7C3AED);
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:0 10px 25px rgba(91,33,182,.25);
}

.why-icon i{
    color:#fff;
    font-size:28px;
}

.why-card h4{
    font-size:24px;
    font-weight:700;
    color:#111827;
    margin-bottom:12px;
    line-height:1.3;
}

.why-card h6{
    color:#6a1be7;
    font-size:16px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:15px;
}

.why-card p{
    font-size:15px;
    color:#666;
    line-height:1.7;
    margin-bottom:0;
}

/* Mobile */

@media(max-width:768px){

    .why-card{
        min-height:auto;
        padding:20px 16px;
    }

    .why-icon{
        width:60px;
        height:60px;
    }

    .why-icon i{
        font-size:24px;
    }

    .why-card h4{
        font-size:20px;
    }

    .why-card h6{
        font-size:15px;
    }

    .why-card p{
        font-size:14px;
        line-height:1.6;
    }

}
.hero-badge{
    display:none !important;
    height:0;
    padding:0;
    margin:0;
}
.team-avatar{
    width:90px;
    height:90px;
    border-radius:50%;
    background:linear-gradient(135deg,#5B21B6,#7C3AED);
    color:#fff;
    font-size:34px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    box-shadow:0 12px 25px rgba(91,33,182,.25);
}

.team-card h3{
    font-size:26px;
    font-weight:700;
    margin-bottom:12px;
}

.team-card h6{
    color:#6a1be7;
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
}

.team-card p{
    color:#666;
    font-size:17px;
    line-height:1.8;
}
/*==========================
SUPPLY CHAIN FLOW
===========================*/

.comparison-flow{
    margin-top:40px;
}

.comparison-box{
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.comparison-title{
    text-align:center;
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
}

.flow-line{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:8px;
    flex-wrap:nowrap;
}

.flow-item{
    flex:1;
    text-align:center;
}

.flow-circle{
    width:50px;
    height:50px;
    margin:0 auto 10px;
    border-radius:50%;
    background:#6C2BD9;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    color:#fff;
}

.flow-circle.green{
    background:#16a34a;
}

.flow-item span{
    display:block;
    font-size:14px;
    font-weight:600;
    line-height:1.3;
}

.flow-arrow{
    margin-top:12px;
    font-size:20px;
    color:#6C2BD9;
    font-weight:bold;
}

.success-arrow{
    color:#16a34a;
}

.vs-text{
    text-align:center;
    font-size:26px;
    font-weight:800;
    color:#6C2BD9;
    margin:20px 0;
}

/* Mobile */

@media(max-width:768px){

.flow-line{
    flex-wrap:wrap;
    justify-content:center;
}

.flow-item{
    flex:0 0 80px;
    margin-bottom:15px;
}

.flow-arrow{
    display:none;
}

}
.premium-store-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.store-body{
    display:flex;
    flex-direction:column;
    flex:1;
}

.store-body{
    display:flex;
    flex-direction:column;
    height:100%;
}

.store-info{
    margin-top:auto;
}
.store-divider{
    border-top:1px solid #e8e8e8;
    margin:12px 0;
}

.store-info{
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:28px;      /* sab parallel */
    font-size:14px;
}

.store-phone a{
    color:#2563eb;
    text-decoration:none;
}

.store-phone i,
.store-time i{
    color:#333;
    margin-right:5px;
}

.store-bottom{
    text-align:center;
}

.direction-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:8px 18px;
    border-radius:20px;
    background:#5b21b6;
    color:#fff !important;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
}

.direction-btn:hover{
    background:#4c1d95;
}
/* Hero Stats Equal Cards */
.hero-stats{
    margin-top:70px;
}

.hero-stats .col-lg-3{
    display:flex;
}

.stat-card{
    width:100%;
    height:170px;              /* Sab cards same height */
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:20px;
    border-radius:20px;
    text-align:center;
}

.stat-card h2{
    font-size:34px;            /* Pehle 42px tha */
    font-weight:800;
    line-height:1.15;
    margin-bottom:10px;

    white-space:nowrap;        /* Wrap nahi hoga */
}

.stat-card p{
    font-size:18px;
    line-height:1.4;
    margin:0;
}

@media(max-width:991px){

    .stat-card{
        height:150px;
    }

    .stat-card h2{
        white-space:normal;    /* Mobile par wrap ho sakta hai */
        font-size:30px;
    }
}
/* ===== HERO FULL SCREEN FIT ===== */

.hero-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px 0 5px;
    overflow:hidden;
}

.hero-title{
    font-size:68px;
    line-height:72px;
    margin:10px 0;
}

.hero-desc{
    max-width:950px;
    font-size:18px;
    line-height:1.6;
    margin:20px auto 25px;
}

.hero-buttons{
    margin-top:20px;
    margin-bottom:25px;
    gap:18px;
}

.hero-buttons .btn-shop,
.hero-buttons .btn-store{
    width:260px;
    height:58px;
    font-size:20px;
}

.hero-stats{
    margin-top:20px !important;
}

.stat-card{
    padding:18px 15px;
    border-radius:16px;
}

.stat-card h2{
    font-size:28px;
    margin-bottom:5px;
}

.stat-card p{
    font-size:15px;
    line-height:1.4;
}
/* Full screen hero */
.hero-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:15px 0;
    overflow:hidden;
}

/* Heading */
.hero-title{
    font-size:72px;
    line-height:74px;
    margin-top:10px;
    margin-bottom:15px;
}

/* Description */
.hero-desc{
    font-size:20px;
    line-height:1.5;
    margin:15px auto 25px;
    max-width:1000px;
}

/* Buttons */
.hero-buttons{
    margin-top:20px;
    margin-bottom:25px;
}

.hero-buttons .btn-shop,
.hero-buttons .btn-store{
    height:58px;
    width:260px;
    font-size:22px;
}

/* Cards */
.hero-stats{
    margin-top:30px;
}

.stat-card{
    padding:18px;
    border-radius:18px;
}

.stat-card h2{
    font-size:28px;
    margin-bottom:5px;
}

.stat-card p{
    font-size:16px;
}
@media (min-height:700px){

    .hero-section{
        min-height:calc(100vh - 78px);
    }

}
.navbar-brand{
    padding:0;
    margin:0;
    overflow:visible;
}

.site-logo{
    height:45px !important;   /* 80, 90 ya 95 try kar sakte ho */
    width:auto !important;
    max-height:none !important;
    object-fit:contain;
    transform:scale(1.25);    /* Sirf logo bada dikhega */
    transform-origin:left center;
}
/* ===========================
   PREMIUM NAVBAR MENU
=========================== */

.navbar-nav{
    gap:8px;
}

.nav-link{
    position:relative;
    font-size:16px;
    font-weight:600;
    color:#222 !important;
    padding:8px 16px !important;
    border-radius:10px;
    transition:.25s ease;
}

/* Hover */
.nav-link:hover{
    color:#5B21B6 !important;
    background:rgba(91,33,182,.08);
}

/* Active Menu */
.nav-link.active,
.nav-item.active .nav-link{
    color:#5B21B6 !important;
    background:rgba(91,33,182,.10);
}

/* Remove old underline */
.nav-link::after{
    display:none !important;
}
/* Right side menu */
.navbar-nav{
    margin-right:8px;
    gap:2px;              /* buttons ke beech gap */
}

/* Menu */
.nav-link{
    padding:8px 10px !important;
    font-size:15px;
    font-weight:600;
}

/* Call Button */
.btn-shop{
    margin-left:6px;
    padding:8px 12px;
}
.stats-note{
    margin-top:35px;          /* Cards se niche */
    text-align:center;        /* Center */
    font-size:17px;
    color:#8b8b8b;            /* Light Grey */
    font-style:italic;        /* Italic */
    font-weight:400;
    line-height:1.7;
    max-width:1100px;
    margin-left:auto;
    margin-right:auto;
}
.stats-note{
    margin-top:35px;
    text-align:center;
    font-size:14px;
    font-style:italic;
    font-weight:400;
    color:#B5B5B5;          /* Light Grey */
    white-space:nowrap;     /* One line */
    overflow:hidden;
    text-overflow:ellipsis;
}
.franchise-stat{
    background:#fff;
    border-radius:25px;
    padding:35px 25px;
    min-height:200px;       /* Same height */
    display:flex;
    flex-direction:column;
    justify-content:center; /* Vertical Center */
    align-items:center;     /* Horizontal Center */
    text-align:center;
}
.franchise-stat small{
    font-style: italic;
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.franchise-stat{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 25px;   /* Pehle 35px tha */
}
.franchise-hero{
    background: linear-gradient(135deg,#2e0d74,#4b1fa6,#6d28d9);
    padding:60px 0;
    color:#fff;
    text-align:center;
}
/* ===========================
   STORE LOCATOR HERO
=========================== */

.store-hero{
    padding:30px 0;
    background:linear-gradient(135deg,#35127e,#6f2ee8);
    color:#fff;
}

.store-hero h1{
    font-size:60px;
    font-weight:800;
    color:#fff;
    margin-bottom:20px;
}

.store-hero p{
    font-size:15px;
    color:rgba(255,255,255,.9);
    line-height:1.7;
    max-width:500px;
}

.store-hero .small-title{
    color:#FDB022;
    font-weight:200;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:20px;
}
/* Store Hero Content */

.store-hero{
    padding:40px 0;
}

.store-hero h1{
    font-size:58px;
    line-height:1.15;
    font-weight:800;
    max-width:900px;
    margin-bottom:20px;
}

.store-hero p{
    font-size:15px;
    max-width:400px;
}

.store-hero .small-title{
    font-size:9px;
    letter-spacing:2px;
    margin-bottom:15px;
}

/* Search Box */

.search-box{
    max-width:400px;
    height:30px;
}

.search-box input{
    font-size:16px;
}

.search-box i{
    font-size:18px;
}
/* Sirf heading chhoti karo, hero ka size same rahe */

.store-hero h1{
    font-size:56px !important;
    line-height:1.15 !important;
    font-weight:800;
    margin-bottom:25px;
    white-space:nowrap;
}
/* Store Locator Hero Heading */

.store-hero h1{
    font-size:48px !important;
    font-weight:800 !important;
    line-height:1.15 !important;
    margin-bottom:18px !important;
    max-width:6500px;
}
.store-body{
    display:flex;
    flex-direction:column;
    height:100%;
}

.store-body h4{
    min-height:60px;   /* Store Name */
}

.store-address{
    height:95px;       /* Fixed Height */
    overflow:hidden;
    margin-bottom:0;
    line-height:1.5;
}

.store-divider{
    margin:15px 0;
}
.products-banner{

    background:linear-gradient(90deg,#4b1f97 0%,#6b2fd4 60%,#7e3be8 100%);
    min-height:380px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    overflow:hidden;

}

.products-banner h1{

    font-size:62px;
    font-weight:800;
    margin-bottom:25px;

}

.products-banner p{

    font-size:22px;
    line-height:1.8;
    color:rgba(255,255,255,.9);
    max-width:850px;
    margin:auto;

}

.category-card{

border-radius:15px;

padding:30px;

height:100%;

transition:.3s;

border:1px solid #eee;

}

.category-card:hover{

transform:translateY(-8px);

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.category-card .icon{

font-size:40px;

margin-bottom:15px;

}

.category-card h4{

font-weight:700;

margin-bottom:15px;

}

.manufacturer-section{

    max-width:1100px;
    margin:90px auto;
    border-radius:22px;
    background:linear-gradient(90deg,#5b24af,#7c37e8);
    padding:70px;
    text-align:center;
    color:#fff;

}
.manufacturer-section h2{

    font-size:54px;
    font-weight:800;
    margin-bottom:25px;

}

.manufacturer-section p{

    width:70%;
    margin:auto;
    font-size:22px;
    line-height:1.7;
    color:rgba(255,255,255,.92);

}
.stats-row{

display:flex;

justify-content:center;

gap:80px;

margin-top:55px;

margin-bottom:50px;

}

.single-stat{

text-align:center;

}

.single-stat h3{

font-size:52px;

font-weight:800;

color:#ffb31a;

margin-bottom:10px;

}

.single-stat span{

font-size:20px;

font-weight:600;

display:block;

}

.visit-btn{

display:inline-block;

padding:16px 45px;

background:#ffb31a;

color:#fff;

border-radius:12px;

text-decoration:none;

font-weight:700;

font-size:20px;

transition:.3s;

}

.visit-btn:hover{

background:#ffa000;

color:#fff;

transform:translateY(-3px);

}
/*=====================================
PRODUCTS HERO
=====================================*/

.products-banner{

    background:linear-gradient(90deg,#4b1f97 0%,#6730d3 60%,#7d3be8 100%);
    min-height:260px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    padding:50px 20px;

}

.products-banner h1{

    font-size:48px;
    font-weight:800;
    margin-bottom:18px;
    color:#fff;

}

.products-banner p{

    font-size:17px;
    line-height:1.7;
    color:rgba(255,255,255,.9);
    max-width:700px;
    margin:auto;

}


/*=====================================
CATEGORY CARDS
=====================================*/

.category-card{

    border-radius:16px;
    padding:28px;
    border:1px solid #ececec;
    height:100%;
    transition:.3s;
    background:#fff;

}

.category-card:hover{

    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.category-card .icon{

    width:55px;
    height:55px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:18px;
    background:#6f2de2;
    color:#fff;

}

.category-card h4{

    font-size:22px;
    font-weight:700;
    margin-bottom:12px;
    color:#222;

}

.category-card p{

    font-size:15px;
    line-height:1.6;
    color:#666;

}


/*=====================================
MANUFACTURER SECTION
=====================================*/

.manufacturer-section{

    max-width:1000px;      
    margin:30px auto;
    padding:5px 5px;   

    background:linear-gradient(90deg,#5a24ad,#7d39e8);
    border-radius:18px;

    color:#fff;
    text-align:center;

}

.manufacturer-section h2{

    font-size:42px;
    font-weight:800;
    margin-bottom:18px;

}

.manufacturer-section p{

    font-size:17px;
    color:rgba(255,255,255,.9);
    max-width:700px;
    margin:auto;
    line-height:1.7;

}


/*=====================================
STATS
=====================================*/

.stats-row{

    display:flex;
    justify-content:center;
    gap:60px;
    margin:45px 0;

}

.single-stat{

    text-align:center;

}

.single-stat h3{

    font-size:40px;
    font-weight:800;
    color:#ffb320;
    margin-bottom:8px;

}

.single-stat span{

    display:block;
    font-size:15px;
    color:#fff;
    line-height:1.4;

}


/*=====================================
BUTTON
=====================================*/

.visit-btn{

    display:inline-block;
    background:#ffb320;
    color:#fff;
    padding:14px 34px;
    border-radius:10px;
    font-size:17px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;

}

.visit-btn:hover{

    background:#ff9d00;
    color:#fff;
    transform:translateY(-3px);

}


/*=====================================
RESPONSIVE
=====================================*/

@media(max-width:768px){

.products-banner{

    min-height:220px;

}

.products-banner h1{

    font-size:34px;

}

.products-banner p{

    font-size:15px;

}

.manufacturer-section{

    margin:40px 15px;
    padding:35px 20px;

}

.manufacturer-section h2{

    font-size:28px;

}

.manufacturer-section p{

    font-size:15px;

}

.stats-row{

    flex-direction:column;
    gap:25px;

}

.single-stat h3{

    font-size:34px;

}

.visit-btn{

    width:100%;

}

}
.hero-section .hero-title,
.hero-section .hero-desc{
    width: 100%;
    text-align: center !important;
}

.hero-section .hero-buttons{
    width: 100%;
    display: flex;
    justify-content: center !important;
    align-items: center;
    gap: 15px;
}
.hero-section .container,
.hero-section .row,
.hero-section .col-lg-12{
    text-align: center !important;
}

.hero-title{
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.hero-desc{
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 20px auto !important;
}

.hero-buttons{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px;
}
.call-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;

    height:36px;
    padding:0 14px;

    background:#5B21B6;
    color:#fff !important;

    border-radius:8px;
    font-size:14px;
    font-weight:600;
    text-decoration:none;

    transition:.3s;
}

.call-btn i{
    font-size:13px;
}

.call-btn:hover{
    background:#4C1D95;
    color:#fff !important;
}
.category-board{

    background:#fff;
    border:2px solid #6C2BD9;
    border-radius:18px;
    padding:25px;

    display:flex;
    align-items:center;
    gap:22px;

    position:relative;

    min-height:120px;

    transition:.35s;

    box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.category-board::after{

content:"";

position:absolute;

left:0;
right:0;
bottom:0;

height:14px;

background:#5B21B6;

border-radius:0 0 16px 16px;

}

.category-board:hover{

transform:translateY(-8px);

box-shadow:0 20px 40px rgba(91,33,182,.18);

}

.board-icon{

width:72px;

height:72px;

border-radius:16px;

background:#F7F3FF;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#5B21B6;

border:2px solid #E6D8FF;

}

.board-text{

border-left:2px solid #ddd;

padding-left:20px;

}

.board-text h4{

font-size:28px;

font-weight:700;

color:#32127A;

margin:0;

line-height:1.2;

}
.our-story .section-title{
    font-size: 50px;
    white-space: nowrap;
}
.story-card{
    max-width: 460px;   /* Pehle agar 100% hai to ye kar do */
    width: 100%;
    margin-left: auto;  /* Right side hi rahega */
}
.story-card{
    max-width: 420px;
    width: 100%;
    margin-left: auto;
}
/* Footer */
.footer{
    background:#3a1d78;
    color:#fff;
    padding:50px 0 20px;   /* Pehle agar 80px ya 100px hai to isko kam kar do */
}

/* Headings */
.footer h5{
    font-size:28px;
    margin-bottom:18px;
}

/* Logo */
.footer-logo{
    margin-bottom:12px;
}

/* Paragraph */
.footer p{
    margin-bottom:10px;
    line-height:1.6;
}

/* List */
.footer ul{
    padding:0;
    margin:0;
}

.footer ul li{
    list-style:none;
    margin-bottom:10px;
}

/* Bootstrap default margin kam karo */
.footer .mb-4{
    margin-bottom:1rem !important;
}

/* Divider */
.footer hr{
    margin:20px 0 15px;
    opacity:.15;
}

/* Bottom */
.footer-bottom{
    text-align:center;
    padding-top:5px;
    font-size:15px;
}
html{
    scroll-behavior:smooth;
}
.section-title{
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
@media (max-width:768px){

.our-story .section-title{
    display:block;
    width:100%;
    max-width:100%;
    font-size:36px;
    line-height:1.2;
    white-space:normal !important;
    overflow-wrap:anywhere;
    word-break:break-word;
}

}
.premium-store-card{
    background:#fff;
    border:1px solid rgba(106,27,154,0.12);
    border-radius:18px;
    overflow:hidden;
    transition:all .35s ease;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    position:relative;
}

/* Premium border glow */
.premium-store-card::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:18px;
    padding:1px;
    background:linear-gradient(135deg,
        rgba(106,27,154,.35),
        rgba(255,193,7,.35),
        rgba(106,27,154,.35));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    pointer-events:none;
}

/* Hover Effect */
.premium-store-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(106,27,154,.18);
    border-color:rgba(106,27,154,.3);
}
.premium-store-card::after{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:70%;
    height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );
    transition:.8s;
}

.premium-store-card:hover::after{
    left:150%;
}
@media (max-width:768px){

.premium-store-card{
    border-radius:16px;
    box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.premium-store-card::before{
    border-radius:16px;
}

}
.category-section .row{
    justify-content:center;
}

.category-card{
    min-height:200px;
}

.category-card h6{
    font-size:24px;
    font-weight:700;
    line-height:1.3;
}
.story-image{
    width:100%;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.10);
}

.story-image img{
    width:100%;
    height:auto;
    display:block;
    border-radius:24px;
}
.story-image{
    background:transparent;
    padding:0;
    border-radius:0;
    box-shadow:none;
    text-align:right;
}

.story-image img{
    width:100%;
    height:auto;
    display:block;
    background:transparent;
}
.our-story p{
    max-width: 100%;
    text-wrap: pretty;      /* Modern browsers */
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
    line-height: 1.8;
}
.category-card{
    height:100%;
    padding:30px;
    border-radius:20px;
    border:1px solid #eee;
    background:#fff;
    transition:.3s;
    text-align:center;
}

.category-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.card-icon{
    width:60px;
    height:60px;
    background:#6f2cff;
    color:#fff;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin:0 auto 20px;
}

.category-card h4{
    font-size:30px;
    font-weight:700;
    margin-bottom:12px;
    color:#111;
}

.category-card p{
    color:#666;
    line-height:1.7;
    margin:0;
}

.row > div:nth-child(1) .category-card{background:#F5F0FF;}
.row > div:nth-child(2) .category-card{background:#FFF2F6;}
.row > div:nth-child(3) .category-card{background:#EEF6FF;}
.row > div:nth-child(4) .category-card{background:#F1FFF5;}
.row > div:nth-child(5) .category-card{background:#FFF6EB;}
.row > div:nth-child(6) .category-card{background:#FFFBE7;}
.row > div:nth-child(7) .category-card{background:#EFFDF2;}
.row > div:nth-child(8) .category-card{background:#FFF1F4;}
.row > div:nth-child(9) .category-card{background:#EEF5FF;}

@media(max-width:768px){
    .category-card{
        padding:25px 20px;
    }

    .category-card h4{
        font-size:24px;
    }

    .category-card p{
        font-size:15px;
    }
}
.category-card{
    max-width: 360px;      /* Card width kam */
    margin: 0 auto;        /* Center */
    padding: 28px 22px;
    border-radius: 20px;
    height: 100%;
    text-align: center;
    transition: .3s;
}

.card-icon{
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    font-size: 22px;
}

.category-card h4{
    font-size: 30px;
    margin-bottom: 10px;
}

.category-card p{
    font-size: 15px;
    line-height: 1.6;
}
.category-card{
    max-width:340px;
    margin:auto;
    padding:30px 25px;
    border-radius:22px;
    text-align:center;
    height:100%;
    border:1px solid #eee;
    transition:.3s;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.category-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.1);
}

.card-icon{
    width:60px;
    height:60px;
    background:#6c2bd9;
    color:#fff;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:24px;
}

.category-card h4{
    font-size:32px;
    font-weight:700;
    margin-bottom:12px;
}

.category-card p{
    color:#666;
    font-size:15px;
    line-height:1.6;
    margin:0;
}

.purple{background:#f5efff;}
.pink{background:#fff1f4;}
.blue{background:#eef6ff;}
.green{background:#effdf3;}
.peach{background:#fff6eb;}
.yellow{background:#fffbe8;}

@media(max-width:768px){
    .category-card{
        max-width:100%;
        padding:25px 20px;
    }

    .category-card h4{
        font-size:24px;
    }
}
.category-card{
    max-width: 280px;      /* Pehle 340px tha */
    margin: auto;
    padding: 20px 16px;    /* Pehle 30px 25px tha */
    border-radius: 18px;
    text-align: center;
    height: 220px;         /* Fixed height */
    border: 1px solid #eee;
    transition: .3s;
    box-shadow: 0 6px 15px rgba(0,0,0,.05);
}

.card-icon{
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin: 0 auto 15px;
}

.category-card h4{
    font-size: 22px;       /* Pehle 32px tha */
    font-weight: 700;
    margin-bottom: 8px;
}

.category-card p{
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}
.category-card.purple{
    background:#F3ECFF !important;
}

.category-card.pink{
    background:#FFEFF5 !important;
}

.category-card.blue{
    background:#EEF6FF !important;
}

.category-card.green{
    background:#EDFFF2 !important;
}

.category-card.peach{
    background:#FFF3E8 !important;
}

.category-card.yellow{
    background:#FFF9E6 !important;
}

.category-card.mint{
    background:#EFFFF8 !important;
}

.category-card.lavender{
    background:#F7F1FF !important;
}

.category-card.sky{
    background:#EDF8FF !important;
}
/* Products Card Colors */

.category-card.purple{
    background:#F3ECFF !important;
}

.category-card.pink{
    background:#FFEAF3 !important;
}

.category-card.blue{
    background:#EEF7FF !important;
}

.category-card.green{
    background:#ECFFF2 !important;
}

.category-card.peach{
    background:#FFF2E8 !important;
}

.category-card.yellow{
    background:#FFFBE5 !important;
}

.category-card.mint{
    background:#E8FFF4 !important;
}

.category-card.lavender{
    background:#F6F0FF !important;
}

.category-card.sky{
    background:#EAF8FF !important;
}
    /* =========================================
   PRODUCT CATEGORY CARD COLORS (FINAL)
========================================= */

.category-card.purple{
    background:#EDE9FE !important;
}

.category-card.pink{
    background:#FCE7F3 !important;
}

.category-card.blue{
    background:#DBEAFE !important;
}

.category-card.green{
    background:#DCFCE7 !important;
}

.category-card.peach{
    background:#FFEDD5 !important;
}

.category-card.yellow{
    background:#FEF3C7 !important;
}

.category-card.mint{
    background:#D1FAE5 !important;
}

.category-card.lavender{
    background:#F3E8FF !important;
}

.category-card.sky{
    background:#FFE4E6 !important;
}

/* Icon Colors */

.purple .card-icon{ background:#7C3AED; }
.pink .card-icon{ background:#EC4899; }
.blue .card-icon{ background:#3B82F6; }
.green .card-icon{ background:#22C55E; }
.peach .card-icon{ background:#F97316; }
.yellow .card-icon{ background:#EAB308; }
.mint .card-icon{ background:#10B981; }
.lavender .card-icon{ background:#8B5CF6; }
.sky .card-icon{ background:#0EA5E9; }
.category-card.green{
    background:#FFF7ED !important;
}
/* ==========================
OUR STORY RESPONSIVE
========================== */

.story-row{
    display:flex;
    align-items:center;
}

.story-row .col-lg-8{
    flex:0 0 65%;
    max-width:65%;
}

.story-row .col-lg-4{
    flex:0 0 35%;
    max-width:35%;
    display:flex;
    justify-content:center;
}

.story-image img{
    width:100%;
    max-width:420px;
    height:auto;
}

.our-story .section-title{
    font-size:calc(22px + 1vw);
    line-height:1.2;
}

.our-story p{
    font-size:calc(13px + 0.25vw);
    line-height:1.8;
}

/* Tablet */

@media (max-width:992px){

    .story-row{
        flex-direction:column;
    }

    .story-row .col-lg-8,
    .story-row .col-lg-4{
        max-width:100%;
        flex:100%;
    }

    .story-row .col-lg-8{
        order:1;
    }

    .story-row .col-lg-4{
        order:2;
        margin-top:30px;
    }

    .story-image img{
        max-width:320px;
    }

    .our-story{
        text-align:center;
    }

}

/* Mobile */

@media (max-width:576px){

    .our-story .section-title{
        font-size:28px;
    }

    .our-story p{
        font-size:15px;
    }

    .story-image img{
        max-width:260px;
    }

}