/* ═══════════════════════════════════════════
   THE TIMES PRESS — lpx Theme Override
   ═══════════════════════════════════════════ */

:root {
  --ttp-blue: #1A69FB;
  --ttp-dark: #080d1a;
}

/* ── Hide old articleedge header (replaced by ttp-nav) ── */
#header { display: none !important; }

/* ── Top Bar ── */
.ttp-topbar {
  background: linear-gradient(90deg, #0b1a40, #1A69FB, #0b1a40);
  padding: .65rem 1.5rem;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 200;
}
.ttp-topbar__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .6rem;
  font-size: .8rem;
  color: rgba(255,255,255,.85);
  font-family: 'Poppins', sans-serif;
}
.ttp-topbar__badge {
  background: rgba(255,255,255,.2);
  border-radius: 50px;
  padding: .2rem .7rem;
  font-weight: 700;
  font-size: .72rem;
  color: #fff;
}
.ttp-topbar__text strong { color: #fff; }
.ttp-topbar__cta {
  background: #fff;
  color: #1A69FB;
  font-size: .75rem;
  font-weight: 700;
  padding: .3rem .9rem;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
}
.ttp-topbar__cta:hover { background: rgba(255,255,255,.85); color: #1A69FB; }

/* ── Nav ── */
.ttp-nav {
  background: #080d1a;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: .9rem 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 37px;
  z-index: 199;
}
.ttp-nav__logo { height: 34px; object-fit: contain; }
.ttp-nav__logo-link { text-decoration: none; }
.ttp-nav__right { display: flex; align-items: center; gap: 1.5rem; }
.ttp-nav__phone {
  font-size: .82rem;
  color: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  gap: .4rem;
  font-family: 'Poppins', sans-serif;
}
.ttp-nav__phone .fa { color: #1A69FB; }
.ttp-nav__btn {
  background: #1A69FB;
  color: #fff;
  font-size: .82rem;
  font-weight: 700;
  padding: .55rem 1.3rem;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: background .2s, transform .2s;
  white-space: nowrap;
}
.ttp-nav__btn:hover { background: #0d4fd4; transform: translateY(-1px); color: #fff; }

/* ── Hero — fix top padding (no fixed header now) ── */
#hero { padding-top: 80px !important; }

/* ── Hero form box border ── */
#hero .form-area .formBox {
  border-color: #1A69FB !important;
}
.form-ribbon { background: #1A69FB !important; }

/* ── Buttons ── */
.btn-primary,
.btn.btn-primary {
  background-color: #1A69FB !important;
  border-color: #1A69FB !important;
}
.btn-primary:hover {
  background-color: #0d4fd4 !important;
  border-color: #0d4fd4 !important;
}

/* ── Services section ── */
.services-top-bg { background: #1A69FB !important; }
.iconArea { border-color: #1A69FB !important; }
.whyChooseBox.os-serv-box h6 { color: #1A69FB !important; }
.whyChooseBox.steps h6 { color: #1A69FB !important; }

/* ── Profile area ── */
.profile_area .nav-pills .nav-link {
  color: #1A69FB !important;
}
.profile_area .nav-pills .nav-link.active {
  background: #1A69FB !important;
  color: #fff !important;
}
/* Profile image border — red → blue */
.pf_crd .crd_1 .img_area img {
  border-color: #1A69FB !important;
}
/* Card hover link */
.pf_crd .crd_1 a:hover {
  background-color: #1A69FB !important;
}

/* ── Calendly section — light → dark theme ── */
section.calendly_Intergrate {
  background: linear-gradient(135deg, #0d1117 60%, #1a3a6b 100%) !important;
}
section.calendly_Intergrate h3 {
  color: #fff !important;
}
section.calendly_Intergrate p,
section.calendly_Intergrate span,
section.calendly_Intergrate ul li {
  color: rgba(255,255,255,.8) !important;
}
section.calendly_Intergrate ul li::marker {
  color: #1A69FB !important;
}
section.calendly_Intergrate strong {
  color: #fff !important;
}

/* ── Service-sec (dark feature grid) ── */
.service-sec { background: #0d1117 !important; }
.service-box {
  border-color: rgba(26,105,251,.2) !important;
  box-shadow: none !important;
}
.service-box:hover {
  border-color: #1A69FB !important;
  box-shadow: 0 0 16px rgba(26,105,251,.25) !important;
}
.service-box h4 { color: #fff !important; }
.service-box p { color: rgba(28, 27, 27, 0.6) !important; }

/* ── First section (how it works) ── */
.first-section.sec-container .col-md-3 h4 { color: #1A69FB !important; }
.first-section.sec-container .col-md-3 h4::before { background: #1A69FB !important; }
.first-section .learn-more-btn a.content_hidden_trigger_text {
  background: #1A69FB !important;
  border-color: #1A69FB !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* ── Testimonial section ── */
.testi-sec h5 { color: #1A69FB !important; }
.star-icon i { color: #1A69FB !important; }
.test-box {
  border-color: #1A69FB !important;
  box-shadow: 0 0 12px rgba(26,105,251,.2) !important;
}
.test-box:hover {
  box-shadow: 0 0 20px rgba(26,105,251,.35) !important;
}
.test-box ::-webkit-scrollbar-thumb { background: #1A69FB !important; }

/* ── Modal ── */
.sale-modal .modal-content {
  border-color: #1A69FB !important;
  box-shadow: 0 0 12px rgba(26,105,251,.5) !important;
}
.sale-modal .pop-offer span { color: #1A69FB !important; }
.primary-btn.green-btn { background: #1A69FB !important; }
.content_hidden_trigger_text {
  background: #1A69FB !important;
  color: #fff !important;
}

/* ── Footer ── */
footer { background: #060b16 !important; }
.footer-sec { background: #0d1117 !important; }
.footer-sec h3 { color: #fff !important; }
.ftr-head-2 h5 { color: #1A69FB !important; }
.ftr-links a { color: rgba(255,255,255,.7) !important; }
.ftr-links a:hover { color: #1A69FB !important; }
.ftr-form button[type="submit"] {
  background: #1A69FB !important;
  border-color: #1A69FB !important;
}
.copy-para { background: #060b16 !important; margin: 0 !important; }
.copy-para p { color: rgba(255,255,255,.4) !important; }

/* ── Mobile topbar collapse ── */
@media (max-width: 768px) {
  .ttp-topbar__inner { flex-direction: column; gap: .3rem; }
  .ttp-nav__phone { display: none; }
  .ttp-nav { top: 60px; }
}

/* ── Service box — without hover: black heading ── */
.service-box h4 { color: #000 !important; }
.service-box { background: #fff !important; }
.service-box img {
  filter: brightness(0) saturate(100%) !important;
}

/* ── Footer form paragraph — white text ── */
.ftr-form p { color: rgba(255,255,255,.7) !important; }

/* ── Nav call + chat buttons ── */
.ttp-nav__call {
  font-size: .8rem;
  font-family: 'Poppins', sans-serif;
  color: rgba(255,255,255,.75) !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .4rem;
  border: 1px solid rgba(255,255,255,.15);
  padding: .42rem .9rem;
  border-radius: 6px;
  transition: .2s;
}
.ttp-nav__call .fa { color: #1A69FB; }
.ttp-nav__call:hover { border-color: #1A69FB; color: #fff !important; }

.ttp-nav__chat {
  font-size: .8rem;
  font-family: 'Poppins', sans-serif;
  color: rgba(255,255,255,.75) !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .4rem;
  border: 1px solid rgba(255,255,255,.15);
  padding: .42rem .9rem;
  border-radius: 6px;
  transition: .2s;
}
.ttp-nav__chat .fa { color: #1A69FB; }
.ttp-nav__chat:hover { border-color: #1A69FB; color: #fff !important; }

@media (max-width: 768px) {
  .ttp-nav__call, .ttp-nav__chat { display: none; }
}

/* ── ftr-head-2 heading color fix ── */
.ftr-head-2 h5 { color: #1A69FB !important; font-family: 'Bebas Neue', sans-serif !important; font-size: 22px !important; letter-spacing: 2px !important; }

/* ── WhatsApp float icon fix ── */
.whatsapp-float i { color: #fff !important; font-size: 26px !important; display: flex; align-items: center; justify-content: center; }
