/* utility class */

html {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-family: "poppins", Sans-serif;
}
.custom-container {
  width: 100%;
  max-width: 1450px;
  margin: 0px auto;
  padding: 0px 20px;
}
p {
  margin: 0px !important;
}

.gradient-text-grey {
  background: linear-gradient(135deg, #2c2c2c 0%, #c1baba 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.gradient-text-gold {
  background: #c8a96e;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* HEADER  */
.m-book-btn {
  display: none;
}
.custom-header {
  transition:
    background 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.4s ease;
}

.custom-header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff !important;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.main-menu li#menu-item-41 {
  display: none;
}
.main-menu nav.hfe-nav-menu__layout-horizontal {
  width: 100% !important;
  left: 0 !important;
}

.main-menu {
  position: static !important;
}
/* FOOTER   */

/* Footer links hover & active */
.custom-footer .elementor-icon-list-item a {
  transition: color 0.3s ease;
}

.custom-footer .elementor-icon-list-item a:hover span {
  color: #c8a96e !important;
}

.custom-footer .elementor-icon-list-item.active-link span {
  color: #c8a96e !important;
}

/* BUTTON_HOVER  */
.hover-bttn a.elementor-button,
.dp-custom-btn,
.dp-custom-btn1 {
  position: relative;
  overflow: hidden;
  display: flex;
}

.hover-bttn a.elementor-button::before,
.dp-custom-btn::before,
.dp-custom-btn1::before {
  content: "";
  border-radius: 1000px;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
  background: #000;
}
.dp-custom-btn::before,
.dp-custom-btn1::before {
  z-index: -1 !important;
}
.hover-bttn a.elementor-button:hover,
.dp-custom-btn:hover,
.dp-custom-btn1:hover {
  color: #fff !important;
}

.hover-bttn .elementor-button-text,
.dp-custom-btn,
.dp-custom-btn1 {
  position: relative;
  z-index: 1;
}

.hover-bttn a.elementor-button::before,
.dp-custom-btn::before,
.dp-custom-btn1::before {
  left: var(--rel-x);
  top: var(--rel-y);
}

.hover-bttn a.elementor-button.explode::before,
.dp-custom-btn.explode::before,
.dp-custom-btn1.explode::before {
  animation: explode 0.5s ease-out forwards;
}

.hover-bttn a.elementor-button.desplode::before,
.dp-custom-btn.desplode::before,
.dp-custom-btn1.desplode::before {
  animation: desplode 0.5s ease-out forwards;
}
.dp-custom-btn.explode {
  color: #000 !important;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }
  100% {
    width: 600px;
    height: 600px;
    margin-left: -300px;
    margin-top: -300px;
  }
}

@keyframes desplode {
  0% {
    width: 600px;
    height: 600px;
    margin-left: -300px;
    margin-top: -300px;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
  }
}

/* HOME BANNER SLIDER   */
.banner-slider {
  position: relative;
  margin-bottom: 0;
}

.banner-slider .slick-slide {
  width: 100%;
  height: auto !important;
  display: flex !important;
  min-height: 600px !important;
}

.banner-slider .slick-dots {
  display: none !important;
}

.banner-progress-wrap {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  width: 100%;
  background: transparent;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}

.banner-seg {
  width: 60px;
  height: 3px;
  background: #000;
  border-radius: 3px;
  overflow: hidden;
}

.banner-seg-bar {
  height: 100%;
  width: 0%;
  background: #fff;
  border-radius: 3px;
}
/*CAR BOX */

.cars-main-wrapper .car-item .elementor-widget-heading,
.cars-main-wrapper .car-item .elementor-widget-text-editor {
    position: relative;
    z-index: 3;
    color: #fff;
    transform: translateY(40px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.cars-main-wrapper .car-item .elementor-widget-heading:last-of-type {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.cars-main-wrapper .car-item:hover .elementor-widget-heading,
.cars-main-wrapper .car-item:hover .elementor-widget-text-editor {
    transform: translateY(0);
}

.cars-main-wrapper .car-item:hover .elementor-widget-heading:last-of-type {
    opacity: 1;
    transform: translateY(0);
}

/*CTA SECTION */

.cta-section {
  z-index: 10;
  transition: all 0.3s ease;
}

.cta-section.e-con-boxed {
  overflow: hidden;
}

.cta-section .elementor-background-video-container {
  transition: transform 0.5s ease;
}
/* SERVICES_CARDS  */
.services-cards-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

/* Default sizes - 50 / 25 / 25 */
.services-cards-wrapper .services-card-wrap:nth-child(1) {
  flex: 0 0 50%;
  transition: flex 0.4s ease;
}

.services-cards-wrapper .services-card-wrap:nth-child(2) {
  flex: 0 0 25%;
  transition: flex 0.4s ease;
}

.services-cards-wrapper .services-card-wrap:nth-child(3) {
  flex: 0 0 25%;
  transition: flex 0.4s ease;
}

/* Hover First Card */
.services-cards-wrapper .services-card-wrap:nth-child(1):hover {
  flex: 0 0 50%;
}

/* Hover Second Card */
.services-cards-wrapper .services-card-wrap:nth-child(2):hover {
  flex: 0 0 50%;
}

.services-cards-wrapper:has(.services-card-wrap:nth-child(2):hover)
  .services-card-wrap:nth-child(1),
.services-cards-wrapper:has(.services-card-wrap:nth-child(2):hover)
  .services-card-wrap:nth-child(3) {
  flex: 0 0 25%;
}

/* Hover Third Card */
.services-cards-wrapper .services-card-wrap:nth-child(3):hover {
  flex: 0 0 50%;
}

.services-cards-wrapper:has(.services-card-wrap:nth-child(3):hover)
  .services-card-wrap:nth-child(1),
.services-cards-wrapper:has(.services-card-wrap:nth-child(3):hover)
  .services-card-wrap:nth-child(2) {
  flex: 0 0 25%;
}
/* TESTMONIALS  */

/* Slick slides fix */
.testimonial-wrapper .slick-track {
  display: flex !important;
  gap: 20px;
  padding-top: 10px;
}

/* Testimonial card hover */
.testimonial-wrap {
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  cursor: default;
  display: flex !important;
  background-color: #000;
}
.testimonial-wrap:hover {
  transform: translateY(-6px);
  border-color: #c8a96e !important;
  box-shadow: 0 12px 40px rgba(200, 169, 110, 0.12);
}
.left-arrow,
.right-arrow {
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0.5px solid #333 !important;
  background: #111 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  user-select: none;
}
.left-arrow:hover,
.right-arrow:hover {
  border-color: #c8a96e !important;
  background: #1a1600 !important;
}
.left-arrow h2,
.right-arrow h2 {
  color: #c8a96e !important;
  font-size: 18px !important;
  margin: 0 !important;
  line-height: 1 !important;
}
.testimonial-wrapper .slick-list {
  overflow: visible !important;
}

/* Slick dots - dashed style */
.testimonial-wrapper .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 24px 0 0;
  list-style: none;
  bottom: -40px;
}

.testimonial-wrapper .slick-dots li {
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: #000;
  transition: all 0.4s ease;
  margin: 0;
}

.testimonial-wrapper .slick-dots li button {
  display: none;
}

.testimonial-wrapper .slick-dots li.slick-active {
  width: 40px;
  background: #c8a96e;
}
@media (max-width: 1024px) {
  .services-cards-wrapper {
    flex-direction: column;
  }

  .services-cards-wrapper .services-card-wrap:nth-child(1),
  .services-cards-wrapper .services-card-wrap:nth-child(2),
  .services-cards-wrapper .services-card-wrap:nth-child(3) {
    flex: 0 0 100% !important;
    width: 100%;
  }

  .services-cards-wrapper .services-card-wrap:hover {
    flex: unset !important;
  }
  .services-cards-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .m-book-btn {
    display: block;
  }
  .sticky-col {
    position: relative !important;
    top:0px !important;
}
}
/*POST PAGE  */

.popup-gallery a {
  width: 100%;
}
.elementor-lightbox-prevent-close .elementor-slideshow__title {
  display: none !important;
}
.gallery-big-img a {
  height: 640px;
}
.gallery-small-img a {
  height: 310px;
}
.dp-spec-item {
  transition:
    border-color 0.3s ease,
    transform 0.3s ease;
}
.dp-spec-item:hover {
  border-color: #c8a96e44;
  transform: translateY(-2px);
}
div#dp360Prev,
div#dp360Next {
  font-size: 0px;
}
.gallery-carousel .swiper-slide-image {
  height: 620px;
  object-fit: cover;
  width: 100%;
}
.gallery-carousel .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}

.gallery-carousel
  .elementor-element.elementor-pagination-position-outside
  .swiper {
  padding-bottom: 0px !important;
}

.gallery-carousel .swiper-pagination-bullet-active {
  width: 34px;
  background: #c8a96e;
}
/*GALLERY */
.sm-gallery-img.sm-active img {
    outline: 2px solid #c8a96e;
    outline-offset: 2px;
    border-radius: 6px;
}

.sm-gallery-img img {
    cursor: pointer;
    transition: opacity 0.2s;
}

.sm-gallery-img:hover img {
    opacity: 0.8;
}
.lg-gallery-img img {
    transition: opacity 0.3s ease;
}

.lg-gallery-img img.changing {
    opacity: 0;
}
.sticky-col {
    position: sticky;
    top: 100px;
}
/*CONTACT_FORM */

.contact-form-wrapper{
    width:100%;
}

.contact-form-wrapper .form-group{
    margin-bottom:16px;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea{
    width:100% !important;
    background:#f7f7f7;
    border:1px solid #d8d8d8 !important;
    padding:14px 18px !important;
    color:#111;
    font-size:14px;
    font-weight:400;
    border-radius:12px !important;
    outline:none;
    transition:all .3s ease !important;
    box-shadow:none;
}

.contact-form-wrapper textarea{
    height:160px;
    resize:none;
}

.contact-form-wrapper input::placeholder,
.contact-form-wrapper textarea::placeholder{
    color:#8a8a8a;
    opacity:1;
}

.contact-form-wrapper input:hover,
.contact-form-wrapper textarea:hover{
    border-color:#999;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus{
    border-color:#000;
    background:#fff;
    box-shadow:0 0 0 4px rgba(0,0,0,0.05);
}

.contact-form-wrapper .submit-btn{
    margin-top:10px;
}

.contact-form-wrapper input[type="submit"]{
    width:auto;
    min-width:180px;
    height:50px;
    padding:0 28px;
    border:1px solid #000;
    background:#000;
    color:#fff;
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    border-radius:50px;
    cursor:pointer;
    transition:all .3s ease;
}

.contact-form-wrapper input[type="submit"]:hover{
    background:transparent;
    color:#000;
}

.wpcf7 form .wpcf7-response-output{
    margin-top:20px;
    border-radius:10px;
    padding:12px 16px;
    font-size:13px;
}

.contact-form-wrapper p{
    margin:0;
}

/* =============================
   TEST DRIVE FORM CSS
============================= */

.tdf-wrapper{
    width:100%;
}

/* Section Heading */
.tdf-heading{
    font-size:28px;
    font-weight:700;
    color:#111;
    margin:40px 0 18px;
    line-height:1.2;
    letter-spacing:-0.5px;
}

.tdf-heading:first-child{
    margin-top:0;
}

/* 2 Column Layout */
.tdf-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:18px;
    margin-bottom:18px;
}

/* Single Full Width Field */
.tdf-grid.single-field{
    grid-template-columns:1fr;
}

/* Inputs */
.tdf-field input,
.tdf-field select,
.tdf-field textarea{
    width: 100% !important;
    height: 58px;
    border: 1px solid #d8d8d8 !important;
    border-radius: 12px !important;
    padding: 0 18px !important;
    background: #f8f8f8;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    outline: none;
    transition: all .3s ease !important;
    box-sizing: border-box;
}

/* Textarea */
.tdf-field textarea{
    height:170px;
    padding-top:18px !important;
    resize:none;
}

/* Select */
.tdf-field select{
    appearance:none;
    cursor:pointer;
}

/* Placeholder */
.tdf-field input::placeholder,
.tdf-field textarea::placeholder{
    color:#8a8a8a;
}

/* Focus */
.tdf-field input:focus,
.tdf-field select:focus,
.tdf-field textarea:focus{
    border-color:#000;
    background:#fff;
    box-shadow:0 0 0 4px rgba(0,0,0,0.05);
}

/* Submit Button */
.tdf-submit-wrap{
    margin-top:30px;
}

.tdf-submit-wrap input[type="submit"]{
    min-width:240px;
    height:58px;
    border:none;
    border-radius:60px;
    background:#000;
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    cursor:pointer;
    transition:all .3s ease;
    padding:0 30px;
}

/* Hover */
.tdf-submit-wrap input[type="submit"]:hover{
    background:#222;
    transform:translateY(-2px);
}

/* CF7 Messages */
.wpcf7-response-output{
    margin-top:20px !important;
    border-radius:12px;
    padding:14px 18px !important;
    font-size:14px;
}

/* Remove Default CF7 Margin */
.tdf-wrapper p{
    margin:0;
}
.wpcf7-not-valid-tip{
    display:none;
}

.wpcf7 form.invalid .wpcf7-not-valid-tip{
    display:block;
}

/* Responsive */
@media(max-width:767px){

    .tdf-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .tdf-heading{
        font-size:22px;
    }

    .tdf-submit-wrap input[type="submit"]{
        width:100%;
    }

}
/* ====================================
   SERVICE APPOINTMENT FORM CSS
==================================== */

.service-form-wrapper{
    width:100%;
    padding:35px;
    background:#fff;
    border-radius:24px;
    box-shadow:0 10px 40px rgba(0,0,0,0.06);
}

/* Headings */
.service-form-heading{
    font-size:30px;
    font-weight:800;
    color:#111;
    margin:40px 0 20px;
    line-height:1.2;
    letter-spacing:-0.5px;
}

.service-form-heading:first-child{
    margin-top:0;
}

/* Grid */
.service-form-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:18px;
    margin-bottom:18px;
}

.single-grid{
    grid-template-columns:1fr;
}

/* Fields */
.service-field input,
.service-field select,
.service-field textarea{
    width:100% !important;
    height:60px;
    border:1px solid #dcdcdc !important;
    border-radius:12px !important;
    background:#f7f7f7;
    padding:0 20px !important;
    font-size:14px;
    font-weight:500;
    color:#111;
    outline:none;
    transition:all .3s ease !important;
    box-sizing:border-box;
}

/* Textarea */
.service-field textarea{
    height:170px;
    padding-top:18px !important;
    resize:none;
}

/* Placeholder */
.service-field input::placeholder,
.service-field textarea::placeholder{
    color:#8d8d8d;
}

/* Select */
.service-field select{
    appearance:none;
    cursor:pointer;
}

/* Hover */
.service-field input:hover,
.service-field select:hover,
.service-field textarea:hover{
    border-color:#999;
}

/* Focus */
.service-field input:focus,
.service-field select:focus,
.service-field textarea:focus{
    border-color:#000;
    background:#fff;
    box-shadow:0 0 0 5px rgba(0,0,0,0.05);
}

/* Submit */
.service-submit-wrap{
    margin-top:35px;
}

.service-submit-wrap input[type="submit"]{
    min-width:250px;
    height:60px;
    border:none;
    border-radius:60px;
    background:#000;
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    cursor:pointer;
    transition:all .3s ease;
    padding:0 34px;
}

/* Hover */
.service-submit-wrap input[type="submit"]:hover{
    transform:translateY(-3px);
    background:#1c1c1c;
}

/* Validation */
.wpcf7-not-valid{
    border-color:#ff4d4d !important;
}

.wpcf7-not-valid-tip{
    font-size:12px;
    margin-top:8px;
    color:#ff4d4d;
    font-weight:500;
}

/* Response */
.wpcf7-response-output{
    margin-top:20px !important;
    border-radius:12px;
    padding:14px 18px !important;
    font-size:14px;
}

/* Remove default p */
.service-form-wrapper p{
    margin:0;
}

/* Responsive */
@media(max-width:767px){

    .service-form-wrapper{
        padding:25px;
    }

    .service-form-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .service-form-heading{
        font-size:24px;
    }

    .service-submit-wrap input[type="submit"]{
        width:100%;
    }

}
/* Resume Upload Wrapper */
.resume-upload-wrapper{
    position:relative;
    display:inline-block;
}

/* Hide Default File Input */
.resume-file-input{
    position:absolute;
    inset:0;
    opacity:0;
    cursor:pointer;
    width:100%;
    height:100%;
}

/* Custom Button */
.resume-upload-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:240px;
    height:58px;
    background:#000;
    color:#fff;
    border-radius:60px;
    font-size:14px;
    font-weight:700;
    letter-spacing:.5px;
    cursor:pointer;
    transition:all .3s ease;
    overflow:hidden;
    position:relative;
}

/* Hover */
.resume-upload-btn:hover{
    background:#222;
    transform:translateY(-2px);
}

/* File Text */
.resume-upload-btn span{
    pointer-events:none;
}
