/* 
@font-face {
    font-family: Light;
    src: url(fonts/Adam-Light.ttf);
 }
@font-face {
    font-family: Bold;
    src: url(fonts/Adam-Bold.ttf);
 }

 @font-face {
    font-family: medium;
    src: url(fonts/Adam-Medium.ttf);
 } */
 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 


h1,h2,h3,h4,h5,h6{
    /* color: #333 !important; */
}

.elipsis{
    margin-top:0.7rem !important;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
  }
  
  
  
.marquee {
  	width: 100%;
    background-color: #4594f9 !important;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	padding:-1rem 0 !important;
}
.marquee p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
	font-weight:600;
	margin:  0;
	padding: 7px ;
	
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
                transform: translate(-100%, 0);
    }
}

@-moz-keyframes marquee {
    0% {
        -moz-transform: translate(0, 0);
             transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
             transform: translate(-100%, 0);
    }
} 


  

 html {
    scroll-behavior: smooth;
  }
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none !important ;
}
.navbar.open{
    background-color: #221f1f !important;
}
.navbar.open .image{
    padding-bottom:1.5rem ;
}

.navbar-collapse.collapse.in{
    background-color: #221f1f !important;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #333 !important;
}
.navbar.sticky .navbar-toggle .icon-bar{
    background-color: white !important;
}
.navbar-default .navbar-toggle{
    margin-top: 27px !important;
}
.navbar.open .navbar-toggle .icon-bar{
    background-color: white !important;
}
.navbar-toggle{
    background-color: transparent !important;
    border: none !important;
}


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif !important;
    line-height: 1.5;
}


.privacy{
    padding: 8rem 0;
}

.privacy h1{
    margin-bottom: 2rem;
}

.privacy h2{
    margin: 2rem 0;
}

.privacy p{
    margin: 0.5rem 0;
    
}

.privacy p.effective-date{
    font-weight: 600;
    
}
    
    
.w-full{
    width: 100% !important;

}
    
.h-200{
    height: 200px;
    object-fit: cover;
}
.h-400{
    height: 400px;
    object-fit: cover;
}

body{
    position: relative;
    /* background-color: #f5f5f5c4 !important; */
}





.item-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

    
.container1{
    width: 88% !important;
    margin: 0 auto;
}
.container{
    width: 88% !important;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-center {
    justify-content: center;
}

.justify-evenly {
    justify-content: space-evenly;
}

img{
    width: 100%;
}

li{
    list-style: none;
}


.lg-50{
    width: 50%;
}
.lg-48{
    width: 48%;
}
.lg-45{
    width: 45%;
}

.lg-40{
    width: 40%;
}
.lg-33{
    width: 32.7%;
}
.lg-31{
    width: 33%;
}
.lg-30{
    width: 30%;
}
.lg-24{
    width: 24%;
}
.lg-20{
    width: 19%;
}

a{
    color: #333 ; 
}
a:hover{
   
    text-decoration: none !important;
}

.social{
    position: fixed;
    right: 1%;
    color: white;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;

}

.social .icon{
    margin: 0.5rem 0;
    /* padding: 0.7rem 0.8rem; */
    background-color: #221f1f;
    border-radius: 10px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    font-size: 1.7rem;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #333;
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.5 ); */
    display: flex; flex-direction: column;
    justify-content: center;
    align-items: center;

}

.social .icon a{
    color: white  !important;
}
.social .icon:first-child a{
    margin-left: -2px;
}



.btn1{
    padding: 1rem 2rem;
    border-radius: 10px;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.btn2{
    width: 100%;
    background-color: #333;
    color: white;
    padding: 1rem 2rem;
    border: none;
}
.btn3{
    padding: 1rem 2rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border-radius: 10px;
    border: 1px solid #333;
    transition: all 0.3s ease-in-out;
    backdrop-filter: blur( 8.5px );
    -webkit-backdrop-filter: blur( 8.5px );
}

.btn3:hover{
    
    background-color: transparent;
    color: white;
    border-radius: 10px;
    
}

.btn4{
    background-color: #4594f9 !important;
    color: white !important;
    padding: 0.8rem 2rem !important;
    border-radius: 4px;
}

marquee{
    background-color: #333;
    color: rgb(214, 212, 212);
    padding: 2rem 0;
    font-size: 3rem;
}

.heading{
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.heading h2{
    margin-bottom: 3rem;
}

.heading h2 a{
    font-size: 4rem;
    position: relative;
    color: #333;
    font-weight: 700;
}   

.heading p{
    width: 60%;
    margin-top: 4rem;
    margin-bottom: 2rem !important;
}


.heading h2 a::after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    background-color: #4594f9;
    height: 3px;
    width: 30px;
}

.heading .link{
    font-size: 1.7rem;
    color: #333;
    font-weight: 500;
    position: relative;
    padding: 0.2rem 0;
    padding-left: 4rem;
    transition: all 0.3s ease-in-out;
    margin-top: 2rem !important;
}

.heading .link::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 45%;
    width: 30px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.192);
    transition: all 0.3s ease-in-out;
    border-radius: 50px;

}
.heading .link:hover{
    font-weight: 500;
}
.heading .link:hover:after{
    /* width: 100%; */
    background-color: #333;

}





.heading-white{
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.heading-white h2 a{
    font-size: 4rem;
    position: relative;
    color: white;
    font-weight: 600;
}   

.heading-white h2 a::after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    background-color: #4594f9;
    height: 3px;
    width: 30px;
}

.span-theme{
  color: white;
  background-color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.5rem;
  transform: rotate(90deg);
}

/* Scrollbar */

::-webkit-scrollbar {
    width: 9px;
  }
  
  ::-webkit-scrollbar-track {
    background: #333; 
  }
   
  ::-webkit-scrollbar-thumb {
    background: #4594f9; 
    
    /* border: 1px solid rgb(46, 44, 44); */
  }
/*   
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(230, 227, 227); 

  } */


/* Navbar */

nav.navbar{
    position: fixed;
    margin-bottom: 0;
    top: 5%;
    left: 1%;
    width: 98% !important;
    /* background: rgba( 0, 0, 0, 1 );
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur( 9px );
    -webkit-backdrop-filter: blur( 9px ); */
    background-color: transparent;
    align-items: center;
    border-radius:10px ;
    height: 9rem;
    transition: all 0.3s ease-in-out;
}

nav.navbar.sticky{
    top: 0;
    left: 0;
    width: 100% !important;
    border-radius:0px ;
    /* background-color:#4594f9 ; */
    background-color: #221f1f;

}
nav.navbar.stickyy{
    top: 0;
    left: 0;
    width: 100% !important;
    border-radius:0px ;
    /* background-color:#4594f9 ; */
    background-color: #221f1f !important;

}
nav.navbar.open a{
    color: white !important;
}


nav.navbar a{
    /* color: #333 !important; */
    color: white !important;
    font-weight: 500;
    font-size: 1.5rem !important;
    /* text-shadow: 0px 2px 2px rgba(0,0,0,0.3), 
    0px 2px 10px rgba(0, 0, 0, 0.3) !important; */
}
nav.main a{
    color: #333 !important;
    font-weight: 500;
    /* text-shadow: 0px 0px 0px rgba(0,0,0,0.3), 
    0px 0px 17px rgba(0, 0, 0, 0.3) !important; */
}
nav.navbar.sticky a{
    color: white !important;
}





nav.navbar .container{
    align-items: center;
    /* justify-content: space-between; */
    /* width: 100%; */
}

nav.navbar .image{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.8rem;

}

nav.navbar img{
    width: 110px;
}

 .nav a{
    color: #333 !important;
    font-weight: 500;
    font-size: 1.4rem;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}   



 .nav a::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    width: 0%;
    height: 2px;
    background-color: #4594f9;
    transition: all 0.3s ease-in-out;
}
 .navbar.open .nav a::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #4594f9 ;
    transition: all 0.3s ease-in-out;
}
.nav .act{
    color: #4594f9 !important;
}
.nav a.act::after{
    width: 100%;

}

.nav a:hover::after{
    width: 100%;

}

.navbar .nav{
    height: 100%;
    margin: 2rem 0;
}

.navbar-nav .nav-item .nav-link{
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0 0.3rem;
}
.navbar-nav .nav-item .nav-link::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e1ad4a ;
  transition: all 0.3s ease-in-out;

}

.navbar-nav .nav-item .nav-link.active::after{
  width: 100%;

}

.navbar-nav .nav-item:hover .nav-link::after{
  width: 100%;
}

.navbar-nav a.active{
    color: #e1ad4a !important;
    font-weight: 600;
}

.navbar .navbar-collapse{
    justify-content: flex-end !important;
}

.navbar-default{
    border: none !important;
}

/* Hero */


.hero.mep{
    position: relative;
    background: none;

}
.hero.shop p{
    width: 100% !important;

}

.hero video{
    height: 100vh !important;
    object-fit: cover !important;
    transform: scale(1.15) !important;
    /* filter: grayscale(100%); */
    position: relative;
    z-index: 10;
}
.hero.mep::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.7 );
    z-index: 10;
}


.scroll{
    position: absolute;
    bottom: 10px;
    right: 1%;
    width: auto;
    height: auto;
    color: white;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    font-weight: 500;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
    border: 1px solid #333;
}

.bloggg{
    position: fixed;
    z-index:100;
    bottom: 10px;
    right: 1%;
    width: auto;
    height: auto;
    color: white;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    font-weight: 500;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
    border: 1px solid #333;
   
}


.hero .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start ;
    position: relative;
    z-index: 90;
} 

.hero.mep .container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start ;
    position: absolute;
    z-index: 90;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
} 


.hero .container .text{
    width: 500px;
    padding: 0 1.5rem;
    
}

.hero .container .text span{
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 35px;
}

.hero .container .text h2{
    font-size: 6.4rem;
    font-weight: 900;
    letter-spacing: -2px;
    color: #333 !important;
    font-stretch: ultra-expanded;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3), 
    0px 2px 3px rgba(0, 0, 0, 0.3) !important;

}

.hero .container .text p{
    font-size: 18px;
    color: #333 !important;
    width:300px;
    text-shadow: 2px 2px 2px 2px #333;
    margin-top: 2rem;
}

.hero.mep .container .text h2{
    color: #4594f9 !important;
}
.hero.mep .container .text p{
    color: rgb(214, 214, 214) !important;
}


.hero img{
    width: 100%;
    position: absolute;
    left: 0;
    transform: scale(1);
    bottom: 0;
    margin:auto;
    object-fit: contain;
}



/* services */

.about{
   
    padding-top: 125rem;
    padding-bottom: 5rem;
    opacity: 1;
    /* display: none; */

}
.about.inner{
padding-top: 8rem !important;
}
.about-inner{
    padding-top: 0% !important;

}



.about .image{
    width: 35%;
    position: relative;
    border-radius: 10px;

}
.about-inner .image{
    width: 35%;
    position: relative;
    border-radius: 10px;

}

.about .image::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.4 );
    border-radius: 10px;

}
.about-inner .image::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.4 );
    border-radius: 10px;

}


.about .image .layer{
    position: absolute;
    top: 5%;
    left: 5%;
    /* background-color: rgba(255, 255, 255, 0.9); */
    background-color: rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 3rem;
    font-weight: 600;
    font-size: 2.5rem;
    color: white;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid white;
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
}
.about-inner .image .layer{
    position: absolute;
    top: 5%;
    left: 5%;
    /* background-color: rgba(255, 255, 255, 0.9); */
    background-color: rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 3rem;
    font-weight: 600;
    font-size: 2.5rem;
    color: white;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid white;
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
}

.about .image .layer p:first-child{
    text-align: right; 
}
.about .image .layer p{
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3), 
    0px 2px 3px rgba(0, 0, 0, 0.3) !important;
}
.about-inner .image .layer p:first-child{
    text-align: right; 
}
.about-inner .image .layer p{
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3), 
    0px 2px 3px rgba(0, 0, 0, 0.3) !important;
}

.about .image .layer h2{
   
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3), 
    0px 2px 3px rgba(0, 0, 0, 0.3) !important;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20rem;
    color: #333;
    background-image: url('hero.jpg');
    background-position: left !important;
    background-size: contain;
    background-attachment: fixed;
    font-weight: 700;
    
}


.about .image img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 10px;

}
.about-inner .image .layer h2{
   
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3), 
    0px 2px 3px rgba(0, 0, 0, 0.3) !important;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20rem;
    color: #333;
    background-image: url('about.jpg');
    background-position: left !important;
    background-size: contain;
    background-attachment: fixed;
    font-weight: 700;
    
}


.about-inner .image img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 10px;

}


    

.about .text{
    width: 45%;
    
}

.about .text span{
    color: #4594f9;
}
.about .text h2{
    font-size: 4rem;
    font-weight: 600;
    color:#333;
    letter-spacing: -2px;
    margin: 4rem 0;
}

.about .text h2 a{
    position: relative;
    color: #333;

}
.about .text h2 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    width: 30px;
    height: 3px;
    background-color: #4594f9;
}

.about .text p{
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    color: #000000b0;
    text-align: justify;
}
.about .text .btn4{ 
    padding: 0.9rem 2rem ;
    border: 1px solid #4594f9;
    background-color: #4594f9 !important;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    border-radius: 4px;
}
.about .text .btn4:hover{ 
    
    background-color: #333 !important;
    border: 1px solid #333;
}
.about-inner .text{
    width: 45%;
}

.about-inner .text span{
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: 4px;
}
.about-inner .text h2{
    font-size: 5rem;
    font-weight: 600;
    color:#333;
    letter-spacing: -2px;
    margin: 4rem 0;
}

.about-inner .text p{
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

/* Message */

.msg{
    padding: 8rem 8rem;
    background-image: url('images/msg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    position: relative;
    width: 85%;
    margin: 4rem auto;
    border-radius: 25px;
    
}
.msg.second{
    background-image: url('images/quote1.jpg') !important;
    background-position: center;
    text-align: center;
}
.msg.second.abou{
    background-image: url('images/extra/extra.jpg') !important;

}

.msg.second.abou h2 a{
    position: relative;
    color: white;
}

.msg.second.abou p{
    margin-top: 4rem ;
    line-height: 2;
    font-size: 1.5rem;
}

.msg.second.abou h2 a::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1.5rem;
    transform: translate(-50%);
    width: 30px;
    height: 3px;
    background-color: #4594f9;
}


.msg.second h2{
    font-weight: 500;
    /* text-transform: uppercase; */
    font-size: 3rem !important;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3), 
    0px 2px 3px rgba(0, 0, 0, 0.3) !important;

}

.msg.second .container{
padding: 0 0 !important;
}

.msg::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    backdrop-filter: blur( 0 );
    -webkit-backdrop-filter: blur( 0 );
}

.msg .container{
    position: relative;
    z-index: 10;
    padding: 0 5rem;
    width: 100% !important;

}


.msg .container h2{
    
    font-size: 3.5rem;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3), 
    0px 2px 3px rgba(0, 0, 0, 0.3) !important;
}

.msg .container p{
    margin: 2rem 0 ;
    font-size: 1.8rem;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3), 
    0px 2px 3px rgba(0, 0, 0, 0.3) !important;

}

/* General Contractor */

.general{
    padding: 4rem 0;
}

.general .box{
    /* display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.general.bid .box{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}


.general .box .block{
    width: 32.7%;
    /* padding: 6rem 4rem; */
    margin: 0.5rem 0 !important;

    background-image: url('images/msg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #c0c0c0;
    cursor: pointer;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 2rem;
    padding-bottom: 1rem;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.general .box .block.ex{
    width: 66.4%;
}

/* General Images */

.general .box .block:nth-child(1){
    background-image: url('images/exterior.jpg');
}
.general .box .block:nth-child(2){
    background-image: url('images/interior-cover.webp');
}
.general .box .block:nth-child(3){
    background-image: url('images/drywall.jpg');
}
.general .box .block:nth-child(4){
    background-image: url('images/wall.jpg');
}
.general .box .block:nth-child(5){
    background-image: url('images/floor.jpg');
}
.general .box .block:nth-child(6){
    background-image: url('images/paint.webp');
}
.general .box .block:nth-child(7){
    background-image: url('images/masonry.jpeg');
}
.general .box .block:nth-child(8){
    background-image: url('images/concrete.jpg');
}
.general .box .block:nth-child(9){
    background-image: url('images/water.jpg');
}
.general .box .block:nth-child(10){
    background-image: url('images/hvac.jpg');
}




/* Sub Images */

.general.sub .box .block:nth-child(1){
    background-image: url('images/lumber.jpg');

}
.general .box .block:nth-child(1) .text{
    /* margin-bottom: -80px; */

}
.general.sub .box .block:nth-child(2){
    background-image: url('images/concrete.jpg');

}
.general.sub .box .block:nth-child(3){
    background-image: url('images/hvac.jpg');

}
.general.sub .box .block:nth-child(4){
    background-image: url('images/water.jpg');
    width: 100% !important;

}


.general.bid .box .block:nth-child(4){
    background-image: url('images/water.jpg');
    width: 33% !important;

}


/* shop */

.general.shop .box .block:nth-child(1){
    background-image: url('images/lumber.jpg');

}
.general.shop .box .block:nth-child(2){
    background-image: url('images/cabinet.png') !important;

}
.general.shop .box .block:nth-child(3){
    background-image: url('images/steel.jpg') !important;

}
/* .general.shop .box .block:nth-child(4){
    background-image: url('images/lumber.jpg') !important;

} */
.general.shop .box .block:nth-child(5){
    background-image: url('images/interior.jpg') !important;

}
.general.shop .box .block:nth-child(6){
    background-image: url('images/exterior.jpg') !important;

}
.general.shop .box .block:nth-child(7){
    background-image: url('images/floorin.jpg') !important;

}
.general.shop .box .block:nth-child(8){
    background-image: url('images/pix/shop.jpg') !important;

}
.general.shop .box .block:nth-child(9){
    background-image: url('images/pix/drawing.jpg') !important;

}

/* .general.shop .box .block .text{

    margin-bottom: -140px !important;
}

.general.shop .box .block:hover .text{
    margin-bottom: 0px !important;

}
 */



/*  */

.general .box .block::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.61);
    border-radius: 20px;
    
}
.general .box .block:hover::after{
    
    backdrop-filter: blur( 2px );
    -webkit-backdrop-filter: blur( 2px );

}

.general .box .block:first-child{
    grid-column-start: 1;
  grid-column-end: 3;
  /* height: 610px; */


}

.general .box .block:nth-child(5){
    grid-column-start: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    /* background-image: none; */
    /* height: 610px; */
}

.general.sub .box .block:nth-child(5){
    grid-column-start: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    height: unset;
}



.general .box .block .text{
    position: relative;
    z-index: 2;
    /* margin-bottom: -60px; */
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
}
.general .box .block.full .text p{
    width: 40%;
}


.general .box .block .text h2{
    font-size: 2rem;
    color: white;
    /* margin-bottom: 2rem; */
    position: absolute;
    top: 75%;
    transition: all 0.3s ease-in-out;
    left: 0;
}

.general .box .block .text p{
    position: absolute;
    left: 0;
    top: 200%;
    transition: all 0.3s ease-in-out;

}

.general .box .block:hover .text h2{
    top:2rem;
    bottom: unset;

}
.general .box .block:hover .text p{
    top: 10rem !important;
    bottom: unset;

}


.key{
    padding: 8rem 0;
}

.key .box .block{
    margin-top: 2rem !important;
    position: relative;
    padding-left: 3rem;
    cursor: pointer;
}
.key .box .block::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #e563000c;
    transition: all 0.3s ease-in-out;
}
.key .box .block:hover::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #4594f9;

}

.key .box .block img{
    width: 120px;
}




/* Signip */

.sign{
    /* background-image: url('signup.jpg'); */
    background-image: url('instruments.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 5rem 0;
    position: relative;
    color: white;
    background-attachment: fixed;
    width: 85%;
    border-radius: 25px;
    margin: 3rem auto; 
}
.sign::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    border-radius: 25px;
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
}


.sign .container{
    position: relative;
    z-index: 10;
}

.sign h2{
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.sign p{
    color: #c0c0c0;
}

.sign .input{
    margin-top: 2rem;

}

.sign .input input{
    padding: 1rem 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    width: 300px;
    outline: none;
    border: none;
    border-radius: 10px;
    width: 40%;
    margin-bottom: 2rem;
}


/* Contact Page */


.contact{
    padding: 4rem 0;
}

.contact .form input , 
.contact .form textarea{
    width: 100%;
    margin: 0.5rem 0;
    padding: 1rem ;
    color: #333;
    border-radius:5px !important;
    border:1px solid black !important;
}

.contact .txt a{
    color: #221f1f;
}

.contact .txt i{
    margin-right: 0.5rem;
    font-size: 2rem;
}

.contact .txt p{
    font-size: 1.5rem;
}


.contact .txt h2{
    display: none;
}

.contact h3{
    margin-bottom: 3rem ;
}

.contact .txt h4{
    margin: 2rem 0;
    font-weight: 600;
}



.info{
    /* padding: 16.5rem; */
    height: 100vh;
    background-image: url('contact.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
    color: white;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    position: relative;
    text-align: center;
}
.info::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.info .text{
    position: relative;
    z-index: 10;
    /* max-width: 750px; */
}

.info h2{
    color: rgb(194, 194, 194);
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0rem;
    background-color: rgba(0, 0, 0, 0.3);
    padding:4rem 0;
    border-radius: 10px;
    border: 1px solid #333;
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
    letter-spacing: 1px;
    /* font-family: 'Bold' !important; */
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3), 
    0px 2px 3px rgba(0, 0, 0, 0.3) !important;

}
.info a{
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 1.4rem;
}
.info a:hover{
color: white;
}

.info p{
    font-weight: 400;
    font-size: 1.4rem;
    display: none;
}



    .technology{
        padding-top: 6rem;
    }

    /* Testimonial */

    .splide.test .splide__track{
        padding-bottom: 0 !important;
    }
    .splide.test .splide__slide{
        height: auto;
       font-size: normal;
       display: block;
        padding: 4rem ;
        padding-bottom: 2rem;
    }

    .splide.test .splide__slide p{
        font-size: 1.5rem !important;
        text-transform: capitalize !important;
        color: #000000b0;
    }
    .splide.test .splide__slide p span{ 
        color: #4594f9;
        text-transform: capitalize;
    }
    .splide.test .splide__slide h3{
        font-size:2rem !important;
        position: relative;
        margin-top: 2rem !important;
        padding-top: 2rem !important;
        color:#333 ;
    }
    .splide.test .splide__slide h3::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0.6rem;
        background-color: #4594f9;
        width: 30px;
        height: 3px;
    }

    .splide__track{
        padding: 5rem 0 !important;
    }

    .splide__slide {
    /* background: rgb(34, 34, 34); */
       height: 220px;
       border: 1px solid rgba(116, 116, 116, 0.116);
       font-size: 50px;
       display: flex;
       margin: 0;
       align-items: center;
       justify-content: center;
   }
    .splide__slide img{
        height: 80px;
        object-fit: contain;
        filter: grayscale(100%);
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }
    .splide__slide img:hover{
        filter: grayscale(0%);

    }
   .splide__pagination__page { bottom:-45px;
     background: #4594f9; 
     display: none !important;
    }
   .splide__pagination__page.is-active { background: black; }
   .my-slider-progress {
       background: black;
     }
     .splide__arrow{
        background-color: #4594f9 !important;
        color: white;
        border-radius: 5px !important;
        position: absolute;
        top: 0% !important; 
        transform: translateY(unset )!important;
     }
     .splide__arrow svg{
        fill: white !important;
        height:1.05rem !important;
        width:1.05rem !important;
     }
     .splide__arrow--next{
        right: unset;
        left: 4rem;
     }

     .splide__arrow--prev{
        left: 0 !important;
     }
     
     
     .my-carousel-progress-bar {
       height: 2px; /* Adjust as needed */
     background: #4594f9;/* Change the color if needed */
       position: relative;
       display: none;
       bottom: -50px;
       left: 0px;
       transition: width 0.6s ease;
   }

/* Clients */

.clients .flex-box{
    padding: 10rem 0;
}

.clients .flex-box img{
    filter: grayscale(100%);
    height: 65px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.clients .flex-box img:hover{
    filter: grayscale(0);
}



/* Footer */

footer{

    font-size: 0.9rem;
    background-color: #221f1f;
}

footer .container{
    padding:4rem 0;
    position: relative;
}
footer .container::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 2px;
    /* background-color: #221f1f; */
    border-radius: 700%;
}

footer .flex-box{
    padding-bottom: 1rem;
}   
footer .block{
    width: 24%;
}

footer .block .head{
    margin-bottom: 4rem;
}

footer .block .head a{
    position: relative;
    font-weight: 600;
    font-size: 2.2rem;
    color: white;
}
footer .block .head a:hover{
    color: white;
}

footer .block .head a::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #4594f9;
}



footer .block li{
    list-style: none;
    margin: 1rem 0 !important;
    font-size: 1.5rem;
    color: white;
}

footer .block li i{
    margin-right: 0.5rem;
    color: #4594f9;
}

footer .block a{
    color: white;
    text-decoration: none;
    transition: all 0.3s ease-in-out;

}

footer .block a:hover{
    color: #4594f9;
}

footer .block img{
    width: 140px;
}

footer .block:last-child li{
margin-top: 1.5rem ;
}


footer .copy{
    padding: 1rem 0;
    /* background-color: #4594f9; */
    background-color: #2d2d2c;
    color: white;
    font-size: 1.4rem;

}

footer .copy p{
    margin-bottom: unset;
}
footer .copy p a{
    color: white;
    font-weight: 600;
}




/*Main Page*/
.main-hero{
    height: auto;
    margin-top: 10rem;
}
.main-hero .img{
    width: 40%;
    position: relative;
    overflow: hidden;
    
}


.main-hero img{
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.main-hero .img:hover img{
    transform: scale(1.1);
}

.main-hero .img::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.199);
    width: 100%;
    height: 100%;
    
}

.main-hero .text{
    width: 60%;
    /* padding:8rem; */
    padding-left: 3rem;
    padding-right: 8rem;
    position: relative;
    z-index: 100;
    
}
.main-hero .text h2{
    margin-bottom: 4rem!important;
    /* margin-left: -20%; */

}




.main-hero .text h2 a{
    position: relative;
    color: #221f1f;
    font-weight: 600;
}

.main-hero .text h2 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 60%;
    height: 3px;
    background-color: #333;   

}


/* Main Details */

.main-details{
    padding: 3rem 0;
}

.main-details .content{
    width: 100%;
    /* background-color: rgb(248, 248, 248); */
    box-shadow: 2px 0px 15px -1px #33333318;
    padding: 4rem;
    border-radius: 25px;
    position: relative;
}

.main-details .content::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/pix/shop.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.1;
    
}

.main-details .para-img{
    background-image: url('mechanical.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    margin-bottom: 6rem;
}

.main-details .para-img p{
    background: rgba( 0, 0, 0, 0.5 );
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3px );
    padding: 8rem;
    border-radius: 25px;
    color: rgb(228, 222, 222);
    font-size: 1.8rem;

}

.main-details .content h3{
    margin: 3rem 0;
    font-weight: 600;
    color: #333;
    font-size: 2rem !important;
    text-transform: capitalize;
}

.main-details .content p{
    color: #000000b0;
    font-size: 1.5rem !important;

}
.main-details .content li{
    color: #000000b0;
    list-style: disc;
    margin: 1rem 0 !important;
    font-size: 1.5rem !important;

}
.main-details .content strong{

    color: #333;
}


.main-details .content ul{
    margin-left: 2rem;
    color: rgb(107, 104, 104);
    font-size: 1.6rem;
}

/* Samples */

.samples{
    padding: 4rem 0; 
    background-image: url('mechanical.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 3rem;
}

.samples::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000004b;
    box-shadow: 4px 4px 19px 5px rgba(51, 51, 51, 0.096);
    backdrop-filter: blur( 6px );
    -webkit-backdrop-filter: blur( 6px );
}

.samples .container{
    position: relative;
    z-index: 10;
    
}

.samples .box .block{
    width: 32%;
    padding: 1rem 2rem;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #333;
    margin: 1rem 0;
    text-align: center;
    border-radius: 5px;
    background-color: #0000006c;
    box-shadow: 4px 4px 19px 5px rgba(51, 51, 51, 0.096);
    backdrop-filter: blur( 8.5px );
    -webkit-backdrop-filter: blur( 8.5px );
    color: white;
}

.samples .box .block h3{
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}




/* inner Landing  */

.branches{
    padding-bottom:  4rem !important;
    margin-bottom: 4rem ;
}
.branches .block{
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    cursor: pointer;
}
/* .branches .block:nth-child(2){
    box-shadow: 0 8px 10px 0 rgba( 0, 0, 0, 0.4 );

}

.branches .block:nth-child(1):hover :nth-child(2){
    box-shadow: unset;

} */

.branches .block img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.branches .block:hover{
    box-shadow: 0 8px 10px 0 rgba( 0, 0, 0, 0.4 );

}

.branches .block:hover img{
    transform: scale(1.09);
}

.branches .block .txt{
    padding: 2rem;
}

.branches .block h2{
    font-weight: 700;
    font-size: 2.5rem;
    color: rgb(14, 13, 13);
}
.branches .block p{
    font-size: 1.4rem;
    /* height: 110px; */
    color: #000000b0;
    margin-bottom: 2rem;
}

.branches .block button{
    width: 100%;
    text-align: center;
    background-color: #4594f9;
outline: none;
color: white;
border: none;
padding: 1rem 0;
    transition: all 0.3s ease-in-out;
}
.branches .block button:hover{
    background-color: #333;
    
}


.branches .block .btn-full{
   
    padding: 1rem 12rem;
    margin-top: 1rem;
    color: white;
    border: none;
}


.solutions{
    padding: 5rem 0;
}


.solutions img{
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.solutions h2{
    font-weight: 700;
    font-size: 3rem;
    color: #333;
}

.solutions p{
    padding: 1rem 0;
}


/* Industries */

.industries .block{
    position: relative;
    margin-top: 1rem ;
    overflow: hidden;
    height: 250px;
    cursor: pointer;
}
.industries .block::after{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.505);
}

.industries .block img{
    object-fit: cover;
    height: 250px;
    transition: all 0.3s ease-in-out;
}
.industries .block:hover img{
    transform: scale(1.09);
}

.industries .block:last-child{
    align-self: flex-start;
}

.industries .block .txt{
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 10;
}

.industries .block h3{
    font-size: 2rem;
    color: white !important;

}


/* Essentials */

.essentials{
    padding: 4rem 0;
    margin: 5rem 0;
    position: relative;
}
.essentials::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/steel.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
}
.essentials .container{
    position: relative;
    z-index: 10;
}

.essentials .container .block{
    padding: 0 1rem ;
}

.essentials .container .block h2{
    font-size: 2.5rem;
    color: #333;
}

.essentials .container .block ul{
    padding-left: 1.6rem;
}
.essentials .container .block li{
    list-style: circle;
}


.essentials.bid .container .block h2{
    font-size: 2rem;
    position: relative;
    margin: 2rem 0 !important;
}


.essentials.bid .container .block h2::after{
    content: '';
    position: absolute;
    left: -20px;
    top: 5px;
    height: 10px;
    width: 10px;
    background-color: #e5630005;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.essentials.bid .container .block:nth-child(1) h2::after{
    background-color: #4594f9;
}
.essentials.bid .container .box:hover .block:nth-child(1) h2::after{
    background-color: #e5630005;
}
.essentials.bid .container .box .block:nth-child(1):hover h2::after{
    background-color: #4594f9;
}
.essentials.bid .container .block:nth-child(1):hover h2::after{
    background-color: #4594f9;
}
.essentials.bid .container .block:hover h2::after{
    background-color: #4594f9;
}



/* mep main  */
.mep-main{
    padding: 5rem 0 ;
}

.mep-main h2{
    font-size: 4rem ;
    font-weight: 700;
    color: #333;
}
.mep-main h2 a{
    position: relative;
    color: #333;
}

.mep-main h2 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    background-color: #4594f9;
    height: 3px;
    width: 30px;
}
.mep-main p{
    margin: 4rem 0;
    font-size: 1.5rem;
    color: #000000b0;
    width: 70%;


}

.mep-main button{
    width: 120px;
    padding: 0.7rem 0;
    background-color: #333;
    color: white;
    outline: none;
    border: none;
}


.mep-main .images img{
    height: 350px;
    object-fit: cover;
}

.mep-main .images img:nth-child(1){
    margin-top: 10rem;
}
.mep-main .images img:nth-child(2){
    margin-top: 2rem;
}
.mep-main .images img:nth-child(3){
    margin-top: -5rem;
}

.completion{
    padding-bottom: 6rem;
}

.completion .box{
    padding: 2rem 0;
}

.completion .block{
    text-align: center;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}


.completion .block::after{
    content: '';
    position: absolute;
    right: -5px;
    top: 0%;
    transform: translate(-50%);
    width: 2px;
    height: 100%;
    background-color: #c0c0c049;

}
.completion .block:last-child:after{
    display: none;
}

.completion .block img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    
}

.completion .block p{
    margin-top: 3rem;
}


.certificate{
    padding-bottom: 8rem ;
}

.certificate .block{
    margin: 1rem 0;
    height: 250px;
    padding: 3rem ;
    border: 1px solid #c0c0c049;
    border-left: 2px solid #4594f9;
    display: block;
}

.certificate .block img{
    height: 100px;
    width: 220px;
    object-fit: contain;
}


/* CEO */

.ceo{
    padding-bottom: 8rem;
}


.ceo .message i{
    font-size: 4rem ;
    color: #4594f9;
    margin-bottom: 3rem ;
}

.ceo .message p{
    line-height: 2;
    color: #000000b0;
    font-size: 1.5rem;
    text-align: justify;
}

.ceo .message .reg{
    font-weight: 700;
}


/* Who We Are */
.who{
    
    padding-bottom: 8rem;
}

.who.bid{
    padding-top:8rem;
    
}


.who .text{
    position: relative;
    padding:0 3rem;
}

.who .text::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 70%;
    background-color: #4594f9;
}


.who .text h2{
    font-size: 4rem;
    line-height: 0;
    color: #333;
    margin-bottom: 3rem;


}
.who .text h2 a{
    color: #333;
    position: relative;
}
.who .text h2 a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1rem;
    height: 3px;
    width:30px;
    background-color: #4594f9;
}

.who .text p{
    text-align: justify;
    color: #000000b0;
    font-size: 1.5rem;
}


.who .image img{
    height: 400px;
    object-fit: cover;
}


.clients .logo{
    margin: 1rem 0;
}

.blogs .heading{
    margin:0 !important;
}


.blogs{
    padding: 8rem 0;
    margin-top:5rem;
}
.blogs .single-blog img{
    object-fit:cover;
    border-radius:50px;
}

.blogs .box{
    column-gap: .5%;
}

.blogs .box .block{
    cursor: pointer;
    margin: 1rem 0;
    overflow: hidden;
    border-radius: 10px;
}
.blogs .box .block .author{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;

}
.blogs .box .block .author p i{
    color: #4594f9;
    margin-right: 0.5rem;
}
.blogs .box .block .img{
    height: 250px;
    overflow: hidden;
}
.blogs .box .block .img img{
    transition: all 0.3s ease-in-out;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.blogs .box .block:hover img{
    transform: scale(1.05);
}

.blogs .box .block .txt{
    height: auto;
    min-height: 250px;
    max-height: 300px;
    background-color: rgba(250, 250, 250, 0.87);
    margin: 0 !important;
    padding: 2rem 1.5rem;

}

.blogs .box .block .txt h3{
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}


.blogs .box .block .txt h3::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 30px;
    background-color: #4594f9;
    height: 3px;
}


.blogs .box .block .btn4{
    width: 100% !important;
    display: block;
    border-radius: 0;
    text-align: center;
    font-size: 1.4rem;
}




.blogs .single-blog .author i{
    color: #4594f9;

}
.blogs .single-blog .author p{
    margin-right: 2rem !important;
}   

.blogs .single-blog img{
    height: 550px;
    margin-bottom: 2rem !important;
}


.blogs .single-blog h4{
    margin: 1rem 0 !important;
    text-align: justify;
}

.blogs .single-blog p{
    margin: 1rem 0 !important; 
    text-align: justify;
}

.blogs .single-blog li{
    margin: 1rem 0 !important;
    text-align: justify;

}





.comments{
    margin: 4rem 0 !important;
    padding: 4rem 2rem;
    background-color: rgba(243, 243, 243, 0.281);
    border-radius: 10px;
}

.comments .box{
    margin-top: 4rem;
}

.comments .block{
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    margin: 0.5rem 0 !important;
    padding: 0 2rem;
}

.comments .block h3{
    font-size: 1.2rem;
}

.comments h2{
    margin-bottom: 2rem !important;
    position: relative;
}

.comments h2::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1rem;
    width: 30px;
    height: 2px;
    background-color: #4594f9;
}
.comments form{
    margin-top: 4rem !important;

}

.comments input,
.comments label{
     width: 100% !important;
     margin:1rem 0 !important;
}
.comments input{
     padding: 1rem 2rem;
}


.comments textarea{
    padding: 2rem;
    width: 100%;
}



.comments button{
    padding: 1rem 2rem;
    background-color: #4594f9;
    color: white;
    border: 1px solid #4594f9;
    margin-top: 2rem !important;
    border-radius:10px;
}



.gallery .gallery-items .item.hide{
	display: none;
}
.gallery .gallery-items .item.show{
	display: block;
	animation: show .5s ease;
}
@keyframes show{
    0%{
    	opacity:0;
    	transform: scale(0.9);
    }
    100%{
    	opacity:1;
    	transform: scale(1);
    }
}


.pagination{
    margin:unset !important;
}

.gallery .pagination{
	width: 100%;
	float: left;
	padding:15px;
	text-align: center;
	
	margin-top: 8rem !important;

}
.gallery .pagination div{
	display: inline-block;
	margin:0 10px;
}
.gallery .pagination .page{
	color:gray;
}
.gallery .pagination .prev,.gallery .pagination .next{
 color:#000;
 border:1px solid #000;
 font-size:15px;
 padding:7px 15px;
 cursor: pointer;
}

.gallery .pagination .prev.disabled,
.gallery .pagination .next.disabled{
	border-color: gray;
	color:gray;
	pointer-events: none;
}

.page-num {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    /*border: 1px solid #000;*/
    border: 1px solid #00000049;
    transition: all 0.3s ease-in-out;
    border-radius:50%;
    cursor: pointer;

}


.page-num:hover{
	background-color: #e563009a;
	color: white;
	border: 1px solid #e563002f;
}


.page-num.active {
    background-color: #4594f9 ;  /* Change background for active */
    color: #fff;  /* Change text color for active */
    border-color: #4594f9 ;
    font-weight: bold;  /* Make active page bold */
}




/* Popup Styles */
    .popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .popup-content {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      position: relative;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
      max-width: 500px;
      width: 90%;
    }

    .popup h2 {
      font-size: 24px;
      margin-bottom: 20px;
      color: #4594f9; /* Theme color */
    }

    .gift-box {
      width: 120px;
      height: 120px;
      background-color: #4594f9; /* Theme color */
      border-radius: 10px;
      cursor: pointer;
      position: relative;
      margin: 0 auto;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }

    .gift-box:after {
      content: '🎁';
      font-size: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
    }

    .discount-message span{
         color: #ff5733;
    }
    
    .discount-message {
      display: none;
      font-size: 14px;
      font-weight: 600;
      color: black;
      margin-top: 20px;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    }

    .popup.open {
      display: flex;
    }

    .opened {
      animation: openBox 1s forwards;
    }

    @keyframes openBox {
      0% {
        width: 120px;
        height: 120px;
        background-color: #4594f9; /* Theme color */
      }
      100% {
        width: 200px;
        height: 150px;
        background-color: #ffcc00; /* Bright color for reveal */
      }
    }
    
    .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #ff5733;
      color: #fff;
      padding: 5px 10px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-weight: bold;
    }

    .close-btn:hover {
      background: #4594f9; /* Theme color */
    }

    .flexxxx{
      display: flex;
    }
