:root{
  --brand:#013660;
  --brand-strong:#013660;
  --brand-soft:rgba(1,54,96,.08);
}

/* Replace old orange accents globally */
.orange,
.bg-orange,
.btn-orange,
.btn.btn-orange,
.step-form .form-wrapper button.btn.btn-orange,
.tp-check-pricing.orange{
  background: var(--brand) !important;
  border-color: var(--brand) !important;
  color:#fff !important;
}

a,
.theme1,
.theme-btn2.blackbg{
  border-color: var(--brand) !important;
}

.theme-btn2:hover{
  color: var(--brand) !important;
}

/* Keep outline / secondary CTA readable on navy */
.theme1,
.theme1:hover,
.theme2,
.theme2:hover,
.theme2 span,
.theme2:hover span,
.theme2 .fa-phone{
  color:#fff !important;
}
a:not(.theme1):not(.theme2):hover{
  color: var(--brand) !important;
}

.menu_wraper button#menuBtn{
  background: var(--brand) !important;
  color:#fff !important;
}

/* Desktop: show Services submenu on hover (works even if menu JS fails to bind) */
@media (min-width: 1201px) {
  header .main-header li.has-submenu:hover > .sub-menu,
  header .main-header li.has-submenu.active > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 50;
  }
}

/* Common components that used #013660 for borders/text */
.pckg-box2 .pck-price,
.pckg-box2 .pck-hdng,
.common-heading h2 span,
.blink-number i,
.call_btn_top a{
  color: var(--brand) !important;
}

/* Buttons/CTAs */
.theme-btn2,
.theme1,
.theme2{
  background: var(--brand) !important;
  border-color: var(--brand) !important;
}

/* Home: services we offer */
.services-offer-sec {
  padding: 4rem 0 3rem;
  background: linear-gradient(180deg, #fff 0%, var(--brand-soft) 45%, #fff 100%);
}

.services-offer-sec .common-heading h2 span {
  color: var(--brand) !important;
}

.service-card {
  background: #fff;
  border: 1px solid rgba(1, 54, 96, 0.12);
  border-radius: 12px;
  padding: 1.5rem 1.35rem 1.25rem;
  box-shadow: 0 8px 24px rgba(1, 54, 96, 0.06);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.service-card:hover {
  border-color: rgba(1, 54, 96, 0.28);
  box-shadow: 0 14px 36px rgba(1, 54, 96, 0.1);
  transform: translateY(-3px);
}

.service-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--brand-soft);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.service-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 0.65rem;
  line-height: 1.35;
}

.service-card-text {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #475569;
  margin: 0 0 1rem;
}

.service-card-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand) !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.service-card-link .fa-arrow-right {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.service-card:hover .service-card-link .fa-arrow-right {
  transform: translateX(4px);
}

.services-journey-sec {
  padding: 3rem 0;
  background: #fff;
  border-top: 1px solid rgba(1, 54, 96, 0.08);
  border-bottom: 1px solid rgba(1, 54, 96, 0.08);
}

.services-journey-sec .common-heading h2 span {
  color: var(--brand) !important;
}

.journey-pill {
  background: var(--brand-soft);
  border-radius: 12px;
  padding: 1.25rem 1.1rem;
  height: 100%;
}

.journey-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.journey-pill h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 0.5rem;
}

.journey-pill p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #475569;
  margin: 0;
}

.services-trust-strip {
  padding: 3rem 0 4rem;
  background: #f8fafc;
}

.services-trust-strip-lead {
  font-size: 1.35rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.services-trust-strip-sub {
  font-size: 1rem;
  line-height: 1.65;
  color: #64748b;
  margin: 0 auto;
  max-width: 42rem;
}

.services-trust-strip .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 767px) {
  .services-offer-sec {
    padding: 3rem 0 2rem;
  }
  .services-trust-strip .btn-wrap {
    flex-direction: column;
    align-items: center;
  }
  .services-trust-strip .btn-wrap .theme2,
  .services-trust-strip .btn-wrap .theme-btn2 {
    width: 100%;
    max-width: 280px;
    text-align: center;
    justify-content: center;
  }
}

/* Header: logo + menu same row, vertically centered (not bottom-aligned) */
header .main-header .main-header-inner {
  align-items: center;
}

header .main-header .mobile_logo {
  display: flex;
  align-items: center;
  min-height: 0;
}

header .main-header .menuWrap {
  align-items: center;
}

/* Text-based logo (header + footer) — no image files */
.site-wordmark {
  display: block;
  text-decoration: none;
  text-align: left;
  margin-bottom: 22px;
}

.site-wordmark__accent {
  display: block;
  width: 3.5rem;
  height: 3px;
  background: #2aa5c4;
  border-radius: 1px;
  margin-top: 0.4rem;
}

.site-wordmark__text {
  display: block;
  font-family: Montserrat, Poppins, system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.site-wordmark--header .site-wordmark__text {
  color: var(--brand);
  font-size: clamp(0.9rem, 1.6vw, 1.05rem);
  max-width: 16rem;
}

a.logo:hover .site-wordmark--header .site-wordmark__text,
a.logo:focus .site-wordmark--header .site-wordmark__text {
  color: #001a2e;
}

.site-wordmark--footer .site-wordmark__text {
  color: #fff;
  font-size: 1.05rem;
  max-width: 18rem;
}

a.f-logo:hover .site-wordmark--footer .site-wordmark__text,
a.f-logo:focus .site-wordmark--footer .site-wordmark__text {
  color: #e2e8f0;
}

a.logo:focus-visible,
a.f-logo:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}

.main-footer .f-logo {
  display: inline-block;
  margin-bottom: 1rem;
}

/* Footer “Assistance”: phone on one line, email/address wrap cleanly */
.main-footer .footer-assistance .foot-hdng {
  text-align: left;
}

.main-footer .footer-assistance .call_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0 10px;
}

.main-footer .footer-assistance .phone-icon {
  flex-shrink: 0;
  margin: 0;
  padding-top: 2px;
}

.main-footer .footer-assistance .phone-icon img {
  width: 28px;
  height: auto;
  display: block;
}

.main-footer .footer-assistance .banner_contact.foot {
  flex: 1;
  min-width: 0;
  text-align: left;
}

.main-footer .footer-assistance .banner_contact.foot h5 {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
}

.main-footer .footer-assistance .banner_contact.foot a[href^="tel:"] {
  white-space: nowrap;
  font-size: clamp(14px, 3.5vw, 16px);
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.main-footer .footer-assistance .banner_contact.foot p {
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.45;
}

.main-footer .footer-assistance .emaildiv a {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.5;
}

.main-footer .footer-assistance .livechat-button .lc-btn {
  max-width: 100%;
  box-sizing: border-box;
}

/* Tablet/small: Assistance full width so tel + copy are not squeezed */
@media (max-width: 991px) {
  .main-footer .brd .row > .footer-assistance {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0.75rem;
  }
}

@media (max-width: 360px) {
  .main-footer .footer-assistance .banner_contact.foot a[href^="tel:"] {
    font-size: 13px;
    letter-spacing: 0;
  }
}

/* Copyright bar: stack on small screens */
@media (max-width: 767px) {
  .copyright .container.d-flex {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem;
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .copyright .connect_with {
    width: auto;
    max-width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .copyright .connect_with p {
    margin: 0;
  }

  .copyright ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 8px;
  }
}

