/*
Theme Name: Twenty Thirteen Child
Theme URI: https://wordpress.org/themes/twentythirteen/
Template: twentythirteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Tags: blog,one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,footer-widgets,microformats,post-formats,rtl-language-support,sticky-post,translation-ready,accessibility-ready,block-patterns
Version: 4.5.1777963274
Updated: 2026-05-05 06:41:14

*/

:root {
    --theme-color: #0b805e;
    --theme-color-hover: #086b4e;
    --orange-color: #F6A00B;
    --dark-bg: #0e1a1f;
    --text-light: #ffffff;
    --text-muted: #64748b;
    --heading-color: #0F1616;
    --glass-bg: rgba(255, 255, 255, 0.65);
    --glass-border: rgba(255, 255, 255, 0.5);
    --glass-blur: blur(16px);
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Inter', sans-serif;
}

body {
    font-family: var(--font-body);
    color: var(--heading-color);
    background-color: #fcfcfc;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: var(--font-heading);
    font-weight: 600;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: var(--font-heading);
}

#preloader .pov {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader .die {
    width: 400px;
    height: 55px;
    padding-bottom: 9px;
    perspective: 999px;
}

#preloader .cube {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

#preloader .face {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden;
    font-weight: 600;
    letter-spacing: 2px;
}

.topbar {
    background-color: var(--theme-color);
    color: var(--text-light);
    padding: 8px 0;
    font-size: 0.85rem;
    font-weight: 500;
}

.topbar a {
    color: var(--text-light);
    text-decoration: none;
    transition: opacity 0.3s;
}

.topbar a:hover {
    opacity: 0.8;
}

.topbar i {
    margin-right: 6px;
    color: var(--orange-color);
}

.hero-wrapper {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(to right, rgba(235, 245, 250, 0.95) 0%, rgba(235, 245, 250, 0.7) 40%, rgba(255, 255, 255, 0) 100%),
        url('assets/images/pharmavends-bg-img-hero.avif') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
}

.navbar-custom {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: 50px;
    padding: 12px 30px;
    margin-top: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
    max-height: 40px;
    object-fit: contain;
}

.navbar-nav .nav-link {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 8px 18px !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--theme-color);
}

.btn-theme {
    background-color: var(--theme-color);
    color: var(--text-light);
    border: 2px solid var(--theme-color);
    border-radius: 50px;
    padding: 10px 28px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-theme:hover {
    background-color: var(--theme-color-hover);
    border-color: var(--theme-color-hover);
    color: var(--text-light);
    box-shadow: 0 4px 15px rgba(11, 128, 94, 0.3);
}

.hero-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 120px;
}

.hero-title {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -1px;
    font-weight: 600;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #334155;
    font-weight: 400;
    max-width: 500px;
}

.glass-form-wrapper {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 10;
}

.glass-form {
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.glass-form label {
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 8px;
    font-family: var(--font-body);
}

.glass-form .form-control,
.glass-form .form-select {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 14px 18px;
    font-size: 0.95rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.glass-form .form-control:focus,
.glass-form .form-select:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 3px rgba(11, 128, 94, 0.15);
}

.section-padding {
    padding: 100px 0;
}

.section-label {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 15px;
    color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    position: relative;
    font-weight: 600;
}

.about-section {
    padding: 120px 0 80px 0;
}

.custom-progress-wrapper {
    margin-bottom: 25px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 0.95rem;
}

.progress-percentage {
    font-weight: 600;
    font-family: var(--font-heading);
    color: var(--theme-color);
}

.custom-progress {
    height: 6px;
    background-color: #e2e8f0;
    border-radius: 6px;
    position: relative;
}

.custom-progress-bar {
    background-color: var(--heading-color);
    height: 100%;
    border-radius: 6px;
    position: relative;
}

.progress-knob {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 4px solid var(--theme-color);
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -7px;
    box-shadow: 0 0 0 4px rgba(11, 128, 94, 0.1);
}

.circular-badge {
    width: 110px;
    height: 110px;
    background-color: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px dashed var(--heading-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    animation: spin 15s linear infinite;
}

@keyframes spin {
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

.circular-badge i {
    color: #ffffff;
    font-size: 1.8rem;
    animation: counter-spin 15s linear infinite;
}

@keyframes counter-spin {
    100% {
        transform: rotate(-360deg);
    }
}

.stats-container {
    border-top: 1px solid #e2e8f0;
    padding-top: 50px;
    margin-top: 50px;
}

.stat-item {
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #e2e8f0;
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 600;
    font-family: var(--font-heading);
    color: var(--theme-color);
}

.stat-text {
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
}

.dosage-section {
    background-color: #fafbfc;
    padding: 100px 0 60px 0;
}

.dosage-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1.6;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto 20px auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    border: 4px solid #ffffff;
    position: relative;
    background-color: #f1f5f9;
}

.dosage-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.dosage-item:hover .dosage-img-wrapper img {
    transform: scale(1.08);
}

.dosage-label {
    font-size: 1.1rem;
    margin: 0;
    font-weight: 600;
}
.dosage-item {
    text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: var(--theme-color) !important;
}

.products-section {
    background-color: #f2f8f5;
    padding: 100px 0;
}

.product-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.product-img-box {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 180px;
    background-color: #e9ecef;
}

.product-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-img-box img {
    transform: scale(1.05);
}

.product-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 0 5px 5px 5px;
}

.product-title {
    font-size: 1.25rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.product-desc {
    font-size: 0.95rem;
    color: var(--text-muted);
    flex-grow: 1;
    margin-bottom: 20px;
}

.product-btn {
    align-self: flex-start;
    background-color: var(--theme-color);
    color: #ffffff;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-btn:hover {
    background-color: var(--heading-color);
    color: #ffffff;
}

.categories-section {
    padding: 80px 0;
    background-color: #ffffff;
    text-align: center;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.category-item:hover {
    transform: translateY(-5px);
}

.category-icon-box {
    width: 90px;
    height: 90px;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    border: 1px solid #f1f5f9;
    font-size: 2.2rem;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.category-item:hover .category-icon-box {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: rgba(11, 128, 94, 0.2);
}

.category-label {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--heading-color);
    line-height: 1.3;
    max-width: 140px;
}

.icon-ayurvedic {
    color: #4ade80;
}

.icon-allopathic {
    color: #f87171;
}

.icon-gynae {
    color: #c084fc;
}

.icon-derma {
    color: #fbbf24;
}

.icon-general {
    color: #60a5fa;
}

.icon-pediatric {
    color: #fb923c;
}

.icon-syrup {
    color: #a78bfa;
}

.icon-ortho {
    color: #94a3b8;
}

.icon-tablet {
    color: #38bdf8;
}

.icon-capsule {
    color: #f43f5e;
}

.icon-ointment {
    color: #eab308;
}

.icon-cardiology {
color: #ef4444;
}

.icon-diabetic {
color: #22c55e;
}

.icon-ortho {
color: #64748b;
}

.icon-neuro {
color: #8b5cf6;
}

.icon-oncology {
color: #ec4899;
}

.icon-ent {
color: #06b6d4;
}

.icon-eye {
color: #0ea5e9;
}

.icon-gastro {
color: #f59e0b;
}

.icon-urology {
color: #14b8a6;
}

.icon-respiratory {
color: #38bdf8;
}

.icon-dental {
color: #e2e8f0;
}

.icon-nutraceutical {
color: #84cc16;
}

.icon-critical {
color: #dc2626;
}

.icon-injectable {
color: #6366f1;
}

.icon-veterinary {
color: #f97316;
}


.bento-section {
    padding: 100px 0;
    background-color: #fafbfc;
}

.bento-card {
    border-radius: 24px;
    padding: 35px;
    height: 380px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    transition: transform 0.3s ease;
}

.bento-card:hover {
    transform: translateY(-5px);
}

.bento-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.bento-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 2;
}

.bento-content-top,
.bento-content-bottom {
    position: relative;
    z-index: 3;
}

.bento-title {
    font-size: 1.6rem;
    margin-bottom: 0;
    font-weight: 600;
}

.bento-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.bento-card.bg-img .bento-title,
.bento-card.bg-img .bento-desc {
    color: #ffffff;
}

.bento-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 4;
    transition: all 0.3s ease;
}

.bento-btn i {
    transform: rotate(-45deg);
}

.bento-card.bg-img .bento-btn {
    background-color: #ffffff;
    color: var(--theme-color);
}

.bento-card.bg-img .bento-btn:hover {
    background-color: var(--theme-color);
    color: #ffffff;
}

.bento-card.bg-solid .bento-title {
    color: var(--heading-color);
}

.bento-card.bg-solid .bento-desc {
    color: #6c757d;
}

.bento-card.bg-solid .bento-btn {
    background-color: var(--theme-color);
    color: #ffffff;
}

.bento-card.bg-solid .bento-btn:hover {
    background-color: var(--heading-color);
}

.bento-card.bg-gradient .bento-title {
    color: var(--heading-color);
}

.bento-card.bg-gradient .bento-desc {
    color: #334155;
}

.bento-card.bg-gradient .bento-btn {
    background-color: #ffffff;
    color: var(--theme-color);
}

.bento-card.bg-gradient .bento-btn:hover {
    background-color: var(--theme-color);
    color: #ffffff;
}

.bg-white-card {
    background-color: #ffffff;
    border: 1px solid #f1f5f9;
}

.bg-gradient-card {
    background: linear-gradient(135deg, #e2f0ec 0%, #b8dfd1 100%);
}

.bg-light-green {
    background-color: #f2f8f5;
}

.companies-section {
    background-color: #f8fafc;
    padding: 100px 0;
}

.section-header-centered {
    text-align: center;
    margin-bottom: 40px;
}

.section-header-centered .subtitle {
    color: var(--theme-color);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 10px;
}

.section-header-centered h2 {
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 15px;
}

.section-header-centered p {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.underline-center {
    width: 60px;
    height: 4px;
    background-color: var(--orange-color);
    margin: 0 auto;
    border-radius: 4px;
}

.nav-tabs-custom {
    border-bottom: none;
    display: inline-flex;
    background: #ffffff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.nav-tabs-custom .nav-item {
    margin: 0;
}

.nav-tabs-custom .nav-link {
    border: none;
    border-radius: 40px;
    padding: 12px 28px;
    font-weight: 500;
    color: #64748b;
    transition: all 0.3s ease;
    background: transparent;
}

.nav-tabs-custom .nav-link:hover {
    color: var(--theme-color);
}

.nav-tabs-custom .nav-link.active {
    background-color: var(--theme-color);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(11, 128, 94, 0.2);
}

.company-card-modern {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.02);
    position: relative;
}

.company-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: rgba(11, 128, 94, 0.1);
}

.company-header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.company-logo-modern {
    height: 60px;
    width: auto;
    max-width: 140px;
    display: flex;
    align-items: center;
}

.company-logo-modern img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.premium-badge-modern {
    background: rgba(246, 160, 11, 0.1);
    color: var(--orange-color);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(246, 160, 11, 0.2);
}

.company-info-modern h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 6px;
}

.company-range-modern {
    font-size: 0.85rem;
    color: var(--theme-color);
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    background-color: rgba(11, 128, 94, 0.08);
    padding: 4px 10px;
    border-radius: 6px;
}

.company-desc-modern {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 20px;
}

.company-actions-modern {
    display: flex;
    gap: 10px;
}

.btn-action-modern {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    border-radius: 12px;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-action-modern.whatsapp {
    background-color: #ecfdf5;
    color: #10b981;
    border: 1px solid #d1fae5;
}

.btn-action-modern.whatsapp:hover {
    background-color: #10b981;
    color: #ffffff;
}

.btn-action-modern.inquiry {
    background-color: #f8fafc;
    color: var(--heading-color);
    border: 1px solid #e2e8f0;
}

.btn-action-modern.inquiry:hover {
    background-color: var(--heading-color);
    color: #ffffff;
}

.sidebar-form-modern {
    background: #ffffff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    position: sticky;
    top: 100px;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.sidebar-form-modern h4 {
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--heading-color);
    font-size: 1.4rem;
}

.sidebar-form-modern label {
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--heading-color);
    margin-bottom: 8px;
    display: block;
}

.sidebar-form-modern .form-control,
.sidebar-form-modern .form-select {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 0.95rem;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: none;
    color: #475569;
}

.sidebar-form-modern .form-control:focus,
.sidebar-form-modern .form-select:focus {
    border-color: var(--theme-color);
    box-shadow: 0 0 0 3px rgba(11, 128, 94, 0.1);
    outline: none;
    background-color: #ffffff;
}

.btn-submit-modern {
    background-color: var(--theme-color);
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-submit-modern:hover {
    background-color: var(--theme-color-hover);
    box-shadow: 0 6px 20px rgba(11, 128, 94, 0.25);
    transform: translateY(-2px);
}

.sidebar-form-modern .row>div {
    width: 100%;
    margin-bottom: 15px;
}

.sidebar-form-modern p {
    margin-bottom: 0;
}

.comparison-section {
    background-color: #ffffff;
    padding: 100px 0;
}

.diff-table-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    border: 1px solid #f1f5f9;
}

.diff-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.1fr;
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.3s ease;
}

.diff-row:hover:not(.diff-header-row) {
    background-color: #f8fafc;
}

.diff-row:last-child {
    border-bottom: none;
}

.diff-col {
    padding: 22px 25px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
}

.diff-header-row {
    background: var(--heading-color);
    color: #ffffff;
    border-bottom: none;
}

.diff-header-row .diff-col {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    justify-content: center;
    text-align: center;
}

.diff-header-row .diff-param-col {
    justify-content: flex-start;
    background: #1e293b;
}

.diff-header-row .diff-pcd-col {
    background: var(--theme-color);
    font-weight: 600;
    font-size: 1.15rem;
}

.diff-pcd-col {
    background: rgba(11, 128, 94, 0.04);
    font-weight: 600;
    color: var(--theme-color);
    border-left: 1px solid rgba(11, 128, 94, 0.1);
    border-right: 1px solid rgba(11, 128, 94, 0.1);
    justify-content: center;
    text-align: center;
}

.diff-ethical-col {
    color: #475569;
    justify-content: center;
    text-align: center;
    font-weight: 500;
}

.diff-param-col {
    font-weight: 600;
    color: var(--heading-color);
    background: #f8fafc;
    gap: 12px;
}

.diff-param-col i {
    color: var(--theme-color);
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.guide-section {
    background-color: #ffffff;
    padding: 100px 0;
}

.guide-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.guide-card h3 {
    color: var(--heading-color);
    font-size: 1.8rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px dashed #e2e8f0;
}

.guide-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.guide-number {
    width: 40px;
    height: 40px;
    background-color: rgba(11, 128, 94, 0.1);
    color: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: var(--font-heading);
    flex-shrink: 0;
    margin-right: 15px;
}

.guide-text h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: var(--heading-color);
}

.guide-text p {
    font-size: 0.9rem;
    color: var(--text-muted);
    margin-bottom: 0;
    line-height: 1.5;
}

.opportunity-section {
    background-color: var(--dark-bg);
    padding: 100px 0;
    position: relative;
}

.opp-container {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    margin-top: -20px;
}

.opp-header-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.opp-header-card:hover {
    border-color: var(--theme-color);
    background: #f2f8f5;
}

.opp-header-card h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: var(--heading-color);
}

.opp-header-card .opp-stat {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--theme-color);
    font-family: var(--font-heading);
    margin: 15px 0;
}

.opp-header-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.btn-opp {
    background: var(--heading-color);
    color: #fff;
    padding: 12px 25px;
    border-radius: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
    width: 100%;
}

.btn-opp:hover {
    background: var(--theme-color);
    color: #fff;
}

.analysis-list {
    margin-top: 40px;
}

.analysis-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: var(--heading-color);
    border-left: 4px solid var(--theme-color);
    padding-left: 15px;
}

.pro-con-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
}

.pro-con-item.pro {
    background-color: rgba(74, 222, 128, 0.1);
    color: #065f46;
}

.pro-con-item.con {
    background-color: rgba(248, 113, 113, 0.1);
    color: #991b1b;
}

.pro-con-item i {
    margin-right: 12px;
    font-size: 1.1rem;
    margin-top: 2px;
}

.pro-con-item.pro i {
    color: #10b981;
}

.pro-con-item.con i {
    color: #ef4444;
}

.site-footer {
    background-color: var(--heading-color);
    color: #94a3b8;
    padding: 80px 0 30px 0;
}

.footer-title {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 25px;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--theme-color);
    transform: translateX(5px);
}

.footer-contact i {
    color: var(--theme-color);
    width: 25px;
}

.footer-contact p {
    margin-bottom: 15px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 50px;
    padding-top: 25px;
    text-align: center;
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 3rem;
    }

    .bento-card {
        height: 320px;
        padding: 25px;
    }

    .glass-form-wrapper {
        position: relative;
        bottom: 0;
        margin-top: -60px;
        padding: 0 15px;
    }

    .hero-wrapper {
        padding-bottom: 40px;
    }

    .btn-theme.nav-btn {
        margin-top: 15px;
        display: block;
        text-align: center;
    }

    .sidebar-form-modern {
        margin-top: 50px;
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .diff-table-wrapper {
        background: transparent;
        box-shadow: none;
        border: none;
    }

    .diff-row {
        grid-template-columns: 1fr;
        padding: 20px;
        border: 1px solid #e2e8f0;
        margin-bottom: 20px;
        border-radius: 16px;
        background: #ffffff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    }

    .diff-row:hover:not(.diff-header-row) {
        background-color: #ffffff;
    }

    .diff-header-row {
        display: none;
    }

    .diff-param-col {
        background: transparent;
        padding: 0 0 15px 0;
        border-bottom: 1px dashed #cbd5e1;
        font-size: 1.15rem;
        margin-bottom: 15px;
    }

    .diff-col {
        padding: 8px 0;
        justify-content: flex-start;
        text-align: left;
    }

    .diff-ethical-col::before {
        content: "Ethical Pharma:";
        font-weight: 600;
        color: #64748b;
        width: 140px;
        flex-shrink: 0;
    }

    .diff-pcd-col::before {
        content: "PCD Franchise:";
        font-weight: 600;
        color: var(--heading-color);
        width: 140px;
        flex-shrink: 0;
    }

    .diff-pcd-col {
        background: transparent !important;
        border: none;
    }
}