.elementor-1318 .elementor-element.elementor-element-c2c98b8{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1318 .elementor-element.elementor-element-c2c98b8:not(.elementor-motion-effects-element-type-background), .elementor-1318 .elementor-element.elementor-element-c2c98b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #062A52 0%, #04172F 100%);}.elementor-1318 .elementor-element.elementor-element-c2c98b8.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1318 .elementor-element.elementor-element-0fec905{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-evenly;}.elementor-1318 .elementor-element.elementor-element-2ded2bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:space-between;}@media(min-width:768px){.elementor-1318 .elementor-element.elementor-element-c2c98b8{--width:100%;}.elementor-1318 .elementor-element.elementor-element-0fec905{--width:33.3333%;}.elementor-1318 .elementor-element.elementor-element-2ded2bf{--width:66.6666%;}}/* Start custom CSS for shortcode, class: .elementor-element-db3f2e2 *//* === Default (Desktop & Tablet) === */
.wpcf7 form {
  max-width: 380px;
  margin: 0 auto;
  padding: 25px;
  background: #d1d3d4;
  border-radius: 16px;
  font-family: "Poppins", sans-serif;
}

/* Input fields */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  margin-bottom: 12px;
  background-color: #f9f9f9;
  box-sizing: border-box;
}

/* Smaller Textarea Globally */
.wpcf7 textarea {
  min-height: 50px;
  resize: vertical;
}

/* Country code + phone row */
.cf7-phone-row {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

.cf7-code {
  flex: 0 0 70px;
}
.cf7-phone {
  flex: 1;
}

/* Submit button */
.cf7-submit {
  width: 100%;
  padding: 12px;
  background: linear-gradient(to right, #ffc107, #ffb300);
  color: #000;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.cf7-submit:hover {
  background: linear-gradient(to right, #ffb300, #ffa000);
}

/* WhatsApp button */
.cf7-whatsapp a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  padding: 12px;
  background: #25d366;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
}
.cf7-whatsapp a:hover {
  background: #1ebe5d;
}
.cf7-whatsapp i {
  margin-right: 6px;
}

/* === Mobile Only (Compact) === */
@media (max-width: 480px) {
  .wpcf7 form {
    padding: 16px;
    border-radius: 14px;
  }

  .wpcf7 input,
  .wpcf7 select,
  .wpcf7 textarea {
    font-size: 13px;
    padding: 8px 10px;
    margin-bottom: 8px;
  }

  .cf7-phone-row {
    gap: 6px;
    margin-bottom: 10px;
  }

  .cf7-code {
    flex: 0 0 55px;
  }

  .wpcf7 textarea {
    min-height: 50px;
  }

  .cf7-submit,
  .cf7-whatsapp a {
    padding: 10px;
    font-size: 14px;
    border-radius: 25px;
  }
}
/* Force smaller textarea height */
textarea.cf7-message,
.wpcf7 textarea.cf7-message {
  min-height: 50px !important;
  height: 50px !important;
  max-height: 70px !important;
  font-size: 13px;
  resize: vertical;
  padding: 8px 10px !important;
  box-sizing: border-box;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cb93187 */.uplink-contact {
  padding: 80px 20px;
  text-align: center;
  color: #fff;
  background: transparent;
  font-family: 'Archevo', 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

/* HEADLINE */
.uplink-contact h2 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}

.uplink-contact h2 span {
  background: linear-gradient(90deg,#1FA6FF,#4DC9FF);
  -webkit-background-clip: text;
  color: transparent;
}

/* Subtext */
.subtext-animate {
  opacity: 0;
  font-size: 1rem;
  margin-bottom: 60px;
  animation: fadeZoom 1.2s ease forwards;
}

/* CONTACT WRAPPER */
.contact-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

/* CARDS */
.contact-card {
  position: relative;
  width: 330px;
  padding: 30px 25px;
  background: rgba(255,255,255,0.06);
  border-radius: 18px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 0 30px rgba(0,0,0,0.25);
  text-align: left;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.4s ease-in-out;
}

/* NEON LINE */
.card-line {
  height: 3px;
  width: 50%;
  background: linear-gradient(90deg,#1FA6FF,#4DC9FF);
  border-radius: 10px;
  margin-bottom: 15px;
}

/* ICONS */
.contact-card i {
  position: absolute;
  bottom: 18px;
  right: 22px;
  font-size: 1.6rem;
}

.icon-glow {
  color: #1FA6FF;
  text-shadow: 0 0 15px #1FA6FF;
}

/* HOVER */
.contact-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 0 40px rgba(31,166,255,0.35);
}

/* LINKS */
.contact-card a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.contact-card a:hover {
  color: #1FA6FF;
  text-decoration: underline;
}

/* SOCIAL ICONS */
.uplink-social {
  margin-top: 60px; /* ADDED MORE GAP */
}

.uplink-social a {
  margin: 0 14px;
  font-size: 1.45rem;
  color: #fff;
  transition: 0.3s ease;
}

.uplink-social a:hover {
  color: #1FA6FF;
  transform: scale(1.25);
}

/* ANIMATIONS */
.float-up {
  animation: floatUp 1.2s ease forwards;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1.5s ease forwards;
}

.headline-animate {
  opacity: 0;
  animation: fadeDown 1.2s ease forwards;
}

/* DELAYS */
.delay-1 { animation-delay: 0.4s !important; }
.delay-2 { animation-delay: 0.7s !important; }
.delay-3 { animation-delay: 1s !important; }
.delay-4 { animation-delay: 1.3s !important; }

/* KEYFRAMES */
@keyframes floatUp {
  0% { opacity: 0; transform: translateY(60px) scale(0.95); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes fadeDown {
  0% { opacity: 0; transform: translateY(-40px) scale(0.98); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes fadeZoom {
  0% { opacity: 0; transform: scale(0.92); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-card {
    width: 95%;
  }
}/* End custom CSS */