/* Start custom CSS for html, class: .elementor-element-fb348eb *//* ===============================
   Contact Page - Hero
================================ */

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-contact-hero {
  position: relative;
  min-height: 68vh;
  padding: 190px 0 105px;
  background: #071b33;
  overflow: hidden;
  font-family: inherit;
}

.sl-contact-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(6, 23, 43, 0.98) 0%,
      rgba(7, 27, 51, 0.94) 52%,
      rgba(11, 79, 138, 0.62) 100%
    ),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center right;
}

.sl-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 28%, rgba(56, 189, 248, 0.16), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,0.08), transparent 24%);
  pointer-events: none;
}

.sl-contact-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 72px;
  align-items: center;
}

.sl-contact-hero-content {
  max-width: 850px;
}

.sl-contact-hero-label {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.34);
  color: #dff6ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 26px;
}

.sl-contact-hero-content h1 {
  color: #ffffff;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-weight: 900;
  margin: 0 0 24px;
}

.sl-contact-hero-content p {
  color: #dbeafe;
  font-size: 17px;
  line-height: 1.9;
  max-width: 780px;
  margin: 0;
}

.sl-contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sl-contact-hero-primary,
.sl-contact-hero-secondary {
  min-height: 52px;
  padding: 15px 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.sl-contact-hero-primary {
  color: #071b33;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.sl-contact-hero-primary:hover {
  background: #dff6ff;
  transform: translateY(-2px);
}

.sl-contact-hero-secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
}

.sl-contact-hero-secondary:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

/* Info Card */
.sl-contact-hero-card {
  position: relative;
  padding: 32px;
  border-radius: 28px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 26px 64px rgba(0,0,0,0.20);
  overflow: hidden;
}

.sl-contact-hero-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.30), transparent 68%);
  pointer-events: none;
}

.sl-contact-hero-card > span,
.sl-contact-hero-info {
  position: relative;
  z-index: 2;
}

.sl-contact-hero-card > span {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #dff6ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 22px;
}

.sl-contact-hero-info {
  display: grid;
  gap: 14px;
}

.sl-contact-hero-info div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.11);
}

.sl-contact-hero-info strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 8px;
}

.sl-contact-hero-info a,
.sl-contact-hero-info p {
  display: block;
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  text-decoration: none;
}

.sl-contact-hero-info a:hover {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-contact-hero {
    min-height: auto;
    padding: 165px 0 85px;
  }

  .sl-contact-hero-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sl-contact-hero-card {
    max-width: 560px;
  }
}

@media (max-width: 768px) {
  .sl-container {
    padding: 0 18px;
  }

  .sl-contact-hero {
    padding: 140px 0 66px;
  }

  .sl-contact-hero-bg {
    background:
      linear-gradient(
        90deg,
        rgba(6, 23, 43, 0.98) 0%,
        rgba(7, 27, 51, 0.94) 100%
      ),
      url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=80");
    background-size: cover;
    background-position: center;
  }

  .sl-contact-hero-content h1 {
    font-size: 36px;
    line-height: 1.12;
    letter-spacing: -0.8px;
  }

  .sl-contact-hero-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .sl-contact-hero-actions {
    display: grid;
  }

  .sl-contact-hero-primary,
  .sl-contact-hero-secondary {
    width: 100%;
  }

  .sl-contact-hero-card {
    padding: 24px;
    border-radius: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-883ba74 *//* ===============================
   Contact Page - Contact Details
================================ */

.sl-contact-details-section {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-contact-details-section::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.13), transparent 68%);
  pointer-events: none;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Top */
.sl-contact-details-top {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin-bottom: 48px;
}

.sl-contact-details-top span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.sl-contact-details-top h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 18px;
}

.sl-contact-details-top p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.85;
  max-width: 720px;
  margin: 0;
}

/* Grid */
.sl-contact-details-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.sl-contact-detail-card {
  position: relative;
  min-height: 300px;
  padding: 28px;
  border-radius: 30px;
  background: #f5f9fc;
  border: 1px solid #e5edf5;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.05);
  transition: 0.25s ease;
}

.sl-contact-detail-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.16), transparent 68%);
  opacity: 0;
  transition: 0.25s ease;
}

.sl-contact-detail-card:hover {
  transform: translateY(-6px);
  background: #ffffff;
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 24px 58px rgba(7, 27, 51, 0.11);
}

.sl-contact-detail-card:hover::before {
  opacity: 1;
}

.sl-contact-detail-card.dark {
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  border-color: rgba(56, 189, 248, 0.28);
  box-shadow: 0 28px 70px rgba(7, 27, 51, 0.18);
}

.sl-contact-detail-card.light {
  background: #ffffff;
}

/* Icon */
.sl-contact-detail-icon {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 24px;
  box-shadow: 0 14px 28px rgba(11, 79, 138, 0.20);
}

.sl-contact-detail-card.dark .sl-contact-detail-icon {
  background: #ffffff;
  color: #071b33;
}

.sl-contact-detail-card div {
  position: relative;
  z-index: 2;
}

.sl-contact-detail-card span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}

.sl-contact-detail-card.dark span {
  background: rgba(255,255,255,0.12);
  color: #dff6ff;
  border: 1px solid rgba(255,255,255,0.12);
}

.sl-contact-detail-card h3 {
  color: #071b33;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 900;
  margin: 0 0 12px;
}

.sl-contact-detail-card p {
  color: #5d6b7c;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 18px;
}

.sl-contact-detail-card strong {
  display: block;
  color: #0b4f8a;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 900;
}

.sl-contact-detail-card.dark h3 {
  color: #ffffff;
}

.sl-contact-detail-card.dark p {
  color: #dbeafe;
}

.sl-contact-detail-card.dark strong {
  color: #ffffff;
}

/* Responsive */
@media (max-width: 1100px) {
  .sl-contact-details-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sl-contact-details-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-contact-details-top {
    margin-bottom: 34px;
  }

  .sl-contact-details-top h2 {
    font-size: 30px;
  }

  .sl-contact-details-top p {
    font-size: 15px;
  }

  .sl-contact-details-grid {
    grid-template-columns: 1fr;
  }

  .sl-contact-detail-card {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .sl-contact-detail-card h3 {
    font-size: 21px;
  }

  .sl-contact-detail-card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89ab02c *//* ===============================
   Contact Page - Contact Form Section
================================ */

.sl-contact-form-section {
  position: relative;
  padding: 96px 0;
  background: #f5f9fc;
  overflow: hidden;
  font-family: inherit;
}

.sl-contact-form-section::before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.14), transparent 68%);
  pointer-events: none;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-contact-form-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

/* Left Content */
.sl-contact-form-content {
  max-width: 560px;
}

.sl-contact-form-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.sl-contact-form-content h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 20px;
}

.sl-contact-form-content p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

/* Points */
.sl-contact-form-points {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.sl-contact-form-points div {
  padding: 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 14px 34px rgba(7, 27, 51, 0.05);
}

.sl-contact-form-points strong {
  display: block;
  color: #071b33;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 7px;
}

.sl-contact-form-points span {
  display: block;
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.65;
}

/* Form Box */
.sl-contact-form-box {
  position: relative;
  padding: 34px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  box-shadow: 0 24px 60px rgba(7, 27, 51, 0.09);
  overflow: hidden;
}

.sl-contact-form-box::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.16), transparent 68%);
  pointer-events: none;
}

.sl-contact-form-box-head,
.sl-contact-form-placeholder {
  position: relative;
  z-index: 2;
}

.sl-contact-form-box-head {
  margin-bottom: 24px;
}

.sl-contact-form-box-head span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
}

.sl-contact-form-box-head h3 {
  color: #071b33;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 8px;
}

.sl-contact-form-box-head p {
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* ===============================
   Contact Form 7 Fixed Design
================================ */

.sl-contact-form-box .wpcf7,
.sl-contact-form-box .wpcf7 form {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.sl-contact-form-box .wpcf7 p {
  margin: 0 !important;
  padding: 0 !important;
}

.sl-contact-form-box .wpcf7 br {
  display: none;
}

.sl-cf7-form {
  display: grid;
  gap: 18px;
}

.sl-cf7-row {
  display: grid;
  gap: 14px;
  margin: 0 !important;
}

.sl-cf7-row.two {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sl-cf7-form label {
  color: #071b33;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  display: grid;
  gap: 8px;
  margin: 0 !important;
}

.sl-cf7-form input,
.sl-cf7-form select,
.sl-cf7-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 16px;
  border-radius: 16px;
  border: 1px solid #dbe7f2;
  background: #f5f9fc;
  color: #071b33;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  transition: 0.25s ease;
  box-shadow: none;
}

.sl-cf7-form input::placeholder,
.sl-cf7-form textarea::placeholder {
  color: #8fa0b5;
  opacity: 1;
}

.sl-cf7-form textarea {
  min-height: 125px;
  resize: vertical;
}

.sl-cf7-form input:focus,
.sl-cf7-form select:focus,
.sl-cf7-form textarea:focus {
  border-color: #38bdf8;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.12);
}

/* Radio */
.sl-cf7-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 2px;
}

.sl-cf7-form .wpcf7-list-item {
  margin: 0 !important;
}

.sl-cf7-form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5d6b7c;
  font-size: 14px;
  font-weight: 800;
}

.sl-cf7-form input[type="radio"],
.sl-cf7-form input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-height: auto;
  padding: 0;
  border-radius: 50%;
  box-shadow: none;
}

/* Acceptance */
.sl-cf7-form .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #5d6b7c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.sl-cf7-form .wpcf7-acceptance input {
  margin-top: 3px;
}

/* Submit */
.sl-cf7-submit {
  margin-top: 4px;
}

.sl-cf7-submit input[type="submit"] {
  width: 100%;
  min-height: 54px;
  padding: 14px 30px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: 0.25s ease;
}

.sl-cf7-submit input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(7, 27, 51, 0.18);
}

/* Messages */
.wpcf7-not-valid-tip {
  color: #b91c1c;
  font-size: 12px;
  font-weight: 800;
  margin-top: 6px;
}

.wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 14px 18px !important;
  border-radius: 16px !important;
  font-size: 14px;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-contact-form-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sl-contact-form-content {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .sl-contact-form-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-contact-form-content h2 {
    font-size: 30px;
  }

  .sl-contact-form-content p {
    font-size: 15px;
  }

  .sl-contact-form-box {
    padding: 24px;
    border-radius: 26px;
  }

  .sl-contact-form-box-head h3 {
    font-size: 25px;
  }

  .sl-cf7-row.two {
    grid-template-columns: 1fr;
  }

  .sl-cf7-form .wpcf7-radio {
    display: grid;
    gap: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcf4a58 *//* ===============================
   Contact Page - Map Section
================================ */

.sl-contact-map-section {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-contact-map-section::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.13), transparent 68%);
  pointer-events: none;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-contact-map-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: stretch;
}

/* Content */
.sl-contact-map-content {
  padding: 42px;
  border-radius: 34px;
  background: #f5f9fc;
  border: 1px solid #e5edf5;
  box-shadow: 0 20px 50px rgba(7, 27, 51, 0.06);
}

.sl-contact-map-content > span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.sl-contact-map-content h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.13;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 18px;
}

.sl-contact-map-content > p {
  color: #5d6b7c;
  font-size: 16px;
  line-height: 1.85;
  margin: 0;
}

.sl-contact-map-info {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.sl-contact-map-info div {
  padding: 18px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e5edf5;
}

.sl-contact-map-info strong {
  display: block;
  color: #071b33;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 7px;
}

.sl-contact-map-info p,
.sl-contact-map-info a {
  color: #5d6b7c;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  text-decoration: none;
}

.sl-contact-map-info a:hover {
  color: #0b4f8a;
}

/* Map */
.sl-contact-map-box {
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  background: #071b33;
  border: 1px solid #e5edf5;
  box-shadow: 0 24px 60px rgba(7, 27, 51, 0.12);
}

.sl-contact-map-box iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  filter: grayscale(8%);
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-contact-map-inner {
    grid-template-columns: 1fr;
  }

  .sl-contact-map-box {
    min-height: 440px;
  }

  .sl-contact-map-box iframe {
    min-height: 440px;
  }
}

@media (max-width: 768px) {
  .sl-contact-map-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-contact-map-content {
    padding: 26px;
    border-radius: 26px;
  }

  .sl-contact-map-content h2 {
    font-size: 30px;
  }

  .sl-contact-map-content > p {
    font-size: 15px;
  }

  .sl-contact-map-box {
    min-height: 360px;
    border-radius: 24px;
  }

  .sl-contact-map-box iframe {
    min-height: 360px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-047adf7 *//* ===============================
   Contact Page - Final CTA
================================ */

.sl-contact-final-cta {
  position: relative;
  padding: 96px 0;
  background: #f5f9fc;
  overflow: hidden;
  font-family: inherit;
}

.sl-contact-final-cta::before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.14), transparent 68%);
  pointer-events: none;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-contact-final-box {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
  padding: 50px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(7, 27, 51, 0.96), rgba(11, 79, 138, 0.94)),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 76px rgba(7, 27, 51, 0.22);
  overflow: hidden;
}

.sl-contact-final-box::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -130px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.34), transparent 68%);
  pointer-events: none;
}

.sl-contact-final-box::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.10), transparent 68%);
  pointer-events: none;
}

.sl-contact-final-content,
.sl-contact-final-actions {
  position: relative;
  z-index: 2;
}

.sl-contact-final-content span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  color: #dff6ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.sl-contact-final-content h2 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.13;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 18px;
  max-width: 820px;
}

.sl-contact-final-content p {
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.85;
  max-width: 820px;
  margin: 0;
}

.sl-contact-final-actions {
  display: grid;
  gap: 14px;
  min-width: 230px;
}

.sl-contact-final-primary,
.sl-contact-final-secondary {
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  transition: 0.25s ease;
}

.sl-contact-final-primary {
  background: #ffffff;
  color: #071b33;
}

.sl-contact-final-primary:hover {
  background: #dff6ff;
  transform: translateY(-2px);
}

.sl-contact-final-secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
}

.sl-contact-final-secondary:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-contact-final-box {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sl-contact-final-actions {
    display: flex;
    flex-wrap: wrap;
    min-width: auto;
  }
}

@media (max-width: 768px) {
  .sl-contact-final-cta {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-contact-final-box {
    padding: 28px;
    border-radius: 26px;
  }

  .sl-contact-final-content h2 {
    font-size: 30px;
  }

  .sl-contact-final-content p {
    font-size: 15px;
  }

  .sl-contact-final-actions {
    display: grid;
    width: 100%;
  }

  .sl-contact-final-primary,
  .sl-contact-final-secondary {
    width: 100%;
  }
}/* End custom CSS */