/* =========================================================
   CONTACT PAGE ULTRA PREMIUM STYLES
   Hero, Contact Hub, and Why Choose Us
========================================================= */

/* --- GLOBAL OVERFLOW FIX --- */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/* --- HERO SECTION --- */
.contact-hero-ultra {
    position: relative;
    padding: 130px 5% 90px;
    background-color: #FDFBF7;
    overflow: hidden;
}

.ch-container {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 10;
}

.ch-content {
    text-align: left;
}

.ch-badge-group {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.ch-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #EAF7F0;
    color: #0F6B45;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 1px solid rgba(15, 107, 69, 0.15);
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.ch-badge.open {
    background: #eef2ff;
    color: #4f46e5;
    border-color: rgba(79, 70, 229, 0.15);
}

.ch-badge i {
    font-size: 14px;
}
.ch-badge.open i {
    animation: pulseOpen 2s infinite;
}
@keyframes pulseOpen {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
}

.contact-hero-ultra h1 {
    font-size: clamp(36px, 8vw, 54px);
    font-weight: 800;
    line-height: 1.15;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.contact-hero-ultra h1 span {
    background: linear-gradient(135deg, #0F6B45 0%, #20B2AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-hero-ultra p {
    font-size: 18px;
    color: #5F6368;
    line-height: 1.7;
    margin-bottom: 35px;
    max-width: 550px;
}

.btn-hero-primary {
    background: linear-gradient(135deg, #0F6B45 0%, #177245 100%);
    color: #fff !important;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 12px 30px rgba(15,107,69,0.25);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
}
.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(15,107,69,0.35);
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    color: #107530 !important;
    font-weight: 700;
    padding: 14px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #107530;
    transition: all 0.3s ease;
}
.btn-hero-secondary:hover {
    background: #107530;
    color: #fff !important;
    transform: translateY(-3px);
}

.ch-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.ch-glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 5;
    animation: floatChCard 8s ease-in-out infinite;
    text-align: center;
}

@keyframes floatChCard {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.ch-visual-img {
    width: 220px;
    height: 220px;
    background: linear-gradient(135deg, #EAF7F0, #FDFBF7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 1px solid rgba(15,107,69,0.1);
    box-shadow: inset 0 0 20px rgba(15,107,69,0.05);
}

.ch-visual-img i {
    font-size: 80px;
    color: #0F6B45;
}

.ch-glass-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.ch-glass-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

@media (max-width: 992px) {
    .ch-container { grid-template-columns: 1fr; text-align: center; }
    .ch-content { align-items: center; display: flex; flex-direction: column; text-align: center; }
    .ch-badge-group { justify-content: center; }
    @keyframes floatChCard { 0%, 100% { transform: translateY(0); } }
    .hero-actions { display: flex; flex-direction: column; width: 100%; max-width: 300px; gap: 15px; margin: 0 auto; }
    .btn-hero-primary, .btn-hero-secondary { width: 100%; justify-content: center; }
}

/* --- CONTACT OPTIONS HUB --- */
.contact-hub-section {
    padding: 100px 5%;
    background: #fff;
    position: relative;
}

.contact-hub-container {
    max-width: 1140px;
    margin: 0 auto;
}

.chub-header {
    text-align: center;
    margin-bottom: 50px;
}
.chub-header h2 {
    font-size: 36px;
    color: #0F6B45;
    margin-bottom: 15px;
    font-weight: 800;
}
.chub-header p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.chub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.chub-card {
    background: #ffffff;
    border: 1px solid #E5E9E7;
    border-radius: 20px;
    padding: 30px 24px;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    position: relative;
    overflow: hidden;
}

.chub-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 4px;
    background: #0F6B45;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.chub-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: #fff;
}
.chub-card:hover::before {
    transform: scaleX(1);
}

.chub-icon-wrap {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.ci-phone { background: linear-gradient(135deg, #0F6B45, #177245); box-shadow: 0 10px 25px rgba(15,107,69,0.3); }
.ci-wa { background: linear-gradient(135deg, #25D366, #128C7E); box-shadow: 0 10px 25px rgba(37,211,102,0.3); }
.ci-email { background: linear-gradient(135deg, #FF6B6B, #EE5253); box-shadow: 0 10px 25px rgba(255,107,107,0.3); }
.ci-map { background: linear-gradient(135deg, #4834D4, #686DE0); box-shadow: 0 10px 25px rgba(72,52,212,0.3); }
.ci-social { background: linear-gradient(135deg, #FF9F43, #EE5253); box-shadow: 0 10px 25px rgba(255,159,67,0.3); }

.chub-card h3 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 8px;
    font-weight: 700;
}
.chub-card p {
    font-size: 14px;
    color: #5F6368;
    margin-bottom: 16px;
    flex: 1;
}

.chub-cta {
    font-size: 14px;
    font-weight: 700;
    color: #0F6B45;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.chub-cta i { transition: transform 0.3s; }
.chub-card:hover .chub-cta i { transform: translateX(5px); }


/* --- WHY CHOOSE US SECTION --- */
.wcu-section {
    padding: 90px 5%;
    background-color: #FDFBF7;
    border-top: 1px solid #E5E9E7;
}

.wcu-container {
    max-width: 1140px;
    margin: 0 auto;
}

.wcu-header {
    text-align: center;
    margin-bottom: 60px;
}

.wcu-header h2 {
    font-size: 36px;
    color: #0F6B45;
    margin-bottom: 15px;
    font-weight: 800;
}

.wcu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.wcu-card {
    text-align: center;
    padding: 40px 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid rgba(15,107,69,0.05);
    transition: transform 0.3s;
}

.wcu-card:hover {
    transform: translateY(-5px);
}

.wcu-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: #EAF7F0;
    color: #0F6B45;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.wcu-card h3 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-weight: 700;
}

.wcu-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .wcu-grid { grid-template-columns: 1fr; }
}

/* Floral Batra BG reuse for hero */
.batra-bg-t {
  position: relative;
  background-color: #FDFBF7 !important;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 560'%3E%3Cg fill='none' stroke='%23a8a396' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.5'%3E%3Cpath d='M170 540 C170 540 170 300 170 120'/%3E%3Cellipse cx='100' cy='230' rx='68' ry='28' transform='rotate(-30 100 230)' /%3E%3Cellipse cx='240' cy='230' rx='68' ry='28' transform='rotate(30 240 230)' /%3E%3Cellipse cx='80' cy='310' rx='60' ry='24' transform='rotate(-50 80 310)' /%3E%3Cellipse cx='260' cy='310' rx='60' ry='24' transform='rotate(50 260 310)' /%3E%3Cpath d='M170 200 C140 170 100 160 80 140'/%3E%3Cpath d='M170 200 C200 170 240 160 260 140'/%3E%3Cpath d='M170 280 C130 260 90 270 70 255'/%3E%3Cpath d='M170 280 C210 260 250 270 270 255'/%3E%3Ccircle cx='170' cy='118' r='20'/%3E%3Cellipse cx='170' cy='88' rx='14' ry='22' /%3E%3Cellipse cx='195' cy='103' rx='14' ry='22' transform='rotate(60 195 103)' /%3E%3Cellipse cx='145' cy='103' rx='14' ry='22' transform='rotate(-60 145 103)' /%3E%3Cellipse cx='195' cy='133' rx='14' ry='22' transform='rotate(120 195 133)' /%3E%3Cellipse cx='145' cy='133' rx='14' ry='22' transform='rotate(-120 145 133)' /%3E%3Cellipse cx='170' cy='148' rx='14' ry='22' transform='rotate(180 170 148)' /%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 340 560'%3E%3Cg fill='none' stroke='%23a8a396' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='0.5'%3E%3Cpath d='M170 540 C170 540 170 300 170 120'/%3E%3Cellipse cx='100' cy='230' rx='68' ry='28' transform='rotate(-30 100 230)' /%3E%3Cellipse cx='240' cy='230' rx='68' ry='28' transform='rotate(30 240 230)' /%3E%3Cellipse cx='80' cy='310' rx='60' ry='24' transform='rotate(-50 80 310)' /%3E%3Cellipse cx='260' cy='310' rx='60' ry='24' transform='rotate(50 260 310)' /%3E%3Cpath d='M170 200 C140 170 100 160 80 140'/%3E%3Cpath d='M170 200 C200 170 240 160 260 140'/%3E%3Cpath d='M170 280 C130 260 90 270 70 255'/%3E%3Cpath d='M170 280 C210 260 250 270 270 255'/%3E%3Ccircle cx='170' cy='118' r='20'/%3E%3Cellipse cx='170' cy='88' rx='14' ry='22' /%3E%3Cellipse cx='195' cy='103' rx='14' ry='22' transform='rotate(60 195 103)' /%3E%3Cellipse cx='145' cy='103' rx='14' ry='22' transform='rotate(-60 145 103)' /%3E%3Cellipse cx='195' cy='133' rx='14' ry='22' transform='rotate(120 195 133)' /%3E%3Cellipse cx='145' cy='133' rx='14' ry='22' transform='rotate(-120 145 133)' /%3E%3Cellipse cx='170' cy='148' rx='14' ry='22' transform='rotate(180 170 148)' /%3E%3C/g%3E%3C/svg%3E");
  background-position: left -40px center, right -40px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 340px auto, 340px auto;
}

/* --- PREMIUM SECTION HEADERS UNIFICATION --- */
.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(15, 107, 69, 0.08) !important;
    color: #0F6B45 !important;
    padding: 8px 18px !important;
    border-radius: 50px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 20px !important;
    border: 1px solid rgba(15, 107, 69, 0.15) !important;
}

.wcu-header h2,
.visit-content h2,
.appointment-card h2,
.chub-header h2 {
    font-size: clamp(30px, 4vw, 36px) !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
    letter-spacing: -0.5px !important;
}

.wcu-header p,
.visit-content > p,
.appointment-description,
.chub-header p {
    font-size: 16px !important;
    color: #4A5568 !important;
    line-height: 1.7 !important;
    margin-bottom: 30px !important;
}

/* Add a tiny gradient underline for the centered h2s for extra premium feel */
.wcu-header h2,
.chub-header h2 {
    position: relative;
    padding-bottom: 15px !important;
}
.wcu-header h2::after,
.chub-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #0F6B45, #20B2AA);
    border-radius: 4px;
}

/* For left-aligned sections like Visit Clinic and Appointment Card */
.visit-content h2,
.appointment-card h2 {
    position: relative;
    padding-bottom: 15px !important;
}
.visit-content h2::after,
.appointment-card h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #0F6B45, #20B2AA);
    border-radius: 4px;
}

