/* =====================================================
   SHAD HERO + WHY CHOOSE + VISIT US (JT Section)
   Clash-free extracted CSS for Advance Excel page
   ===================================================== */

/* ---------- Required Variables ---------- */
:root {
  --font-primary: "Inter", Arial, sans-serif;
  --fs-h1: 42px;
  --fs-h2: 40px;
  --fs-h3: 32px;
  --fs-body: 16px;
  --fs-lg: 18px;
  --fs-sm: 14px;
  --fs-caption: 12px;
  --fs-btn: 16px;
  --color-primary: #ff5421;
  --color-primary-light: #ff6b3d;
  --color-heading: #0b1220;
  --color-body: #3f5170;
  --color-body-cert: #4a5568;
  --color-surface: #ffffff;
  --color-surface-primary-soft: #fff5f0;
  --color-navy: #0d1b3e;
  --color-success: #1fa40d;
}

@media (max-width: 1199px) {
  :root { --fs-h1: 40px; --fs-h2: 34px; --fs-h3: 28px; }
}
@media (max-width: 767px) {
  :root { --fs-h1: 32px; --fs-h2: 28px; --fs-h3: 24px; --fs-btn: 15px; }
}

/* ---------- SHAD WRAP (Hero) ---------- */
.shad-wrap {
  font-family: var(--font-primary);
  color: var(--color-heading);
  background: var(--color-surface);
  max-width: 1300px;
  margin: 0 auto;
  padding: 110px 16px 0;          /* ← Navbar overlap fix */
  box-sizing: border-box;
}

.shad-wrap * {
  box-sizing: border-box;
}

/* Breadcrumb */
.shad-crumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: var(--fs-sm);
  margin-bottom: 20px;
}
.shad-crumb-left {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5b6b85;
  flex-wrap: wrap;
}
.shad-crumb-left a {
  color: #5b6b85;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.shad-crumb-left a:hover { color: var(--color-primary); }
.shad-crumb-left svg {
  width: 14px; height: 14px;
  stroke: currentColor; fill: none;
  stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round;
}
.shad-crumb-sep { color: #b8c2d4; }
.shad-crumb-current {
  color: var(--color-heading);
  font-weight: 700;
}
.shad-crumb-right {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #5b6b85;
}
.shad-crumb-right b {
  color: var(--color-heading);
  font-weight: 700;
}
.shad-crumb-right a { color: inherit; text-decoration: none; }
.shad-crumb-right svg {
  width: 15px; height: 15px;
  stroke: #5b6b85; fill: none; stroke-width: 1.9;
}

/* Hero Layout */
.shad-hero {
  display: flex;
  gap: 34px;
  align-items: flex-start;
}
.shad-left { flex: 1 1 auto; min-width: 0; }
.shad-right {
  flex: 0 0 388px;
  max-width: 388px;
  min-width: 0;
}
.shad-left-card { padding: 14px 16px 0; }

.shad-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #fff3ec;
  color: var(--color-primary);
  font-size: var(--fs-caption);
  font-weight: 700;
  padding: 6px 13px;
  border-radius: 50px;
  margin-bottom: 18px;
  width: fit-content;
}

.shad-h1 {
  font-size: var(--fs-h1);
  font-weight: 800;
  line-height: 1.28;
  margin: 0 0 16px;
  letter-spacing: -0.5px;
  color: var(--color-heading);
  overflow: visible;
}
.shad-h1 span {
  color: var(--color-primary);
  display: block;
}

.shad-desc {
  font-size: var(--fs-sm);
  color: var(--color-body);
  line-height: 1.72;
  margin: 0 0 18px;
  max-width: 700px;
}

/* Ratings */
.shad-ratings {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 16px;
  align-items: center;
  margin-bottom: 24px;
}
.shad-r-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--fs-caption);
  font-weight: 600;
  color: #243047;
  text-decoration: none;
}
.shad-r-item:hover { color: var(--color-primary); }
.shad-r-item img {
  width: 17px; height: 17px;
  object-fit: contain;
}

/* Buttons */
.shad-btns,
.uc-placement-training {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.uc-placement-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 11px 17px;
  border-radius: 7px;
  font-size: var(--fs-btn);
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  line-height: 1.2;
  white-space: nowrap;
  transition: background 0.2s, box-shadow 0.2s, transform 0.18s;
}
.uc-placement-btn img {
  width: 14px; height: 14px;
  object-fit: contain;
}
.uc-placement-btn-outline {
  border: 1.5px solid var(--color-primary);
  color: var(--color-primary);
  background: var(--color-surface);
}
.uc-placement-btn-outline:hover {
  background: var(--color-surface-primary-soft);
}
.uc-placement-btn-fill {
  border: 1.5px solid transparent;
  background: var(--color-primary);
  color: #fff;
}
.uc-placement-btn-fill:hover {
  background: #ec4715;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 84, 33, 0.3);
}

/* Right Card */
.shad-card {
  background: var(--color-surface);
  border-radius: 18px;
  box-shadow: 0 10px 34px rgba(15, 27, 62, 0.10);
  padding: 14px 15px 13px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.shad-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-primary-light));
  color: #fff;
  font-size: var(--fs-caption);
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 5px 14px;
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto 11px;
}
.shad-title {
  text-align: center;
  font-size: var(--fs-body);
  font-weight: 800;
  color: var(--color-heading);
  line-height: 1.3;
  margin: 0 0 12px;
}
.shad-title span { color: var(--color-primary); }

.shad-pricing { margin-bottom: 11px; }
.shad-now {
  border-radius: 11px;
  padding: 11px 8px;
  text-align: center;
  background: var(--color-success);
}
.shad-now .shad-l {
  font-size: var(--fs-caption);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 3px;
}
.shad-now .shad-v {
  font-size: var(--fs-lg);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}
.shad-now .shad-g {
  font-size: var(--fs-caption);
  color: rgba(255, 255, 255, 0.9);
  margin-top: 2px;
}

/* Features boxes */
.shad-feats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-bottom: 14px;
}
.shad-f {
  border-radius: 11px;
  padding: 9px 4px;
  text-align: center;
  border: 1.5px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.shad-f.p { background: #faf6ff; border-color: #ead9fb; }
.shad-f.g { background: #f2fdf5; border-color: #c3f0cf; }
.shad-f.o { background: #fff8ef; border-color: #fbdcb4; }
.shad-f .shad-i {
  width: 23px; height: 23px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shad-f.p .shad-i { background: #f3e8ff; color: #9333ea; }
.shad-f.g .shad-i { background: #dcfce7; color: #16a34a; }
.shad-f.o .shad-i { background: #ffedd5; color: var(--color-primary); }
.shad-f .shad-t {
  font-size: var(--fs-caption);
  font-weight: 700;
  color: #1f2937;
  line-height: 1.2;
}
.shad-f .shad-d {
  font-size: var(--fs-caption);
  color: #7b8394;
  line-height: 1.3;
}

/* Form */
.shad-form { padding-top: 2px; }
.shad-fh {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 11px;
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--color-heading);
}
.shad-fh svg {
  width: 15px; height: 15px;
  color: var(--color-primary);
}
.shad-row {
  display: flex;
  gap: 9px;
  margin-bottom: 9px;
}
.shad-ig {
  position: relative;
  flex: 1;
  min-width: 0;
}
.shad-ig input,
.shad-ig select {
  width: 100%;
  height: 41px;
  padding: 0 10px 0 36px;
  border: 1.5px solid #ffd6c4;
  border-radius: 9px;
  font-size: var(--fs-sm);
  font-family: inherit;
  outline: none;
  background: #fff9f6;
  color: var(--color-heading);
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.shad-ig select {
  color: var(--color-body-cert);
  cursor: pointer;
  padding-right: 28px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ff5421' stroke-width='2.6'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.shad-ig input::placeholder { color: #b08d7c; }
.shad-ig input:focus,
.shad-ig select:focus {
  border-color: var(--color-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 84, 33, 0.14);
}
.shad-ig .shad-ic {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff9670;
  pointer-events: none;
}
.shad-ig .shad-ic svg {
  width: 15px; height: 15px;
  fill: none; stroke: currentColor;
}
.shad-btn {
  width: 100%;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 9px;
  padding: 13px;
  font-size: var(--fs-btn);
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 4px 0 9px;
  transition: background 0.2s, box-shadow 0.2s, transform 0.18s;
}
.shad-btn:hover {
  background: #ec4715;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255, 84, 33, 0.32);
}
.shad-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: var(--fs-caption);
  color: #a3adbd;
}

/* Trust Strip */
.shad-strip {
  background: var(--color-navy);
  border-radius: 12px;
  margin: 34px 0 40px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
}
.shad-strip-item {
  padding: 22px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}
.shad-strip-item:last-child { border-right: 0; }
.shad-strip-item h4 {
  font-size: var(--fs-sm);
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.35;
}
.shad-strip-item p {
  font-size: var(--fs-caption);
  color: #95a1ba;
  line-height: 1.55;
  margin: 0;
}

/* ---------- WHY CHOOSE SECTION ---------- */
.container-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px 20px;
}
.sahid-why-choose-section {
  width: 100%;
  min-height: 175px;
  border: 1px solid #e1e6ee;
  border-radius: 17px;
  display: flex;
  align-items: center;
  padding: 25px 38px;
  margin: 8px 0 20px;
  background: var(--color-surface);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sahid-why-choose-section:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}
.sahid-why-choose-heading {
  width: 300px;
  flex-shrink: 0;
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1.2;
  padding-right: 25px;
}
.sahid-why-heading-line { color: #0b2345; }
.sahid-why-heading-highlight { color: #f15a29; }

.sahid-statistics-wrapper {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 100%;
}
.sahid-statistics-item {
  min-height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px 10px;
  border-left: 1px solid #e0e5ec;
}
.sahid-statistics-number {
  color: #f15a29;
  font-size: var(--fs-h3);
  font-weight: 700;
  margin-bottom: 7px;
}
.sahid-statistics-text {
  color: #17345f;
  font-size: var(--fs-body);
  line-height: 1.3;
}

.sahid-benefits-bar {
  width: 100%;
  min-height: 64px;
  background: #0d234d;
  border-radius: 14px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(13, 35, 77, 0.10);
}
.sahid-benefit-item {
  color: #fff;
  text-align: center;
  font-size: var(--fs-body);
  padding: 10px 8px;
  transition: background 0.25s ease;
}
.sahid-benefit-item:hover {
  background: rgba(255, 255, 255, 0.07);
}

/* ---------- VISIT US (JT Section) ---------- */
.jt-section-style {
  max-width: 1300px;
  margin: 40px auto 60px;
  padding: 0 16px;
  font-family: var(--font-primary);
}
.jt-visit-head {
  text-align: center;
  margin-bottom: 32px;
}
.jt-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.jt-visit-head h2 {
  font-size: 32px;
  font-weight: 800;
  color: var(--color-heading);
  margin: 0 0 16px;
  line-height: 1.25;
}
.jt-visit-head p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-body);
}

.jt-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jt-loc-card {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(15, 27, 62, 0.1);
  background: #fff;
}
.jt-loc-panel {
  padding: 28px 30px;
  background: #fff;
}
.jt-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8f8e8;
  color: #1a7a1a;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 22px;
}
.jt-dot {
  width: 8px; height: 8px;
  background: #22c55e;
  border-radius: 50%;
  display: inline-block;
}
.jt-loc-row {
  display: flex;
  gap: 14px;
  margin-bottom: 4px;
}
.jt-ico {
  width: 20px; height: 20px;
  flex-shrink: 0;
  stroke: var(--color-primary);
  margin-top: 3px;
}
.jt-loc-body { flex: 1; }
.jt-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #8a94a6;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.jt-value {
  font-size: 15px;
  color: var(--color-heading);
  line-height: 1.5;
  font-weight: 500;
}
.jt-value--link {
  font-size: 15px;
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: none;
}
.jt-value--link:hover { text-decoration: underline; }
.jt-copy-btn {
  margin-top: 6px;
  background: #fff3ec;
  color: var(--color-primary);
  border: none;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 6px;
  cursor: pointer;
}
.jt-copy-btn:hover { background: #ffe4d4; }
.jt-hr {
  display: block;
  height: 1px;
  background: #eef0f4;
  margin: 18px 0;
}
.jt-hours-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-heading);
}
.jt-chev {
  width: 16px; height: 16px;
  transition: transform 0.25s;
}
.jt-hours-toggle[aria-expanded="true"] .jt-chev {
  transform: rotate(180deg);
}
.jt-week {
  display: none;
  margin-top: 12px;
}
.jt-hours-toggle[aria-expanded="true"] + .jt-week {
  display: block;
}
.jt-day {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 5px 0;
  color: #4a5568;
}
.jt-day--now {
  font-weight: 700;
  color: var(--color-primary);
}
.jt-loc-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px;
}
.jt-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.jt-tag {
  background: #f4f6fa;
  color: #3d4a5c;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 50px;
}
.jt-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.jt-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}
.jt-btn--solid {
  background: var(--color-primary);
  color: #fff;
}
.jt-btn--solid:hover {
  background: #ec4715;
  transform: translateY(-1px);
}
.jt-btn--line {
  border: 1.5px solid var(--color-primary);
  color: var(--color-primary);
  background: #fff;
}
.jt-btn--line:hover {
  background: var(--color-surface-primary-soft);
}
.jt-btn-ico {
  width: 16px; height: 16px;
}
.jt-loc-map {
  min-height: 420px;
  background: #f0f2f5;
}
.jt-loc-map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}
.jt-footnote {
  text-align: center;
  font-size: 14px;
  color: #5b6b85;
  margin-top: 8px;
}
.jt-footnote a {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: none;
}
.jt-footnote a:hover { text-decoration: underline; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1180px) {
  .shad-right { flex-basis: 352px; max-width: 352px; }
}
@media (max-width: 1100px) {
  .shad-strip { grid-template-columns: repeat(3, 1fr); }
  .shad-strip-item:nth-child(3n) { border-right: 0; }
  .shad-strip-item:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,0.13); }
}
@media (max-width: 992px) {
  .shad-wrap { padding-top: 100px; }
  .shad-hero { flex-direction: column; gap: 22px; }
  .shad-left, .shad-right { flex: 1 1 auto; width: 100%; max-width: 100%; }
  .shad-left-card { padding: 0; }
  .shad-card { max-width: 480px; margin: 0 auto; }

  .sahid-why-choose-section {
    flex-direction: column;
    padding: 24px 20px;
    text-align: center;
  }
  .sahid-why-choose-heading {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .sahid-statistics-wrapper { grid-template-columns: repeat(3, 1fr); }
  .sahid-statistics-item { border-left: none; border-bottom: 1px solid #e0e5ec; }
  .sahid-benefits-bar { grid-template-columns: repeat(3, 1fr); }

  .jt-loc-card { grid-template-columns: 1fr; }
  .jt-loc-map { min-height: 320px; }
  .jt-loc-map iframe { min-height: 320px; }
}
@media (max-width: 700px) {
  .shad-wrap { padding: 90px 14px 0; }
  .shad-strip { grid-template-columns: repeat(2, 1fr); }
  .sahid-statistics-wrapper { grid-template-columns: repeat(2, 1fr); }
  .sahid-benefits-bar { grid-template-columns: repeat(2, 1fr); }
  .jt-loc-cols { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .shad-feats { grid-template-columns: 1fr; }
  .shad-row { flex-direction: column; }
  .shad-strip { grid-template-columns: 1fr; }
  .sahid-statistics-wrapper,
  .sahid-benefits-bar { grid-template-columns: 1fr; }
}

/* ========== NEW POPUP FORM CSS (same as Data Analytics) ========== */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9998;
  display: none;
}

.pop-up-form-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  width: 100%;
  max-width: 420px;
  padding: 0 16px;
}

.pop-up-form-container .form-section {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  position: relative;
}

.pop-up-form-container .close-sign {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: #ff5421;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}

.pop-up-form-container .form-top-head {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1e2b41;
  margin-bottom: 22px;
}

.pop-up-form-container .form-thumb {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pop-up-form-container .form-thumb input,
.pop-up-form-container .form-thumb select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-size: 15px;
  font-family: inherit;
  background: #f8fafc;
  color: #1e2b41;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.pop-up-form-container .form-thumb input::placeholder {
  color: #94a3b8;
}

.pop-up-form-container .form-thumb input:focus,
.pop-up-form-container .form-thumb select:focus {
  border-color: #ff5421;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 84, 33, 0.12);
}

.pop-up-form-container .form-thumb select {
  color: #1e2b41;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ff5421' stroke-width='2.5'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.pop-up-form-container .submit-btn {
  width: 100%;
  height: 50px;
  background: #ff5421;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.2s, transform 0.15s;
}

.pop-up-form-container .submit-btn:hover {
  background: #ec4715;
  transform: translateY(-1px);
}

/* Mobile */
@media (max-width: 480px) {
  .pop-up-form-container {
    max-width: 95%;
  }
  .pop-up-form-container .form-section {
    padding: 24px 18px 20px;
  }
}