@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

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

ul {
    /* list-style-type: none; */
    margin: 0;
    padding: 0;
}

header ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}


:root {
    --primary-color: #FE292D;
    --secondary-color: #FEF387;
    --black-bg: #000000;
    --black-bg-light: #17181A;

}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1rem;
}

body {
    font-family: "Manrope", sans-serif;
}

.navbar-nav li.current-menu-item a,
.navbar-nav .nav-link.show {
    color: var(--primary-color);
}

.nav-link:hover {
    color: var(--primary-color);
}

.header-main {
    background: #17181A;
}

.navbar-nav {
    text-align: center;
}

a.nav-link {
    color: white;
}

.header-main.scrolled {
    background-color: black !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
    z-index: 1000;
}

.header-main.scrolled .nav-link {
    color: rgb(255, 255, 255);
}

.header-main.scrolled .button-defaults {
    border-color: white !important;
}


.header-main.scrolled .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary-color);
}

button.navbar-toggler span {
    width: 40px;
    height: 1px;
    color: #0088ff;
    background: bisque;
    opacity: 1;
    display: block;
}

.body-inener-div {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

ul.navbar-nav {
    flex: 1;
    width: 100%;
    justify-content: space-evenly;
}

/*  */
/* ========== Hero Section ========== */
.hero {
    position: relative;
    overflow: hidden;
}

/* ========== Slide Styles ========== */
.hero-slider {
    position: relative;
}

.slide-main {
    min-width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 70%);
    z-index: 1;
}

.hero .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.hero .container {
    position: relative;
    z-index: 2;
    /* Above overlay dark layer */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.overlay {
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 0 20px;
}

.overlay .tagline {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.overlay h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 25px;
}

.cta-button {
    display: inline-block;
    padding: 13px 25px;
    background-color: var(--primary-color);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.3s;
}


.cta-button:hover {
    background-color: var(--secondary-color);
    color: black;
}

/* ========== Custom Dots Navigation ========== */
.custom-nav {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 3;
}

.custom-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-nav li button {
    width: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #8b7a7a;
    cursor: pointer;
    position: relative;
}

li.slick-active button {
    color: white;
}

.custom-nav li.slick-active::before {
    content: "";
    position: absolute;
    color: white;
    top: 16px;
    left: -10px;
    font-weight: 900;
    width: 12px;
    height: 2px;
    background: white;
}

.slick-dots li button:before {
    content: "";

}

img.mouse-img {
    position: absolute;
    left: 50%;
    bottom: 50px;
    animation: mouseDance 1s infinite ease-in-out;
}

@keyframes mouseDance {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(10px);
        opacity: 0.7;
    }

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


/*  */

.counter-section {
    background: black;
    color: white;
    padding: 2rem 0;
}

.counter {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    text-align: center;
}

.counter>div {
    border-bottom: 1px solid #343434;
    width: 100%;
    border-right: 1px solid #343434;
}

.counter>div:last-child {
    border-right: none;
}

.counter-item {
    font-size: 60px;
    font-weight: 800;
    color: var(--primary-color);
}

.counter p {
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
}

.our-services {
    background: #000000;
    color: #fff;
    padding: 3rem 0;
}

.services-title {
    display: grid;
    grid-template-columns: 30% 50% 20%;
    align-items: center;
    gap: 10px;

}

.services-title h2 {
    font-size: 52px;
    font-weight: normal;
}

.services-title a {
    color: white;
}

.services-title a i {
    transition: all .3s ease-in-out;
    margin-left: 5px;
}

.services-title a:hover i {
    margin-left: 10px;
}


/*  */

.service-card {
    position: relative;
    overflow: hidden;
    height: 350px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    transition: all 0.3s ease;
    text-align: left;
}

.service-card h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.service-card a {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    text-decoration: none;
	color: #fff;
}

/* .service-card:hover {
    transform: scale(1.03);
    height: 400px;
} */

.service-card{
	height: 400px;
}

.service-card:hover {
    transform: scale(1);
    height: 400px;
}

.service-card:hover .overlay {
    background: linear-gradient(to top, rgba(255, 193, 7, 0.9), transparent);
    color: #ffffff;
}

.service-card .overlay{
    color: rgb(255, 255, 255);
    background: linear-gradient(to top, rgba(255, 193, 7, 0.9), transparent);
}


.service-card:hover a {
    display: block;
    color: #ffffff;
}



.about-us-section {
    padding: 3rem 0;
    color: white;
    background: #17181A;
}

.title-wrapper h2 {
    font-size: 64px;
    font-weight: 500;
}

.title-wrapper span {
    text-transform: uppercase;
}

.about-img {
    overflow: hidden;
    border-radius: 33px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    /* subtle initial shadow */
}

.about-img img {
    border-radius: 33px;
    transition: transform 0.6s ease-in-out;
    transform-origin: center center;
    display: block;
    width: 100%;
    height: auto;
}

.about-img:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.about-img img:hover {
    transform: scale(1.1) rotateZ(1deg);
}



.marquee-container {
    width: 100%;
    overflow: hidden;
    background: #17181A;
}

.marquee-text {
    display: inline-flex;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
    font-size: 100px;
    font-weight: 300;
    color: white;
    user-select: none;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}


.cars-section {
    overflow: hidden;
    background: #17181A;
    padding: 2rem 0;
}

.slider-wrapper {
    margin: auto;
    overflow: hidden;
}

.coverflow-slider .slick-slide {
    opacity: 0.5;
    transform: scale(1);
    transition: all 0.3s ease;
}

.coverflow-slider .slick-center {

    transform: scale(0.85);
    opacity: 1;
    z-index: 2;
}

.coverflow-slider img {
    width: 100%;
    border-radius: 34px;
}

/* Custom arrows */
.cars-section .slick-prev,
.cars-section .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.cars-section .slick-prev {
    left: 17%;
}

.cars-section .slick-next {
    right: 17%;
}

/* why-chooseus-section */

.why-chooseus-section {
    background-color: var(--primary-color);
    color: white;
    padding-left: calc(60px + (100vw - 1440px) / 2);

}

.why-chooseus-section .col-lg-5 {
    margin: 0;
    padding: 0;
}

.why-choose-content-wrapper {
    padding-top: 3rem;
}

.why-chooseus-section .cta-button {
    background-color: #000000;
}

.why-chooseus-section .cta-button:hover {
    background: var(--secondary-color);
}

.why-choose-img {
    margin-top: -20px;
}



.why-choose-content-wrapper .title-wrapper h2 {
    font-size: 50px;
}

/* end */

.testimonial-slider-section {
    padding: 2rem 0;
    /*background: #000000;
    color: white;*/
}



.testimonial-slider .slick-track {
    display: flex !important;
    gap: 20px;
}


.testimonial-slider .slick-slide {
    /* padding: 0 20px; */
    box-sizing: border-box;
    opacity: 1;
    transform: none;
    transition: none;
}

.head-testimonial img {
    margin-bottom: 30px;
}

img.start-img {
    max-width: 140px;
}

.review-wrapper {
    border-bottom: 1px solid #3a3939;
}

.testimonial-card {
    background-color: #17181A;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.reviewer-info {
    padding: 1rem 0;
}

.testimonial-card h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.testimonial-slider-section h2 {
    font-size: 50px;
    margin-bottom: 2rem;
}



/* Video section start */

.video-hero-section {
    background-image: url('../img/video-section-img.png');
    /* Your image */
    background-size: cover;
    background-position: center;
    height: 90vh;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* dark overlay */
    display: flex;
    align-items: center;
}




.content-box h2 {
    font-size: 50px;
    line-height: 1.4;
}



.video-hero-section .row {
    height: 100%;
    align-items: center;
    -webkit-align-items: center;

}

.video-hero-section .video-banner {
    border-radius: 0 !important;
}


.play-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
    cursor: pointer;
}

.play-button span {
    color: #fff;
    font-size: 30px;
    line-height: 0;
}

.content-box h2 {
    font-size: 50px;
    line-height: 1.4;
}


.video-hero-section .cta-button {
    margin: 1rem 0;
}




/* new */

.home-video {
    position: relative;
    width: 100%;
}

/* .content-box {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%);
    z-index: 99;
} */

.video-wrapper-home {
    position: relative;
}

.video-wrapper-home::after {
    content: "";
    background: #00000085;
    inset: 0;
    position: absolute;
}

.services-slider .single-service {
    padding: 0 10px;
}

.custom-slider-nav {
    margin-top: 20px;
}

.custom-slider-nav button {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.custom-slider-nav button:hover {
    background: white;
    color: var(--primary-color);
}

/*  */
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.video-popup-inner {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.popup-video {
    width: 100%;
    height: auto;
}

.close-popup {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--primary-color);
    color: rgb(255, 249, 249);
    border: none;
    font-size: 24px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 9999;

}

/*  */




.news-blog-section {
    background: #000000;
    padding: 2rem 0;
    color: white;
}

.news-blog-section .card {
    border: none;
    background: black;
    color: white;
}

.blog-content {
    margin: 1rem 0;
}

.blog-content span {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin: 1rem 0;
}

.date {
    color: gray;
    padding: 0;
    margin: 1rem 0;
}

.blog-content h4.title-blog {
    font-size: 30px;
    font-weight: 500;
}

.blog-content h4.title-blog a {
    color: white;
}

.blog-content {
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-img img {
    border-radius: 20px;
    width: 100%;
}

.news-blog-section h2 {
    margin-bottom: 2rem;
}

.contact-us-section {
    background: #17181A;
    color: white;
    padding-top: 2rem;
}

.left-box-contact {
    margin: 0;
    padding: 0;
}

.contact-img img {
    border-radius: 0px 33px 33px 0px;
}

.contact-us-section input,
.contact-us-section textarea,.contact-us-section select {
    background: transparent;
    border: none;
    width: 100%;
    border-bottom: 1px solid #fffffffa;
    padding: 1rem 0;
    color: #fffafa;
    outline: none;
}
.contact-us-section select option{
    color: #000;
}
.contact-us-section input::placeholder,
.contact-us-section textarea::placeholder,
.contact-us-section select::placeholder {
    color: #fffafa; 
    opacity: 1;
}
.contact-us-section select option[disabled] {
    color: #aaa;
}
.contact-us-sectioninput[type="checkbox"] {
    accent-color: var(--primary-color);
}

.contact-us-section input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    padding: 10px;
    border: none;
    background: var(--primary-color);
    color: white;
    border-radius: 5px;
    max-width: fit-content;
}

.contact-us-section input.wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn:hover {
    background: var(--secondary-color);
    color: black;
}

.agree-box label {
    display: flex;
    gap: 11px;
    accent-color: #fe292d;
    margin: 0;
    transform: translate(-14px, 0px);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #ffffff !important;
    /* Your desired text color */
    transition: background-color 5000s ease-in-out 0s;
    /* Chrome trick */
}

.agree-box input {
    width: auto;
}

.contact-us-section .title-wrapper {
    margin-bottom: 2rem;
}

.contact-us-section .title-wrapper h2 {
    font-weight: 700;
    font-size: 50px;
}

.marquee-bottom {
    background-color: #000000;
    margin-top: -6px;
}


/* Footer */
.custom-footer {
    background-color: #17181A;
    color: #fff;
    padding: 3rem 0;
    padding-bottom: 0;
}


.custom-footer h5,
.custom-footer h6 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.custom-footer h6 {
    color: #fff;
}

/* Newsletter form */
.custom-footer .custom-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    padding: 10px 0;
    color: #fff;
    width: 85%;
    margin: 1rem 0;
}

.custom-footer .custom-input::placeholder {
    color: white;
}

.custom-footer .custom-input:focus {
    outline: none;
    border-color: #fff;
    box-shadow: none;
}



.custom-footer .custom-btn {
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    padding: 11px 18px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    margin: 1rem 0;
}

.custom-footer .custom-btn:hover {
    background-color: #e63232;
}


.custom-footer ul {
    padding-left: 0;
    list-style: none;
}

.custom-footer ul li {
    margin-bottom: 1.5rem;
}

.custom-footer ul li a {
    color: var#fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-footer ul li a:hover {
    color: var(--secondary-color);
}


.custom-footer p {
    margin-bottom: 10px;
    color: #ccc;
}

.custom-footer a {
    color: #ccc;
    text-decoration: none;
}

.custom-footer a:hover {
    color: #fff;
}


.social-icons i {
    width: 38px;
    height: 38px;
    border: 1px solid white;
    padding-top: 10px;
    text-align: center;
    border-radius: 50%;
    transition: .3s;
}

.social-icons i:hover {
    background: var(--secondary-color);
    color: rgb(0, 0, 0);
    border-color: var(--secondary-color);
}

.social-icons {
    margin: 2rem 0px;
}



.custom-footer .social-icons a {
    display: inline-block;
    margin-right: 10px;
}




.custom-footer .row:last-child {
    border-top: 1px solid #333;
}

.custom-footer .text-center {
    color: #777;
    /* font-size: 13px; */
}

.custom-footer::placeholder {
    color: white;
    opacity: 1;
}


.custom-copyright {
    color: #ccc;
    width: max-content;
    margin: 0 auto;
    margin-top: -29px;
    padding: 14px;
    background: #17181A;
    border: 1px solid #31312F;
    border-radius: 34px;
    font-size: 16px;
}


.custom-footer input {
    background-color: transparent;
    border: none;
    color: white;
    border-bottom: 1px solid #ccc;
    box-shadow: none !important;
    outline: none;
    width: 100%;
    padding-left: 5px !important;
}

.custom-footer input#ic2t8 {
    width: max-content;
    padding: 0;
    text-align: center;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px !important;
    border-radius: 8px;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    transition: .4s;
}

.custom-footer input#ic2t8:hover {
    background: var(--secondary-color);
    color: #000000;
}

/* About page css start */
.breadcrumb-sec {
    padding: 6rem;
    text-align: center;
    color: white;
    position: relative;
}

.breadcrumb-sec::after {
    content: "";
    background: #000000b3;
    inset: 0;
    position: absolute;
}

.breadcrumb-sec .container {
    position: relative;
    z-index: 1;
}

.breadcrumb-sec h2 {
    font-size: 3.5rem;
    font-weight: 400;
}

.breadcrumb-sec span {
    text-transform: uppercase;
    margin-bottom: 2rem;
    display: inline-block;
}

.our-history-sec {
    background: var(--black-bg);
    color: white;
    padding: 2rem 0;
}



.our-value-sections {
    background: var(--black-bg-light);
    color: white;
    padding: 2rem 0;
}

.our-value-sections .card img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 9px;
    object-fit: contain;
}

.our-value-sections .card {
    height: 100%;
    text-align: center;
    padding: 20px;
}

.our-value-sections .card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.our-value-sections .card h4 {
    font-size: 21px;
    margin-bottom: 1rem;
    font-weight: 700;
}

.about-us-services .service-card:hover {
    transform: none;
    height: 400px;
}

.about-us-services .services-title {
    grid-template-columns: 30% 70%;
}

.about-us-services .service-card {

    height: 400px;
}

.about-us-services .service-card {
    margin-bottom: 2rem;
}


.about-us-services .service-card .overlay {
    padding: 60px 30px;
    background: linear-gradient(to top, rgb(0 0 0 / 87%), #12121200);
}

.about-us-services .service-card:hover .overlay {
    background: linear-gradient(to top, rgba(255, 193, 7, 0.9), transparent);
    color: #ffffff;
}

.redefining-sec {
    background: url(../img/Redefining-bg.png) center center / cover;
    padding: 3rem;
    color: white;
}

.redefining-sec .cta-button {
    background-color: #000000;
}

.redefining-sec .cta-button:hover {
    background: var(--secondary-color);
}

.redefining-sec h2 {
    font-size: 50px;
}

.Journey-sec {
    background: var(--black-bg);
    color: white;
    padding: 2rem 0;
}

.journey-content h2 {
    font-size: 45px;
}

.list-journey li {
    background: var(--black-bg-light);
    margin-bottom: 15px;
    padding: 16px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 11px;
    border: 1px solid #383838;
}



.list-journey li i {
    background: var(--primary-color);
    color: white;
    padding: 5px;
    border-radius: 6px;
}

/* About page css  End */


/* we are detailers css start */
.detailers-sections {
    padding: 2rem 0;
    background: var(--black-bg);
    color: white;
}

.Ceramic-coatings-sec {
    background: var(--black-bg-light);
    color: white;
    padding-left: calc(20px + (100vw - 1440px) / 2);
}

.Ceramic-coatings-sec h2 {
    font-size: 70px;
    font-weight: 400;

}

.Ceramic-coatings-sec h2 span {
    background-color: var(--primary-color);

}

.Ceramic-coatings-sec .col-lg-8 {
    margin: 0;
    padding: 0;
}

.what-does {
    background: url(../img/banner-what-does.png) center center/cover;
    padding: 3rem;
}

.what-does-card {
    max-width: 550px;
    background: var(--primary-color);
    color: white;
    padding: 40px 24px;
    border-radius: 39px;
}

.what-does-card .cta-button {
    background: var(--black-bg);
}

.what-does-card .cta-button:hover {
    background: var(--secondary-color);
    color: black;
}

.what-does-card .list-journey li {
    background: white;
    color: black;
    border-color: #c2b4b4;
}

.what-does-card .list-journey li strong {
    color: var(--primary-color);
}

.what-does-card h2 {
    font-size: 45px;
}

.ceramic_coatings_sec {
    background: var(--black-bg);
    color: white;
    padding: 3rem 8rem;
}

.ceramic_coatings_sec h2 {
    font-size: 62px;
    font-weight: 400;
}

.ceramic_coatings_sec h2 span {
    color: var(--primary-color);
}



/* accodian */
.accordion-content {
    padding: 14px;
    display: none;
    background: white;
    color: black;
    transition: all .3s;
}

.accordion-header {
    background: #000;
    margin: 20px 0;
    padding: 14px 0;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #383838;
    cursor: pointer;
}



.accordion-header::after {
    content: '\2b';
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    border: 1px solid white;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding-top: 2px;
}

.accordion-header.active::after {
    content: '\f068';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    border: 1px solid white;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding-top: 2px;
}

.accordion {
    background: var(--black-color);
    color: var(--white-color);
    border-radius: 15px;
}


.video-banner-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 45px;
    overflow: hidden;
    /* background: url(../img/coating-vdo-banner.png) no-repeat center center; */
    background-size: cover;
    aspect-ratio: 16 / 9;
    margin: 2rem 0;
    max-height: 650px;
    height: 100%;
}

.video-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    z-index: 999;
    transition: transform 0.2s ease;
    will-change: transform;
}


.custom-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.how_does_sec {
    background: var(--black-bg);
    color: white;
    padding: 2rem 0;
}

.how_does_sec .title-wrapper h2 {
    font-size: 52px;
}

/* we are detailers css end */

/* what_is_paint_correction css start */

.what_is_paint_correction .title-wrapper h2 {
    font-size: 55px;
    margin: 1rem 0;
}

.what_is_paint_correction {
    padding: 2rem 0;
    color: white;
    background: var(--black-bg);
}


.benifit_section {
    background: var(--primary-color);
    color: white;
    padding: 2rem 0;
}

ul.benifit_ul {
    display: flex;
    gap: 20px;
    margin: 2rem 0;
}

ul.benifit_ul li {
    background: white;
    color: black;
}

ul.benifit_ul li strong {
    color: var(--primary-color);
}

ul.benifit_ul li {
    background: white;
    color: black;
    padding: 8px;
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #00000082;
    border-radius: 8px;
}

ul.benifit_ul li i {
    background: var(--primary-color);
    color: white;
    padding: 5px;
    border-radius: 6px;
}

.benifit_img img {
    transition: all .3s ease-in-out;
    width: 100%;
}

.benifit_img {
    border-radius: 38px;
    overflow: hidden;
    position: relative;
}

.benifit_img-content {
    position: absolute;
    bottom: 30px;
    left: 27px;
    border-left: 3px solid #fe292d;
    padding: 0 4px;
}

.benifit_img-content span {
    font-weight: 700;
}

.benifit_img:hover img {
    transform: scale(1.3) rotateZ(1deg);
}

.process_section {
    padding: 2rem 0;
    position: relative;
    background-color: var(--black-bg);
    color: white;
}

.process_img img {
    width: 100%;
    display: block;
    border-radius: 23px;
}

.process_img {
    position: relative;
    overflow: hidden;

}

.process_section .card {
    height: 100%;
    padding: 25px;
    border-radius: 28px;
}

.process_img span {
    background: var(--primary-color);
    color: white;
    padding: 8px 18px;
    display: inline-block;
    transform: translate(16px, -22px);
    border-radius: 5px;
}

/* what_is_paint_correction css end */

/* complete details page css start */
.what_is_include {
    background: var(--black-bg-light);
    color: white;
    padding: 2rem 0;
}

.what_is_include_list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 5px;
    margin: 2rem 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
}


.what_is_include_list li {
    background: white;
    color: black;
    padding: 12px 16px;
    flex: 1 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.what_is_include_list li i {
    background: var(--primary-color);
    color: white;
    padding: 3px;
    border-radius: 5px;
}


.car_wash h2 {
    font-size: 54px;
}

.car_wash h2 span {
    background: var(--black-bg);
    padding: 8px;
    border-radius: 10px;
}

.car_wash {
    background: url(../img/Redefining-bg.png) center center / cover;
    padding: 5rem;
    color: white;
    text-align: center;
}


/* complete details page css end */


/* contact us page css start */

.contact-info-wrapper {
    background: var(--black-bg);
    padding: 2rem 0;
    color: white;
}

.contact-info-div div {
    border-right: 1px solid #606060;
    flex: 1;
    padding: 7px 20px;
}

/* .contact-info-div {
    display: flex;
    justify-content: space-around;
    align-items: center;
} */


.contact-info-div {
    display: grid;
    justify-content: space-around;
    align-items: center;
    grid-template-columns: 25% 20% 20% 35%;
}

.contact-info-div div a {
    color: white;
    margin: 1rem 0;
    display: block;
    font-size: 14px;
}

.contact-info-div div a i {
    background: var(--primary-color);
    color: white;
    padding: 8px;
    border-radius: 5px;
    margin-right: 7px;
}

.contact-info-div div:last-child {
    border: none;
}

.contact-info-div p {
    margin: 0;
}

.contact-info-div p span {
    color: var(--primary-color);
}

.contact-page-form {
    background: var(--black-bg-light);
    color: white;
    padding: 2rem 0;
}


.contact-page-form .contact-img img {
    border-radius: 35px;
}


.faq-section .accordion-header {
    background: transparent;
    border-bottom: 1px solid #e2e2e2;
}

.faq-section {
    background: var(--primary-color);
    color: white;
    padding: 2rem 0;
}


.faq-section .accordian-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* contact us page css end */


/* blog css start */



.blog-section {
    padding: 4rem 0;
    background: var(--black-bg);
}


.blog-card {
    background: white;
    border-radius: 27px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    width: 100%;
    transition: transform 0.3s ease;
    margin: 1rem 0;
    height: 100%;
    padding: 25px;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 19px;
}



.blog-content {
    padding: 0 20px;
    position: relative;
}

.blog-tag {
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    padding: 4px 12px;
    display: inline-block;
    margin-right: 10px;
}

.red {
    background-color: #ff3e3e;
    color: white;
}

.blog-date {
    font-size: 13px;
    color: #999;
}

.blog-title {
    font-size: 24px;
    font-weight: 600;
    margin: 12px 0 8px;
}

.news-blog-section .blog-content p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}

.read-more {
    color: var(--primary-color, #ff3e3e);
    text-decoration: none;
    font-weight: 500;
}

.blog-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* blog css end */


/* price page css start  */


.best-auto-detailing-sec {
    background: var(--black-bg);
    padding: 2rem 0;
    color: white;
}

.best-auto-detailing-sec .title-wrapper h2 {
    font-size: 50px;
}

.if-you-like-sec .title-wrapper h2 {
    font-weight: normal;
}

.if-you-like-sec {
    background: var(--primary-color);
    color: white;
}

.if-you-like-sec .cta-button {
    background: black;
    color: white;
}

.if-you-like-sec .cta-button:hover {
    background: var(--secondary-color);
    color: black;
}

.price-sec {
    background: var(--black-bg);
    color: white;
    padding: 2rem 0;
}

.pricing-card {
    background: #121212;
    border-radius: 40px;
    padding: 2rem;
    /* margin: 0 2rem; */
    height: 100%;
}

.pricing-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    font-size: 1rem;
}

.pricing-list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    padding: 1rem 0;
}

.pricing-list li span {
    color: var(--primary-color);
}

.pricing-note {
    font-size: 1rem;
    color: #aaa;
    text-align: left;
    margin-top: 0rem 0px;
}

.pricing-btn {
    background: var(--primary-color);
    color: white;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1rem;
    transition: all 0.3s ease;
    width: 100%;
}

.pricing-btn:hover {
    background: var(--secondary-color);
    color: black;
}

.pricing-footer {
    text-align: center;
    font-size: 0.9rem;
    color: #aaa;
    margin-top: 0.75rem;
}

/* price page css end */
/* gallery page css start */
.work-gallery {
    background: #000;
    color: white;
    padding: 2rem 1rem;
}


.filter-nav .nav-link {
    color: #fff;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: 0.3s ease;
}

.filter-nav .nav-link.active,
.filter-nav .nav-link:hover {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

/* Masonry Layout */
.gallery-grid {
    column-count: 3;
    column-gap: 1rem;
}




.gallery-item {
    break-inside: avoid;
    margin-bottom: 1rem;
}


.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: block;
}

.gallery-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    transition: transform 0.3s ease;
}


.gallery-card:hover img {
    transform: scale(1.05);
}


.gallery-card .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fe292dba;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 12px;
    pointer-events: none;
    margin: 1rem;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}



section.blog-detail-sec {
    margin: 2.5rem 0;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    text-align: center;
    margin: 10px;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    color: white;
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    background: #fe292d;
    border-radius: 12px;
    transition: background 0.3s ease, color 0.3s ease;

    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-thumbnail img {
    border-radius: 27px;
    margin: 1rem 0;
}




.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: var(--secondary-color);
    color: black;
}

section.blog-detail-sec a {
    color: inherit;
    font-weight: 700;
}

section.blog-detail-sec a:hover {
    text-decoration: underline;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: center;
}

section.blog-cat-sec {
    max-width: 1200px;
    margin: 0 auto;
}

section.blog-detail-sec {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #333;
    line-height: 1.7;
}

.blog-detail-sec h1,
.blog-detail-sec h2,
.blog-detail-sec h3 {
    margin-bottom: 20px;
    color: #222;
}

.blog-detail-sec h1 {
    font-size: 2.2rem;
}

.blog-detail-sec h2 {
    font-size: 1.6rem;
}

.blog-detail-sec p {
    margin-bottom: 20px;
    font-size: 1rem;
}

.blog-detail-sec img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 20px 0;
}

.blog-detail-sec ul,
.blog-detail-sec ol {
    margin: 20px 0;
    padding-left: 20px;
}

.blog-detail-sec blockquote {
    border-left: 4px solid var(--secondary-color);
    padding: 10px 20px;
    background: #f9f9f9;
    margin: 20px 0;
    font-style: italic;
    color: #666;
}

.blog-detail-sec a {
    color: var(--secondary-color);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.blog-detail-sec a:hover {
    color: #000;
}


.page-header {
    background: var(--primary-color);
    padding: 60px 20px;
    text-align: center;
    color: white;
    position: relative;
}

.page-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 6px;
    background: #fdc31e;
    transform: translateX(-50%);
    border-radius: 0;
}

.page-header .page-title {
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 1.3;
}

.page-numbers {
    color: white;
}

span.page-numbers.current {
    margin: 0 1px;
    background: #ff0000;
    padding: 6px 13px;
    color: #ffffff;
    border-radius: 7px;
}

.post-thumbnail {
    text-align: center;
}


a.page-numbers {
    margin: 0 1px;
    background: #ffffff;
    padding: 6px 13px;
    color: black;
    border-radius: 7px;
}

.our-services .col-md-3 {
    margin-bottom: 2rem;
}


footer .es_subscription_message.error {
    margin: 1rem 0;
    display: inline-block;
}

.sub-menu {
    display: none;
    position: absolute;
    background-color: black;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 0 16px;
    list-style: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.sub-menu .nav-link {
    padding: 10px 15px;
    display: block;
    white-space: nowrap;
}

.nav-item:hover>.sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children>.nav-link::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.8em;
    margin-left: 6px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.menu-item-has-children.open>.nav-link::after {
    transform: rotate(180deg);
}

.price-btn {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: fit-content;
}


/* Lightbox Styles */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
}

.lightbox-close:hover {
    color: #ccc;
}


p.plan-name {
    text-align: center;
    background: #2D2E2F;
    width: max-content;
    margin: 0 auto;
    padding: 6px 20px;
    border-radius: 26px;
    margin-bottom: 1rem;
}

.Packages-sec {
    background: var(--primary-color);
    color: white;
    padding: 2rem 0;
}

.clients-sec {
    background: #17181A;
    color: white;
    padding: 2rem 0;
}


.Offers-section {
    padding: 2rem 0;
    background: var(--primary-color);
    color: white;
}

.Offers-section .card-head {
    padding: 4rem 1rem 1rem 4rem;
    height: 140px;
}

.offer-card {
    background: white;
    color: #000;
    height: 100%;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
}

.offer {
    background: linear-gradient(90deg, #C58A09 0%, #FFD987 50%, #C58A09 100%);
    position: absolute;
    top: 0px;
    padding: 15px;
    transform: rotate(-46deg);
    width: 151px;
    text-align: center;
    left: -43px;
    text-transform: uppercase;
    font-weight: 500;
}

.offer-card ul {
    list-style: none;
    padding: 1rem 1rem 1rem 4rem;
}

.offer-card ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 2.2;
}

.offer-card ul li i {
    background: var(--primary-color);
    color: white;
    padding: 3px;
    border-radius: 5px;
}

.maintain-sec {
    padding: 3rem 0;
    color: white;
}

div#ixkr {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}


@media (max-width: 1200px) {
    .gallery-grid {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        column-count: 1;
    }

    section.blog-detail-sec {
        padding: 15px;
    }

    .blog-detail-sec h1 {
        font-size: 1.8rem;
    }

    .page-header .page-title {
        font-size: 2rem;
    }
}


@media (max-width:1100px) and (min-width:992px) {
    header .cta-button {
        font-size: 0;
        padding: 4px 10px;
    }

    header .cta-button i {
        font-size: 16px;
    }


}