
:root{
    --primary-color:#8f0505;
    --secondary-color:#1d2434;
}
body,html{
    overflow-x: hidden;
}
.bg-white{
    background-color: #fff !important;
}
.no-border{
    border: none;
}
.plumbing-work-gr{
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#MainHeader{
    background-color: var(--primary-color);
    z-index: 10;
}
#MainSliderArea{
    height: 100vh !important;
    position: relative;
}
#MainSliderArea .slide-full{
    height: 100vh;
    position: relative;
    z-index: 1000;
}
.overlay-main{
    height: 100vh;
    width: 100%;
    background-color: #00000059;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#SlideArea{
    position: relative;
}
.slide-full-content h1{ 
    text-shadow: 3px 4px 8px #000;
    position: relative;
    z-index: 10;
}
.slide-full-content span{
    position: relative;
    z-index: 10; 
}
.slide-full-content p{
    position: relative;
    z-index: 10; 
}
.text-shadow-standard{
    text-shadow: 3px 4px 8px #000;
}
.main-logo{
    height: 140px;
    width: 140px;
    border-radius: 50%;
    position: absolute;
    margin-top: -40px;
    z-index: 999;
}
.owl-carousel .owl-item {
    opacity: 0;
    transition: opacity 0.5s ease-in-out; 
  }
  
.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-stage {
    perspective: 1000px;
}
.sticky-bar{
    background-color: var(--primary-color) !important;
}
.slide-full-content #cta{
    background: var(--primary-color) !important;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20vh !important;
    margin-right: -80% !important;
    z-index: 999;
}
#navigation li{
    position: relative;
    font-size: 14px;
    font-family: sans-serif;
    color: #fff;
    letter-spacing: 1px;
}
#MainHeader ul li a:after{
    content:'';
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid gold;
    border-radius: 50%;
    /* top:0; */
    left:0;
    margin-left: 2px;
    margin-top: 7px;
}
#TopHeaderBN{
    height: 80px;
    background: #fff;
    z-index: 999;
}
#MainHeaderBottom{
    background-color: #fff;
    color: #000;
    height: 50px !important;
    z-index: 999;
}

#MainHeaderBottom li a{
    color: #000;
    margin-top: -15px;
    font-weight: bold;
    font-size: 13px;
    font-family: 'Quicksand';
}
#MainHeaderBottom li a:after{
    content:'';
    position: absolute;
    width: 0px;
    height: 20px;
    border: 1px dotted var(--primary-color);
    border-radius: 50%;
    /* top:0; */
    left:0;
    margin-left: 10px;
    margin-top: 0px;
}
#MainHeader ul li a:hover{
    color: gold !important;
}
#MainHeaderBottom ul li a:hover{
    color: var(--primary-color) !important;

}
.service-area .services-caption{
    background: #ebebeb;
}
.service-area .services-caption p{
    color: #000 !important;
}
.service-area .services-caption h4 a{
    color: crimson !important;
    font-weight: bold;
}
.service-area .services-caption:hover{
    background: #fff;
    border: none;
    box-shadow: 2px 4px 15px rgba(128, 128, 128, 0.582);
}
.service-area{
    background: rgb(82, 23, 23);
}
.popular-work-area .single-cat{
    height: 350px;
}
.popular-work-area img{
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.slider-area2{
    background: url('/assets/images/project-22.jpeg') center no-repeat;
    background-size: cover;
}
.slider-height2{
    background-color: #00082ca6;
}
.text-black{
    color: #333 !important;
}
.object-cover{
    object-fit: cover;
}
.hero-cap2 h2{
    font-size: 85px !important;
    font-weight: 700;
    margin-bottom: 24px;
    color: #fff;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgb(27, 27, 27);
}
.single-box{
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 20px;
    transition: .5s;
}

.single-box h3{
    font-weight: bold;
    color: var(--secondary-color);
}

.single-box:hover{
    background-color: crimson;
    padding: 10px;
    border-radius: 20px;
    transform: rotate(-5deg);
    color: #fff !important;
}

.single-box:hover i{
    color: #fff !important;
}
.mid-hero{
    background-color: var(--primary-color);
    color: #fff;
}
.starups-area.testimonial-area.fix:nth-child(3){
    padding-bottom: 0px !important;
}
.mid-hero{
    padding: 50px;
    font-family: sans-serif;
}

.mid-hero-2{
    padding: 50px;
    font-family: sans-serif;
    background: var(--secondary-color);

}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.gallery-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.gallery-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}
.floating-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}
.project-header {
    margin-bottom: 20px;
}
.project-category {
    background: #007bff;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.floating-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.726);
    color: white;
    padding: 5px 10px;
    font-family: sans-serif;
    border-radius: 5px;
}
.project-info-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}
.thumbnail-list img {
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 5px;
}
.carousel-control-prev,.carousel-control-next{
    width: 40px;
    height: 40px;
    /* bottom: 0; */
    /* position: absolute; */
    margin-top: 40% !important;
    border: 2px solid #ffffff;
    opacity: .8;
    color: #fff !important;
    background: crimson !important;
    border-radius: 50%;
}

.serv-holder .card{
    height: 300px;
    position: relative;
    border: none;
    box-shadow: 4px 7px 15px rgba(170, 170, 170, 0.774);
}

.serv-holder .card .btn{
    /* transform: scale(0.9); */
    position: absolute;
    bottom: 0;
    margin-left: 15%;
    background:var(--primary-color);
    margin-bottom: 20px;
}

.hero {
    background: url('/assets/images/project-18.jpeg') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 100px 20px;
}
.service-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid rgba(168, 168, 168, 0.315);
    margin-bottom: 30px;
}
.service-box:hover {
    background: #e9ecef;
}
.cst-pages{
    height: 50vh !important;
}
.cst-pages h1{
    font-size: 60px;
    text-shadow: 4px 4px 4px rgb(7, 7, 7);
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.btn{
    color: #fff;
    font-family: sans-serif;
    background: var(--primary-color);
}
.page-section{
    padding-top: 100px;
}
.service-box h4{
    font-weight: bold;
    font-size: 20px;
}
#landscape{
    background: url('/assets/images/landscaping.jpg') center no-repeat !important;
    background-size: cover;
}
#interior{
    background: url('/assets/images/interior4.webp') center no-repeat !important;
    background-size: cover;
}
#flooring{
    background: url('/assets/images/laminate.webp') center no-repeat !important;
    background-size: cover;
}
.mini-gallery{
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 10px;
}
.no-border{
    border:none !important;
}
#metal-works{ 
    background: url('/assets/images/iron-works-1.webp') center no-repeat !important;
    background-size: cover;
}
.scroll-down {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0f0f0f8f;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #ffffffbe;
    width: 50px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    animation: bounce 1.5s infinite;
    transition: opacity 0.3s, visibility 0.3s;
}

/* Bounce Animation */
@keyframes bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(-10px); }
}

/* Hide the button when at the bottom */
.hidden {
    opacity: 0;
    visibility: hidden;
}
#navigationXMin {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    font-size: 13px;
    right: 0;
    visibility: hidden;
}

#navigationXMin .nav-item {
    position: relative;
}

#navigationXMin .nav-link {
    position: relative;
    color: #fff;
}

#navigationXMin .nav-link::after {
    margin-top: 5px;
    margin-left: -3px;
}

#navigationXMin .nav-item:before,
#navigationXMin .nav-item:after {
    content: ""; /* Keeps existing pseudo-element styling */
    position: absolute;
}
.btn-main-toggler{
    position: absolute;
    right: 0;
    height: 30px !important;
    border: 1px solid rgba(255, 255, 0, 0.836);
    padding: 10px;
    margin-right: 20px;
    margin-top: 10px;
    display: none;
    font-size: 10px;
}
.btn-main-toggler::before{
    width:0px !important;
}
.btn-main-toggler::after{
    width:0px !important;
}
#MobileViewNavs li a{
    color: #000;
    font-size: 12px;
}

#MobileViewNavs{
    position: fixed;
    top:0;
    left:0;
    width: 100vw;
    display: none;
    margin-top: 100px;
    z-index: 9999;
    background-color: #fff;
}
.floating-social-icons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icon img {
    width: 30px;
    height: 30px;
}

.social-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.facebook {
    background-color: #1877f2;
}

.whatsapp {
    background-color: #25d366;
}

.facebook img,
.whatsapp img {
    filter: invert(1);
}

@media(max-width:768px){
    .hero-cap h2{
        font-size: 50px !important;
    }
    .cst-pages .display-4{
        font-size: 50px !important;
    }
    .btn-main-toggler{
        display: block;
    }
    #navigationXMin{
        visibility: visible;
    }
    .mobile_menu .slicknav_menu .slicknav_btn{
        display: none;
    }
    .main-logo {
        height: 100px;
        width: 100px;
        margin-top: -20px;
        margin-left: -20px;
    }
    #MainHeaderBottom{
        background: #8f0505;
    }
    #MainHeaderBottom .container-fluid{
        background-color: #c61919 !important;
    }
    #navigation{
        display: block !important;
    }
}