/* ==========================
   CONTACT PAGE
   หน้าติดต่อเจ้าหน้าที่
========================== */

.contact-page{
  background:#f4f3f8;
  overflow:hidden;
}

/* ==========================
   HEADER
   ใช้หัวแบบเดียวกับ Dashboard
========================== */

.dash-header{
  height:88px;
  background:#003b96;
  color:#fff;
  display:flex;
  align-items:center;
  padding:0 18px;
  gap:14px;
}

.dash-logo{
  width:112px;
}

.dash-logo h2{
  margin:0;
  font-size:28px;
  font-weight:900;
  letter-spacing:1px;
}

.dash-logo span{
  display:block;
  margin-top:-5px;
  font-size:7px;
  line-height:1.1;
  font-weight:800;
}

.dash-title{
  flex:1;
  border-left:1px solid rgba(255,255,255,.5);
  padding-left:14px;
}

.dash-title h1{
  margin:0;
  font-size:22px;
  font-weight:900;
  line-height:1.1;
}

.dash-title p{
  margin:4px 0 0;
  font-size:11px;
  font-weight:700;
  line-height:1.35;
}

.menu-icon{
  font-size:30px;
}

/* ==========================
   CONTACT CARD
   การ์ดเจ้าหน้าที่
========================== */

.contact-card{
  width:calc(100% - 24px);
  margin:14px 12px 0;
  background:#fff;
  border-radius:12px;
  padding:14px;
  box-shadow:0 4px 14px rgba(0,40,90,.06);
  display:grid;
  grid-template-columns:46px 1fr;
  gap:12px;
}

.contact-icon{
  width:46px;
  height:46px;
  border-radius:50%;
  background:#eaf2ff;
  color:#1f6cff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
}

.contact-icon.rayong{
  background:#fff3cf;
  color:#f5a623;
}

.contact-info p{
  margin:0;
  font-size:12px;
  color:#777;
  font-weight:800;
}

.contact-info h3{
  margin:3px 0 0;
  font-size:17px;
  color:#111;
  font-weight:900;
}

.contact-info span{
  display:block;
  margin-top:2px;
  font-size:12px;
  color:#555;
  font-weight:700;
}

.contact-btn{
  grid-column:1 / -1;
  height:38px;
  border:none;
  border-radius:8px;
  background:#0046a8;
  color:#fff;
  font-family:inherit;
  font-size:14px;
  font-weight:900;
}

/* ==========================
   SECTION TITLE
   หัวข้อการ์ด
========================== */

.section-title{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:8px;
}

.section-title i{
  color:#1f6cff;
  font-size:17px;
}

.section-title h3{
  margin:0;
  font-size:16px;
  font-weight:900;
}

/* ==========================
   TIME CARD
   เวลาทำการ
========================== */

.time-card{
  width:calc(100% - 24px);
  margin:14px 12px 0;
  background:#fff;
  border-radius:12px;
  padding:14px;
  box-shadow:0 4px 14px rgba(0,40,90,.06);
}

.time-box{
  background:#eaf2ff;
  border-radius:10px;
  padding:12px;
  text-align:center;
}

.time-box b{
  display:block;
  font-size:20px;
  color:#1f6cff;
  font-weight:900;
}

.time-box span{
  display:block;
  margin-top:2px;
  font-size:12px;
  color:#555;
  font-weight:800;
}

/* ==========================
   NOTE CARD
   หมายเหตุ
========================== */

.note-card{
  width:calc(100% - 24px);
  margin:14px 12px 0;
  background:#fff;
  border-radius:12px;
  padding:14px;
  box-shadow:0 4px 14px rgba(0,40,90,.06);
}

.note-card p{
  margin:0;
  font-size:11.5px;
  line-height:1.6;
  color:#555;
  font-weight:700;
}

/* ==========================
   BACK BUTTON
   ปุ่มกลับ
========================== */

.back-btn{
  width:calc(100% - 24px);
  height:42px;
  margin:14px 12px 0;
  border:none;
  border-radius:8px;
  background:#0046a8;
  color:#fff;
  font-family:inherit;
  font-size:15px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}