.elementor-27 .elementor-element.elementor-element-7a23c25{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-4ed618c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-925afd3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-27 .elementor-element.elementor-element-f6bf36b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-4ed618c *//* =====================================================
   SV TRADELINK CONTACT PAGE
   Complete CSS For Current 4 Field Contact Form
   Prefix: svtlc-
===================================================== */

.svtlc-page {
  width: 100%;
  position: relative;
  padding: 82px 20px 95px !important;
  background:
    radial-gradient(circle at 8% 8%, rgba(0, 163, 224, 0.13), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(0, 74, 173, 0.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f2f3f4 100%);
  overflow: hidden;
}

.svtlc-page::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  left: 50%;
  top: 160px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(0, 74, 173, 0.055), transparent 70%);
  pointer-events: none;
}

.svtlc-page > .e-con-inner {
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  position: relative;
  z-index: 2;
}

/* =====================================================
   PAGE HEADING
===================================================== */

.svtlc-head {
  width: 100%;
  max-width: 790px;
  margin: 0 auto 48px;
  text-align: center;
}

.svtlc-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00a3e0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.svtlc-head h1 {
  color: #004aad;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -1.2px;
  margin: 0;
}

.svtlc-head h1::after {
  content: "";
  display: block;
  width: 74px;
  height: 4px;
  margin: 22px auto 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #004aad, #00a3e0);
}

.svtlc-head p {
  color: #536f98;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  margin: 20px 0 0;
}

/* =====================================================
   FORM + MAP GRID
===================================================== */

.svtlc-main-grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px !important;
  align-items: stretch !important;
}

.svtlc-main-grid > .e-con-inner {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px !important;
  align-items: stretch !important;
}

.svtlc-left,
.svtlc-right {
  width: 100%;
  min-width: 0;
  height: 100% !important;
  display: flex !important;
  align-items: stretch !important;
}

.svtlc-left .elementor-widget-shortcode,
.svtlc-left .elementor-widget-container,
.svtlc-left .wpcf7,
.svtlc-left form,
.svtlc-right .elementor-widget-html,
.svtlc-right .elementor-widget-container {
  width: 100% !important;
  height: 100% !important;
}

/* =====================================================
   FORM CARD
===================================================== */

.svtlc-form-card {
  width: 100%;
  height: 100% !important;
  min-height: 560px !important;
  padding: 40px 40px 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  border: 1px solid rgba(0, 74, 173, 0.12);
  border-radius: 26px;
  box-shadow: 0 24px 70px rgba(0, 46, 110, 0.12);
}

.svtlc-form-top {
  margin-bottom: 26px;
}

.svtlc-form-top span {
  display: inline-flex;
  color: #00a3e0;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.svtlc-form-top h2 {
  color: #004aad;
  font-size: 31px;
  line-height: 1.18;
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}

.svtlc-form-top p {
  color: #5b7194;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
}

/* =====================================================
   CF7 FIELD DESIGN
===================================================== */

.svtlc-form-card p {
  margin: 0 !important;
}

.svtlc-row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.svtlc-field {
  width: 100%;
  margin-bottom: 17px;
}

.svtlc-field.svtlc-full {
  width: 100%;
}

.svtlc-field label {
  display: block;
  color: #003f8f;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 8px;
}

.svtlc-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.svtlc-field input,
.svtlc-field textarea,
.svtlc-field select {
  width: 100% !important;
  height: 52px !important;
  background: #f8fbff !important;
  border: 1px solid rgba(0, 74, 173, 0.17) !important;
  border-radius: 14px !important;
  color: #12345f !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 0 16px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.25s ease;
}

.svtlc-field textarea {
  height: 120px !important;
  min-height: 120px !important;
  max-height: 120px !important;
  padding: 14px 16px !important;
  resize: none !important;
  line-height: 1.6 !important;
}

.svtlc-field input::placeholder,
.svtlc-field textarea::placeholder {
  color: #8aa6ca;
  opacity: 1;
}

.svtlc-field input:focus,
.svtlc-field textarea:focus,
.svtlc-field select:focus {
  background: #ffffff !important;
  border-color: #00a3e0 !important;
  box-shadow: 0 0 0 4px rgba(0, 163, 224, 0.12) !important;
}

/* =====================================================
   SUBMIT BUTTON
===================================================== */

.svtlc-submit {
  width: 100%;
  text-align: left;
  margin-top: 4px;
}

.svtlc-submit input[type="submit"],
.svtlc-form-card input.wpcf7-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 175px !important;
  height: 50px !important;
  padding: 0 32px !important;
  border: none !important;
  border-radius: 50px !important;
  background: linear-gradient(135deg, #00a3e0 0%, #004aad 100%) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  box-shadow: 0 14px 30px rgba(0, 74, 173, 0.28) !important;
  transition: all 0.25s ease !important;
}

.svtlc-submit input[type="submit"]:hover,
.svtlc-form-card input.wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 74, 173, 0.36) !important;
}

/* =====================================================
   CF7 VALIDATION / RESPONSE
===================================================== */

.svtlc-form-card .wpcf7-not-valid-tip {
  color: #d93025;
  font-size: 12px;
  margin-top: 6px;
  font-weight: 500;
}

.svtlc-form-card .wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  text-align: left;
}

.svtlc-form-card form.sent .wpcf7-response-output {
  border-color: rgba(0, 74, 173, 0.20) !important;
  background: #f0f8ff !important;
  color: #194596 !important;
}

.svtlc-form-card form.invalid .wpcf7-response-output,
.svtlc-form-card form.failed .wpcf7-response-output {
  border-color: rgba(217, 48, 37, 0.25) !important;
  background: #fff5f5 !important;
  color: #b3261e !important;
}

/* =====================================================
   OFFICE / MAP CARD
===================================================== */

.svtlc-office-card {
  width: 100%;
  height: 100% !important;
  min-height: 560px !important;
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  background: #ffffff;
  border: 1px solid rgba(0, 74, 173, 0.12);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 46, 110, 0.12);
}

.svtlc-map {
  width: 100%;
  height: auto !important;
  min-height: 345px !important;
  flex: 1 1 auto !important;
  background: #eaf6ff;
  overflow: hidden;
  position: relative;
}

.svtlc-map iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 345px !important;
  border: 0 !important;
  display: block !important;
  filter: grayscale(8%) contrast(98%);
}

.svtlc-office-content {
  flex: 0 0 auto !important;
  padding: 32px 38px 36px;
  background:
    radial-gradient(circle at 90% 10%, rgba(0, 163, 224, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.svtlc-office-content span {
  display: inline-flex;
  color: #00a3e0;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.svtlc-office-content h3 {
  color: #004aad;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.4px;
  margin: 0 0 12px;
}

.svtlc-office-content p {
  color: #536f98;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 500;
  margin: 0 0 24px;
}

.svtlc-office-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.svtlc-office-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 50px;
  background: #eef7ff;
  border: 1px solid rgba(0, 74, 173, 0.14);
  color: #004aad !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.svtlc-office-actions a:hover {
  background: #004aad;
  color: #ffffff !important;
  border-color: #004aad;
  transform: translateY(-2px);
}

/* =====================================================
   CONTACT INFO CARDS
===================================================== */

.svtlc-info-grid {
  width: 100%;
  max-width: 1200px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.svtlc-info-card {
  position: relative;
  min-height: 225px;
  padding: 32px 30px 30px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 74, 173, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 46, 110, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.svtlc-info-card::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 30px;
  width: 44px;
  height: 4px;
  border-radius: 50px;
  background: linear-gradient(90deg, #00a3e0, #004aad);
}

.svtlc-info-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 163, 224, 0.35);
  box-shadow: 0 26px 60px rgba(0, 46, 110, 0.14);
}

.svtlc-info-icon {
  width: 56px;
  height: 56px;
  margin-top: 36px;
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #00a3e0 0%, #004aad 100%);
  box-shadow: 0 14px 28px rgba(0, 163, 224, 0.25);
}

.svtlc-info-icon i {
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}

.svtlc-info-icon svg {
  width: 23px;
  height: 23px;
  fill: #ffffff;
}

.svtlc-info-card h3 {
  color: #003f8f;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  margin: 0 0 12px;
}

.svtlc-info-card p {
  color: #536f98;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
  margin: 0;
}

.svtlc-info-card a {
  color: #536f98 !important;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.svtlc-info-card a:hover {
  color: #004aad !important;
}

/* =====================================================
   TABLET RESPONSIVE
===================================================== */

@media (max-width: 1024px) {
  .svtlc-page {
    padding: 66px 18px 82px !important;
  }

  .svtlc-head {
    margin-bottom: 40px;
  }

  .svtlc-head h1 {
    font-size: 40px;
  }

  .svtlc-main-grid,
  .svtlc-main-grid > .e-con-inner {
    max-width: 1000px;
    grid-template-columns: 1fr;
    gap: 24px !important;
  }

  .svtlc-form-card,
  .svtlc-office-card {
    min-height: auto !important;
  }

  .svtlc-form-card {
    padding: 34px 28px 32px;
  }

  .svtlc-form-top h2 {
    font-size: 28px;
  }

  .svtlc-map,
  .svtlc-map iframe {
    min-height: 360px !important;
  }

  .svtlc-office-content {
    padding: 30px 30px 32px;
  }

  .svtlc-office-content h3 {
    font-size: 24px;
  }

  .svtlc-info-grid {
    max-width: 1000px;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .svtlc-info-card {
    padding: 30px 22px 28px;
  }
}

/* =====================================================
   MOBILE RESPONSIVE
===================================================== */

@media (max-width: 767px) {
  .svtlc-page {
    padding: 52px 15px 66px !important;
  }

  .svtlc-page > .e-con-inner {
    width: 100% !important;
  }

  .svtlc-head {
    margin-bottom: 32px;
  }

  .svtlc-head span {
    font-size: 13px;
  }

  .svtlc-head h1 {
    font-size: 32px;
    line-height: 1.18;
    letter-spacing: -0.5px;
  }

  .svtlc-head h1::after {
    width: 60px;
    height: 3px;
    margin-top: 16px;
  }

  .svtlc-head p {
    font-size: 14px;
    line-height: 1.65;
    margin-top: 16px;
  }

  .svtlc-main-grid,
  .svtlc-main-grid > .e-con-inner {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .svtlc-left,
  .svtlc-right {
    height: auto !important;
    display: block !important;
  }

  .svtlc-left .elementor-widget-shortcode,
  .svtlc-left .elementor-widget-container,
  .svtlc-left .wpcf7,
  .svtlc-left form,
  .svtlc-right .elementor-widget-html,
  .svtlc-right .elementor-widget-container {
    height: auto !important;
    display: block !important;
  }

  .svtlc-form-card {
    height: auto !important;
    min-height: auto !important;
    padding: 30px 20px 32px;
    border-radius: 22px;
  }

  .svtlc-form-top {
    margin-bottom: 22px;
  }

  .svtlc-form-top h2 {
    font-size: 27px;
  }

  .svtlc-form-top p {
    font-size: 13px;
  }

  .svtlc-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .svtlc-field {
    margin-bottom: 15px;
  }

  .svtlc-field input,
  .svtlc-field textarea,
  .svtlc-field select {
    height: 50px !important;
    font-size: 13px !important;
  }

  .svtlc-field textarea {
    height: 112px !important;
    min-height: 112px !important;
    max-height: 112px !important;
  }

  .svtlc-submit {
    text-align: center;
    margin-top: 6px;
  }

  .svtlc-submit input[type="submit"],
  .svtlc-form-card input.wpcf7-submit {
    width: 100% !important;
    min-width: 100% !important;
  }

  .svtlc-office-card {
    height: auto !important;
    min-height: auto !important;
    border-radius: 22px;
  }

  .svtlc-map,
  .svtlc-map iframe {
    height: 310px !important;
    min-height: 310px !important;
  }

  .svtlc-office-content {
    padding: 28px 22px 30px;
  }

  .svtlc-office-content h3 {
    font-size: 22px;
  }

  .svtlc-office-content p {
    font-size: 14px;
  }

  .svtlc-office-actions {
    flex-direction: column;
  }

  .svtlc-office-actions a {
    width: 100%;
  }

  .svtlc-info-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }

  .svtlc-info-card {
    min-height: auto;
    padding: 32px 24px 30px;
    border-radius: 20px;
  }

  .svtlc-info-icon {
    margin-top: 36px;
    margin-bottom: 22px;
  }
}/* End custom CSS */