/* =========================================
   PHARMA DIRECTORY PRO - SHORTCODES CSS
   Shared styles for Home, About, and Contact
   ========================================= */

/* --- 1. GLOBAL VARIABLES & SHARED CLASSES --- */
:root { 
    --brand-blue: #2A70B6; 
    --brand-dark: #1D528A;
    --brand-green: #41A846; 
    --bg-light: #f8fafc; 
    --text-main: #0f172a;
    --text-body: #475569;
    --border-color: #e2e8f0;
}

/* Wrappers */
.pharma-home-wrapper,
.pharma-about-wrapper,
.pharma-contact-wrapper { 
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    color: var(--text-body); 
    line-height: 1.6; 
    background: #fff; 
    overflow-x: hidden; 
}

/* Shared Layout Containers */
.pharma-container { 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 24px; 
    width: 100%; 
    box-sizing: border-box; 
}
.pharma-section { padding: 90px 0; }
.pharma-section.bg-gray { 
    background-color: var(--bg-light); 
    border-top: 1px solid var(--border-color); 
    border-bottom: 1px solid var(--border-color); 
}
.section-title { 
    text-align: center; 
    font-size: 2.4rem; 
    font-weight: 800; 
    margin-bottom: 15px; 
    color: var(--brand-blue); 
    letter-spacing: -0.5px; 
    line-height: 1.2;
}
.section-subtitle { 
    text-align: center; 
    font-size: 1.15rem; 
    color: var(--text-body); 
    margin-bottom: 60px; 
    max-width: 650px; 
    margin-left: auto; 
    margin-right: auto;
}

/* --- 2. HOME PAGE ([pharma_home]) --- */
.pharma-hero { background: var(--brand-blue); padding: 110px 0; text-align: center; color: #fff; position: relative;}
.pharma-hero::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 40px; background: #fff; border-radius: 40px 40px 0 0; }
.pharma-hero h1 { font-size: 3.5rem; font-weight: 800; color: #fff; margin-bottom: 20px; line-height: 1.2; letter-spacing: -1px; text-shadow: 0 2px 4px rgba(0,0,0,0.1);}
.pharma-hero p { font-size: 1.25rem; color: #e0f2fe; margin-bottom: 45px; font-weight: 400; max-width: 800px; margin-left: auto; margin-right: auto;}

.hero-search-box { background: #fff; padding: 10px; border-radius: 12px; display: flex; gap: 10px; max-width: 900px; margin: 0 auto; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.hero-search-box input, .hero-search-box select { padding: 18px 24px; border: 1px solid var(--border-color); border-radius: 8px; font-size: 1.05rem; outline: none; background: var(--bg-light); color: var(--text-main); transition: 0.3s; }
.hero-search-box input { flex-grow: 1; }
.hero-search-box input:focus, .hero-search-box select:focus { border-color: var(--brand-blue); background: #fff; box-shadow: 0 0 0 3px rgba(42, 112, 182, 0.1);}
.hero-search-box button { background: var(--brand-green); color: #fff; border: none; padding: 0 40px; border-radius: 8px; font-weight: 700; font-size: 1.15rem; cursor: pointer; transition: 0.3s; white-space: nowrap;}
.hero-search-box button:hover { background: #358c39; transform: translateY(-1px);}

.seo-content-block { background: #f0f7ff; border-left: 4px solid var(--brand-blue); padding: 40px; border-radius: 0 12px 12px 0; margin-bottom: 30px; font-size: 1.1rem; line-height: 1.8; color: var(--text-main); }
.seo-content-block strong { color: var(--brand-blue); }

.cat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 30px; }
.cat-card { background: #fff; border: 1px solid var(--border-color); border-left: 6px solid var(--brand-blue); padding: 35px 30px; border-radius: 12px; text-decoration: none; color: var(--text-main); transition: all 0.3s; display: flex; align-items: flex-start; gap: 20px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);}
.cat-card:hover { border-left-color: var(--brand-green); transform: translateY(-5px); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.08); }
.cat-icon { width: 60px; height: 60px; background: #eff6ff; color: var(--brand-blue); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; flex-shrink: 0; transition: 0.3s;}
.cat-card:hover .cat-icon { background: #e6f4ea; color: var(--brand-green); }
.cat-card h3 { font-size: 1.25rem; margin: 0 0 10px 0; font-weight: 800; color: var(--text-main);}
.cat-card p { margin: 0; font-size: 0.95rem; color: var(--text-body); line-height: 1.6;}

.loc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.loc-card { background: #fff; border: 1px solid var(--border-color); padding: 20px; border-radius: 8px; text-align: center; text-decoration: none; color: var(--text-main); transition: 0.3s; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 10px;}
.loc-card i { color: var(--brand-green); font-size: 1.2rem; }
.loc-card:hover { background: var(--brand-blue); color: #fff; border-color: var(--brand-blue); transform: translateY(-3px); box-shadow: 0 10px 15px -3px rgba(42, 112, 182, 0.2); }
.loc-card:hover i { color: #fff; }

.flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; position: relative; }
.flow-grid::before { content: ''; position: absolute; top: 45px; left: 15%; right: 15%; height: 2px; background: dashed 2px #cbd5e1; z-index: 1; }
.flow-step { text-align: center; position: relative; z-index: 2; background: #fff; padding: 0 20px;}
.flow-icon { width: 90px; height: 90px; background: #fff; color: var(--brand-blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.2rem; margin: 0 auto 25px; border: 3px solid var(--brand-blue); box-shadow: 0 0 0 8px #fff;}
.flow-step:nth-child(2) .flow-icon { color: var(--brand-green); border-color: var(--brand-green); }
.flow-step h4 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; color: var(--text-main);}
.flow-step p { color: var(--text-body); font-size: 1rem; line-height: 1.6;}

.lead-section-wrapper { background: #fff; border: 1px solid var(--border-color); border-radius: 20px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.1); overflow: hidden; display: flex; }
.lead-info-side { background: #eef5ff; color: var(--text-main); padding: 70px 60px; flex: 1; display: flex; flex-direction: column; justify-content: center;}
.lead-info-side h2 { font-size: 2.5rem; font-weight: 800; margin-bottom: 20px; line-height: 1.2; color: var(--brand-blue);}
.lead-info-side p { font-size: 1.15rem; color: var(--text-body); margin-bottom: 40px; line-height: 1.6;}
.lead-check { display: flex; align-items: center; gap: 15px; margin-bottom: 18px; font-size: 1.1rem; font-weight: 700; color: var(--brand-blue);}
.lead-check i { color: var(--brand-green); font-size: 1.4rem;}

.lead-form-side { background: #fff; padding: 60px 50px; width: 480px; flex-shrink: 0; border-left: 1px solid var(--border-color);}
.lead-form-side h3 { margin-top:0; margin-bottom:25px; font-size:1.8rem; color:var(--text-main); font-weight:800; text-align: center;}
.lead-form-side .form-group { margin-bottom: 20px; }
.lead-form-side label { display: block; font-size: 0.95rem; font-weight: 700; color: var(--text-main); margin-bottom: 8px; }
.lead-form-side .form-control { width: 100%; padding: 14px 16px; border: 1px solid #cbd5e1; border-radius: 8px; font-size: 1rem; box-sizing: border-box; background: var(--bg-light); transition: 0.2s;}
.lead-form-side .form-control:focus { border-color: var(--brand-blue); background: #fff; outline: none; box-shadow: 0 0 0 3px rgba(42, 112, 182, 0.1);}
.lead-form-side .radio-group { background: var(--bg-light); padding: 15px; border-radius: 8px; border: 1px solid #cbd5e1; display: flex; flex-direction: column; gap: 12px; }
.lead-form-side .radio-group label { margin: 0; font-weight: 600; display: flex; align-items: center; gap: 10px; cursor: pointer; color: var(--text-main);}
.lead-form-side .radio-group input[type="radio"] { accent-color: var(--brand-blue); width: 18px; height: 18px;}
.lead-form-side .btn-submit-lead { width: 100%; background: var(--brand-blue); color: white; padding: 18px; border: none; border-radius: 8px; font-weight: 800; font-size: 1.15rem; cursor: pointer; transition: 0.3s; margin-top: 15px; text-transform: uppercase; letter-spacing: 0.5px;}
.lead-form-side .btn-submit-lead:hover { background: var(--brand-green); transform: translateY(-2px); box-shadow: 0 10px 15px -3px rgba(65, 168, 70, 0.3);}

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-list { list-style: none; padding: 0; margin: 0 0 40px 0; }
.why-list li { font-size: 1.15rem; margin-bottom: 20px; display: flex; align-items: center; gap: 18px; color: var(--text-main); font-weight: 600;}
.why-list li i { color: var(--brand-green); font-size: 1.5rem; background: #dcfce7; padding: 8px; border-radius: 50%;}

.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.stat-box { background: #fff; border: 1px solid var(--border-color); border-top: 4px solid var(--brand-blue); padding: 40px 20px; border-radius: 12px; text-align: center; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05); transition: 0.3s;}
.stat-box:hover { transform: translateY(-5px); }
.stat-box.green { border-top-color: var(--brand-green); }
.stat-number { font-size: 2.8rem; font-weight: 900; margin-bottom: 10px; color: var(--text-main); line-height: 1;}
.stat-box.green .stat-number { color: var(--brand-green); }
.stat-box:not(.green) .stat-number { color: var(--brand-blue); }
.stat-label { font-size: 0.95rem; font-weight: 700; color: var(--text-body); text-transform: uppercase; letter-spacing: 0.5px;}

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; align-items: center;}
.price-card { background: #fff; border: 1px solid var(--border-color); border-radius: 16px; padding: 50px 40px; text-align: center; transition: 0.3s; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); position: relative;}
.price-card:hover { transform: translateY(-10px); box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15); }
.price-card.popular { border: 2px solid var(--brand-blue); padding: 60px 40px; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); z-index: 2;}
.popular-badge { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); background: var(--brand-blue); color: #fff; padding: 6px 20px; border-radius: 30px; font-size: 0.85rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px;}
.price-card h3 { font-size: 1.5rem; margin-bottom: 15px; color: var(--text-main); font-weight: 800;}
.price-card .price { font-size: 3rem; font-weight: 900; color: var(--text-main); margin-bottom: 30px; line-height: 1;}
.price-card .price span { font-size: 1.1rem; color: var(--text-body); font-weight: 500; }
.price-features { list-style: none; padding: 0; margin: 0 0 40px; text-align: left; }
.price-features li { padding: 12px 0; border-bottom: 1px solid var(--bg-light); color: var(--text-body); font-size: 1.05rem; display: flex; align-items: center; gap: 10px;}
.price-features li i { color: var(--brand-green); font-size: 1.1rem;}
.price-features li i.fa-times { color: #cbd5e1; }
.price-card .btn-price { display: block; width: 100%; padding: 16px; background: var(--bg-light); color: var(--brand-blue); text-decoration: none; border-radius: 8px; font-weight: 800; font-size: 1.1rem; transition: 0.3s;}
.price-card .btn-price:hover { background: #e2e8f0; }
.price-card.popular .btn-price { background: var(--brand-blue); color: #fff; }
.price-card.popular .btn-price:hover { background: var(--brand-dark); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.blog-card { background: #fff; border: 1px solid var(--border-color); border-radius: 16px; overflow: hidden; transition: 0.3s; display: flex; flex-direction: column; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);}
.blog-card:hover { border-color: var(--brand-blue); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); transform: translateY(-5px);}
.blog-img { width: 100%; height: 240px; background: var(--bg-light); overflow: hidden; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.blog-card:hover .blog-img img { transform: scale(1.08); }
.blog-content { padding: 35px 30px; flex-grow: 1; display: flex; flex-direction: column; }
.blog-meta { font-size: 0.9rem; color: var(--brand-green); font-weight: 800; text-transform: uppercase; margin-bottom: 12px; letter-spacing: 0.5px;}
.blog-card h3 { font-size: 1.35rem; margin: 0 0 15px; font-weight: 800; line-height: 1.4;}
.blog-card h3 a { color: var(--text-main); text-decoration: none; transition: 0.2s;}
.blog-card h3 a:hover { color: var(--brand-blue); }
.blog-card p { color: var(--text-body); font-size: 1rem; margin-bottom: 25px; line-height: 1.7;}
.blog-card .read-more { color: var(--brand-blue); font-weight: 800; text-decoration: none; font-size: 1rem; display: inline-flex; align-items: center; gap: 8px; margin-top: auto; transition: 0.2s;}
.blog-card:hover .read-more { color: var(--brand-green); gap: 12px;}

.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item { background: #fff; border: 1px solid var(--border-color); border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
.faq-item summary { padding: 20px 25px; font-size: 1.15rem; font-weight: 700; color: var(--text-main); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '\f078'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: var(--brand-blue); font-size: 1rem; transition: transform 0.3s;}
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-answer { padding: 0 25px 25px 25px; font-size: 1.05rem; color: var(--text-body); line-height: 1.7; border-top: 1px dashed var(--border-color); margin-top: 5px; padding-top: 20px;}

/* --- 3. ABOUT PAGE ([pharma_about]) --- */
.about-hero { background: var(--brand-blue); padding: 120px 0 100px 0; text-align: center; color: #fff; position: relative;}
.about-hero::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 50px; background: #fff; border-radius: 50px 50px 0 0; }
.about-hero h1 { font-size: 3.5rem; font-weight: 800; color: #fff; margin-bottom: 20px; line-height: 1.2; letter-spacing: -1px;}
.about-hero p { font-size: 1.25rem; color: #e0f2fe; max-width: 800px; margin: 0 auto; font-weight: 400;}

.intro-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: center;}
.intro-content h2 { font-size: 2.4rem; color: var(--text-main); font-weight: 800; margin-top: 0; margin-bottom: 20px; line-height: 1.2;}
.intro-content h2 span { color: var(--brand-blue); }
.intro-content p { font-size: 1.15rem; margin-bottom: 20px; }

.intro-stats { background: var(--bg-light); border: 1px solid var(--border-color); border-radius: 16px; padding: 40px; box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05);}
.intro-stats ul { list-style: none; padding: 0; margin: 0; }
.intro-stats li { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 25px; font-size: 1.1rem; color: var(--text-main); font-weight: 600;}
.intro-stats li:last-child { margin-bottom: 0; }
.intro-stats li i { color: var(--brand-green); font-size: 1.5rem; background: #dcfce7; padding: 10px; border-radius: 50%; flex-shrink: 0;}

.section-header { text-align: center; margin-bottom: 60px; max-width: 800px; margin-left: auto; margin-right: auto;}
.section-header h2 { font-size: 2.4rem; color: var(--text-main); font-weight: 800; margin-bottom: 15px; }
.section-header p { font-size: 1.15rem; color: var(--text-body); }

.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.coverage-card { background: #fff; border: 1px solid var(--border-color); border-radius: 16px; padding: 40px 30px; transition: 0.3s; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02); position: relative; overflow: hidden;}
.coverage-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--brand-blue); transition: 0.3s;}
.coverage-card:hover { transform: translateY(-8px); box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1); }
.coverage-card:hover::before { background: var(--brand-green); }
.coverage-icon { font-size: 2.5rem; color: var(--brand-blue); margin-bottom: 25px; display: inline-block; }
.coverage-card h3 { font-size: 1.4rem; color: var(--text-main); font-weight: 800; margin-top: 0; margin-bottom: 15px;}
.coverage-card p { font-size: 1.05rem; margin: 0; }

.quinpin-banner { background: var(--text-main); border-radius: 24px; padding: 60px; color: #fff; position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);}
.quinpin-banner::after { content: ''; position: absolute; top: -50%; right: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(42, 112, 182, 0.4) 0%, transparent 70%); border-radius: 50%; pointer-events: none;}
.qp-content h2 { font-size: 2.2rem; font-weight: 800; margin-top: 0; margin-bottom: 20px; line-height: 1.2; color: #fff;}
.qp-content h2 span { color: var(--brand-green); }
.qp-content p { font-size: 1.1rem; color: #cbd5e1; margin-bottom: 20px; }

.qp-ecosystem-visual { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 30px; backdrop-filter: blur(10px);}
.qp-ecosystem-visual .eco-item { background: #fff; border-radius: 8px; padding: 15px 20px; display: flex; align-items: center; gap: 15px; margin-bottom: 15px; color: var(--text-main); font-weight: 700; font-size: 1.1rem;}
.qp-ecosystem-visual .eco-item i { color: var(--brand-blue); font-size: 1.5rem; }
.eco-plus { text-align: center; color: var(--brand-green); font-size: 1.5rem; margin-bottom: 15px; font-weight: 900;}

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.value-item { text-align: center; }
.value-icon { width: 80px; height: 80px; background: var(--bg-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: var(--brand-green); margin: 0 auto 20px; border: 2px solid var(--border-color);}
.value-item h4 { font-size: 1.3rem; color: var(--text-main); font-weight: 800; margin-bottom: 15px; }
.value-item p { font-size: 1.05rem; }

.about-cta { text-align: center; padding: 80px 0 40px; }
.about-cta h2 { font-size: 2.5rem; color: var(--text-main); font-weight: 800; margin-bottom: 20px;}
.about-cta .btn-primary { display: inline-block; background: var(--brand-blue); color: #fff; font-size: 1.2rem; font-weight: 800; padding: 18px 40px; border-radius: 8px; text-decoration: none; transition: 0.3s; margin-top: 20px; box-shadow: 0 4px 6px rgba(42, 112, 182, 0.2);}
.about-cta .btn-primary:hover { background: var(--brand-green); transform: translateY(-3px); box-shadow: 0 10px 15px -3px rgba(65, 168, 70, 0.3);}


/* --- 4. CONTACT PAGE ([pharma_contact]) --- */
.contact-hero { background: var(--brand-blue); padding: 100px 0 80px 0; text-align: center; color: #fff; position: relative;}
.contact-hero::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 40px; background: #fff; border-radius: 40px 40px 0 0; }
.contact-hero h1 { font-size: 3rem; font-weight: 800; color: #fff; margin-bottom: 20px; line-height: 1.2; letter-spacing: -1px;}
.contact-hero p { font-size: 1.2rem; color: #e0f2fe; max-width: 600px; margin: 0 auto; font-weight: 400;}

.contact-section { padding: 60px 0 90px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start;}

.info-card-group { display: flex; flex-direction: column; gap: 20px; }
.contact-card { background: #fff; border: 1px solid var(--border-color); padding: 30px; border-radius: 16px; display: flex; align-items: flex-start; gap: 20px; transition: 0.3s; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);}
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 15px 25px -5px rgba(0,0,0,0.05); border-color: var(--brand-blue); }

.icon-box { width: 50px; height: 50px; background: var(--bg-light); color: var(--brand-blue); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0;}
.contact-card:hover .icon-box { background: var(--brand-blue); color: #fff; }

.card-content h3 { margin: 0 0 5px; font-size: 1.1rem; color: var(--text-main); font-weight: 700; }
.card-content p { margin: 0; font-size: 1rem; color: var(--text-body); }
.card-content a { color: var(--text-body); text-decoration: none; transition: 0.2s; }
.card-content a:hover { color: var(--brand-blue); }

.help-box { background: #f0fdf4; border: 1px dashed var(--brand-green); padding: 30px; border-radius: 16px; margin-top: 10px;}
.help-box h4 { margin: 0 0 10px; color: var(--brand-green); font-size: 1.1rem; }
.help-box p { margin: 0; font-size: 0.95rem; }

.form-wrapper { background: #fff; border: 1px solid var(--border-color); border-top: 5px solid var(--brand-blue); border-radius: 16px; padding: 40px; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.08);}
.form-wrapper h2 { margin-top: 0; margin-bottom: 20px; color: var(--text-main); font-size: 1.8rem; }
.form-wrapper p { margin-bottom: 30px; color: var(--text-body); }

/* Fluent Form Customization */
.fluentform .ff-el-form-control { background-color: var(--bg-light); border-color: var(--border-color); padding: 12px 15px; border-radius: 8px;}
.fluentform .ff-el-form-control:focus { border-color: var(--brand-blue); background-color: #fff; box-shadow: 0 0 0 3px rgba(42, 112, 182, 0.1);}
.fluentform .ff-btn-submit { background-color: var(--brand-blue) !important; color: #fff !important; width: 100%; padding: 15px !important; border-radius: 8px !important; font-weight: 700 !important; font-size: 1.1rem !important;}
.fluentform .ff-btn-submit:hover { background-color: var(--brand-green) !important;}

.map-section { height: 400px; width: 100%; filter: grayscale(100%); transition: 0.5s; border-top: 1px solid var(--border-color); }
.map-section:hover { filter: grayscale(0%); }
.map-section iframe { width: 100%; height: 100%; border: 0; }


/* --- 5. RESPONSIVE QUERIES --- */
@media(max-width: 1024px) {
    /* Home Layout */
    .split-grid, .pricing-grid { gap: 40px; }
    .lead-section-wrapper { flex-direction: column; }
    .lead-info-side { padding: 50px 40px; }
    .lead-form-side { width: 100%; padding: 50px 40px; border-left: none; border-top: 1px solid var(--border-color);}
    
    /* About Layout */
    .intro-grid, .quinpin-banner { grid-template-columns: 1fr; gap: 40px; }
    .coverage-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
    .quinpin-banner { padding: 40px 30px; }
}

@media(max-width: 991px) {
    /* Contact Layout */
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .form-wrapper { padding: 30px 20px; }
}

@media(max-width: 768px) {
    /* Shared */
    .pharma-section { padding: 60px 0; }
    .section-title { font-size: 2rem; }
    
    /* Home Specific */
    .pharma-hero { padding: 80px 0; }
    .pharma-hero h1 { font-size: 2.5rem; }
    .hero-search-box { flex-direction: column; background: transparent; box-shadow: none; padding: 0;}
    .hero-search-box input, .hero-search-box select { width: 100%; margin-bottom: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.1);}
    .hero-search-box button { width: 100%; padding: 18px; box-shadow: 0 4px 6px rgba(0,0,0,0.1);}
    .split-grid, .blog-grid, .cat-grid, .pricing-grid { grid-template-columns: 1fr; gap: 30px;}
    .loc-grid { grid-template-columns: 1fr 1fr; }
    .flow-grid { grid-template-columns: 1fr; gap: 40px;}
    .flow-grid::before { display: none; } 
    .price-card.popular { padding: 50px 40px; }
    .stats-grid { grid-template-columns: 1fr; }
    .lead-info-side { text-align: center; }
    .lead-check { justify-content: center; }
    .lead-form-side { padding: 40px 20px; }
    .seo-content-block { padding: 25px; font-size: 1rem;}
    
    /* About Specific */
    .about-hero { padding: 100px 0 60px 0; }
    .about-hero h1 { font-size: 2.5rem; }
    .section-header h2, .intro-content h2, .about-cta h2 { font-size: 2rem; }
    .coverage-grid, .values-grid { grid-template-columns: 1fr; }

    /* Contact Specific */
    .contact-hero { padding: 80px 0 60px 0; }
    .contact-hero h1 { font-size: 2.5rem; }
}