@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Geist", sans-serif;
    background-color: var(--black-color);
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
}

.max-w-fit {
    max-width: fit-content;
}

/********** Global Styles **********/

:root {
    --primary-color: #ECC10D;
    --black-color: #000000;
    --white-color: #FFFFFF;

}

.text-yellow {
    color: var(--primary-color);
}
.border-yellow{border-color:var(--primary-color) !important;}

.bg-yellow {
    background-color: var(--primary-color);
}

.btn-yellow {
    background-color: var(--primary-color);
    padding: 10px 20px;
    color: var(--black-color);
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 16px;
	font-weight:600;
}

.btn-yellow:hover {
    background-color: var(--white-color);
    color: var(--black-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(244, 196, 48, 0.4);

}

.btn-white {
    background-color: var(--white-color);
    padding: 10px 20px;
    color: var(--black-color);
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 16px;
	font-weight:600;
}

.btn-white:hover {
    background-color: var(--primary-color);
    color: var(--black-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(244, 196, 48, 0.4);

}



/********** Navigation bar ************/
header.main-header {
    position: absolute;
    top: 10px;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
}
.topbar{ background-color: var(--primary-color);}
.navbar .container {
    background: linear-gradient(282.31deg, rgba(102, 102, 102, 0) 17.02%, #000000 93.27%);
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid #f3f3f333;
}

.navbar-nav .nav-link {
    color: var(--white-color) !important;
    font-weight: 400;
    margin-right: 15px;
}

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

a.nav-link.active {
    color: var(--primary-color) !important;
    font-weight: 600;
}
a.nav-link.dropdown-toggle.show {
    color: #fff;
}
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:focus {
    background-color: var(--primary-color);
    color: #000; 
}
.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active{background-color:var(--primary-color) !important;}
.icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 50px;
    background: transparent;
    color: var(--black-color);
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}



.right-menus i {
    color: var(--primary-color);
}



/*****Carousel Slider*****/

#carouselGreatgaragefloors .carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 18rem;
    max-width: 600px;
    text-align: left;
    padding: 1.25rem;
    color: var(--white-color);
    z-index: 5;
}

#carouselGreatgaragefloors .carousel-caption h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--white-color);
    line-height: 1.2;
}

#carouselGreatgaragefloors .carousel-caption h2 span {
    color: var(--primary-color);
}


#carouselGreatgaragefloors .carousel-caption p {
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: 0px;

}

#carouselGreatgaragefloors .carousel-caption p span {
    color: var(--primary-color);
    font-weight: 600;
}

#carouselGreatgaragefloors .banner-btngroup {
    display: flex;
    justify-content: start;
    gap: 10px;
}

#carouselGreatgaragefloors .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #363636;
}

#carouselGreatgaragefloors .carousel-indicators .active {
    background-color: var(--white-color);
}

#carouselGreatgaragefloors .carousel-control-prev,
#carouselGreatgaragefloors .carousel-control-next {
    opacity: 1;
    width: 5%;
}

#carouselGreatgaragefloors .custom-carousel-icon {
    background-color: #fff;
    color: #333;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    font-size: 1.1rem;
}

#carouselGreatgaragefloors .icon-prev {
    position: absolute;
    right: -25px;
    z-index: 1;
}

#carouselGreatgaragefloors .icon-next {
    position: absolute;
    left: -25px;
    z-index: 2;
}

#carouselGreatgaragefloors .carousel-control-prev:hover .custom-carousel-icon,
#carouselGreatgaragefloors .carousel-control-next:hover .custom-carousel-icon {
    background-color: var(--primary-color) !important;
    color: var(--black-color) !important;
    border-color: var(--primary-color) !important;
    width: 80px;
    border-radius: 40px;
}

#carouselGreatgaragefloors.carousel-control-prev {
    left: 2%;
}

#carouselGreatgaragefloors.carousel-control-next {
    right: 2%;
}

/* **Counter** */

.stats-section-dark {
    background: linear-gradient(270deg, rgb(0 0 0) 8.25%, #000000 38.78%);
    padding: 40px 0;
    border: 1px solid;
}

.stats-wrapper {
    display: flex;
	justify-content:start;
   gap:8px;
	flex-wrap:wrap;
    align-items: center;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-item:last-child {
    border-right: none;
}

.stat-item h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-family: "DM Sans", sans-serif;
}

.stat-item p {
    font-size: 13px;
    color: #9aa0a6;
    margin: 0;
    line-height: 1.3;
    max-width: 130px;
}

@media (max-width:768px) {

    .stats-wrapper {
/*         flex-direction: column; */
        gap: 20px;
    }

    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 15px;
        justify-content: center;
        text-align: center;
    }

    .stat-item:last-child {
        border-bottom: none;
    }
	.stat-item p{max-width:100%;}

}

/* About Us Section */

.about-section {
    background-color: #000;
    padding: 40px 0;
}

.about-section .about-content .subtitle {
    color: var(--white-color);
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.about-section .about-content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--white-color);
}

.about-section .about-content p {
    color: var(--white-color);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Services Section */

.services-section {
    padding: 40px 0;
    background: #000;
}

.services-section .subtitle {
    color: var(--white-color);
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
}

.services-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--white-color);
}

.services-section .services-card {
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.services-section .services-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.services-section .services-card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.services-section .services-card ul {
    list-style: none;
    padding: 20px 5px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services-section .services-card ul li:first-child {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
}

.services-section .services-card ul li a {
    color: #717171;
    text-decoration: none;
    font-weight: 600;
}

.services-section .services-card ul li a i {
    margin-left: 6px;
    transition: .3s;
}

.services-section .services-card ul li a:hover i {
    transform: translateX(6px);
}

.services-section .btn {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    text-align: center;
    max-width: fit-content;
    width: 100%;
}


/* Owl Nav */

.services-section .services-carousel .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.services-section .services-carousel .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #caa437 !important;
    color: #fff !important;
    margin: 0 6px;
    font-size: 20px;
}

.services-section .services-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.services-section .services-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background: #ddd !important;
}

.services-section .services-carousel .owl-dot.active span {
    background: #caa437 !important;
}


/* Responsive */

@media(max-width:991px) {
    .services-section h2 {
        font-size: 32px;
    }
}

@media(max-width:767px) {
    .services-card img {
        height: 200px;
    }
}


/* Our process */

.process-section {
    background: #000;
    padding: 40px 0;
}

.process-section .container {
    background-color: #0C0C0C;
    border-radius: 20px;
    padding: 40px;
}

.process-section .process-content .subtitle {
    color: var(--white-color);
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.process-section .process-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: var(--white-color);
}


.process-section .process-card {
    background: var(--black-color);
    padding: 30px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.process-section .process-card:hover {
    transform: translateY(-6px);
    border-color: var(--primary-color);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.process-section .process-card p {
    color: #717171;
    font-size: 14px;
}


/* *** Testimonials *** */

.testimonial-section {
    background: #000;
    padding: 40px 0;
    text-align: center;
}

.testimonial-section .badge-text {
    display: inline-block;
    background: #1c1c1c;
    color: var(--white-color);
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 25px;
}

.testimonial-section .main-heading {
    color: var(--white-color);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
}

.testimonial-section .testimonial-card {
    background: #242424;
    padding: 35px;
    border-radius: 16px;
    text-align: left;
    min-height: 260px;
    transition: .4s;  
}

.testimonial-section .testimonial-card:hover {
    background: var(--primary-color);
    transform: translateY(-0px);
}

.testimonial-section .testimonial-card:hover .stars,
.testimonial-section .testimonial-card:hover .testimonial-text,
.testimonial-section .testimonial-card:hover h6,
.testimonial-section .testimonial-card:hover span {
    color: #000;
}

.testimonial-section .testimonial-card .stars {
    color: var(--primary-color);
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.testimonial-section .testimonial-text {
    color: var(--white-color);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.testimonial-section .customer-info {
    display: flex;
    align-items: center;
}

.testimonial-section .customer-info img {
    width: 45px !important;
    height: 45px;
    border-radius: 50%;
    margin-right: 12px;
}

.testimonial-section .customer-info h6 {
    color: var(--white-color);
    margin: 0;
    font-size: 16px;
}

.testimonial-section .customer-info span {
    color: #717171;
    font-size: 14px;
}

/* ⭐ CENTER ACTIVE CARD */
.testimonial-section .owl-item.center .testimonial-card {
    background: var(--primary-color);
    transform: scale(1);
    opacity: 1;
}

.testimonial-section .owl-item.center .testimonial-text,
.testimonial-section .owl-item.center h6,
.testimonial-section .owl-item.center span,
.testimonial-section .owl-item.center .stars {
    color: #000;
}

/* DOTS */
.testimonial-section .owl-carousel .owl-dots.disabled {
    display: block !important;
}

.testimonial-section .owl-dots {
    margin-top: 35px;
}

.testimonial-section .owl-dots .owl-dot span {
    background: #fff;
    width: 8px;
    height: 8px;
    transition: .3s;
}

.testimonial-section .owl-dots .owl-dot.active span {
    background: var(--primary-color);
    width: 32px;
}

/*  RESPONSIVE */
@media (max-width:768px) {
    .testimonial-section .main-heading {
        font-size: 30px;
    }

    .testimonial-section .testimonial-card {
        transform: scale(1);
        opacity: 1;
    }
}


/* Before & After */

.transformation-section {
    padding: 80px 0;
}

.transformation-section .container {
    background: #e9e9e9;
    border-radius: 30px;
    padding: 60px 50px;
}

.transformation-section .before-after-wrapper {
    position: relative;
}

.transformation-section .transformation-carousel .image-grid {
    display: flex;
    gap: 20px;
}

.transformation-section .transformation-carousel .image-grid img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 22px;
    transition: .4s;
}

.transformation-section .transformation-carousel .image-grid img:hover {
    transform: scale(1.05);
}

.transformation-section .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    background: var(--white-color);
    color: var(--black-color);
    z-index: 5;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transformation-section .nav-btn i {
    font-size: 18px;
}

.transformation-section .nav-btn:hover {
    transform: translateY(-50%) scale(1.1);
    background: var(--black-color);
    color: var(--white-color);
}

.transformation-section .prev-btn {
    left: -26px;
}

.transformation-section .next-btn {
    right: -26px;
    background: var(--white-color);
    color: var(--black-color);
    border: 1px solid #ddd;
}


.transformation-section .transformation-content .subtitle {
    font-size: 16px;
    color: var(--black-color);
    margin-bottom: 10px;
}

.transformation-section .transformation-content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--black-color);
}

.transformation-section .transformation-content p {
    color: var(--black-color);
    margin: 20px 0 30px;
    font-size: 16px;
}


/* ===============================
   OWL DOTS
================================ */

.transformation-carousel .owl-dots {
    margin-top: 25px;
    text-align: center;
}

.transformation-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #bbb;
    display: block;
    border-radius: 50%;
    margin: 5px;
}

.transformation-carousel .owl-dots .owl-dot.active span {
    background: #e6b800;
    width: 22px;
    border-radius: 10px;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {

    .transformation-section .container {
        padding: 40px 25px;
    }

    .transformation-carousel .image-grid img {
        height: 240px;
    }

    .transformation-section .transformation-content h2 {
        font-size: 36px;
    }

    .transformation-section .prev-btn {
        left: 10px;
    }

    .transformation-section .next-btn {
        right: 10px;
    }
}

@media (max-width: 576px) {

    .transformation-carousel .image-grid {
        flex-direction: column;
    }

    .transformation-carousel .image-grid img {
        height: 220px;
    }

    .transformation-section .transformation-content {
        text-align: center;
    }

}

/* Our Benefits */

.benefits-section {
    padding: 40px 0;
    overflow: hidden;
}

.benefits-section .sub-title {
    color: var(--white-color);
    font-size: 16px;
    margin-bottom: 10px;
}

.benefits-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--white-color);
}

.benefits-section .desc {
    color: var(--white-color);
    max-width: 520px;
    margin-left: auto;
}


.benefits-section .benefit-card {
    background: var(--primary-color);
    padding: 50px 30px;
    border-radius: 18px;
    transition: .4s;
    height: 100%;
    text-align: center;
}


.benefits-section .benefit-card img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: 0 auto;
}

.benefits-section .benefit-card h5 {
    font-weight: 700;
    margin: 15px 0;
    color: var(--black-color);
    font-size: 16px;
}

.benefits-section .benefit-card p {
    font-size: 16px;
    color: var(--black-color);
    line-height: 1.6;
}


.benefits-section .benefit-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

/* Owl Fix Equal Height */

.benefits-section .benefits-carousel .owl-stage {
    display: flex;
}

.benefits-section .benefits-carousel .owl-item {
    display: flex;
}

.benefits-section .benefits-carousel .benefit-card {
    width: 100%;
}

/* Optional Premium spacing */

.benefits-section .owl-carousel .owl-stage-outer {
    padding: 15px 0;
}

/* Our work */

.work-section {
    padding: 50px 0;
	overflow:hidden;
}

.work-section .subtitle {
    font-size: 16px;
    letter-spacing: 2px;
    color: var(--white-color);
    margin-bottom: 10px;
    color: var(--white-color);
    text-align: center;
}

.work-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 70px;
    color: var(--white-color);
    text-align: center;
}

.work-section .gallery-card {
    transition: .4s;
}

.work-section .gallery-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 8px;
}

.work-section .caption {
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: var(--white-color);
}

.work-section .gallery-card:hover {
    transform: translateY(-8px);
}

@media(min-width:992px) {

    .work-section .row>div:nth-child(3n+2) {
        margin-top: 0px;
    }

}

/* Get In Touch */
.get-touch {
    padding: 40px 0;
}

.get-touch .container {
    background: linear-gradient(180deg, #242424 0%, #000000 100%);
    border: 1px solid #7E7E7E;
    border-radius: 30px;
    padding: 40px;
}

.get-touch .subtitle {
    font-size: 16px;
    letter-spacing: 2px;
    color: var(--white-color);
    margin-bottom: 10px;
    text-align: center;
}

.get-touch h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 70px;
    color: var(--white-color);
    text-align: center;
}

.get-touch .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #7E7E7E;
    border-radius: 0;
    height: 52px;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}

.get-touch .form-control::placeholder {
    color: #aaa;
}

.get-touch .form-control:focus {
    background: transparent;
    border-bottom: 1px solid var(--primary-color);
    box-shadow: none;
    color: #fff;
}

.get-touch textarea.form-control {
    height: auto;
}

.get-touch .btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: fit-content;
    width: 100%;
}

/* FAQs */

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

.faq-section .faq-content .subtitle {
    font-size: 16px;
    letter-spacing: 2px;
    color: var(--white-color);
    margin-bottom: 10px;
}

.faq-section .faq-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 70px;
    color: var(--white-color);
}


.faq-section .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0 !important;
    margin-bottom: 0;
    backdrop-filter: blur(10px);
    transition: all .3s ease;
}


.faq-section .accordion-item:hover {
    border-bottom-color: var(--primary-color);
}


.faq-section .accordion-button {
    background: transparent !important;
    color: var(--white-color) !important;
    font-size: 18px;
    font-weight: 500;
    padding: 22px 0;
    border: none !important;
    box-shadow: none !important;
}


.faq-section .accordion-button:not(.collapsed) {
    color: var(--primary-color) !important;
}


.faq-section .accordion-button::after {
    display: none;
}


.faq-section .accordion-button .icon {
    margin-left: auto;
    width: 22px;
    height: 22px;
    position: relative;
}

.faq-section .accordion-button .icon::before,
.faq-section .accordion-button .icon::after {
    content: "";
    position: absolute;
    background: var(--white-color);
    transition: .3s;
}

.faq-section .accordion-button .icon::before {
    width: 14px;
    height: 2px;
    top: 10px;
    left: 4px;
}

.faq-section .accordion-button .icon::after {
    width: 2px;
    height: 14px;
    top: 4px;
    left: 10px;
}


.faq-section .accordion-button:not(.collapsed) .icon::after {
    opacity: 0;
}


.faq-section .accordion-body {
    padding: 0 0 22px 0;
    color: var(--white-color);
    opacity: .8;
    font-size: 15px;
    line-height: 1.7;
}

/* COLLAPSE FIX */

.faq-section .accordion-collapse {
    border: none !important;
}


/* ***Blog** */
.blog-section {
    padding: 40px 0;
}

.blog-section .subtitle {
    font-size: 16px;
    letter-spacing: 1px;
    color: var(--white-color);
    margin-bottom: 10px;
    text-align: center;
}

.blog-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 70px;
    color: var(--white-color);
    text-align: center;
}



.blog-section .blog-card .card-image {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    height: 320px;
}

.blog-section .blog-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
}


.blog-section .blog-card:hover .card-image img {
    transform: scale(1.07);
}

.blog-section .blog-card .card-body {
    padding: 20px 4px 0;
}

.blog-section .blog-card .card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--white-color);
    text-align: center;
    transition: color 0.3s ease;
}

.blog-card:hover .card-title {
    color: var(--white-color);
}

/* ── All Blogs Button ── */
.blog-footer {
    text-align: center;
    margin-top: 52px;
}

.blog-footer .btn-all-blogs {
    display: inline-block;
    padding: 12px 32px;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    text-decoration: none;
    background: var(--white-color);
    color: var(--black-color);
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    letter-spacing: 0.5px;
}

.blog-footer .btn-all-blogs:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--black-color);
	transform:translateY(-2px);
}


@media (max-width: 580px) {
    .blog-section {
        padding: 60px 20px;
    }

    .blog-section .blog-card .card-image {
        height: 240px;
    }
}

/* Footer section */

.footer-section .es_form_wrapper form.es_subscription_form[data-form-id="1"] {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.footer-section .es_form_wrapper form[data-form-id="1"] .es-subscribe-btn {
    background: var(--primary-color) !important;
    color: var(--black-color) !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    line-height: normal !important;
    height: auto !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.footer-section .es_form_wrapper form[data-form-id="1"] .es-subscribe-btn:hover {
    background: var(--white-color) !important;
    color: var(--black-color) !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 15px rgba(244,196,48,.4) !important;
}

.footer-section {
    background-image: url(../images/footerbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 50px auto;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.footer-top a {
    color: #000 !important;
}


.footer-section .section-title {
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-section .input-group .form-control {
    border-radius: 50px 0 0 50px;
    padding: 12px 18px;
    border: none;
}

.footer-section .input-group .btn {
    border-radius: 0 50px 50px 0;
    padding: 12px 22px;
}

.footer-section .input-group .form-control:focus {
    box-shadow: none;
}

/* Links */
.footer-section .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section .footer-links li {
    margin-bottom: 8px;
}

.footer-section a {
    color: var(--white-color);
    text-decoration: none;
    transition: .3s;
}

.footer-section a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

/* Newsletter */
.footer-section .form-control {
    border: none;
    box-shadow: none;
}

.footer-section .form-control:focus {
    box-shadow: none;
}

/* Social */
.footer-section .social-icons a {
    font-size: 18px;
    margin-left: 15px;
    transition: .3s;
}

.footer-section .social-icons a:hover {
    color: var(--primary-color);
    transform: translateY(-3px);
}

/* Bottom */
.footer-section .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}




/* Services Page css Start */
.hero-breadcrumb {
    position: relative;
    background: url('../images/breadcrumb-bg.png') no-repeat center center/cover;
    padding: 180px 0;
    color: #fff;
	height:480px;
}

.hero-breadcrumb .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(39 35 35 / 61%) 0%, rgb(0 0 0 / 60%) 100%);
    z-index: 1;
}

.hero-breadcrumb .container {
    position: relative;
    z-index: 2;
}

.subtitle-service {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 700;
}

.title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 5px;
}

.description {
    margin-bottom: 25px;
}

.breadcrumb-btn ul {
    display: inline-block;
    background: var(--primary-color);
    color: #000;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    list-style: none;
    width: fit-content;
    margin: 0 auto;
    gap: 3px;
	justify-content:start;
}

.breadcrumb-btn ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.Installation-sec {
    padding: 40px 0;
    background-color: #000;
    color: var(--white-color);
}

.Installation-sec img {
    border-radius: 30px;
}

.title-wrapper h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px;
    color: var(--white-color);

}

.Installation-sec .about-content {
    padding-right: 60px;
}

.our-service-section {
    background: #0C0C0C;
    color: white;
    padding: 4rem 0;
    margin: 0 3rem;
    border-radius: 15px;
}

.card-service {
    background: var(--black-color);
    padding: 30px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.icon-img img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 18px;
}

.card-service p {
    color: #717171;
    font-size: 17px;
}


.card-service:hover {
    transform: translateY(-6px);
    border-color: var(--primary-color);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}


.our-process-section {
    background: #000;
    padding: 40px 0;
    color: white;

}
.our-process-section .content {
    padding-bottom:30px;
}
.process-img {
    height: 100%;
}

.process-img img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.process-accordion .accordion-item {
    background: #111010;
    border: none;
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}

.process-accordion .accordion-button {
    background: transparent;
    color: #8B8A8A;
    box-shadow: none;
    padding: 22px 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px !important;
}

.process-accordion .accordion-button.collapsed {
    flex-direction: row;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.process-accordion .accordion-button::after {
    filter: invert(1);
    transform: rotate(0deg);
}

.process-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    position: absolute;
    top: 21px;
    right: 15px;
}

.process-accordion .accordion-item.active {
    background: linear-gradient(145deg, #0e0e0e, #080808);
}

.process-accordion .accordion-button:not(.collapsed) {
    color: #fff;
}

.process-accordion .acc-head {
    display: flex;
    align-items: center;
}

.process-accordion .step {
    color: #8B8A8A;
    font-size: 18px;
    font-weight: 600;
    margin-right: 2px;
    transition: 0.3s;
}



.process-accordion .accordion-button:not(.collapsed) .step {
    color: var(--primary-color);
    position: relative;
}

.process-accordion .accordion-button:not(.collapsed) .step::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--primary-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(7px, -0%);
}


.process-accordion h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-left: 2px;
}



.process-accordion .accordion-body {
    padding: 0 25px 25px;
    color: #717171;
    font-size: 16px;
    line-height: 1.7;
}



.process-accordion .accordion-button:focus {
    box-shadow: none;
}

.process-accordion .line {
    opacity: 1;
    transition: 0.3s;
    margin-left: 2px;
    font-size: 18px;
}

.process-accordion .accordion-button:not(.collapsed) .line {
    opacity: 0;
}

.accordion-item h5 {
    margin-top: 12px;
}

.process-accordion .accordion-button.collapsed h5 {
    margin-top: 0;
}

.customize-sec {
    position: relative;
    background-color: #000;
    padding: 40px 0;
    color: #000;
}

.customize-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 120px);
    height: 65%;
    background: var(--primary-color);
    z-index: 1;
    border-radius: 20px;
}

.customize-sec .container {
    position: relative;
    z-index: 2;
}

.floor-slider img {
    border: 1px solid #fff;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}

.customize-sec .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}

.video-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
}

.video-thumb {
    width: 100%;
    display: block;
}

.video-player {
    width: 100%;
    display: none;
    height: 550px;
    background: black;


}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: red;
    color: #fff;
    font-size: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.customize-sec .title-wrapper h2 {
    color: #000;
}


.customize-sec .owl-theme .owl-dots .owl-dot.active span,
.customize-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid black;
}

.owl-theme .owl-dots .owl-dot span {
    background: black;
}

.result-sec {
    background: #000;
    padding: 4rem 0;
    color: var(--white-color);
}

.result-img img {
    border-radius: 20px;
}

/* Services Page css End */
/* ===============================
   FORM BOX
=================================*/
.form-box{
    max-width: 420px;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    position: absolute;
    right: 8%;
    bottom: 10%;
    z-index: 9;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.form-box h2{
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.form-box p{
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}

.form-box input,
.form-box textarea,
.form-box select{
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
}

.form-box textarea{   
    resize: vertical;
}

.form-box button,
.form-box input[type="submit"], .wpcf7-form .btn{
    width: 100%;
    border: 0;
    padding: 14px;
    border-radius: 50px;
    background: #ecc10d;
    color: #000; 
	font-weight:600;
    transition: .3s ease;
}

.form-box button:hover,
.form-box input[type="submit"]:hover, .wpcf7-form .btn:hover{
    transform: translateY(-3px);
}
 .wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}

@media screen and (max-width: 1699px) and (min-width: 1400px) {
    #carouselGreatgaragefloors .carousel-caption {
        bottom: 10rem;
        left: 8%;
        right: 8%;
        max-width: 520px;
    }

    #carouselGreatgaragefloors .carousel-caption h2 {
        font-size: 36px;
    }

    #carouselGreatgaragefloors .carousel-caption p {
        font-size: 16px;
    }
.form-box textarea {
    resize: vertical;
    height: 80px;
}
    .form-box {
        bottom: 0rem;
        right: 10%;
    }
}

/* 1200px to 1399px */
@media screen and (max-width: 1399px) and (min-width: 1200px) {
    #carouselGreatgaragefloors .carousel-caption {
        bottom: 5rem;
        left: 6%;
        right: 6%;
        max-width: 480px;
    }
	.customize-sec::before{width:100% !important;}

    #carouselGreatgaragefloors .carousel-caption h2 {
        font-size: 32px;
    }

    #carouselGreatgaragefloors .carousel-caption p {
        font-size: 15px;
    }

   
.stat-item {
    display: flex;
    align-items: center;
    gap: 0;
	padding: 0;}
	.stats-wrapper{justify-content:center;}
	.navbar-nav .nav-link {
    color: var(--white-color);
    font-weight: 400;
    margin-right: 7px;
}
	.form-box {
        width: 100%;
        right: 10%;
    }
	.form-box input, .form-box textarea, .form-box select {
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    height: 40px;
}
	.form-box textarea {
    resize: vertical;
    height: 80px;
}
	.form-box {    
    padding: 5px 20px;
	bottom: 4%;
	}
	.form-box p{margin-bottom:5px;}
    
}

/* 992px to 1199px */
@media screen and (max-width: 1199px) and (min-width: 992px) {
    #carouselGreatgaragefloors .carousel-caption {
        bottom: 3rem;
        left: 7%;
        right: 7%;
        max-width: 460px;
    }
	.customize-sec::before{width:100% !important;}
.title {
	font-size: 32px; padding-top:20px;}
    #carouselGreatgaragefloors .carousel-caption h2 {
        font-size: 28px;
    }

    #carouselGreatgaragefloors .carousel-caption p {
        font-size: 14px;
    }
   
	.stats-wrapper {
    display: flex;
    justify-content: center;
		gap: 40px;}
	.footer-mail {    
        font-size: clamp(13px, calc(13px + (16 - 13) * ((100vw - 992px) / (1199 - 992))), 16px);            }
	.form-box { width: 100%;  right: 8%;  }
	.form-box input, .form-box textarea, .form-box select {
    width: 100%;
    padding: 7px 15px;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    height: 40px;
}
	.form-box textarea {
    resize: vertical;
    height: 80px;
}
	.form-box {    
    padding: 5px 20px;
	bottom: 4%;
	}
	.form-box p{margin-bottom:5px;}
}

/* 768px to 991px */
@media screen and (max-width: 991px) and (min-width: 768px) {
    #carouselGreatgaragefloors .carousel-caption {
        bottom: 2rem;
        left: 5%;
        right: 5%;
        max-width: 100%;
        text-align: center;
    }
.title {
	font-size: 32px; padding-top:20px;}
    #carouselGreatgaragefloors .carousel-caption h2 {
        font-size: 24px;
    }

    #carouselGreatgaragefloors .carousel-caption p {
        font-size: 14px;
    }

    .form-box {
        position: relative;
        width: 100%;
        right: auto;
        bottom: auto;
        margin-top: 20px;
    }

    #carouselGreatgaragefloors .carousel-control-prev,
    #carouselGreatgaragefloors .carousel-control-next {
        display: none;
    }
	.stat-item {
    display: flex;
    align-items: center;
    gap: 11px;
	padding: 10px;}
	.stats-wrapper {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
}
}
@media screen and (max-width: 1199px) {
.navbar-toggler-icon{
    position: relative;
    display: inline-block;
    width: 32px;
    height: 22px;
    background: #ffffff00 !important;
    
}
	.navbar .container {
    background: linear-gradient(
282.31deg, rgb(102 102 102) 17.02%, #000000 93.27%);
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid #f3f3f333;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon{
    border-top: 3px solid #ffffff;
    border-radius: 3px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after{
    content: "";
    position: absolute;
    left: 0;
    width: 32px;
}

.navbar-toggler-icon::before{
    top: 8px;
}

.navbar-toggler-icon::after{
    top: 16px;
}

button.navbar-toggler {
    border: 1px solid #fff;
    padding: 10px;
}
}
@media screen and (max-width: 991px) {
	.customize-sec::before{width:100% !important;}
.about-section .about-content{margin-bottom:20px;}
	.benefits-section .desc {   
    margin-left: 0px !important;
}
	.faq-section .faq-content h2{margin-bottom:20px !important; }
	.faq-section .faq-content h2 br{display:none; }
	section.custom-section.custom-section-two .row, section.custom-section.custom-section-four .row {
        display: flex;
        flex-direction: column-reverse;
    }
	.blog-section .blog-card{margin-bottom:20px;}
	.custom-section .about-image, .Installation-sec .about-image, .minnesota-conditions-sec .about-image, .our-process-section .title-wrapper, .our-process-section .content, .why-system-sec .about-content{margin-bottom:20px;}
}

/* Mobile */
@media screen and (max-width: 767px) {
	.title-wrapper h2{font-size:28px;}
    #carouselGreatgaragefloors .carousel-caption {
        position: absolute;
    left: 5%;
    right: 5%;
    bottom: 4rem;
    max-width: auto;
    text-align: left;
   padding: 0;     
    z-index: 5;
    }
	
	.customize-sec::before{width:100%;}
	.breadcrumb-btn ul{padding:10px;}
	.topbar a, .topbar span{font-size:18px;} 
	.es-field-wrap{margin-bottom:0px;}
	.process-accordion .step, .process-accordion .line, .process-accordion h5{font-size:15px;}
	 #carouselGreatgaragefloors .carousel-item {
        height: auto;
        min-height: 600px; }

    #carouselGreatgaragefloors .carousel-item img {       
        width: 100%;
        height: 600px; 
        object-fit: cover;
        object-position: center;    
      border-radius: 8px;
    }
	.hero-breadcrumb{margin-top:20px;}
	ul.btn-group-custom {justify-content: center;}
    #carouselGreatgaragefloors .carousel-caption h2 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
	
	.Installation-sec .about-content {
    padding-right: 0px;
}
	.title {font-size: 24px; }

    #carouselGreatgaragefloors .carousel-caption p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .btn-group-custom {
        flex-direction: column;
        gap: 10px;
    }

    .btn-group-custom .btn {
        width: 100%;
    }

    .form-box {
        position: relative;
        width: 100%;
        right: auto;
        bottom: auto;
        margin-top: 15px;
        padding: 20px;
    }

    #carouselGreatgaragefloors .carousel-control-prev,
    #carouselGreatgaragefloors .carousel-control-next {
        display: none;
    }

    #carouselGreatgaragefloors .carousel-indicators {
        bottom: 10px;
    }
	.stat-item h2{font-size:28px;}
}
@media screen and (max-width: 420px) {
.navbar-brand img { max-width: 100px;}
	nav.navbar .btn { font-size: 14px !important; padding:10px;}
	.topbar a, .topbar span{font-size:16px;} 
	.process-accordion .step { white-space: nowrap;}	
}

@media screen and (max-width: 370px) {
    .stat-item h2 { font-size: 20px;}

}
.wpcf7-response-output { color: #fff;}
#estimateModal .wpcf7-response-output{color:#000 !important;}
div#respond { display: none;}
.areas-title { min-height: 55px;}