:root {
  --brand-primary: #10b0f0;
  --brand-primary-dark: #0080e0;
  --brand-primary-hover: #0090e0;
  --brand-navy: #002050;
  --brand-navy-dark: #001840;
  --brand-navy-mid: #002060;
  --brand-accent: #e01000;
}

.top-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.top-right ul li {
  padding-left: 0;
  margin-left: 0;
}

.top-head-divider span {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 300;
  padding: 0 2px;
}

.top-head {
  background: var(--brand-navy);
}

.top-left a {
  background: var(--brand-primary);
  color: #fff;
}

.top-left a:hover {
  background: var(--brand-primary-dark);
  color: #fff;
}

.scroll-dinn a,
.various.red,
.inner-pages-form button,
.themeBtn,
.submit,
.btns_wrap .call_wrap,
.btns_wrap .chat_wrap {
  background: var(--brand-primary);
}

.scroll-dinn a:hover,
.various.red:hover {
  background: var(--brand-primary-dark);
}

section.banner h1 span,
.pop-head h3 span,
.banner-left li:before {
  color: var(--brand-primary);
}

section.banner {
  box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 78%);
  color: #111;
}

section.banner h1 {
  color: #111;
  text-shadow: none;
}

section.banner .banner-left p,
section.banner .banner-left li {
  color: #333;
}

section.banner .various.white {
  background: var(--brand-navy);
  color: #fff;
  border: 1px solid var(--brand-navy);
}

section.banner .various.white:hover,
section.banner .various.white:focus {
  color: #fff;
}

section.banner .spon-images {
  background: #000000ad;
  border-top: 1px solid rgb(255 255 255 / 12%);
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  margin-top: 2.5em;
  padding: 22px 0 26px;
  position: relative;
  z-index: 2;
}

section.banner .spon-images h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

section.banner .sponsor-thumb {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}

.our-pricing-plans .package .head {
  border-bottom-color: var(--brand-primary-dark);
}

.our-pricing-plans .package .head .left i {
  background: var(--brand-primary);
}

.our-pricing-plans .package .head .right h5,
.our-pricing-plans .package .head .right h6 {
  text-shadow: 2px 2px 2px var(--brand-navy-mid);
}

.our-pricing-plans .package .listing ul li:before {
  background: var(--brand-primary);
}

.our-pricing-plans .package .content::-webkit-scrollbar-thumb {
  background-color: var(--brand-primary);
}

.our-pricing-plans .package .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: var(--brand-primary);
}

.our-pricing-plans .package .mCSB_scrollTools .mCSB_draggerRail {
  background: #d6ebf8;
}

.our-pricing-plans .package .custom-btn {
  background: var(--brand-primary);
  border-bottom-color: var(--brand-primary-dark);
}

.services-sec .box h3:after {
  background: var(--brand-primary);
}

::-webkit-scrollbar-thumb:vertical {
  background: var(--brand-primary);
}

a:hover {
  color: var(--brand-accent);
}

.testimonial .item .cliimg span {
  background: var(--brand-primary);
}

@media (max-width: 767px) {
  .logo-img {
    max-height: 100px;
    max-width: 240px;
    margin: 0 auto;
  }

  .logodiv {
    margin: 0;
    padding: 6px 0 0;
  }

  footer .footer-logo {
    max-width: 150px;
    max-height: 78px;
    margin: 0 auto;
  }

  footer .visa-img {
    max-width: 200px;
  }

  footer .f-logo {
    align-items: center;
  }

  section.banner .spon-images {
    margin-top: 1.5em;
    padding: 18px 0 22px;
  }

  section.banner .spon-images h4 {
    text-align: center;
  }
}

header ul li a.chat:hover {
  color: var(--brand-primary);
}

.lead-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.formResult {
  display: block;
  min-height: 1.25rem;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.formResult--error {
  color: #c0392b;
  background: #fdecea;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 8px 10px;
}

.formResult--success {
  color: #1e8449;
  background: #eafaf1;
  border: 1px solid #abebc6;
  border-radius: 4px;
  padding: 8px 10px;
}

.leadSubmitBtn:disabled {
  opacity: 0.75;
  cursor: wait;
}

.ty-page {
  min-height: 100vh;
  background: #f4f8fb;
}

.ty-page header,
.ty-page .btns_wrap {
  position: static;
}

.ty-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.ty-topbar {
  background: var(--brand-navy);
}

.ty-topbar .container,
.ty-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
}

.ty-topbar p,
.ty-topbar a,
.ty-topbar span {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-shadow: none;
}

.ty-topbar__links {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.ty-topbar a:hover {
  color: var(--brand-primary);
}

.ty-nav {
  background: #fff;
  border-bottom: 1px solid #e8eef4;
  padding: 14px 0;
}

.ty-logo img {
  display: block;
  max-height: 58px;
  width: auto;
}

.ty-nav-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border-radius: 8px;
  background: var(--brand-primary);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: none;
}

.ty-nav-call:hover {
  background: var(--brand-primary-dark);
  color: #fff !important;
}

.ty-main {
  flex: 1;
  padding: 48px 0 64px;
}

.ty-card {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  padding: 48px 40px 40px;
  box-shadow: 0 24px 60px rgba(0, 32, 80, 0.1);
  text-align: center;
}

.ty-check {
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
}

.ty-check svg {
  display: block;
  width: 84px;
  height: 84px;
}

.ty-kicker {
  margin: 0 0 8px;
  color: var(--brand-primary-dark) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.ty-card h1 {
  margin: 0 0 12px;
  color: var(--brand-navy);
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  text-shadow: none;
}

.ty-lead {
  max-width: 640px;
  margin: 0 auto 32px;
  color: #445 !important;
  font-size: 18px;
  line-height: 1.6;
}

.ty-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
  text-align: left;
}

.ty-steps article {
  background: #f7fbfe;
  border: 1px solid #e4eef5;
  border-radius: 14px;
  padding: 20px 18px 18px;
}

.ty-steps span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: var(--brand-navy);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.ty-steps h2 {
  margin: 0 0 8px;
  color: var(--brand-navy);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: none;
}

.ty-steps p {
  margin: 0;
  color: #566 !important;
  font-size: 14px;
  line-height: 1.55;
}

.ty-note {
  max-width: 680px;
  margin: 0 auto 28px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff8e8;
  color: #5c4a16 !important;
  font-size: 15px;
  line-height: 1.5;
}

.ty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.ty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.ty-btn--primary {
  background: var(--brand-primary);
  color: #fff !important;
}

.ty-btn--primary:hover {
  background: var(--brand-primary-dark);
  color: #fff !important;
}

.ty-btn--ghost {
  background: var(--brand-navy);
  color: #fff !important;
}

.ty-btn--ghost:hover {
  background: var(--brand-navy-dark);
  color: #fff !important;
}

.ty-btn--text {
  background: transparent;
  color: var(--brand-navy) !important;
  border: 1px solid #d5deea;
}

.ty-btn--text:hover {
  border-color: var(--brand-primary);
  color: var(--brand-primary-dark) !important;
}

.ty-footer {
  background: #fff;
  border-top: 1px solid #e8eef4;
  padding: 28px 0 36px;
  text-align: center;
}

.ty-footer img {
  max-height: 48px;
  width: auto;
  margin: 0 auto 12px;
}

.ty-footer p,
.ty-footer a {
  margin: 0;
  color: #445 !important;
  font-size: 14px;
  line-height: 1.7;
}

.ty-footer p + p {
  margin-top: 4px;
  color: #778 !important;
}

.ty-footer span {
  margin: 0 8px;
  color: #99a;
}

@media (max-width: 767px) {
  .ty-topbar .container,
  .ty-nav .container {
    flex-direction: column;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ty-nav-call {
    width: 100%;
  }

  .ty-main {
    padding: 24px 0 40px;
  }

  .ty-card {
    padding: 32px 18px 28px;
    border-radius: 14px;
  }

  .ty-card h1 {
    font-size: 30px;
  }

  .ty-lead {
    font-size: 16px;
  }

  .ty-steps {
    grid-template-columns: 1fr;
  }

  .ty-actions {
    flex-direction: column;
  }

  .ty-btn {
    width: 100%;
  }
}

.us-phone {
  position: relative;
  width: 100%;
}

.us-phone__prefix {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: var(--brand-navy);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1;
  pointer-events: none;
}

.us-phone input,
.us-phone .form-control,
.us-phone .input,
.us-phone .placeholder1,
.us-phone .newphe {
  width: 100%;
  padding-left: 46px !important;
}
