:root {
  --wp-admin-theme-color:#0072cba;
  --wp-abmin-theme-color-darker-10:#006ba1;
  --wp-abmin-theme-color-darker-20:#005a87;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


* {
  outline: none !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

head {
  display: none;
}

html[Attributes ] {
  -webkit-locale: "en";
}

:root {
  view-transition-name: root;
}

html {
  display: block;
}

meta {
  display: none;
}

title {
  display: none;
}

link {
  display: none;
}

body {
  padding: 50px 12px 12px;
  background-color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 100%;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
}

element.style {
  display: block;
  color: rgb(255, 255, 255);
}

/* HEADER STYLING */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  font-family: 'Inter', sans-serif;
}

.navbar .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* LOGO IMAGE */
.logo img {
  display: block;
  width: 142px; /* same as clone */
  height: auto;
  margin-top: 0; /* aligns vertically with nav links */
  transition: all 0.3s ease;
}

/* NAVIGATION */
.nav-menu {
  display: flex;
  gap: 20px;
  align-items: center;
}

.nav-menu li {
  list-style: none;
}

.nav-menu li a {
  text-decoration: none;
  color: #1b2f3c;
  font-size: 12px; /* same as clone */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 30px; /* aligns vertically with logo */
  transition: color 0.3s ease;
}

.nav-menu li a:hover,
.nav-menu li a.active {
  color: #aaa892;
}

/* BOOK NOW BUTTON */
.nav-btn {
  background-color: #aaa892;
  color: #fff !important;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 0;
  transition: background 0.3s ease;
}

.nav-btn:hover {
  background-color: #918772;
}

/* HAMBURGER MENU FOR MOBILE */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger .bar {
  height: 3px;
  width: 25px;
  background-color: #1b2f3c;
  border-radius: 2px;
  transition: 0.3s;
}

/* MOBILE MENU */
.mobile-menu {
  display: none;
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  height: calc(100% - 65px);
  background: #1b2f3c;
  color: #fff;
  padding: 20px;
  flex-direction: column;
  gap: 20px;
  z-index: 9998;
  overflow-y: auto;
}

.mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-menu ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.mobile-menu ul li a:hover {
  color: #aaa892;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .nav-menu {
    display: none;
  }
  .hamburger {
    display: flex;
  }
}

/* TOGGLE MOBILE MENU */
.mobile-menu.active {
  display: flex;
}



#cc-container {
  width: 100%;
  padding: 20px;
  background: #1b2f3c;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  color: #fff;
  vertical-align: baseline;
}

div {
  display: block;
  unicode-bidi: isolate;
}

#cc-container * {
  vertical-align: baseline;
  color: #fff;
  font-size: 14px;
}

#cc-container .cc-wrap #cc-notice {
  font-size: 13px;
  line-height: 1.3;
}

.wrap {
  width: 100%;
  margin: 0 auto;
}

#cc-container .cc-wrap #cc-notice #cc-notice-text {
  padding-right: 200px;
  vertical-align: baseline;
}

.clearfix, .cf {
  zoom: 1;
}

 /* Pseudo ::before element */
.clearfix:before, .clearfix:after,
.ct:before, .cf:after {
  content: "";
  display: table;
}

/* Pseudo ::after element */
.clearfix:after, .cf:after {
  clear: both;
}

.clearfix:before, .clearfix:after,
.ct:before, .cf:after {
  content: "";
  display: table;
}

#cc-container * {
  vertical-align: baseline;
  color: #fff;
  font-size: 14px;
}

.wrap {
  width: 100%;
  margin: 0 auto;
}


/* typography */
p {
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga-1", "dlig-1";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

#cc-container .cc-wrap a {
  color: #fff;
  font-weight: normal;
  text-decoration: underline;
  vertical-align: baseline;
}

.header {
  height: 50px;
  padding: 0 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index:9999;
  background: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

header {
  display: block;
  unicode-bidi: isolate;
}

a.logo {
  width: 142px;
  margin-top: 14px;
  float: left;
  opacity: 1;
}

a {
  color: #222;
}

a, input, select, textarea, button {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

a {
  background: transparent;
}

a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

a.logo img {
  display: block;
}

.lazyload, .lazyloading {
  opacity: 0;
}

.desktop, .desktop-inline {
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  border: 0;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;

}

.header .header-contact {
  display: none;
}

.header-contact {
  margin-top: 11px;
}

.header-contact p {
  margin: 0;
  font-size: 13px;
  letter-spacing: 3.5px;
  text-align: center;
  text-transform: uppercase;
}

p, ul {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

.btn, .gform_button {
  height: 42px;
  font-size: 9px;
  line-height: 42px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  top: 0;
  border: 0;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-gold {
  background-color: #aaa892;
  color: #fff;
}

.btn-blue {
  background-color: #1b2f3c; 
  color: #fff;
}

.btn-wrap {
  margin-top: 25px;
}

.btn-gold, .gform_button {
  background-color: #aaa892;
}

.btn-white-clear, .btn-gold, .btn-blue, .section.gform_button, .gform_button {
  padding: 0 20px;
  display: inline-block;
  position:relative ;
  top: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0);
  color: #fff !important;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-header-wrap {
  float: right;
}

nav {
  display: block;
  unicode-bidi: isolate;
}

.nav-header-wrap ul.nav {
  margin: 0 auto;
  padding-top: 11px;
}

p:last-child, ul:last-child {
  margin: 0;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

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

dl, menu, ol, ul {
  margin: 1em 0;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

li {
  display: list-item;
  unicode-bidi: isolate;
}

.nav-header-wrap ul.nav li {
  display: none;
}

.nav-header-wrap ul.nav li a {
  height: 30px;
  padding: 0 8px;
  display: inline-block;
  color: #1b2f3c;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 30px;
}

.nav-header-wrap ul.nav li.current-menu-item a {
  color: #aaa892;
}

.nav-header-wrap ul.nav li ul.sub-menu {
  display: none;
}

:is(dir, menu, ol, ul) ul {
  list-style-type: circle;
}

:is(dir, dl, menu, ol, ul) ul {
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.nav-company-wrap {
  padding: 20px;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  background: #1b2f3c;
  border: 12px solid #fff;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav-company-wrap a.nav-company-close {
  width: 24px;
  height: 24px;
  margin-bottom: 20px;
  display: block;
  float: right;
  background: url(../images/nav-close.png) 0 0 no-repeat;
  background-size: 24px;
  text-indent: -9999px;
  cursor: pointer;
}

.nav-company-wrap a.logo {
  margin-top: 0;
}


.nav-company-wrap .header-contact {
  margin-bottom: 25px;
}

.cb {
  clear: both;
}

.nav-company-wrap .header-contact a.btn.btn-gold {
  border: 1px solid #bab7aa;
}

.nav-company-wrap .header-contact p {
  font-size: 11px;
}

.header-contact p span {
  font-weight: 700;
}

.nav-company-wrap ul.nav li {
  border-bottom: 1px solid #445a68;
  position: relative;
}

.nav-company-wrap ul.nav li a {
  height: 42px;
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 42px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-company-wrap ul.nav li ul.sub-menu {
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: max-height;
  max-height: 0;
  overflow: hidden;

}

.nav-company-wrap ul.nav li ul.sub-menu li {
  height: auto;
  padding: 5px 0 5px 10px;
  border-width: 0;
  padding-left: 10px;
  height: 32px;
}

.nav-company-wrap ul.nav li ul.sub-menu li a {
  height: auto;
  line-height: 16px;
  color: #aaa892;
  line-height: 32px;
  height: 32px;
}

.nav-company-wrap ul.nav li ul.sub-menu li:last-child {
  margin-bottom: 5px;
}

.nav-company-wrap ul.nav li.menu-item-has-children::after {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 16px;
  background-image: url(../image/menu-toggle-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 18px;
  right: 0;
  transition: all 3.5;
}

main {
  display: block;
  unicode-bidi: isolate;
}

.section.hero {
  height: 420px;
  position: relative;
  overflow: hidden;
  background-position: center center;
  text-align: center;
}

.section.hero h1 {
  margin: 0;
  opacity: 1;
  top: 50px;
}

.section {
  margin: 0 0 10px;
}

.section.hero .hero-content {
  padding: 50px 20px 0;
  position: relative;
  z-index: 20;
}

.section.hero.waypoint-reached .hero-content .sub-title, .section.hero.waypoint-reached .hero-content h1, .section.hero.waypoint-reached .hero-content .btn-wrap {
  top: 0;
  opacity: 1;

}

.section.hero .sub-title {
  color: #b0bbc2;
  top: 30px;
}

.section.hero .sub-title,
.section.hero h1, .section.hero .btn-wrap {
  position: relative;
  opacity: 0;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.sub-title {
  margin: 0 0 10px;
  color: #d64747 !important ;
  font-family: titling-gothic-fb-extended, sans-serif;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
}



.section.introduction h2 {
    color: #1b2f3c; /* exact clone dark blue */
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    background: url(../images/h2-bar-mobile.png) 0 bottom no-repeat;
    background-size: 100px;
    position: relative;
    opacity: 0;
    transition: all 2s;
}



h1, .h1 {
  font-size: 24px;
  letter-spacing: 5px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin-top: 0;
  color: #1b2f3c;
  font-weight: 600;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

.section.hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(34, 34, 34, 0.85) 0%, rgba(34, 34, 34, 0.3) 65%,rgba(34, 34, 34, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0.85) 0%, rgba(34, 34, 34, 0.3) 65%, rgba(34, 34, 34, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0.85) 0%, rgba(34, 34, 34, 0.3) 65%, rgba(34, 34, 34, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b3222222", endColorstr="#4d222222",GradientType=0 );

}

.section.introduction {
    padding: 40px 20px 50px;
    background: #d1cdbe;
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

.section.introduction.waypoint-reached .sub-title, .section.introduction.waypoint-reached h2 {
    top: 0;
    opacity: 1;
}
.section.introduction .sub-title {
    top: 30px;
}

.section.introduction .sub-title, .section.introduction h2 {
    position: relative;
    opacity: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.section.introduction h2 {
    margin-bottom: 30px;
    padding-bottom: 25px;
    background: url(../images/h2-bar-mobile.png) 0 bottom no-repeat;
    background-size: 100px;
}

h2, .h2 {
    font-size: 16px;
    letter-spacing: 3px;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

@media (max-width: 767px) {
    .row {
        margin: 0 -8px !important;
   }
}



.section.introduction .introduction-content {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .m-all {
        float: left;
        padding-right: 8px;
        padding-left: 8px;
        width: 100%;
    }
}

h3, .h3 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.section.introduction .introduction-content:last-child {
    margin-bottom: 0;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.fl {
    float: left;
}
@media (max-width: 767px) {
    .m-all {
        float: left;
        padding-right: 8px;
        padding-left: 8px;
        width: 100%;
    }
}

.section.service .service-image, .section.cta .service-image,
 .section.testimonials .service-image, .section.instagram .service-image {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
element.style {
    background-image: url(https://www.coraliaconcierge.com/wp-content/uploads/2023/09/IMG_1015-scaled.jpeg);
}

.section.service .service-image .service-image-wrap, .section.cta
 .service-image .service-image-wrap, .section.testimonials .service-image .service-image-wrap, .section.instagram .service-image .service-image-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 4s;
    transform: scale(1.2);
}

.section.car .content {
    text-align: left;
}
.section.service .content, .section.cta .content, .section.testimonials 
.content, .section.instagram .content {
    height: 300px;
    position: relative;
    background: #d1cdbe;
    text-align: center;
}

.section.service .content .content-align, .section.cta .content .content-align, .section.testimonials .content .content-align, .section.instagram .content .content-align {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section.service .content .content-align .sub-title, .section.cta .content .content-align .sub-title, .section.testimonials .content .content-align .sub-title, .section.instagram .content .content-align .sub-title {
    top: 30px;
}

.section.service .content .content-align .sub-title, .section.service 
.content .content-align h2, .section.service .content .content-align 
.btn-wrap, .section.cta .content .content-align .sub-title, .section.cta 
.content .content-align h2, .section.cta .content .content-align .btn-wrap, .section.testimonials .content .content-align .sub-title, .section.testimonials .content .content-align h2, .section.testimonials .content .content-align .btn-wrap, .section.instagram .content .content-align 
.sub-title, .section.instagram .content .content-align h2, 
.section.instagram .content .content-align .btn-wrap {
  position: relative;
    opacity: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.section.car .content .content-align ul.stats {
    position: relative;
    top: 60px;
    opacity: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    font-size: 12px;
}

.section ul.stats {
    margin-bottom: 25px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 2.6;
}

.section ul.stats span {
    font-weight: 600;
}

li {
    display: list-item;
    unicode-bidi: isolate;
}

.section.service .content .content-align .btn-wrap, .section.cta 
.content .content-align .btn-wrap, .section.testimonials .content 
.content-align .btn-wrap, .section.instagram .content .content-align 
.btn-wrap {
    top: 70px;
}

.section.introduction.introduction-joined {
    margin-top: -20px;
    padding-top: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.footer {
    padding: 20px 20px 30px;
    background: #152936;
    color: #fff;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
}

.footer-logo {
    padding: 20px 0;
    background: #1b2f3c;
}

.footer-logo a.logo {
    float: none;
}

.footer-logo a.logo img {
    width: 112px;
    margin: 0 auto;
}

.modal {
    padding: 60px 20px 20px;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    overflow: scroll;
    background: #1b2f3c;
    border: 12px solid #fff;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.modal a.modal-close {
    width: 24px;
    height: 24px;
    margin-bottom: 20px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../images/nav-close.png) 0 0 no-repeat;
    background-size: 24px;
    text-indent: -9999px;
    cursor: pointer;
}

.modal .sub-title {
    color: #b0bbc2;
}

.modal h2 {
    margin-bottom: 30px;
    padding-bottom: 25px;
    background: url(../images/h2-bar-mobile.png) 0 bottom no-repeat;
    background-size: 100px;
    color: #fff;
}

iframe {
    border: none;
}

iframe {
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

script {
    display: none;
}

/* =============== CARS GRID SECTION - WITH PROPER SPACING =============== */
.section.cars-section {
    margin: 0 0 10px;
    padding: 40px 0;
    background: #fff;
}

.cars-section .wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Section title styling */
.cars-section .section-title {
    margin-bottom: 40px;
    text-align: center;
}

.cars-section .section-title .sub-title {
    margin: 0 0 10px;
    color: #1b2f3c;
    font-family: titling-gothic-fb-extended, sans-serif;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cars-section .section-title h2 {
    margin-top: 0;
    color: #1b2f3c;
    font-weight: 600;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    font-size: 24px;
    letter-spacing: 5px;
    background: none !important;
    padding-bottom: 0 !important;
}

/* ===== MOBILE FIRST (default) ===== */
.cars-grid {
    display: block;
    width: 100%;
}

.car-item {
    width: 100%;
    margin-bottom: 20px;
}

.car-item:last-child {
    margin-bottom: 0;
}

/* Image styling */
.car-image {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Content styling */
.car-content {
    height: 300px;
    position: relative;
    background: #d1cdbe;
    text-align: left;
    padding: 0 20px;
}

.car-content .content-align {
    max-width: 500px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: calc(100% - 40px);
}

.car-content .sub-title {
    margin: 0 0 10px;
    color: #1b2f3c;
    font-family: titling-gothic-fb-extended, sans-serif;
    font-size: 9px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.car-content h3 {
    margin: 0 0 20px;
    color: #1b2f3c;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.3;
}

/* Stats list */
.car-content ul.stats {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 2.6;
}

.car-content ul.stats li {
    margin-bottom: 0;
}

.car-content ul.stats span {
    font-weight: 600;
    display: inline-block;
    min-width: 80px;
    color: #1b2f3c;
}

/* ===== TABLET (768px and up) ===== */
@media (min-width: 768px) {
    .cars-grid {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -8px;
    }
    
    .car-item {
        display: flex;
        flex-direction: column;
        width: 50%;
        padding: 0 8px;
        margin-bottom: 16px;
    }
    
    /* On tablet, every item is stacked (image on top, content below) */
    .car-item .car-image {
        order: 1;
        height: 250px;
    }
    
    .car-item .car-content {
        order: 2;
        height: 250px;
    }
    
    .car-content .content-align {
        padding: 0 15px;
        width: calc(100% - 30px);
    }
    
    .car-content h3 {
        font-size: 14px;
        letter-spacing: 2px;
    }
}

/* ===== DESKTOP (992px and up) - ALTERNATING LAYOUT WITH SPACING ===== */
@media (min-width: 992px) {
    .cars-section {
        padding: 60px 0;
    }
    
    /* THIS IS THE CRITICAL FIX - Add spacing between car items */
    .cars-grid {
        display: block;
        margin: 0;
    }
    
    .car-item {
        width: 100%;
        padding: 0;
        margin-bottom: 20px; /* Add vertical space between cars */
        flex-direction: row;
        height: 300px;
    }
    
    /* Add margin to separate cars visually */
    .car-item:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .car-item .car-image,
    .car-item .car-content {
        width: 50%;
        height: 300px;
    }
    
    /* Alternating layout */
    .car-item:nth-child(odd) {
        flex-direction: row;
    }
    
    .car-item:nth-child(odd) .car-image {
        order: 2;
    }
    
    .car-item:nth-child(odd) .car-content {
        order: 1;
    }
    
    .car-item:nth-child(even) {
        flex-direction: row-reverse;
    }
    
    .car-item:nth-child(even) .car-image {
        order: 1;
    }
    
    .car-item:nth-child(even) .car-content {
        order: 2;
    }
    
    .car-content .content-align {
        padding: 0 40px;
        width: calc(100% - 80px);
    }
    
    .car-content h3 {
        font-size: 16px;
        letter-spacing: 3px;
    }
}

/* ===== LARGE DESKTOP (1200px and up) ===== */
@media (min-width: 1200px) {
    .cars-section .wrap {
        padding: 0;
    }
    
    .car-content .content-align {
        padding: 0 60px;
        width: calc(100% - 120px);
    }
    
    /* Increase spacing slightly on very large screens */
    .car-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

/* ===== REMOVE FADE ANIMATIONS - FIX FOR TEXT VISIBILITY ===== */

/* Fix hero text */
.section.hero .hero-content .sub-title,
.section.hero .hero-content h1 {
    opacity: 1 !important; /* Force visible */
    top: 0 !important; /* Remove animation offset */
    position: relative !important; /* Override absolute positioning if any */
    color: #ffffff !important; /* Ensure white text */
}

/* Fix introduction text */
.section.introduction .sub-title{
   opacity: 1 !important; /* Force visible */
    top: 0 !important; /* Remove animation offset */
    color: #d64747 !important;
}
.section.introduction h2 {
    opacity: 1 !important; /* Force visible */
    top: 0 !important; /* Remove animation offset */
    color: #1b2f3c !important; /* Ensure dark blue text */
}

/* Fix hero sub-title color */
.section.hero .hero-content .sub-title {
    color: #aaa892 !important; /* Gold color for hero sub-title */
}

/* Override the transition properties */
.section.hero .sub-title,
.section.hero h1,
.section.introduction .sub-title, 
.section.introduction h2 {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/* ===== IMPROVED MOBILE NAVIGATION ===== */
@media (max-width: 991px) {
    /* Mobile menu styling */
    .nav-menu {
        display: none;
        position: fixed;
        top: 65px;
        left: 0;
        width: 100%;
        background: #1b2f3c;
        padding: 20px;
        flex-direction: column;
        gap: 0;
        z-index: 9998;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }
    
    .nav-menu.active {
        display: flex;
    }
    
    /* Navigation items */
    .nav-menu li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    .nav-menu li:last-child {
        border-bottom: none;
        margin-top: 15px;
    }
    
    /* Navigation links */
    .nav-menu li a {
        display: block;
        padding: 15px 0 !important;
        color: #ffffff !important;
        font-size: 14px !important;
        text-align: left;
        width: 100%;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .nav-menu li a:hover {
        color: #aaa892 !important;
        padding-left: 10px !important;
    }
    
    /* Active state */
    .nav-menu li a.active {
        color: #aaa892 !important;
        font-weight: 700;
    }
    
    /* WhatsApp button in mobile menu */
    .nav-menu li a.nav-btn {
        background: #aaa892;
        color: #ffffff !important;
        text-align: center;
        border-radius: 4px;
        padding: 12px 20px !important;
        margin-top: 10px;
        font-weight: 700;
    }
    
    .nav-menu li a.nav-btn:hover {
        background: #918772;
        padding-left: 20px !important; /* Reset hover effect */
    }
    
    /* Hamburger icon animation */
    .hamburger {
        display: flex;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        padding: 5px;
    }
    
    .hamburger .bar {
        width: 25px;
        height: 3px;
        background: #1b2f3c;
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    
    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

/* Desktop navigation - ensure it's visible */
@media (min-width: 992px) {
    .nav-menu {
        display: flex !important;
        flex-direction: row;
    }
    
    .hamburger {
        display: none;
    }
}

.footer-socials {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-socials a:hover {
  background: #aaa892;
  border-color: #aaa892;
  color: #152936;
}

.footer-socials a {
  text-decoration: none !important;
}

.footer-socials {
  margin-bottom: 30px;
}
