
:root {
    --primary-color: #2A0907;
    --primary-red:#B50505;
    --primary-gradient01: linear-gradient(to bottom left, red, rgb(150, 118, 118));
    --primary-gradient: linear-gradient(to bottom left, var(--primary-color-light), rgb(207, 205, 205));
    --primary-color-light: #ff00000f;
    
}
.fs-11{
    font-size: 11px;
}
.w-90{
    width: 90%;
}
.fs-15{
    font-size: 15px;
}
.icon-box{
    border-radius: 50%;
    background: green;
    padding: 4px;
    color: white;
    font-size: 13px;
}
.text-sentence {
    text-transform: lowercase;
}

.text-sentence::first-letter {
    text-transform: uppercase;
}
.light-color{
    background-color: var(--primary-color-light);
}
ul{list-style-type: none;padding-left: 0px;}
a{text-decoration: none;}
.navbar-visible {
    display: block;
} 
.color{color: var(--primary-red);}
.font_size{font-size: 42px;font-weight: 650;} 
body{
    position: relative;
} 
/* go to top */
#topbtn {
    position: fixed;
    bottom: 20px;
    right: 31px;
    z-index: 999999999;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: var(--primary-red);
    border: 2px solid white;
    color: white;
    cursor: pointer;
    border-radius: 15px;
    width: 42px;
    height: 45px;
}
#topbtn:hover,#topbtn:hover span {
  background-color: white;
  border: 2px solid var(--primary-red);
  color: var(--primary-red);
}
@media (min-width:940px) {
    .navbar-toggler01{display: none;}
}
@media (max-width:425px) and (min-width:800px) {
    .container-service{
        width: 328px !important;
    }
    .content05-image{display: none;}
}
@media (max-width:425px) {
    .blog-br{
      display: block !important;
    }
    #topbtn{
      width: 45px;
      height: 45px;
      padding: 10px;
    }
    .project_div h5{border-left: none !important;padding-left: 0px !important;font-size: 18px;margin-top: 10px;}
    .project_div h3{border-left: none !important;padding-left: 0px !important;font-size: 18px;margin-top: 10px;}
    .project_div .project_text img {width: 35px !important;}
}
/* nav  */
.navbar01 a{
    color: white;
}
::selection{
    background-color: var(--primary-red);
    color: white;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: var(--primary-red); 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: black; 
}
/* .navbar {
    position: fixed;
    top: 0px;
    z-index: 1111111111111111111111;
    width: 100%;
} */
 /* CSS */
 .qklist{
    display: flex;
    align-items: center;
 }
 .social-media-icon{
    font-size: 20px;
    color: white;
 }
.navbar {
    position: relative;
    transition: all 0.3s ease;
  }
  .navbar.fixed .nav-item .nav-link{
    color: black;
  }
  .navbar.fixed .nav-item .nav-link.active{
    color: black;
    border-bottom: 2px solid  black;
  }
  .navbar.fixed {
    position: fixed;
    top: 0;
    z-index: 1111111111;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* optional */
    background-color: white;
  }
  .search-nav.fixed-search .nav-link{
    color: black;
  }
  .search-nav{
    display: none !important;
  }
  .search-nav.fixed-search{
    position: fixed;
    top: 77px;
    right: 76px;
    z-index: 1111111111;
    display: flex !important;
    align-items: flex-end;
  }
  .search-next{
    background-color: white;
    border-radius: 8px;
    border: 1px solid #ddd;
  }
.navbar01 {
    padding: 15px 30px;
    border-radius: 12px;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1200px;
    z-index: 222222;
    transition: 0.3s ease-in-out;
}
.navbar.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    font-size: 1.7rem;
    font-weight: bold;
    color: #333;
}
.nav-link04:hover{color: gray !important;border: none !important;outline: none !important;}
.nav-link04{
    color: black !important;
    border: none !important;
}
.nav-link04.active{
    color: var(--primary-color) !important;
    border: 1px solid red !important;outline: none !important;
}
.nav-link00:hover.active{
    /* background-color: var(--primary-red); */
}
.nav-link00.active{
    color: var(--primary-red) !important;
}
.nav-link{

}
.nav-link00{
    color: black;
    font-size: 17px;
    padding: 8px 17px;
    font-weight: 500;
    transition: background 0.3s ease, color 0.3s ease;
}
.nav-link01 {
    color: black;
    font-size:  15px;
    padding: 10px 20px;
    transition: background 0.3s ease, color 0.3s ease;
}
.nav0101.active{
    /* border: 2px solid #f5f5f5;
    border-radius: 2px; */
}
.nav0101{
    /* padding: 3px 20px !important;
    border: 2px solid #f5f5f5; */
    border-radius: 2px;
}
.nav-link:hover {
    background: rgb(255 255 255);
    color: black;
}
.navbar-container{
    border: 2px solid white;
    border-radius: 50px;
    padding: 4px 10px;
}
.hover-disable{
    background-color: white !important;
    color: black !important;
    cursor: pointer;
}
/* active navbar*/
.navbar-nav .nav-link {
    color: white;
    transition: color 0.3s, background-color 0.3s;
}
.navbar-nav .nav-item .nav-link.active{
    border-bottom: 2px solid white;
    color: white;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #fff !important;  
    background-color: var(--primary-red) !important;
    border-radius: 5px;
}

.language-dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--primary-red) !important;
    color: #fff !important;
}

/* index banner */
.carousel-item00 h1{
    font-size: 44px !important;
    font-weight: 650;
    background: rgb(0 0 0 / 50%);
    border-radius: 0px 0px 49px 0px;
    letter-spacing: 2px;
    word-spacing: 2px;
}
.about_banner .div{
    position: absolute;
    bottom: 0%;left: 50%;
    transform: translate(-50%, 0);
    background: #ffffff96;
    border-radius: 10px 10px 0px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.autofil{
    position: absolute;
    /* top: 48px; */
}
.about_banner{
    position: relative;
    height: 60vh;
}
.carousel-item01{
    position: relative;
    height: 70vh;
}
.only-image{
    height: 60vh;
}
/* .carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
} */
 .carousel-indicators01{
    width: 70% !important;
 }
.carousel-indicators{
    /* display: flex;
    justify-content: space-around; */
    color: white;
    width: 37%;
}
.carousel-item00 img {
    position: relative;
    z-index: 0;
}
.banner-btn{
    display: flex;
    width: 51px;
    height: 200px;
    top: 39%;
    position: absolute;
    right: 54px;
}
.carousel-control-prev01{
    top: 50% !important; 
    transform: translate(9px, -50%);
}
.carousel-control-prev{
    right: 0px !important;
    top: 98px;
}
.carousel-control-prev,.carousel-control-next{
    width: 52px;
    height: 53px;
    border: 1px solid;
    padding: 12px;
}.carousel-item00 img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.carousel-item01::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 96%)); 
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgb(0 0 0 / 96%));  */
    z-index: 1;
}
.banner_heading{position: relative;}
.banner_heading::after{
    position: absolute;
    content: '';
    top: 20%;
    width: 20px;
    height: 121px;
    background-color: yellow;
    left: -14px;
}
.banner_heading::before{
    position: absolute;
    content: '';
    bottom: 35%;
    width: 124px;
    height: 2px;
    background-color: white;
    right: 10%;
}
@media screen and (max-width:900px) {
    .sub_project_content01{height: 249px !important;}
    .foo-con{width: 100% !important;}
}
@media screen and (max-width:850px) {
    .carousel-item01 {
        height: 350px; 
    }
}
@media screen and (max-width:450px) {
    
    .mobile-view-close{display: none ;}
    .display-foo{border-bottom: 1px solid rgba(255, 255, 255, 0.329);}
    .carousel-item{margin: 0px !important;}
    .img-show swiper-slide{
        height: 282px !important; 
    }
}
@media screen and (max-width:768px) {
    
    .all-property{bottom: 36px !important;}
    .nav0101{padding: 3px 11px !important;}
    .head-carousel h5{font-size: 9px;}
    .head-carousel span{font-size: 11px !important;}
    .carousel-indicators [data-bs-target] {
        width: 8px !important;
        height: 8px !important;
    }
    .head-carousel button{font-size: 12px;}
    .carousel-indicators{margin-bottom: 0px !important;margin-left: 0px !important;}
    .head-carousel{
        height: 118px !important;
    }
    .foo-con {width: 100% !important;text-align: justify;}
    .down-arrow{display: inline-block ;}
    .contact-border{border-bottom: none !important;}
    .contact-img{display: none !important;}
    .ste-pragrph{text-align: justify;font-size: 12px;}
    .pro-div .icon_location {width: 40px !important;}
    .pro-div span{font-size: 12px !important;}
    .vision{border-bottom: 1px solid #ff000070;border-right: 0px !important;}
    .about-first-para h6::before{left: 34% !important;}
    .about-first-para{text-align: justify !important;}
    .call-details{display: none;}
    .banner_heading::before,.banner_heading::after{display: none;}
    .carousel-item00 h1 {
        font-size: 31px !important;
    }
    .banner-btn {
        width: 33px;
        height: 151px;
        top: 75%;
        right: 12px;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 33px;
        height: 28px;
        padding: 8px;
        z-index: 55555555;
    }
    .carousel-control-prev {
        top: 55px;
    }
    .about_banner{height: 250px;}
    .service_icon {
        width: 67px !important;
        height: 67px !important;
    }.service_icon img {
        width: 30px !important;
    }.oruservice05-image {
        width: 100% !important;
        height: 88% !important;
    }
    .icon_locaiton{font-size: 12px;}
    .experience h6{font-size: 11px;}
    .location{display: contents;}
    .foo-con{margin: 0px !important;}  
    .sub_project_content{height:230px !important;};
    .sub_project_content h3{font-size: 1.25rem !important;};
}
.location{display: none;}
@media screen and (max-width:552px) {
    .content04-image img {position: relative !important;width: 90% !important;top: 0px !important;left: 0px !important;}.abt01{padding: 0px !important;}.swiper04-image img{position: relative !important;width: 90% !important;top: 0px !important;left: 12px !important;}.project-img img{transform: translate(0%, 0%) !important;}
    .home-banner{left: 50%;transform: translate(-50%, 50%) !important;}.nl{display: none !important;}.nav-bar{justify-content: space-evenly;}.nav-bar01 a{padding: 6px !important;}.nav-bar01 a{    font-size: 16px !important;}.search-item input{font-size: 14px !important;}
    
    .area-box {
        height: 323px !important;
    }
}
@media (min-width:551px) and (max-width:992px) {
    .content04-image img,.swiper04-image img {position: relative !important;width: 42% !important;top: 0px !important;left: 0px !important;transform: translate(0px, 0px) !important;}
    .swiper04-image{display: flex;justify-content: center;}
}
.swiper04-image{width: 100%;height: 100%;}
.swiper04-image img{
    width: 460px;
    object-fit: cover;
    position: absolute;
    top: -175px;
    left: -16%;
}

/* abt */
.content05-image{width: 100% !important;height: 250px !important;}
.content04-image{width: 75%;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.content04-image img{width: 425px;object-fit: cover;position: absolute;top: -15%;left: 10%;}
@media screen and (max-width:992px) {.about_banner h1{font-size: 22px !important;}.about_banner h6 {font-size: 16px !important;}.form_comment{width:100% !important;text-align: center;font-size: 12px;}.contact_gap{height:100px !important}.magicmadu{font-size: 30px !important;color: #80808033;}.fa-money-bill {font-size: 25px;}.tp-section-title {font-size: 20px;}.tp-el-content{text-align: justify;font-size: 12px;}}
.content05-01{background-color: #FEFCE3;width: 100%;height: 80%;}
.content05-02{height: 90%;}.arrow-readmore{font-weight: 550 !important;font-size: 17px;}

/* 3content */
/* .how_make{background-color: #FEFCE3;} */


/* our service */
#nav-tab .nav-link.active {
    /* border-bottom: 3px solid var(--primary-red) !important; Change 'red' to any desired color */
    /* border: 2px solid #a19d9d; */
    border-radius: 2px;
    /* background: #f0f0f0; */
}

.oruservice05-image{width: 100% ;height: 100% ;overflow: hidden;}
.oruservice04-image img {
    width: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.service{cursor: pointer;}
.about_color{font-size: 13px;color: #6a6565;}
.border_about{overflow: hidden;padding: 0px;box-shadow: rgb(0 0 0 / 0%) 0px 1px 3px 0px, rgb(27 31 35 / 1%) 0px 0px 0px 1px;border-radius: 7px;transition: box-shadow 0.5s ease-in-out;}
.border_about:hover{box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;}
.service_icon{width: 80px;height: 80px;border-radius: 50%;background: #8080801c;display: flex;justify-content: center;align-items: center;position: absolute;right: -10px;bottom: -34px;display: none;}
.service_con{position: relative;}.service_icon img{width: 44px;}
.btn:hover{    
    background-color: white;
    color: var(--primary-red);
}
.btn{
    border: none;
    font-size: 18px;
    border-radius: 10px;
    background-color: var(--primary-red);
    color: white;
}.experience{background-color: var(--primary-red);}
.icon_location{width: 27px;}
/* project */
.project_div,.project_div img{
    width:100%;
    height:100%;
    position: relative;
}
.project_div .project_text img{ width: 74px;}
.project_div .project_text{
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 11;
}
.project_text_sm img{width: 42px !important;margin-bottom: 10px;}
.project_main::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #b505059a, #B50505) !important; 
    z-index: 1;
}
.project_div::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(181, 5, 5, 0.521), rgba(181, 5, 5, 0.521)); 
    z-index: 1;
}
.sub_project_content{height:510px;}
.sub_project_content01{height:253px;}
.project_div h5,.project_div h3{border-left: 5px solid white;padding-left: 20px;}
/* testimonial */
.testimonials h2 {
    font-size: 2rem;
    margin-top: 20px;
    color: #222;
}

.testimonial-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.testimonial-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: 400px;
    text-align: center;
    background: linear-gradient(to top right, var(--primary-red) 4%, white 4%);
}

.testimonial-box img {
    width: 100px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.testimonial-box p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.testimonial-box h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.stars {
    font-size: 20px;
    color: gold;
}
/* footer */
.footer-angle{
    font-size: 12px;
    font-weight: 550;
}
.icon-li{
    font-size: 18px;
    font-weight: 500 !important;
}.foo-con{width: 80%;margin: auto;}.bg-section4 a{font-size: 13px;}
.bg-section4 a,.bg-section4 p,.bg-section4 li,.bg-section4 h6,.bg-section4 hr{
    color: white;
}
.bg-section4{
    background-color: var(--primary-color);
}
.btn-language {
    background-color: white;
    border: 1px solid #ddd;
    padding: 5px 15px;
    font-weight: bold;
    color: black;
}

.btn-language:hover {
    background-color: #f8f9fa;
}
.project-position{
    position: absolute;
}
/* footer ennd */
/* about page */
.about-first-para{background-color: #FEFCE3;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.about-first-para h6{color: #676363;position: relative;}
.about-first-para h6::before{
    background-color: var(--primary-red);
    width: 81px;
    height: 4px;
    content: '';
    position: absolute;
    top: -65%;
    left: 46%;
}
.about-heading{
    position: absolute;
    bottom: 17%;
    background: #ffffff8c;
}
.about-first-para p{color: #6a6565;}
.mision{background-color: #FEFCE3;text-align: justify;}
.mision i{
    font-size: 50px;
    color: var(--primary-red);
}
.vision{border-right: 1px solid #ff000014;}
/* service */
.box-service img{    width: 64%;}
.box-service{
    width: 80%;
    height: 178px;
}
.service-p{color: #c5acac !important;}
.service-btn{background-color: white !important;color: var(--primary-red) !important;}
.view-main-page{cursor: pointer;    font-size: 25px;color: var(--primary-red);}
/* project */
.service_div:hover h3 a{
    text-shadow: #ff000091 1px 0 10px;
}
.service_div{
    background: #000000;
}
.service_div img{
    opacity: 0.6;
}
.service_div,.service_div img{
    width:100%;
    height:100%;
    position: relative;
}
.service_div .service_text img{ width: 74px;}
.service_div .service_text{
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 11;
}
.service_div h5,.service_div h3{padding-left: 20px;}
.service_div .project_text {
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 11;
}
.service01{border-radius: 0px 0px 10px 10px;}
.s-d .project_text img{    width: 110px !important;    height: 106px;}
.s-d .project_text img{z-index: 111;}
.s-d .project_text a{position: relative;z-index: 111;}
.s-d .project_text::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffdb;
    z-index: 1;
}
.service_div .project_text01{ 
    width: 79%;
    height: 84%;
    left: 50%;
    transform: translate(-50%, 0);
    top: 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* project */
.project-img img{
    width: 460px;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: -16%;
    top: 50%;
    transform: translate(0%, -50%);
}
.project-color{
    background-color: #8080801a;
}
.pro-div{
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #ffffff96;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.pro-div  span{
    font-size: 20px;
    font-weight: 550;
    color: var(--primary-red);
}
.pro-div .icon_location {
    width: 56px;
}
/* event */
.event-image,.event-image img{
    width: 100%;
    height: 245px;
}
.event-bg{background-color: #ffffff96;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.event-boxshadow{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
/* testimonial */
.about_banner .div-testimonial h1{border-bottom: 2px solid;}
.about_banner .div-testimonial{
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%, 0);
    background: linear-gradient(185deg, #b5050517, #B50505);
    border-radius: 10px 10px 0px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* contact */
.contact-border{border-bottom: 2px solid #80808042;}














        /* Top Navigation Menu */
        .nav-bar {
            /* height: 44px; */
            display: flex ;
            align-items: center;
            gap: 20px;
            font-size: 16px;
            justify-content: space-around;
            border-bottom: 1px solid #8080807d;
        }

        .nav-bar01 a {
            color: gray;
            font-weight: 500;
            font-size: 18px;
            padding: 15px;
            border-bottom: 4px solid transparent;
            transition: color 0.4s ease, border-color 0.4s ease;
        }
        
        .nav-bar a:hover {
            color: black;
        }
        
        .nav-bar01 a.active {
            border-bottom: 4px solid var(--primary-red);
            color: var(--primary-red);
        }
        
        /* Search Bar */
        .search-container {
            height: 66px;
            display: flex;
            width: 100%;
            align-items: flex-start;
            justify-content: flex-end;
            margin: 0px;
        }

        .search-item {
            display: flex;
                align-items: baseline;
                padding: 10px 15px;
                margin: 0px;
                cursor: pointer;
                position: relative;
                height: fit-content;
        }

        .search-item .search-i {
            margin-right: 8px;
            color:  #9c9999b8;
        }
        .search-item .selectinput,
        .search-item select {
            width: 100%;
        }
        .search-item input,
        .search-item select {
            border: none;
            background: transparent;
            outline: none;
            font-size: 16px;
            color: gray;
        }

        .search-btn {
            background: var(--primary-red);
            color: white;
            border: none;
            /* padding: 12px 25px; */
            /* border-radius: 50px; */
            font-size: 15px;
            display: flex
        ;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            height: max-content;
            width: fit-content;
            padding: 10px;
            border-radius: 5px;
        }

        .search-btn i {
            margin-right: 8px;
        }

        @media (min-width: 1024px) and (max-width:1366px) {
            .carousel-item01{
                height: 500px ;
            }
            .search-nav.fixed-search{
                right: 99px !important;
            }
        }
        @media (min-width: 768px) and (max-width:1100px) {
            .search-container .col-lg-3{
                display: none !important;
            }
            .only-image{
                height: 41vh;
            }
            .img-show swiper-slide{
                height: 30vh !important;
            }
        }
        @media (max-width: 767px) {
            .inPageSearchBox__nl{
                display: none !important;
            }
            .area-box p a{
                font-size: 13px !important;
            }
            .oruservice05-image{
                display: flex;
                justify-content: center;
            }
            .service_con{
                text-align: center;
            }
            .gradient-overlay{
                left: 0px !important;
                width: 100% !important;
            }
            .carousel-item .position-relative {
                padding: 0px;
            }
            .carousel-item{
                width: 100%;
                margin-left: 10px;
            }
            .search-container {
                justify-content: center;
                flex-wrap: wrap;
                width: 100%;
                padding: 13px !important;
            }
            .search-item {
                padding: 0px !important;
                flex: 1 1 100%;
                justify-content: center;
                border-right:none !important;
                /* border-bottom: 1px solid #80808026 !important; */
            }
            .search-item01 {
                margin-top: 0px !important;
                margin-bottom: 0px !important;
            }
            .search-btn{
                margin-top: 10px !important;
                margin-bottom: 10px !important;
            }
            .group1{
                width: 302px !important;
            }
            .img-fluid{
                max-width: 100% !important;
                /* height: 200px !important; */
            }
            .locaiton{font-size: 13px !important;}
            .gap-2{display: flex;flex-direction: column;}
            .info-box div,.info-box strong{font-size: 13px !important;}
            .popup-container {
                width: 89% !important;
                height: 450px !important;
            }
        }
.features-check{font-size: 13px;color: green;}

.dropdownhr{
    width: 66%;
    text-align: center !important;
    margin: 15px auto;
}









        .filter-group {
            margin-bottom: 20px;
        }
        .filter-group h6 {
            font-weight: bold;
            margin-bottom: 10px;
        }
        .btn-filter {
            border-radius: 20px;
            padding: 5px 15px;
            border: 1px solid #ddd;
            background-color: #f8f8f8;
            color: #333;
            font-size: 14px;
            margin: 5px;
        }
        .btn-filter.selected {
            background-color: #f4d7d7;
            color: black;
            font-weight: bold;
        }
        .rotated {
            transform: rotate(180deg);
            transition: transform 0.3s ease;
        }
        .group1{
            z-index: 44;
            position: absolute;
            background: white;
            top: 57px;
            width: 460px;
            padding: 11px;
            /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
            box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
        }
        .form-control:focus{box-shadow: none !important;}
        .group2 {
            position: absolute;
            background: white;
            width: 100%;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
            border-radius: 5px;
            /* display: none; */
            z-index: 10;
            top: 57px;
            left: 0px;        
        }
        
        .drop {
            padding: 10px;
        }
        
        .price-list {
            max-height: 150px; 
            overflow-y: auto; 
        }
        
        .price-btn {
            display: block;
            width: 100%;
            text-align: left;
            background: none;
            border: none;
            padding: 5px 10px;
            font-size: 14px;
            margin: 0px;
        }
        .min-btn{
            background: none;
            border: 1px solid gray !important;
            border-radius: 16px;
            padding: 3px 8px;
            width: 46% !important;
        }
        .dropdown-icon {
            transition: transform 0.3s ease;
        }
        .container-service .container-service-img {
            transition: transform 0.5s ease-in-out;
        }
        
        /* .container-service:hover .container-service-img {
            transform: scale(1.1) rotate(5deg) translateY(-5px);
        } */
        .all-property:hover i {
            transform: translateX(7px); 
            transition: transform 0.3s ease-in-out; 
        } 
        .container-service:hover .container-service-img {
            transform: scale(1.2); /* Zoom in by 20% */
            transition: transform 0.5s ease-in-out; /* Smooth zoom effect */
        }
        


        .container-service{
            width: 328px ;
        }
       .container-service {
            position: relative;
            overflow: hidden;
            cursor: pointer; 
        }
        .service-view-more {
            width: auto;
            background: var(--primary-red);
            border: none;
            outline: none;
            border-radius: 20px;
            color: white;
            padding: 4px 16px;
        }
        .con-ser{
            height: 83px;
            background: white;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            transition: bottom 0.4s ease-in-out, opacity 0.3s ease-in-out;
            bottom: -50px; 
            opacity: 0; 
        }
        .container-service:hover .con-ser {
            bottom: -2px;
            opacity: 1;
        }
        .service_con h6{
            color: gray;
            font-weight: 450;
        }
/* flat page */
.property-title {
    font-size: 22px;
    font-weight: bold;
}
.property-title a {
    color: #007bff;
    text-decoration: none;
}
.property-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.property-details {
    font-size: 16px;
    font-weight: bold;
}
.info-boxx {
    position: sticky;
    top: 139px !important;
}
.info-box {
    position: sticky;
    top: 122px;
}
.info-box01 {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
}
.btn-danger {
    background-color: var(--primary-red);
    border: 1px solid var(--primary-red);
    padding: 7px 15px;
    border-radius: 50px;
    color: white;
}
.btn-danger-index {
    background-color: var(--primary-red);
    border: 1px solid var(--primary-red);
    padding: 7px 15px;
    color: white;
}
.btn-outline-danger:hover{
    background-color: var(--primary-red);
    border: 1px solid white;
    color: white;
}
.btn-outline-danger{
    background-color: white;
    border: none;
    padding: 7px 15px;
    border-radius: 50px;
    color: var(--primary-red);
    border: 1px solid var(--primary-red);
}
.btn-danger:hover {
    background-color: white;
    border: 1px solid var(--primary-red);
    color: var(--primary-red);
}
.property-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}
.property-header {
    font-size: 18px;
    font-weight: bold;
}
.location-link {
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
}
.property-info {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.property-images img {
    border-radius: 10px;
}
.contact-buttons .btn {
    width: 100%;
}.rate, .rate a,.locaiton,.locaiton a,.rate01 a{font-weight: 400;color: gray;cursor: pointer;}
.rate{font-size: 15px;}.pro-icon{font-size: 12px;}.fs-6 {font-size: 14px !important;}
.home-go{text-decoration: underline;}
.loadingbutton{
    background-color: gray !important;
}
    .popup-container01 {
        width: 100%;
        height: 100%;
        background: #00000066;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 11111111111111111111111;
    }
    .popup-container {
        width: 33%;
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        height: 68%;
        }
        .popup-header {
            font-size: 14px;
            font-weight: bold;
            background: #fff9e6;
            padding: 10px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            gap: 5px;
            margin-bottom: 15px;
        }
        .popup-header img {
            width: 20px;
        }
        .continue-get-contact{
            background: var(--primary-red);
            border: none;
            outline: none;
            border-radius: 20px;
            color: white;
            padding: 8px 16px;
            width: 74%;
        }
        .peroson-icon{
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 1px solid black;
        }
        .error-text{color: red;}






















        .pill {
            /* display: flex; */
            align-items: center;
            background: #fdeeee;
            color: black;
            border-radius: 20px;
            padding: 5px 10px;
            font-size: 16px;
            margin-right: 8px;
            text-transform: capitalize;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: relative;
            height: 35px;
        }
        .pill .close-icon {
            margin-left: 5px;
            cursor: pointer;
            font-weight: bold;
            color: #d9534f;
            position: absolute;
            right: 0px;
            width: 28px;
            background: white;
            text-align: center;
            font-size: 18px;
            border-radius: 50px;
            border: 1px solid #00000012;
        }
        .selectedPill{
            border-radius: 16px;
            color: #303030;
            /* cursor: default; */
            font-size: 16px;
        }
        .box-search{
            border-radius: 7px;
        }







        
.selectedPill{
    cursor: pointer;
}
.selectedPill::-webkit-scrollbar {
    display: block;
    height: 0px;
}




.carousel-control-prev,
.carousel-control-next {
    border-radius: 50%;
}

/* Center the buttons vertically */
.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 18px;
    top: 50%;
    transform: translate(10px, -50%);
}
.carousel:hover .fa-angle-right,
.carousel:hover .fa-angle-left{
  font-size: 23px;
  color: var(--primary-color);
}
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    background: #ffffff7d;
    opacity: 1;
}
.mySwiper{
    cursor: pointer;
}
.mySwiper h6{
    color: var(--primary-red);
}
.mySwiper .info-box01{
    height: 120px;
    background: white;
    text-align: center;
}
.text-container01 {
    position: fixed;
    bottom: 20px;
    left: 20px;
}
.text01 {
display: none;
background: wheat;
color: black;
padding: 10px;
margin: 5px 0;
border-radius: 5px;
}


.head-carousel button{
    width: 94%;
    background: var(--primary-red);
    color: white;
    border: none;
    outline: none;
    border-radius: 5px;
}
.head-carousel h5{
    width: max-content;
    background: white;
    padding: 5px 20px;
    color: black;
    border-radius: 12px;
}

.head-carousel{
    width: 100%;
    height: 200px;
    border-radius: 5px;
    overflow: hidden !important;
}
.head-c-heading .second{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
    }
.head-c-heading{
    z-index: 1;
    position: absolute;
    bottom: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}





.title-only-image{
    background: var(--primary-red);
    color: white;
    padding: 5px 10px;
    margin: 10px;
}

.carousel-indicators01 [data-bs-target]{
    width: 7px !important;
    height: 7px !important;
}
.carousel-indicators [data-bs-target]{
    cursor: pointer;
    list-style-type: none;
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    line-height: 20px;
}

.carousel-indicators li span {
    visibility: hidden;
}

.carousel-indicators li .indicator-text {
    visibility: visible; 
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.carousel-indicators li.active {
    background-color: var(--primary-red); 
}
.all-property{
    position: absolute;
    right: 0px;
    bottom: 5px;
}
.tab-pane{
    position: relative;
}
.head_all::after{
    /* content: ''; */
    /* position: absolute;
    width: 168px;
    height: 5px;
    background: var(--primary-red);
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 50%; */
}
.head_all{
    width: fit-content;
    position: relative;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--primary-red);
}
.container-service {
    position: relative;
}
/* .container-service::after{
    position: absolute;
    content: 'Contact now';
    width: auto;
    height: auto;
    background-color: var(--primary-red);
    top: 0px;
    padding: 3px 10px;
    color: white;
} */
.container-service::before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    position: absolute;
    top: 6px;
    color: white;
    font-size: 13px;
    z-index: 1;
    left: 6px;
}
/* .container-service .service{
    position: relative
}; */
.container-service .service::before {
    content: "Book now";
    background-color: #7a7a11;
    position: absolute;
    bottom: 5px;
    padding: 3px 10px 3px 26px;
    color: white;
    border-radius: 0px 0px 10px 0px;
    right: -21px;
    rotate: -30deg;
    width: 130px;
    text-align: center;
}
.container-service::after {
    content: " Contact now";
    background-color: var(--primary-red);
    position: absolute;
    top: 0px;
    padding: 3px 10px 3px 25px;
    color: white;
    border-radius: 0px 0px 10px 0px;
}

@keyframes ringAnimation {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(30deg);
    }
    50% {
        transform: rotate(-30deg);
    }
    75% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.container-service:hover::before {
    animation: ringAnimation 0.9s ease-in-out 2; 
}

.sub-nav{
    background-color: var(--primary-red);
}
    
.con-sec-side-nav {
    width: fit-content;
}

.line-side-nav {
    position: fixed;
    height: 65vh;
    width: 4px;
    background: rgba(5, 5, 5, 0.35);
    border-radius: 6px;
}
.line-side-nav:not(.progressBar):first-child {
  left: 25%;
}
.line-side-nav:not(.progressBar):last-child {
  right: 25%;
}
.line-side-nav:not(.progressBar):last-child::after {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.16, 0, 0.2, 0.9);
          animation-timing-function: cubic-bezier(0.4, 0.16, 0, 0.2, 0.9);
}
.line-side-nav:not(.progressBar)::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0) 0%, #111 75%, #111 100%);
  -webkit-animation: run 7s 0s infinite;
          animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.progressBar {
    margin-left: calc(-25% + 15vh);
    left: 20%;
    top: 25%;
}
.progressBar .inner {
  background: #111;
  width: -webkit-fill-available;
  height: 0%;
  position: absolute;
  border-radius: 5px;
}

.nav-sec span a {
    color:black;
}
.nav-sec span {
    padding: 5px 10px;
    font-size: 13px;
    text-align: end;
    width: fit-content;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.nav-sec{
    position: fixed;
    top: 25%;
    left: 3%;
    display: flex;
    flex-direction: column;
    height: 65vh;
    justify-content: space-around;
    text-align: end;
}
@media screen and (max-width:1280px) {
    .progressBar {
    left: 17%;
    }
}
@media screen and (max-width:920px) {
    .con-sec-side-nav{
        display: none;
    }
}
.invest-card {
    background: linear-gradient(to right, #111827, #1f2937); /* dark gradient */
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }

  .highlight-text {
    color: #fbbf24; /* gold-ish color */
  }

  .icon-star::before {
    content: "★ ";
    color: #adb5bd;
  }

  .visit-btn {
    background-color: #403E58;
    border: none;
    font-size: 13px;
  }

  .visit-btn:hover {
    background-color: #5a6268;
  }

  .con-home-page{
    width: 90%;
    margin: auto;
  }

 .heading-inside-img{
    width: fit-content;
    position: relative;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--primary-red);
    top: 20% !important;
    left: 16% !important;
 }
  swiper-container {
    --swiper-navigation-color: red;
    --swiper-pagination-color: var(--primary-red);

  }
  .gradient-overlay {
    position: absolute;
    top: 0;
    left: 13px;
    height: 100%;
    width: 90%;
    border-radius: 0.375rem; 
    background: linear-gradient(to bottom, #0000007a, rgb(0 0 0 / 63%));
    z-index: 1;
  }

  .heading-inside-img {
    z-index: 2; 
  }
  .only-img{
    object-fit: cover;
  }
  swiper-container::part(button-prev),
  swiper-container::part(button-next) {
    width: 36px;
    height: 36px;
    background: white;
    border-radius: 50%;
    transform: scale(0.6); 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  
  swiper-container::part(button-prev)::before,
  swiper-container::part(button-next)::before {
    font-size: 18px;
  }
  .caption_subdued_large {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #8993a4;
    display: block;
    text-align: left;
    vertical-align: middle;
}
.img-show swiper-slide{
    height: 300px
}
.all-list,.all-list img{
    width: 233px;
    height: 142px;
    border-radius: 6px;
}
.area-box h5{
    color: var(--primary-red);
}
.area-box{
    width: 90%;
    height: 344px;
    background: white;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-shadow: rgb(219 0 0 / 8%) 0px 7px 29px 0px;
    position: relative;
}
.area-box p a{
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: black;   
    text-align: left;
    vertical-align: middle;
    text-decoration: dotted;
}
.area-box div{
    position: relative;
}
.area-box div p::before {
    content: '';
    width: 15px;
    height: 6px;
    background-color: var(--primary-red);
    position: absolute;
    top: 25px;
    left: 20px;
    border-radius: 10px;
}
.buildbox {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    width: 95%;
    height: 85%;
}
.builder-box{
    height: 46%;
}
.builder-box .img{
    width: 70%;
    height: 33%;
}
.visva{
    width: 70px;
    height: 80px;
}
.build-img-contain{
    width: 86%;
    height: 73%;
    border: 1px solid #80808033;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buildbox h5{
    font-size: 14px;
}
.home-banner{
    background: white;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    position: absolute;
    /* bottom: -66px; */
    bottom: 50%;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: translate(0px, 50px);
}
.search-container .col-lg-3{
    font-size: 17px;
    font-weight: 600;
    color: var(--primary-red);
    display: block;
    text-align: center;
    border-right: 1px solid #8080807d;
}
@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#searchResults.animate-slide {
    animation: slideUp 0.3s ease-out;
}
.tab-pane {
    
  }
  .carousel-item,.container-service-home{
    position: relative;
  }
  .heart-icon {
    position: absolute;
    top: -4px;
    right: 23px;
    font-size: 38px;
    color: white;
    z-index: 9999;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  @media (max-width: 720px) {
    .all-list, .all-list img{
        width: 100% !important;
    }
  }
  @media (min-width: 720px) {
    .heart-icon{ 
    display: none;
    }
    .carousel-item:hover .heart-icon, .container-service-home:hover .heart-icon ,.heart-icon:hover{
        display: block;
      }
  }
  

  
  .heart-icon.active {
    color: red;
  }
   .font-heart{
    font-size: 28px;
   }
   .font-heart-a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /* border: 0.01px solid; */
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .liked {
    color: white;
  }
  
  .not-liked {
    color: white;
  }
  .heart-liked {
    background-color: red;
  }
  
  .heart-not-liked {
    background-color: gray;
  }
/* Initial styling for the hearts */
.heart-before, .heart-after {
    position: absolute;
    font-size: 30px;
    color: red;
    opacity: 0;
    transition: opacity 1s ease;
  }
  
  @keyframes moveUp {
    0% {
      top: 0;
      opacity: 0.5;
    }
    100% {
      top: -200px;
      opacity: 0;
    }
  }
  @keyframes moveUp01 {
    0% {
      top: -2px;
      opacity: 1;
    }
    100% {
      top: -200px;
      opacity: 0;
    }
  }
  
  .heart-before {
    animation: moveUp01 5s forwards;
  }
  
  .heart-after {
    animation: moveUp 5s forwards ;
    left: 58px;
    rotate: 20deg;
    font-size: 21px;
  }
  .font-heart-a {
    position: relative;
  }
  
  .buildbox:hover{
    box-shadow: rgb(255 0 0 / 12%) 0px 6px 24px 0px, rgb(255 0 0 / 8%) 0px 0px 0px 1px;
  }
  .popup-span a{
    color: var(--primary-red);
  }

  .popup-icon{
    z-index: 111111111111111;
  }
  .popup-i{
    display: none;
  }
  @media screen and (max-width:920px) {
    .popup-i{
        z-index: 111;
        width: 40px;
        height: 40px;
        right: 8px;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }
  }
  
 .side11 {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    display: flex;
    flex-direction: column;
    z-index: 11;
    left: 0px;
    margin-left: 20px;
  }
  .side11 span a{
    color: white;
  }