
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;

}
ul,
ol {
    padding-left: 0 !important;
}

body{
background: #f8fafc;
overflow-x:hidden;
width: 100vw;

}

@media(max-width:1199px){
    *{
        overflow-x: hidden;
    }
}

.container{
width:90%;
max-width:1300px;
margin:auto;
}

 .togleButton i{
    display: none;
 }

/* HEADER */

.header{
position:fixed;
width:100%;
top:0;
left:0;
z-index:1000;
padding:20px 0;
background:#ffffff;
height: 91px;
}

.header .container{
display:flex;
align-items:center;
justify-content:space-between;
height: 55px;
}

.logo h2{
color:#fff;
font-size:32px;
font-weight:700;
}
.logo img{
    height: 80px; 
}
@media(min-width:1200px){
     .infra-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}
nav{
   margin-top: 15px;
}

nav ul{
display:flex;
list-style:none;
gap:35px;
}

nav ul li a{
color:#000000;
text-decoration:none;
font-weight:500;
transition:.3s;
}


nav ul li a:hover{
color:#00d4aa;
}

.subMenu {
    display: none;
    position: absolute;
    top: 100%;   /* 👈 exactly neeche */
    left: 0;
    min-width: 180px;
    background: #fff;
    z-index: 999;
    padding: 15px 0;
    border-radius: 8px;
   
}
 
.mainLi.servicesLi a{
    display: flex;
    align-items: center;
    gap: 5px;
}




.servicesLi {
    position: relative;
}
.servicesLi:hover .subMenu {
    display: flex;
    flex-direction: column;
}
.subMenu ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}
.subMenu ul li a{
    color: #0f172a;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    transition: .3s;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mainLi.servicesLi{
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.mainLi.servicesLi .menu-title{
 display: flex;
 flex-direction: row;
 justify-content: space-around;
 column-gap: 2px;
}
.menu-title span i{
  position: relative;
  top: 3px;

}

.infrastructure{
    padding:100px 0;
    background:#f8fafc;
}

.about-services{
padding:120px 0;
background:#f8fafc;
}
.services{
padding:120px 0;
background:#F8FAFC;
}
.about{
padding:120px 0;
background:#fff;
}
.process{
padding:120px 0;
background:#faf1f1;
}

.why-us{
padding:120px 0;
background:#F8FAFC;
}

.industries{
padding:120px 0;
}

.mv-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.about-service-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
margin-top:60px;
}

}

.industries{
padding:20px 0;
}
.services{
    padding: 30px;
}
.process{
background:#fff;
}

@media(max-width:1199px){
    .logo img{
        height: 50px;
    }
    .navi{
        display: none;
    }
   .navi.active{
    display: flex;
    position: fixed;
    top: 110px;
    left: 0;
    background-color: #ffffff;
    width: 90vw;
    height: 65vh;
   }

      .about-content h2 {
        font-size: 20px;
    }
nav ul{
list-style:none;
width: 100%;
overflow-y: scroll;
}

nav ul li{
   width: 100%;
   margin-top: 10px;
}
nav ul li a{
color:#fa0000;
text-decoration:none;
font-weight:500;
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: #ffffff;
margin left: 5px;
}

   .subMenu{
    display: none;
  
    color: black;
    overflow-y: scroll;
   }
   
   .mainLi.servicesLi.opensubul .subMenu{
    display: flex;
   }


    .togleButton i{
        position: fixed;
        top: 31px;
        right: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 25px;
        padding: 5px 20px;
        background-color: #e8e8e9;
        border-radius: 10px;
        
    }
    .menu-title{
        border-bottom: 2px solid black;
        border-top: 2px solid black;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: large;
        padding-left: 4px;
    }

    .mainLi.servicesLi .menu-title{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 4px 2px 0 2px;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        font-size: large;
    }
  .mainLi.servicesLi .menu-title span{
    border: 1px solid black;
    height: 20px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .trusted{
padding:60px 0;
background:#faf1f1;
}

.quote-btn{
    position: absolute;
left: 34%;
height: 50px;
}


.why-us{
    padding: 30px;
}

.about-services{
    padding: 30px;
}

}

.togleButoon{
    display: none;
}

.quote-btn{
padding:12px 24px;
background:#00d4aa;
color:#fff;
text-decoration:none;
border-radius:50px;
font-weight:600;

}


/* HERO */

.hero{
height:30vh;
background:url('images/lab-banner.jpg');
background-size:cover;
background-position:center;
position:relative;
display:flex;
align-items:center;
justify-content:center;
width: 100%;
}

.overlay{
position:absolute;
inset:0;
background:linear-gradient(
90deg,
rgba(0,25,60,.92),
rgba(0,86,210,.75)
);
}

.hero-content{
position:relative;
z-index:2;
align-items:center;
justify-content:center;
padding: 60px 20px; 
display: flex; 
flex-direction: row; 
align-items: center; 
justify-content: center; 
gap: 40px;
}

.hero-text{
width:100%;
color:#fff;
position: relative;
margin-top: 100px;
}

.tagline{
display:inline-block;
background:rgba(255,255,255,.15);
padding:10px 20px;
border-radius:50px;
backdrop-filter:blur(10px);
margin-bottom:25px;
}

.hero-text h1{
font-size:68px;
line-height:1.1;
margin-bottom:25px;
font-weight:800;
}


.hero-text h1 span{
color:#00d4aa;
}

.hero-text p{
font-size:18px;
line-height:1.8;
margin-bottom:35px;
max-width:700px;
}

.hero-buttons{
    display: flex;
    gap: 15px;
    margin-bottom: 57px;
    margin-top: 39px;
}

.btn-primary{
padding:15px 35px;
background:#00d4aa;
color:#fff;
text-decoration:none;
border-radius:50px;
font-weight:600;
}

.btn-secondary{
padding:15px 35px;
border:2px solid #fff;
color:#fff;
text-decoration:none;
border-radius:50px;
font-weight:600;
}

.hero-cards{
display:flex;
flex-direction:column;
gap:25px;
}

.floating-card{

padding:25px;
background:rgba(255,255,255,.12);
backdrop-filter:blur(20px);
border:1px solid rgba(255,255,255,.15);
border-radius:20px;
color:#fff;
}

.floating-card h3{
font-size:28px;
margin-bottom:8px;
}


.about-wrapper{
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;
}

.about-image img{
width:100%;
border-radius:25px;
box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.about-content span{
color:#00A884;
font-weight:600;
letter-spacing:2px;
}

.about-content h2{
font-size:48px;
line-height:1.2;
margin:15px 0 25px;
color:#0F172A;
font-weight:700;
}

.about-content p{
font-size:17px;
line-height:1.9;
color:#64748B;
margin-bottom:30px;
}

.features{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.features div{
padding:15px;
background:#F8FAFC;
border-radius:12px;
font-weight:500;
}

@media(max-width : 1199px){
    .hero-content{
        display: flex;
        flex-direction: column;
        
        justify-content: center;
        padding: 0;
    }
        .hero-content h1 {
        font-size: 23px;
    }
    .about-content h2{
        font-size: 17px;
    }
    .hero-text{
        width: 100%;
        display: flex;
        flex-direction: column;
       
        align-items: center;
    }
}

/* service */


.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title h2{
font-size:48px;
color:#0F172A;
font-weight:700;
}

.service-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.service-card{
background:#fff;
padding:45px 35px;
border-radius:24px;
transition:.4s;
box-shadow:0 10px 40px rgba(0,0,0,.06);
position:relative;
overflow:hidden;
}

.service-card:before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:5px;
background:#00A884;
}

.service-card:hover{
transform:translateY(-12px);
box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.service-card h3{
font-size:28px;
margin-bottom:20px;
color:#0F172A;
}

.service-card p{
color:#64748B;
line-height:1.8;
}


.counter-section{
padding:90px 0;
background:linear-gradient(135deg,#0056D2,#00A884);
}

.counter-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.counter-box{
text-align:center;
color:#fff;
}

.counter-box h2{
font-size:60px;
font-weight:700;
margin-bottom:10px;
}

.counter-box p{
font-size:18px;
}



.industry-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.industry-card{
padding:35px;
background:#fff;
border-radius:20px;
text-align:center;
font-weight:600;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.4s;
}
@media(max-width:1199px){
    .industries-card{
        width: 150px;
    }

.counter-grid{
    grid-template-columns:repeat(2,1fr);
}    

}

.industry-card:hover{
background:#0056D2;
color:#fff;
transform:translateY(-8px);
}

.quality-section{
padding:120px 0;
background:#0F172A;
color:#fff;
}

.quality-content{
max-width:900px;
margin:auto;
text-align:center;
}

.quality-content h2{
font-size:48px;
margin-bottom:25px;
}

.quality-content p{
font-size:18px;
line-height:1.8;
margin-bottom:40px;
}

.quality-list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}

.quality-list div{
background:rgba(255,255,255,.08);
padding:20px;
border-radius:15px;
}
.cta{
padding:100px 0;
background:#F8FAFC;
}

.cta-box{
background:linear-gradient(135deg,#0056D2,#00A884);
padding:70px;
border-radius:30px;
text-align:center;
color:#fff;
}

.cta-box h2{
font-size:48px;
margin-bottom:20px;
}

.cta-box p{
font-size:18px;
margin-bottom:30px;
}

.cta-btn{
display:inline-block;
padding:15px 35px;
background:#fff;
color:#0056D2;
text-decoration:none;
font-weight:600;
border-radius:50px;
}

.footer{
background:#0F172A;
padding:80px 0;
color:#fff;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr;
gap:50px;
}

.footer h3,
.footer h4{
margin-bottom:20px;
}

.footer ul{
list-style:none;
}

.footer ul li{
margin-bottom:12px;
}

.footer a{
text-decoration:none;
color:#CBD5E1;
}

.footer p{
color:#CBD5E1;
line-height:1.8;
}
.trusted-grid{
display:flex;
justify-content:space-between;
align-items:center;
gap:40px;
flex-wrap:wrap;
}

.trusted-grid img{
height:60px;
opacity:.6;
transition:.3s;
}

.trusted-grid img:hover{
opacity:1;
}



.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:60px;
}

.why-card{
background:#fff;
padding:40px 30px;
border-radius:24px;
text-align:center;
position:relative;
overflow:hidden;
transition:.4s;
box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.why-card::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:5px;
background:linear-gradient(
90deg,
#0056D2,
#00A884
);
}

.why-card:hover{
transform:translateY(-12px);
box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.why-card .icon{
width:80px;
height:80px;
margin:0 auto 25px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:35px;
background:linear-gradient(
135deg,
#0056D2,
#00A884
);
color:#fff;
}

.why-card h3{
font-size:24px;
font-weight:700;
margin-bottom:15px;
color:#0F172A;
}

.why-card p{
font-size:15px;
line-height:1.8;
color:#64748B;
}


.process h2{
text-align:center;
font-size:48px;
font-weight:700;
margin-bottom:80px;
color:#0F172A;
}

.timeline{
display:flex;
justify-content:space-between;
align-items:flex-start;
position:relative;
gap:20px;
}

.timeline::before{
content:'';
position:absolute;
top:45px;
left:10%;
width:80%;
height:4px;
background:#E2E8F0;
z-index:1;
}

.step{
width:20%;
text-align:center;
position:relative;
z-index:2;
}

.step span{
width:90px;
height:90px;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
border-radius:50%;
background:linear-gradient(
135deg,
#0056D2,
#00A884
);
color:#fff;
font-size:28px;
font-weight:700;
box-shadow:0 15px 35px rgba(0,86,210,.25);
}

.step h4{
margin-top:25px;
font-size:20px;
font-weight:600;
color:#0F172A;
}

.step p{
margin-top:10px;
font-size:14px;
line-height:1.7;
color:#64748B;
}

@media(max-width:1199px){

.why-grid{
grid-template-columns:repeat(2,1fr);
}

.timeline{
flex-wrap:wrap;
}

.timeline::before{
display:none;
}

.step{
width:48%;
margin-bottom:30px;
}


}

@media(max-width:1199px){

    
.why-grid{
grid-template-columns:1fr;
}
.industry-grid{

grid-template-columns:repeat(2,1fr);
gap:25px;
}

.counter-box h2{
    font-size: 14px;
}
.step{
width:100%;
}
}

.about-image{
position:relative;
}

.experience-card{
position:absolute;
bottom:-30px;
right:-30px;
background:#0056D2;
color:#fff;
padding:30px;
border-radius:20px;
box-shadow:0 20px 40px rgba(0,0,0,.2);
}

.experience-card h2{
font-size:42px;
}
.trusted{
    padding:100px 0;
   background:linear-gradient(
145deg,
#ffffff,
#f8fafc
);
}
.trusted-item:hover{
    border-color:#0056D2;
}

.trusted-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:50px;
}

.trusted-item{
    background:#fff;
    height:220px; /* Fixed Card Height */
    border-radius:24px;
    padding:25px;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border:1px solid #e5e7eb;

    transition:.4s ease;
}

.trusted-item:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,86,210,.15);
}

.trusted-item img{
    width:100%;
    height:100%;
    object-fit:contain; /* Image crop nahi hogi */
}
@media(max-width:1199px){

.trusted-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:1199px){

.trusted-grid{
    grid-template-columns:1fr;
}

.trusted-item{
    height:180px;
}

.footer-grid{
display: block;
}

}



.infrastructure .section-title{
    text-align:center;
    margin-bottom:50px;
}

.infrastructure .section-title h2{
    font-size:42px;
    color:#0f172a;
}



.infra-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.infra-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.infra-card img{
    width:100%;
    height:220px;   /* Fixed Height */
    object-fit:cover;
    display:block;
}

.infra-card h3{
    padding:20px;
    text-align:center;
    font-size:22px;
    color:#0f172a;
    margin:0;
}

/* about */
.page-banner{
height:450px;
background:url('images/about-banner.jpg');
background-size:cover;
background-position:center;
position:relative;
display:flex;
align-items:center;
text-align:center;
}

.page-banner .overlay{
position:absolute;
inset:0;
background:rgba(0,25,60,.75);
}

.page-banner .container{
position:relative;
z-index:2;
/* color:#fff; */
}

.page-banner h1{
font-size:60px;
margin-bottom:20px;
}

.page-banner p{
font-size:20px;
max-width:700px;
margin:auto;
}


.mv-card{
background:#fff;
padding:50px;
border-radius:25px;
box-shadow:0 10px 40px rgba(0,0,0,.08);
}
.company-overview{
    padding:100px 0;
    background:#f8fafc;
}

.overview-grid{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:50px;
    align-items:center;

    background:#fff;
    padding:40px;
    border-radius:30px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.overview-image{
    position:relative;
    overflow:hidden;
    border-radius:20px;
}

.overview-image img{
    width:100%;
    height:450px; /* Fixed Height */
    object-fit:cover;
    display:block;
    border-radius:20px;
    transition:.5s;
}

.overview-image:hover img{
    transform:scale(1.05);
}

.overview-content span{
    display:inline-block;
    background:#e6f7f3;
    color:#00A884;
    padding:10px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.overview-content h2{
    font-size:48px;
    line-height:1.2;
    color:#0F172A;
    margin-bottom:25px;
}

.overview-content p{
    color:#64748B;
    line-height:1.9;
    font-size:16px;
    margin-bottom:20px;
}

.overview-content p:last-child{
    margin-bottom:0;
}
@media(max-width:1199px){

    .overview-grid{
        grid-template-columns:1fr;
    }

    .overview-content h2{
        font-size:36px;
    }

    .overview-image img{
        height:350px;
    }

}

@media(max-width:1199px){

    .overview-image img{
        height:250px;
    }

    .overview-content h2{
        font-size:28px;
    }

}

.testing-capabilities{
    padding:120px 0;
    background:linear-gradient(
        180deg,
        #f8fafc 0%,
        #ffffff 100%
    );
}

.testing-capabilities .section-title{
    text-align:center;
    margin-bottom:60px;
}

.testing-capabilities .section-title span{
    color:#00A884;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.testing-capabilities .section-title h2{
    font-size:48px;
    margin:15px 0;
    color:#0F172A;
}

.testing-capabilities .section-title p{
    max-width:700px;
    margin:auto;
    color:#64748B;
    line-height:1.8;
}

.capability-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.capability-card{
    background:#fff;
    border-radius:24px;
    padding:35px 25px;
    text-align:center;
    position:relative;
    overflow:hidden;

    border:1px solid #e5e7eb;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    transition:.4s;
}

.capability-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;

    background:linear-gradient(
        90deg,
        #0056D2,
        #00A884
    );
}

.capability-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,86,210,.12);
}

.capability-card i{
    width:80px;
    height:80px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 25px;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        #0056D2,
        #00A884
    );

    color:#fff;
    font-size:30px;
}

.capability-card h3{
    font-size:20px;
    color:#0F172A;
    font-weight:700;
    line-height:1.4;
}

@media(max-width:1199px){

.capability-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:1199px){

.capability-grid{
    grid-template-columns:1fr;
}

.testing-capabilities .section-title h2{
    font-size:34px;
}

}
.capability-card i{
    transition:.4s;
}

.capability-card:hover i{
    transform:rotate(10deg) scale(1.1);
}

.quality-highlight{
    padding:120px 0;

    background:linear-gradient(
        135deg,
        #0056D2,
        #003B91
    );

    position:relative;
    overflow:hidden;
}

.quality-highlight::before{
    content:'';
    position:absolute;

    width:300px;
    height:300px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-120px;
    right:-80px;
}

.quality-highlight::after{
    content:'';
    position:absolute;

    width:250px;
    height:250px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    bottom:-100px;
    left:-50px;
}

.quality-highlight .container{
    position:relative;
    z-index:2;

    text-align:center;
    max-width:900px;
}

.quality-highlight h2{
    color:#fff;
    font-size:56px;
    font-weight:700;
    margin-bottom:25px;
    line-height:1.2;
}

.quality-highlight p{
    color:rgba(255,255,255,.9);
    font-size:20px;
    line-height:1.8;
    max-width:750px;
    margin:auto;
}

.quality-tag{
    display:inline-block;

    padding:12px 24px;

    background:rgba(255,255,255,.15);

    border:1px solid rgba(255,255,255,.2);

    color:#fff;

    border-radius:50px;

    font-size:14px;
    font-weight:600;
    letter-spacing:2px;

    margin-bottom:25px;
}

@media(max-width:1199px){

.quality-highlight{
    padding:80px 20px;
}

.quality-highlight h2{
    font-size:34px;
}

.quality-highlight p{
    font-size:16px;
}

}
.quality-badges{
    margin-top:35px;
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.quality-badges span{
    background:#fff;
    color:#0056D2;
    padding:12px 22px;
    border-radius:50px;
    font-weight:600;
}





.about-service-card{
background:#fff;
padding:40px;
border-radius:24px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.4s;
}

.about-service-card:hover{
transform:translateY(-10px);
}

.about-service-card i{
width:80px;
height:80px;
background:linear-gradient(135deg,#0056D2,#00A884);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin:0 auto 25px;
font-size:30px;
}

.about-service-card h3{
margin-bottom:15px;
font-size:24px;
}



/* contact */
.contact-section{
padding:100px 0;
/* background:#f8fafc; */
}

.contact-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
}

.contact-info,
.contact-form{
/* background:#fff; */
padding:40px;
border-radius:25px;
box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.contact-info h2,
.contact-form h2{
margin-bottom:20px;
font-size:36px;
}

.info-box{
display:flex;
gap:20px;
margin-top:25px;
}

.info-box i{
width:60px;
height:60px;
background:#0056D2;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:20px;
flex-shrink:0;
}

.info-box h4{
margin-bottom:8px;
}

.form-group{
margin-bottom:20px;
}

.form-group input,
.form-group select,
.form-group textarea{
width:100%;
padding:15px;
border:1px solid #ddd;
border-radius:10px;
font-size:15px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
outline:none;
border-color:#0056D2;
}

.contact-form button{
background:#0056D2;
/* color:#fff; */
border:none;
padding:15px 35px;
border-radius:10px;
font-size:16px;
cursor:pointer;
transition:.3s;
}

.contact-form button:hover{
background:#003f9e;
}
.map-section{
padding:0;
}

.map-section iframe{
width:100%;
height:500px;
border:none;
display:block;
}
.contact-cards{
padding:100px 0;
/* background:#fff; */
}

.cards-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.card-box{
text-align:center;
padding:40px;
/* background:#f8fafc; */
border-radius:20px;
transition:.3s;
}

.card-box:hover{
transform:translateY(-10px);
}

.card-box i{
font-size:40px;
color:#0056D2;
margin-bottom:20px;
}
@media(max-width:1199px){

.contact-grid{
grid-template-columns:1fr;
}

.cards-grid{
grid-template-columns:1fr;
}

}

/* food-testing, start */
     *{
            margin:0;
            padding:0;
            box-sizing:border-box;
            font-family:Arial, sans-serif;
        }

        .container{
            width:90%;
            max-width:1200px;
            margin:auto;
        }

        .hero{
            background:url('https://www.shutterstock.com/image-photo/scientist-check-chemical-food-residues-260nw-2571873023.jpg') center/cover;
            color:#fff;
            text-align:center;
            padding:120px 20px;
            position:relative;
        }

        .hero::before{
            content:'';
            position:absolute;
            inset:0;
            background:rgba(0,0,0,0.6);
        }

        .hero-content{
            position:relative;
            z-index:1;
        }

        .hero h1{
            font-size:50px;
            margin-bottom:20px;
        }

        .hero p{
            font-size:18px;
            max-width:700px;
            margin:auto;
        }

       

        .section-title{
            text-align:center;
            margin-bottom:40px;
        }

        .section-title h2{
            font-size:36px;
            color:#222;
        }

        .section-title p{
            color:#666;
            margin-top:10px;
        }

        .about p{
            line-height:1.8;
            color:#555;
        }

        .services{
            display:grid;
            grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
            gap:25px;
        }

        .service-box{
            padding:25px;
            border:1px solid #ddd;
            border-radius:10px;
            box-shadow:0 2px 10px rgba(0,0,0,0.08);
            transition:.3s;
        }

        .service-box:hover{
            transform:translateY(-5px);
        }

        .service-box h3{
            margin-bottom:15px;
            color:#0d6efd;
        }

        .service-box ul{
            padding-left:20px;
        }

        .service-box ul li{
            margin-bottom:8px;
        }

        .products{
            background:#f7f7f7;
        }

        .product-list{
            display:grid;
            grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
            gap:20px;
        }

        .product-item{
            background:#fff;
            padding:20px;
            text-align:center;
            border-radius:8px;
            box-shadow:0 2px 8px rgba(0,0,0,0.08);
        }

        .cta{
            /* background:#0d6efd; */
            color:#fff;
            text-align:center;
            padding:80px 20px;
        }

        .cta h2{
            margin-bottom:15px;
        }

        .cta a{
            display:inline-block;
            background:#fff;
            color:#0d6efd;
            text-decoration:none;
            padding:12px 30px;
            margin-top:20px;
            border-radius:5px;
            font-weight:bold;
        }

        footer{
            background:#222;
            color:#fff;
            text-align:center;
            padding:20px;
        }

       
        .aboutImage{
    padding:80px 0;
    background:#f8f9fa;
}

.about-wrapper{
    /* display:flex; */
    align-items:center;
    gap:50px;
}

.about-content{
    flex:1;
}

.about-content h2{
    margin-bottom:20px;
}

.about-content p{
    line-height:1.8;
    margin-bottom:15px;
}

.about-content ul{
    list-style:none;
    padding:0;
}

.about-content ul li{
    margin-bottom:10px;
}

.about-img{
    flex:1;
}

.about-img img{
    width:100%;
    border-radius:10px;
}

.food-testing-services{
    padding:80px 0;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.service-card{
    background:#fff;
    padding:25px;
    border-radius:10px;
    box-shadow:0 3px 15px rgba(0,0,0,0.08);
    transition:.3s;
}

.service-card:hover{
    transform:translateY(-5px);
}

.service-card h3{
    color:#0d6efd;
    margin-bottom:15px;
}

.service-card p{
    line-height:1.7;
}

@media(max-width:1199px){

    .about-wrapper{
        flex-direction:column;
    }

    .service-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:1199px){

    .service-grid{
        grid-template-columns:1fr;
    }
    .hero h1{
        font-size: 20px;
    }

    .about-wrapper{
        display: flex;
    }
}
/* food-testing, end */


/* Ayush Testing open*/
.hero{
    background: linear-gradient(rgba(0,0,0,.6),
    rgba(0,0,0,.6)),
    url('../assets/images/ayush-banner.jpg');
    background-size: cover;
    background-position: center;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.hero-content{
    color: #fff;
}



.hero-content p{
    max-width: 700px;
    margin: auto;
    font-size: 1.2rem;
}

.ayush-hero{
    background:
    linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)),
    url('../images/ayush-banner.jpg');
    background-size:cover;
    background-position:center;
    min-height:400px;
    display:flex;
    align-items:center;
    color:#fff;
}

.hero-content{
    max-width:700px;
}


.hero-content p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:30px;
}

.hero-btns{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#0d6efd;
}

.section-title p{
    color:#666;
}

.service-card{
    background:#fff;
    padding:35px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-10px);
}

.service-card i{
    font-size:45px;
    color:#198754;
    margin-bottom:20px;
}

.service-card h4{
    margin-bottom:15px;
    font-size:22px;
}

.why-us{
    background:#f8f9fa;
}

.feature-box{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.feature-box i{
    font-size:45px;
    color:#0d6efd;
    margin-bottom:15px;
}

.feature-box h5{
    margin:0;
    font-weight:600;
}

@media(max-width:1199px){



.section-title h2{
    font-size:32px;
}
.hero-content p{
    font-size: 14px;
}
}


/* Ayush Testing end*/




.hero{
    position: relative;
    padding:80px 0;
}

.hero .container{
    position: relative;
    z-index: 2;
}

.form-box{
    background:#06306b;
    padding:30px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
    margin: 50px auto 0;
}
.cards-box{
    margin-top:30px;
}

.floating-card{
    background:rgba(255, 255, 255, .12);
    border-radius:12px;
    padding:20px 15px;
    text-align:center;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    height:100%;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    transition:.3s;
}

.floating-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.floating-card h3{
    font-size:24px;
    font-weight:700;
    color:#0d6efd;
    margin-bottom:8px;
}

.floating-card p{
    margin:0;
    font-size:15px;
    color:#eeeeee;
    line-height:1.5;
}

/* Tablet */
@media (max-width:991px){

    .cards-box{
        margin-top:25px;
    }

    .floating-card{
        padding:18px;
    }

}

/* Mobile */
@media (max-width:576px){

    .cards-box .row{
        row-gap:15px;
    }

    .floating-card{
        padding:20px;
    }

    .floating-card h3{
        font-size:22px;
    }

}