*{
    margin: 0;
    padding: 0; 
    font-family: "Poppins", sans-serif;
}

.header{
    min-height: 90vh;
    width: 100%;
    /*background-image: linear-gradient(rgba(142, 151, 184, 0.7),rgba(141, 150, 189, 0.7)),url(img/fimg.jpeg);*/
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/fimg.jpeg);
    background-position: center;
    background-size: cover;
    position: relative;
}

nav{
    display: flex;
    padding: 0% 7%;
    justify-content: space-between;
    align-items: center;
    background-color:rgba(142, 151, 184, 0.6) ;
    
}

nav img{
    width: 110px;
    mix-blend-mode: multiply;
    padding-top: 5%;
   
}

.nav-links{
    flex: 1;
    text-align: right;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 15px;
    position: relative;
}

.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.nav-links ul li ::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links ul li:hover ::after{
    width: 100%;
}

.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-box h1{
    font-size: 55px;
}

.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}

.hero-btn:hover{
    border: 1px solid rgb(75, 75, 206) ;
    background: rgb(75, 75, 206); /*#f44336*/
    transition: 1s;
}

nav .fa{
    display: none;
}

@media(max-width: 700px){

    .text-box h1{
        font-size: 22px;    
        margin-top:80px ;
       
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links{
        position: fixed;
        background: rgb(118, 118, 231);
        height: 100vh;
        width: 200px;
        top: 0;
        right:-200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;

    }
    nav img{
    width: 110px;
    padding: 5px;
    mix-blend-mode: multiply;
   
}
}

.service{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 80px;
}

h1{
    font-size: 33px;
    font-weight: 600;
}

p{
    color: #cab0b0;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
    
}

.row{
    margin-top: 4%;
    display: flex;
    justify-content: space-between;
}

.service-col{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.service-col:hover{
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

@media(max-width: 700px){
    .row{
        flex-direction: column;
    }


}

.company{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}



.company-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 30px;
    position:relative;
    overflow: hidden;
    height: 100%;
    background-color: rgb(165, 209, 209);
  

}

.company-col img{
    width: 100%;
    height: 100%;
    aspect-ratio: 2/2 ;
   /* object-fit: contain;
    mix-blend-mode: color-burn;*/
    display: block;
    mix-blend-mode: multiply;
}

.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.layer:hover{
    background:rgb(164, 164, 214,0.7) ;/*rgba(226, 0, 0, 0.7)*/
}

.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}

.layer:hover h3{
    bottom: 49%;
    opacity: 1;
}

.facilities{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}

.facilities-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}

.facilities-col img{
    width:95%;
    border-radius: 10px;
}

.facilities-col p{
    padding: 0;
}

.facilities-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}

.testimonials{
    width: 80%;
    margin: auto;
    padding-top: 20px;
    text-align: center;
}
.testimonials-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
}

.testimonials-col img{
    height: 40px;
    margin-left: 5px;
    margin-right: 30px;
    border-radius: 50%;
}

.testimonials-col p{
    padding: 0;
}

.testimonials-col h3{
    margin-top: 15px;
    text-align: left;
}

.testimonials-col .fa{
color: #f44336;
}

@media(max-width:700){
    .testimonials-col img{
        margin-left: 0px;
        margin-right: 15px;
    }  
}

/*
.cta{
    margin: 20px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url(img/timg.jpeg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 50px 0;
}

.cta h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}

@media(max-width:700){

    .cta{
        margin: 10px auto;
        width: 80%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url(img/timg.jpeg);
        background-position: center;
        background-size: cover;
        border-radius: 10px;
        text-align: center;
        padding: 50px 0;
    }
    .cta h1{
        font-size: 20px;
    }

    .footer h4{
       font-size: 50px;
    }
} */
/************ footer code ****************/


.footer{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: white;
}
footer{
    background: #343434;
    padding-top: 10px;
   
    
}
.container1{
    height: min-content;
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center;
    
}
.footer-content{
    width: 33.3%;
}
h3{
    font-size: 25px;
    margin-bottom: 1px;
    text-align: center;
    
}
.footer-content p{
    width:195px;
    margin: auto;
    padding: 2px;
    color: #fff;
}
.footer-content ul{
    text-align: center;
}
.list{
    padding: 0;
    
}
.list li{
    width: auto;
    text-align: center;
    list-style-type:none;
    padding: 2px;
    position: relative;
    color: white;
   
}
.list li::before{
    content: '';
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 100%;
    width: 0;
    height: 2px;
    background:rgb(138, 138, 228);
    transition-duration: .5s;
}
.list li:hover::before{
    width: 70px;
}
.social-icons{
    text-align: center;
    padding: 0;
}
.social-icons li{
    display: inline-block;
    text-align: center;
    padding: 5px;
}
.social-icons i{
    color: white;
    font-size: 25px;
}
a{
    text-decoration: none;
    color:#FFF;
}
a:hover{
    color: rgb(164, 164, 214);
}
.social-icons i:hover{
    color: rgb(164, 164, 214);
}
.bottom-bar{
    background:  rgb(138, 138, 228);
    text-align: center;
    padding: 7px 0;
    margin-top: 5px;
}
.bottom-bar p{
    color: #fff;
    margin: 0;
    font-size: 16px;
    padding: 2px;
}



/* Responsive Design for Small Screens (Tablets & Phones) */
@media screen and (max-width: 768px) {
    .container1 {
        width: 80%; /* Full-width container */
        flex-direction: column; /* Stack elements vertically */
        align-items: center; /* Center-align content */
        text-align: center;
    }

    .footer-content {
        width: 90%; /* Adjust width for smaller screens */
        margin-bottom: 7px; /* Add spacing between sections */
    }

    h3 {
        font-size: 22px; /* Reduce heading size */
    }

    .footer-content p {
        width: 100%; /* Full width text */
        
    }
    
    .list li {
        font-size: 13px; /* Adjust font size */
       
    }

    .social-icons li {
        padding: 3px; /* Reduce padding */
    }

    .bottom-bar {
        padding: 5px 0; /* Adjust padding */
    }

    .bottom-bar p {
        font-size: 14px; /* Reduce text size */
    }

    .bottom-bar {
        padding: 5px 0; /* Adjust padding */
    }

    .bottom-bar p {
        font-size: 14px; /* Reduce text size */
    }
}


/*
.footer{
    width: 100%;
    text-align: center;
    padding: 20px 0;

}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}

.icons .fa{
    color: #f44336;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
    
}
*/


/*----------  about.html---------------*/

.sub-header{
    height: 60vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(img/a4.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    
}

.sub-header h1{
    margin-top: 100px;
    text-align: center;

}

.about-us{
    width: 80%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 10px;
   margin-bottom: -90px;

}

.about-col{
    flex-basis: 49%;
    padding: 5px 2px;
}

.about-col img{
    width: 100%;
    height: 60%;
    margin-left: 50px;
    margin-top: 30px;
   
}

.about-col h1{
    padding-top: 0;
    
}

.about-col p{
    padding: 20px 0 25px;
    color: #0f0f0f;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    text-justify: inter-word;
}

.about-col p b{
    
    font-size: 30px;
}

.red-btn{
    border: 1px solid rgb(75, 75, 206);
    background: transparent;
    font-size: 15px;
    color: rgb(75, 75, 206);

}

.red-btn:hover{
    color: #fff;
}



@media (max-width: 768px) {
    .about-col img {
        margin-left: 0;
        margin-top: 10px;
        height: 250px; 
        margin-bottom: 100px;
       
    }
}

/*-----------contact us-----------*/

.contact-us{
    width: 60%;
    margin: auto;
    padding: 50px 0;
   
    
}

.row{
    width: 100%;
}

.location{
    width: 120%;
    margin: auto;
    padding: 40px 0;
    height: 90px;


}

.location iframe{
    width: 75%;
    height: 190%;
    border-radius: 10px;
}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 20px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-col div .fa{
    font-size: 28px;
    color: blue;
    margin: 10px;
    margin-right: 30px;

}

.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 16px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
width: 100%;
padding: 15px;
margin-bottom: 17px;
outline: none;
border: 1px solid #ccc;
box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .location {
        width: 100%; /* Adjust width for smaller screens */
        padding: 40px 0;
        
    }

    .location iframe {
        width: 90%; /* Make the map full width */
        height: 250px; /* Set fixed height */
        
    
    }

    .contact-us {
        width: 90%; /* Increase width for better spacing */
        padding: 5px 0;
    }

    .contact-col {
        flex-basis: 100%; /* Make each column take full width */
    }

    .contact-col div {
        flex-direction: column; /* Stack elements vertically */
        text-align: center;
        margin-bottom: 20px;
    }

    .contact-col div .fa {
        font-size: 22px; /* Reduce icon size */
        margin-right: 0; /* Remove right margin */
        margin-bottom: 10px;
    }

    .contact-col input, .contact-col textarea {
        padding: 10px; /* Adjust input padding */
    }
}




/*
.location{
    width: 80%;
    margin: auto;
    padding: 50px 0;

}

.location iframe{
    width: 100%;
    height: 75%;
}

.contact-us{
    width: 80%;
    margin: auto;
    
}

.contact-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}

.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 28px;
    color: #f44336;
    margin: 10px;
    margin-right: 30px;

}

.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 16px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
width: 100%;
padding: 15px;
margin-bottom: 17px;
outline: none;
border: 1px solid #ccc;
box-sizing: border-box;
}

*/

/*-----------------product page------------*/
.pro{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transform: all .2s linear;
    text-transform: capitalize;
    background: #eee;

   /* width: 80%;
    margin: auto;
    padding:  0;*/


}
.container{
    max-width: 1100px;
    margin: 0 auto;
    padding: 4rem 2rem;

}

.container .title{
    font-size: 2rem;
    color: #444;
    margin-bottom: 3rem;
    text-transform: uppercase;
    text-align: center;
}

.container .product-comtainer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 2rem;
}

.container .product-comtainer .product{
    text-align: center;
    padding: 3rem 2rem;
    background: #fff;
   /* box-shadow: 0.5rem 1rem rgba(0,0,0,.1);*/
   outline: .1rem solid #ccc;
   outline-offset: -1.5rem;
   cursor: pointer;
   /*height: 250px;*/
}

.container .product-comtainer .product:hover{
    outline: .2rem solid #222;
    outline-offset: 0; 

}

.container .product-comtainer .product img{
    height:11rem;
    aspect-ratio: 3/2 ;
}

.container .product-comtainer .product:hover img{
   transform: scale(.9);
}

.container .product-comtainer .product h3{
    padding: 1rem 0;
    font-size: 1.5rem;
    color: #444;
}

.container .product-comtainer .product:hover h3{
    color: rgb(73, 73, 175);
}

.product-preview{
    position: fixed;
    top: 0;left: 0;
    min-height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0,.4);
    display: none;
    align-items: center;
    justify-content: center;
}

.product-preview .preview{
    display: none;   
    padding:2rem;
    text-align: center;
    background: #fff;
    position: relative;
    margin: 2rem;
    width: 20rem;
    
}

.product-preview .preview.active{
    display: inline-block;   
}

.product-preview .preview img{
    height: 15rem;
    
}

.product-preview .preview .fa-times{
    position: absolute;
    top: 1rem; right: 1.5rem;
    cursor: pointer;
    color: #444;
    font-size: 2rem;
}

.product-preview .preview .fa-times:hover{
    transform: rotate(90deg);
}

.product-preview .preview h3{
    color: #444;
    padding: 0 0;
    font-size:1rem;
}

.product-preview .preview .stars{
    padding: .5rem 0; 
    font-size: 1rem;   
}

.product-preview .preview .stars i{

    color: #27ae60;
}

.product-preview .preview p{
    line-height: 1.5;
    padding: 0 0;
    font-size: 1rem;
    color: #777;
}

@media (max-width:991px){

    html{
       font-size: 55%;
    }

    .container .product-comtainer .product img{
    height:20rem;
    aspect-ratio: 3/2 ;
}
 
 }
 
 @media (max-width:768px){
 
    .products-preview .preview img{
       height: 50rem;
      
    }
 
 }
 
 @media (max-width:450px){
 
    html{
       font-size: 55%;
    }
 
 }

/*.container .product-comtainer .product price{
    font-size: 2rem;
    color: #444;
}*/

/************ gallery page **********/
.gallery{
    max-width: 1150px;
    margin: 0 auto;
    padding: 3rem 2rem;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 3rem;
}

.gallery-col{
  
    flex-basis: 31%;
   
}

.gallery-col iframe{
    width:100%;
    height: 120%;
    border-radius: 10px;
    box-sizing: border-box;
}

@media (max-width:991px){

    html{
       font-size: 55%;
    }
 
 }
 
 @media (max-width:768px){
 
    .gallery .gallery-col iframe{
       height: 25rem;
    }
 
 }
 
 @media (max-width:450px){
 
    html{
       font-size: 50%;
    }
 
 }


 /* -----------------------Product details ----------------------*/


 .about-us1{
      width: 80%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 10px;
    
 }

.about-col1{
   /* width:400%;
    height: 20%;
    margin-left: -80px;*/
    width: 85vmin;
    position: relative;
    transform: translate(-50%, -10%);
    top: 50%;
    left: 20%;
    overflow: hidden;
    border: 5px solid cadetblue;
    border-radius: 8px;
    box-shadow: 10px 20px 30px rgba(30, 30, 200, 0.3);
    margin-bottom: 40px;


}

.images{
    width: 100%;
    
    display: flex;
    animation: slide 8s infinite;
}
@keyframes slide{
    0%{
        transform: translateX(0);
    }
    25%{
        transform: translateX(0);
    }
    30%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    55%{
        transform: translateX(-200%);
    }
    75%{
        transform: translateX(-200%);
    }
   80%{
        transform: translateX(-300%);
    }
    100%{
        transform: translateX(-300%);
    }
   
}

.images img{
    width: 100%;
    height: 320px;
    
     aspect-ratio: 5/2 ;
}

   .about-col h1{
    
    color: blueviolet;
    font-size: 25px;
}





@media (max-width: 480px) {
    .about-col1 {
        width: 90vw;
        left: 50%;
        transform: translate(-50%, -10%);
        border-width: 6px;
        box-shadow: 5px 10px 15px rgba(30, 30, 200, 0.2);
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .images img {
        height: 200px;
        aspect-ratio: 5/2;
    }

    .about-col h1{
    padding-top: 0;
    font-size: 20px;
    margin-top: 5px;
    
}
}



 /* -----------------------EnquiryPage details ----------------------*/
.enquiry{
   
    background-image: url(img/e3.jpg);
    background-repeat: no-repeat;
   width: 100%;
   height: 60vmin;
   
    
}
.enquiry-etc{
    margin-top: 50px;
    margin-bottom: 10px;

   

}
 .enquiry-form{
     margin-bottom: 20px;
    max-width: 320px;
    margin: auto;
    border-radius: 5px;
   background-color: cadetblue;
    padding: 10px;
    color: blue;
 }

 input[type=text], select{
    width: 100%;
    padding: 10px 10px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: black;
   
 }

 input[type=submit]{
    width: 50%;
    height: 30px;
    background-color: purple;
    color: white;
    margin: 5px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;

 }
 input[type=submit]:hover{
    background: #000;
 }


/* 🌐 Responsive styles for mobile screens */
@media only screen and (max-width: 600px) {
    .enquiry {
        background-size: cover;
        height: auto;
        padding: 10px 10px;
    }

    .enquiry-form {
        max-width: 80%;
        /*height: 5%;*/
        padding: 15px;
        font-size: 15px;
        margin-bottom: 40px;
        
    }
     input[type=text], select{
    width: 100%;
    padding: 10px 10px;
     }

    input[type=submit] {
        width: 100%;
        margin-top: 15px;
    }

    .enquiry-etc {
        margin-top: 30px;
        margin-bottom: 20px;
        margin-right: 10px;
    }
}