
    .feature-box.numbered {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    border: 1px solid #e7ecf3;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
}

.feature-box.numbered:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.num-circle {
    width: 50px;
    height: 50px;
    background: rgb(20 184 253 / 80%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 15px auto;
    box-shadow: 0 3px 8px rgba(13,110,253,0.3);
}

.feature-box.numbered p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

    .premium-section {
  background: #f5f7fb;
}

.main-title {
  font-size: 32px;
  color: #1a1a1a;
}

.section-desc {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
}

/* Feature Boxes */
.feature-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e9edf5;
}

.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
  border-color: #d4d9e2;
}

.feature-box .icon {
  font-size: 38px;
  margin-bottom: 10px;
}

.feature-box h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0d3b66;
}

.feature-box p {
  font-size: 15px;
  color: #555;
}

/* Doctor Box */
.doctor-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.1);
  border-left: 6px solid #0d6efd;
}

.doctor-box h4 {
  font-size: 24px;
  font-weight: bold;
  color: #0d3b66;
  margin-bottom: 10px;
}

.doctor-box p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
}
.consult-section {
    background: #f5f7fb;
}



.consult-title {
    font-size: 32px !important;
    font-weight: 700;
    color: #0d3b66;
    margin-bottom: 15px;
}

.consult-desc {
    font-size: 17px;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.7;
}

.consult-list {
    list-style: none;
    padding-left: 0;
}

.consult-list li {
    font-size: 16px;
    color: #333;
    padding: 12px 0;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eef0f4;
}

.consult-list li:last-child {
    border-bottom: none;
}

.consult-list i {
    color: #029ada;
    margin-right: 12px;
    font-size: 20px;
    margin-top: 2px;
}


    .appointment-section {
    background: #f5f7fb;
}

.appointment-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #e6ebf2;
    box-shadow: 0 6px 22px rgba(0,0,0,0.08);
    text-align: center;
    transition: 0.3s ease;
}

.appointment-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.12);
}

.appoint-title {
    font-size: 30px !important;
    font-weight: 700;
    color: #0d3b66;
    margin-bottom: 20px;
}

.appoint-desc {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
}

.appoint-btn {
    display: inline-block;
    background: rgb(20 184 253 / 80%);
    color: #fff;
    padding: 12px 28px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 4px 14px rgba(13,110,253,0.3);
}

.appoint-btn:hover {
    background: black;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(13,110,253,0.45);
}


