
@import 'bootstrap.min.css';
@import 'normalize.css';
@font-face {
    font-family: 'HelveticaNeueLTGEO-75Bold';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Linotype-HelveticaNeueLTGEO55Roman.ttf) format('woff');
  }
  
  html {
    scroll-behavior: smooth;
  }

body {
 font-family: 'HelveticaNeueLTGEO-75Bold';

  }
  
  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-feature-settings: 'case' on;
  }

  .carousel {
    margin-bottom: 4rem;
  }

  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  

  .carousel-item {
    height: 750px;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 750px;
  }
  
  .languages {
    font-feature-settings: 'case' on;
    width: auto;
    border: 0;
    padding-left: 10px;
  }
  .navbar .nav-link {
    font-feature-settings: 'case' on;
  }
  .btn {
    font-feature-settings: 'case' on;
  }
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  
  

  .featurette-divider {
    margin: 5rem 0; 
  }
  
  
  .featurette-heading {
    font-weight: 300;
    line-height: 1;

    letter-spacing: -.05rem;
  }
  
  

  
  @media (min-width: 40em) {

    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .navbar {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    padding: .75rem 1rem;
  }
  .navbar .nav-link {
    color: #000;
    font-weight: 500;
    margin: 0 .6rem;
  }
  .navbar .btn-login {
    color: #000;
    margin-right: 10px;
    font-weight: 500;
  }
  .navbar .btn-register {
    background: #e02424;
    color: #fff;
    font-weight: 600;
    border-radius: .375rem;
  }


  .hero {
    background: url('https://i.ibb.co/JrsPHc0/bus-bg.jpg') center/cover no-repeat;
    min-height: 80vh;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
  }
  .hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
  }
  .hero .hero-content {
    position: relative;
    z-index: 2;
  }
  .hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
  }
  .hero p {
    max-width: 500px;
    font-size: 1rem;
  }


  .search-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,.15);
    padding: 1.5rem;
    margin-top: 1.5rem;
  }
  .search-card label {
    font-weight: 600;
    font-size: .9rem;
    color: #444;
  }
  .btn-search {
    background: #e02424;
    color: #fff;
    font-weight: 600;
    border-radius: .375rem;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 700px;
    object-fit: cover;
}

.search-section {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  }
  .search-section h5 {
    font-weight: 700;
    margin-bottom: 20px;
  }
  .form-select, .form-control {
    padding-left: 2.2rem;
  }
  .input-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #6c757d;
  }
  .btn-search {
    background: #dc3545;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 30px;
  }
  .toggle-label {
    font-size: 0.9rem;
    margin-left: 8px;
  }
  .btn-register {
    padding:15px 15px;
  }
  .languages {
    cursor: pointer;
  }

.swiper-button-next {
  display: none!important;
}
.swiper-button-prev {
  display: none!important;
}

.langs {
  background: #fff!important;
  border: 0!important;
}
.secondary-color {
  color: #262288;
}
.primary-color {
  color: #EC1C24;
}

.swiper {
  width: 100%;
  /* height: 600px; */
  position: relative;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}


.overlay-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: right;
  text-align: right;
  background: rgba(0,0,0,0.35);
  padding-top: 100px;
}

.caption-box {
  color: #fff;
  margin-bottom: 25px;
}

.caption-box h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.caption-box p {
  font-size: 1.2rem;
  opacity: 0.9;
  font-size: 15px;
}


.search-box {
  background: #FFFFFFF2;
border-radius: 12px;
padding: 40px 20px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
width: 100%;
/* max-width: 1100px; */
display: block;
margin: 0 auto;
}

.btn-search {
  background-color: #262288;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 25px;
}


.swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  border-radius: 4px;
  background: rgba(255,255,255,0.5);
  opacity: 1;
  margin: 0 4px !important;
  transition: all 0.3s ease;
}

.caption-box p {
text-align: right;
}
.swiper-pagination-bullet-active {
  background: #e53935;
  width: 60px;
}
.overlay-box {
  height: 760px;
}
.swiper-slide {

}
.hero-height 
{
  height: 760px;
}
.mySwiper {
  height: 760px;
}
.caption-box p {
  max-width: 510px;
}
.caption-box {
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px; 
}

.caption-box h1 {
flex: 1;
text-align: left;
}

.caption-box p {
flex: 1;
text-align: right;
}
.caption-box {
text-align: right; 
}

.caption-box h1 {
margin-bottom: 10px; 
}

.caption-box p {
margin: 0; 
}

.caption-box {
display: flex;
flex-direction: column;   
align-items: flex-end;   
text-align: right;       
}

.caption-box h1 {
margin-bottom: 12px;     
}

.caption-box p {
max-width: 600px;         
}



.custom-select-box {
  position: relative;
  width: 300px;
  margin-bottom: 20px;
}
.custom-label {
  font-weight: 400;
  margin-bottom: 6px;
  color: #666666;
  display: block;
  font-size: 14px;
  font-feature-settings: 'case' on;
}
.custom-select-toggle {
  background: #EAEAEA;
  border: 1px solid #ffffff00;
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  display: flex
;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.custom-options {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  padding: 8px 0;
  margin: 0;
  display: none;
  z-index: 999;
}
.custom-options input {
  border: none;
  border-bottom: 1px solid #eee;
  padding: 10px 14px;
  width: 100%;
  outline: none;
  font-size: 14px;
}
.custom-options ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 220px;
  overflow-y: auto;
}
.custom-options li {
  padding: 10px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
}
.custom-options li:hover {
  background: #f5f5f5;
}
.custom-options svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #444;
}


.custom-label {
  text-align: left;
}
.custom-select-toggle span {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.custom-date-box {
  position: relative;
  /* width: 300px; */
  margin-bottom: 20px;
}
.custom-label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #333;
  display: block;
}
.date-toggle {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  padding-left: 34px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #EAEAEA;
  border: 1px solid #ffffff00;
}

.form-check-input:checked {
  background-color: #EC1C24;
  border-color: #EC1C24;
}


.routes-section {
  /* padding: 50px 0;
  position: relative;
  background: #262288;
  padding: 60px 0;
  position: relative;
  background: url("../images/routes-bg.svg") no-repeat center center;
  background-size: cover; or contain */


  padding: 60px 0;
  position: relative;
  height: 600px; 
  background-color: #262288; 
  background-image: url("../images/routes-bg.svg"); 
  background-repeat: no-repeat;
  background-position: center top; 
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 650px; 
}
.routes-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
}
.swiper {
  padding: 20px;
}
.route-card {
  background: #fff;
  color: #333;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transition: transform 0.3s;
  padding:15px;
}
.route-card:hover {
  transform: translateY(-5px);
}
.route-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.route-card .card-body {
  padding: 20px 20px 0px 20px;
}
.route-card h5 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  color: #1e1e94;
}
.route-card p {
  font-size: 14px;
  color: #444;
  margin-bottom: 0px;
}
.route-card .price {
  font-size: 16px;
  font-weight: 700;
  color: #1e1e94;
}
.route-card .btn {
  background: #e53935;
  color: #fff;
  border-radius: 8px;
  padding: 6px 16px;
  font-weight: 600;
}
.swiper-button-prev, .swiper-button-next {
  color: #fff;
}

.text-warning {
  color:#EC1C24!important;
}

.price span {
  display: block;font-size: 8px;    color: #444;font-feature-settings: 'case' on;
}

.section-title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 40px;
  color: #262288;
  margin-top: 40px;
}

.section-title span {
  color: #e53935; 
}

.feature-box {
  background: #fff;

  /* box-shadow: 0 4px 10px rgba(0,0,0,0.05); */
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

.feature-icon {
  font-size: 40px;
  color: #262288;
  flex-shrink: 0;
  background-color: #EAEAEA80;
  height: 82px;
  width: 62px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.feature-title {
  font-weight: 700;
  font-size: 17px;
  color: #262288;
  margin-bottom: 0px;
  font-feature-settings: 'case' on;
  padding-top: 10px;
}

.feature-text {
  color: #555;
  font-size: 13px;
  line-height: 1.5;
  padding-bottom: 10px;
  padding-right: 10px;
}

.advantages {
  background-color: #eaeaea;
}


.feature-icon {
  width: 62px;
  height: 104px;
  display: flex
;
  align-items: center;
  justify-content: center;
  background: #EAEAEA80;
}

.feature-icon svg {
  width: 32px;   
  height: 32px;
  display: block;
}


.feature-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 300px;
  color: #fff;
}

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

.feature-card:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.overlay h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.banner-section {
  padding: 60px 20px;
  background-color: #f0f0f1;
}
.banner-title {
  font-size: 22px;
  color: #666666;
  margin-bottom: 10px;
  font-feature-settings: 'case' on;
  margin-bottom: 20px;
}
.banner-heading {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.banner-heading span.blue {
  color: #262288;
}
.banner-heading span.red {
  color: #d62828;
}
.store-buttons img {
  height: 55px;
  margin-right: 15px;
  margin-top: 25px;
  transition: transform 0.2s ease-in-out;
}
.store-buttons img:hover {
  transform: scale(1.05);
}
.mockup img {
  max-width: 100%;
}

.footer {
  background: #262288; /* dark blue */
  color: #fff;
  padding: 50px 0 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.2s;
  font-feature-settings: 'case' on;
  font-weight: 400;
}
.footer a:hover {
  color: #f5c542;
}
.footer .logo img {
  max-width: 140px;
}
.newsletter {
  background: #fff;
  border-radius: 6px;
  padding: 5px;
  display: flex;
  align-items: center;
  max-width: 280px;
}
.newsletter input {
  border: none;
  flex: 1;
  padding: 8px;
  outline: none;
  font-size: 12px;
}
.newsletter button {
  background: #d62828;
  border: none;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-feature-settings: 'case' on;
  font-size: 12px;
}
.social {
  display: flex;
}
.footer .social a {
  font-size: 20px;
  margin-right: 12px;
  color: #fff;
}
.footer-bottom {
  background: #d62828; /* red bar */
  text-align: center;
  padding: 12px 10px;
  font-size: 14px;
  margin-top: 40px;

}
.footer-bottom p{
  margin-bottom: 0px;
}
.footer-bottom a {
  color: #fff;
  margin-left: 15px;
  margin-bottom: 0px;
}
.footer-bottom a{
  font-feature-settings: 'case' off;
}

/* .progress{
  position:fixed; inset:0 auto auto 0; height:3px; width:0%;
  background:linear-gradient(90deg,var(--accent),var(--brand));
  z-index: 600000;
} */
:root{
  --bg:#0f172a;          /* slate-900 */
  --ink:#e2e8f0;         /* slate-200 */
  --ink-dim:#94a3b8;     /* slate-400 */
  --brand:#6366f1;       /* indigo-500 */
  --card:#111827;        /* gray-900 */
  --accent:#22d3ee;      /* cyan-400 */
}
#siteHeader .navbar {
  transition: all 0.3s ease;
}

.scrolled .navbar {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}


.search-box-bottom {
  color: #fff; font-weight: bold; font-size: 14px; margin-top: 20px;
}

.swiper-slide.hero-height {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* for GSAP animation */
  transform: scale(1.05); /* start slightly zoomed in */
}

.navbar .nav-link:hover {
  color:#262288;
}
.navbar .btn-login:hover {
  color:#e02424;
}
.navbar .btn-register:hover {
  background-color:#262288;
}

.go-top-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background: #262288;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999; /* Always on top */
}
.go-top-btn:hover {
  background: #EC1C24;
  transform: translateY(-3px) scale(1.05);
}
.go-top-btn.show {
  opacity: 1;
  visibility: visible;
}


.overlay {

  background: linear-gradient(180deg, rgba(38, 34, 136, 0) 0%, rgba(236, 28, 36, 0.3) 50%, rgba(38, 34, 136, 0.3) 100%);
}