.elementor-40 .elementor-element.elementor-element-126dc37{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c1d8bc2 *//* ========== SHARED ========== */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-tag {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #e5940e;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.orange-line {
  width: 55px;
  height: 3.5px;
  background: #e5940e;
  border-radius: 2px;
  margin: 12px 0 18px;
}

/* ========== CONTACT HERO ========== */
.contact-hero {
  background: #f7f9fb;
  position: relative;
  overflow: hidden;
}

.contact-hero-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 420px;
  position: relative;
}

.contact-hero-content {
  width: 48%;
  padding: 60px 40px 60px 50px;
  position: relative;
  z-index: 5;
}

.contact-hero-content h1 {
  font-size: 34px;
  font-weight: 800;
  color: #022653;
  margin: 0 0 6px 0;
}

.contact-hero-content h2 {
  font-size: 26px;
  font-weight: 700;
  color: #e5940e;
  margin: 0 0 6px 0;
}

.contact-hero-content p {
  font-size: 15.5px;
  line-height: 1.65;
  color: #3a4d64;
  margin: 0 0 28px 0;
  max-width: 400px;
}

.hero-features {
  display: flex;
  gap: 28px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eef2f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #022653;
  font-size: 18px;
}

.feature-item span {
  font-size: 13px;
  font-weight: 600;
  color: #022653;
  line-height: 1.3;
}

/* Hero Visual */
.contact-hero-visual {
  position: absolute;
  top: 0;
  right: 0;
  width: 56%;
  height: 100%;
  overflow: hidden;
}

.contact-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.shape {
  position: absolute;
  pointer-events: none;
  z-index: 4;
}

.shape-navy {
  top: -30px;
  left: -40px;
  width: 150px;
  height: 130%;
  background: #022653;
  transform: rotate(28deg);
  clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
}

.shape-gold {
  top: 20%;
  left: 30px;
  width: 90px;
  height: 90px;
  border: 12px solid #e5940e;
  background: transparent;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.shape-navy-bottom {
  bottom: -40px;
  left: 15px;
  width: 130px;
  height: 50%;
  background: #022653;
  transform: rotate(28deg);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

/* ========== CONTACT MAIN ========== */
.contact-main {
  padding: 70px 0 90px;
  background: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 50px;
  margin-bottom: 50px;
}

.get-in-touch h2 {
  font-size: 26px;
  font-weight: 800;
  color: #022653;
  margin: 0 0 28px 0;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eef2f7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #022653;
  font-size: 16px;
  flex-shrink: 0;
}

.contact-list strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #022653;
  margin-bottom: 3px;
}

.contact-list p {
  font-size: 14px;
  line-height: 1.5;
  color: #4a5c72;
  margin: 0;
}

.contact-list a {
  color: #4a5c72;
  text-decoration: none;
}

.contact-list a:hover {
  color: #e5940e;
}

/* Form Card */
.contact-form-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 8px 30px rgba(2, 38, 83, 0.08);
  border: 1px solid #f0f2f5;
}

.form-subtitle {
  font-size: 14px;
  color: #5a6b7f;
  margin: 0 0 24px 0;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #e0e5ec;
  border-radius: 8px;
  font-size: 14.5px;
  color: #022653;
  background: #fafbfc;
  transition: border-color 0.2s;
  font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #e5940e;
  background: #ffffff;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  font-size: 13.5px;
  color: #4a5c72;
}

.form-check input {
  width: 16px;
  height: 16px;
  accent-color: #022653;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #022653;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 28px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-submit:hover {
  background: #011a3a;
  transform: translateY(-2px);
}

/* Map + Hours */
.map-hours-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
}

.map-card {
  border-radius: 12px;
  overflow: hidden;
  height: 520px;
  box-shadow: 0 6px 20px rgba(2, 38, 83, 0.08);
  border: 1px solid #eef0f3;
}

.hours-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 6px 20px rgba(2, 38, 83, 0.08);
  border: 1px solid #eef0f3;
}

.hours-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #022653;
  margin: 0 0 22px 0;
}

.hours-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.hours-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.hours-list i {
  color: #e5940e;
  font-size: 16px;
  margin-top: 3px;
}

.hours-list strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #022653;
  margin-bottom: 2px;
}

.hours-list span {
  font-size: 14px;
  color: #5a6b7f;
}

.hours-note {
  display: flex;
  gap: 12px;
  background: #f7f9fb;
  padding: 16px;
  border-radius: 8px;
}

.hours-note i {
  color: #022653;
  font-size: 18px;
  margin-top: 2px;
}

.hours-note p {
  font-size: 13.5px;
  line-height: 1.5;
  color: #3a4d64;
  margin: 0;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 992px) {
  .contact-hero-inner {
    flex-direction: column;
    min-height: auto;
  }

  .contact-hero-content {
    width: 100%;
    padding: 50px 28px 40px;
  }

  .contact-hero-visual {
    position: relative;
    width: 100%;
    height: 340px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .map-hours-grid {
    grid-template-columns: 1fr;
  }

  .map-card {
    height: 280px;
  }
}

@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .hero-features {
    gap: 18px;
  }

  .contact-hero-content h1 {
    font-size: 28px;
  }

  .contact-hero-content h2 {
    font-size: 22px;
  }
}/* End custom CSS */