
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  --bg: #F2F4F9;
  --surface: #ffffff;
  --ink: #011222;
  --muted: #4f545a;
  --line: #d8dde8;
  --yellow: #FCC406;
  --navy: #020920;
  --green: #22c35d;
}

* {
  box-sizing: border-box;
    font-family: "Poppins", sans-serif!important;
      -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Poppins", sans-serif!important;
}

a {
  text-decoration:none;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}
button:focus-visible, a:focus-visible{
  outline:none;
}
/* .container {
  max-width: 1720px;
  padding-left:15px;
  padding-right:15px;
} */
.common_padding{
  padding:80px 0;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 10px 24px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}
.section-title {
  text-align: center;
}
.section-title h2 {
  /* font-size: 70px;
  line-height: 92px; */
  font-weight:600;
  color:#011222;
  letter-spacing: 0;
  font-size: clamp(2.25rem, 3.5vw, 3rem);
    line-height: 1.25;
}
.section-title p {
  margin-top: 10px;
  font-size: 18px;
  color: #18181B;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 400;
}
/* ======================== Header ========================================== */
.hero {
  position: relative;
}
.navbar-brand img {
  width: 100%;
  max-width: 140px;
}
.navbar {
    position: absolute;
    width: 100%;
    z-index: 5;
    padding-top: 20px;
        transition: all 0.3s ease;
}

.navbar-nav .nav-link {
  color: #222222;
  font-weight: 500;
  margin-left: 22px;
  padding:8px;
  font-size:18px;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  position: relative;
}
.navbar-nav .nav-link.active{
   color: #FCC406;
}
.navbar-nav .nav-link:hover {
  color: #FCC406;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-link:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #FCC406;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.navbar-nav .nav-link:hover::after{
    width: 60%;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-link.active::after{
   width: 60%;
    transition: all 0.3s ease-in-out;
}
.navbar-toggler-icon{
      filter: brightness(0) saturate(100%);
}
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.contact-btn {
    background-color: var(--yellow);
    border: 1px solid var(--yellow);
    border-radius: 38px;
    padding: 16px 34px;
    font-weight: 600;
    color: #081E2A;
    font-size: 16px;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
}
.btn-text {
    transition: transform 0.4s ease;
}
.icon {
    transition: transform 0.4s ease;
}
.contact-btn:hover {
    background-color: transparent;
    color: var(--yellow);
    border:1px solid #FCC406;
}
.contact-btn:hover .icon {
    transform: translateX(-100px); 
    filter: brightness(0) saturate(100%) invert(81%) sepia(14%) saturate(4665%) hue-rotate(357deg) brightness(102%) contrast(98%);
}
.contact-btn:hover .btn-text {
    transform: translateX(30px);
}
/* =========================== Banner-section =============================== */
.hero-layout {
  display: grid;
      grid-template-columns: 47% 53%;
  min-height: 879px;
}
.hero-content {
  margin-bottom: 56px;
       padding-top: 158px;
    width: 100%;
    padding-right: 11px;
}
.hero-content h1 {
      font-size: clamp(3rem, 4.3vw, 3.4rem);
    line-height: 1.11;
    letter-spacing: -0.7px;
    color: #011222;
    font-weight: 600;
}
.hero-content h2 {
 font-size: clamp(1.2rem, 2vw, 1.4rem);
  line-height: 1.4;
    padding: 20px 0 4px 0;
}
.hero-content p{
      color: #18181B;
   font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.6;
    letter-spacing: 1px;
}
.hero-desc {
  margin-top: 14px;
}
.hero-desc p {
      color: #18181B;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
}
.info-card {
 background: #ffffff;
    padding: 20px;
    border-radius: 24px;
    text-align: center;
    height: 100%;
    border: 1px solid #4F545A33;
}
.info-card .small_text{
      color: #081E2A;
    font-size: 20px;
    font-weight: 600;
    margin: 7px 0 6px 0;
}
.info-card small{
      color: #4F545A;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: none;
}
.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 20px;
  color: #fff;
}

.icon-circle.dark {
      background: #081E2A;
}

.icon-circle.green {
  background: #22C35D;
}
.btn-dark {
  color: #fff;
  background: #081E2A;
  transition: all 0.4s ease;
}
.btn-dark:hover {
  border: 1px solid #081E2A;
  background: transparent;
  color: #081E2A;
}
a.btn.contact-btn.btn-dark{
  color: #fff;
  background: #081E2A;
      transition: all 0.4s ease;
      padding: 10px 24px;
      width:100%;
      border:1px solid transparent;
          margin-top: 10px !important;
}
a.btn.contact-btn.btn-dark:hover{
 background:transparent;
 border:1px solid #081E2A;
 color:#081E2A;
}
.btn.contact-btn.btn-dark img.icon{
  width:16px;
  height:16px;
  filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(0%) hue-rotate(256deg) brightness(102%) contrast(103%);
}
a.btn.contact-btn.btn-dark:hover img.icon{
      transform: translateX(-80px);
filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(3058%) hue-rotate(160deg) brightness(98%) contrast(96%);}
a.btn.contact-btn.btn-green{
  color: #fff;
  background: #22C35D;
      transition: all 0.4s ease;
      padding: 10px 24px;
      width:100%;
      border:1px solid transparent;
          margin-top: 10px !important;
}
a.btn.contact-btn.btn-green:hover{
 background:transparent;
 border:1px solid #22C35D;
 color:#22C35D;
}
.btn.contact-btn.btn-green img.icon{
    width:16px;
  height:16px;
  filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(0%) hue-rotate(256deg) brightness(102%) contrast(103%);
}
a.btn.contact-btn.btn-green:hover img.icon{
      transform: translateX(-176px);
  filter: brightness(0) saturate(100%) invert(55%) sepia(98%) saturate(381%) hue-rotate(90deg) brightness(92%) contrast(88%);
}
.hero-slider {
  position: relative;
  overflow: hidden;
  min-height: 879px;
}

.hero-slide {
  height: 879px;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}
.slide {
  flex-shrink: 0;
}
.carousel-dots {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.hero-slider .carousel-dots {
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
}
.hero-slider .carousel-dot {
  width: 10px;
  height: 10px;
  border-color: rgba(255, 255, 255, 0.95);
}
.hero-slider .carousel-dot.active {
  background: #fff;
}
.carousel-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #10253a;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.airport-form-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.airport-form-box {
    width: calc(100% / 2 - 10px);
    padding: 22px;
    border-radius: 18px;

    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, 0.25);

    box-shadow:
        0 10px 35px rgba(0, 0, 0, 0.25),
        inset 0 0 12px rgba(255, 255, 255, 0.15);

    transition: all 0.35s ease;
}

.airport-form-box:hover {
    transform: translateY(-6px);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.35),
        inset 0 0 15px rgba(255, 255, 255, 0.25);
}

.airport-form-box h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.airport-form-box .form-group {
    margin-bottom: 12px;
}

.airport-form-box input {
    padding: 10px;
    padding-right: 10px;
    border: 1px solid #000;
    border-radius: 6px;
    height: 34px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #fff;
    width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    max-width: 100%;
}

.airport-form-box .date-wrapper input {
    background-color: #ffffff;
}

.airport-form-box .form-group label {
    margin-bottom: 5px;
}

.airport-form-box label.box-title {
    font-size: 20px;
    font-weight: 600;
    color: #011222;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.airport-form-box button {
    width: 100%;
    padding: 12px;
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    max-height: 47px;
}
.cust-tab-wrapper .nav-tabs {
  border-bottom: 1px solid #081E2A;
}
.cust-tab-wrapper .nav-tabs li  {
  color: #081E2A;
  border: 1px solid transparent;
  margin-top: 10px !important;
}
.cust-tab-wrapper .nav-tabs li .nav-link {
  color: #081E2A;
  border-bottom: 0;
}
.cust-tab-wrapper .nav-tabs li .nav-link.active {
  color: #fff;
  background: #081E2A;
}
.show-mb {
  display: none;
}
/* ========================== Trust-bar-slider ========================== */
.trust-bar {
  color: #fff;
  background: var(--navy);
  overflow: hidden;
}

.trust-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: trust-marquee 26s linear infinite;
}

.trust-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 22px;
  padding: 40px 0;
  margin-right: 22px;
}

.trust-list span {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 500;
  padding-left: 22px;
  display: flex;
    align-items: center;
    gap: 10px;
}
.trust-list span img{
  width:30px;
  height:30px;
}
@keyframes trust-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-track {
    animation: none;
  }
}
/* ============================== About-us ============================ */
.about {
  background: #fff;
  align-items: center;
}

.about-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}

.about-col {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.about-copy{
  height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 891px;
    margin-left: auto;
        align-items: start;
}
.about-col-shift {
  margin-top: 38px;
}

.about-img {
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--line);
  object-fit: cover;
}

.about-img-small {
  height: 274px;
}

.about-img-tall {
  height: 309px;
}

.about-copy h2 {
 line-height: 56px;
    letter-spacing: 0;
    font-size: 46px;
    color: #011222;
    font-weight: 600;
    font-size: clamp(2.25rem, 3.5vw, 3rem);
      line-height: 1.25;
}

.about-copy > p {
  margin-top: 18px;
  color: #18181B;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  font-weight: 400;;
}
.feature-grid {
 margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: #020920;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  position:relative;
}

.feature-icon::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    top: -8px;
    right: -4px;
    transform: rotate(-45deg);
}
.feature-icon img {
  width: 24px;
  height: 24px;
}

.feature-grid h3 {
    font-size: 20px;
    color: #2E3E4E;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 126%;
    transform: none;
    margin-bottom: 0;
}

.feature-grid p {
  margin-top: 4px;
    font-size: 18px;
    line-height: 26px;
    transform: none;
    white-space: normal;
    color: #18181B;
    font-weight: 400;
}
.about-copy .btn {
 padding: 15px 31px;
  font-size: 17px;
  transform: none;
  margin-left: 0;
  font-weight:600;
  margin-top:50px;
}
.about-copy .btn span{
 font-weight:400;
}
/* ======================= choose-trip ============================= */
section.choose-trip{
  padding: 80px 0 0;
}
section.choose-trip .swiper-wrapper{
  padding-bottom: 70px;
}
.carSwiper {
  padding:40px 0 0 0;
}
.car-card {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px #00000029;

}

.car-card img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  background: #fff;
}

.car-card h3 {
  margin-top: 10px;
  text-align: center;
  font-size: 17px;
}

.car-card p {
  margin-top: 5px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}

.car-card .btn {
  width: calc(100% - 24px);
  margin: 10px 12px 0;
}
.car-body{
      border-top: 1px solid #22222233;
    padding: 20px 40px;
}

.car-img img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.car-body h5 {
  font-weight: 600;
    color: #081E2A;
    font-size: 20px;
}

p.passenger {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 18px;
    padding: 14px 0 27px 0;
    margin: 0;
    gap: 10px;
}
p.passenger img{
      width: 14px;
    height: 14px;
    background-color: transparent;
}
.btn.contact-btn.service_premium{
      padding: 13px 72px;
    min-height: auto;
}
.btn.contact-btn.service_premium:hover img.icon{
      transform: translateX(-189px);
}
.call-btn {
  background: var(--yellow);
  border: 1px solid var(--yellow);
  color: #000;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: 600;
  transition: all 0.4s ease;
}
.call-btn:hover {
      background-color: #fff;
    border: 1px solid var(--yellow);
    color: #000;
}
a.btn.contact-btn.swiper_button{
width: 100%;
    margin: 0;
    padding: 13px 10px;
    min-height: auto;
}
a.btn.contact-btn.swiper_button img.icon{
  width: 20px;
    height: 20px;
    object-fit: contain;
    background: transparent;
}
a.btn.contact-btn.swiper_button:hover{
  color:#081E2A;
  border:1px solid #081E2A;
}
a.btn.contact-btn.swiper_button:hover img.icon{
      transform: translateX(-86px);
      filter: brightness(0) saturate(100%) invert(9%) sepia(14%) saturate(3058%) hue-rotate(160deg) brightness(98%) contrast(96%);
}
.swiper-pagination-bullet{
border: 1px solid #081E2A;
width:20px;
height:20px;
border-radius: 50%;
background-color:transparent;
opacity:1;
}
 .swiper-pagination-bullet-active{
  background-color: #081E2A;
}
/* ================================ trust ============================ */
.premium-strip {
    margin-top: 36px;
    background: var(--navy);
    border-radius: 60px;
    color: #fff;
    padding: 40px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.premium-strip::before {
    content: '';
    background-image: url(../image/service_before.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index:0;
}
.premium-strip::after {
    content: '';
    background-image: url(../image/service_after.png);
    width: 418px;
    height: 235px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    background-size: auto;
    z-index:0;
}
.premium-strip h2 {
color: #FFFFFF;
    font-size: 50px;
    font-weight: 600;
    line-height: 92px;
}

.stats {
 margin: 30px auto 50px auto;
    max-width: 760px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.stats p {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.stats strong {
  color: #FFFFFF;
    font-size: 50px;
    font-weight: 600;
    line-height: 62px;
}

.stats span {
color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    padding-top: 12px;
}
/* ==================== location =========================*/
.popular-trip{
  background-color: #fff;
  padding-top: 245px;
    margin-top: -163px;
        padding-bottom: 50px;
}
.popular-trip .swiper{
  padding-top:50px;
}

.popular-trip .swiper-horizontal{
      padding-bottom: 78px;

}
.popular-trip .section-title p{
  max-width:468px;
  margin-left:auto;
  margin-right:auto;

}
.popular-trip .card{
      border: none;
}
.popular-trip .card-body {
      padding: 30px 0 0 0;
}
.popular-trip .card-body h5{
      font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    color: #161C2D;
}
.popular-trip .card-body p{
  color: #18181B;
    font-size: 18px;
    padding-top: 4px;
    font-weight: 400;
    line-height: 26px;
}
/* ============================= Services ================================ */
.services-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.services  .section-title p{
  max-width:824px;
  margin-right:auto;
  margin-left:auto
}
.service-card {
    border-radius: 24px;
    border: 1px solid #4F545A33;
    background: #fff;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service_icon {
    background-color: #081E2A;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.service_icon img{
  width:24px;
  height:24px;
}
.service-card h3 {
     font-size: 18px;
    padding-top: 30px;
    color: #081E2A;
    font-weight: 600;
    line-height: 100%;
}

.service-card p {
margin-top: 14px;
    font-size: 18px;
    color: #4F545A;
    font-weight: 400;
    line-height: normal;
}
/* ============================ reviews ============================ */
.reviews {
  background: #fff;
}

.reviews-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
a.btn.contact-btn.swiper_button.review_button {
    width: auto;
    padding: 13px 25px;
}
a.btn.contact-btn.swiper_button.review_button:hover img.icon{
      transform: translateX(-274px);
}

.reviews-head h2 {
      font-size: 56px;
    line-height: 72px;
    font-weight: 600;
    color: #011222;
    letter-spacing: 0;
}

.video-grid {
    margin-top: 60px;
}
.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  height: 488px;
}

.video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 58px;
  border-radius: 19px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(26px) blur(1px);
box-shadow: 0px 15px 75px 0px #1B19444D;

}

.video-copy {
 position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    padding: 12px;
    color: #fff;
    text-align: center;
    top: auto;
}

.video-copy h3 {
 font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 22px;
}

.video-copy p {
 margin-top: 6px;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}
/* ----- modal ----- */
.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.video-modal.open {
  display: block;
}

.video-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.video-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(860px, 92vw);
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.video-dialog video {
  width: 100%;
  display: block;
  max-height: 78vh;
}

.close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
}
.video-card .play-btn img {
    width: 100%;
    height: 100%;
    object-fit: none;
}


/* ============================== footer =================================== */
.footer {
  color: #fff;
  background: var(--navy);
  padding: 40px 0;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  gap: 22px;
  align-items: center;
}
.footer_left{
  display: flex;
    justify-content: end;
    gap: 40px;
}
.footer_left .contact-btn{
      padding: 14px 32px;
}
a.footer_link {
    padding: 8px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: relative;
}
a.footer_link:hover{
  color: #FCC406;
    transition: all 0.3s ease-in-out;
}
a.footer_link:after{
  content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #FCC406;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
a.footer_link:hover:after{
      width: 60%;
    transition: all 0.3s ease-in-out;
}
.footer-main p {
margin-top: 14px;
    max-width: 687px;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
}

.footer-main nav {
  display: flex;
  align-self: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom {
margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.footer-bottom p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.socials {
  display: flex;
  gap: 30px;
}

.socials a {
  width: 24px;
  height: 24px;
}
a.brand.brand-footer img{
  width: 222px;
    height: auto;
}
/* =================================== */
.navbar {
  transition: all 0.3s ease;
}

.navbar.scrolled {
  background-color: #000; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.navbar.fixed {
    position: fixed;
    top: 0;
    background-color: #fff; 
    padding-top: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 9998;
}

 .hero-slider-abs {
      position: absolute;
      top: 0;
      right: 0;         
      width: 48%;        
      height: 100%;
      z-index: 1;
      overflow: hidden;
    }
/* .hero-slider-abs::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0,0,0,0.5);   

  z-index: 2;
  pointer-events: none;         
} */
    .hero-slider-abs .swiper {
      width: 100%;
      height: 100%;
    }

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

     .hero-slider-abs .swiper-pagination { bottom: 20px !important; }
     .hero-slider-abs .swiper-pagination-bullet {  opacity:1; width: 20px; height: 20px; border:1px solid #fff; background:transparent;}
     .hero-slider-abs .swiper-pagination-bullet-active { opacity: 1; background:#fff; } 
.sticky_button{
position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    z-index: 9999;
    gap:16px;
    background-color: rgb(255 255 255);
    width: 100%;
    padding: 20px 50px 10px 50px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 52%);
}
.sticky_button a.btn.contact-btn.btn-green{
  border-radius: 10px;
}
.sticky_button .contact-btn:hover .btn-text{
  transform: translateX(0px);
}
a.btn.contact-btn.btn-dark.responsive_btn:hover .btn-text {
      transform: translateX(30px);
}
.quick-quote-form {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  max-width: 100%;
      display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
      /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; */
}

.quick-quote-form h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

/* Match design with other inputs */
.quick-quote-form input {

    padding: 10px;
    padding-right: 40px;
    border: 1px solid #000;
    border-radius: 6px;
    height: 45px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #fff;
  width: 100%;                     
    width: -webkit-fill-available;  
    width: -moz-available;     
        max-width: 100%;
     
}
.quick-quote-form > * {
    min-width: 0;
}
/* wrapper */
.date-wrapper {
    position: relative;
}

/* hide iOS default icon visually but keep clickable */
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* custom BLACK SVG calendar */
.date-wrapper::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;

    background-image: url(../image/calendar-clock.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.quick-quote-form button {
  width: 100%;
  padding: 12px;
  background: #25D366;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  max-height: 47px;
}
/* .responsive_view{
  display:none;
} */

.error {
  border: 2px solid red !important;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.error {
  border: 2px solid red !important;
}

.error-text {
  color: red;
  font-size: 13px;
  margin-top: 5px;
}
.button_banner {
    width: 50%;
}
input::placeholder {
  color: #525151;       
  opacity: 1;        
  font-size:16px;
}
/* Wrapper positioning */
.date-wrapper {
  position: relative;
  /* display: inline-block;
  width: 100%; */
}

/* Wrapper for positioning */
.date-wrapper {
  position: relative;
  /* width: 100%; */
}

/* Floating label */
.placeholder-label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;             /* Light gray */
  text-transform: uppercase; /* Capital letters */
  pointer-events: none;    /* Allows click to input */
  transition: 0.2s ease all;
}

/* Hide label when input is focused or has value */
/* .date-wrapper input:focus + .placeholder-label,
.date-wrapper input:not(:placeholder-shown) + .placeholder-label,
.date-wrapper input[value] + .placeholder-label {
  display: none;
}

/* Input styling 
.date-wrapper input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
} */
.call_banner {
    display: flex;
    font-size: 20px;
    margin-top: 15px;
    gap: 12px;
    color: #011222;
   
}
.call_banner a{
  font-weight:600;
   text-decoration: underline;
}
a.btn.contact-btn.Sticky_one {
    border-radius: 10px;
    padding: 10px 10px;
    line-height: normal;
    margin-top: 0 !important;
}
a.btn.contact-btn.Sticky_one.swiper_button{
    animation: waveYellow 1.5s infinite;
}
@keyframes waveYellow {
  0% {
    box-shadow: 0 0 0 0 rgba(252,196,6, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(252,196,6, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(252,196,6, 0);
  }
}
a.btn.contact-btn.Sticky_one.btn-dark {
   animation: waveBlack 1.5s infinite;
}
@keyframes waveBlack {
  0% {
    box-shadow: 0 0 0 0 rgba(8,30,42, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(8,30,42, 0);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(8,30,42, 0);
  }
}


.popular-routes {
    background: #fff;
    padding: 254px 0 100px 0;
    text-align: center;
    margin-top: -197px;
}

.routes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  margin-top: 33px;
}

.route-pill {
  padding: 16px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  border:1px solid #020920;
}
.left_map_img img{
  max-width:100%;
}
.map_section{
  background-color: #fff;
}
.map_section .section-title ul{
     display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 24px;
    gap: 12px 12px;
    padding: 0;
}
.map_section .section-title ul li{
  font-size:20px;
  color:#081E2A;
  position:relative;
  list-style-type: none;
      padding-left: 37px;
}

.map_section .section-title ul li::before{
    content: '';
    background-image: url(../images/direct-right.svg);
    filter: brightness(0) saturate(100%) invert(6%) sepia(74%) saturate(1045%) hue-rotate(166deg) brightness(98%) contrast(100%);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: 5px;
    background-size: contain;
}
a.btn.contact-btn.btn-dark.responsive_btn {
    border-radius: 10px;
    margin-top: 0 !important;
}
input[type="date"] {
  -webkit-appearance: none !important;
    -moz-appearance: textfield;
    appearance: none !important;
    background-color: transparent;
    position: relative;
    z-index: 2;
    text-align: left !important;
    -webkit-text-align-last: left !important;
    text-align-last: left !important;
        min-width: 0;
         -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
}
  input[type="date"]::-webkit-inner-spin-button,
  input[type="date"]::-webkit-clear-button,
  input[type="date"]::-webkit-calendar-picker-indicator {
      opacity: 0;
      display: block;
      position: absolute;
      right: 0;
      width: 100%;
      height: 100%;
      cursor: pointer;
  }
.quick-quote-form input[type="date"]::-webkit-inner-spin-button,
.quick-quote-form input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
    display: none;
}
  a.btn.contact-btn.swiper_button.Sticky_one img.icon{
    width:16px;
    height:16px;
  }
  .sticky_button a.btn.contact-btn.swiper_button:hover{
    color: inherit;
    border: 1px solid #FCC406;
  }
   .sticky_button a.btn.contact-btn.swiper_button:hover img.icon{
transform: translateX(-77px);
   }
   .sticky_button a.btn.contact-btn.swiper_button:hover .btn-text {
    transform: translateX(30px);
   }
     .sticky_button a.btn.contact-btn.Sticky_one.btn-dark:hover .btn-text {
      transform: translateX(43px);
     }
     .premium-strips{
          z-index: 1;
    position: relative;
     }
     .date-wrapper.date_before:after{
top: 72%;
z-index:55;
}