.book_appointment_hero_box{
    margin-top: -50px;
    z-index: 1000;
    position: relative;
  }
  


  @media screen and (max-width: 575px){
    .book_appointment_hero_box{
    margin-top: -25px;
    padding: 0 35px;
  }

  }

  section {
    animation: fadeInUp 0.8s ease both;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}




.hero-section h1 {
    font-size: 2.7rem;
    line-height: 1.3;
}

.hero-section p {
    font-size: 1.15rem;
    opacity: 0.9;
}

/* Button Hover Effects */
.btn-primary {
    background-color: #1f6975;
    border-color: #1f6975;
    transition: all .3s ease;
}

.btn-primary:hover {
    
    transform: translateY(-3px);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* ============================
   SECTION TITLES
=============================== */
.section-title {
    color: var(--dark-color);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.section-title:after {
    content: "";
    display: block;
    height: 3px;
    width: 70px;
    background-color: var(--accent-color);
    margin: 12px auto 0;
    border-radius: 50px;
}

/* ============================
   IMAGES & CARD STYLES
=============================== */
.treatment-img {
    border-radius: 12px;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.15);
    transition: all .4s ease;
}

.treatment-img:hover {
    transform: scale(1.03);
}

.shadow-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0px 8px 25px rgba(0,0,0,0.05);
    transition: all .3s ease;
}

.shadow-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 25px rgba(0,0,0,0.1);
}

/* ============================
   FEATURE ICONS
=============================== */
.feature-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(44, 140, 153, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 28px;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.feature-icon:hover {
    background-color: var(--primary-color);
    color: #fff;
    transform: scale(1.1);
}


.bg-light-blue {
    background: #f4f9ff;
}

.symptom-box {
    transition: all 0.3s ease;
    border: 1px solid #e8eef7;
}

.symptom-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.08);
}

.symptom-list li {
    font-size: 1rem;
    padding-left: 5px;
    color: #555;
}

.h2t {
    font-weight: 700;
    font-size: 2.2rem;
    color: #0d3b66;
}

.symptom-box h4 i {
    font-size: 1.3rem;
}

.bg-light-blue {
    background: #f4f9ff;
}

.h2t {
    font-weight: 700;
    font-size: 2.2rem;
    color: #0d3b66;
}

.overview-box {
    border: 1px solid #e2ecf7;
    transition: all 0.3s ease;
}

.overview-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.overview-img {
    transition: all 0.35s ease;
}

.overview-img:hover {
    transform: scale(1.03);
}

.img-wrapper {
    padding: 10px;
    border-radius: 20px;
    display: inline-block;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

 
 

/* ============================
   RESPONSIVE FIXES
=============================== */
@media (max-width: 768px) {
    .hero-section {
        padding: 80px 0;
        text-align: center;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .treatment-img {
        margin-top: 20px;
    }
}
