@import url('https://fonts.googleapis.com/css2?family=Gotu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/* styles.css */
:root{
  --e-global-color-4: #FCEEDA;
  --e-global-color-7: #FFFFFF;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none !important;
	color: inherit;
}

body {
    color: rgb(19, 22, 26);
    font-family: "Work Sans";
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.48px;
    text-transform: none;
    overflow-x: hidden;
}

.main-header {
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.navbar-brand img {
    height: 98px;
    width: 100%;
}

.navbar-nav .nav-link {
    color: white !important;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    font-style: normal;
}

.dropdown-item {
    font-size: 16px;
    margin-right: 20px;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    font-style: normal;
}

.nav-link:hover, .nav-item.active .nav-link {
    color: #f8b54a !important;
}

.navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    min-width: 250px;
    margin-top: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.navbar .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #eee;
    transition: background 0.3s ease;
}

.navbar .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background: #f8f8f8;
    color: #000;
}

.navbar .dropdown-toggle::after {
    display: inline-block;
    content: "\f107"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    margin-left: 6px;
    vertical-align: middle;
}

.navbar-nav .nav-link i {
    font-size: 10px;
}

.navbar .nav-item .nav-link::after {
    display: none !important;
}

.navbar-toggler-icon {
    filter: invert(1); 
}

.btn-outline {
	border: 1px solid rgb(194, 165, 107);
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 20px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
	position: relative;
	top: 8px;
}

.btn-outline:hover {
	border: 1px solid rgb(194, 165, 107);
	background-color: rgb(194, 165, 107);
}

.swiper {
	width: 100%;
	height: 100vh;
}

.swiper-slide {
	position: relative;
}

.swiper-slide video,
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 7s ease-in-out;
  z-index: 1;
}

.swiper-slide-active .slide-bg-image {
  transform: scale(1.1); 
}

.slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.slide-content {
	  position: absolute;
    display: block;
    pointer-events: auto;
    left: 222.5px;
    top: 475px;
    z-index: 7;
    visibility: visible;
    perspective: 601px;
}

.slide-subtitle {
    font-family: "Cormorant Infant";
    text-transform: uppercase;
    height: auto;
    width: auto;
    color: rgb(194, 165, 107);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 25px;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 22px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    transform: translate(0px, 0px);
}

.slide-title {
    font-family: "Cormorant Infant";
    text-transform: uppercase;
    height: auto;
    width: auto;
    color: rgb(245, 246, 246);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 75px;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 4px 64px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 58px;
    backdrop-filter: none;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform-origin: 50% 50%;
    transform: perspective(600px);
}

.slide-btn {
    background-color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    padding: 16px 50px;
    backdrop-filter: none;
    filter: brightness(120%);
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    border-radius: 0px;
    border-color: rgb(194, 165, 107);
}

.slide-btn:hover {
	background-color: rgb(194, 165, 107);
	color: #fff;
}

button.slide-btn {
    position: absolute;
    display: block;
    left: 0;
    top: 210px;
    z-index: 6;
}

.slide-btn i{
  text-align: left;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 1px;
  transform: translateX(0);
  transition: transform .3s cubic-bezier(.39, .58, .57, 1);
}

.slide-btn i.lnr-arrow-right {
   transform: rotate(-40deg) !important;
   -webkit-transform: rotate(-40deg);
   -ms-transform: rotate(-40deg);
}

.swiper-button-prev,
.swiper-button-next {
  min-width: 70px;
  min-height: 70px;
  background-color: rgba(0,0,0,0.1) !important;
  border-radius: 50%;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.3s ease, transform 0.3s ease;
  z-index: 15;
  margin: 0 22px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255,255,255,0.2);
  transform: scale(1.05);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 25px !important;
  color: #9b9b9b;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.arrow-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}

.swiper-button-prev:hover .arrow-preview,
.swiper-button-next:hover .arrow-preview {
  transform: translate(-50%, -50%) scale(1);
}

.swiper-pagination-main {
  position: absolute !important;
  bottom: 46px !important;
  width: 94% !important;
  display: flex;
  justify-content: end;
  z-index: 9;
}

.swiper-pagination-main .swiper-pagination-bullet {
  position: relative;
  width: 16px !important;
  height: 16px !important;
  background: #ffffff !important;
  opacity: 1 !important;
  margin: 0 10px !important;
  border-radius: 50% !important;
  border: none;
  transition: all 0.3s ease;
}

.swiper-pagination-main .swiper-pagination-bullet-active {
  position: relative;
  width: 20px !important;
  height: 20px !important;
  box-shadow: 0 0 0 2px #c2a56b !important;
  border: none !important;
  border-radius: 50% !important;
  background: transparent !important;
  top: -2px;
}

.swiper-pagination-main .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  background: #c5a25a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* car Slider */
.luxury-collection{
    background: #ffffff;
    padding: 40px 0px 0px 0px;
}

.car-slider {
    height: auto;
    padding-bottom: 75px !important;
}

.whl-m-subtitle{
    color: #C2A56B;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3.2px;
    padding: 0px 0px 20px 0px;
    font-family: "Cormorant Infant";
}

.whl-title{
  font-family: "Cormorant Infant";
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
  margin: 0px 0px 20px 0px;
  color: #000;
  line-height: 1.05em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.carousel-inner {
    padding: 20px;
}

.slide-card {
    border: none;
    text-align: center;
    background: #F7F5F2 !important;
    padding: 35px;
}

.card-title a{
    font-family: "Cormorant Infant";
    font-weight: 500;
    color: #090909;
    text-transform: none;
    font-size: 21px;
    line-height: 1.25em;
    letter-spacing: 0.07px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    margin-bottom: 6px;
    text-decoration: none;
}

.whl-vehicle-list .whl-stars-items {
    color: #c2a56b;
}

.card-text {
    color: rgb(19, 22, 26);
    font-family: "Work Sans";
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.48px;
    text-transform: none;
}

.card img {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    cursor: pointer;
}

.whl-media {
    margin-bottom: 25px;
}

.whl-media img {
    padding: 9px;
}

.whl-vehicle-list .whl-price {
    justify-content: center;
    margin: 10px 0;
    color: #000;
    display: flex;
    align-items: center;
}

.whl-vehicle-list .whl-price .whl-price-value {
    font-size: 40px;
    display: flex;
    align-items: center;
}

.whl-vehicle-list .whl-price .whl-price-value .whl-currency {
    margin-right: 4px;
    font-size: 24px;
    position: relative;
    bottom: 3px;
}

.whl-vehicle-list .whl-price .whl-price-label {
    font-size: 16px;
    position: relative;
    margin-left: 5px;
}

.whl-vehicle-list .whl-price .whl-price-label::before {
    content: "/";
    margin-right: 5px;
}

.more-details {
  padding: 12px 28px !important;
  border: 1px solid;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  color: #13161A;
  border-color: rgb(194, 165, 107);
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 0px 0px 0px;
  letter-spacing: 0.5px;
  width: 100%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
}

.more-details:hover {
    background: #c2a56b;
    color: #fff;
}

/* car slider pagination */
.swiper-pagination-custom {
  z-index: 99;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-custom .swiper-pagination {
	bottom: 20px;
	left: 0;
	right: 0;
}
.swiper-pagination-custom .swiper-pagination-bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 5px 10px !important;
  padding: 0;
  background-color: transparent !important;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.35s ease;
  position: relative;
  border: 1px solid transparent;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 5px 10px;
  padding: 0px;
  background-color: transparent !important;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.35s ease;
  position: relative;
}

.swiper-pagination-custom .swiper-pagination-bullet::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #13161a;
  display: inline-block !important;
  position: absolute;
  z-index: 3;
  border-radius: 50px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.swiper-pagination-custom .swiper-pagination-bullet,.swiper-pagination-custom .swiper-pagination-bullet:hover {
  transform: scale(1.2);
}

.swiper-pagination-custom .swiper-pagination-bullet:hover,.swiper-pagination-custom .swiper-pagination-bullet-active {
  border: 1px solid #c2a56b;
}


/* Lluxury Section*/
.custom-luxury-section {
  position: relative;
  background-color: #ffffff;
  background-image: url("../images/top_tie_bg.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 0;
  overflow: hidden;
}

.custom-luxury-section .overlay-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/top_tie_bg2.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 35% auto;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}

.custom-luxury-section .container {
  position: relative;
  z-index: 2;
}

.section-title {
  font-family: "Cormorant Infant", serif;
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
  line-height: 1.05em;
  margin: 25px 0;
  word-wrap: break-word;
}

.section-description {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #13161A;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 15px;
    color: #090909;
}

.feature-list .icon {
    color: #f8b54a;
    font-size: 18px;
    margin-right: 10px;
}


.custom-btn-elem {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 46px;
  line-height: 2em;
  border-radius: 0;
  border: 1px solid #C2A56B;
  color: #13161A;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  gap: 10px;
}

.custom-btn-elem:hover {
  background-color: #C2A56B;
  color: #ffffff;
}

.whl-icon-inner svg {
  height: 1em;
  width: 1em;
  fill: currentColor;
  transition: transform 0.3s ease;
}

/*service sections */
.serv-section {
    background-color: #1a1f1e;
    background-image: url(../images/about_us_bg.png);
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 65px;
    padding: 90px 0 0 0;
    height: auto;
    max-height: 770px;
}

.box-sr {
    background-color: #1A232566;
    padding: 15px 22px 15px 22px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #383838;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.04);
}

.box-sr svg{
    width: 2em;
    height: auto;
    vertical-align: top;
    overflow: visible;
}

.sr-image {
    transform: translate3d(0px, 30px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform: translate3d(0px, 30px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
}

.tit{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
    font-family: "Cormorant Infant";
    margin-top: 20px;
    line-height: 1.39em;
    letter-spacing: 0.075em;
    word-wrap: break-word;
}

.srv-title {
    color: #FFFFFF;
    text-transform: none;
    margin: 0px 0px 25px 0px;
    font-family: "Cormorant Infant";
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0px;
}
.srv-m-text{
    color: #979797;
    margin: 0px 0 60px 0;
    word-wrap: break-word;
    font-family: "Work Sans";
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.48px;
    text-transform: none;
}
.srv-box-text{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
    margin-top: 20px;
    line-height: 1.39em;
    letter-spacing: 0.075em;
    font-family: "Cormorant Infant";
}

.srv-bttom{
  padding:  70px 0px 40px 0px;
}

.srv-bttom-title{
  font-family: "Cormorant Infant";
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0px;
}

.srv-bttom-m-subtitle {
    color: #C2A56B;
    font-family: "Cormorant Infant";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3.2px;
    padding: 0px 0px 20px 0px;
    line-height: 1.39em;
    text-transform: uppercase;
    margin: 0;
}

.srv-content{
  font-family: "Work Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #7a7a7a;
}

.srv-btn {
    font-weight: 400;
    text-transform: uppercase;
    color: #13161A;
    position: relative;
    width: auto;
    margin: 0;
    line-height: 2em;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 13px 46px;
    overflow: hidden;
    border: 1px solid #C2A56B;
    border-radius: 0px;
	background:transparent;
}

.srv-btn:hover {
	background-color: rgb(194, 165, 107);
	color: #fff;
}

.image-card {
  position: relative;
  overflow: hidden;
}

/* Image setup */
.image-card img {
  width: 100%;
  display: block;
  height: auto;
}

/* Hidden gradient by default (height: 0%) */
.image-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 82%, rgb(0, 0, 0) 100%);
  z-index: 1;
  transition: height 0.5s ease;
  pointer-events: none;
}

/* On hover: expand gradient height from top to bottom */
.image-card:hover::before {
  height: 100%;
}

/* Overlay text */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* Text starts hidden at bottom */
.overlay-content {
  position: absolute;
  bottom: -160px;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  z-index: 3;
  transition: all 0.5s ease;
}

/* Slide text up on hover */
.image-card:hover .overlay-content {
  bottom: 5px;
}

/* testimonialCarousel */
#testimonialCarousel {
  height: 235px;
}

.client-slider {
    background: #f8f8f8;
    padding: 50px 0;
    text-align: center;
}

.client-slider .slider div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-slider img {
    max-width: 150px;
    opacity: 0.6;
    transition: 0.3s ease-in-out;
}

.client-slider img:hover {
    opacity: 1;
}

.lead {
    max-width: 700px;
}

.bg-dark-blue {
  background-color: #34494e; /* deep blue shade */
}

.text-gold {
  color: #f8b54a; /* soft gold tone */
}

.stat-box {
  transition: transform 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
}

.custom-indicator {
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: transparent;
    border: 1px solid #f8b54a;
}

.custom-indicator.active {
    background-color: #f8b54a;
}


/* blog card */
.card-blog .card {
    background-color: transparent;
    border: none;
    border-radius: 10px;
    text-align: left;
    padding: 0;
    margin: 5px 10px;
    height: 480px;
}

.border-gold {
    border-color: #f8b54a !important;
}

/* form */
.contact-section{
    background-color: #1a1f1e; 
    background-image: url('../images/about_us_bg.png'); 
    background-size: cover;
}

.ct-icon-area {
    display: flex;
}

.ct-icon-box {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #A87A2380;
    transition: background 0.3s, border-color 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 10px 10px 29px;
}

.ct-icon-box small {
    color: #979797;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
}

.ct-icon-box p a {
    color: #FFFFFF;
    margin-top: 10px;
    text-decoration: none;
}

.btn-gold {
    background-color: #f8b54a;
    color: #000;
    transition: all 0.3s ease;
    border: none;
  }

  .btn-gold:hover {
    background-color: #f8b54a;
    color: #000;
  }
.form-control, .form-select {
    background-color: transparent !important;
    border-radius: 0;
    border-color: #ffffff;
    color: #fff;
}

.form-select option{
    color: #000;
}

.form-control input{
    color: #ffffff;
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
    color: #fff;
    border-color: #f8b54a;
}


.form-control::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
  }
  
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff;
}

/*footer*/
  .cta-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    padding: 60px 30px 30px 30px;
    text-align: center;
    color: #ffffff;
    background-image: url('../images/luxury-car-parked-outside-elegant-modern-building.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
  }
  
  .cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(180deg, rgba(2, 1, 1, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    z-index: 2;
    pointer-events: none;
  }
  
  .cta-content {
    z-index: 3;
    max-width: 42%;
  }
  
  .shape-divider-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 4;
  }
  
  .shape-divider-top svg {
    width: 100%;
    height: 30px;
    display: block;
  }
  
  .shape-divider-top .shape-fill {
    fill: #ffffff;
  }
  
  .cta-section h2 {
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  
  .cta-section p {
    font-size: 18px;
    font-family: 'Manrope';
    margin-bottom: 50px;
  }
  
  .cta-button {
    background-color: #f8b54a;
    color: #000;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
  }
  
  .cta-button:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: var(--bs-btn-active-border-color);
  }
  

  /* CTA Section */
.cta-footer-section {
    background: #0c0c0c;
    padding: 20px;
    text-align: center;
    color: #ffffff;
  }
  
  .cta-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 45px 0;
  }
  
  .cta-left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.8rem;
  }
  
  .cta-icon {
    color: #f4a300;
    font-size: 1.8rem;
  }
  
  .cta-text {
    flex: 1;
    font-size: 1.1rem;
  }
  
  /* Footer */
  .main-footer {
    background: #0c0c0c;
    color: #ffffff;
    padding: 40px 20px;
    font-size: 0.95rem;
  }
  
  .footer-top {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
  }
  
  .footer-col h4 {
    color: #f4a300;
    margin-bottom: 10px;
  }
  
  .footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-col ul li {
    margin-bottom: 10px;
  }
  
  .footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
  }
  
  .footer-col ul li a:hover {
    text-decoration: underline;
  }
  
  .footer-bottom {
    max-width: 1200px;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
  }
  
  .footer-bottom .social-icons a {
    margin-right: 15px;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }

    .footer-bottom .social-icons a:hover {
        color: #f8b54a;
    }
  
  .footer-bottom .social-icons .icon {
    margin-right: 5px;
    font-size: 1.1rem;
  }
  
  .inner-hero-section {
    background-image: url('../images/top-section-inner.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
  }

    .inner-hero-section-serv {
    background-image: url('../images/chauffeur-service-driver.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
  }
  
  .inner-hero-section::before, .inner-hero-section-serv::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), #000000);
    z-index: 0;
  }
  
  .inner-hero-section .container,  .inner-hero-section-serv .container {
    position: relative;
    z-index: 1;
  }
  
  .page-title {
    font-size: 48px;
    font-weight: 500;
    margin: 0;
  }
  
  .decor-mask {
    margin: 10px auto 0;
    height: 30px;
    width: 100px;
    background-color: #ffffff;
    -webkit-mask-image: url('../images/divider-1.png'); /* Use correct path */
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('../images/divider-1.png');
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
  }

  .image-stack-wrapper {
  height: 550px;
}

.img-box {
  position: absolute;
  width: 45%;
  max-width: 300px;
  height: auto;
}

.img-front {
  top: 0;
  left: 0;
  z-index: 2;
}

.img-back {
  top: 40px;
  right: 0;
  z-index: 1;
}

.breadcrumb a {
  color: #ffc107; 
  text-decoration: none;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #6c757d;
}

.breadcrumb-item.active {
  color: #6c757d;
}

/* Service Section */
.servicesar {
    height: auto;
}

/* Service page */
.custom-gradient-bg {
  background: linear-gradient(180deg, var(--e-global-color-4) 0%, var(--e-global-color-7) 100%);
  background-color: transparent;
  color:#090909;
}


/* Custom arrows */
.slick-prev, .slick-next {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    z-index: 5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .slick-prev {
    left: -55px;
  }
  
  .slick-next {
    right: -55px;
  }
  
  .slick-prev:before, .slick-next:before {
    color: #fff;
    font-size: 20px;
  }

  .footer-logo{
    height: 160px;
    padding-bottom: 20px;
  }

  .footer-heading{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.8px;
    font-family: "Cormorant Infant";
    text-transform: uppercase;
    margin: 25px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
  }

  ul.footer-item {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.footer-item li {
	margin-bottom: 6px;
    margin-top: 10px;  
  }

  ul.footer-item li a {
    transition: all ease 0.5s;
  }

  ul.footer-item li a:hover {
    color: #c2a56b;
    transition: all ease 0.5s;
    padding-left: 10px;
  }

  ul.address1 {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  ul.address1 li {
    display: flex;
    align-items: center;
    padding: 10px 0;
  }

  ul.address1 li svg {
    margin-right: 8px;
  }


  .address1 li a {
      color: #fff;
      text-decoration: none
  }

  ul.address1 svg {
      width: 26px;
  }

  .social-icons {
    position: relative;
    padding: 10px;
    margin-bottom: 1rem;
  }

  

@media (max-width: 576px) {
.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
}

.slick-prev:before, .slick-next:before {
    font-size: 16px;
}
.slick-prev {
    left: 10px;
  }

.slick-next {
    right: 10px;
}
}


/* Responsive stacking for small screens */
@media (max-width: 768px) {
  .navbar-brand img {
    height: 55px;
    width: 100%;
  }
  .navbar {
    padding: 0;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .swiper-pagination-main {
    display: none;
  }

  .image-stack-wrapper {
    flex-direction: column;
    height: auto;
  }

  .img-box {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .img-back {
    top: 0;
    right: 0;
  }
  .ct-icon-area {
    display: block;
  }
}