.elementor-3789 .elementor-element.elementor-element-18c6ff1{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:12px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3789 .elementor-element.elementor-element-cb12b00 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3789 .elementor-element.elementor-element-9c79239{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3789 .elementor-element.elementor-element-c18e62f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3789 .elementor-element.elementor-element-1c13af8{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3789 .elementor-element.elementor-element-4a190c9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3789 .elementor-element.elementor-element-f45b1f3{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3789 .elementor-element.elementor-element-bb64c6d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3789 .elementor-element.elementor-element-d8f07df{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3789 .elementor-element.elementor-element-973da7a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-3789:not(.elementor-motion-effects-element-type-background), body.elementor-page-3789 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);}@media(max-width:767px){.elementor-3789 .elementor-element.elementor-element-18c6ff1{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-cb12b00 *//* ===============================
   CONTACT HERO
================================ */

.contact-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  font-family: system-ui, -apple-system, sans-serif;
  color: #fff;
  overflow: hidden;
}

/* Background image */
.contact-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.contact-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark overlay */
.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.85),
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.3)
  );
  z-index: 1;
}

/* Container */
.contact-hero-container {
    position: relative;
  z-index: 2;
  width: 100%;
  padding: 120px 100px 100px;
}

/* Content */
.contact-hero-content {
  max-width: 860px;
}

/* Badge */
.contact-hero-badge {
  display: inline-block;
  border: 1px solid #fff;
  padding: 6px 14px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

/* Title */
.contact-hero-title {
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 16px;
}

.contact-hero-title span {
  display: block;
  font-weight: 600;
}

/* Text */
.contact-hero-text {
  font-size: 17px;
  line-height: 1.6;
  max-width: 680px;
  margin-bottom: 28px;
  color: rgba(255,255,255,0.9);
}

/* Info grid */
.contact-hero-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* Info box */
.info-box {
  border: 1px solid rgba(255,255,255,0.35);
  padding: 14px;
  text-align: center;
}

.info-box strong {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}

.info-box span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.8);
}

/* ===============================
   RESPONSIVE
================================ */

/* Small phones */
@media (max-width: 360px) {
  .contact-hero-title {
    font-size: 23px;
  }

  .contact-hero-text {
    font-size: 12px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .contact-hero {
    min-height: auto;
  }

  .contact-hero-container {
    padding: 36px 14px;
  }

  .contact-hero-title {
    font-size: 25px;
  }

  .contact-hero-text {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .contact-hero-info {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-hero-title {
    font-size: 36px;
  }

  .contact-hero-info {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .contact-hero-container {
     position: relative;
  z-index: 2;
  width: 100%;
  padding: 120px 100px 100px;
  }

  .contact-hero-title {
    font-size: 46px;
  }
}
/* ===============================
   HERO INFO BOX — MOBILE FIX
================================ */

@media (max-width: 767px) {
  .contact-hero-info {
    gap: 10px;
  }

  .info-box {
    padding: 10px 12px;
  }

  .info-box strong {
    font-size: 15px;
    margin-bottom: 2px;
  }

  .info-box span {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
}

/* EXTRA SMALL DEVICES (≤360px) */
@media (max-width: 360px) {
  .info-box {
    padding: 4px 10px;
  }

  .info-box strong {
    font-size: 12px;
  }

  .info-box span {
    font-size: 9px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c18e62f *//* ===============================
   CONTACT SECTION
================================ */

.contact-section {
  background: #fff;
  padding: 40px 16px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #000;
}

.contact-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */
.contact-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 40px;
}

.contact-badge {
  display: inline-block;
  border: 1px solid #000;
  padding: 5px 14px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contact-header h2 {
  font-size: 32px;
  margin-bottom: 12px;
}

.contact-header p {
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.8;
}

/* GRID */
.contact-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 50px;
}

/* CARD */
.contact-card {
  border: 1px solid #000;
  padding: 22px;
  text-align: center;
}

.contact-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.contact-card p {
  font-size: 14px;
  margin-bottom: 12px;
  opacity: 0.85;
}

.contact-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  margin-bottom: 8px;
}

.contact-link:hover {
  text-decoration: underline;
}

.contact-card small {
  display: block;
  font-size: 12px;
  opacity: 0.7;
}

/* RESET BUTTON */
.btn-reset {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* OFFICE */
.office-box {
  border: 1px solid #000;
  padding: 24px;
  display: grid;
  gap: 24px;
}

.office-text h3 {
  font-size: 22px;
  margin: 12px 0;
}

.office-text p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.office-line {
  font-size: 14px;
  margin-bottom: 12px;
}

.office-btn {
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #000;
  padding: 10px 18px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

.office-btn:hover {
  background: #000;
  color: #fff;
}

/* IMAGE */
.office-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* ===============================
   RESPONSIVE
================================ */

/* Small mobiles */
@media (max-width: 360px) {
  .contact-header h2 {
    font-size: 24px;
  }

  .contact-card {
    padding: 18px;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .contact-section {
    padding: 40px 20px;
  }

  .contact-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .office-box {
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
  }

  .office-image img {
    height: 300px;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .contact-header h2 {
    font-size: 36px;
  }

  .office-image img {
    height: 340px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a190c9 *//* =====================================================
   CONSULTATION SECTION WRAPPER
===================================================== */
.consultation-layout {
  background: #000;
  padding: 80px 20px;
  color: #fff;
  font-family: system-ui, -apple-system, sans-serif;
}

.consultation-container {
  max-width: 980px;
  margin: 0 auto;
}

/* =====================================================
   HEADER
===================================================== */
.consultation-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.consultation-badge {
  display: inline-block;
  border: 1px solid #fff;
  padding: 6px 16px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.consultation-header h2 {
  font-size: 36px;
  margin-bottom: 14px;
}

.consultation-header p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.85;
}

/* =====================================================
   PROGRESS INDICATOR (VISUAL ONLY)
===================================================== */
.consultation-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
}

.consultation-steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  opacity: 0.5;
}

.consultation-steps .step::before {
  content: attr(data-step);
}

.consultation-steps .step span {
  margin-top: 6px;
  font-size: 12px;
}

.consultation-steps .step {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.consultation-steps .step.active {
  background: #fff;
  color: #000;
  opacity: 1;
}

.consultation-steps .line {
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,0.4);
}

/* =====================================================
   FORM CARD (SHORTCODE HOLDER)
===================================================== */
.consultation-card {
  background: #fff;
  color: #000;
  padding: 40px;
  border-radius: 6px;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 768px) {
  .consultation-layout {
    padding: 60px 16px;
  }

  .consultation-header h2 {
    font-size: 26px;
  }

  .consultation-header p {
    font-size: 14px;
  }

  .consultation-steps {
    gap: 10px;
  }

  .consultation-steps .line {
    width: 40px;
  }

  .consultation-card {
    padding: 24px;
  }
}

/* Small mobiles */
@media (max-width: 360px) {
  .consultation-header h2 {
    font-size: 22px;
  }

  .consultation-steps {
    display: none; /* hide steps if too tight */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bb64c6d *//* ===============================
   FAQ — DESKTOP NEAT
================================ */

.faq-alt {
  background: #ffffff;
  padding: 56px 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
}

.faq-wrap {
  max-width: 760px; /* tighter reading width */
  margin: 0 auto;
}

/* Boxed label */
.faq-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid #111;
  margin-bottom: 28px;
}

/* FAQ items */
.faq-answers article {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ededed;
}

/* Question */
.faq-answers h3 {
  font-size: 15.5px;
  font-weight: 500;
  margin-bottom: 6px;
  max-width: 520px; /* prevents long lines */
}

/* Answer */
.faq-answers p {
  font-size: 13.8px;
  line-height: 1.65;
  color: #444;
  max-width: 560px;
  margin: 0;
}

/* Last item */
.faq-answers article:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Mobile */
@media (max-width: 600px) {
  .faq-alt {
    padding: 36px 16px;
  }

  .faq-wrap {
    max-width: 100%;
  }

  .faq-label {
    font-size: 10.5px;
    padding: 5px 10px;
    margin-bottom: 22px;
  }

  .faq-answers h3 {
    font-size: 14.5px;
  }

  .faq-answers p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-973da7a *//* ===============================
   TRUST & SECURITY — EDITORIAL
================================ */

.trust-section {
  background: #ffffff;
  padding: 56px 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
}

.trust-wrap {
  max-width: 960px;
  margin: 0 auto;
  text-align: center; /* MAIN CENTERING */
}

/* Boxed label */
.trust-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 6px 12px;
  border: 1px solid #111;
  margin: 0 auto 24px;
}

/* Heading */
.trust-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 14px;
}

/* Intro */
.trust-intro {
  font-size: 14.5px;
  line-height: 1.6;
  color: #444;
  max-width: 520px;
  margin: 0 auto 44px;
}

/* Grid */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-items: center; /* CENTER ITEMS */
}

/* Item */
.trust-item {
  max-width: 280px;
}

/* Icons */
.trust-item svg {
  width: 22px;
  height: 22px;
  margin-bottom: 10px;
  color: #111;
}

/* Titles */
.trust-item h4 {
  font-size: 15.5px;
  font-weight: 500;
  margin-bottom: 6px;
}

/* Text */
.trust-item p {
  font-size: 13.5px;
  line-height: 1.55;
  color: #444;
}

/* Footer */
.trust-footer {
  font-size: 13px;
  color: #444;
  margin-top: 36px;
}

.trust-footer a {
  color: #111;
  text-decoration: underline;
  font-weight: 500;
}

.trust-footer a:hover {
  opacity: 0.6;
}



/* Mobile */
@media (max-width: 600px) {
      .trust-grid {
    grid-template-columns: 1fr; /* FIXED */
    gap: 28px;
  }
  .trust-section {
    padding: 44px 16px;
  }

  .trust-title {
    font-size: 24px;
  }
}/* End custom CSS */