.elementor-649 .elementor-element.elementor-element-16e2de0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-649:not(.elementor-motion-effects-element-type-background), body.elementor-page-649 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#ffffff;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-aefb384 *//* ===========================
   CONTACT PAGE
   =========================== */

.cp-hero {
  background: #1a3fc4;
  padding: 56px 60px;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  box-sizing: border-box;
}
.cp-hero-title {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff !important;
  margin: 0 0 10px;
}
.cp-hero-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  margin: 0;
}

.cp-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 40px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 32px;
  box-sizing: border-box;
}

.cp-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cp-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
}
.cp-card-title {
  font-size: 12px;
  font-weight: 700;
  color: #1a4fd6;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cp-row {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
}
.cp-row:last-child { border-bottom: none; }

.cp-icon {
  width: 38px;
  height: 38px;
  background: #e8f0fe;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cp-row-label {
  font-size: 11px;
  color: #94a3b8;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 3px;
}
.cp-row-val {
  font-size: 14px;
  color: #1a1a2e;
  font-weight: 700;
  line-height: 1.45;
}
.cp-row-sub {
  font-size: 12.5px;
  color: #64748b;
  margin-top: 3px;
  line-height: 1.5;
}
.cp-gst-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #e8f0fe;
  color: #1a4fd6;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  margin-top: 6px;
}

/* Hours */
.cp-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
}
.cp-hours-row:last-child { border-bottom: none; }
.cp-day { color: #64748b; }
.cp-time { color: #1a1a2e; font-weight: 600; }
.cp-badge-open {
  background: #dcfce7;
  color: #166534;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: 6px;
}

/* Buttons */
.cp-btn-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cp-btn-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #1a3fc4;
  color: #ffffff !important;
  border-radius: 10px;
  padding: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s;
}
.cp-btn-call:hover { background: #1535a8; color: #fff !important; }

.cp-btn-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25d366;
  color: #ffffff !important;
  border-radius: 10px;
  padding: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background 0.2s;
}
.cp-btn-wa:hover { background: #1ebe5a; color: #fff !important; }

.cp-btn-dir {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffffff;
  color: #1a1a2e !important;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 13px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s;
}
.cp-btn-dir:hover { background: #f0f4f8; color: #1a1a2e !important; }

/* Right Column */
.cp-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cp-map {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  height: 360px;
}
.cp-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.cp-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.cp-stat {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.cp-stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #e8f0fe;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cp-stat-label {
  font-size: 11px;
  color: #94a3b8;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.cp-stat-val {
  font-size: 13.5px;
  font-weight: 700;
  color: #1a1a2e;
}

/* Responsive */
@media (max-width: 860px) {
  .cp-hero { padding: 40px 24px; }
  .cp-body {
    grid-template-columns: 1fr;
    padding: 32px 20px;
  }
  .cp-info-grid { grid-template-columns: 1fr; }
  .cp-map { height: 280px; }
}/* End custom CSS */