.elementor-2962 .elementor-element.elementor-element-c81867b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2962 .elementor-element.elementor-element-42f1311{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-42f1311 *//* ===== ABROAD WALK-IN : GAMCA MEDICAL PAGE ===== */
.gamca-page {
  font-family: Inter, Arial, sans-serif;
  color: #0b1725;
}

/* HEADER */
.gamca-header {
  position: None;
  top: 0;
  background: #ffffff;
  border-bottom: 1px solid #d6e6ff;
  z-index: 999;
}

.gamca-nav {
  max-width: 1160px;
  margin: auto;
  padding: 14px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  font-weight: 800;
  font-size: 18px;
  color: #1f6fe5; /* BRAND BLUE */
}

.nav-links a {
  margin-left: 14px;
  font-weight: 600;
  color: #1f6fe5;
}

.nav-links a:hover {
  color: #1558b0;
}

/* HERO */
.gamca-hero {
  background: #eaf2ff;
  padding: 32px 0;
}

.hero-wrap {
  max-width: 1160px;
  margin: auto;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
}

@media (max-width: 900px) {
  .hero-wrap {
    grid-template-columns: 1fr;
  }
}

.eyebrow {
  background: #ffffff;
  color: #1f6fe5;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.lead {
  color: #334155;
}

.stats span {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}

/* LAYOUT */
.shell {
  max-width: 1160px;
  margin: 20px auto;
  padding: 0 22px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
}

@media (max-width: 900px) {
  .shell {
    grid-template-columns: 1fr;
  }
}

/* SIDEBAR */
.panel {
  background: #ffffff;
  border: 1px solid #d6e6ff;
  border-radius: 12px;
  padding: 16px;
}

.steps li {
  margin-bottom: 8px;
}

/* CARD */
.card {
  background: #ffffff;
  border: 1px solid #d6e6ff;
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 16px;
}

.highlight {
  border-left: 4px solid #1f6fe5;
}

/* FORM */
label {
  font-weight: 600;
  font-size: 14px;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #cfe0ff;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #1f6fe5;
  box-shadow: 0 0 0 2px rgba(31,111,229,0.15);
}

.grid {
  display: grid;
  gap: 14px;
}

.g-2 {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 700px) {
  .g-2 {
    grid-template-columns: 1fr;
  }
}

.full {
  grid-column: 1 / -1;
}

/* BUTTONS */
.btn.primary {
  background: #1f6fe5;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px; /* matches site buttons */
  font-weight: 700;
}

.btn.primary:hover {
  background: #1558b0;
}

.btn.secondary {
  border: 1px solid #1f6fe5;
  color: #1f6fe5;
  padding: 12px 18px;
  border-radius: 999px;
}

/* SUBMIT BAR */
.submitbar {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.consent {
  font-size: 13px;
  color: #475569;
}/* End custom CSS */