#header .menu ul li .nav-link {
    color: #ffffff;
}
#header .currencies-login .cart-login-search ul li a svg {
    fill: #ffffff;
}
#header .currencies-login .cart-login-search ul li a i {
    color: #ffffff;
}
#header .currencies-login .cart-login-search ul li a svg {
    fill: #ffffff;
}
#header .currencies-login .cart-login-search ul li .cart .number-cart {
    color: #ffffff;
}
.header-v1-h1.menu_scroll_v1 {
    background-color: rgba(#111111, 1);
}

.video-section {
    position: relative;
    overflow: hidden;
}

.video-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* black with 40% opacity */
    z-index: 1;
}

.video-section video {
    width: 100%;
    height: auto;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 1rem;
    z-index: 2; /* stays above the black overlay */
}

.video-overlay .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}

.video-overlay .titles {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.video-button {
    background-color: #ffffff;
    color: #000000;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.video-button:hover {
    background-color: #f0f0f0;
}

/* ✅ Mobile responsive text only */
@media (max-width: 767px) {
    .video-overlay {
        padding: 0.5rem;
        width: 90%;
    }

    .video-overlay .subtitle {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .video-overlay .titles {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .video-button {
        font-size: 14px;
        padding: 10px 20px;
    }
}
/* CSS from section stylesheet tags */
.google-reviews-widget-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

h3.text-xl.font-bold.mb-2.text-center {
    color: white;
    font-size: 38px;
    padding-bottom: 20px;
}
.latest-projects-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.project-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
}

.project-overlay h4 {
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.project-overlay a {
    background-color: white;
    color: black;
    padding: 12px 43px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.project-overlay a:hover {
    background-color: #e5e7eb; /* Tailwind gray-200 */
}

.swiper-button-prev,
.swiper-button-next {
    color: black;
}
.project-icon {
    position: relative;
}

.project-icon .swiper-button-prev,
.project-icon .swiper-button-next {
    font-size: 18px;
    color: #000;
    border: 2px solid #000;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index:0;
}
.project-icon .swiper-button-prev:hover,
.project-icon .swiper-button-next:hover {
    background: #000;
    color: #fff;
}
.project-icon .swiper-button-prev:after,
.project-icon .swiper-button-next:after {
    font-size: 22px;
}

.project-icon .swiper-button-prev {
    right: 70px;
    left: auto;
}
.latest-projects-section {
    width: 100%;
    overflow-x: hidden;
}
@media (min-width: 1024px) {
    h2.text-3xl.font-semibold.mb-6 {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .project-icon {
        padding-bottom: 60px;
    }
}

.custom-marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 10px 0;
}

.marquee-track {
    display: inline-block;
    white-space: nowrap;
    animation: marquee-scroll var(--scroll-speed) linear infinite;
    font-size: 16px;
    font-weight: 500;
}

.marquee-track span {
    display: inline-block;
    margin-right: 50px;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.footer_v4 .top-footer .title_footer h4 {
    color: #ffffff;
}
.footer_v4 .top-footer .info_footer ul li a {
    color: #ffffff;
}
.footer_v4 .top-footer .content_footer {
    color: #ffffff;
}
@media (min-width: 1200px) {
    .custom-col-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
h2.block-title.title_heading {
    font-size: 2rem;
}

.comparison-container {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}
.comparison-container img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.comparison-before {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.2s ease;
}
.comparison-after {
    z-index: 1;
}
.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: white;
    z-index: 2;
    cursor: ew-resize;
}
.slider::before {
    content: "⇔";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: black;
    background: white;
    border-radius: 50%;
    padding: 4px 8px;
}
@media (max-width: 767px) {
    .before-after-slider-section {
        padding: 20px 10px;
    }

    .before-after-slider-section h2 {
        font-size: 1.5rem;
    }
}
.section-banner-v5 .col-banner-6 .img-left .banner-content .button-shop {
    color: #ffffff;
    background: #161616;
    border: 2px solid #161616;
}
.section-banner-v5 .col-banner-6 .img-left .banner-content .button-shop:hover {
    color: #b8aa83;
    background: transparent;
    border: 2px solid #b8aa83;
}
.project-text-part {
    position: relative;
    padding-top: 10px;
}
.project-text-part a.arrow-icon {
    color: #000;
    height: 37px;
    width: 40px;
    display: grid;
    align-content: center;
    text-align: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}
