@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');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@font-face {
  font-family: 'Myanmar Nayone'; 
  src: url('fonts/MyanmarNayone.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Myanmar Sagar'; 
  src: url('fonts/MyanmarSagar.ttf') format('truetype');
  font-weight: 600;
}

:root {
    --bs-primary: #E6262B; 
    --bs-secondary: #ffe203; 
  }

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #222;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Poppins", "Myanmar Nayone", sans-serif;
  font-weight: 600;
}

p {
  line-height: 1.7em;
}

img {
  border-radius: 3px;
}

.text-color-primary {
  color: var(--bs-primary);
}

.text-color-secondary {
  color: var(--bs-secondary);
}

.text-color-blue {
   color: #013575;
}

.glass-effect {
  background-color: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2); 
}

.background-overlay {
  background-image: linear-gradient(rgba(10, 3, 47, 0.7), rgba(10, 3, 47, 0.75)), url(../img/bus-on-highway.jpg);
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.gradient-bg {
  background-image: linear-gradient(#f2f7fc, #fff);
}

.solid-bg {
  background-color: #f7f9fc;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: #f63a40;
  --bs-btn-hover-border-color: #f63a40;
  --bs-btn-active-bg: #e82b31;
  --bs-btn-active-border-color: #e82b31;
  padding: 9px 18px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
}

.btn:disabled {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.btn-link {
  color: var(--bs-primary);
  font-size: 15px;
  padding: 0;
  text-decoration: none;
}

.btn-link:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}

/* ---Navigation--- */

.navbar {
  position: absolute; 
  top: 0;
  left: 0;
  right: 0;
  z-index: 99; 
}

.navbar-nav .nav-item {
  margin: 0 4px;
}

@media (min-width: 1400px) {
  .navbar-nav .nav-item {
    margin: 0 8px;
  }
}

.navbar-nav .nav-link {
  font-family: "Poppins", "Myanmar Sagar", sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.navbar-nav .nav-link:hover {
  color: var(--bs-secondary);
}

.dropdown-item {
  font-family: "Poppins", "Myanmar Sagar", sans-serif;
  font-weight: 500;
}

@media (max-width: 992px) {
  .nav-item {
      padding: 3px 0;
  }
  .dropdown-item {
    padding-top: 7px; 
    padding-bottom: 7px;
  }
}

@media (min-width: 992px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown>.dropdown-toggle:active {
    pointer-events: none;
  }
}
/* ---Hero Section--- */

.hero-section {
  background-image: linear-gradient(rgba(10, 3, 47, 0.5), rgba(10, 3, 47, 0.5)), url(../img/highway.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 140px 0 80px 0;
  margin-bottom: -60px;
  /*position: relative;*/
}

@media (min-width: 1200px) {
  .hero-section {
    /*height: 110vh;*/
    padding: 140px 0 120px 0;
    margin-bottom: -120px;
  }
}

.hero-section h1 {
  line-height: 1.3;
}

p.lead {
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  p.lead {
    font-size: 1.1rem;
  }
}

/*.bus-mockup {
  position: relative;
  left: 0;
  transition: left 0.3s ease-in-out;
}

.bus-mockup:hover {
  left: -130px;
}*/

@media (max-width: 768px) {
  .bus-mockup {
    width: 160%;
    position: relative;
    left: -30px;
    top: 15px;
  }
}

/* ---Booking Form--- */

.form-wrapper {
  background: #fff;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
}

.bg-custom {
  background-image: linear-gradient(to bottom, #0c2349, #19335af1);
}

.payment {
  height: 40px;
}

.form-left {
  padding: 25px;
}

@media (min-width: 1200px) {
  .form-left {
    width: 25%;
    padding: 0 40px;
  }
  .form-right {
    width: 75%
  }
}

.form-label {
  font-size: 15px;
}

.form-select, .form-control {
  border-radius: 4px;
  padding-left: 1em;
  font-size: 15px;
}

.form-select:hover, .form-control:hover {
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  cursor: pointer;
}

.form-check:hover {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}

.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0) !important;
  box-shadow:inset 0 1px 1px rgba(0,0,0,0) !important;
}

.select2-container--bootstrap .select2-selection:hover {
  box-shadow: 0 0 8px rgba(0,0,0,0.1) !important;
}

/* ---Routes Section--- */

.routes {
  padding: 12px 20px;
  background: rgba(212, 228, 241, 0.4);
  margin-bottom: 4px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  word-break: break-all;
  line-height: 1.7;
}

.route-icon::before {
  content: "\21CC";
  color: var(--bs-primary);
  margin: 0 5px;
}

.img-wrapper {
	overflow: hidden;
	position: relative;
  border-radius: 4px;
  height: 200px;
}

@media (min-width: 1200px) {
  .img-wrapper {
    height: 330px;
    width: 20%;
  }

  .img-tile {
    width: 50%;
  }
}

.img-wrapper img {
	transition: all 0.5s ease-in-out 0s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-wrapper .caption {
	position: absolute;
	bottom: 0;
	color: #fff;
  font-size: 18px;
  font-weight: 500;
	padding: 50px 0 15px 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.img-wrapper:hover img {
	transform: scale(1.1);
}

.dest {
  background-color: #e8eef4;
  padding: 8px 20px;
  margin: 5px;
  border-radius: 30px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}

.dest:hover {
  color: #fff;
  background-color: var(--bs-primary);
}

.icon-color {
  color: var(--bs-secondary);
  font-size: 18px;
}

.custom-list ul {
  padding: 0;
  list-style-image: url(../img/check.png);
  margin: 0 20px;
}

.custom-list ul li {
  margin: 7px 0;
  padding-left: 10px;
  list-style-type: none;
}

.custom-list ul li .bi {
  color: var(--bs-primary);
}

/* ---Footer Section--- */

.footer {
  background-image: linear-gradient(rgba(10, 3, 47, 0.7), rgba(10, 3, 47, 0.7)), url(../img/highway-road-night.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

ul.useful-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.useful-links li {
  margin: 7px 0;
}

ul.useful-links li a {
  color: #ddd;
  text-decoration: none;
}

ul.useful-links li a:hover {
  color: var(--bs-secondary);
}

.social-link {
  color: #bbb;
}

.social-link:hover {
  color: var(--bs-secondary);
}

.copyright {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.img-wrapper2 {
	overflow: hidden;
	position: relative;
  border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .img-wrapper2 {
    height: 310px;
    width: 210px;
  }
}

@media (min-width: 1200px) {
  .img-wrapper2 {
    height: 360px;
  }
}

@media (min-width: 1400px) {
  .img-wrapper2 {
    height: 422px;
  }
}

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

.app-promo-banner {
  background: linear-gradient(to top right, #c2d8e9, #f2f9ff, #c1d5f4);
  padding: 0 30px;
  border-radius: 20px;
}

@media (min-width: 1200px) {
  .app-promo-banner {
    padding: 0 80px;
  }
  
  .mockup {
    margin-top: -50px;
  }
}

@media (min-width: 1400px) {
  .mockup {
    margin-top: -60px;
    width: 90%;
  }
}

.google-play-button {
  width: 160px;
  position: relative;
  top: 0;
  transition: top 0.3s ease-in-out;
}

.google-play-button:hover {
  top: -3px;
}

.mini-app-banner {
  background: linear-gradient(to bottom right, #c7edfc, #f2f9ff, #c7edfc);
  padding: 0 30px;
  border-radius: 20px;
}

@media (min-width: 1200px) {
  .mini-app-banner {
    padding: 0 100px;
  }
  
  .mini-app-mockup {
    margin-top: -100px; 
    width: 80%;
    position: relative;
    top: 10px;
    transition: top 0.3s ease-in-out;
  }

  .mini-app-banner:hover .mini-app-mockup {
    top: -5px;
  }
  
}

#btn-back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}

.floating-icon {
  font-size: 38px;
  color: #555;
  opacity: 0.5;
  transition: color 0.2s ease-in-out;
}

.floating-icon:hover {
  color: var(--bs-primary);
  opacity: 0.8;
}

/* ---About Us Page--- */

.page-banner {
  background-image: linear-gradient(rgba(10, 3, 47, 0.7), rgba(10, 3, 47, 0.7)), url(../img/seats-1.jpg);
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-icon {
  background: var(--bs-primary);
  min-width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  
}

.contact-icon .bi {
  font-size: 14px;
  color: #fff;
}

.custom-hr {
   border-color: #81a1bb;
}

.bank-logo {
   width: 150px;
}

.custom-card {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border: 0;
}

.bg-stripe {
  background-image: url(../img/bg-stripe.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.table td {
  padding: 14px 20px;
}

.table td:first-child {
  width: 40%;
}

.img-clickable {
  transition: opacity 0.3s ease-in-out;
}

.img-clickable:hover {
  opacity: 0.8;
}



