.about-hero {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: url(../assesst/hero-img.png);
}

/* container layout */
.about-hero-wrap {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ================================
   TITLE
================================ */

.about-hero-left h1 {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
}

/* ================================
   BREADCRUMB (RIGHT SIDE)
================================ */

.about-hero-right {
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0.9;
}

.about-hero-right .sep {
  opacity: 0.5;
}

.about-hero-right .title {
  color: #00b4d8;
  font-weight: 600;
}
.about-hero-right a {
  color: #ffffff;
}
.about-hero-right a :hover {
  color: #1475e2;
}

/* ================================
   DECORATIVE CURVE 
================================ */

.about-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(20, 198, 209, 0.18),
    transparent 70%
  );
}

/* ================================
           DOCTOR DETAILS SECTION
        ================================ */
.doctor-details-section {
  background: #f6f7f9;
  padding: 60px 20px;
}

.doctor-container {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    gap: 35px;
    align-items: flex-start;
    padding: 0 15px;
}

/* ================================
           DOCTOR CARD - LEFT COLUMN
        ================================ */
.doctor-card {
  background: #f2fbfd;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(11, 16, 48, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.doctor-image {
  padding: 24px;
}

.doctor-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
  aspect-ratio: 422/521;
  object-fit: cover;
}

.doctor-body {
  padding: 24px 28px 28px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.doctor-header h3 {
  font-size: 30px;
  font-weight: 600;
  color: #0b1030;
  margin-bottom: 6px;
  line-height: 1.2;
}

.doctor-role {
  font-size: 16px;
  color: #03045e;
  font-weight: 400;
  margin-bottom: 24px;
}

/* ================================
           INFO LIST
        ================================ */
.doctor-details {
  border-top: 1px solid #edf1f5;
}

.detail-item {
  padding: 23px 0;
  border-bottom: 1px solid rgba(11, 16, 48, 0.102);
}

.detail-item:last-child {
  border-bottom: none;
}

.detail-item span {
  display: block;
  font-size: 14px;
  color: rgba(11, 16, 48, 0.502);
  margin-bottom: 6px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.detail-item strong {
  font-size: 18px;
  font-weight: 600;
  color: #000137;
  word-break: break-word;
}

/* ================================
           SOCIAL ICONS
        ================================ */
.doctor-social {
  display: flex;
  gap: 12px;
  margin: 26px 0 28px 0;
  flex-wrap: wrap;
}

.social-box {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(11, 16, 48, 0.102);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  text-decoration: none;
  flex-shrink: 0;
}

.social-box svg {
  width: 16px;
  height: 16px;
  opacity: 0.6;
  transition: all 0.25s ease;
}


/* ================================
           APPOINTMENT BUTTON
        ================================ */
.doctor-appointment-btn {
  height: 58px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, #19c6d1 0%, #14aeb9 100%);
  border: none;
  padding: 0 28px 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: auto;
}

.btn-arrow {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-arrow svg {
  stroke: #0b1030;
  width: 18px;
  height: 18px;
}

.doctor-appointment-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(25, 198, 209, 0.25);
}

/* ================================
           RIGHT CONTENT AREA
        ================================ */
.doctor-content {
  width: 100%;
  margin-top: 52px;
}

.doctor-content h2 {
  font-size: 30px;
  font-weight: 600;
  color: #0b1a45;
  margin-bottom: 28px;
  letter-spacing: -0.3px;
  margin-top: 40px;
}

.doctor-content h2:first-child {
  margin-top: 0;
}

.doctor-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.doctor-meta li {
  font-size: 15px;
  color: #4f5d75;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}

.meta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #19c6d1;
  font-weight: bold;
}

.doctor-meta strong {
  font-weight: 600;
  color: #0b1a45;
  min-width: 100px;
}

.doctor-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #6b7c93;
  margin-bottom: 30px;
  text-align: justify;
}

/* ================================
           SECTION TITLES
        ================================ */
.section-title {
  position: relative;
  font-size: 26px;
  font-weight: 600;
  color: #0b1030;
  margin-bottom: 26px;
  padding-bottom: 14px;
  margin-top: 40px;
}

.section-title:first-of-type {
  margin-top: 0;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #19c6d1;
  border-radius: 2px;
}

/* ================================
           EDUCATION GRID
        ================================ */
.education-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 50px;
  margin-bottom: 50px;
}

.education-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: flex-start;
}

.edu-num {
  width: 40px;
  height: 40px;
  background: #f2fbfd;
  color: #0b1030;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  flex-shrink: 0;
  border: 1px solid #e8f0f4;
}

.edu-content {
  display: flex;
  flex-direction: column;
}

.edu-content h4 {
  font-size: 15px;
  font-weight: 600;
  color: #0b1030;
  margin: 0 0 6px 0;
  line-height: 1.4;
}

.edu-content p {
  font-size: 14px;
  color: #7a889c;
  margin: 0;
  line-height: 1.6;
}

/* ================================
           EXPERTISE LIST
        ================================ */
.expertise-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.expertise-list li {
  font-size: 15px;
  color: #4f5d75;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}

.expertise-list .meta-icon {
  margin-top: 2px;
}


@media (max-width: 1200px) {
  .doctor-container {
    column-gap: 40px;
    row-gap: 40px;
  }

  .doctor-card {
    width: 100%;
  }

  .doctor-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .section-title {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .education-grid {
    gap: 30px 40px;
    margin-bottom: 40px;
  }

  .doctor-header h3 {
    font-size: 26px;
  }

  .about-hero-left h1 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .doctor-container {
    column-gap: 0;
    row-gap: 40px;
  }

  .doctor-card {
    width: 100%;
    margin-bottom: 0;
  }

  .doctor-content h2 {
    font-size: 24px;
    margin-top: 30px;
  }

  .section-title {
    font-size: 20px;
  }

  .education-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-hero {
    padding: 50px 20px;
  }

  .about-hero-left h1 {
    font-size: 40px;
  }

  .about-hero-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-hero-right {
    justify-content: flex-start;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 40px 15px;
    min-height: 220px;
  }

  .about-hero::after {
    width: 300px;
    height: 300px;
    right: -80px;
    bottom: -80px;
  }

  .about-hero-left h1 {
    font-size: 32px;
    font-weight: 700;
  }

  .about-hero-right {
    font-size: 13px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .doctor-details-section {
    padding: 40px 15px;
  }

  .doctor-header h3 {
    font-size: 24px;
  }

  .doctor-role {
    font-size: 14px;
  }

  .detail-item span {
    font-size: 12px;
  }

  .detail-item strong {
    font-size: 16px;
  }

  .doctor-appointment-btn {
    height: 54px;
    font-size: 14px;
    padding: 0 20px;
  }

  .btn-arrow {
    width: 34px;
    height: 34px;
  }

  .doctor-content h2 {
    font-size: 22px;
    margin-top: 25px;
  }

  .section-title {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 18px;
  }

  .doctor-meta {
    margin-bottom: 20px;
    gap: 10px;
  }

  .doctor-meta li {
    font-size: 14px;
    gap: 8px;
  }

  .doctor-meta strong {
    min-width: 80px;
  }

  .doctor-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .education-grid {
    gap: 25px;
    margin-bottom: 35px;
  }

  .education-item {
    gap: 12px;
  }

  .edu-num {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .edu-content h4 {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .edu-content p {
    font-size: 13px;
  }

  .expertise-list {
    gap: 12px;
  }

  .expertise-list li {
    font-size: 14px;
  }

  .meta-icon {
    width: 20px;
    height: 20px;
  }
}


@media (max-width: 576px) {
  body {
    font-size: 14px;
  }

  .about-hero {
    padding: 30px 12px;
    min-height: 200px;
  }

  .about-hero-left h1 {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .about-hero-right {
    font-size: 12px;
  }

  .doctor-details-section {
    padding: 30px 12px;
  }

  .doctor-image {
    padding: 18px;
  }

  .doctor-body {
    padding: 18px 20px 20px 20px;
  }

  .doctor-header h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .doctor-role {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .detail-item {
    padding: 16px 0;
  }

  .detail-item span {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .detail-item strong {
    font-size: 14px;
  }

  .doctor-social {
    margin: 18px 0 20px 0;
    gap: 10px;
  }

  .social-box {
    width: 36px;
    height: 36px;
  }

  .doctor-appointment-btn {
    height: 50px;
    font-size: 13px;
    padding: 0 16px;
    margin-top: 20px;
  }

  .btn-arrow {
    width: 32px;
    height: 32px;
  }

  .doctor-content h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .section-title {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 16px;
    padding-bottom: 10px;
  }

  .section-title::after {
    width: 30px;
    height: 2px;
  }

  .doctor-meta {
    margin-bottom: 16px;
    gap: 8px;
  }

  .doctor-meta li {
    font-size: 13px;
    gap: 8px;
  }

  .doctor-meta strong {
    min-width: 70px;
    font-size: 13px;
  }

  .doctor-content p {
    font-size: 13px;
    margin-bottom: 16px;
    text-align: left;
    line-height: 1.7;
  }

  .education-grid {
    gap: 20px;
    margin-bottom: 25px;
  }

  .education-item {
    gap: 10px;
  }

  .edu-num {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .edu-content h4 {
    font-size: 13px;
    margin-bottom: 3px;
  }

  .edu-content p {
    font-size: 12px;
  }

  .expertise-list {
    gap: 10px;
  }

  .expertise-list li {
    font-size: 13px;
  }

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

/* ================================
           RESPONSIVE - 480px and below
        ================================ */
@media (max-width: 479px) {
  .about-hero {
    padding: 25px 10px;
    min-height: 180px;
  }

  .about-hero-left h1 {
    font-size: 22px;
  }

  .about-hero-right {
    font-size: 11px;
  }

  .doctor-details-section {
    padding: 25px 10px;
  }

  .doctor-image {
    padding: 16px;
  }

  .doctor-body {
    padding: 16px 18px 18px 18px;
  }

  .doctor-header h3 {
    font-size: 18px;
  }

  .doctor-role {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .detail-item {
    padding: 14px 0;
  }

  .detail-item span {
    font-size: 10px;
  }

  .detail-item strong {
    font-size: 13px;
  }

  .doctor-social {
    margin: 14px 0 16px 0;
  }

  .social-box {
    width: 34px;
    height: 34px;
  }

  .doctor-appointment-btn {
    height: 48px;
    font-size: 12px;
    padding: 0 14px;
  }

  .btn-arrow {
    width: 30px;
    height: 30px;
  }

  .doctor-content h2 {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 14px;
  }

  .section-title {
    font-size: 15px;
    margin-top: 18px;
    margin-bottom: 14px;
  }

  .doctor-meta li {
    font-size: 12px;
  }

  .doctor-meta strong {
    min-width: 60px;
    font-size: 12px;
  }

  .doctor-content p {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .education-grid {
    gap: 16px;
    margin-bottom: 20px;
  }

  .education-item {
    gap: 8px;
  }

  .edu-num {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .edu-content h4 {
    font-size: 12px;
  }

  .edu-content p {
    font-size: 11px;
  }

  .expertise-list li {
    font-size: 12px;
  }

  .meta-icon {
    width: 16px;
    height: 16px;
  }
}

/* ================================
           RESPONSIVE - 360px and below
        ================================ */
@media (max-width: 320px) {
  .about-hero {
    padding: 20px 8px;
    min-height: 160px;
  }

  .about-hero-left h1 {
    font-size: 20px;
    font-weight: 700;
  }

  .about-hero-right {
    font-size: 10px;
  }

  .doctor-details-section {
    padding: 20px 8px;
  }

  .doctor-header h3 {
    font-size: 16px;
  }

  .doctor-role {
    font-size: 11px;
  }

  .detail-item span {
    font-size: 9px;
  }

  .detail-item strong {
    font-size: 12px;
  }

  .doctor-content h2 {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 12px;
  }

  .section-title {
    font-size: 14px;
    margin-top: 16px;
  }

  .doctor-meta li {
    font-size: 11px;
  }

  .doctor-content p {
    font-size: 11px;
  }

  .education-grid {
    gap: 14px;
  }

  .edu-num {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }

  .edu-content h4 {
    font-size: 11px;
  }

  .edu-content p {
    font-size: 10px;
  }

  .expertise-list li {
    font-size: 11px;
  }
}
