:root {
    --primary: #0f4c75;
    --secondary: #3498db;
    --accent: #bbe1fa;
    --dark: #1b262c;
    --light: #fbfcff;
    --white: #ffffff;
    --gray: #64748b;
    --glass: rgba(255, 255, 255, 0.95);
    --shadow: 0 10px 30px -10px rgba(15, 76, 117, 0.1);
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif !important;
}

html,
body {
    background: whitesmoke;
    color: var(--dark);
    line-height: 1.6;
    overflow-x: hidden;
    width: 100%;
    position: relative;
    font-family: 'Inter', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif !important;
    color: var(--primary);
}

h1.text-primary,
h2.text-primary,
h3.text-primary,
h4.text-primary,
h5.text-primary,
h6.text-primary,
.accordion-button.text-primary {
    color: var(--primary) !important;
}


a {
    text-decoration: none;
    transition: var(--transition);
}

.section-title {
    font-size: 2.5rem !important;
    font-weight: 800;
    line-height: 1.2;
    color: var(--primary);
}

.section-desc {
    font-size: 1.1rem !important;
    line-height: 1.6;
    color: var(--gray);
}

.section-badge {
    display: inline-block;
    padding: 8px 22px;
    background: rgba(52, 152, 219, 0.08);
    border: 1px solid rgba(52, 152, 219, 0.15);
    border-radius: 50px;
    color: var(--secondary);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.2rem;
}

/* Navbar Enhancements */
#navbar {
    background: var(--glass);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15, 76, 117, 0.05);
    transition: var(--transition);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.h-80 {
    height: 85px;
}

#navbar.scrolled {
    padding: 0.5rem 0;
    box-shadow: var(--shadow);
}

.logo img {
    width: 330px;
}

.footer-logo img {
    width: 300px;
}

.nav-links {
    display: flex;
}

.nav-links a {
    font-weight: 500;
    color: var(--dark);
    font-size: 0.95rem;
    position: relative;
    padding: 0.5rem 0;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--secondary);
    transition: var(--transition);
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-links a:hover {
    color: var(--secondary);
}

.btn-primary {
    background: #0f2d4e;
    color: var(--white);
    padding: 10px 18px;
    border-radius: 12px;
    font-weight: 700;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.btn-primary:hover {
    background: #1a3a5a;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(15, 76, 117, 0.2);
    color: var(--white);
}

.footer-social-icons .btn {
    width: 40px;
    height: 40px;
}

.footer-social-icons .btn i {
    font-size: 16px;
    line-height: 1;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.fa-brands {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: currentColor;
}

.fa-brands.fa-facebook-f::before,
.fa-brands.fa-instagram::before,
.fa-brands.fa-youtube::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.fa-brands.fa-facebook-f::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z'/%3E%3C/svg%3E");
}

.fa-brands.fa-instagram::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2s34.4-58 36.2-93.9c2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7 2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2s34.4-58 36.2-93.9c2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7 2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
}

.fa-brands.fa-youtube::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.537V175.185l142.739 81.205-142.739 81.23z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.537V175.185l142.739 81.205-142.739 81.23z'/%3E%3C/svg%3E");
}

/* Hero Section */
.hero {
    height: 90vh;
    position: relative;
    overflow: hidden;
}

.hero-slider,
.slide {
    height: 100%;
    width: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
    padding-top: 85px;
    z-index: 1;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    z-index: 0;
}

.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(187, 225, 250, 0.15);
    border: 1px solid rgba(187, 225, 250, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    color: var(--accent);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 0.1s;
}

.slide.active .hero-badge {
    opacity: 1;
    transform: translateY(0);
}

.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(187, 225, 250, 0.15);
    border: 1px solid rgba(187, 225, 250, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    color: var(--accent);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 0.1s;
}

.slide.active .hero-badge {
    opacity: 1;
    transform: translateY(0);
}

.hero-content h1 {
    color: var(--white);
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease 0.3s;
}

.slide.active h1 {
    opacity: 1;
    transform: translateY(0);
}

.hero-content p {
    color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease 0.5s;
}

.slide.active p {
    opacity: 1;
    transform: translateY(0);
}

.hero-btns {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease 0.7s;
}

.slide.active .hero-btns {
    opacity: 1;
    transform: translateY(0);
}

/* Dots */
.slider-nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 20;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: var(--transition);
}

.dot.active {
    background: var(--secondary);
    width: 30px;
    border-radius: 10px;
}

/* Quick Info */
.quick-info-bar {
    background: var(--secondary);
    color: var(--white);
}

.tracking-wider {
    letter-spacing: 0.1em;
}

/* Spec Card */
.spec-card {
    transition: var(--transition);
}

.spec-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(15, 76, 117, 0.1) !important;
}

/* CTA */
.cta {
    background: linear-gradient(rgba(15, 76, 117, 0.9), rgba(15, 76, 117, 0.9)),
        url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&q=80&w=2000');
    background-size: cover;
    background-position: center;
}

/* Custom Utilities */
.max-w-600 {
    max-width: 600px;
}

.transition-transform {
    transition: transform 0.4s ease;
}

/* About Doctor Section Redesign (Reference: Attached Image) */
.about-doctor {
    background-color: #ffffff;
    overflow: hidden;
}

.doctor-image-wrapper {
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
}

.dot-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(#cbd5e1 1.5px, transparent 1.5px);
    background-size: 15px 15px;
    z-index: 0;
}

.main-image-card {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 30px 60px rgba(15, 76, 117, 0.1);
}

.main-image-card img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.video-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0f2d4e;
    padding: 20px 30px;
    border-top-right-radius: 80px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    box-shadow: 10px -10px 30px rgba(0, 0, 0, 0.1);
}

.play-icon-wrapper {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
}

.play-icon-wrapper:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.video-text-content h5 {
    color: white;
    margin-bottom: 2px;
    font-size: 1.1rem;
    font-weight: 700;
}

.video-text-content p {
    font-size: 0.75rem;
    margin-bottom: 0;
    opacity: 0.8;
    line-height: 1.2;
}

/* Content Box Styles */
.section-badge-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.section-badge {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.badge-line {
    height: 2px;
    width: 40px;
    background: var(--primary);
    opacity: 0.3;
}

.btn-primary-dark {
    background: #0f2d4e;
    color: white;
    padding: 12px 18px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
}

.btn-primary-dark:hover {
    background: #1a3a5a;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(15, 45, 78, 0.2);
}

/* Stats Grid */
.stats-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid #eef2f6;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
}

.stat-item-card {
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #eef2f6;
}

.stat-item-card:nth-child(odd) {
    border-right: 1px solid #eef2f6;
}

.stat-item-card:nth-last-child(-n+2) {
    border-bottom: none;
}

.stat-icon-box {
    width: 45px;
    height: 45px;
    background: #f0f7ff;
    color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-icon-box i {
    width: 20px;
    stroke-width: 2.5;
}

.stat-text h6 {
    margin-bottom: 2px;
    font-weight: 800;
    color: var(--primary);
}

.stat-text p {
    margin-bottom: 0;
    font-size: 0.85rem;
    color: var(--gray);
    font-weight: 500;
}

/* Contact Card Simple */
.contact-quick-card {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-icon-bg {
    width: 45px;
    height: 45px;
    background: #f0f7ff;
    color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Commitment Banner Styles */
.commitment-card-wrapper {
    background: #f0f7ff;
    border-radius: 0;
    overflow: hidden;
}

.border-end-lg {
    border-right: 1px solid rgba(15, 76, 117, 0.1);
}

.commitment-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.comm-icon-circle {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    box-shadow: 0 10px 20px rgba(15, 76, 117, 0.05);
}

@media (max-width: 991px) {
    .border-end-lg {
        border-right: none;
        border-bottom: 1px solid rgba(15, 76, 117, 0.1);
    }

    .commitment-icon-item {
        width: 50%;
        margin: 20px 0;
    }
}

/* Why Choose Us Section (New Centered Layout) */
.why-choose-section {
    background-color: #ffffff;
    overflow: hidden;
    padding: 100px 0;
}

.why-choose-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
}

.feature-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.feature-icon-wrapper {
    width: 65px;
    height: 65px;
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
    z-index: 2;
    transition: var(--transition);
}

.feature-icon-wrapper i {
    width: 28px;
    stroke-width: 2;
}

.feature-item:hover .feature-icon-wrapper {
    background: var(--secondary);
    color: white;
    transform: scale(1.1) rotate(5deg);
}

.feature-info h6 {
    margin-bottom: 6px;
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: 700;
}

.feature-info p {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 0.85rem;
}

/* Center Column */
.center-doctor-wrapper {
    position: relative;
    width: 100%;
    max-width: 480px;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.doctor-main-circle {
    width: 100%;
    max-width: 380px;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    border: 12px solid white;
    box-shadow: 0 25px 60px rgba(15, 76, 117, 0.15);
    position: relative;
    z-index: 1;
}

.doctor-main-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctor-stats-card {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 477px;
    background: #0f2d4e;
    border-radius: 25px;
    padding: 25px 35px;
    display: flex;
    align-items: center;
    z-index: 10;
    color: white;
    box-shadow: 0 20px 40px rgba(15, 45, 78, 0.3);
}

.stats-experience {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.medal-icon-box {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
}

.exp-text h4 {
    color: white;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 1.8rem;
}

.exp-text p {
    font-size: 0.75rem;
    margin-bottom: 0;
    opacity: 0.8;
    line-height: 1.2;
}

.exp-text p span {
    font-weight: 700;
    opacity: 1;
}

.stats-divider {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 30px;
}

.stats-quote {
    flex: 1.6;
    display: flex;
    gap: 12px;
}

.quote-icon {
    opacity: 0.4;
    width: 24px;
    flex-shrink: 0;
    color: var(--secondary);
}

.stats-quote p {
    font-size: 0.85rem;
    margin-bottom: 0;
    font-style: italic;
    line-height: 1.5;
    opacity: 0.9;
}

/* Connector Lines with Dots */
.connector-line {
    position: absolute;
    background: var(--secondary);
    height: 1px;
    opacity: 0.3;
    z-index: 0;
}

.connector-line::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--secondary);
    border-radius: 50%;
    top: -3.5px;
}

/* Left side lines */
.line-top-left {
    width: 140px;
    right: -110px;
    top: 70%;
    transform: rotate(25deg);
}

.line-mid-left {
    width: 140px;
    right: -120px;
    top: 50%;
}

.line-bottom-left {
    width: 140px;
    right: -110px;
    top: 30%;
    transform: rotate(-25deg);
}

.left-side .connector-line::after {
    right: 0;
}

/* Right side lines */
.line-top-right {
    width: 140px;
    left: -110px;
    top: 70%;
    transform: rotate(-25deg);
}

.line-mid-right {
    width: 140px;
    left: -120px;
    top: 50%;
}

.line-bottom-right {
    width: 140px;
    left: -110px;
    top: 30%;
    transform: rotate(25deg);
}

.right-side .connector-line::after {
    left: 0;
}

/* Bottom Bar */
.why-choose-bottom-bar {
    background: #f8fafc;
    border-radius: 25px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    border: 1px solid #f1f5f9;
}

.bottom-item {
    display: flex;
    align-items: center;
    gap: 18px;
}

.icon-circle-bg {
    width: 55px;
    height: 55px;
    background: white;
    color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
}

.bottom-text h6 {
    margin-bottom: 2px;
    font-weight: 700;
    color: var(--primary);
}

.bottom-text p {
    margin-bottom: 0;
    font-size: 0.8rem;
    color: var(--gray);
}

.btn-primary-gradient {
    background: linear-gradient(135deg, #0f4c75, #3282b8);
    color: white;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    border: none;
}

.btn-primary-gradient:hover {
    box-shadow: 0 15px 30px rgba(15, 76, 117, 0.25);
    transform: translateY(-3px);
    color: white;
}

.patient-avatars {
    display: flex;
    align-items: center;
}

.patient-avatars img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid white;
    margin-left: -18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.patient-avatars img:first-child {
    margin-left: 0;
}

@media (max-width: 1200px) {
    .center-doctor-wrapper {
        flex-direction: column;
        height: auto;
        aspect-ratio: auto;
    }

    .doctor-main-circle {
        border-radius: 50%;
        aspect-ratio: 1/1;
        border-width: 8px;
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }

    .doctor-main-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .doctor-stats-card {
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        margin-top: 40px;
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 30px 20px;
    }

    .stats-experience,
    .stats-quote {
        width: 100%;
        flex: none;
        justify-content: center;
        text-align: center;
    }

    .stats-quote {
        flex-direction: column;
        align-items: center;
    }

    .stats-divider {
        display: none;
    }

    .why-choose-layout {
        flex-direction: column;
        gap: 60px;
    }

    .feature-column {
        width: 100%;
        gap: 40px;
    }

    .feature-item {
        justify-content: flex-start;
        flex-direction: row !important;
        text-align: left !important;
        gap: 20px;
    }

    .feature-icon-wrapper {
        flex-shrink: 0;
    }

    .left-side .feature-info,
    .right-side .feature-info {
        text-align: left !important;
        order: 2;
    }

    .left-side .feature-icon-wrapper,
    .right-side .feature-icon-wrapper {
        order: 1;
    }

    .connector-line {
        display: none;
    }

    .why-choose-bottom-bar {
        flex-direction: column;
        border-radius: 30px;
        gap: 35px;
        padding: 40px 20px;
        text-align: center;
    }

    .bottom-item {
        flex-direction: column;
    }
}

/* How It Works Section (New Design) */


.how-steps-vertical {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.step-item-new {
    display: flex;
    gap: 25px;
}

.step-icon-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-icon-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    font-size: 1.2rem;
}

.step-icon-circle i {
    width: 24px;
    stroke-width: 2;
}

.step-line-dashed {
    flex-grow: 1;
    width: 0;
    border-left: 2px dashed #cbd5e1;
    margin: 8px 0;
}

.step-content-new {
    padding-bottom: 28px;
}

.step-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.step-number {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--secondary);
    display: inline-block;
}

.step-content-new h6 {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--primary);
    font-size: 1.15rem;
}

.step-content-new p {
    margin-bottom: 0;
}

/* Right Media Side */
.how-it-works-media {
    position: relative;
}

.main-image-wrapper-how {
    position: relative;
    border-radius: 40px;
}

.main-how-img {
    border-radius: 40px;
    width: 100%;
    display: block;
}

.stats-floating-card {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    width: 65%;
    border-radius: 30px;
    padding: 17px 20px;
    display: flex;
    align-items: center;
    z-index: 10;
}

.stat-inner {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.stat-icon-bg {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-data h4 {
    color: var(--primary);
    font-size: 1.8rem;
    line-height: 1;
}

.how-cta-banner {
    margin-top: 80px;
    background: linear-gradient(135deg, #0f2d4e, #1a3a5a);
    border-radius: 30px;
    padding: 35px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-left-how {
    display: flex;
    align-items: center;
    gap: 25px;
}

.cta-icon-box-how {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.btn-white-appointment {
    background: white;
    color: var(--primary);
    font-weight: 700;
    padding: 14px 30px;
    border-radius: 15px;
    transition: var(--transition);
    border: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.btn-white-appointment:hover {
    background: #f8fafc;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    color: var(--primary);
}

/* Background Utility Colors for How Steps */
.bg-light-blue {
    background-color: #f0f9ff;
}

.bg-light-cyan {
    background-color: #ecfeff;
}

.bg-light-teal {
    background-color: #f0fdfa;
}

.bg-light-purple {
    background-color: #ede9fe;
}

.text-cyan {
    color: #0891b2;
}

.text-teal {
    color: #0d9488;
}

.text-purple {
    color: #7c3aed;
}

@media (max-width: 991px) {
    .stats-floating-card {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        width: 100%;
        margin-top: 30px;
        flex-direction: row;
        gap: 25px;
    }

    .stat-inner {
        border: none !important;
        padding-bottom: 0;
        width: auto;
    }

    .how-cta-banner {
        flex-direction: column;
        gap: 35px;
        text-align: center;
        padding: 40px 25px;
    }

    .cta-left-how {
        flex-direction: column;
    }
}

/* Swiper Services Custom Styling */
.services-swiper {
    padding-bottom: 50px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #0f2d4e;
    opacity: 0.2;
}

.swiper-pagination-bullet-active {
    background: #00bcd4;
    opacity: 1;
    width: 30px;
    border-radius: 5px;
}

.swiper-slide {
    height: auto;
    display: flex;
}

.spec-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    width: 100%;
}

.spec-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
    border-color: #00bcd4 !important;
}

@media (max-width: 768px) {
    .hero {
        height: 100vh;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .hero .container {
        max-width: 100% !important;
        padding: 0 20px !important;
    }

    .slide-bg {
        background-position: center;
        width: 100%;
    }

    .hero-content {
        text-align: center;
        width: 100%;
        max-width: 100% !important;
    }

    .hero-content h1 {
        font-size: 2rem !important;
        margin-bottom: 1.5rem;
    }

    .hero-content p {
        font-size: 0.9rem !important;
        margin-bottom: 2rem;
    }

    .hero-btns {
        justify-content: center;
        width: 100%;
    }

    .hero-btns .btn-primary {
        width: auto;
        padding: 12px 25px;
    }

    .hero-badge {
        margin-bottom: 1.2rem;
        font-size: 0.75rem;
        padding: 6px 15px;
    }

    /* Stats Grid 2-column adjustments */
    .stat-item-card {
        padding: 15px 10px;
        gap: 10px;
    }

    .stat-text h6 {
        font-size: 0.95rem;
    }

    .stat-text p {
        font-size: 0.7rem;
    }
}

/* Footer Refinements */
footer {
    font-size: 0.9rem;
}

footer h4 {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

footer ul li,
footer ul li a {
    font-size: 0.85rem !important;
}

footer .footer-logo {
    font-size: 1.5rem;
}

/* New Cancer Care Sections CSS */
.expertise-item-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.expertise-item-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(15, 76, 117, 0.1);
    border-color: var(--secondary);
}

.exp-icon {
    width: 60px;
    height: 60px;
    background: rgba(52, 152, 219, 0.1);
    color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: var(--transition);
}

.expertise-item-card .d-flex .exp-icon {
    margin: 0 !important;
    flex-shrink: 0;
}

.expertise-item-card:hover .exp-icon {
    background: var(--secondary);
    color: white;
}

.exp-icon i {
    width: 28px;
    height: 28px;
}

.expertise-item-card h6 {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.4;
}

/* Benefits List */
.benefits-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 8px;
}

.benefits-list li i {
    position: absolute;
    left: 0;
    color: var(--secondary);
    width: 20px;
}

/* Therapy Cards */
.therapy-card {
    transition: var(--transition);
}

.therapy-card:hover {
    transform: translateX(10px);
}

/* Custom Tick List */
.custom-tick-list li {
    padding: 8px 0;
    color: var(--gray);
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-tick-list li i {
    color: #2ecc71;
    width: 18px;
}

/* Benefit Tags */
.benefit-tag {
    transition: var(--transition);
}

.benefit-tag:hover {
    background: var(--secondary) !important;
    color: white !important;
}

.benefit-tag:hover .text-primary,
.benefit-tag:hover .text-secondary,
.benefit-tag:hover i,
.benefit-tag:hover span {
    color: #ffffff !important;
}


/* Custom Bullet List */
.custom-bullet-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.custom-bullet-list li i {
    width: 18px;
    opacity: 0.8;
}

/* Cancer Type Card */
.cancer-type-card {
    transition: var(--transition);
}

.cancer-type-card:hover {
    transform: scale(1.05);
    background: var(--primary) !important;
    border-bottom-color: var(--secondary) !important;
}

.cancer-type-card:hover p {
    color: white !important;
}

/* Custom Feature List */
.custom-feature-list li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 15px;
    margin-bottom: 12px;
    transition: var(--transition);
}

.custom-feature-list li:hover {
    background: #f0f7ff;
    transform: translateX(5px);
}

.feature-icon-mini {
    width: 40px;
    height: 40px;
    background: white;
    color: var(--secondary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.feature-icon-mini i {
    width: 20px;
}

/* FAQ Accordion */
.custom-faq .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.custom-faq .accordion-button:focus {
    box-shadow: none;
}

.custom-faq .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230f4c75' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
}

.custom-faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233498db' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 15-6-6-6 6'/%3E%3C/svg%3E");
}

/* Final CTA */
.final-cta .btn {
    transition: var(--transition);
}

.final-cta .btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Qualifications Section Redesign */
.qualifications-section {
    position: relative;
    overflow: hidden;
    background: #f8fafc;
}

.qual-main-container {
    background: white;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

.qual-bg-pattern-1 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
}

.qual-bg-pattern-2 {
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background-image: radial-gradient(#cbd5e1 1.5px, transparent 1.5px);
    background-size: 20px 20px;
    opacity: 0.3;
    z-index: 0;
}

.qual-icon-top {
    width: 60px;
    height: 60px;
    background: #f0f7ff;
    color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(52, 152, 219, 0.1);
}

.qual-title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
}

.qual-title span {
    color: var(--secondary);
    display: block;
}

.qual-text {
    font-size: 1rem;
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 40px;
}

.qual-stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 50px;
}

.qual-stat-badge {
    flex: 1 1 200px;
    background: #f0f7ff;
    padding: 20px 15px;
    border-radius: 20px;
    text-align: center;
    transition: var(--transition);
}

.qual-stat-badge:hover {
    transform: translateY(-5px);
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.qual-stat-badge i {
    font-size: 1.5rem;
    color: var(--secondary);
    margin-bottom: 12px;
    display: block;
}

.qual-stat-badge h6 {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 5px;
}

.qual-stat-badge p {
    font-size: 0.7rem;
    color: #94a3b8;
    margin-bottom: 0;
    line-height: 1.3;
}

.expertise-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.expertise-header-icon {
    width: 50px;
    height: 50px;
    background: #f0f7ff;
    color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expertise-header h4 {
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0;
    position: relative;
}

.expertise-header h4::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    background: var(--secondary);
    border-radius: 2px;
}

.expertise-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.expertise-card {
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    border-radius: 25px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: var(--transition);
    height: 100%;
}

.expertise-card:hover {
    border-color: var(--secondary);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
    transform: translateX(5px);
}

.exp-card-icon {
    width: 55px;
    height: 55px;
    background: #f0f7ff;
    color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.exp-card-content h6 {
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 4px;
    font-size: 1rem;
}

.exp-card-content p {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-bottom: 8px;
    line-height: 1.4;
}

.exp-card-line {
    width: 25px;
    height: 2.5px;
    background: var(--secondary);
    border-radius: 2px;
    opacity: 0.6;
}

@media (max-width: 991px) {
    .qual-main-container {
        padding: 40px 30px;
    }

    .qual-title {
        font-size: 2rem;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .qual-stats-row {
        flex-wrap: wrap;
    }
}

/* ==========================================================================
   Responsive Optimization & Final Refinements
   ========================================================================== */

/* Global Scroll Padding to fix header overlap on anchor navigation */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

/* Base Typography Scaling */
@media (max-width: 768px) {

    body {
        font-size: 0.95rem !important;
    }

    .display-4 {
        font-size: 2.0rem !important;
        line-height: 1.2 !important;
    }

    h1 {
        font-size: 1.7rem !important;
        line-height: 1.3 !important;
    }

    h2,
    .display-5 {
        font-size: 1.45rem !important;
        line-height: 1.3 !important;
    }

    h3 {
        font-size: 1.25rem !important;
        line-height: 1.4 !important;
    }

    h4 {
        font-size: 1.15rem !important;
    }

    h5 {
        font-size: 1.05rem !important;
    }

    .lead {
        font-size: 1.05rem !important;
        line-height: 1.6 !important;
    }

    .section-badge {
        font-size: 0.7rem;
        padding: 6px 16px;
        letter-spacing: 1px;
    }
}

/* Global Container Padding Fix */
@media (max-width: 576px) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

/* Subpage Hero Responsive Adjustments */
@media (max-width: 768px) {
    .sub-hero {
        margin-top: 85px !important;
        padding: 60px 0 !important;
    }

    .sub-hero .container {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

/* Header/Navbar Mobile Polish */
@media (max-width: 991px) {
    .logo img {
        width: 180px;
    }

    .h-80 {
        height: 75px;
    }

    .nav-links {
        top: 75px;
        height: calc(100vh - 75px);
    }
}

/* Qualifications Section (Redesign) Mobile Fixes */
@media (max-width: 768px) {
    .qual-main-container {
        padding: 30px 20px !important;
        border-radius: 20px;
    }

    .qual-title {
        font-size: 1.8rem;
    }

    .qual-stats-row {
        gap: 10px;
    }

    .qual-stat-badge {
        padding: 15px 10px;
    }

    .qual-stat-badge i {
        font-size: 1.2rem;
    }

    .expertise-grid {
        grid-template-columns: 1fr !important;
    }

    .expertise-card {
        padding: 20px;
    }
}

/* Radiation Therapy Techniques Grid (Tablet Optimization) */
@media (min-width: 768px) and (max-width: 991px) {
    .techniques-grid .col-lg-4 {
        width: 50% !important;
    }
}

/* FAQ Accordion Mobile Padding */
@media (max-width: 768px) {
    .accordion-button {
        padding: 1.25rem 1rem !important;
        font-size: 1rem !important;
    }

    .accordion-body {
        padding: 0 1rem 1.25rem 1rem !important;
    }
}

/* Final CTA Section Mobile Balance */
@media (max-width: 768px) {
    .final-cta .rounded-5 {
        border-radius: 30px !important;
        padding: 40px 20px !important;
    }

    .final-cta h2 {
        font-size: 1.6rem !important;
    }

    .final-cta .d-flex {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    .final-cta .btn {
        width: auto !important;
        font-size: 0.85rem !important;
        padding: 8px 16px !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
    }
}

/* Fix for overlapping elements in why-choose-layout on medium screens */
@media (max-width: 1200px) {
    .why-choose-layout {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Custom Styles for Cancer Screening & Precision Oncology Subpages */
.sub-hero {
    margin-top: 85px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.sub-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.sub-hero-content {
    position: relative;
    z-index: 2;
}

.gradient-text {
    background: linear-gradient(135deg, #ffffff 0%, #bbe1fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modern-card {
    border: 1px solid rgba(15, 76, 117, 0.08);
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(15, 76, 117, 0.03);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}

.modern-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 76, 117, 0.08);
    border-color: rgba(52, 152, 219, 0.3);
}

.icon-box-wrapper {
    width: 60px;
    height: 60px;
    background: rgba(52, 152, 219, 0.08);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    transition: all 0.3s ease;
}

.modern-card:hover .icon-box-wrapper {
    background: var(--secondary);
    color: var(--white);
    transform: scale(1.05);
}

.check-list-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}

.check-icon-circle {
    width: 24px;
    height: 24px;
    background: rgba(52, 152, 219, 0.1);
    color: var(--secondary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.symptom-card {
    background: var(--white);
    border: 1px solid rgba(239, 68, 68, 0.1);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(15, 76, 117, 0.02);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.symptom-card:hover {
    transform: translateY(-4px);
    border-color: rgba(239, 68, 68, 0.3);
    box-shadow: 0 12px 30px rgba(239, 68, 68, 0.06);
}

.symptom-icon-box {
    width: 45px;
    height: 45px;
    background: rgba(239, 68, 68, 0.08);
    color: #ef4444;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.accordion-item {
    border: 1px solid rgba(15, 76, 117, 0.06) !important;
    border-radius: 16px !important;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(15, 76, 117, 0.01);
    transition: all 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 8px 25px rgba(15, 76, 117, 0.04);
    border-color: rgba(52, 152, 219, 0.2) !important;
}

.accordion-button {
    background-color: var(--white) !important;
    box-shadow: none !important;
    color: var(--primary) !important;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(52, 152, 219, 0.04) !important;
    color: var(--secondary) !important;
}

.accordion-button::after {
    background-size: 1.2rem;
    transition: transform 0.3s ease;
}

/* Custom Utilities for clean HTML formatting */
.icon-size-28 {
    width: 28px;
    height: 28px;
}

.icon-size-24 {
    width: 24px;
    height: 24px;
}

.icon-size-22 {
    width: 22px;
    height: 22px;
}

.icon-size-18 {
    width: 18px;
    height: 18px;
}

.icon-size-14 {
    width: 14px;
    height: 14px;
}

.badge-warning-signs {
    background: rgba(239, 68, 68, 0.08);
    border-color: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

.color-accent {
    color: var(--accent);
}

.dots-pattern-overlay {
    background-image: radial-gradient(circle, white 1px, transparent 1px);
    background-size: 30px 30px;
}

/* Custom Header Dropdown on Hover */
.dropdown-wrapper {
    position: relative;
}

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background-color: var(--white);
    min-width: 240px;
    border-radius: 12px;
    padding: 0.75rem 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.075);
}

.dropdown-list li {
    margin: 0;
}

.dropdown-list li a {
    display: block;
    padding: 0.6rem 1.5rem;
    color: var(--dark);
    font-weight: 500;
    font-size: 0.9rem;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.dropdown-list li a::after {
    display: none !important;
}

.dropdown-list li a:hover {
    background-color: #f7f9fc;
    color: var(--secondary) !important;
}

.dropdown-wrapper:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* ==========================================================================
   Contact Cards Redesign Styling
   ========================================================================== */
.contact-card {
    background: var(--white);
    border: 1px solid rgba(15, 76, 117, 0.05);
    border-radius: 24px;
    padding: 2.5rem 1.75rem 2rem 1.75rem;
    box-shadow: 0 10px 30px rgba(15, 76, 117, 0.02);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    position: relative;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 76, 117, 0.06);
}

.contact-icon-circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    transition: var(--transition);
}

.contact-card:hover .contact-icon-circle {
    transform: scale(1.08);
}

.contact-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.75rem;
}

.contact-accent-line {
    width: 24px;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 1.25rem;
}

.contact-card-desc {
    font-size: 0.95rem;
    color: var(--gray);
    flex-grow: 1;
}

.contact-divider {
    width: 100%;
    height: 1px;
    border: none;
    background-color: gray;
    margin-bottom: 12px;
    margin-top: 0;
}

.contact-bottom-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

a.contact-bottom-item:hover {
    transform: translateX(2px);
    opacity: 0.85;
}

.contact-mini-icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-detail {
    font-size: 0.95rem;
    font-weight: 700;
}

/* Theme Colors for Cards */
/* Blue Theme */
.contact-card-blue .contact-icon-circle {
    background-color: rgba(30, 111, 217, 0.08);
    color: #1e6fd9;
}

.contact-card-blue .contact-accent-line {
    background-color: #1e6fd9;
}

.contact-card-blue .contact-bottom-item {
    color: #1e6fd9;
}

.contact-card-blue .contact-mini-icon-circle {
    background-color: rgba(30, 111, 217, 0.08);
    color: #1e6fd9;
}

.contact-card-blue:hover {
    border-color: rgba(30, 111, 217, 0.2);
}

/* Green Theme */
.contact-card-green .contact-icon-circle {
    background-color: rgba(16, 185, 129, 0.08);
    color: #10b981;
}

.contact-card-green .contact-accent-line {
    background-color: #10b981;
}

.contact-card-green .contact-bottom-item {
    color: #10b981;
}

.contact-card-green .contact-mini-icon-circle {
    background-color: rgba(16, 185, 129, 0.08);
    color: #10b981;
}

.contact-card-green:hover {
    border-color: rgba(16, 185, 129, 0.2);
}

/* Purple Theme */
.contact-card-purple .contact-icon-circle {
    background-color: rgba(139, 92, 246, 0.08);
    color: #8b5cf6;
}

.contact-card-purple .contact-accent-line {
    background-color: #8b5cf6;
}

.contact-card-purple .contact-bottom-item {
    color: #8b5cf6;
}

.contact-card-purple .contact-mini-icon-circle {
    background-color: rgba(139, 92, 246, 0.08);
    color: #8b5cf6;
}

.contact-card-purple:hover {
    border-color: rgba(139, 92, 246, 0.2);
}

/* Orange Theme */
.contact-card-orange .contact-icon-circle {
    background-color: rgba(249, 115, 22, 0.08);
    color: #f97316;
}

.contact-card-orange .contact-accent-line {
    background-color: #f97316;
}

.contact-card-orange .contact-bottom-item {
    color: #f97316;
}

.contact-card-orange .contact-mini-icon-circle {
    background-color: rgba(249, 115, 22, 0.08);
    color: #f97316;
}

.contact-card-orange:hover {
    border-color: rgba(249, 115, 22, 0.2);
}

/* Custom placeholder styling to reduce example highlight opacity */
.form-control::placeholder,
textarea.form-control::placeholder {
    color: var(--gray) !important;
    opacity: 0.55 !important;
}