* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

/* NAVBAR STYLES STARTED */

header {
  background: url("../assets/img/srilanka_banner.webp");
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
}

header nav {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #abc8d8;
}

header .top-bar-container {
  padding: 8px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  transition: 0.2s ease-in-out;
}

header .top-bar-container.active {
  background-color: white;
}

header .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .top-bar .top-bar-left i {
  font-size: 24px;
}

header .top-bar img {
  width: 24px;
}

header .top-bar-left,
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .top-bar-left p {
  display: flex;
  align-items: center;
  gap: 5px;
}

header .top-bar-right .select-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

header .top-bar-right .select-container .select-box {
  display: flex;
  align-items: center;
  gap: 0px;
}

header .top-bar-right select {
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
}

header .top-bar-right .search-container {
  width: 200px;
  height: 32px;
  border: 1px solid #7c7878;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 10px;
}

header .top-bar-right .search-container input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
  outline: 0;
  padding: 2px 10px;
  background-color: transparent;
}

header .navigation-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}

.fa-bars {
  display: none;
}

header .navigation-container .navigation-left img {
  width: 60px;
}

header .navigation-container .navigation-right ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .navigation-container .navigation-right ul .top-bar-right,
.fa-circle-xmark,
ul .top-bar-left {
  display: none;
}

header .navigation-container .navigation-right ul a {
  text-decoration: none;
  color: #2a2a2a;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  transition: 0.2s;
}

header .navigation-container .navigation-right ul a:hover {
  transform: scale(1.1);
}

header .navigation-container .navigation-right ul .booking-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 151px;
  height: 40px;
  background: #ff9f1d;
  border-radius: 30px;
  font-size: 16px;
}

/* BANNER STYLE STARTED */
header .banner-container .banner-top h4 {
  font-weight: 700;
  font-size: 34px;
  /* font-size: 24px; */
  line-height: 31px;
  letter-spacing: 0.01em;
  color: #000000;
}

header .banner-container .banner-top h1 {
  font-weight: 700;
  /* font-size: 64px; */
  font-size: 54px;
  line-height: 83px;
  color: #000000;
  text-shadow: 4px 4px 2px white;
  text-align: center;
  margin: 77px 0;
}

header .banner-container .hero-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 32px;
  gap: 28px;
  width: 100%;
  height: 96px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  border-top-left-radius: 0;
  position: relative;
}

header .banner-container .hero-card .top-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  position: absolute;
  width: 263.06px;
  height: 44px;
  left: 0;
  top: -46%;
  background: white;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

header .banner-container .hero-card .top-box button {
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #2a2a2a;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .banner-container .hero-card .top-box .active {
  background: #f8ead6;
}

header .banner-container .hero-card .box,
.box-3 {
  width: 300px;
  height: 40px;
  border: 1px solid #7c7878;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
}

header .banner-container .hero-card .box input,
.box-2 input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background-color: transparent;
}

header .banner-container .hero-card .box input::placeholder,
.box-2 input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #7c7878;
}

header .banner-container .hero-card .box-2 input[type="date"] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #7c7878;
}

/* Hide Calendar Icon In Chrome */
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

header .banner-container .hero-card .box-2 {
  width: 160px;
  height: 40px;
  border: 1px solid #7c7878;
  border-radius: 4px;
  position: relative;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

header .banner-container .hero-card .box-2 span,
.box-3 span {
  padding: 4px;
  position: absolute;
  height: 12px;
  left: 4px;
  top: -18.5%;
  background: white;
  font-weight: 500;
  font-size: 12px;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .banner-container .hero-card .box-3 {
  width: 82px;
  height: 40px;
  position: relative;
}

header .banner-container .hero-card .box-3 select {
  width: 100%;
  border: 0;
  outline: 0;
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  color: #7c7878;
}

header .banner-container .hero-card .box-3 /* For IE10 */
select::-ms-expand {
  display: none;
}

header .banner-container .hero-card .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 10px;
  width: 156px;
  height: 40px;
  background: #ff9f1d;
  border: 0;
  border-radius: 999px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #1e1e1e;
  text-transform: uppercase;
}

header .banner-container .banner-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0 0;
}

/* BANNER CARDS STYLE STARTED HERE */

.banner-cards {
  margin-top: -30px;
}

.banner-cards .banner-card {
  text-align: center;
  width: 100%;
  height: 267px;
  padding: 20px;
}

.banner-cards .banner-card img {
  width: 80px;
  height: 90px;
  margin: 0 auto;
}

.banner-cards .banner-card .card-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #1e1e1e;
}

.banner-cards .banner-card .card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: justify;
  color: #7c7878;
}

/* WHY US STYLE STARTED HERE */
.why-us-container {
  margin-top: 70px;
}

.why-us-container .title {
  font-weight: 500;
  font-size: 30px;
  line-height: 47px;
  letter-spacing: 0.01em;
  color: #1e1e1e;
  margin-bottom: 40px;
}

.why-us-container .why-us-left-content {
  padding: 24px 16px 16px;
  width: 265px;
  height: 293px;
  border: 1px solid #7c7878;
  border-radius: 8px;
}

.why-us-container .why-us-left-content ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.why-us-container .why-us-left-content li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #2a2a2a;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.why-us-container .why-us-left-content li img {
  width: 24px;
}

.why-us-container .why-us-right-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px;
  gap: 27px;
  width: 100%;
  height: 292.63px;
  border: 1px solid #7c7878;
  border-radius: 8px;
}

.why-us-container .why-us-right-content .why-us-right-card {
  text-align: center;
}

.why-us-container .why-us-right-content .why-us-right-card img {
  width: 80px;
  height: 73px;
}

.why-us-container .why-us-right-content .why-us-right-card .card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #1e1e1e;
  margin: 12px 0;
}

.why-us-container .why-us-right-content .why-us-right-card .card-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #7c7878;
}

/* COMFORT AND SAFETY STYLE STARTED */
.com-saf-container .heading-cont {
  text-align: center;
  margin: 70px 0;
}

.com-saf-container .heading-cont .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0.02em;
  color: #1e1e1e;
}

.com-saf-container .heading-cont .sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #2a2a2a;
}

.vehicle-cards {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  width: 100%;
}

/* SWIPER SLIDER STYLES */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  background: #ff9f1d;
}

.vehicle-cards .vehicle-card {
  text-align: center;
  width: 200px;
  height: 203px;
}

.vehicle-cards .vehicle-card img {
  height: 133px;
}

.vehicle-cards .vehicle-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #2a2a2a;
  margin: 0;
}

.vehicle-cards .vehicle-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #7c7878;
}

/* HOW IT WORKS STYLES STARTED */
.how-it-works-container {
  width: 100%;
  /* height: 372px; */
  background: rgba(255, 159, 29, 0.15);
  margin: 80px 0;
  padding: 25px 0;
}

.how-it-works-container .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  color: #000000;
  text-align: center;
  margin-bottom: 35px;
}

.how-it-works-container .how-it-works-card .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 10px; */
  width: 80px;
  height: 100px;
  /* width: 68px;
  height: 68px; */
  /* background: #ff9f1d; */
  /* border-radius: 999px; */
  /* font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #ffffff; */
  position: relative;
}

.how-it-works-container .how-it-works-card .circle img {
  width: 80px;
  height: 100px;
}

.how-it-works-container .how-it-works-card .circle .line-1 {
  width: 260px;
  height: 1px;
  background-color: #cecece;
  position: absolute;
  left: 90%;
}

.how-it-works-container .how-it-works-card .circle .line-2 {
  width: 250px;
  height: 1px;
  background-color: #cecece;
  position: absolute;
  left: 100%;
}

.how-it-works-container .how-it-works-card .circle .line-3 {
  width: 430px;
  height: 1px;
  background-color: #cecece;
  position: absolute;
  left: 100%;
}

.how-it-works-container .how-it-works-card .card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin: 26px 0 16px 0;
}

.how-it-works-container .how-it-works-card .card-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #7c7878;
}

.how-it-works-container .check-img-cont {
  text-align: end;
}

.how-it-works-container .check-img-cont img {
  width: 100px;
}

/* BOOK WITH CONFIDENCE STYLES STARTED */
.book-with-confidence .heading-cont {
  text-align: center;
}

.book-with-confidence .heading-cont .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0.02em;
  color: #1e1e1e;
}

.book-with-confidence .heading-cont .sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #2a2a2a;
}

.book-with-confidence .review-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 20px;
  gap: 4px;
  width: 100%;
  height: 232px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin-top: 80px;
}

.book-with-confidence .review-card .header .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.book-with-confidence .review-card .header .top .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #2a2a2a;
}

.book-with-confidence .review-card .header .top .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #2a2a2a;
}

.book-with-confidence .review-card .header .reviews {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 10px 0;
}

.book-with-confidence .review-card .header .review {
  width: 20px;
  height: 20px;
  background: #00aa6c;
  border-radius: 50%;
}

.book-with-confidence .review-card .body .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #2a2a2a;
}

.book-with-confidence .review-card .body .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #7c7878;
}

/* OTHER BRANCHES STYLES STARTED */
.other-branches-container {
  margin-top: 120px;
}

.other-branches-container .heading-cont {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
}

.other-branches-container .heading-cont .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0.02em;
  color: #1e1e1e;
  text-align: center;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.other-branches-container .heading-cont .search-container {
  width: 181px;
  height: 40px;
  border: 1px solid #7c7878;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 5px;
}

.other-branches-container .heading-cont .search-container input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 4px;
  outline: 0;
}

.other-branches-container .other-branches-card {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 8px;
}

.other-branches-container .other-branches-card img {
  width: 100%;
  height: 100%;
  transition: 0.2s ease-in-out;
  border-radius: 8px;
}

.other-branches-container .other-branches-card img:hover {
  transform: scale(1.1);
}

/* BOTTOM BANNER CARDS STYLES STARTED */
.bottom-banner-cards {
  width: 100%;
  height: 647px;
  background: rgba(255, 159, 29, 0.15);
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-banner-cards .bottom-banner-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0px 20px;
  gap: 16px;
  width: 100%;
  height: 464.67px;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.bottom-banner-cards .bottom-banner-card .card-banner {
  width: 100%;
  height: 235px;
  background: url("../assets/img/srilanka_lake_banner_588x236.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px 8px 0px 0px;
}

.bottom-banner-cards .bottom-banner-card .card-banner-2 {
  background: url("../assets/img/srilanka_drivers_588x236.webp");
}

.bottom-banner-cards .bottom-banner-card .body {
  padding: 20px 48px;
}

.bottom-banner-cards .bottom-banner-card .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #2a2a2a;
}

.bottom-banner-cards .bottom-banner-card .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: justify;
  letter-spacing: 0.02em;
  color: #7c7878;
}

.bottom-banner-cards .bottom-banner-card a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px;
  gap: 10px;
  width: 191.58px;
  height: 50px;
  background: #ff9f1d;
  border-radius: 999px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #2a2a2a;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 20px;
  transition: 0.2s ease-in-out;
}

.bottom-banner-cards .bottom-banner-card a:hover {
  transform: scale(1.1);
}

/* CONTACT STYLES STARTED */
.contact-container {
  width: 100%;
  background: rgba(178, 178, 178, 0.25);
  padding-top: 57px;
}

.contact-container .contact-left-content {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.contact-container .contact-left-content .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #1e1e1e;
}

.contact-container .contact-left-content ul {
  list-style: none;
  padding: 0;
}

.contact-container .contact-left-content li {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #2a2a2a;
}

.contact-container .contact-right-content .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0.02em;
  color: #1e1e1e;
}

.contact-container .contact-right-content form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-container .contact-right-content input {
  width: 100%;
  height: 58px;
  border: 1px solid #1e1e1e;
  border-radius: 4px;
  outline: 0;
  background-color: transparent;
  padding: 0 10px;
}

.contact-container .contact-right-content input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #1e1e1e;
}

.contact-container .contact-right-content textarea {
  border: 1px solid #1e1e1e;
  border-radius: 4px;
  background-color: transparent;
  padding: 20px 10px 0 10px;
}

.contact-container .contact-right-content textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #1e1e1e;
}

.contact-container .contact-right-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 100%;
  height: 58px;
  background: #ff9f1d;
  border-radius: 999px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #1e1e1e;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease-in-out;
}

.contact-container .contact-right-content a:hover {
  transform: scale(1.1);
}

.contact-container .contact-banner-img {
  width: 100%;
  height: 300px !important;
}

/* FOOTER STYLE STARTED */
.footer-container {
  width: 100%;
  height: 60px;
  background: rgba(178, 178, 178, 0.25);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.footer-container ul {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
}

.footer-container ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #1e1e1e;
}

.footer-container ul li i {
  font-size: 24px;
  transition: 0.2s ease-in-out;
}

.footer-container ul li i:hover {
  transform: rotate(360deg);
}

/* MEDIA QUERY FOR RESPONSIVENESS */

@media screen and (max-width: 1024px) {
  header .navigation-container {
    padding-top: 8px;
  }
  header .navigation-container .navigation-left img {
    width: 50px;
  }

  header .fa-bars {
    display: block;
    font-size: 30px;
    cursor: pointer;
  }

  header .navigation-container .navigation-right ul {
    flex-direction: column;
    justify-content: center;
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    transition: 0.2s ease-in-out;
    z-index: 10;
  }

  header .navigation-container .navigation-right ul.active-navbar {
    left: 0%;
    text-align:center;
  }

  header .navigation-container .navigation-right ul .fa-circle-xmark {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    display: block;
  }

  header .navigation-container .navigation-right ul a {
    text-decoration: none;
    color: #2a2a2a;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.01em;
    transition: 0.2s;
  }

  header .navigation-container .navigation-right ul a:hover {
    transform: scale(1.1);
  }

  header .navigation-container .navigation-right ul .booking-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 151px;
    height: 40px;
    background: #ff9f1d;
    border-radius: 30px;
    font-size: 16px;
  }

  header .navigation-container .navigation-right ul .top-bar-left {
    display: block;
  }

  header .navigation-container .navigation-right ul .top-bar-right {
    flex-direction: column;
    display: flex;
  }

  /* BANNER STYLE STARTED */
  header .banner-container .banner-top h4 {
    text-align: center;
  }

  header .banner-container .banner-top h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 50px 0;
  }

  header .banner-container .hero-card {
    flex-direction: column;
    height: auto;
    border-top-left-radius: 16px;
  }

  header .banner-container .hero-card .compare-arrow img {
    transform: rotate(90deg);
  }

  header .banner-container .hero-card .top-box {
    padding: 0px;
    position: initial;
  }

  header .banner-container .hero-card .top-box .form-airport-btn {
    background: #f8ead6;
  }

  header .banner-container .hero-card .box,
  .box-3 {
    width: 100%;
  }

  header .banner-container .hero-card .box-2 {
    width: 100%;
  }

  header .banner-container .hero-card .box-3 {
    width: 100%;
  }

  header .banner-container .hero-card .search-btn {
    width: 100%;
  }

  header .top-bar {
    display: none;
  }

  /* BANNER CARDS STYLE STARTED HERE */

  .banner-cards .banner-card {
    height: auto;
  }

  /* WHY US STYLE STARTED HERE */

  .why-us-container .title {
    text-align: center;
  }

  .why-us-container .why-us-left-content {
    width: 100%;
    height: auto;
  }

  .why-us-container .why-us-right-content {
    width: 100%;
    height: auto;
  }

  /* COMFORT AND SAFETY STYLE STARTED */
  .com-saf-container .heading-cont .title {
    font-size: 40px;
    line-height: 45px;
  }

  .com-saf-container .heading-cont .sub-title {
    margin-top: 20px;
  }

  .vehicle-card {
    flex-direction: column;
    height: auto;
    width: 100% !important;
  }

  /* HOW IT WORKS STYLES STARTED */
  .how-it-works-container .title {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
  }

  .how-it-works-container .how-it-works-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .how-it-works-container .how-it-works-card .circle img {
    width: 80px;
    height: 100px;
  }

  .how-it-works-container .how-it-works-card .circle .line {
    display: none;
  }

  .how-it-works-container .check-img-cont {
    text-align: center;
  }

  /* BOOK WITH CONFIDENCE STYLES STARTED */
  .book-with-confidence .heading-cont .title {
    font-size: 40px;
    line-height: 45px;
  }

  .book-with-confidence .heading-cont .sub-title {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .book-with-confidence .review-card {
    height: auto;
    margin-top: 0px;
  }

  /* OTHER BRANCHES STYLES STARTED */
  .other-branches-container {
    margin-top: 120px;
  }

  .other-branches-container .heading-cont {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 30px;
    text-align: center;
    overflow: hidden;
  }

  .other-branches-container .heading-cont .title {
    font-size: 40px;
    line-height: 45px;
    position: inherit;
    left: 0%;
    transform: translate(-0%);
  }

  .other-branches-container .heading-cont .search-container {
    width: 100%;
  }

  /* BOTTOM BANNER CARDS STYLES STARTED */
  .bottom-banner-cards {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bottom-banner-cards .bottom-banner-card {
    height: auto;
  }

  .bottom-banner-cards .bottom-banner-card .body {
    padding: 20px;
  }

  .bottom-banner-cards .bottom-banner-card a {
    width: auto;
    height: auto;
  }

  /* FOOTER STYLE STARTED */
  .footer-container {
    height: auto;
    flex-direction: column;
    padding: 20px 0;
  }

  .footer-container ul {
    flex-direction: column;
    gap: 20px;
  }

  .footer-container .footer-social-links {
    flex-direction: row;
    gap: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .vehicle-cards .vehicle-card {
    margin: 0 auto;
  }

  /* FOOTER STYLE STARTED */
  .footer-container {
    flex-direction: row;
  }

  .footer-container ul {
    flex-direction: row;
  }
}

a{
    color:white;
}

/* Only apply on desktop (≥ 992px wide) */
@media (min-width: 992px) {
    header {
     height:100vh;   
    }
    
    .banner-cards {
        margin-top: -160px;
    }
}
