:root {
  --primary:   #00b6d6;
  --primary-dk:#0092ad;
  --accent:    #ff6b2b;
  --dark:      #0d0f14;
  --dark2:     #141720;
  --surface:   #1a1e28;
  --surface2:  #222736;
  --border:    rgba(255,255,255,0.07);
  --text:      #e8eaf0;
  --muted:     #8b90a0;
  --gold:      #f5b000;
  --green:     #22c55e;
  --radius:    14px;
  --radius-sm: 8px;
  --font-head: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --shadow:    0 8px 32px rgba(0,0,0,0.45);
}

.newsletter-box button:disabled,
.newsletter-form button:disabled{

    opacity: 0.7;
    cursor: not-allowed;
}
/* NEWSLETTER */
.newsletter-box {
  display: flex;
  margin: 15px 0;
  gap: 8px;
}

.newsletter-box input {
  flex: 1;
  padding: 10px;
  border-radius: 6px;
  border: none;
  outline: none;
}

.newsletter-box button {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-box button:hover {
  transform: scale(1.05);
}

/* FOOTER BASE */
#broad_ft {
  width: 100%;
  position: relative;
  padding: 40px 0 2rem;
  color: #fff;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  padding-bottom: 4rem;
  /* z-index: 5; */
}

/* BACKGROUND IMAGE */
#broad_ft::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/static/mtechapp/images/hero-bg1.jpg') center/cover no-repeat;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  transform: scale(1.05);
}

/* DARK OVERLAY */
#broad_ft::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.85), rgba(0,0,0,0.95));
  z-index: 0;
}

/* GRID */
#broad_info_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 1400px;
  margin: auto;
  padding: 2rem 1rem;
  /* z-index: 3; */
}

/* COLUMN */
.broad_inner_wrapper {
  display: flex;
  flex-direction: column;
  margin: 1rem;
  min-width: 200px;
  transition: 0.4s;
  z-index: 4;
}

.broad_inner_wrapper:hover {
  transform: translateY(-5px);
}

/* TITLES */
.broad_inner_wrapper span {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.broad_inner_wrapper span::after {
  content: "";
  width: 40px;
  height: 3px;
  background: var(--primary-color);
  display: block;
  margin-top: 6px;
}

/* LINKS */
.broad_inner_wrapper a {
  color: #ddd;
  margin: 6px 0;
  font-size: 0.95rem;
  text-decoration: none;
  transition: 0.3s;
}

.broad_inner_wrapper a:hover {
  color: var(--primary-color);
  transform: translateX(6px);
}

/* BRAND */
.footer-brand h2 {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--primary-color);
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.footer-brand p {
  color: #ccc;
  line-height: 1.6;
}

/* ICONS */
.footer_icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: 1rem;
  height: 38px;
  padding: 8px;
  box-sizing: border-box;
  width: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: 0.4s;
}

.footer_icons::after {
    display: none !important;
}

.footer_icons:hover {
  background: var(--primary-color);
  color: #ddd;
  transform: translateY(-4px);
}

/* SERVICE BADGE */
.service-badge {
  background: rgba(255,255,255,0.08);
  padding: 8px 12px;
  border-radius: 20px;
  margin: 5px 0;
  font-size: 0.9rem;
}

/* MAP */
.map-box{
  width: 90%;
  max-width: 580px;
  margin: auto;
  box-sizing: border-box;
}
.map-box iframe {
    width: 100%;
    height: 280px;
    border: none;
    border-radius: 10px;
    background-color: #aa08829a;
}

/* DIVIDER */
.line {
  width: 90%;
  height: 1px;
  margin: 2rem auto;
  position: relative;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
  z-index: 4;
}

/* COPYRIGHT */
#broad_down_wrapper {
  text-align: center;
  position: relative;
  font-size: 0.9rem;
  padding: 1rem;
  z-index: 4;
}
#broad_down_wrapper a{
    text-decoration: underline;
    color: var(--primary-color);
}

.wrap{max-width:1100px;margin:0 auto;padding:0 24px}
.section-label{display:inline-block;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#00b6d6;margin-bottom:10px}
.section-title{font-size:clamp(22px,3vw,32px);font-weight:700;color:#0a1628;line-height:1.25;margin-bottom:6px}
.section-sub{font-size:15px;color:#6b7a99;margin-top:8px}
.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;flex-wrap:wrap;gap:16px}

/* ═══ WHY SECTION ═══ */
.why-section{background:#fff;padding:72px 0}
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}

.why-card{
  background:#fff;
  border:1px solid #707070;
  border-radius:16px;
  padding:28px 24px;
  transition:box-shadow .2s,transform .2s;
  position:relative;
  overflow:hidden;
}
.why-card::before{
  content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg,#00b6d6,#0094af);
  opacity:0;
  transition:opacity .2s;
}
.why-card:hover{box-shadow:0 8px 32px rgba(0,182,214,.10);transform:translateY(-2px)}
.why-card:hover::before{opacity:1}

.why-icon-wrap{
  width:52px;height:52px;
  border-radius:12px;
  background:#e8f9fc;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:18px;
}
.why-icon-wrap svg{width:34px;height:34px;stroke:#00b6d6;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.why-card h3{font-size:18px;font-weight:700;color:#0a1628;margin-bottom:8px}
.why-card p{font-size:16px;color:#6b7a99;line-height:1.65}

/* ═══ PAYMENT SECTION ═══ */
.payment-section{background:#f7f8fa;padding:60px 0;border-top:1px solid #eaedf3;border-bottom:1px solid #eaedf3}
.payment-row{display:grid;grid-template-columns:1fr 1fr;gap:40px}

.payment-col h3{font-size:18px;font-weight:700;color:#0a1628;margin-bottom:18px}
.payment-logos{display:flex;flex-wrap:wrap;gap:10px}
.payment-pill{
  display:flex;align-items:center;gap:8px;
  background:#fff;border:1px solid #eaedf3;
  border-radius:40px;padding:8px 16px;
  font-size:15px;font-weight:600;color:#0a1628;
  white-space:nowrap;
}
.payment-pill svg{width:18px;height:18px;stroke:#00b6d6;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}

.delivery-list{display:flex;flex-direction:column;gap:12px}
.delivery-row{
  display:flex;justify-content:space-between;align-items:center;
  background:#fff;border:1px solid #eaedf3;border-radius:12px;
  padding:12px 16px;
}
.delivery-label{display:flex;align-items:center; font-weight: 500; gap:10px;font-size:16px;color:#0a1628}
.delivery-label svg{width:18px;height:18px;stroke:#00b6d6;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.delivery-val{font-size:13px;font-weight:700;color:#6b7a99}
.delivery-val.free{color:#059669} 

/* ═══ REVIEWS ═══ */
.reviews-section{background:#fff;padding:72px 0}
.rating-badge{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:600;color:#0a1628}
.stars{color:#f59e0b;font-size:16px;letter-spacing:1px}
.rating-num{color:#6b7a99;font-weight:400}

.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:32px}

.review-card{
  background:#f7f8fa;
  border:1px solid #eaedf3;
  border-radius:16px;
  padding:24px;
}
.review-stars{font-size:14px;color:#f59e0b;letter-spacing:1px;margin-bottom:12px}
.review-text{font-size:14px;color:#374151;line-height:1.7;margin-bottom:18px;font-style:italic}
.review-author{display:flex;align-items:center;gap:10px}
.review-avatar{
  width:36px;height:36px;border-radius:50%;
  background:#e8f9fc;color:#00b6d6;
  font-size:12px;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.review-name{font-size:13px;font-weight:700;color:#0a1628}
.review-location{font-size:12px;color:#9ca3af;margin-top:1px}
.review-verified{
  margin-left:auto;
  display:flex;align-items:center;gap:4px;
  font-size:11px;font-weight:600;color:#059669;
  background:#d1fae5;border-radius:20px;padding:3px 9px;
}
.review-verified svg{width:11px;height:11px;stroke:#059669;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}

.google-cta{text-align:center;margin-top:8px}
.btn-outline{
  display:inline-flex;align-items:center;gap:8px;
  border:1.5px solid #0094af;border-radius:40px;
  padding:11px 24px;font-size:14px;font-weight:600;
  color: #0094af;text-decoration:none;
  transition:border-color .2s,background .2s;
}
.btn-outline:hover{border-color:#00b6d6;background:#e8f9fc;color:#00b6d6}
.btn-outline svg{width:18px;height:18px;stroke:#f59e0b;fill:#f59e0b}

/* ═══ NEWSLETTER ═══ */
.newsletter-section{background:linear-gradient(135deg,#0a1628 0%,#0f3460 100%);padding:72px 0}
.newsletter-inner{max-width:520px;margin:0 auto;text-align:center}
.newsletter-inner .nl-icon{
  width:56px;height:56px;background:rgba(0,182,214,.15);border-radius:16px;
  display:flex;align-items:center;justify-content:center;margin:0 auto 20px;
}
.newsletter-inner .nl-icon svg{width:28px;height:28px;stroke:#00b6d6;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.newsletter-inner h2{font-size:clamp(20px,3vw,28px);font-weight:700;color:#fff;margin-bottom:10px}
.newsletter-inner p{font-size:15px;color:#a8b9d0;line-height:1.6;margin-bottom:28px}
.newsletter-form{display:flex;gap:10px;flex-wrap:wrap}
.newsletter-form input{
  flex:1;min-width:200px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);
  border-radius:40px;padding:12px 20px;
  font-size:14px;color:#fff;outline:none;
  transition:border-color .2s;
}
.newsletter-form input::placeholder{color:rgba(255,255,255,.4)}
.newsletter-form input:focus{border-color:#00b6d6}
.newsletter-form button{
  background:#00b6d6;color:#fff;border:none;
  border-radius:40px;padding:12px 24px;
  font-size:14px;font-weight:700;cursor:pointer;
  transition:background .2s;white-space:nowrap;
}
.newsletter-form button:hover{background:#0094af}

/* ═══ WHATSAPP ═══ */
.whatsapp-float{position:fixed;bottom:28px;right:28px;z-index:999;display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.wa-tooltip{
  background:#0a1628;color:#fff;
  font-size:12px;font-weight:600;
  padding:7px 13px;border-radius:20px;
  white-space:nowrap;pointer-events:none;
  opacity:0;transform:translateX(6px);
  transition:opacity .2s,transform .2s;
}
.whatsapp-float:hover .wa-tooltip{opacity:1;transform:translateX(0)}
.whatsapp-bubble{
  display:flex;align-items:center;gap:10px;
  background:#25d366;color:#fff;
  border-radius:40px;padding:13px 20px;
  text-decoration:none;font-size:14px;font-weight:700;
  box-shadow:0 4px 20px rgba(37,211,102,.35);
  transition:background .2s,transform .2s,box-shadow .2s;
}
.whatsapp-bubble:hover{background:#20b558;transform:scale(1.03);box-shadow:0 6px 28px rgba(37,211,102,.45)}
.whatsapp-bubble svg{width:22px;height:22px;fill:#fff;flex-shrink:0}

/* ═══ BACK TO TOP ═══ */
#back-to-top{
  position:fixed;bottom:100px;right:28px;z-index:998;
  width:40px;height:40px;border-radius:50%;
  background:#fff;border:1.5px solid #eaedf3;
  font-size:18px;cursor:pointer;color:#0a1628;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 2px 12px rgba(0,0,0,.08);
  transition:background .2s,border-color .2s,opacity .2s;
  opacity:0;
}
#back-to-top.show{opacity:1}
#back-to-top:hover{background:#e8f9fc;border-color:#00b6d6;color:#00b6d6}


/* RESPONSIVE */
@media (max-width: 768px) {
    #broad_info_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .map-box iframe {
        width: 100%;
    }
}
@media(max-width:640px){.payment-row{grid-template-columns:1fr}}
