*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
  overflow-x: hidden;
  width: 100%;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background-color: #FFFFFF; */
}
.hero {
    width: 100%;
    height: 200px;
    padding-top: 100px;
    box-sizing: border-box;
    /* overflow: hidden; */
}   
header{
    width: 100%;
    border: solid #CBD5E1 2px;
    background-color:  #dce8f1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 1000;
}


#anchor{
    width: 1000px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    justify-content: end;
    padding-right: 2px;
}
#a{
   width: 100%;
   font-size: 18px;
   text-align: center;
   text-decoration: none;
   color: black;
   padding: 2px;
}
#a:hover{
    color: #184abf;
    font-weight: 600;
    border-bottom: #184abf solid 3px;
    
}
.carousel-item{
    height: 400px;
    margin-top: 80px;
}
/* .carousel-item img{
    height: 100%;
    object-fit: cover;
} */
/* #carousel-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}  */

/* footer{
    height: 100px;
    border: 2px solid black;
    margin-top: 200px ;
} */
/* #carouselExample{
    
} */
.Home{
    /* opacity: 0;
    transform: translateY(60px);
    transition: all 0.6s ease; */
    padding-top: 120px;
    padding-bottom:50px ;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #edf5fb;
    /* width: 460px; */
}
/* .Home.active{
    opacity: 1;
    transform: translateY(0);
} */
.inner_content1{
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.5s ease;
    margin-left: 30px;
    border: solid rgb(227, 227, 227) 1px;
    height:300px;
    width: 100%;
    max-width: 550px;
    border: 2ps solid black;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    padding: 10px;
    /* padding-left: 10px; */
    /* margin-left: 20px; */
    background-color: white;
    border-radius: 0.7rem;
    border-bottom: 4px solid rgb(61, 107, 234);
    margin-bottom: 50px;
}
.inner_content1.active{
    opacity: 1;
    transform: translateX(0);
    
}

.inner_content2{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.0s ease;
    margin-left: 30px;
    border: solid rgb(227, 227, 227) 1px;
    height:300px;
    width: 100%;
    max-width: 550px;
    border: 2ps solid black;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    padding-top: 10px;
    /* padding-left: 10px; */
    /* margin-left: 20px; */
    background-color: white;
     border-radius: 0.7rem;
    border-bottom: 4px solid rgb(61, 107, 234);
    margin-bottom: 50px;
}
.inner_content2.active{
    opacity: 1;
    transform: translateY(0);
    
}
.inner_content3{
    opacity: 0;
    transform: translateX(100px);
    transition: all 1.5s ease;
    margin-left: 30px;
    border: solid rgb(227, 227, 227) 1px;
    height:300px;
    width: 100%;
    max-width: 550px;
    border: 2ps solid black;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    padding-top: 10px;
    /* padding-left: 10px; */
    /* margin-left: 20px; */
    background-color: white;
     border-radius: 0.7rem;
    border-bottom: 4px solid rgb(61, 107, 234);
}
.inner_content3.active{
    opacity: 1;
    transform: translateX(0);
    
}
#outer_content{
    width: 80%;
    height: 600px;
    padding-top: 20px;
    /* background-color: #dce8f1; */
    display: flex;
    flex-direction: row;
    justify-content: center;
}



.hero{
    width: 100%;
    height: 100%;
    background-image: url("../images/back_main.jpg.jpeg");
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 80px;
}

.main_tag{
    padding-top: 15px;
    font-size: 34px;
    font-weight:700;
    width:100%;
    height: 100px;
    text-align: center;
    align-items: center;
    margin-top: -40px;
    margin-bottom: 10px;
}


.para{
    width: 100%;
    height: 44px;
    text-align: center;
    font-weight: 400;
    font-size: large;
    margin-bottom: 10px;
}

.image{
    margin-top: 35px;
    height: 500px;
    display: flex;
    justify-content: center;
}

.image img {
    width: 70%;
    border-radius: 8px;
    border: 2px solid rgba(255,255,255,0.3);
    height: 400px;
    
}
#l{
    display: flex;
    justify-content: center;
}
#Custom{
    text-align: center;

}
#svg{
    height: 70px;
    width: 70px;
}
#foot{
    height: 100%;
    width: 100%;
    background-color: rgb(22, 62, 119);
    margin-top: 50px;
}
.Head{
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
    font-family: poppins;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 50px;
}
.Head.active{
    opacity: 1;
    transform: translateY(0);
}
.line{
    height: 2px;
    width: 10px;
    margin-top: 5px;
    background-color: #184abf;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}
.line.active{
    opacity: 1;
    transform: translateY(0);
    scale: initial;
    width: 200px;
}
.point{
    display: flex;
    flex-direction: row;
    
}
#para{
    font-size: 22px;
    padding-bottom: 10px;
    margin-right: 0px;
    padding-left: 5px;
}
#mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    /* padding: 60px 10%; */
    padding: 20px 10px;
}
.point1{
    opacity: 0;
    transform: translateX(-80px);
    transition: all 0.6s ease;
    display: flex;
    flex-direction: row;
}
.point1.active{
    opacity: 1;
    transform: translateX(0);
}
.point2{
    opacity: 0;
    transform: translateX(-80px);
    transition: all 1.2s ease;
    display: flex;
    flex-direction: row;
}
.point2.active{
    opacity: 1;
    transform: translateX(0);
}
.point3{
    opacity: 0;
    transform: translateX(-80px);
    transition: all 1.8s ease;
    display: flex;
    flex-direction: row;
}
.point3.active{
    opacity: 1;
    transform: translateX(0);
}
.point4{
    opacity: 0;
    transform: translateX(-80px);
    transition: all 2.4s ease;
    display: flex;
    flex-direction: row;
   
}
.point4.active{
    opacity: 1;
    transform: translateX(0);
}


.all{
    opacity: 0;
    transform: translateX(80px);
    transition: all 1.5s ease;
}
.all.active{
    opacity: 1;
    transform: translateY(0);
}
.mobile{
        display: none ;
}
.sidebar{
    display: none;
}
body{
    overflow-x: hidden;
}
#line{
    display: none;
}
#contact1{
    color: white;
    padding-left: 50px;
    padding-bottom: 0px;
    border-right: 2px solid rgba(255,255,255,0.3);
    /* height: 290px; */
    padding-right: 40px;
}
#follow{
    color: white;
    padding-left: 30px;
    padding-bottom: 0px;
    /* padding-top: 35px; */
    border-right: 2px solid rgba(255,255,255,0.3);
    height: 100%;
    padding-right: 40px;

}
#contact2{
    color: white;
    padding-left: 50px;
    
    padding-bottom: 20px;
    height: 100%;

}
#Mmap{
        height: 300px;
        width: 400px;
    }
#Em{
    display: flex;
    flex-direction :row;
    align-items: flex-start;
    
    gap: 10px;
    margin-bottom: 8px;
}

#Em span{
    max-width: 500px;
    line-height: 1.6;
}
#support_img{
    width: 40%;
}
#F_div{
    border: solid rgb(133, 132, 159) 2px;
    border-radius: 0.3rem;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    margin-left: 50px;
}
@media (max-width: 1200px) {
    .mobile{
        display: flex;
    }
    #contact2{
        padding-left: 0px
    }
    #support_img{
        width: 100%;
    }
    header.mobile {
        display: flex;
        flex-direction: row !important ;
        height: 65px;
        padding-top: 8px;
    }
    header.main {
        display: none !important;
    }
    .mobile{
        display: visible;
        height: 80px;
    }
    #carouselExample{
        display: none;
    }
    #anchor {
        display: none;
    }
    #line{
    display: flex;
    }
    /* #contact1{
    color: white;
    padding-left: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    } */
    #outer_content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: auto;
        /* width: 100%; */
        
    }
    /* .Home{
        width: 100%;
    } */
    #mid {
        flex-direction: column;
        align-items: center;
        padding: 80px;
        padding-right: 10px;
        padding-left: 30px;
        font-size: small;
        
    }

    .inner_content1,
    .inner_content2,
    .inner_content3 {
        width: 100%;
        max-width: 100%;
        height: auto;
        
    }

    .all {
        width: 90%;
        margin-top: 20px;
    }
    .main{
        display: none;
    }
    /* .ham1{
       padding-right: 200px;
       padding-top: 8px;
    } */
    #foot{
        width: 100%;
    }
    body{
        width: 100%;

    }
    
 
#anchor1{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #dce8f1;
    height: 100vh;
    width: 260px;
    padding-top: 90px;
}


.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 260px;
    background-color: #dce8f1;
    
    transform: translateX(-100%);
    transition: transform 0.5s ease;

    display: flex;
    flex-direction: column;
    z-index: 9999;
}


.sidebar.active{
    transform: translateX(0);
}

#a1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}

#a1 a{
    text-decoration: none;
    color: black;
}

#a1:hover{
    border-left: 4px solid rgb(61, 107, 234);
    font-size: large;
    transition: all 0.3s;
}
#id{
    display: flex;
    flex-direction: row;
}
footer #contact{
        display: flex; 
        flex-direction: column;
        justify-content: space-between;
       
    }

     #Mmap{
        height: 200px;
        width: 200px;
    }
    #Em{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    }

    #Em span{
        max-width: 500px;
        line-height: 1.6;
    }
    #O_tag{
    
    flex-direction: column;
    
  
    }
    #F_div{
        margin-left: 0px;
    }
    .map {
    border-radius: 1rem;
    padding-left: 50px;
    
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    border-right: rgba(255,255,255,0.3);
    }
    .about{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    font-size: larger;
    font-weight: 400;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    
    }
 
 
    
    
    .contact-icon{
        color: white;
        font-size: 18px;
        min-width: 25px;
    }
    #contact1{
    color: white;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
    border-right: 0px ;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    
    
    }
    #hero{
        height: 100%;
    }
    #follow{
    color: white;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
    border-right: 0px ;
  
    

    }
    #F_div{
    border: solid rgb(133, 132, 159) 2px;
    border-radius: 0.3rem;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    margin-left: 50px;
}


}

#contact{
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: center;
        gap: 10px;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 8px;
        width: 100%;
    }
#Em{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.contact-icon{
    color: white;
    font-size: 18px;
}
.map {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    border-right: rgba(255,255,255,0.3);
}


#I_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#tag{
    padding-bottom: 20px;
    width: 85%;
}

#O_tag{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    margin-top: 80px;
    margin-bottom: 200px;
}
#label{
    width: 120px;
    text-align: left;
}
#tag input{
    width: 100%;
    box-sizing: border-box;
}
.about{
    /* display: flex;
    /* flex-direction: row; */
    /* justify-content: center;
    align-items: center; */ 
    padding: 100px;
    font-size: larger;
    font-weight: 400;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    
}
.card-heading{
        
        text-align: center;
        color: black;
        
        background-color: rgb(237, 237, 237);
        height: 30px;
}
.card-heading h3 {
        
        font-size: large;
}
.product-card {
    width: 100%;
    max-width: 300px;        /* wider card */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 40px auto;
    margin-top: 200px;
}
.product-card-1{
     width: 100%;
    max-width: 300px;        /* wider card */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    /* margin: 20px auto; */
    margin-top: 160px;
}
.product-card-2{
     width: 100%;
    max-width: 300px;        /* wider card */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 40px auto;
    margin-top: 200px;
}
#product_main{
     background-color: #f4f6f9;  /* light steel grey */
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5z' fill='%231a2e5a' fill-opacity='0.04' fill-rule='evenodd'/%3E%3C/svg%3E");

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* flex-direction: row; */
    gap: 20px;
    padding: 20px;
}
.carousel-inner {
    height: 250px;   
    width: 250px;        /* taller box */
    overflow: hidden;
    background-color: #ffffff;  /* dark bg for portrait images */
}

.carousel-item {
    height: 350px;
}

.carousel-item img {
    width: 100%;
    height: 40%;
    object-fit: contain;     
    object-position: center;
    background-color: #ffffff;  
}
.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-8px);          /* lifts the card up */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);  /* deeper shadow */
}

/* Image zoom on card hover */
.product-card:hover .carousel-item.active img,
.product-card:hover img {
    transform: scale(1.05);
    transition: transform 0.4s ease;
}

.product-card img {
    transition: transform 0.4s ease;
}

/* Optional: heading color change on hover */
.product-card:hover .card-heading {
    background-color: #102257;   /* slightly darker blue */
    transition: background-color 0.3s ease;
    color: white;
}

.card-heading {
    transition: background-color 0.3s ease;
}
.product-card-1,
.product-card-2 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.product-card-1:hover,
.product-card-2:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Image zoom on card hover */
.product-card-1:hover .carousel-item.active img,
.product-card-1:hover img,
.product-card-2:hover .carousel-item.active img,
.product-card-2:hover img {
    transform: scale(1.05);
    transition: transform 0.4s ease;
}

.product-card-1 img,
.product-card-2 img {
    transition: transform 0.4s ease;
}

/* Heading color change on hover */
.product-card-1:hover .card-heading,
.product-card-2:hover .card-heading {
    background-color: #102257;
    transition: background-color 0.3s ease;
    color: white;
}

.product-card-1 .card-heading,
.product-card-2 .card-heading {
    transition: background-color 0.3s ease;
}
/* Below 1200px - 2 per row */
@media (max-width: 1200px) {
    .product-card {
        flex: 1 1 calc(50% - 20px);
        max-width: 450px;
        margin-top: 20px;
    }
    .product-card-1{
        margin-top: 100px;
    }
}

/* Mobile - 2 per row but smaller */
@media (max-width: 576px) {
    #product_main {
        gap: 10px;
        padding: 10px;
    }
    .d-block{
        width: 500px;
    }
    .product-card {
        flex: 1 1 calc(50% - 10px);
        max-width: 100%;
        margin-top: 20px;
    }
    

    .card-heading h3 {
        font-size: 0.9rem;    /* smaller heading on phone */
    }

    .carousel-inner,
    .carousel-item
     {
        height: 300px;        /* shorter carousel on phone */
    }
    .carousel-item{
        height: 450px;
    }
}





.gallery-hero {
  background: linear-gradient(135deg, #1a2e5a 0%, #2a4a8a 100%);
  padding: 50px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 65px;
}

.gallery-hero::before {
  content: "⚙ ⚙ ⚙ ⚙ ⚙ ⚙ ⚙ ⚙";
  position: absolute;
  font-size: 8rem;
  color: rgba(255,255,255,0.03);
  top: -20px;
  left: 0;
  right: 0;
  letter-spacing: 40px;
}

.gallery-hero h1 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}


.gallery-hero h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #f0a500;
  margin: 10px auto 0;
  border-radius: 2px;
}

.gallery-hero p {
  font-family: 'Inter', sans-serif;
  color: rgba(255,255,255,0.75);
  font-size: 1rem;
  margin-top: 12px;
  letter-spacing: 1px;
}
#service{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: row;
    padding: 80px;
    background-color: #f4f6f9;  /* light steel grey */
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231a2e5a' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    

}
#service_card{
  background: rgba(255,255,255,0.95);
  border-left: 6px double #1a2e5a;
  padding-left: 12px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a2e5a;
  font-family: 'Rajdhani', sans-serif;
    font-size: x-large; 
    
    font-weight: 700; 
}
#ser_h1{
        margin-top: 70px; 
        color: white; 
        background-image: linear-gradient(rgba(26, 46, 90, 0.85), rgba(26, 46, 90, 0.85)),url('metal-texture.jpg');
        background-size: cover;background-position: center;padding: 60px 80px; text-align: center; font-family: 'Barlow Condensed', sans-serif;
        font-weight: 700;font-size: 3rem;color: white;
        letter-spacing: 3px;text-transform: uppercase;
    }
#service_p{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
   text-align: center; 
   font-size: medium;
   line-height: 1.9;
  color: #444;
  text-align: left;
 
}
#img1{
    border-top-left-radius: 12rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 12rem;
    border-bottom-right-radius: 1rem;
    width: 300px;
    flex: 0.8;
}
#text{
    display: flex;
    justify-content: start;
    align-items: left;
    flex-direction: column;
    padding-top: 20px;
    padding-right: 20px;
}
#Block{
    display: flex;
    flex-direction: row;
     border: 0.5px solid grey;
     border-radius: 0.5rem;
     padding: 10px;
     margin: 10px;
     margin-bottom: 0px;
     margin-top: 0px;
     background-color: rgb(254, 251, 251);
     transition: 0.3s ease ;
}
#Block:hover{   
    transform: scale(1.02);
    box-shadow: 1px 1px 1px black;
}
@media (max-width: 576px) {
    #service {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 16px;
        gap: 16px;
        background-color: #f4f6f9;
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231a2e5a' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    #Block {
        display: flex;
        flex-direction: column;  /* ← stack image on top, text below */
        align-items: center;
        width: 100%;
        border: 0.5px solid grey;
        border-radius: 0.5rem;
        padding: 12px;
        margin: 0;
        background-color: rgb(254, 251, 251);
        transition: 0.3s ease;
    }

    #Block:hover {
        transform: scale(1.02);
        box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    }

    #img1 {
        width: 100%;
    max-width: 320px;
    height: 220px;          /* equal to or close to width for square feel */
    object-fit: cover;
    border-radius: 8px;     /* remove the huge border-radius, just subtle corners */
    flex: unset;
    aspect-ratio: 1 / 1;   /* forces perfect square */
    }
    #ser_h1{
        margin-top: 80px; 
        color: white; 
        background-image: linear-gradient(rgba(26, 46, 90, 0.85), rgba(26, 46, 90, 0.85)),url('metal-texture.jpg');
        background-size: cover;background-position: center;padding: 60px 30px; text-align: center; font-family: 'Barlow Condensed', sans-serif;
        font-weight: 700;font-size: 3rem;color: white;
        letter-spacing: 3px;text-transform: uppercase;
    }
    #text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 8px 4px 8px;
        width: 100%;
    }

    #service_card {
        background: transparent;
        border-left: 6px double #1a2e5a;
        padding-left: 12px;
        font-family: 'Rajdhani', sans-serif;
        font-size: 1.3rem;
        font-weight: 700;
        color: #1a2e5a;
        margin-bottom: 8px;
    }

    #service_p {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 0.95rem;
        line-height: 1.7;
        color: #444;
        text-align: left;
    }
}
@media (max-width: 1200px) {
    #service {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 16px;
        gap: 16px;
        background-color: #f4f6f9;
        background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231a2e5a' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    #Block {
        display: flex;
        flex-direction: column;  /* ← stack image on top, text below */
        align-items: center;
        width: 100%;
        border: 0.5px solid grey;
        border-radius: 0.5rem;
        padding: 12px;
        margin: 0;
        background-color: rgb(254, 251, 251);
        transition: 0.3s ease;
    }

    #Block:hover {
        transform: scale(1.02);
        box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    }

    #img1 {
        width: 100%;
    max-width: 320px;
    height: 220px;          /* equal to or close to width for square feel */
    object-fit: cover;
    border-radius: 8px;     /* remove the huge border-radius, just subtle corners */
    flex: unset;
    aspect-ratio: 1 / 1;   /* forces perfect square */
    }
    #ser_h1{
        margin-top: 65px; 
        color: white; 
        background-image: linear-gradient(rgba(26, 46, 90, 0.85), rgba(26, 46, 90, 0.85)),url('metal-texture.jpg');
        background-size: cover;background-position: center;padding: 60px 30px; text-align: center; font-family: 'Barlow Condensed', sans-serif;
        font-weight: 700;font-size: 3rem;color: white;
        letter-spacing: 3px;text-transform: uppercase;
    }
    #text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 8px 4px 8px;
        width: 100%;
    }

    #service_card {
        background: transparent;
        border-left: 6px double #1a2e5a;
        padding-left: 12px;
        font-family: 'Rajdhani', sans-serif;
        font-size: 1.3rem;
        font-weight: 700;
        color: #1a2e5a;
        margin-bottom: 8px;
    }

    #service_p {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 0.95rem;
        line-height: 1.7;
        color: #444;
        text-align: left;
    }
}
#index_main{
    height: 600px;
    background-color: #1a2e5a;
background-color: #1a2e5a;
background-image: radial-gradient(circle, rgba(255,255,255,0.1) 1.5px, transparent 1.5px);
background-size: 20px 20px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 80px 20px; */
    text-align: center;
}
#cont_div{
    border: 2px solid rgb(177, 176, 176);
    padding: 50px;
    background-color: #0b1f3a;
    border-radius: 0.5rem;
    color: white;
}

#head_c {
    margin-top: 0px;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    overflow: hidden;
   
}

#head_c::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-image: url("../images/Contact/img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(2px);        
    z-index: 0;
}

#head_c h1 {
    position: relative;
    z-index: 2;              
    color: #ffffff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 2.9rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.4);
    padding-left: 50px;
}
#info_box {
    background: #0f1e3d;
    border: 1.5px solid #2a4a8a;
    border-radius: 12px;
    padding: 20px 20px;
    font-family: 'Rajdhani', sans-serif;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 16px;                  
}

#info_box p {
    display: flex;
    align-items: flex-start;    
    gap: 12px;                  
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

#info_box p span.icon {
    font-size: 1.1rem;
    margin-top: 2px;            
    flex-shrink: 0;            
}

#info_box p span.text {
    flex: 1;  
    font-size: larger;                  
}
#social {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#social h3 {
    color: #ffffff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

#social a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
}

#social a:hover {
    color: #c8a400;        
}

#social a i {
    font-size: 1.3rem;
    width: 20px;
}


#social a:hover .fa-facebook   { color: #1877f2; }
#social a:hover .fa-instagram  { color: #e1306c; }
#social a:hover .fa-linkedin   { color: #0a66c2; }
#social a:hover .fa-youtube    { color: #ff0000; }
#social a:hover .fa-whatsapp   { color: #25d366; }
#map{
     width :600px ;
     height : 450px;
     border: 0px;
}
#info_box{
    padding: 60px;
}
@media (max-width : 1200px){
    #map{
        height: 250px;
        width: 250px;
        padding: 20px;

    }
    #O_tag{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 200px;
}
#info_box{
    padding: 25px;
    margin: 15px;
}
}
#clients{
    background-color: #0b1f3a;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
}
#clients_main{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    
}
#clients_img{
    display: flex;
    justify-content: space-evenly   ;
    align-items: center;
}
#clients1{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    flex-direction: row;
   
}