.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: 10px;
  flex-wrap: wrap;
}

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

.about-hero-right a {
  color: #ffffff;
  text-decoration: none;
}

.about-hero-right a:hover {  
  color: #00b4d8;
}

.about-hero-right .title {
  color: #00b4d8;
  font-weight: 600;
}

/* ================================
   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%
  );
}


.branch-section {
 
  padding: 100px 0;
}

/* ============================= */
/* ROW TABLE STYLE */
/* ============================= */

.branch-row {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  background: #ffffff;
  border: 1px solid #E5E9F2;
}

/* ============================= */
/* COLUMN STYLE */
/* ============================= */

.branch-col {
  flex: 1;
  text-align: center;
  padding: 0px 0px 60px;
  position: relative;
}

/* vertical divider */
.branch-col:not(:last-child) {
  border-right: 1px solid #E5E9F2;
}

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

.branch-col h3 {
  font-size: 22px;
  font-weight: 600;
  color: #0B1030;
  margin-bottom: 60px;
  padding:45px 115px;
  border-bottom: 1px solid #E5E9F2;
}


.label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #8A97A8;
  margin-bottom: 10px;
}

.value {
  font-size: 18px;
  font-weight: 600;
  color: #0B1030;
  margin-bottom: 45px;
  line-height: 1.6;
  transition: 0.3s ease;
}

.value:hover {
  color: #19C6D1;
  cursor: pointer;
}

.branch-col .value:last-child {
  margin-bottom: 0;
}

/* ============================= */
/* MAP SECTION */
/* ============================= */

.container {
  max-width: 1320px;
  padding: 0 20px;
}

.map-container {
  position: relative;
  height: 520px;
  border-radius: 24px;
  overflow: hidden;
}

/* MAP */
.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  position: relative;
  z-index: 1;
}

/* LEFT INFO CARD */
.map-info-card {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 346px;
  background: #ffffff;
  padding: 22px 24px;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  z-index: 5;
}

/* RIGHT SCHEDULE CARD */
.schedule-card {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  background: #0B1030;
  padding: 36px 34px;
  border-radius: 24px;
  border-right: 2px solid #19C6D1;
  border-bottom: 2px solid #19C6D1;
  box-shadow: 0 40px 80px rgba(11,16,48,0.4);
  z-index: 5;
  color: #ffffff;
}

.schedule-row {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  margin-bottom: 22px;
}

.schedule-row:last-child {
  margin-bottom: 0;
}

.closed {
  color: #19C6D1;
  font-weight: 600;
}
/* ============================= */
/* OFFER SECTION */
/* ============================= */

.offer-section {
  padding: 120px 0;
}

.offer-row {
  align-items: center;
}

.offer-left {
  flex: 0 0 32%;
  max-width: 32%;
}

.offer-right {
  flex: 0 0 68%;
  max-width: 68%;
}

.offer-badge {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 30px;
  border: 1px solid #BFE8EF;
  background: #ffffff;
  font-size: 14px;
  color: #19C6D1;
  margin-bottom: 25px;
}

.offer-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

.offer-title span {
  color: #19C6D1;
}

.offer-desc {
  font-size: 14px;
  color: #6B7C93;
  line-height: 1.6;
}

.offer-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.offer-form input,
.offer-form textarea {
  width: 100%;
  padding: 14px 20px;
  border-radius: 40px;
  border: 1px solid rgba(25, 198, 209, 0.4);
  outline: none;
}

.offer-form textarea {
  height: 120px;
  border-radius: 20px;
  resize: none;
}

.send-btn {
  width: 160px;
  height: 48px;
  border-radius: 30px;
  background: #19C6D1;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

/* ==============================
   BUTTON
============================== */

.send-btn {
  width: 160px;
  height: 52px;
  border-radius: 50px;
  background: linear-gradient(90deg, #19C6D1 0%, #14AEB9 100%);
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.send-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(25, 198, 209, 0.25);
}

@media (max-width: 992px) {

  /* -------- BRANCH SECTION -------- */

  .branch-row {
    flex-wrap: wrap;
  }

  .branch-col {
    flex: 0 0 50%;
    max-width: 50%;
    border-right: none;
    border-bottom: 1px solid #E5E9F2;
  }

  .branch-col h3 {
    padding: 30px;
    margin-bottom: 30px;
  }

  /* -------- MAP SECTION -------- */

  .map-container {
    height: 450px;
  }

  .map-info-card {
    left: 20px;
    width: 260px;
  }

  .schedule-card {
    right: 20px;
    width: 260px;
    padding: 28px;
  }

  /* -------- OFFER SECTION -------- */

  .offer-left,
  .offer-right {
    flex: 100%;
    max-width: 100%;
  }

  .offer-row {
    flex-direction: column;
    gap: 40px;
  }

  .offer-section {
    padding: 80px 0;
  }

}


/* ================================
   768px ↓ (Small Tablet)
================================ */

@media (max-width: 768px) {

  /* -------- MAP STACK FIX -------- */

  .map-container {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .map-container iframe {
    height: 350px;
  }

  .map-info-card,
  .schedule-card {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }

}


/* ================================
   576px ↓ (Mobile)
================================ */

@media (max-width: 576px) {

  /* -------- BRANCH STACK -------- */

  .branch-row {
    flex-direction: column;
  }

  .branch-col {
    flex: 100%;
    max-width: 100%;
    border-right: none !important;
  }

  .branch-col h3 {
    font-size: 18px;
    padding: 25px;
  }

  .value {
    font-size: 16px;
  }

  /* -------- OFFER -------- */

  .offer-title {
    font-size: 24px;
  }

  .form-row {
    flex-direction: column;
  }

  .send-btn {
    width: 100%;
  }

}
@media (max-width: 400px) {

  .map-container iframe {
    height: 280px;
  }

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

  .offer-desc {
    font-size: 13px;
  }

  .schedule-row {
    font-size: 15px;
  }

  .map-info-card {
    padding: 18px;
  }

  .schedule-card {
    padding: 22px;
  }
}


/* ================================
   320px ↓ (Extra Small Devices)
================================ */
@media (max-width: 320px) {

  .branch-col h3 {
    font-size: 16px;
  }

  .label {
    font-size: 12px;
  }

  .value {
    font-size: 14px;
  }

  .map-container iframe {
    height: 250px;
  }

  .offer-title {
    font-size: 18px;
  }

  .offer-desc {
    font-size: 12px;
  }

  .offer-form input,
  .offer-form textarea {
    padding: 12px 14px;
    font-size: 13px;
  }

  .send-btn {
    height: 45px;
    font-size: 13px;
  }
}
