/* Start custom CSS for html, class: .elementor-element-12c4960 *//* =========================================================
   CONTACT US PAGE - COMPLETE STYLING
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

:root {
  --brand-blue: #0088cc;
  --brand-orange: #e85027;
  --brand-purple: #2a2050;
  --brand-light: #f4f9fc;
  --text-dark: #1e293b;
  --text-muted: #64748b;
}

/* SECTION 1: HERO HEADER */
.contact-hero-section {
  position: relative;
  width: 100%;
  padding: 85px 0 40px 0;
  background: radial-gradient(circle at top left, rgba(0, 136, 204, 0.06) 0%, rgba(255, 255, 255, 1) 70%);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.pci-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.14;
  pointer-events: none;
}

.glow-blue-top { top: -80px; left: -50px; width: 380px; height: 380px; background: var(--brand-blue); }
.glow-orange-bottom { bottom: -80px; right: -50px; width: 380px; height: 380px; background: var(--brand-orange); }

.contact-hero-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}

.pci-badge-capsule {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.badge-orange { background: rgba(232, 80, 39, 0.08); border: 1.5px solid rgba(232, 80, 39, 0.2); color: var(--brand-orange); }
.badge-purple { background: rgba(42, 32, 80, 0.08); border: 1.5px solid rgba(42, 32, 80, 0.2); color: var(--brand-purple); }

.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background-color: var(--brand-blue);
  box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.7);
  animation: pulseDot 1.8s infinite;
}

.pulse-dot.orange { background-color: var(--brand-orange); }

@keyframes pulseDot {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(0, 136, 204, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 136, 204, 0); }
}

.contact-main-title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 900;
  color: var(--brand-purple);
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}

.gradient-text-blue {
  background: linear-gradient(135deg, var(--brand-blue) 0%, #00b4d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-hero-desc {
  font-size: 16px;
  line-height: 1.75;
  color: var(--text-muted);
  margin: 0;
}


/* SECTION 2: GRID LAYOUT & CARDS */
.contact-main-section {
  padding: 40px 0 80px 0;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.contact-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 35px;
  align-items: flex-start;
}

/* Info Cards (Left Column) */
.contact-info-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-glass-card {
  background: #ffffff;
  border: 1.5px solid #edf5fa;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  box-shadow: 0 8px 25px rgba(42, 32, 80, 0.04);
  transition: all 0.35s ease;
}

.info-glass-card:hover {
  transform: translateY(-5px);
  border-color: var(--brand-blue);
  box-shadow: 0 15px 35px rgba(0, 136, 204, 0.12);
}

.info-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.blue-glow { background: rgba(0, 136, 204, 0.1); color: var(--brand-blue); }
.orange-glow { background: rgba(232, 80, 39, 0.1); color: var(--brand-orange); }
.purple-glow { background: rgba(42, 32, 80, 0.1); color: var(--brand-purple); }

.info-card-text h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--brand-purple);
  margin: 0 0 6px 0;
}

.info-card-text p {
  font-size: 13.5px;
  color: var(--text-muted);
  margin: 0 0 8px 0;
  line-height: 1.5;
}

.info-link {
  font-size: 15px;
  font-weight: 700;
  color: var(--brand-orange);
  text-decoration: none;
  transition: color 0.3s ease;
}

.info-link:hover {
  color: var(--brand-blue);
}

.info-subtext {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--brand-purple);
  margin-top: 6px;
}


/* Form Column (Right) */
.form-glass-card {
  background: #ffffff;
  border: 1.5px solid #edf5fa;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 12px 35px rgba(42, 32, 80, 0.05);
}

.form-header h3 {
  font-size: 24px;
  font-weight: 800;
  color: var(--brand-purple);
  margin: 0 0 8px 0;
}

.form-header p {
  font-size: 14px;
  color: var(--text-muted);
  margin: 0 0 24px 0;
}

.pci-contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-purple);
}

.form-group label .required {
  color: var(--brand-orange);
}

.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1.5px solid #edf5fa;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--brand-blue);
}

.form-group input.invalid {
  border-color: var(--brand-orange);
  background: rgba(232, 80, 39, 0.02);
}

.error-msg {
  font-size: 11.5px;
  color: var(--brand-orange);
  font-weight: 600;
  display: none;
}

.submit-btn-animated {
  background: linear-gradient(135deg, var(--brand-purple) 0%, var(--brand-blue) 100%);
  color: #ffffff;
  border: none;
  padding: 15px 32px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(0, 136, 204, 0.25);
  transition: all 0.35s ease;
  margin-top: 10px;
}

.submit-btn-animated:hover {
  background: var(--brand-orange);
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(232, 80, 39, 0.35);
}

.success-alert {
  display: none;
  background: rgba(16, 185, 129, 0.1);
  border: 1.5px solid #10b981;
  color: #065f46;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}


/* SECTION 3: MAP EMBED */
.location-map-section {
  padding: 60px 0 90px 0;
  background-color: #f8fafc;
  border-top: 1.5px solid #edf5fa;
  font-family: 'Poppins', sans-serif;
}

.map-section-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px auto;
}

.map-section-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--brand-purple);
  margin: 10px 0;
}

.map-section-header p {
  font-size: 15px;
  color: var(--text-muted);
  margin: 0;
}

.map-container-box {
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid #edf5fa;
  box-shadow: 0 15px 35px rgba(42, 32, 80, 0.08);
}


/* RESPONSIVE LAYOUT */
@media screen and (max-width: 992px) {
  .contact-grid-layout { grid-template-columns: 1fr; gap: 30px; }
}

@media screen and (max-width: 600px) {
  .contact-main-title { font-size: 28px; }
  .form-row-2 { grid-template-columns: 1fr; }
  .form-glass-card { padding: 25px 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da49b9e *//* =========================================================
   CONTACT & MAP SECTIONS - STYLING
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

:root {
  --brand-blue: #0088cc;
  --brand-orange: #e85027;
  --brand-purple: #2a2050;
  --brand-light: #f4f9fc;
  --text-dark: #1e293b;
  --text-muted: #64748b;
}

.pci-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.14;
  pointer-events: none;
}

.glow-blue-top { top: -80px; left: -50px; width: 380px; height: 380px; background: var(--brand-blue); }
.glow-orange-bottom { bottom: -80px; right: -50px; width: 380px; height: 380px; background: var(--brand-orange); }

/* --- SECTION 1: CONTACT FORM & INFO --- */
.contact-main-section {
  position: relative;
  padding: 70px 0;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.contact-hero-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 50px auto;
}

.pci-badge-capsule {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.badge-orange { background: rgba(232, 80, 39, 0.08); border: 1.5px solid rgba(232, 80, 39, 0.2); color: var(--brand-orange); }
.badge-purple { background: rgba(42, 32, 80, 0.08); border: 1.5px solid rgba(42, 32, 80, 0.2); color: var(--brand-purple); }

.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background-color: var(--brand-blue);
  box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.7);
  animation: pulseDot 1.8s infinite;
}

.pulse-dot.orange { background-color: var(--brand-orange); }

@keyframes pulseDot {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(0, 136, 204, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 136, 204, 0); }
}

.contact-main-title {
  font-size: 38px; line-height: 1.25; font-weight: 900;
  color: var(--brand-purple); margin: 0 0 16px 0;
}

.gradient-text-blue {
  background: linear-gradient(135deg, var(--brand-blue) 0%, #00b4d8 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.contact-hero-desc {
  font-size: 15.5px; line-height: 1.75; color: var(--text-muted); margin: 0;
}

.contact-grid-layout {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 35px;
}

.contact-info-column { display: flex; flex-direction: column; gap: 20px; }

.info-glass-card {
  background: #ffffff; border: 1.5px solid #edf5fa;
  border-radius: 20px; padding: 24px; display: flex;
  align-items: flex-start; gap: 18px;
  box-shadow: 0 8px 25px rgba(42, 32, 80, 0.04);
  transition: all 0.35s ease;
}

.info-glass-card:hover {
  transform: translateY(-5px); border-color: var(--brand-blue);
  box-shadow: 0 15px 35px rgba(0, 136, 204, 0.12);
}

.info-icon-box {
  width: 50px; height: 50px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; flex-shrink: 0;
}

.blue-glow { background: rgba(0, 136, 204, 0.1); color: var(--brand-blue); }
.orange-glow { background: rgba(232, 80, 39, 0.1); color: var(--brand-orange); }
.purple-glow { background: rgba(42, 32, 80, 0.1); color: var(--brand-purple); }

.info-card-text h4 { font-size: 18px; font-weight: 800; color: var(--brand-purple); margin: 0 0 6px 0; }
.info-card-text p { font-size: 13.5px; color: var(--text-muted); margin: 0 0 8px 0; line-height: 1.5; }
.info-link { font-size: 15px; font-weight: 700; color: var(--brand-orange); text-decoration: none; }
.info-subtext { font-size: 12px; font-weight: 600; color: var(--brand-purple); margin-top: 6px; display: block; }

/* Form Card */
.form-glass-card {
  background: #ffffff; border: 1.5px solid #edf5fa;
  border-radius: 24px; padding: 35px;
  box-shadow: 0 12px 35px rgba(42, 32, 80, 0.05);
}

.form-header h3 { font-size: 24px; font-weight: 800; color: var(--brand-purple); margin: 0 0 8px 0; }
.form-header p { font-size: 14px; color: var(--text-muted); margin: 0 0 24px 0; }

.pci-contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-group label { font-size: 13px; font-weight: 700; color: var(--brand-purple); }
.form-group label .required { color: var(--brand-orange); }

.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 16px; border-radius: 12px;
  border: 1.5px solid #edf5fa; font-family: 'Poppins', sans-serif;
  font-size: 13.5px; outline: none; box-sizing: border-box;
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--brand-blue); }
.error-msg { font-size: 11.5px; color: var(--brand-orange); font-weight: 600; display: none; }

.submit-btn-animated {
  background: linear-gradient(135deg, var(--brand-purple) 0%, var(--brand-blue) 100%);
  color: #ffffff; border: none; padding: 15px 32px; border-radius: 50px;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700;
  cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 10px 25px rgba(0, 136, 204, 0.25); transition: all 0.35s ease;
}

.submit-btn-animated:hover { background: var(--brand-orange); transform: translateY(-3px); }
.success-alert { display: none; background: rgba(16, 185, 129, 0.1); border: 1.5px solid #10b981; color: #065f46; padding: 14px; border-radius: 12px; font-size: 13.5px; font-weight: 600; text-align: center; }

/* --- SECTION 2: MAP SECTION --- */
.location-map-section {
  padding: 70px 0 90px 0;
  background-color: #f8fafc;
  border-top: 1.5px solid #edf5fa;
  font-family: 'Poppins', sans-serif;
}

.map-section-header {
  text-align: center; max-width: 650px; margin: 0 auto 40px auto;
}

.map-section-header h2 { font-size: 32px; font-weight: 800; color: var(--brand-purple); margin: 10px 0; }
.map-section-header p { font-size: 15px; color: var(--text-muted); margin: 0; }

.map-card-wrapper {
  background: #ffffff; border-radius: 24px;
  border: 1.5px solid #edf5fa; overflow: hidden;
  box-shadow: 0 15px 35px rgba(42, 32, 80, 0.08);
}

.map-iframe-container { width: 100%; height: 420px; }

.map-action-bar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 30px; background: #ffffff;
  border-top: 1.5px solid #edf5fa; flex-wrap: wrap; gap: 16px;
}

.map-address-info { display: flex; align-items: center; gap: 12px; }
.map-pin-icon { font-size: 26px; }
.map-address-info strong { font-size: 16px; color: var(--brand-purple); display: block; }
.map-address-info p { font-size: 13px; color: var(--text-muted); margin: 2px 0 0 0; }

.google-map-btn {
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-purple) 100%);
  color: #ffffff !important; text-decoration: none;
  padding: 12px 24px; border-radius: 50px;
  font-size: 14px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 20px rgba(0, 136, 204, 0.25); transition: all 0.3s ease;
}

.google-map-btn:hover {
  background: var(--brand-orange); transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(232, 80, 39, 0.35);
}

/* RESPONSIVE MEDIA QUERIES */
@media screen and (max-width: 992px) {
  .contact-grid-layout { grid-template-columns: 1fr; }
  .map-action-bar { flex-direction: column; align-items: flex-start; }
  .google-map-btn { width: 100%; justify-content: center; }
}

@media screen and (max-width: 600px) {
  .contact-main-title { font-size: 28px; }
  .form-row-2 { grid-template-columns: 1fr; }
  .form-glass-card { padding: 25px 18px; }
}/* End custom CSS */