:root{
  --primary:#1e2f2f;
  --secondary:#274c4c;
  --text-dark:#1f2d2d;
  --text-light:#6b7f7f;
  --border:#dbe6e6;
  --bg-soft:#f7fbfb;
  --accent:#ff9f1c;
  --radius:16px;
}


/* ===== WRAPPER ===== */
.contact-wrapper{
  display:flex;
  gap:50px;
  padding: 20px 40px;
  background:#fff;
}

/* ===== COMMON ===== */
.section-badge{
  display:inline-block;
  padding:6px 18px;
  border:1px solid var(--border);
  border-radius:30px;
  font-size:14px;
  color:var(--secondary);
  margin-bottom:18px;
}

.section-title{
  font-size:36px;
  font-weight:700;
  color:var(--text-dark);
  line-height:48px;
  margin-bottom:14px;
}

.section-desc{
  font-size:20px;
  line-height: 28px;
  max-width:520px;
  color:rgb(103, 126, 126);
  margin-bottom:45px;
}

/* ===== LEFT ===== */
.contact-left{
  flex:1;
  text-align: left;
  padding:15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);

}

/* ===== FORM ===== */
.contact-form{
  background:#fff;
  padding:40px;
  border-radius:22px;
  box-shadow:0 15px 50px rgba(0,0,0,0.06);
}

.form-row{
  display:flex;
  gap:24px;
}

.input-group{
  display:flex;
  flex-direction:column;
  flex:1;
  margin-bottom:22px;
}

.input-group label{
  font-size:14px;
  font-weight:600;
  color:var(--text-dark);
  margin-bottom:8px;
}

.input-group input,
.input-group select,
.input-group textarea{
  padding:15px 18px;
  font-size:15px;
  border:1px solid var(--border);
  border-radius:14px;
  outline:none;
  transition:all .3s ease;
}

.input-group textarea{
  resize:none;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus{
  border-color:var(--secondary);
  box-shadow:0 0 0 3px rgba(39,76,76,0.12);
}

/* ===== BUTTON ===== */
.submit-btn{
  width:100%;
  padding:17px;
  background:var(--primary);
  color:#fff;
  border:none;
  border-radius:14px;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  transition:.3s;
}

.submit-btn:hover{
  background:var(--secondary);
}

/* ===== RIGHT ===== */
.contact-right{
  flex:1;
  text-align: left;
  padding:15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);

}

/* ===== SUPPORT BOX ===== */
.support-box{
  position:relative;
  background:#fff;
  border-radius:26px;
  padding:40px;
  box-shadow:0 18px 55px rgba(0,0,0,0.07);
}

/* ===== SUPPORT CONTENT ===== */
.support-content{
  display:flex;
  gap:24px;
  align-items:flex-start;
}

.support-icon{
  width:74px;
  height:74px;
  background:var(--bg-soft);
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
}

/* ===== SUPPORT TEXT ===== */
.support-text h3{
  font-size:22px;
  font-weight:700;
  color:var(--text-dark);
  margin-bottom:10px;
  text-align: left;
}

.support-text p{
  font-size:16px;
  color:var(--text-light);
  margin-bottom:22px;
  text-align: left;
}

/* ===== CALL BUTTON ===== */


/* ===== TIME BADGE ===== */
.support-time{
  position:absolute;
  top:28px;
  right:28px;
  background:var(--accent);
  color:#fff;
  padding:7px 16px;
  border-radius:30px;
  font-size:13px;
  font-weight:600;
}

/* ===== RESPONSIVE ===== */
@media(max-width:992px){
  .contact-wrapper{
    flex-direction:column;
    padding:60px 30px;
  }

  .section-title{
    font-size:38px;
  }

  .form-row{
    flex-direction:column;
  }

  .support-time{
    position:static;
    display:inline-block;
    margin-top:25px;
  }
}

@media(max-width:576px){
  .section-title{
    font-size:32px;
  }

  .contact-form,
  .support-box{
    padding:28px;
  }
}
/*address section*/
.office-section {
  display: flex;
  gap: 60px;
  padding: 60px 80px;
  align-items: center;
}
  .support-time{
    display:none;
  }
/* LEFT CONTENT */
.office-content {
  width: 50%;
}

.visit-btn {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #cfd8dc;
  border-radius: 20px;
  font-size: 14px;
}

.office-content h1 {
  font-size: 36px;
  color: #1c2b2d;
  line-height: 40px;
  margin: 
0px 0px 24px;
}

.description {
  font-size: 20px;
  line-height: 28px;
  color: #607d8b;
  
margin:0px 0px 32px;
}

/* INFO BOX */
.info-box {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.icon {
  width: 48px;
  height: 48px;
  background: #f1f5f9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.info-box h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.info-box p {
  color: #546e7a;
  
  font-size: 16px;text-align: left;
  line-height: 24px;
}

/* BUTTONS */
.btn-group {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.btn {
  padding: 14px 26px;
  border-radius: 10px;
  font-size: 16px;
  text-decoration: none;
}

.btn.dark {
  background: #1c2b2d;
  color: #fff;
}

.btn.light {
  border: 1px solid #cfd8dc;
  color: #1c2b2d;
}

/* MAP */
.map-box {
  width: 50%;
  position: relative;
}

.map-box iframe {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  border: none;
}

/* MAP CARD */
.map-card {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 18px 22px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.map-card h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.map-card p {
  color: #607d8b;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .office-section {
    flex-direction: column;
    padding: 30px 20px;
  }

  .office-content,
  .map-box {
    width: 100%;
  }

  .office-content h1 {
    font-size: 36px;
  }
}
/* QR Scanner Section */
.qr-support {
  background: #ffffff;
  padding: 26px 22px 28px;
  border-radius: 18px;
  text-align: center;
  max-width: 320px;
  margin: 20px auto;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  position: relative;
 
}

/* Scanner Icon */
.qr-support::before {
  content: "🔍";
  font-size: 34px;
  display: inline-block;
  margin-bottom: 6px;
}

/* Heading */
.qr-support h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 6px 0;
  color: #222;
}

/* Description */
.qr-support p {
  font-size: 14px;
  color: #666;
  margin-bottom: 14px;
}

/* QR Image */
.qr-support img {
  width: 170px;
  height: 170px;
  border-radius: 14px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}



/* Mobile */
@media (max-width: 480px) {
  .qr-support {
    max-width: 90%;
  }

  .qr-support img {
    width: 150px;
    height: 150px;
  }
}
