.page-header {
    position: relative;
}

.page-header__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.page-header__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.page-header .container {
    position: relative;
    z-index: 2;
}
	
@media only screen and (max-width: 767px) {
    .main-slider-one__content .title-box h2 {
        font-size: 30px;
        line-height: 1.2em;
    }
    
    .project-gallery-wrapper-2 {
        display: none !important;
    }
}

.product-details__inner {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 25px;
}

.logo-one img {
    max-width: 200px;
    height: auto;
}

@media (max-width: 768px) {
    .logo-one img {
        max-width: 140px;
    }
}
	
.logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}

.logo-box img {
    max-width: 200px;
    height: auto;
    display: block;
}
	
.counter-one__single-icon::before {
    border: none;
}
				
.project-four__single-img {
    width: 250px;
    height: 300px;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5;
}

.project-four__single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-four__single-img img.loaded {
    opacity: 1;
}

.image-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 1;
}

.image-loader.hidden {
    display: none;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
	
@media only screen and (max-width: 767px) {
    .main-slider-one__content .title-box h2 {
        font-size: 30px;
        line-height: 1.2em;
    }
    
    .project-gallery-wrapper-2 {
        display: none !important;
    }
}

.product-details__img img {
    border-radius: 5px;
}
	
.page-header__bg::before {
    display: none !important;
}

.page-header__bg {
    background-blend-mode: normal !important;
}

.main-slider-one__bg {
    background-blend-mode: normal !important;
    transform: scale(1) !important;
    transition: none !important;
    position: absolute !important;
    z-index: -1 !important;
}

.main-slider-one__bg::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    content: "";
    z-index: 0;
    display: block !important;
}

.main-slider-one .active .main-slider-one__bg {
    transform: scale(1) !important;
}

.main-slider-one__content {
    position: relative;
    z-index: 1;
}

.main-slider-one__btn .thm-btn:hover {
    color: var(--cleanin-base) !important;
}
