.elementor-44 .elementor-element.elementor-element-267571a{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-44 .elementor-element.elementor-element-267571a:not(.elementor-motion-effects-element-type-background), .elementor-44 .elementor-element.elementor-element-267571a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #033B79 0%, #04172F 100%);}.elementor-44 .elementor-element.elementor-element-36394f7{--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;}.elementor-44 .elementor-element.elementor-element-c4deec5{--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;}.elementor-44 .elementor-element.elementor-element-7ce9e2d{--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-around;}.elementor-44 .elementor-element.elementor-element-056fee3{--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;}.elementor-44 .elementor-element.elementor-element-056fee3:not(.elementor-motion-effects-element-type-background), .elementor-44 .elementor-element.elementor-element-056fee3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#04172F;}.elementor-44 .elementor-element.elementor-element-0ef9527{border-radius:15px 15px 15px 15px;}.elementor-44 .elementor-element.elementor-element-e4ddec9{--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;}.elementor-44 .elementor-element.elementor-element-e4ddec9:not(.elementor-motion-effects-element-type-background), .elementor-44 .elementor-element.elementor-element-e4ddec9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#04172F;}.elementor-44 .elementor-element.elementor-element-06c621c{--spacer-size:70px;}.elementor-44 .elementor-element.elementor-element-3e77226{--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;}.elementor-44 .elementor-element.elementor-element-3e77226:not(.elementor-motion-effects-element-type-background), .elementor-44 .elementor-element.elementor-element-3e77226 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#04172F;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-44 .elementor-element.elementor-element-f4177ba{--divider-border-style:solid;--divider-color:#383838;--divider-border-width:1px;}.elementor-44 .elementor-element.elementor-element-f4177ba .elementor-divider-separator{width:86%;margin:0 auto;margin-center:0;}.elementor-44 .elementor-element.elementor-element-f4177ba .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}@media(min-width:768px){.elementor-44 .elementor-element.elementor-element-36394f7{--width:70%;}.elementor-44 .elementor-element.elementor-element-c4deec5{--width:100%;}.elementor-44 .elementor-element.elementor-element-7ce9e2d{--width:30%;}}/* Start custom CSS for html, class: .elementor-element-75938d3 */.uplink-contact {
  padding: 50px 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 */
/* Start custom CSS for html, class: .elementor-element-23bcdfd *//* -------------------------
   UPLINK MODERN CONTACT FORM
-------------------------- */

.uplink-form {
  max-width: 420px;
  margin: 0 auto;
  padding: 28px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  border-radius: 22px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.15);
  font-family: "Poppins", sans-serif;
  border: 1px solid rgba(255,255,255,0.9);
}

/* Each field */
.uf-field {
  margin-bottom: 16px;
  width: 100%;
}

/* Row (country code + mobile) */
.uf-row {
  display: flex;
  gap: 12px;
}

.uf-small {
  max-width: 95px;
}

/* INPUTS */
.uplink-form input,
.uplink-form select,
.uplink-form textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 14px;
  font-size: 14px;
  color: #000;
  outline: none;
  transition: 0.3s ease;
}

/* Placeholder */
.uplink-form input::placeholder,
.uplink-form textarea::placeholder {
  color: #777;
}

/* Focus Style */
.uplink-form input:focus,
.uplink-form select:focus,
.uplink-form textarea:focus {
  background: #fff;
  border-color: #ffcc00;
  box-shadow: 0 0 12px rgba(255,204,0,0.35);
}

/* Textarea */
.uplink-form textarea {
  min-height: 100px;
  resize: vertical;
}

/* Submit Button */
.uf-submit {
  width: 100%;
  background: linear-gradient(135deg,#ffcc00,#ffb300);
  color: #000;
  padding: 14px;
  border-radius: 35px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
  letter-spacing: 0.2px;
}

.uf-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,204,0,0.35);
}

/* WhatsApp Button */
.uf-whatsapp {
  margin-top: 14px;
  width: 100%;
  background: #25d366;
  color: #fff;
  padding: 14px;
  font-weight: 600;
  border-radius: 35px;
  text-align: center;
  display: block;
  font-size: 15px;
  text-decoration: none;
  transition: 0.25s ease;
}

.uf-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37,211,102,0.35);
}

/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.55);
  z-index: 99999;
}

/* Popup Box */
.popup-box {
  background: #ffffff;
  padding: 24px 22px;
  width: 280px;
  border-radius: 18px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 15px 40px rgba(0,0,0,0.25);
}

.popup-box h4 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #000;
}

.popup-box p {
  font-size: 15px;
  color: #444;
  margin-bottom: 14px;
}

.popup-close {
  background: #ffcc00;
  color: #000;
  border: none;
  padding: 10px 22px;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.25s ease;
}

.popup-close:hover {
  background: #ffb300;
  box-shadow: 0 0 10px rgba(255,204,0,0.5);
}
/* FIX SUBMIT BUTTON OVERRIDES */
.uplink-form .uf-submit {
  width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
  padding: 14px 0 !important;
  border-radius: 35px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background: linear-gradient(135deg,#f00,#ffb300) !important;
  color: #000 !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

/* Fix container alignment */
.uplink-form form,
.uplink-form {
  width: 100% !important;
  text-align: center;
}

/* Fix button hover */
.uplink-form .uf-submit:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(255,204,0,0.35) !important;
}/* End custom CSS */