:root {
  --hpb-blue-dark: #0a2540;
  --hpb-blue-main: #0061ff;
  --hpb-blue-light: #60efff;
  --white-glass: rgba(255, 255, 255, 0.1);
}

/* --- Hero Section Main --- */
.hpb-hero-modern {
  background: radial-gradient(circle at 0% 0%, #f1ab21 0%, #054870 100%);
  padding: 80px 0 80px;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Background Shapes */
.hpb-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
}
.shape-1 {
  width: 400px;
  height: 400px;
  background: rgba(0, 97, 255, 0.2);
  top: -100px;
  right: -50px;
}
.shape-2 {
  width: 300px;
  height: 300px;
  background: rgba(96, 239, 255, 0.15);
  bottom: -50px;
  left: -50px;
}

/* Badge Styling */
.hpb-modern-badge {
  background: var(--white-glass);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 9px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}

/* Title Styling */
.hpb-modern-title {
  font-size: 35px;
  font-weight: 600;
  color: white;
  line-height: 1.1;
  margin-bottom: 25px;
  letter-spacing: -2px;
}

.text-gradient {
  color: white;
}

/* Description */
.hpb-modern-desc {
  font-size: 17px;
  color: #cbd5e1;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* Features Bar */
.hpb-features-bar {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.05);
    padding: 10px 30px;
    border-radius: 100px;
    gap: 20px;
}
.feature-item { font-size: 14px; font-weight: 500; color: #fff; }
.feature-item i { color: #60efff; margin-right: 5px; }
.feature-sep { width: 1px; height: 15px; background: rgba(255,255,255,0.2); }

/* Buttons Styling */
.hpb-action-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-hpb-main {
  background: #ffffff;
  color: var(--hpb-blue-dark);
  padding: 16px 35px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 16px;
  transition: 0.4s;
  border: none;
  display: flex;
  align-items: center;
}

.btn-hpb-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255,255,255,0.2);
  background: #f8faff;
}

.btn-hpb-glass {
  background: var(--white-glass);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 16px 35px;
  border-radius: 14px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.4s;
}

.btn-hpb-glass:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: #fff;
}

/* --- Mobile View --- */
@media (max-width: 768px) {
  .hpb-hero-modern { padding: 80px 20px 60px; }
  .hpb-modern-title { font-size: 25px; letter-spacing: -1px; }
  .hpb-modern-desc { font-size: 16px; }
  .hpb-features-bar { display: none; } /* Hide features on mobile for clean look */
  .btn-hpb-main, .btn-hpb-glass { width: 100%; justify-content: center; }
}


:root {
    --medical-blue: #0061ff;
    --medical-dark: #0f172a;
    --medical-gray: #64748b;
    --medical-bg: #f8faff;
}

.oral-surgery-section {
    background-color: #ffffff;
    overflow: hidden;
}

/* --- Content Styling --- */
.medical-badge {
    background: #e0ebff;
    color: var(--medical-blue);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    color: #054870;
    line-height: 1.2;
}
.text-primary{
    color: #f1ab21 !important;
}
.title-line {
    width: 60px;
    height: 4px;
    background: var(--medical-blue);
    border-radius: 10px;
    margin-top: 15px;
}

.lead-text {
    font-size: 16px;
    color: #334155;
    line-height: 1.6;
    margin-bottom: 20px;
}

.main-desc {
    color: var(--medical-gray);
    line-height: 1.7;
}

/* --- Feature Cards --- */
.surgery-features {
    display: grid;
    gap: 20px;
}

.feature-card {
    display: flex;
    gap: 15px;
    background: #fdfdfd;
    padding: 15px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    transition: 0.3s;
}

.feature-card:hover {
    border-color: #054870;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.icon-box {
    min-width: 45px;
    height: 45px;
    background: #054870;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 20px;
}

.feature-card h6 { margin-bottom: 4px; font-weight: 700; color: var(--medical-dark); }
.feature-card p { margin-bottom: 0; font-size: 14px; color: var(--medical-gray); }

/* --- Image Styling --- */
.surgery-image-wrapper {
    position: relative;
    padding: 20px;
}

.surgery-main-img {
    border-radius: 30px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
}

.img-border-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 80%;
    border: 8px solid #f1f5f9;
    border-radius: 30px;
    z-index: 1;
}

.floating-stat-card {
    position: absolute;
    bottom: 40px;
    left: -20px;
    background: white;
    padding: 15px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    z-index: 3;
}

.stat-icon {
    width: 40px;
    height: 40px;
    background: #ecfdf5;
    color: #10b981;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

/* --- Buttons --- */
.btn-primary-premium {
    background: #054870;
    color: white;
    padding: 14px 30px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}

.btn-primary-premium:hover {
    background: #f1ab21;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 97, 255, 0.2);
    color: white;
}

/* --- Mobile Responsive --- */
@media (max-width: 991px) {
    .section-title { font-size: 32px; }
    .floating-stat-card { left: 20px; bottom: 20px; }
    .surgery-image-wrapper { margin-top: 40px; }
}


.bg-soft-info { background-color: #e3f2fd; }

.header-line-center {
    width: 70px;
    height: 4px;
    background: #0061ff;
    border-radius: 10px;
}

.recovery-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 25px;
    border: 1px solid #edf2f7;
    transition: all 0.3s ease;
    height: 100%;
}

.recovery-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 97, 255, 0.08);
    border-color: #f1ab21;
}

.recovery-icon {
    width: 55px;
    height: 55px;
    background: #f0f7ff;
    color: #05476f;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.recovery-card:hover .recovery-icon {
    background: #f1ab21;
    color: #fff;
}

.recovery-card h5 {
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 15px;
}

.recovery-card p {
    color: #718096;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Timeline Box */
.recovery-summary-box {
    background: linear-gradient(135deg, #0061ff, #004ecc);
    padding: 40px 30px;
    border-radius: 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.floating-arrow {
    position: absolute;
    bottom: -10px;
    right: -10px;
    font-size: 80px;
    color: rgba(255,255,255,0.1);
    transform: rotate(-45deg);
}

.disclaimer-note {
    background: #fff;
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    font-size: 14px;
    color: #4a5568;
    border: 1px solid #edf2f7;
}

/* Responsive fixes */
@media (max-width: 768px) {
    .recovery-card { text-align: center; }
    .recovery-icon { margin: 0 auto 20px; }
}

/* --- Section Basics --- */
.header-divider {
    width: 60px;
    height: 4px;
    background: #0061ff;
    border-radius: 10px;
}

.bg-soft-primary { background-color: #e0ebff; }

/* --- Left Visual Side --- */
.surgery-visual-container {
    position: relative;
    padding: 20px;
}

.visual-circle-bg {
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(0,97,255,0.1) 0%, rgba(255,255,255,0) 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.visual-box {
    background: white;
    padding: 30px 15px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #f1f5f9;
    transition: 0.3s;
}

.visual-box i {
    font-size: 32px;
    color: #0061ff;
    display: block;
    margin-bottom: 10px;
}

.visual-box span {
    font-weight: 700;
    font-size: 13px;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Right Content Side --- */
.step-num {
    min-width: 40px;
    height: 40px;
    background: #05476f;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0, 97, 255, 0.2);
}

.surgery-item {
    transition: 0.3s;
    background-color: white;
    padding: 10px;
    border-radius: 15px;
}

.surgery-item:hover {
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}

/* --- Animations --- */
.animate-up { animation: floatUp 4s infinite ease-in-out; }
.animate-down { animation: floatDown 4s infinite ease-in-out; }

@keyframes floatUp {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
@keyframes floatDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(12px); }
}

/* --- Responsive --- */
@media (max-width: 767px) {
    .surgery-visual-container { margin-bottom: 40px; }
    .visual-box { padding: 20px 10px; }
}

.medical-badge-outline {
    border: 1px solid #054870;
    color: #054870;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.header-line {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #0061ff, #60efff);
    border-radius: 10px;
    margin-top: 20px;
}

/* Card Design */
.diag-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 40px 25px;
    border-radius: 24px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.diag-number {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 24px;
    font-weight: 800;
    opacity: 0.1;
}

.diag-icon-wrap {
    width: 60px;
    height: 60px;
    background: #054870;
    color: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 10px 20px rgba(0, 97, 255, 0.2);
}

.diag-card:hover {
    transform: translateY(-10px);

    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: #0061ff;
}

/* Highlighted Card Variation (Biopsy) */
.highlight-card {
    background: #054870;
    color: white;
    border: none;
}
.highlight-card .text-muted { color: rgba(255,255,255,0.8) !important; }

/* Personalized Plan Box */
.personalized-plan-box {
    background: #f0f7ff;
    border-left: 5px solid #054870;
    padding: 25px;
    border-radius: 15px;
}

.pulse-icon {
    font-size: 30px;
    color: #054870;
    animation: iconPulse 2s infinite;
}

@keyframes iconPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Responsive */
@media (max-width: 768px) {
    .diag-card { text-align: center; }
    .diag-icon-wrap { margin: 0 auto; }
}

.symptoms-wrapper {
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
}
.symptoms-banner {
    background: #054870;
    position: relative;
}
.warning-icon {
    font-size: 50px;
    color: #ffc107;
}
.symptom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.symptom-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    font-weight: 500;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 12px;
}
.symptom-list li i {
    color: #054870;
    font-size: 20px;
}
.border-primary{
    border-color:#054870 !important;
}
.symptom-list li:last-child { border-bottom: none; }

/* Responsive */
@media (max-width: 991px) {
    .symptoms-banner { text-align: center; padding: 40px 20px !important; }
    .warning-icon { margin: 0 auto; }
}

.cta-wrapper {
    background: #054870;
    
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;

}

/* Image Container with Rings */
.doctor-photo-container {
    position: relative;
    width: 240px;
    height: 240px;
    padding: 12px;
    border: 2px dashed #f1ab21;
    border-radius: 50%;
}

.doctor-circle-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 8px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.exp-badge {
    position: absolute;
    bottom: 15px;
    right: 10px;
    background: #0f172a;
    color: #fff;
    font-size: 11px;
    padding: 6px 15px;
    border-radius: 50px;
    font-weight: 700;
}

/* Typography & Colors */
.text-primary-gradient {
    background: linear-gradient(to right, #0061ff, #00d2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.badge-premium {
    background: #e0ebff;
    color: #054870;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
}

.title-divider {
    width: 60px;
    height: 5px;
    background: #0061ff;
    border-radius: 10px;
}

.lead-text {
    font-size: 16px;
    line-height: 1.7;
}

/* Button Styling */
.btn-consult-primary {
    background: #f1ab21;
    color: #fff;
    padding: 16px 35px;
    border-radius: 15px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    align-items: center;
}

.btn-consult-primary:hover {
    background:#f1ab21;
    transform: translateY(-5px);
   
    color: #fff;
}

/* Float Animation */
.animate-float {
    animation: floatingDoctor 4s infinite ease-in-out;
}

@keyframes floatingDoctor {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .doctor-photo-container { width: 180px; height: 180px; }
    .col-md-5 { border-bottom: 1px solid #f1f5f9; padding: 40px 20px !important; }
    .cta-action-area { flex-direction: column; text-align: center; }
    .btn-consult-primary { width: 100%; justify-content: center; }
    .display-6 { font-size: 28px; }
}

.area-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}
.area-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,97,255,0.1);
    border-color: #054870;
}
.area-icon {
    width: 60px;
    height: 60px;
    background: #e0ebff;
    color: #054870;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 29px;
}
.bg-soft-primary { background-color: #e0ebff; }
