@font-face {
  font-family: "socialico";
  src: url("fonts/Socialico/Socialico.eot");
  src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"),
    url("fonts/Socialico/Socialico.woff2") format("woff2"),
    url("fonts/Socialico/Socialico.woff") format("woff"),
    url("fonts/Socialico/Socialico.ttf") format("truetype"),
    url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
  font-family: 'Raspberie';
  src: url('fonts/raspberies/Raspberie-Regular.eot');
  src: url('fonts/raspberies/Raspberie-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/raspberies/Raspberie-Regular.woff2') format('woff2'),
    url('fonts/raspberies/Raspberie-Regular.woff') format('woff'),
    url('fonts/raspberies/Raspberie-Regular.ttf') format('truetype'),
    url('fonts/raspberies/Raspberie-Regular.svg#Raspberie-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  width: 100%;
  max-width: 1920px;
  min-width: 1734px;
  line-height: 1.2;
}

h1,
h2,
h3,
.like-title {
  font-family: 'Raspberie', sans-serif;
  font-weight: 400;
  line-height: 1;
}

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

ul,
ol,
li {
  list-style-type: none;
}

.navbar ul,
.navbar ol,
.navbar li {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}


.destroy-on-load {
  display: none;
}

/*call to action*/
.cta {
  display: none;
}

/*contact form messages*/
form .messages p {
  display: none;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

form .loading {
  display: none;
  width: 100px;
  margin: auto;
}

form .alert {
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

form .alert-success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-color: #dff0d8;
}

form .alert-danger {
  color: #a94442;
  border-color: #ebccd1;
  background-color: #f2dede;
}

form [type="submit"] {
  margin: 20px auto
}

.sends-email .ctc-form {
  border: solid;
}

.ctc-form {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.ctc-form p,
.ctc-form .wpcf7-response-output,
.ctc-form .form-message {
  display: none !important;
}

.ctc-form input[type="text"],
.ctc-form textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #000;
  height: 45px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 auto 8px;
  max-width: 587px;
  width: 100;
}

.ctc-form textarea {
  height: 120px;
  padding-top: 10px;
  max-width: 587px;
  width: 100;
}

.ctc-form button {
  display: block;
  background-color: #E1922D;
  max-width: 587px;
  width: 100%;
  text-align: center;
  margin: 15px auto;
}

.ctc-form .recap {
  display: inline-block;
}

.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
  display: none;
}

.btn {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background-color: #DF922C;
  border-radius: 10px;
  color: #212121;
  border: 1px solid #DF922C;
  width: 100%;
  max-width: 316px;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:hover {
  background: #212121;
  color: #DF922C;
  transition: all 0.3s ease;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.to-db {
  display: block;
}

.intro {
  color: #E49F3B;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 5px;
  font-size: 20px;
  width: 100%;
  padding: 0 15px;
  background: #000;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#global-home {
  background-image: url(../images/banner-sec.webp);
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1000px;
}

.header {
  display: flex;
  width: 100%;
  max-width: 1786px;
  margin: 0 auto;
  justify-content: space-between;
  margin-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.logo {
  flex: 1 1 auto;
  width: 100%;
  max-width: 399px;
}

.logo img {
  max-width: 396px;
  margin-left: auto;
}

.header .right {
  flex: 1 1 auto;
  width: 100%;
  max-width: 1238px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header .wrap {
  width: 100%;
  max-width: 1174px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.navbar {
  flex: 1 1 auto;
  width: 100%;
  max-width: 811px;
  padding-top: 11px;
}

.navbar ul {}

.navbar ul li {
  color: #fff;
  font-size: 22px;
}

.navbar a {
  padding: 5px 16px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.navbar .active-menu a,
.navbar a:hover {
  background-color: #E49F3B;
  color: white;
  font-weight: 700;
}

.header-contact {
  max-width: 316px;
  width: 100%;
}

.book {
  background-color: #E49F3B;
  border-radius: 9px;
  padding: 10px 60px 10px 19px;
  transition: 0.3s;
}

.book:hover {
  cursor: pointer;
  transform: translateY(-2px);
  transition: 0.3s;
}

.book img {
  max-width: 43px;
}

.book-content {
  display: flex;
  max-width: 237px;
  width: 100%;
  justify-content: space-between;
}

.book-content p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding-top: 10px;
}

.header-contact .header-text1 p {
  text-transform: unset;
}

.header-text1 {
  max-width: 318px;
  width: 100%;
  margin-top: 9px;

}

.header-text1 p {
  color: #fff;
  max-width: 212px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  text-transform: capitalize;
  text-align: center;
}

.header-text1 p a {
  color: #E49F3A;
}

.header-text1 hr {
  width: 30%;
  margin: 10px auto;
  border: 1px solid #eee;
}

.banner {
  width: 100%;
  max-width: 1786px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 143px;
  padding-bottom: 317px;

}

.banner .like-title {
  color: #fff;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
  max-width: 830px;
  width: 100%;
}

.banner .like-title span {
  color: #DF922C;
}

.banner p {
  color: #fff;
  font-size: 35px;
  max-width: 1020px;
  line-height: 45px;
  padding-bottom: 21px;
  letter-spacing: -1.05px;
}

#about {
  background-color: #FFFFFF;
  padding-top: 110px;
  padding-bottom: 70px;
}

.about-content {
  width: 100%;
  max-width: 1735px;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}

.about-content h1 {
  font-size: 60px;
  padding-bottom: 40px;
}

.about-content p {
  max-width: 1450px;
  width: 100%;
  font-size: 30px;
  line-height: 45px;
  margin: 0 auto;
  color: #333333;
  font-weight: 300;
  padding-bottom: 25px;
}

.about-content .btn {
  margin: auto;
}

#fleet {
  background-image: url(../images/fleet-bg.webp);
  background-attachment: fixed;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 55px;
}

#fleet .row {
  width: 100%;
  max-width: 1830px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.fleet-text {
  text-align: center;
}

#fleet h2 {
  font-size: 60px;
  padding-bottom: 18px;
}

#fleet p {
  font-size: 25px;
  letter-spacing: -0.75px;
  color: #333333;
  margin-bottom: 52px;
}

.fleet-content {
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  justify-content: space-between;
  align-items: stretch;
}

.fleet-content .box {
  flex: 1 1 auto;
  width: 100%;
  max-width: 766px;
}

.fleet-bot-left,
.fleet-bot-right {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 568px;
  border-radius: 18px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, .65);
  height: 100%;
}

.fleet-bot-left .fleet-img img,
.fleet-bot-right .fleet-img img {
  max-width: 100%;
}

.fleet-content .box h3 {
  font-size: 30px;
  margin-bottom: 14px;
}

.fleet-bot-left {
  padding-top: 70px;
  padding-bottom: 20px;
}

.fleet-bot-left .fleet-img {
  width: 100%;
  max-width: 518px;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
}

.fleet-bot-left .fleet-img::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 358px;
  height: 274px;
  background: url('../images/car-fleet-side-01.webp');
  position: absolute;
  top: 64px;
  left: 401px;
}

.car {
  width: 100%;
  max-width: 518px;
  margin: auto;
  position: relative;
}

.car h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
  position: relative;
}

.fleet-bot-right {
  padding-top: 18px;
  padding-bottom: 20px;
}

.fleet-bot-right .fleet-img {
  width: 100%;
  max-width: 553px;
  margin: auto;
  margin-right: 0;
  position: relative;
}

.fleet-bot-right .fleet-img::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 309px;
  height: 268px;
  background: url('../images/car-fleet-side-02.webp');
  position: absolute;
  top: 115px;
  left: 435px;
}

.fleet-bot-right .car {
  margin-top: -25px;
}

.car ul {
  columns: 2;
  margin-bottom: 104px;
}

.car ul li {
  position: relative;
  padding-left: 34px;
  font-size: 16px;
  line-height: 30px;
  color: #1F1F1F;
}

.car ul li::before {
  content: "";
  background-image: url('../images/min-car.webp');
  background-repeat: no-repeat;
  width: 23px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}

/* Book Now Button Styling */
.book-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 520px;
  max-width: 520px;
  height: 57px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #070908;
  border-radius: 9px;
  transition: 0.3s;
  font-family: 'Poppins', sans-serif;
  position: relative;
  cursor: pointer;
}

#fleet .book-img {
  position: absolute;
  width: 100%;
  max-width: 43px;
  height: auto;
  right: 28px;
  margin-bottom: auto;
}

/* Hover effect */
.book-btn:hover {
  background-color: #333;
  color: #fff;
}

#global {
  background-image: url(../images/bg3.webp );
  padding-top: 90px;
  padding-bottom: 75px;
  /* background-attachment: fixed; */
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

#global .row {
  width: 100%;
  max-width: 1650px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.global-content {
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  max-width: 815px;
  margin-right: auto;
}

.global-content h2 {
  font-size: 60px;
  margin-bottom: 30px;
}

.global-content p {
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  padding-bottom: 22px;
}

.global-content .top {
  padding-bottom: 30px;
}

.global-content .btn {
  margin: auto;
}

#services {
  background-image: url(../images/bg4.webp);
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 105px;
}

#services .row {
  width: 100%;
  max-width: 1660px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.services-text {
  max-width: 1062px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;

}

.services-text h2 {
  color: #070908;
  font-size: 60px;
  padding-bottom: 40px;
}

.services-text p {
  max-width: 1061px;
  width: 100%;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 33px;
}

.service {
  display: flex;
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  gap: 5px;
}

.service .box {
  background-color: #EEEEEE;
  max-width: 518px;
  width: 100%;
  padding: 17px 11px 11px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, .65);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.box h3 {
  color: #333333;
  font-size: 35px;
  margin-bottom: 15px;
}

.box img {
  max-width: 489px;
  margin: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}

.service-left p {
  width: 100%;
  max-width: 455px;
}

.service-right p {
  width: 100%;
  max-width: 440px;
}

.box p {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
  margin: auto;
  margin-bottom: 22px;
  min-height: 140px;
}

.box .btn {
  margin: auto;
}

.service-right .btn {
  margin-bottom: 0;
}

#your-ride {
  background-image: url(../images/bg5.webp);
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 138px;
  padding-bottom: 110px;
}

.ride-content {
  max-width: 1556px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}

.ride-content h2 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 30px;
}

.ride-content p {
  font-size: 25px;
  line-height: 35px;
  max-width: 1042px;
  width: 100%;
  margin: auto;
  margin-bottom: 13px;
}

.ride-content .call-us {
  font-size: 60px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  width: 100%;
  max-width: 848px;
  margin: auto;
}

.ride-content .call-us a {
  color: #DF922C;
  font-weight: 700;
}

#reviews {
  padding-top: 100px;
}

.reviews-text {
  max-width: 705px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}

.reviews-text .sub-title {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 13px;
}

.reviews-text h2 {
  font-size: 60px;
  color: #222222;
  margin-bottom: 20px;
}

.reviews-text .lorem {
  font-size: 25px;
  color: #222222;
  line-height: 35px;
  font-weight: 400;
  max-width: 705px;
  margin: auto;
  margin-bottom: 36px;
}

.reviews-cont {
  display: flex;
  max-width: 1492px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 5px;
}

.reviews-bot {
  background-color: #FFFFFF;
  max-width: 456px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding: 77px 16px 48px;
  box-shadow: 7px 7px 15px rgba(0, 0, 0, .65);
}

.reviews-bot h3 {
  font-family: 'Barlow', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 31px;
  color: #060807;
}

.reviews-bot img {
  max-width: 148px;
  margin: auto;
  margin-bottom: 25px;
}

.reviews-bot p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #333333;
  max-width: 405px;
  margin: auto;
  margin-bottom: 27px;
}

.r-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #E1922D;
  text-decoration: underline;
  text-underline-offset: 4px;
}


footer {
  background-image: url('../images/footer.webp');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.gallery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1690px;
  padding: 0 15px;
  gap: 5px;
  margin: auto;
  padding-top: 110px;
  margin-bottom: 145px;
}

.gallery img {
  object-fit: cover;
  border-radius: 10px;
  max-width: 406px;
}

/* Footer content layout */

.footer-logo {
  width: 100%;
  max-width: 648px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 42px;
  margin: auto;
}

.footer-logo img {
  margin: 0 auto;
  max-width: 618px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
  text-align: left;
  color: #FFFFFF;
  width: 100%;
  max-width: 745px;
  margin: auto;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-contact {
  color: white;
  flex: 1 1 auto;
  width: 100%;
  max-width: 438px;
}

.footer-social {
  flex: 1 1 auto;
  width: 100%;
  max-width: 167px;
}

.footer-contact h3,
.footer-social h3 {
  font-size: 30px;
  margin-bottom: 26px;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.contact-item img {
  background-color: #d9892b;
  border-radius: 7px;
  max-width: 49px;
}

.contact-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.contact-text .label {
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 7px;
  color: #FFFFFF;
  font-weight: 500;
}

.contact-text .value,
.contact-text .value a {
  font-size: 18px;
  color: #ffffff;
  line-height: 35px;
  letter-spacing: .648px;
  font-weight: 500;
}

.footer-social a {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  line-height: 35px;
  letter-spacing: .648px;
}

.footer-social a:hover {
  color: #d9892b;
}

.footer-social img {
  max-width: 40px;
}

.copyright {
  background-color: #E1922D;
  text-align: center;
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  color: #060807;
  letter-spacing: 2.3px;
  padding: 29px 15px;
}

.copyright img {
  width: 40px;
  height: auto;
}

.copyright p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.silver {}

.silver img {
  max-width: 50px;
  display: inline-block;
  vertical-align: middle;
}

.footer-social a:hover {
  color: #d9892b;
  transition: 0.3s ease;
}


.contact-item img:hover {
  background-color: #f0a641;
  transition: 0.3s;
}

.inner .row {
  padding: 100px 15px;
  min-height: 400px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.inner .row h1 {
  margin-bottom: 40px;
  text-align: center;
}

.inner .row h2 {
  margin-bottom: 20px;
}

.inner #fleet {
  background-image: none;
}

.inner .fleet-content {
  /* flex-direction: column; */
  align-items: center;
  gap: 5px;
}

.inner #fleet h2 {
  font-size: 32px;
}

.inner #services {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.inner #services h2 {
  font-size: 35px;
}

/**
 For Modal
*/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .5);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  display: block;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}


/* RATES PAGE */
.rates-page #content .logo {
  max-width: 500px;
  margin: auto;
}

.rates-page #content h3 {
  margin: 20px 0;
  text-align: center;
}

.rates-page #content p,
.rates-page #content table {
  font-size: 20px;
}

.rates-page #content .flex {
  font-size: 17px;
}

.rates-page #content hr {
  margin-top: 30px;
}

.rates-page #content table {
  width: 100%;
  margin-bottom: 20px;
}

.rates-page #content table,
td {
  border: 1px solid #bbb;
}

.rates-page #content table td {
  padding: 10px;
}

/* 📱 Mobile & Tablet Responsive */
/* @media (max-width: 1024px) {

  .header,
  .service,
  .fleet-content,
  .reviews-cont,
  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .navbar {
    max-width: 100%;
    padding-top: 10px;
  }

  .navbar ul {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .banner {
    padding: 120px 20px;
    text-align: center;
  }

  .banner h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .banner p {
    font-size: 20px;
    line-height: 28px;
  }

  .book-btn {
    width: 100%;
    max-width: 300px;
    padding: 15px;
  }

  .book-img {
    right: 12px;
  }

  .fleet-content,
  .service,
  .reviews-cont {
    flex-direction: column;
    gap: 40px;
  }

  .service-left,
  .service-mid,
  .service-right,
  .reviews-bot {
    max-width: 90%;
    width: 100%;
  }
} */

/* 📱 Small Mobile (Up to 600px) */
/* @media (max-width: 600px) {
  .header {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .logo img {
    max-width: 200px;
  }

  .navbar ul {
    gap: 10px;
  }

  .banner h1 {
    font-size: 38px;
  }

  .banner p {
    font-size: 18px;
  }

  .about-content h2,
  #fleet h1,
  #services h1,
  .ride-content h1 {
    font-size: 35px;
    line-height: 42px;
  }

  .about-content p,
  #fleet p,
  .ride-content p,
  .reviews-text p {
    font-size: 18px;
    line-height: 24px;
    padding: 0 15px;
  }

  .btn,
  .book,
  .book-btn {
    padding: 12px 20px;
    font-size: 14px;
  }

  .footer-content {
    flex-direction: column;
    gap: 30px;
  }

  .copyright {
    padding: 15px;
    font-size: 16px;
  }
} */