@charset "utf-8";
/* CSS Document */

/* CSS Document © 2024 ProWebPrism */
/* @import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap'); */

/* ::-moz-selection {
  background: #ffffff;
  color: var(--primary-color);
  text-shadow: none;
}

::selection {
  background: #ffffff;
  color: var(--primary-color);
  text-shadow: none;
} */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: "EB Garamond", serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  color: #000000;
  background: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

:root {
  --primary-color: #116ad1;
  --secondary-color: #f3d405;
  --global: #050504;
  overflow: hidden;
  overflow-y: auto;
}

a {
  text-decoration: none;
  transition: all 0.25s ease-out 0s;
  outline: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "EB Garamond", serif;
}

p,
p span {
  font-family: "Inter", sans-serif;
}

img {
  border: 0px;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

:-moz-placeholder {
  color: #ffffff;
}

section,
header,
footer {
  width: 100%;
  float: left;
}

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

strong {
  font-weight: bold;
}

.container {
  margin: 0px auto;
  padding: 0px 15px;
  max-width: 1400px;
}


.error-page-section {
  background: var(--primary-color);
}

.error-page-row {
  max-width: 800px;
  margin: 50px auto;
}

.error-page-col1 h1 {
  font-size: 40px;
  color: #000;
}

.error-page-col1 h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #000;
}

.error-page-col1 p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  margin: 0 0 22px;
  color: #000;
}

.search-form {
  width: 100%;
  display: flex;
  align-items: center;
}

.search-form input {
  width: 197px;
  height: 45px;
  border: 1px solid #000;
  margin: 0 7px 0 0;
  padding: 0 10px;
  color: #000;
  outline: none;
  box-shadow: none;
  display: inline-block;
  border-radius: 80px;
}

.search-form .search-submit {
  width: auto;
  height: 45px;
  display: inline-block;
  padding: 0 25px;
  color: #ffff;
  border: 1px solid #000;
  background: #000;
  transitio all 0.25s ease-in-out;
  border-radius: 80px;
}

.search-form .search-submit .screen-reader-text {
  position: relative !important;
  display: block;
  height: auto;
  width: auto;
  color: #ffff;
  clip-path: none;
  transition: all 0.25s ease-in-out;
}

.search-form .search-submit:hover {
  color: #000;
  background: none;
}

.search-form .search-submit:hover .screen-reader-text {
  color: #000;
}

.search-form input::placeholder {
  color: #000;
}

.search-page-section {
  padding: 80px 0px;
  background: #ffff;
}

.search-page-row {
  max-width: 1320px;
  margin: 0 auto;
}

.search-page-row .page-header .page-title {
  font-size: 40px;
  margin: 0 0 35px;
  display: flex;
  color:var(--primary-color);
  font-weight: 500;
}

.search-page-card {
  margin: 0 0 50px;
}

.search-page-content {
  padding: 0;
  max-width: inherit;
  width: 100%;
  text-align: left;
  flex: 1 0 0;
}

.search-page-content h3 {
  font-size: 32px;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary);
}

.search-page-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.67;
  margin: 0 0 22px;
  color: #000;
}

.search-btn1 {
  padding: 12px 24px;
  background-color:var(--primary-color);
  border-radius: 80px;
  color: #ffffff;
  border: 1px solid var(--primary-color);
  transition: 0.3s all ease-in-out;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin: 10px auto 0;
}

.search-btn1:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.defualt-page-section {
  padding: 60px 0;
  background: #fff;
}

.content-wrapp h2 {
  font-size: 46px;
  font-weight: 500;
  color: var(--primary-color);
  margin: 0 0 20px;
}

.content-wrapp p {
  font-size: 16px;
  color: #000;
  line-height: 1.56;
  margin: 0 0 20px;
}

.content-wrapp ul {
  width: 100%;
  margin: 0 0 20px;
}

.content-wrapp ul li {
  font-size: 16px;
  line-height: 1.56;
  color: var(--secondary-color);
  padding-left: 10px;
  position: relative;
}

.content-wrapp ul li:before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 0;
}

.content-wrapp ol {
  width: 100%;
  float: none;
  counter-reset: my-awesome-counter;
  margin: 0 auto 28px;
  position: relative;
}

.content-wrapp ol li {
  font-size: 16px;
  line-height: 1.56;
  color: var(--secondary-color);
  padding-left: 20px;
  position: relative;
  counter-increment: step-counter;
}

.content-wrapp ol li:before {
  content: counter(step-counter) '.';
  margin-right: 0px;
  position: absolute;
  left: -4px;
  top: 0;
}

.content-wrapp p a,
.content-wrapp ul li a,
.content-wrapp ol li a {
  color: var(--primary-color);
}

.content-wrapp p a:hover,
.content-wrapp ul li a:hover,
.content-wrapp ol li a:hover {
  color: #000000;
}



.everest-forms-submit-button.button.evf-submit {
  background-color: var(--secondary-color) !important;
  color: var(--primary-color) !important;
  padding: 10px 30px !important;
  border: 1px solid var(--secondary-color) !important;
}

.everest-forms-submit-button.button.evf-submit:hover {
  background-color: transparent !important;
  color: var(--secondary-color) !important;
}

.inner-banner {position: relative;}
.inner-banner .bg-img { width: 100%;position: relative;}
.inner-banner .bg-img::after{position: absolute;background-color: #000;opacity: 0.4;content: "";width: 100%; height: 100%; top: 0;left: 0;}
.inner-banner img { width: 100%; max-height: 460px; object-fit: cover;}
.inner-banner .inner-content { width: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0; text-align: center; z-index: 1;}
.inner-banner h2 {font-size: 52px; color: #fff; font-weight: 500;}


.header-wrap.header-wrapp.sticky{position: fixed;top: 0;left: 0;z-index: 9999;background:#ffffff;animation: .7s slide-down;box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;}
.header-wrap.header-wrapp.sticky .menu-list ul li a{color:var(--primary-color);}
@keyframes slide-down {
  0% {
    transform: translateY(-100%); 
  }

  100% {
    transform: translateY(0);
  }
}


.whatsup-icon h3{
  color: var(--primary-color) !important;
}


.slick-arrow {
  display: none !important;
}

.header-sec.header-wrap.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  animation: .7s slide-down;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.header-sec.header-wrap.sticky .menu-list ul li a {
  color: var(--primary);
}


.overlay {
  display: none;
}

.burger-btn {
  display: none;
}


.header-wrap {
  padding: 10px 0px;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  width: 140px;
}

.header-menu {
  display: flex;
  align-items: center;
}

.header-menu ul {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.header-menu ul li a {
  font-weight: 500;
  color:var(--primary-color);
  text-transform: uppercase;
}

.header-menu ul li {
  margin-left: 60px;
  position: relative;
}

.header-menu ul li::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  background-color: var(--secondary-color);
  height: 2px;
  content: "";
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.header-menu ul li:hover::after {
  opacity: 1;
  width: 100%;
}

.header-menu ul li:hover a {
  color: var(--secondary-color);
}

.book-btn {
  position: relative;
  padding: 12px 30px;
  background: linear-gradient(90deg, var(--primary-color), var(--primary-color));
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.book-btn:hover {
  transform: translateY(-2px);
  border-radius: 20px;
  box-shadow: 0 5px 15px #116bd18a;
}

.book-btn:hover i {
  transform: translateX(4px);
}

.book-btn i {
  transition: transform 0.3s ease;
}

.banner-sec {
  padding: 20px 0px;
}

.banner-image {
  position: relative;
}

.banner-image img {
  border-radius: 60px;
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner-image::after {
  position: absolute;
  content: "";
  background-color: #000000b0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 60px;
}

.icon-slider {
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-head {
 text-align: center;
 margin: 20px 0px 50px;
}

.banner-head h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
}

.car-slider-wrap {
  margin-top: -350px;
  z-index: 999;
  position: relative;
}

.car-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
}

.car-icon {
  cursor: pointer;
  padding: 10px 15px;
  border: 2px solid transparent;
  color: #aaa;
  font-weight: 500;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.car-icon-bubble {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.car-icon.active .car-icon-bubble {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  background-color: #fff;
}

.car-name {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.car-icon.active .car-name {
  color: var(--secondary-color);
}

.car-icon-bubble img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.car-slider {
  margin-top: 20px;
}

.car-slider img {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  display: block;
  height: 300px;
  object-fit: contain;
  object-position: center center;
}

.car-slider .slick-slide {
  outline: none;
}



.about-section {
  padding:60px 0px;
}

.about-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-col1 {
  width: 48%;
}

.about-col2 {
  width: 48%;
}

.about-content h4 {
  font-size: 25px;
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  padding-left: 40px;
}

.about-content h4::after {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: var(--secondary-color);
  content: "";
  width: 30px;
  height: 2px;
}

.about-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color:var(--primary-color);
}

.about-content p {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  color:var(--global);
}

.about-bg img {
  border-radius: 40px;
  width: 100%;
}

.booking-section{
  padding: 40px 0px;
  background-color: #000;
}
.booking-container {
  border-radius: 10px;
  overflow: hidden;
}

.booking-container .tab-header {
  display: flex;
  border-radius: 20px;
  margin-bottom: 30px;
}

.booking-container .tab {
  flex: 1;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  border: none;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s;
  margin: 0px 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
}

.booking-container .tab:hover,
.booking-container .tab.active {
  background: var(--primary-color);
  color: white;
  border-radius: 20px;
  border: 2px solid var(--primary-color);
}

.booking-container .tab-content {
  display: none;
  padding: 30px;
}

.booking-container .tab-content.active {
  display: block;
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.booking-form::placeholder{
  color: #fff;
}
.form-row {
  display: flex !important;
  gap: 20px !important;
  flex-wrap: wrap !important;
}

.form-row input,
.form-row select {
  flex: 1 !important;
  padding: 12px !important;
  border: none !important;
  border-bottom: 1px solid var(--secondary-color) !important;
  font-size: 16px !important;
  color: #ffffffa3 !important;
  background-color: transparent !important;
  margin-bottom: 20px !important;
}
.form-row select option {
  color: #000;
  background-color: #fff;
}
.form-row select:focus-visible{
  border: none;
  border-bottom: 1px solid var(--secondary-color);
  outline: none;
}
.booking-form .book-btn {
  max-width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
}
.booking-form::placeholder{
  color: #fff;
}



.cab-service-section {
  padding: 20px 0px;
}

.service-head h2 {
  font-size: 2.5rem;
  color: var(--primary-color);
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--primary-color);
}
.service-head p{
  text-align: center;
}
.service-row{
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.service-col{
  background-image: url("../images/banner-bg.jpg");
  /* background-color: #000000; */
  width: 30%;
  color: #fff;
  padding:30px 20px;
  border-radius: 20px;
  border: 2px solid var(--secondary-color);
  margin: 1%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.service-col::after{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000085;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  content: "";
}
.service-col h3{
  font-size: 1.7rem;
  margin-bottom: 20px;
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  padding-bottom: 15px;
  position: relative;
  z-index: 555;
  font-weight: 500;
}
.service-col p{
  font-size: 0.8rem;
  line-height: 2;
  position: relative;
  z-index: 555;
}



.cab-services-section{
  padding: 40px 0px;
}
.section-title {
  font-size: 2.5rem;
  color: var(--primary-color);
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--primary-color);
  text-transform: capitalize;
}

.cab-services-section .tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.cab-services-section .tab {
  padding: 12px 30px;
  border-radius: 30px;
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.cab-services-section .tab.active {
  background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
  color: #fff;
  border: none;
}

.cab-services-section .tab-content {
  display: none;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cab-services-section .tab-content.active {
  display: flex;
}

.cab-services-section .card {
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  padding: 20px;
  width: 300px;
  border: 1px solid var(--secondary-color);
}
.cab-services-section .card h3{
  font-size: 1.5rem;
  
}

.cab-services-section .card img {
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
  object-fit: contain;
}

.cab-services-section .car-type {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
}

.cab-services-section .details p {
  margin: 4px 0;
  font-size: 15px;
}
.cab-services-section .card-row{
  display: flex;
  align-items: stretch;
  justify-content: left;
  flex-wrap: wrap;
}
.cab-services-section .card-row .card{
  width: 31%;
  padding: 15px;
  margin: 1%;
  background-color: #000000;
  color: #fff;
}
.cab-services-section .card-row .card h3{
   margin-bottom: 60px;
   font-weight: 600;
   color: var(--secondary-color);
}
.cab-services-section .card-row .card img{
  margin-bottom: 60px;
}
.detail-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail-row{
  border-bottom: 1px solid var(--secondary-color);
  padding: 10px;
}
.detail-row p:first-child{
  font-weight: 500;
  font-size: 0.9rem;
  max-width: 200px;
}
.detail-row p:last-child{
  font-size: 0.9rem;
  font-weight: 300;
  max-width: 150px;
  text-align: right;
}

.detail-row.width p{
  max-width: none;
  margin: 0 auto;
  font-weight: 700;
  padding: 12px 0px;
  font-size: 1.2rem;
}
.detail-row:last-child p{
  text-align: center;
}
.details .book-btn{
 margin-top: 20px;
}
.details .book-btn a{
  color: #fff;
  margin: 0 auto;
}

.testimonial-section {
  padding: 60px 30px 0px;
}

.testimonial-section h2 {
   font-size: 2.5rem;
  color: var(--primary-color);
  max-width: fit-content;
  margin: 0 auto;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--primary-color);
  text-transform: capitalize;
}

.testimonial-slider .testimonial-item {
  display: flex !important;
  justify-content:center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 30px auto;
}

.testimonial-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}

.testimonial-slider .left-content {
  flex: 1;
}

.testimonial-slider .left-content .stars {
  color: var(--secondary-color);
  font-size: 25px;
  margin-bottom: 10px;
}

.testimonial-slider .left-content p {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 30px;
  position: relative;
  padding-right: 40px;
  line-height: 2;
}

/* .testimonial-slider .left-content p::after {
  content: "❝ ❞";
  font-size: 60px;
  color: #eee;
  position: absolute;
  right: 0;
  bottom: -20px;
} */

.testimonial-slider .author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-slider .author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-slider .author h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.testimonial-slider .author span {
  font-size: 14px;
  color: var(--secondary-color);
}

.testimonial-slider .right-content {
  flex: 1;
  position: relative;
  max-width: 400px;
}

.testimonial-slider .right-content .main-img img {
  width: 100%;
  border-radius: 20px;
}

.testimonial-slider .right-content .overlay-img {
  position: absolute;
  bottom: -10px;
  right: -60px;
  width: 250px;
}

.testimonial-slider .right-content .overlay-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Slick Dots */
.testimonial-slider .slick-dots {
  text-align: left;
  padding-left: 5px;
  margin-top: 20px;
}
/* 
.testimonial-slider .slick-dots li button:before {
  font-size: 14px;
  color: #000;
} */

.testimonial-slider .slick-dots li.slick-active button:before {
  color: var(--secondary-color);
}
.testimonial-slider .slick-track{
  padding-bottom: 100px;
}


/* Gallery Section Styles */
.gallery-section {padding: 40px 0 80px;background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);position: relative;}
.gallery-header {text-align: center;}
.gallery-header h2 {font-size: 2.5rem;color: var(--primary-color);margin-bottom: 15px;text-transform: uppercase;position: relative;}
.gallery-header h2::after {content: '';position: absolute;bottom: -10px;left: 50%;transform: translateX(-50%);width: 80px;height: 3px;background: var(--primary-color);border-radius: 2px;}
.gallery-header p {font-size: 1.1rem;color: #666;max-width: 600px;margin: 0 auto;line-height: 1.6;}
.gallery-slider {padding: 40px 0px 0px;}
.gallery-slider .slick-slide {padding: 0px 10px; /* Top and bottom spacing */}
.gallery-slider .slick-track {margin:0 -10px;}
.gallery-slider.slick-list{padding: 40px 0px;}
.gallery-item {position: relative;margin: 0 15px;border-radius: 15px;overflow: hidden;transition: all 0.3s ease;background: white;}
.gallery-item img {width: 100%;height: 300px;object-fit: contain;display: block;padding: 20px;}
.gallery-overlay {position: absolute;bottom: 0;left: 0;right: 0;background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));color: white;padding: 20px;transform: translateY(100%);transition: all 0.3s ease;}
.gallery-item:hover .gallery-overlay {transform: translateY(0);}
.gallery-overlay h3 {font-size: 1.2rem;font-weight: 600;margin-bottom: 5px;color: white;}
.gallery-overlay p {font-size: 0.9rem;color: #ccc;margin: 0;}
.gallery-slider .slick-dots {bottom: -40px;position: absolute;width: 100%;text-align: center;list-style: none;margin: 0;padding: 0;}
.gallery-slider .slick-dots li {display: inline-block;}
.gallery-slider .slick-dots li button {width: 12px;height: 12px;border-radius: 50%;background: transparent;font-size: 0;cursor: pointer;transition: all 0.3s ease;}
.gallery-slider .slick-dots li.slick-active button {background: var(--primary-color);}

.contact-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0px;
}
.contact-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 10% 60px;
  gap: 50px;
  justify-content: center;
  align-items: center;
}

.contact-form{
  width: 45%;
}
.contact-details{
  width: 45%;
}

.contact-form h2{
  font-size: 2.5rem;
  color: var(--primary-color);
  max-width: fit-content;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--primary-color);
  text-transform: capitalize;
}

.contact-form p,
.contact-details p {
  font-size: 16px;
  color:#000;
  line-height: 1.6;
  margin-bottom: 25px;
}
.detail-box a p{
  color: var(--primary-color);
  font-family: "EB Garamond", serif;
}
.detail-box a p:hover{
  color: var(--secondary-color);
}
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form input,
.contact-form textarea {
  padding: 15px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  color: #000000 !important;
  border-bottom: 1px solid var(--secondary-color);
}

.contact-form button {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 15px 25px;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  width: fit-content;
  transition: background 0.3s;
  margin-top: 40px;
}

.contact-form button:hover {
  background-color: var(--secondary-color);
}

.contact-details .detail-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  color:#000000;
}

.contact-details .icon {
  background-color: var(--primary-color);
  padding: 20px;
  border-radius: 10px;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-box h3{
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.detail-box a{
  font-size: 1rem;
  color: var(--primary-color);
}

.detail-box a:hover{
  color: var(--secondary-color);
}



.footer-wrapp {padding: 50px 0 30px;background-color:hsla(222.85714285714286, 12.73%, 10.78%, 1.00);}
.footer-wrapp .footer-row {width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.footer-wrapp .footer-logo { width: 150px;}
.footer-wrapp .footer-nav {width: auto;}
.footer-wrapp .footer-nav ul { width: 100%;}
.footer-wrapp .footer-nav ul li { display: inline-block;}
.footer-wrapp .footer-nav ul li a { display: block; padding: 10px 15px; font-size: 18px;font-weight: 500; color:var(--secondary-color);}
.footer-wrapp .footer-nav ul li a:hover { color:#fff;}
.footer-wrapp .footer-social { width: auto;}
.footer-wrapp .footer-social a { display: inline-block; margin: 0 12px 0 0;}
.footer-wrapp .footer-social a:last-child { margin-right: 0;}
.footer-wrapp .footer-social .social-icon { display: inline-block; width: 20px; height: 20px; position: relative;}
.footer-wrapp .footer-social .social-icon img { width: 100%; height: 100%; transition: all .25s ease-in-out;}
.footer-wrapp .footer-social .social-icon .hover-icon { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; transition: all .25s ease-in-out;}
.footer-wrapp .footer-social a:hover .social-icon  .hover-icon { opacity: 1;}
.footer-wrapp .footer-social a:hover .social-icon > img { opacity: 0;}
.footer-wrapp  .footer-row1 {width: 100%;display: flex; flex-wrap: wrap; justify-content: space-between; padding: 30px 0 0; margin: 20px 0 0; border-top: 1px solid var(--primary-color);}
.footer-wrapp .footer-row1 p {font-size: 16px; color:var(--secondary-color);}
.footer-wrapp .footer-row1 p a { color:var(--secondary-color); font-weight: 500;}
.footer-wrapp .footer-row1 p a:hover { color:var(--third-color);}
.slick-arrow{display: none !important;}

.contact-form::-webkit-input-placeholder {
  color: #000000 !important;
}

.contact-form::-moz-placeholder {
  color: #000000 !important;
}

.contact-form:-ms-input-placeholder {
  color: #000000 !important;
}

.contact-form:-moz-placeholder {
  color: #000000 !important;
}


.mob-form{
  display: none;
}

@media(max-width:1200px){
  .testimonial-slider .right-content .overlay-img{right: 0;}
  .banner-head h1{font-size: 2.5rem;}
  .cab-services-section .card-row .card{width: 48%;}
}


@media(max-width:991px){
  .header-menu ul li{margin-left: 30px;}
  .header-menu ul{margin-right: 30px;}
  .booking-container .tab{margin: 0px 10px;}
  .about-section{padding: 30px 0px;}
  .about-row{flex-wrap: wrap;}
  .about-col1{width: 100%;margin-bottom: 40px;}
  .about-col2{width: 100%;}
  .service-row{flex-wrap: wrap;}
  .service-col{width: 48%;}
  .cab-services-section .card-row .card h3{margin-bottom: 30px;}
  .cab-services-section .card-row .card img{margin-bottom: 20px;}
  .testimonial-section{padding-top: 0;}
  .testimonial-slider .slick-track{padding-bottom: 20px;}
  .contact-form{width: 48%;}
  .contact-details{width: 48%;}
  .cab-services-section .card-row .card{width: 48%;}
  .testimonial-section h2{text-transform: capitalize;}
  .detail-box a{font-size: 14px;}
  .booking-section{padding: 20px 0px;}
  .detail-box a p{font-size: 14px;}
  .gallery-section{padding: 40px 0;}
  .gallery-header h2{font-size: 2rem;}
  .gallery-slider{padding:40px 20px 0px;}
}


@media(max-width:768px){
  .header-col2{display: none;}
  .form-row{gap: 10px;}
  .car-slider img{max-width: 500px;height: 250px;}
  .about-section{padding: 0px 0px 40px;}
  .testimonial-slider .right-content .overlay-img{display: none;}
  .testimonial-content{flex-wrap: wrap;flex-direction: column-reverse;}
  .testimonial-slider .left-content{width: 100%;flex: auto;}
  .testimonial-slider .right-content{width: 100%;max-width: none;flex: auto;}
  .contact-row{margin: 30px 0px;flex-wrap: wrap;}
  .contact-form h2{margin-bottom: 20px;}
  .contact-form{width: 100%;margin-bottom: 40px;}
  .contact-details{width: 100%;}
  .footer-wrapp .footer-logo{width: 100%;text-align: center;margin: 0 auto;display: flex;align-items: center;justify-content: center;margin-bottom: 20px;}
  .footer-wrapp .footer-logo img{width: 150px;}
  .footer-wrapp .footer-nav{display: flex;width: 100%;text-align: center;margin-bottom: 20px;}
  .footer-wrapp .footer-social{width: 100%;text-align: center;}
  .footer-wrapp .footer-row1{flex-wrap: wrap;justify-content: center;}
  .footer-col1{width: 100%;text-align: center;}
  .footer-wrapp .footer-row1 p{font-size: 0.8rem;}
  .footer-wrapp .footer-row1 .footer-col1{margin-bottom: 10px;}
  .overlay {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    height: 100%;
    background: var(--primary-color);
    background-size: 300% 100%;
    z-index: 9999;
    padding: 110px 5% 50px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  }
  .detail-row.width p{font-size: 0.8rem;}

  .overlay.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .overlay ul {
    width: 100%;
  }

  .overlay ul {
    width: 100%;
  }

  .overlay ul li a {
    color: #fff;
    display: block;
    padding: 20px 0;
  }

  .overlay ul li {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
  }

  .overlay ul li a:hover {
    color: var(--primary-color) !important;
  }

  .burger-btn {
    display: block;
    position: fixed;
    width: 50px;
    height: 30px;
    right: 5%;
    top: 40px;
    z-index: 99999;
    overflow: hidden;
    cursor: pointer;
  }

  .burger-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    background-size: 300% 100%;
    border-radius: 5px;
    transition: all 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  }

  .burger-btn:hover span {
    background-position: 50% 0;
  }

  .burger-btn .active span {
    background: #fff;
  }

  .burger-btn span:first-child {
    width: 70%;
  }

  .burger-btn span:nth-child(2n) {
    margin: 9px 0;
    transition: all 0.5s cubic-bezier(.22, .68, 0, 1.71);
  }

  .burger-btn .burger-toggle {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }

  .burger-btn span:last-child {
    width: 70%;
  }

  .burger-btn .active span:nth-child(2n) {
    transform: translateX(-100%);
  }

  .burger-btn .active span:first-child {
    transform: translateY(13px) rotate(-45deg);
  }

  .burger-btn .active span:last-child {
    transform: translateY(-11px) rotate(45deg);
  }

  body:after {
    content: "";
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 40%);
    z-index: 9;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
  }

  body.menu-open:after {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  body.menu-open {
    overflow-y: hidden;
  }

  .overlay ul ul.sub-menu li {
    border: none;
    padding-left: 20px;
    position: relative;
    color: var(--primary-color);
  }

  .overlay ul ul.sub-menu li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .overlay ul li.has-sub>a {
    background: url(../images/chevron-down-white.svg) no-repeat center / 14px;
    background-position-x: 95%;
  }

  .global-btn.contact-btn {
    display: none;
  }

  .overlay ul li.has-sub>a:hover {
    background: url(../images/chevron-down-grey.svg) no-repeat center / 14px;
    background-position-x: 95%;
  }
  .content-wrapp h2{
    font-size: 35px;
  }
  .content-wrapp p{
    font-size: 14px;
  }
  .contact-details .detail-box{
    margin-bottom: 30px;
  }
  .detail-box a p{
    margin-bottom: 0;
  }
  .desk-form{
    display:  none;
  }
  .mob-form{
    display: block !important;
  }
}

@media(max-width:600px){
  .banner-head h1{font-size: 2rem;}
  .booking-container .tab-content{padding: 20px;}
  .about-content h2{font-size: 1.8rem;}
  .about-content p{font-size: 0.8rem;}
  .about-section{padding: 0px 0px 20px;}
  .service-col{width: 100%;}
  .cab-services-section .card-row .card{width: 100%;margin-bottom: 20px;}
  .testimonial-section{padding: 0;}
  .testimonial-slider .left-content p{padding-right: 0;}
  .testimonial-section h2{font-size: 2rem;margin-bottom: 0;}
  .tab-header{flex-wrap: wrap;}
  .booking-container .tab{width: 100%;flex: auto;margin-bottom: 20px;}
  .booking-container .tab-header{margin-bottom: 0;}
  .booking-container .tab{padding: 10px;}
  .booking-container .tab{font-size: 0.9rem;}
  .contact-form h2{font-size: 2rem;}
  .detail-row p:first-child{font-size: 0.8rem;}
  .detail-row p:last-child{font-size: 0.8rem;}
  .gallery-section{padding: 40px 0;}
  .gallery-header h2{font-size: 1.8rem;}
  .gallery-item img{height: 200px;}
  .gallery-slider{padding:30px 0px;}
  .gallery-slider .slick-dots{bottom: -20px;}
  .gallery-slider .slick-arrow{width: 35px; height: 35px; font-size: 14px;}
  .gallery-slider .slick-prev{left: -15px;}
  .gallery-slider .slick-next{right: -15px;}
}