:root {
  --navy: #05294a;
  --navy-2: #06213d;
  --green: #00b457;
  --orange: #ff762e;
  --text: #12243a;
  --muted: #6e7680;
  --border: #e7eaee;
}
* {
  box-sizing: border-box;
}
body {
 font-family: "Poppins", sans-serif;
  color: var(--text);
  background: #fff;
}
a {
  text-decoration: none;
}
.offer-bar {
  background: #062846;
  color: #fff;
  height: 35px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
main {
  margin-top: 50px;
}
.offer-bar a {
  color: #fff;
  opacity: 0.9;
  text-decoration: underline;
}
.brand-logo {
  width: 177px;
  height: auto;
}
.navbar {
  min-height: 100px;
}
.navbar .nav-link {
  color: #202832;
  font-size: 16px;
  font-weight: 500;
  padding: 0.6rem 1rem !important;
}
.navbar .nav-link.active {
  background: #f4f5f6;
  border-radius: 20px;
}
.login-link {
  color: #00679b !important;
  font-weight: 600 !important;
}
.hero {
  position: relative;
  min-height: 545px;
  color: #fff;
  background: linear-gradient(
      90deg,
      rgb(2 34 62 / 0.98) 0%,
      rgb(2 37 68 / 0.94) 38%,
      rgb(4 37 64 / 0.55) 100%
    ),
    url(../assets/banner.jpg) center/cover no-repeat;
  overflow: visible;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 78% 45%,
    rgb(23 104 139 / 0.2),
    transparent 38%
  );
}
.min-vh-hero {
  min-height: 430px;
}
.display-title {
  font-size: clamp(34px, 4vw, 46px);

  font-weight: 700;
}
.display-title span {
  color: #00bd58;
}
.hero-copy {
  max-width: 590px;
  font-size: 15px;
  line-height: 1.55;
  color: #edf3f7;
}
.btn-orange {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 265px;
}
.btn-orange:hover {
  background: #ed6723;
  border-color: #ed6723;
  color: #fff;
}
.btn-orange img{
  margin-left: 15px;
}
.btn-outline-light{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  min-height: 50px;
}
.btn-outline-light:hover{
  background-color: #1b6863;
  color: #fff;
}
.btn-outline-light img{
  margin-left: 15px;
}
.btn-green {
  background: #00ad51;
  color: #fff;
  border-color: #00ad51;
  font-weight: 600;
}
.btn-green:hover {
  background: #009b49;
  color: #fff;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 16px;
  color: #dce8ef;
}
.trust-row i {
  font-size: 18px;
  color: #6ed8ff;
  margin-right: 5px;
  vertical-align: middle;
}
.hero-art img {
  width: 100%;
  object-fit: cover;
}
.search-wrap {
  position: relative;
  z-index: 10;
  margin-top: -25px;
}
.search-card {
  background: #fff;
  color: var(--text);
  border-radius: 18px;
  padding: 20px 24px;
  box-shadow: 0 10px 28px rgb(11 31 52 / 0.12);
  position: absolute;
  width: 85%;
  margin-top: 10px;
  transform: translateX(-50%);
  left: 50%;
}
.search-card h5 {
  text-align: center;
  font-size: 15px;
  margin-bottom: 17px;
}
.form-select,
.form-control {
  min-height: 45px;
  border-color: #e9edf0;
  font-size: 12px;
  border-radius: 8px;
}
.input-group .form-control {
  border-right: 0;
}
.input-group-text {
  border-color: #e9edf0;
}
.popular-searches {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  font-size: 11px;
}
.popular-searches a {
  color: #28333e;
  border: 1px solid #e9ebed;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 14px;
}
.popular-searches a:hover{
  background-color: var(--border);
}
.stats-section {
  padding-top: 80px;
}
.stats-card {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #e8eaed;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgb(0 0 0 / 0.07);
  background: #fff;
  overflow: hidden;
  padding: 20px 0;
}
.stat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 20px;
  border-right: 1px solid #e5e7e9;
}
.stat:last-child {
  border-right: 0;
}
.stat > i {
  font-size: 29px;
  color: #0081a8;
}
.stat strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
}
.stat small {
  display: block;
  font-size: 14px;
  margin-top: 3px;
  font-weight: 400;
}
.section-pad {
  padding: 42px 0;
}
.section-heading {
  margin-bottom: 20px;
}
.section-heading h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.section-heading p {
  font-size: 12px;
  color: #7c8187;
  margin: 3px 0 0;
  font-weight: 400;
}
.view-link {
  color: #00468D;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.view-link img{
  margin-left: 15px;
}
.category-card {
  min-height: 123px;
  border: 1px solid #e2e5e8;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text);
  transition: 0.2s ease;
  padding: 20px 5px;
}
.category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.07);
}
.cat-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 7px;
}
.peach {
  background: #ffe2dc;
  color: #d76d5e;
}
.yellow {
  background: #fff5bf;
  color: #bf9b00;
}
.green {
  background: #d8f8e1;
  color: #209a52;
}
.purple {
  background: #f5e1ff;
  color: #8552a6;
}
.gold {
  background: #fff0c6;
  color: #bf8d00;
}
.red {
  background: #ffd9d5;
  color: #dd5d50;
}
.category-card b {
  font-size: 14px;
  font-weight: 500 !important;
  margin-top: 20px;
}
.category-card small {
  color: #7b7d82;
  font-size: 12px;
}
.steps-row {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.steps-row:before {
  content: "";
  position: absolute;
  top: 56px;
  left: 10%;
  right: 10%;
  border-top: 1px dashed #aaa;
}
.step {
  position: relative;
  width: 19%;
  text-align: center;
  z-index: 1;
}
.step-number {
  position: absolute;
  top: -5px;
  left: calc(50% - 48px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff6947;
  color: #fff;
  font-size: 18px;
  display: grid;
  place-items: center;
}
.step-number.teal {
  background: #39a8ae;
}
.step-number.green {
  background: #00a85b;
}
.step-number.pink {
  background: #f47d89;
}
.step-number.blue {
  background: #3e82d2;
}
.step-icon {
  width: 112px;
  height: 112px;
  margin: 0 auto 12px;
  border: 1px solid #dce2e7;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 34px;
  color: #111;
}
.step h6 {
  font-size: 16px;
  background-color: #fff;
  margin: 0 !important;
  padding-top: 10px;
}

.step p {
  font-size: 14px;
  color: #777;
  line-height: 1.35;
  background-color: #fff;
  padding: 10px 0;
}
.featured-img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  top: 42%;
  bottom: auto;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.12);
}
.carousel-control-prev {
  left: -18px;
}
.carousel-control-next {
  right: -18px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  background-color: #0c6d9b;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.benefit {
  border: 1px solid #e3e6e9;
  border-radius: 8px;
  min-height: 68px;
  padding: 10px 9px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.benefit > i {
  font-size: 22px;
  color: #0b75a4;
  background: #e9f6fb;
  border-radius: 7px;
  padding: 8px;
}
.benefit b {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.benefit small {
  display: block;
  font-size: 13px;
  color: #777;
  line-height: 1.25;
  margin-top: 2px;
}
.cta-banner {
  min-height: 160px;
  padding: 50px 35px;
  border-radius: 15px 15px 0 0;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  background: linear-gradient(100deg, #052c50, #247f70);
  position: relative;
  overflow: hidden;

}
.cta-banner:after {
  content: "";
  position: absolute;
  width: 100%;
 background: url(../assets/bg.svg) no-repeat left; 
}
.cta-icon {
  font-size: 55px;
  color: #ffbd00;
}
.cta-banner h3 {
  font-size: 24px;
  margin: 0 0 4px;
  font-weight: 600;
}
.cta-banner p {
  font-size: 16px;
  max-width: 480px;
  margin: 0;
  color: #dbe8ea;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}
.footer {
  background: #03213e;
  color: #c4d0da;
}
.footer-brand {
  max-width: 200px;
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}
.footer-brand img{
  width: 100%;
}
.footer-brand:first-letter {
  color: #0086ad;
}
.footer p,
.footer a {
  color: #aab8c4;
  font-size: 14px;
  line-height: 1.8;
}
.footer p i{
  font-size: 20px;
}
.footer h6 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 12px;
}
.footer a {
  display: block;
}
.socials {
  display: flex;
  gap: 7px;
}
.socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1d405d;
  display: grid;
  place-items: center;
  color: #fff;
}
.socials a i{
  font-size: 17px;
}
.copyright {
  border-top: 1px solid rgb(255 255 255 / 0.07);
  background: #031a31;
  padding: 9px;
  text-align: center;
  font-size: 16px;
  color: #9ba9b4;
}
@media (max-width: 991.98px) {
  .hero {
    min-height: 760px;
  }
  .hero-art {
    margin-top: -20px;
  }
  .stats-card {
    grid-template-columns: repeat(3, 1fr);
  }
  .stat:nth-child(3) {
    border-right: 0;
  }
  .stat:nth-child(-n + 3) {
    border-bottom: 1px solid #e5e7e9;
  }
}
@media (max-width: 767.98px) {
  .offer-bar {
    font-size: 10px;
  }
  .brand-logo {
    width: 150px;
  }
  .hero {
    min-height: 920px;
  }
  .min-vh-hero {
    min-height: auto;
    padding: 55px 0 40px;
  }
  .display-title {
    font-size: 34px;
  }
  .trust-row {
    gap: 10px;
  }

    .trust-row span {
    gap: 10px;
    width: 100%;
  }
  .stats-section {
    padding-top: 55px;
  }
  .stats-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat:nth-child(2n) {
    border-right: 0;
  }
  .stat:nth-child(3) {
    border-right: 1px solid #e5e7e9;
  }
  .stat:nth-child(-n + 4) {
    border-bottom: 1px solid #e5e7e9;
  }
  .steps-row {
    flex-direction: column;
    gap: 25px;
  }
  .steps-row:before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    border-top: 0;
    border-left: 1px dashed #aaa;
  }
  .step {
    width: 100%;
  }
  .step-number {
    left: calc(50% - 48px);
  }
  .featured-img {
    height: 190px;
  }
  .cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
  }
  .cta-icon {
    font-size: 45px;
  }
  .search-card {
    padding: 18px 14px;
  }
}













  .popular-searches strong{
    font-weight: 600 !important;
    font-size: 14px !important;
  }

 .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
      }




@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px !important;
    }
}

@media (max-width: 991px) {

  .search-card{
    position: inherit !important;
    width: 100% !important;
  }
  .search-wrap{
    padding-bottom: 50px;
  }
  /* .popular-searches strong{
    width: 100% !important;
    text-align: center;
  } */
   .stats-section{
    padding-top: 0;
   }

}

@media (max-width: 767px) {
  .search-card{
    margin-top: -50px !important;
  }
  .section-heading{
    display: block !important;
  }
  .section-heading a{
    margin-top: 20px !important;
    display: block;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .swiper-slide img{
    border-radius: 10px;
  }
}


@media (max-width: 575px) {
  .search-wrap{
    padding-bottom: 15px;
  }
  .stat{
    display: block;
  }
  .stat img{
    margin-bottom: 20px;
  }
  .benefit{
    display: block;
  }
  .benefit img{
    margin-bottom: 10px;
  }
  .btn-orange, .btn-outline-light{
    max-width: 100%;
    width: 100%;
  }
  .cta-banner{
    align-items: center;
  }
}





 /* Sticky navbar */
    .sticky-navbar {
      position: sticky;
      top: 0;
      z-index: 1030;
      background: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

    .state-dropdown {
      min-width: 125px;
      border: 1px solid #022344;
      border-radius: 5px;
    }
    .dropdown-item:active{
      background-color: #022344 !important;

    }

    .state-dropdown .dropdown-item {
      padding: 7px 10px;
      font-size: 15px;
    }

    /* Nested submenu */
    .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
      top: -1px;
      left: 100%;
      margin-top: 0;
      min-width: 150px;
      border-radius: 0;
      border: 0;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    }

    .dropdown-submenu:hover > .dropdown-menu {
      display: block;
      border: 5px !important;
    }

    .dropdown-submenu > .dropdown-item::after {
      content: "▼";
      float: right;
      font-size: 9px;
      margin-top: 5px;
    }

    .navbar .dropdown:hover > .dropdown-menu {
      display: block;
    }
  .navbar-brand{
    max-width: 200px;
  }
    .navbar-brand img{
      width: 100%;
    }
    .nav-item span{
      color: #0079A9 !important;
    }

    .nav-item a:hover{
      color: #0079A9 !important;
    }


    @media (max-width: 991.98px) {
      .dropdown-submenu > .dropdown-menu {
        position: static;
        margin-left: 15px;
        box-shadow: none;
      }

      .dropdown-submenu:hover > .dropdown-menu {
        display: block;
        border-radius: 5px !important;
      }

      .navbar .dropdown:hover > .dropdown-menu {
        display: none;
      }

      .navbar .dropdown.show > .dropdown-menu {
        display: block;
      }
    }


    @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        border-radius: 5px !important;
    }
}