.elementor-89 .elementor-element.elementor-element-e74ed51{--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-89 .elementor-element.elementor-element-e74ed51:not(.elementor-motion-effects-element-type-background), .elementor-89 .elementor-element.elementor-element-e74ed51 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010E2E;}.elementor-89 .elementor-element.elementor-element-788dd9c{--display:flex;}.elementor-89 .elementor-element.elementor-element-788dd9c:not(.elementor-motion-effects-element-type-background), .elementor-89 .elementor-element.elementor-element-788dd9c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010E2E;}.elementor-89 .elementor-element.elementor-element-e0c85c0{--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-89 .elementor-element.elementor-element-e0c85c0:not(.elementor-motion-effects-element-type-background), .elementor-89 .elementor-element.elementor-element-e0c85c0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010E2E;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-b49abfe *//* ===============================
   GLOBAL SECTION
================================ */
.smartone-contact-section {
  background: #010E2E;
  padding: 10px 20px;
  font-family: "Inter", sans-serif;
}

.smartone-contact-container {
  max-width: 1200px;
  margin: auto;
}

/* ===============================
   HEADER
================================ */
.smartone-contact-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.smartone-contact-header h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

.smartone-contact-header .focus-keyword {
  color: #1e90ff;
}

.smartone-contact-header p {
  color: #cfd6ff;
  font-size: 17px;
  line-height: 1.7;
}

/* ===============================
   GRID
================================ */
.smartone-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 900px) {
  .smartone-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   CONTACT CARD
================================ */
.contact-card {
  background: linear-gradient(145deg, #081b45, #020f2f);
  border-radius: 18px;
  padding: 40px 35px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.45);
  animation: fadeUp 0.9s ease both;
}

.contact-card:hover {
  transform: translateY(-6px);
  transition: 0.4s ease;
}

.contact-icon {
  width: 60px;
  margin-bottom: 20px;
}

.contact-card h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px;
}

.contact-card p {
  color: #cfd6ff;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* ===============================
   BUTTON
================================ */
.contact-btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}

.whatsapp-btn {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

.whatsapp-btn:hover {
  opacity: 0.9;
}

/* ===============================
   WPFORMS GLOBAL
================================ */
.contact-form .wpforms-form {
  margin-top: 10px;
}

.contact-form .wpforms-field-label,
.contact-form label {
  color: #ffffff !important;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  background: #07173a !important;
  border: 1px solid #1e2f5f !important;
  color: #ffffff !important;
  border-radius: 10px !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9fb2ff !important;
}

/* ===============================
   RADIO BUTTON FIX (IMPORTANT)
================================ */
.contact-card .wpforms-field-radio ul {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 40px;
  margin-top: 10px;
}

.contact-card .wpforms-field-radio li {
  display: flex !important;
  align-items: center !important;
  gap: 12px;
  margin: 0 !important;
}

.contact-card .wpforms-field-radio input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 0 !important;
  accent-color: #1e90ff;
}

.contact-card .wpforms-field-radio label {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 600px) {
  .contact-card .wpforms-field-radio ul {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   SUBMIT BUTTON
================================ */
.contact-form button[type="submit"] {
  background: linear-gradient(135deg, #1e90ff, #00bfff);
  color: #ffffff;
  border: none;
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.contact-form button[type="submit"]:hover {
  opacity: 0.9;
}

/* ===============================
   ANIMATION
================================ */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0f3771 *//* ===========================
   CONTACT INFO SECTION
=========================== */

.contact-info-section {
  background: #010E2E;
  padding: 80px 20px;
}

.contact-info-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

/* TITLE */
.contact-info-container h2 {
  font-size: 38px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 15px;
}

.contact-info-container h2 span {
  color: #007DFF;
}

/* DESCRIPTION */
.contact-info-desc {
  max-width: 800px;
  margin: 0 auto 60px;
  font-size: 17px;
  color: #dbe3ff;
  line-height: 1.7;
}

/* GRID */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* BOX */
.contact-info-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 35px 25px;
  transition: 0.35s ease;
}

.contact-info-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}

/* ICON */
.contact-info-box span {
  font-size: 34px;
  display: block;
  margin-bottom: 15px;
}

/* BOX TITLE */
.contact-info-box h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 700;
}

/* BOX TEXT */
.contact-info-box p {
  font-size: 15px;
  color: #cfd8ff;
  line-height: 1.6;
}

/* ===========================
   MOBILE
=========================== */

@media (max-width: 900px) {
  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-container h2 {
    font-size: 30px;
  }
}/* End custom CSS */