/* ══════════════════════════════════════════════════════
   HEADER CSS — AIESL MTO (static)
   Ported directly from the real AIESL source. Hero-slider
   rules (.slider-track/.slide/.hero-content/.hero-dots/
   .payment-ticker) were dropped since MTO doesn't use a
   slider — replaced with .header-nav-band, a plain navy
   strip that holds the pill nav instead.
   ══════════════════════════════════════════════════════ */

*,
*::before,
*::after {
  box-sizing: border-box
}

/* ─── TOP BLUE BAR ─── */
.top-bar {
  background: #1e3d7b;
  color: #c8d8f4;
  font-family: 'Sora', sans-serif;
  font-size: 12.5px;
  padding: 4px 0
}

.top-bar .inner {
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 14px
}

.top-bar a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color .2s
}

.top-bar a:hover {
  color: #fff
}

.top-bar .fa,
.top-bar .fas,
.top-bar .fab {
  font-size: 14px
}

.top-bar .follow-label {
  font-weight: 600;
  color: #fff
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 10px
}

.social-icons a {
  font-size: 15px
}

/* ─── TOP BAR TOOLS: search / account / text-size / language ─── */
.topbar-tools {
  display: flex;
  align-items: center;
  gap: 10px
}

.icon-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #d41f16;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s;
  text-decoration: none
}

.icon-circle:hover {
  background: #a8150f;
  color: #fff
}

.topbar-divider {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, .3);
  margin: 0 4px
}

.hdr-a11y {
  display: flex;
  align-items: center;
  gap: 4px
}

.hdr-a11y button {
  all: unset;
  box-sizing: border-box;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, color .2s ease
}

.hdr-a11y button.active-btn {
  background: #d41f16;
  color: #fff;
  border-color: #d41f16
}

.hdr-a11y button[disabled] {
  opacity: .45;
  cursor: not-allowed
}

.hdr-lang {
  display: flex;
  align-items: center;
  gap: 4px
}

.lang-btn {
  all: unset;
  box-sizing: border-box;
  min-width: 26px;
  height: 24px;
  padding: 0 7px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, color .2s ease
}

.lang-btn.active-btn {
  background: #d41f16;
  color: #fff;
  border-color: #d41f16
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

/* Google Translate cleanup */
.goog-te-banner-frame.skiptranslate {
  display: none !important
}

body {
  top: 0 !important
}

#google_translate_element {
  display: none !important
}

/* ─── LOGO HEADER ─── */
.logo-header {
  background: #fff;
  position: relative;
  z-index: 100
}

.logo-header .inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px
}
.logo-header .inner img{
    height:95px;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0
}

.logo-link img {
  height: 70px
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
  margin-right: auto
}

.brand-text-hindi {
  font-family: 'Cambria', sans-serif;
  color: #d51501;
  font-weight: 600;
  /*font-size: 14px;*/
  line-height: 18px;
}

.brand-text-english {
  font-family: 'Cambria', sans-serif;
  color: #001b6d;
  font-weight: 550;
  line-height: 18px;

}

.text-mute {
  color: rgb(33 37 41 / 75%);
}

.badges-desk {
  display: flex;
  align-items: center;
  flex-shrink: 0
}

.mob-controls {
  display: none;
  align-items: center;
  gap: 10px
}

.mob-search-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #d41f16;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s
}

.mob-search-btn:hover {
  background: #a8150f
}

.hamburger {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: none;
  border: 2px solid #1a3a7c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  transition: border-color .2s
}

.hamburger .bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #1a3a7c;
  border-radius: 2px;
  transition: transform .28s, opacity .28s, width .28s;
  transform-origin: center
}

.hamburger.open {
  border-color: #d41f16
}

.hamburger.open .bar {
  background: #d41f16
}

.hamburger.open .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg)
}

.hamburger.open .bar:nth-child(2) {
  opacity: 0;
  width: 0
}

.hamburger.open .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg)
}

/* ─── SEARCH POPUP ─── */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: rgba(10, 22, 60, .75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s .25s
}

.search-overlay.open {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s
}

.search-box {
  background: #fff;
  border-radius: 16px;
  padding: 28px 32px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .35);
  transform: translateY(-20px);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  position: relative
}

.search-overlay.open .search-box {
  transform: translateY(0)
}

.search-box-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a3a7c;
  margin-bottom: 16px
}

.search-input-wrap {
  display: flex;
  align-items: center;
  border: 2px solid #dce6f5;
  border-radius: 50px;
  overflow: hidden;
  background: #f5f8ff;
  transition: border-color .2s
}

.search-input-wrap:focus-within {
  border-color: #1a3a7c
}

.search-input-wrap input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 13px 20px;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  color: #2d3a55
}

.search-input-wrap input::placeholder {
  color: #9aaccc
}

.search-submit {
  background: #d41f16;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin: 2px 2px 2px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s
}

.search-submit:hover {
  background: #a8150f
}

.search-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 22px;
  color: #9aaccc;
  cursor: pointer;
  line-height: 1;
  transition: color .2s
}

.search-close:hover {
  color: #d41f16
}

/* ─── NAVY NAV BAND (replaces hero-section as the pill-nav's backdrop) ─── */
.header-nav-band {
  /*background:linear-gradient(135deg,#0b2158 0%,#1e3d7b 100%);*/
  position: relative;
  z-index: 50
}

/* ─── HARD RESET: kill any leftover markers from old nav.css / theme.css
       (bootstrap-theme dropdown carets, li bullets, etc. showing as
       a stray ">" before nav items) ─── */
.pill-nav-wrap,
.pill-nav-wrap * {
  list-style: none !important;
}

.pill-nav-wrap ul,
.pill-nav-wrap li {
  margin: 0 !important;
  padding: 0 !important;
}

.pill-nav-wrap li::before,
.pill-nav-wrap li::marker,
.pill-nav-wrap .nav-link-top::before,
.pill-nav-wrap a::before,
.pill-nav-wrap .dropdown::before,
.pill-nav-wrap .dropdown-menu::before,
.header-nav-band li::before,
.header-nav-band a::before {
  content: '' !important;
  display: none !important;
}

.pill-nav-wrap .nav-link-top,
.pill-nav-wrap .dropdown li a {
  background-image: none !important;
}

.pill-nav-wrap .dropdown-toggle::after {
  display: none !important;
}

/* ─── DESKTOP PILL NAVBAR ─── */
.pill-nav-wrap {
  position: relative;
  z-index: 50;
  display: flex;
  justify-content: center;
  top: 20px;
}

.pill-nav {
  background: #0A264B;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .28);
  padding: 0 8px;
  width: 100%;
  max-width: 960px
}

.pill-nav ul.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  flex-wrap: wrap
}

.pill-nav .nav-item {
  position: relative
}

.pill-nav .nav-link-top {
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 15px 13px;
  white-space: nowrap;
  position: relative;
  transition: color .2s
}

.pill-nav .nav-link-top .chev {
  font-size: 14px;
  opacity: .7;
  transition: transform .22s
}

.pill-nav .nav-item:hover>.nav-link-top .chev {
  transform: rotate(180deg);
  opacity: 1
}

.pill-nav .nav-link-top::after {
  content: '';
  position: absolute;
  bottom: 9px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .2s
}

.pill-nav .nav-item:hover>.nav-link-top::after,
.pill-nav .nav-item.active>.nav-link-top::after {
  transform: translateX(-50%) scaleX(1)
}

.pill-nav .dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #fff;
  border: 1px solid #dce6f5;
  border-radius: 3px;
  min-width: 230px;
  list-style: none;
  box-shadow: 0 16px 48px rgba(11, 31, 82, .16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s, transform .2s, visibility 0s .2s;
  z-index: 200;
  padding: 4px 0
}

.pill-nav .nav-item:hover>.dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .2s, transform .2s
}

.pill-nav .dropdown li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  font-family: 'Sora', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #2d3a55;
  text-decoration: none;
  border-bottom: 1px solid #f0f4fb;
  transition: background .14s, color .14s;
  white-space: nowrap
}

.pill-nav .dropdown li:last-child a {
  border-bottom: none
}

.pill-nav .dropdown li a:hover {
  background: #eef3fd;
  color: #1b48c4
}

.pill-nav .dropdown li a .chev {
  font-size: 14px;
  color: #aaa
}

.pill-nav .has-sub {
  position: relative
}

.pill-nav .sub-dropdown {
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  border: 1px solid #dce6f5;
  border-radius: 6px;
  min-width: 210px;
  list-style: none;
  box-shadow: 0 16px 48px rgba(11, 31, 82, .16);
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition: opacity .2s, transform .2s, visibility 0s .2s;
  z-index: 300;
  overflow: hidden;
  padding: 4px 0
}

.pill-nav .has-sub:hover>.sub-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity .2s, transform .2s
}

.pill-nav .sub-dropdown li a {
  border-bottom: 1px solid #f0f4fb
}

.pill-nav .sub-dropdown li:last-child a {
  border-bottom: none
}

/* ─── MOBILE DRAWER ─── */
.mob-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none
}

.mob-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  opacity: 0;
  transition: opacity .3s
}

.mob-drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #042150;
  transform: translateY(-100%);
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .4)
}

.mob-drawer.open {
  pointer-events: all
}

.mob-drawer.open .mob-drawer-backdrop {
  opacity: 1
}

.mob-drawer.open .mob-drawer-panel {
  transform: translateY(0)
}

.mob-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mob-drawer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none
}

.mob-close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
  transition: color .2s
}

.mob-close-btn:hover {
  color: #d41f16
}

.mob-nav-list {
  list-style: none;
  padding: 8px 0 24px;
  margin: 0
}

.mob-nav-list>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  transition: background .15s
}

.mob-nav-list>li>a:hover {
  background: rgba(255, 255, 255, .07)
}

.mob-nav-list>li>a .chev {
  font-size: 18px;
  color: rgba(255, 255, 255, .55);
  transition: transform .25s
}

.mob-nav-list>li.mob-open>a .chev {
  transform: rotate(180deg)
}

.mob-sub {
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, .2);
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease
}

.mob-nav-list>li.mob-open>.mob-sub {
  max-height: 1200px
}

.mob-sub>li.mob-open>.mob-sub {
  max-height: 600px
}

.mob-sub>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 20px 11px 36px;
  font-family: 'Sora', sans-serif;
  font-size: 13.5px;
  color: #b0c4e8;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  transition: background .14s, color .14s
}

.mob-sub>li>a:hover {
  color: #fff;
  background: rgba(255, 255, 255, .06)
}

.mob-sub>li>a .chev {
  font-size: 15px;
  color: rgba(255, 255, 255, .4);
  transition: transform .25s
}

.mob-sub>li.mob-open>a>.chev {
  transform: rotate(180deg)
}

.mob-sub .mob-sub {
  background: rgba(0, 0, 0, .18)
}

.mob-sub .mob-sub>li>a {
  padding-left: 52px;
  font-size: 13px;
  color: #8aa4d6
}

/* ─── RESPONSIVE ─── */
@media(max-width:991px) {
  .header-nav-band {
    display: none
  }

  .brand-text {
    display: none
  }

  .badges-desk {
    display: none
  }

  .mob-controls {
    display: flex
  }

  .logo-header .inner {
    padding: 0 16px
  }
}

@media(max-width:575px) {
  .top-bar .inner {
    padding: 0 14px
  }

  .top-bar-left>a:last-child {
    display: none
  }

  .search-box {
    margin: 0 16px;
    padding: 20px 20px
  }

  .logo-link img {
    height: 44px
  }
}

/* =========================================
   MTO GLOBAL PAGE HEADER BANNER
   ========================================= */

.mto-header {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 300px;
  display: flex;
  align-items: center;
  padding: 0 !important;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 20%);
  z-index: 1;
}

/* Forces the text container above the dark overlay */
.mto-header>.container {
  position: relative;
  z-index: 2;
}

.mto-header-eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  /*color: #e8241a;*/
  color: #fff;
  margin-bottom: 8px;
  font-weight: 700;
}

.mto-header h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7rem;
  width: max-content;
  background: #002949;
  border-radius: 50px;
  padding: 15px;
}

.mto-header h2[data-title-border]:after {
  background: #e8241a !important;
}

.mto-approval-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  color: #08213f;
  /* mto-navy-deep */
  background: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 8px;
}

/* Breadcrumb styling for inner pages */
.mto-header .breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
}

.mto-header .breadcrumb li {
  color: rgba(255, 255, 255, 0.7);
}

.mto-header .breadcrumb li.active {
  color: #fff;
}

.mto-header .breadcrumb li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.mto-header .breadcrumb li a:hover {
  color: #fff;
}

/* Strip below banner */

.info-strip {
  background: linear-gradient(43deg, #d9e8fff2, #6796d3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-top: 0px;
}

.page-header,
.page-header-classic,
.page-header-sm,
.mto-header {
  margin-bottom: -1px;
}

.strip-left {

  color: #061843;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.strip-right {
  color: #061843;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .info-strip {
    flex-direction: column;
    text-align: center;
    padding: 10px 16px;
    gap: 5px;
  }

  .strip-left,
  .strip-right {
    font-size: 12px;
  }
}

/*header banner css*/

/* ===== tokens ===== */
:root {
  --mto-navy: #0d2f5e;
  --mto-navy-deep: #08213f;
  --mto-gold: #e8241a;
  --mto-gray-bg: #f7f8fa;
  --mto-text: #5a6472;
}

/* ===== page header ===== */
/*.mto-header {*/
/*  background-size: cover !important;*/
/*  background-position: center !important;*/
/*  background-repeat: no-repeat !important;*/
/*  height: 450px; */
/*  display: flex; */
/*  align-items: center; */
/*  padding: 0 !important; */
/*  position: relative; */
/*}*/

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 34%);
  z-index: 1;
}

.mto-header>.container {
  position: relative;
  z-index: 2;
}

.mto-header-eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  /*color: var(--mto-gold); */
  margin-bottom: 8px;
}

.mto-approval-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  color: var(--mto-navy-deep);
  background: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  vertical-align: middle;
  /*margin-left: 8px;*/
}

.mto-header .breadcrumb li {
  color: rgba(255, 255, 255, .7);
}

.mto-header .breadcrumb li.active {
  color: #fff;
}

/* ===== about us ===== */
.mto-about {
  padding: 56px 0;
}

.mto-about-side h4 {
  color: var(--mto-navy);
  font-weight: 700;
  margin-bottom: 14px;
}

.mto-approvals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mto-approval-chip {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  color: var(--mto-navy);
  border: 1px solid var(--mto-navy);
  border-radius: 20px;
  padding: 5px 14px;
}

.mto-about p {
  color: var(--mto-text);
  font-size: 15.5px;
  line-height: 1.8;
  margin: 0;
  text-align:justify;
}

.mto-about p b {
  color: var(--mto-navy);
}

@media (max-width:767px) {
  .mto-about-side {
    margin-bottom: 24px;
  }
}

/* ===== cities ===== */
.pg2-container {
  background: var(--mto-gray-bg);
  padding: 60px 0 70px;
  text-align: center;
}

.cityTitle {
  font-size: 26px;
  font-weight: 700;
  color: var(--mto-navy);
  margin-bottom: 10px;
}

.pg2-container .hr {
  width: 60px;
  height: 3px;
  background: var(--mto-gold);
  margin: 0 auto 40px;
}

.pg2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.Cities {
  width: 230px;
}

.city-card {
  position: relative;
  width: 100%;
  height: 230px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(13, 47, 94, .12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.Cities a:hover .city-card {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(13, 47, 94, .22);
}

.city-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.Cities a:hover .city-card img {
  transform: scale(1.08);
}

.city-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(8, 33, 63, .92) 0%, rgba(8, 33, 63, 0) 70%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.city-name {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .02em;
}

.city-link {
  color: var(--mto-gold);
  font-size: 12px;
  font-weight: 600;
  margin-top: 4px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
}

.Cities a:hover .city-link {
  opacity: 1;
  transform: translateY(0);
}

.city-link i {
  margin-left: 4px;
  font-size: 10px;
}

@media (max-width:480px) {
  .Cities {
    width: 100%;
    max-width: 320px;
  }
}

/* ─── HERO SLIDER ─── */
.hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 500px;
}

.slider-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 0;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  /*changed from 45% to 50%*/
  /*z-index: 2;*/
}

.slide-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
}

.hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(22px, 4vw, 37px);
  font-weight: 700;
  color: #fff;
  line-height: 3.25;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  margin-top: 18rem;
}

.hero-title span {
  color: #ffffff;
  background: #00294980;
  padding: 10px;
  border-radius: 50px;
}

/* ─── DOTS ─── */
.hero-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.hero-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  display: block;
}

.hero-dots span.active {
  background: #fff;
  transform: scale(1.25);
}
/*Search starts*/

  .search-section {
    height: 300px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
    .search-results-section {
    min-height: 60vh;
    background: #f4f7fb;
  }

  /* Search bar */
  .search-bar-wrap {
    max-width: 680px;
    margin: 0 auto;
  }

  .search-input-group {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #d0ddf5;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(10, 42, 110, 0.08);
  }

  .search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 14px 24px;
    font-size: 15px;
    color: #2d3a5a;
    background: transparent;
  }

  .search-btnn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #1a5cb5;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
    transition: background 0.2s;
  }

  .search-btnn:hover {
    background: #0a2a6e;
  }

  /* Result count */
  .result-count {
    font-size: 15px;
    color: #5a7ab5;
  }

  .result-count strong {
    color: #0a2a6e;
  }

  /* Section label */
  .section-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #0a2a6e;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e8f7;
  }

  .count-badge {
    background: #1a5cb5;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 50px;
  }

  /* Results grid */
  .results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
  }

  /* Result card */
  .result-card {
    background: #fff;
    border-radius: 16px;
    border: 1.5px solid #e0e8f7;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(10, 42, 110, 0.06);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
  }

  .result-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(10, 42, 110, 0.12);
  }

  .result-img-wrap {
    width: 100%;
    height: 170px;
    overflow: hidden;
  }

  .result-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
  }

  .result-card:hover .result-img {
    transform: scale(1.04);
  }

  .result-body {
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
  }

  .result-tag {
    display: inline-block;
    background: #e8f0fb;
    color: #1a5cb5;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: fit-content;
  }

  .result-title {
    font-size: 16px;
    font-weight: 700;
    color: #0a2a6e;
    margin: 0;
    line-height: 1.4;
  }

  .result-desc {
    font-size: 13px;
    color: #5a7ab5;
    margin: 0;
    line-height: 1.7;
  }

  .result-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #1a5cb5;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-top: auto;
    transition: gap 0.2s;
  }

  .result-link:hover {
    gap: 10px;
    color: #0a2a6e;
  }

  /* Person card */
  .person-row {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .person-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2.5px solid #1a5cb5;
    flex-shrink: 0;
  }

  .person-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e8f0fb;
    color: #1a5cb5;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  /* Empty state */
  .empty-state {
    text-align: center;
    /*padding: 80px 20px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .empty-state h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0a2a6e;
    margin: 0;
  }

  .empty-state p {
    font-size: 15px;
    color: #5a7ab5;
    margin: 0;
  }

  .back-home-btn {
    display: inline-block;
    background: #1a5cb5;
    color: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 8px;
    transition: background 0.2s;
  }

  .back-home-btn:hover {
    background: #0a2a6e;
    color: #fff;
  }
/*search ends*/

@media (max-width: 768px) {
  .hero-section {
    height: 135px;
  }
.top-bar-right {
  flex-wrap: wrap;
}
.hero-title
 {
    margin-top: 3rem;
}
.hero-title span{
    font-size:12px !important;
}
.logo-header .inner img{
    height:50px;
}

.pg2 {
  max-width: 100%;
}
}
/*HEADER BLADE CSS STARTS*/

  /* ================= DESKTOP SEARCH ================= */
  .hdr-search {
    display: flex !important;
    align-items: center !important;
    height: 28px;
  }
  .hdr-search-btn {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 22px;*/
    height: 25px;
    min-width: 25px;
    border-radius: 50%;
    background: #d51501;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    order: 2;
  }
    .hdr-search-btn i{
        font-size:10px !important;
    }
  .hdr-search-btn:hover { background: #a83226; }
  .hdr-search-btn i { color: #fff; font-size: 15px; }
  .hdr-search-input {
    order: 1;
    box-sizing: border-box;
    width: 0;
    opacity: 0;
    padding: 0;
    margin-right: 0;
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 40px;
    font-size: 14px;
    background: #fff;
    transition: width .25s ease, opacity .2s ease, padding .25s ease, margin .25s ease;
    overflow: hidden;
  }
  .hdr-search.open .hdr-search-input {
    width: 220px;
    height:30px;
    opacity: 1;
    padding: 0 14px;
    margin-right: 10px;
  }

  /* ================= MOBILE SEARCH BAR ================= */
  .hdr-search-mob {
    display: none;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-top: 1px solid #eee;
    box-sizing: border-box;
  }
  .hdr-search-mob.open { display: flex; }
  .hdr-search-mob .hdr-search-input {
    order: unset;
    width: 100%;
    opacity: 1;
    padding: 0 14px;
    margin: 0;
  }
  .hdr-search-mob button[type="submit"] {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c0392b;
    color: #fff;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
  }
  .hdr-mobile-controls { display: none; align-items: center; gap: 10px; }
  .hdr-search-btn-mob {
    all: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #c0392b;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
  }

    .icon-circle {
  position: relative;
}

.icon-circle[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(9 61 121);
  color: white;
  padding: 6px 12px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 9999;
}

.icon-circle[data-tooltip]:hover::after {
  opacity: 1;
}
/* Force hide Google Translate toolbar */
.skiptranslate iframe { display: none !important; }
body { top: 0px !important; }
#goog-gt-tt { display: none !important; }
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

:root {
    --primary-color: #AC4545;
    --primary-dark: #8f3a3a;
    --light-color: #f7e9e9;
}

* { font-family: "Inter", sans-serif; box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

/* ── Utility Bar ── */
.utility-bar {
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    padding: 7px 0;
    position: relative;
}
.utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.utility-contact { display: flex; gap: 24px; flex-wrap: wrap; }
.utility-contact a {
    color: #fff;
    text-decoration: none;
    opacity: .95;
    white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
    .utility-contact a:hover { opacity: 1; text-decoration: underline; }
}
.utility-contact i { margin-right: 6px; }
.utility-tools { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }

/* Language Toggle */
.lang-switch { display: flex; align-items: center; gap: 8px; font-weight: 600; white-space: nowrap; }
.lang-toggle {
    width: 38px; height: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,.35);
    border: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}
.lang-toggle .knob {
    position: absolute;
    top: 2px; left: 2px;
    width: 16px; height: 16px;
    border-radius: 50%;
    background: #fff;
    transition: .25s;
}
.lang-toggle.active .knob { left: 20px; }
/*HEADER BLADE CSS ENDS*/