:root{--primary:#b30000;--dark:#111;--light:#f8f9fa}
body{font-family:Segoe UI,Arial,sans-serif;overflow-x:hidden}
/* ::selection {
    background: #E3000F;
    color: #FFF;
    text-shadow: none;
} */
.btn-outline-light{
    color:#b30000;
    border:1px solid #b30000;
}
.amitlab-topbar{
    background:#b30000;
    border-bottom:1px solid rgba(255,255,255,0.15);
    font-size:14px;
    font-weight:500;
}

.amitlab-topbar-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:50px;
    flex-wrap:wrap;
}

.amitlab-contact-info,
.amitlab-top-links{
    display:flex;
    align-items:center;
    gap:25px;
}

.amitlab-topbar a{
    color:#ffffff;
    text-decoration:none;
    transition:all .3s ease;
    display:flex;
    align-items:center;
    gap:8px;
}

.amitlab-topbar a:hover{
    color:#ffd6d6;
}

.amitlab-topbar i{
    font-size:13px;
}



/* Mobile Responsive */
@media(max-width:991px){
    .amitlab-topbar-inner{
        flex-direction:column;
        gap:10px;
        padding:10px 0;
    }

    .amitlab-contact-info,
    .amitlab-top-links{
        justify-content:center;
        flex-wrap:wrap;
        gap:15px;
    }

    .amitlab-topbar{
        font-size:13px;
    }
   
}

@media(max-width:576px){
    .amitlab-contact-info,
    .amitlab-top-links{
        flex-direction:column;
        gap:8px;
    }

    .amitlab-topbar{
        text-align:center;
    }
}

.navbar{box-shadow:0 2px 20px rgba(0,0,0,.08); z-index: 2;}
.navbar-nav{
    gap: 10px;
}
.navbar-nav .nav-link{
    position: relative;
    color: #222;
    font-weight: 600;
    padding: 20px 15px;
    transition: all .3s ease;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover{
    color: #c40000;
}

/* Active Menu */
.navbar-nav .nav-link.active{
    color: #c40000 !important;
}

/* Underline */
.navbar-nav .nav-link.active::after{
    content: "";
    position: absolute;
    left: 5px;
    bottom:20px;
    width: calc(100% - 15px);
    height: 3px;
    background: #c40000;
    border-radius: 6px;
}

.navbar-nav .dropdown-menu{
    border:0;
    border-radius:12px;
    padding:10px 0;
    min-width:270px;
    box-shadow:0 10px 35px rgba(0,0,0,.12);
    margin-top:0px;
}

.navbar-nav .dropdown-item{
    padding:8px 16px;
    font-weight:500;
    transition:.3s;
}

.navbar-nav .dropdown-item:hover{
    background:#c40000;
    color:#fff;
}

.navbar-nav .dropdown:hover .dropdown-menu{
    display:block;
}
 
.navbar .dropdown-menu{
    border-radius:10px;
    border:0;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

/* Nested */

.dropdown-submenu{
    position:relative;
}

.dropdown-submenu>.dropdown-menu{
    position:absolute;
    top:0;
    left:100%;
    margin-top:0;
    display:block;
    opacity:0;
    visibility:hidden;
    transform:translateX(15px);
    transition:.3s;
}

/* Hover only current submenu */

.dropdown-submenu:hover>.dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateX(0);

}

 .search-form{
    width:280px;
}

.search-form .position-relative{
    width:100%;
}

.search-input{
    height:42px;
    border-radius:25px;
    padding:0 45px 0 18px;
    border:1px solid #ddd;
    font-size:14px;
    box-shadow:none;
}

.search-input:focus{
    border-color:#dc3545;
    box-shadow:none;
}

.search-btn{
    position:absolute;
    top:50%;
    right:5px;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    border:none;
    border-radius:50%;
    background:#dc3545;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.search-btn:hover{
    background:#b02a37;
}

@media(max-width:991px){

    .search-form{
        width:100%;
        margin:15px 0;
    }

    .d-flex.align-items-center.ms-auto{
        display:block !important;
    }

    .btn-danger{
        width:100%;
    }
}

/* Link */ 
/* @media (min-width:992px){
    .dropdown-submenu:hover > .dropdown-menu{
        display:block;
    }
} */

.light-grey{
    background: #d4d4d4a8;
    padding: 10px;
}

/* Mobile */
@media (max-width:991px){
    .features_img img{width: 100%;}
    .dropdown-submenu > .dropdown-menu{
        /* position:static; */
        width:100%;
        margin-left:15px;
        border:none;
        box-shadow:none;
    }

}
.amitlab-topbar{
    background:#b30000;
    font-size:14px;
}

.amitlab-topbar-inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:50px;
}

.amitlab-contact-info,
.amitlab-top-links{
    display:flex;
    align-items:center;
    gap:20px;
}

.amitlab-topbar a{
    color:#fff;
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:8px;
}

/* Tablet */
@media (max-width:991px){
    .amitlab-topbar{
        padding:10px 0;
    }

    .amitlab-topbar-inner{
        flex-direction:column;
        gap:10px;
    }

    .amitlab-contact-info,
    .amitlab-top-links{
        justify-content:center;
        flex-wrap:wrap;
        gap:15px;
    }
}

/* Mobile */
@media (max-width:576px){
    .amitlab-topbar{
        font-size:13px;
    }

    .amitlab-contact-info,
    .amitlab-top-links{
        width:100%;
        flex-direction:column;
        gap:8px;
    }

    .amitlab-contact-info a,
    .amitlab-top-links a{
        justify-content:center;
        text-align:center;
    }

    .amitlab-topbar-inner{
        gap:12px;
    }
}
@media (max-width:576px){
    .amitlab-top-links{
        display:none;
    }
}

.hero-slide{
    position:relative;
    color:#000000;
}

.hero-slide::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.10);
}

.hero-slide .container{
    position:relative;
    z-index:2;
}

.hero-slide h1{
    font-size:60px;
    font-weight:600;
    margin-bottom:15px;
}

.hero-slide p{
    font-size:20px;
    margin-bottom:30px;
}

.slide-1{
    background:url(../images/advanced-laboratory-solutions1.png) center/cover no-repeat;
}

.slide-2{
    background:url(../images/advanced-laboratory-solutions1.png) center/cover no-repeat;
}

.slide-3{
    background:url(../images/advanced-laboratory-solutions1.png) center/cover no-repeat;
}

.carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
}

@media(max-width:768px){
    .hero-slide h1{
        font-size:38px;
    }

    .hero-slide p{
        font-size:16px;
    }

    .min-vh-100{
        min-height:550px !important;
    }
}

.min-vh-100{
  min-height:700px !important;
}

.hero-content{
    min-height:550px;
}

.amitlab-stats-box{
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.12); 
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:35px 20px;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-18px;
    width:70%;
    z-index:1;
}

.stat-item{
    flex:1;
    display:flex;
    align-items:center;
    gap:15px;
    padding:0 25px;
    border-right:1px solid #e5e5e5;
}

.stat-item i{
    font-size:42px;
    color:#c40000;
}

.stat-item h3{
    margin:0;
    font-size:34px;
    font-weight:700;
}

.stat-item p{
    margin:0;
    color:#555;
    font-size:15px;
}

.border-0{
    border:none !important;
}

@media(max-width:991px){
.amitlab-stats-box{
    position:relative;
    bottom:auto;
    left:auto;
    transform:none; 
    width:100%;
    margin-top:-54px;  
    flex-wrap:wrap;
    gap:20px;
}

.stat-item{
    width:48%;
    border:none;
}
.stat-item i {
font-size: 24px;
color: #c40000;
}
}

@media(max-width:576px){
    .stat-item{
        width:100%;
    }
    .stat-item i {
    font-size: 24px;
    color: #c40000;
    }
    .stat-item h3{
        font-size:26px;
    }

    .amitlab-stats-box{
        padding:25px 15px;
    }
}
.section-title{
    font-weight:700; 
    font-size: 36px; 
    margin:6rem 0 2rem;
    text-align:center;  }

.category-card{
    border:none;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.category-card:hover{
    transform:translateY(-10px);
}

.category-img-box{
    height:180px;
    overflow:hidden;
    background:#f8f8f8;
}

.category-img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.category-card:hover .category-img{
    transform:scale(1.1);
}

.category-card h6{
    font-size:16px;
    font-weight:600;
    color:#222;
}

.explore-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:15px;
    padding:10px 20px;
    border:1px solid #c40000;
    border-radius:50px;
    color:#c40000;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.explore-btn:hover{
    background:#c40000;
    color:#fff;
}

.explore-btn:hover i{
    transform:translateX(5px);
}

.explore-btn i{
    transition:.3s;
}

.amitlab-why-choose{
    background:linear-gradient(180deg,#b10000,#920000);
    padding:35px 0;
}

.why-title{
    color:#fff;
    padding-left:10px;
}

.why-title h2{
    font-size:34px;
    font-weight:700;
    line-height:1.3;
    margin:0;
}

.why-item{
    text-align:center;
    color:#fff;
    border-right:1px solid rgba(255,255,255,.25);
    padding:10px 15px;
    transition:.35s;
}

.why-item img{
    width:60px;
    height:60px;
    object-fit:contain;
    margin-bottom:15px;
    transition:.35s;
}

.why-item h6{
    font-size:15px;
    font-weight:500;
    line-height:1.5;
    margin:0;
}

.why-item:hover img{
    transform:translateY(-6px) scale(1.08);
}

.why-item:hover{
    background:rgba(255,255,255,.05);
}

.border-end-0{
    border-right:none !important;
}

/* Tablet */

@media(max-width:991px){
.why-title{
    text-align:center;
    margin-bottom:30px;
}

.why-item{
    border:none;
    margin-bottom:25px;
}

}

/* Mobile */
@media(max-width:576px){
    .about-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    text-align: justify;
}

.amitlab-why-choose{
    padding:30px 15px;
}

.why-title h2{
    font-size:28px;
}

.why-item img{
    width:50px;
    height:50px;
}

.why-item h6{
    font-size:14px;
}

}

.amitlab-about{
    background:#ffffff;
}

.about-img{
    overflow:hidden;
    border-radius:16px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.about-img img{
    width:100%;
    display:block;
    transition:.5s;
}

.about-img:hover img{
    transform:scale(1.05);
}

.about-subtitle{
    color:#b10000;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;

}

.about-content h2{
    font-size:40px;
    font-weight:700;
    margin:12px 0 20px;
    color:#111;
}

.about-content p{
    font-size:17px;
    line-height:1.9;
    color:#555;

}

.about-list{
    list-style:none;
    padding:0;
    margin:30px 0;
}

.about-list li{
    display:flex;
    align-items:center;
    margin-bottom:15px;
    font-size:17px;
    color:#222;
}

.about-list i{
    color:#b10000;
    margin-right:12px;
    font-size:18px;
}

.about-btn{
    padding:14px 34px;
    border-radius:6px;
    font-weight:600;
    text-transform:uppercase;
} 

.amitlab-featured{
    background:#fff;
}

.section-heading h2{
    font-size:36px;
    font-weight:700;
    color:#111;
    margin-bottom:12px;
}

.section-heading span{
    width:60px;
    height:4px;
    background:#b10000;
    display:inline-block;
    border-radius:50px;
}

/* Card */
/* .solution-card{
    display:block;
    text-decoration:none;
    text-align:center;
    color:#111;
    transition:.35s;
}

.solution-img{
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.solution-img img{
    width:100%;
    height:170px;
    object-fit:cover;
    transition:.5s;
}

.solution-card h6{
    margin-top:18px;
    font-size:18px;
    font-weight:600;
}

.solution-card:hover{
    color:#b10000;
}

.solution-card:hover img{
    transform:scale(1.08);
} */


.featured-products{
    background:#fff;
}

.product-card{
    position:relative;
    height:100%;
    border:1px solid #e8e8e8;
    border-radius:8px;
    padding:15px;
    text-align:center;
    transition:.3s;
    background:#fff;
}

.product-card:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.product-card img{
    width:100%;
    height:150px;
    object-fit:contain;
    margin:10px 0 15px;
}

.new-badge{
    position:absolute;
    top:10px;
    left:10px;
    background:#dc3545;
    color:#fff;
    font-size:11px;
    font-weight:600;
    padding:4px 10px;
    border-radius:30px;
}

.categories{
    display:inline-block;
    background:#ff9800;
    color:#fff;
    font-size:12px;
    padding:5px 10px;
    border-radius:4px;
    margin-bottom:10px;
}

.product-card h6{ 
    font-size:16px;
    font-weight:600;
    color:#222;
}

.product-card a{
    display:inline-block;
    margin-top:10px;
    color:#dc3545;
    text-decoration:none;
    font-weight:600;
}

 
/* Responsive */

@media(max-width:991px){
    .product-card img{
        height:120px;
    }
}

@media(max-width:767px){
    .product-card{
        padding:12px;
    }

    .product-card h6{
        font-size:14px;
        min-height:auto;
    }

    .product-card img{
        height:100px;
    }
}

/*End*/
.section-heading{ 
    font-weight:700;
    margin-bottom:30px;
}

/************ Partner ************/
.amitlab-showcase{
    background:#fff;
}

.section-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:30px;
}

.section-header h2{
    font-size:34px;
    font-weight:700;
    color:#222;
    margin:0;
}

.section-header span{
    display:block;
    width:60px;
    height:4px;
    margin:10px auto 0;
    background:#c00000;
    border-radius:30px;
}

.section-header .blue{
    background:#b10000;
}

/* Slider Button */

.slider-btn{
    width:42px;
    height:42px;
    border-radius:50%;
    border:2px solid #b10000;
    color:#b10000;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    transition:.3s;
}

.slider-btn:hover{
    background:#b10000;
    color:#fff;
}

/* Partner */
.partner-card{
    height:150px;
    border:1px solid #ececec;
    border-radius:12px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    transition:.3s;
}

.partner-card img{
    max-width:150px;
    max-height:120px;
    object-fit:contain;
}

.partner-card:hover{
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transform:translateY(-5px);
}

/* Testimonial */

.testimonial-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:12px;
    padding:30px;
    height:100%;
    transition:.3s;
}

.testimonial-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.quote{
    font-size:36px;
    color:#b10000;
    margin-bottom:15px;
}

.testimonial-card p{
    color:#444;
    line-height:28px;
}

.stars{
    color:#ffb400;
    font-size:20px;
    margin:18px 0;
}

.testimonial-card h5{
    margin-bottom:4px;
    font-weight:700;
}

.testimonial-card small{
    color:#777;
}

.amitlab-news{
    background:#fff;
}

.news-card{
    display:flex;
    align-items:center;
    background:#fff;
    border:1px solid #ececec;
    border-radius:14px;
    overflow:hidden;
    transition:.35s; 
}

.news-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(177,0,0,.12);
}

.news-img{
    width:45%;
    overflow:hidden;
}

.news-img img{
    width:100%;
    height:170px;
    object-fit:cover;
    transition:.4s;
}

.news-card:hover img{
    transform:scale(1.08);
}

.news-content{
    width:55%;
    margin-left: 12px;
    
}

.news-content h5{
    color:#b10000;
    font-size:18px;
    font-weight:600;
    margin-bottom:12px;
}

.news-content p{
    color:#555;
    line-height:28px;
    margin-bottom:20px;
}

.news-content a{
    color:#b10000;
    font-weight:600;
    text-decoration:none;
}

.news-content a i{
    margin-left:6px;
    transition:.3s;
}

.news-content a:hover i{
    transform:translateX(5px);
}

.view-all{
    color:#b10000;
    font-weight:600;
    text-decoration:none;
}

.view-all:hover{
    color:#8d0000;
}

/************ Testimonial ************/

.testimonial-card{
    border:1px solid #ececec;
    border-radius:15px;
    padding:30px;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    min-height:250px;
}

.testimonial-card p{
    margin:20px 0;
    color:#555;
    line-height:28px;
}

.testimonial-card h5{
    margin-bottom:5px;
}

.testimonial-card span{
    color:#777;
}

.amitlab-cta{
    position:relative;
    overflow:hidden;
    padding:40px;
    background: linear-gradient(rgba(170,0,0,.95),rgba(125,0,0,.95)),
    url("../images/hex-pattern.webp");
    background-size:cover;
    background-position:center;
}

.cta-text{
    position:relative;
    z-index:2;
}

.cta-text h2{
    color:#fff;
    font-size:30px;
    font-weight:800;
    line-height:1.2;
}

.cta-text span{
    display:block;
}

.cta-text p{
    color:#fff;
    opacity:.9;
    font-size:18px;
    margin-top:15px;
}

/******** Boxes ********/

.cta-box{
    align-items:center;
    gap:15px;
    position:relative;
    
}

.cta-icon{
    width:40px;
    height:40px;
    border-radius:10px;
    background:#fff;
    color:#b10000;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    box-shadow:0 8px 20px rgba(0,0,0,.2);
}

.cta-box small{
    color:#fff;
    font-weight:700;
    letter-spacing:1px;
}

.cta-box h6{
    color:#fff;
    font-size:20px;
    margin-top:6px;
}

/******** Quote ********/

.quote-box{
    display:block;
    background:#fff;
    border-radius:10px;
    padding:14px;
    text-decoration:none;
    text-align:center;
    transition:.35s;
    position:relative;
    
}

.quote-box h5{
    color:#b10000;
    font-weight:800;
    margin-bottom:8px;

}

.quote-box p{
    color:#666;
    margin:0;
}

.quote-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.25);
}

/******** Flask ********/

.cta-flask{
    width:180px;
    position:absolute;
    right:0;
    bottom:-20px;
}

.amitlab-footer{
background:#111;
background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.03) 1px,transparent 1px), radial-gradient(circle at 80% 50%,rgba(255,255,255,.03) 1px,transparent 1px);
background-size:45px 45px;
padding:70px 0 25px;
color:#ccc;
}

.footer-logo{
width:80px;
margin-bottom:25px;
}

.footer-about{
line-height:28px;
font-size:15px;
margin-bottom:25px;
color:#bfbfbf;

}

.amitlab-footer h5{
color:#fff;
font-size:18px;
font-weight:700;
margin-bottom:25px;
}

.amitlab-footer ul{
padding:0;
margin:0;
list-style:none;
}

.amitlab-footer ul li{
margin-bottom:12px;
}

.amitlab-footer ul li a{
color:#bfbfbf;
text-decoration:none;
transition:.3s;

}

.amitlab-footer ul li a:hover{
color:#d00000;
padding-left:6px;
} 

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#2b2b2b;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:18px;
    line-height:1;
    transition:.3s;
}

.footer-social a i{
    display:block;
    line-height:1;
    margin:0;
}

.footer-social a:hover{
    background:#c40000;
    transform:translateY(-4px);
}

.amitlab-footer p{
line-height:28px;
color:#bfbfbf;
}

.amitlab-footer i{
margin-right:10px;
color:#fff;
}

/* .form-control{
background:#1d1d1d;
border:1px solid #333;
color:#fff;
height:50px;
} */

.form-control::placeholder{
color:#999;
}

.form-control:focus{ 
border-color:#d00000;
color:#000000;
box-shadow:none;
}


.btn-danger:hover{
background:#9d0000;
}

hr{
border-color:#2b2b2b;
margin:25px 0 25px;
}

.footer-bottom{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
gap:15px;
}

.footer-bottom p{
margin:0;
}

.footer-bottom a{
color:#bfbfbf;
text-decoration:none;
margin:0 6px;
}

.footer-bottom a:hover{
color:#d00000;

}

@media(max-width:991px){
.amitlab-footer{
text-align:center;
}
.footer-social{
justify-content:center;
}
.footer-bottom{
flex-direction:column;
}

} 

/**About Us Page**/
.amitlab-about-hero{
padding:90px 0;
background:#fff;
background-image:url(../images/advanced-laboratory-solutions1.png);
background-size:cover;
overflow:hidden;
}

.amitlab-subtitle{
font-size:15px;
font-weight:700;
color:#b10000;
letter-spacing:2px;
text-transform:uppercase;
}

.amitlab-about-content h1{
font-size:70px;
font-weight:800;
margin:15px 0;
color:#111;
}

.amitlab-about-content h1 span{
color:#b10000;
}

.amitlab-line{
width:80px;
height:4px;
background:#b10000;
margin-bottom:30px;
border-radius:30px;
}

.amitlab-about-content p{
font-size:17px;
line-height:30px;
color:#555;
margin-bottom:20px;
text-align: justify;
}

.amitlab-btn-group{
margin-top:35px;
display:flex;
gap:15px;
}

.amitlab-btn-group .btn{
padding:14px 35px;
font-weight:600;
border-radius:6px;
}

.amitlab-about-image{
text-align:right;
}

.amitlab-about-image img{
width:100%;
max-width:700px;
border-radius:20px;
box-shadow:0 20px 60px rgba(0,0,0,.15);
transition:.5s;
}

.amitlab-about-image img:hover{
transform:translateY(-10px);
}
 
.amitlab-mvv{
    background:#f8f9fb;
}

.amitlab-mvv-card{
    background:#fff;
    border-radius:16px;
    padding:45px 35px;
    text-align:center;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.35s;
    border:1px solid #eee;
}

.amitlab-mvv-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(177,0,0,.15);
}

.amitlab-icon{
    font-size:70px;
    color:#b10000;
    margin-bottom:20px;
}

.amitlab-mvv-card h3{
    font-size:28px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
}

.amitlab-line{
    width:55px;
    height:3px;
    background:#b10000;
    display:block;
    margin:0 auto 25px;
    border-radius:30px;
}

.amitlab-mvv-card p{
    color:#555;
    line-height:30px;
    font-size:17px;
    margin:0;
    text-align: justify;
}

.amitlab-values{
    list-style:disc;
    text-align:left;
    display:inline-block;
    margin-top:10px;
    padding-left:20px;
}

.amitlab-values li{
    color:#444;
    margin-bottom:12px;
    font-size:17px;
}
/* Responsive */
@media(max-width:991px){
.amitlab-mvv-card{
margin-bottom:20px;
}

.amitlab-icon{
font-size:60px;
}

.amitlab-mvv-card h3{
font-size:24px;
}

}
/**About Us End**/

/*Product Page List*/
.organic-page{
    background:#fff;
    font-family:'Poppins',sans-serif;
}

.breadcrumb-nav{
    font-size:15px;
    color:#666;
}

.breadcrumb-nav a{
    color:#555;
    text-decoration:none;
}

.breadcrumb-nav span{
    margin:0 8px;
    color:#999;
}

.breadcrumb-nav strong{
    color:#222;
}

.organic-title{
    font-size: 28px;
    font-weight: 600; 
    color: #222;
}

.organic-desc{
    color:#444;
    line-height:34px;
    font-size: 16px;
    text-align: justify;
}

.product-lineup{
    margin-top:60px;
    border:1px solid #d8d8d8;
    padding:40px;
    position:relative;
}

.lineup-title{
    position:absolute;
    left:0;
    top:-51px;
    background:#333945;
    color:#fff;
    font-size:26px;
    font-weight:600;
    padding:5px 20px;
}

.lineup-title i{
    margin-right:12px;
}

.productLink{
    color:#222;
    text-decoration: none; 
    font-size:16.9px;
}
.category h4{
    font-size:20px;
    font-weight:600;
    color:#222;
    margin-bottom:20px;
}

.category h4 i{
    color:#d40000;
    margin-right:10px;
}

.category ul{
    list-style:none;
    padding:0;
}

.category ul li{
    position:relative;
    padding-left:22px;
    margin-bottom:15px;
    color:#444;
    font-size:17px;
}

.category ul li::before{
    content:"›";
    position:absolute;
    left:0;
    color:#777;
    font-weight:700;
}

 

@media(max-width:991px){
.organic-title{
    font-size:20px;
}

.lineup-title{
    /* position:static; */
    display:inline-block;
    margin-bottom:30px;
}

.product-lineup{
    padding:25px;
}

.category h4{
    font-size:20px;
}

.product-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
}
}
/*End Page*/

/*Second Page Start*/
/* .amitlab-synthesis-banner{
background:url(../images/img_synthesis_ttl.png) center center;
background-size:cover;
position:relative;
padding:50px 0;
border-top:4px solid #d40000;
}

.amitlab-synthesis-banner::before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:linear-gradient(90deg,
rgba(7,33,122,.88) 28%,
rgba(7,33,122,.35) 65%,
rgba(7,33,122,.10));

}

.amitlab-synthesis-banner .container{
position:relative;
z-index:2;

}


.amitlab-analysis-banner{
background:url(../images/img_analysis_ttl.png) center center;
background-size:cover;
position:relative;
padding:50px 0;
border-top:4px solid #d40000;
}

.amitlab-analysis-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #33a122 28%, #a2f0b0 65%, rgba(7, 33, 122, .10));
}

.amitlab-analysis-banner .container{
position:relative;
z-index:2;

}

.amitlab-cellculture-banner{
background:url(../images/img_culture_ttl.png) center center;
background-size:cover;
position:relative;
padding:50px 0;
border-top:4px solid #d40000;
}

.amitlab-cellculture-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #e53423 28%, #f7867c 65%, rgba(7, 33, 122, .10));
}

.amitlab-cellculture-banner .container{
position:relative;
z-index:2; 
}

.amitlab-cellculture-banner{
background:url(../images/img_life_ttl.png) center center;
background-size:cover;
position:relative;
padding:50px 0;
border-top:4px solid #d40000;
}

.amitlab-cellculture-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #e86a00 28%, #f8a663 65%, rgba(7, 33, 122, .10));
}

.amitlab-cellculture-banner .container{
position:relative;
z-index:2; 
}

.amitlab-pharmamanu-banner{
background:url(../images/img_pharma_ttl.png) center center;
background-size:cover;
position:relative;
padding:50px 0;
border-top:4px solid #d40000;
}

.amitlab-pharmamanu-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0a5dc6 28%, #5ea2fa 65%, rgba(7, 33, 122, .10));
}

.amitlab-pharmamanu-banner .container{
position:relative;
z-index:2; 
} */

.breadcrumb{
margin-bottom:30px;
font-size:16.5px;


}

.breadcrumb a{
color:#fff;
text-decoration:none;
font-weight:500;
font-size: 14.5px;
}

.breadcrumb span{
margin:0 10px;
color:#fff;
}

.amitlab-banner-icon{
text-align:center;
}

.amitlab-banner-icon img{
width:170px;
}

.amitlab-banner-content{
padding-left:40px;
color:#fff;

}

.amitlab-banner-content h1{
font-size:60px;
font-weight:700;
margin-bottom:20px;
}

.amitlab-banner-content p{
font-size:24px;
max-width:900px;
line-height:42px;
}

 /*=========================
Products Section
==========================*/
.amitlab-products{
background:#fff;
}

.section-title h2{
font-size:48px;
font-weight:700;
color:#222;
margin-bottom:10px;
}

.section-title span{
display:inline-block;
width:70px;
height:4px;
background:#d40000;
border-radius:30px;
}

.middle-border{
border-left:1px solid #ddd;
border-right:1px solid #ddd;
}

.amitlab-category{
padding:0 35px;

}

.amitlab-category h4{
font-size:20px;
font-weight:600;
color:#222;
margin-bottom:20px; 
}

.amitlab-category h4 i{
color:#d40000; 
}

.amitlab-category ul{
padding:0;
margin:0;
list-style:none;
}

.amitlab-category ul li{
margin-bottom:15px;
}

.amitlab-category ul li a{
color:#444;
text-decoration:none;
font-size:18px;
transition:.3s;
position:relative;
padding-left:18px;
display:block;

}

.amitlab-category ul li a::before{
content:"›";
position:absolute;
left:0;
color:#777;
font-weight:700;
}

.amitlab-category ul li a:hover{
color:#d40000;
padding-left:25px;
}

.amitlab-category ul li a:hover::before{
color:#d40000;
}

/*=========================
Responsive
==========================*/

@media(max-width:991px){
.middle-border{
border:none;
}

.amitlab-category{
padding:0;
margin-bottom:40px;
}

.section-title h2{
font-size:38px;
}

.amitlab-category h4{
font-size:26px;
line-height:36px;
}

}

.brochure-box a{
   text-decoration: none;
   color: #454b53;;
}

.brochure-box{
width:280px;
height:70px;
border:1px solid #d9d9d9;
margin:0 auto 10px;
display:flex;
align-items:center;
justify-content:space-between;
padding:0 20px;
cursor:pointer;
transition:.3s;
}

.brochure-box:hover{
box-shadow:0 5px 15px rgba(0,0,0,.1);
}

.brochure-box i:first-child{
color:#d60000;
font-size:30px;
}

.brochure-box h4{
font-size:28px;
font-weight:600;
}
 
.ghs li {
    display: inline;
    margin: 2px;
    padding: 0;
    list-style: none; 
}

.spec-row .ghs li img{ 
    width: 30px;
    margin-left: 10px;
    margin-top: -48px;
}

.spec-row .ghs{
    margin-top: 0;
    margin-bottom: -1rem;
}

 
/* Accordion */
.accordion{
border:1px solid #ddd;
margin-bottom:15px;
}

.accordion-header{
display:flex;
justify-content:space-between;
align-items:center;
padding:12px;
cursor:pointer;
}

.accordion h3{
font-size:18px;
color:#000000;
margin-bottom:8px;
}

.accordion p{
margin-bottom:8px;
font-size:16px;
}

.accordion span{
font-size:15px;
color:#555;
}

.accordion i{
font-size:18px;
color:#d40000;
}


/* Responsive */

@media(max-width:768px){

.container{
width:94%;
}

.top-menu{
flex-direction:column;
}

section h2{
font-size:34px;
}

.category h3{
font-size:26px;
}

 
.brochure-box{
width:100%;
}

.action-btn{
justify-content:flex-start;
flex-wrap:wrap;
}

}

/*SINGLE PRODUCTS*/
.product-wrapper{
    display:flex;
    justify-content:space-between;
    gap:40px;
    align-items:flex-start;
}
 
.product-info{
    flex:1;
}

.spec-row{
    border-bottom:1px solid #ddd;
    padding:10px 0;
    font-size:16px;
    color:#222;
}
 
 
.structure-box{
    width:40%;
    text-align:center;
}

.image-container{
    position:relative;
    border:1px solid #ddd;
    background:#fafafa;
    padding:15px;
}

.image-container img{
    width:100%;
    display:block;
    cursor:pointer;
}
 
.zoom-btn{
    position:absolute;
    right:10px;
    bottom:10px;
    width:35px;
    height:35px;
    border-radius:50%;
    border:2px solid #ff0033;
    color:#ff0033;
    background:#fff;
    font-size:22px;
    line-height:30px;
    cursor:pointer;
}
 
.tabs{
    margin-top:12px;
    display:inline-flex;
}

.tab-btn{
    padding:8px 18px;
    border:1px solid #cfcfcf;
    background:#f3f3f3;
    cursor:pointer;
    font-size:15px;
}

.tab-btn.active{
    background:#222;
    color:#fff;
}

.tab-content{
    display:none;
}

.tab-content.active{
    display:block;
}
 
.popup{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.8);
    justify-content:center;
    align-items:center;
    z-index:999;
}

.popup img{
    background-color: #ffffff;
    max-width:100%;
    max-height:100%;
}

.close-popup{
    position: absolute;
    top: 18.8rem;
    right: 74.5rem;
    color: #f30000;
    font-size: 35px;
    cursor: pointer;
}

.top-menu{
    background:#5b6068;
    margin-bottom:40px;
    display:flex;
    margin-top: 15px;
}

.top-menu ul{
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    list-style:none;
}

.top-menu li{
    border-right:1px solid rgba(255,255,255,.3);
}

.top-menu a{
    display:block;
    color:#fff;
    text-decoration:none;
    padding:12px 16px;
    font-size:14.6px;
    font-weight:600;
}

.top-menu a:hover{
    background:#454a51;
}

/*=====================
Brochure
=====================*/
.brochure-card{
    width:290px;
    border:1px solid #d5d5d5;
    padding:18px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    transition:.3s;
}

.brochure-card a{
    text-decoration: none;
    color:#111;
}

.brochure-card:hover{
    background:#f5f5f5;
}

.left{
    display:flex;
    align-items:center;
    gap:18px;
}

.pdf-icon{
    font-size:34px;
    color:#d60000;
}

.left span{
    font-size:18px;
    font-weight:600;
}

/*==================
Titles
==================*/
.doc-title{
    background:#b3b3b3;
    color:#fff;
    text-align:center;
    padding:6px;
    font-size:15px;
}

/*==================
Cards
==================*/
.small-card{
    border:1px solid #d8d8d8;
    height:58px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 15px;
    font-size:18px;
    cursor:pointer;
    transition:.3s;
}

.sds a{
    color: #111;
    text-decoration: none;
 }

.small-card:hover{
    background:#f5f5f5;
}

.certificate{
    width:458px;
    margin-top:25px;
}

.certificate a{
    text-decoration: none;
    color: #111;
}

.certificate-title{
    background:#b3b3b3;
    color:#fff;
    text-align:center;
    padding:6px;
    font-size:15px;
}

.line_verti{
    border-left: 4px solid #E91E63;
    padding: 4px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.line_verti_blk{
    border-left: 3px solid #000000;
    padding: 2px;
    margin-top: 18px;
    margin-bottom: 18px;
}
/*====================
Responsive
====================*/
@media(max-width:991px){
    .structure-box {
    width: 100%;
    text-align: center;
}

.brochure-card{
    width:100%;
}

.certificate{
    width:100%;
}
}

@media(max-width:767px){ 
    
.top-menu li{
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.2);
}

.top-menu a{
    padding:14px 18px;
}

.doc-title{
    margin-top:15px;
}
.brochure-card{
    padding:15px;
}
.small-card{
    font-size:16px;
}
}

@media(max-width:480px){ 
.left span{
    font-size:16px;
}

.pdf-icon{
    font-size:28px;
}
.small-card{
    height:54px;
}

.doc-title{
    font-size:14px;
}

}

.product-table{
    border:1px solid #ddd;
    font-size:15px;
}

.product-table thead th{
    background:#efefef;
    color:#222;
    font-weight:600;
    vertical-align:middle;
    border:1px solid #ddd;
    padding:12px;
}

.product-table tbody td{
    border:1px solid #ddd; 
    vertical-align:middle;
}

.product-info{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.product-info .title{ 
    color:#555;
}

.coa-link{
    color:#ff0000;
    text-decoration:none;
}

.coa-link:hover{
    color:#b50000;
}

/* Mobile */

@media(max-width:767px){
.product-table{
    min-width:900px;
}
}

/*Request Form Start*/
.form-section{
margin-bottom:40px;

}

.form-title{
font-size:24px;
font-weight:500;
margin-bottom:20px;
padding-left:12px;
border-left:5px solid #e60012;
color:#1f2b44;
}

.inquiry-table{
border:1px solid #ddd;
margin-bottom:0;
}

.inquiry-table th{
width:28%;
background:#f3f3f3;
vertical-align:middle;
padding:22px 18px;
font-size:18px;
font-weight:600;
color:#222;
}

.inquiry-table td{
padding:15px;
background:#fff;
vertical-align:middle;

}

.form-control,
.form-select{
height:48px; 
border:1px solid #cfcfcf;
box-shadow:none;
}

textarea.form-control{
height:auto;
resize:vertical;

}

.required{
float:right;
background:#e60012;
color:#fff;
font-size:11px;
padding:2px 7px;
border-radius:2px;
font-weight:600;

}

.btn-danger{
background:#c40000;
border:none;
padding:10px 20px;
font-size:18px;
font-weight:600;
}

.btn-danger:hover{
background:#990000;

}

@media(max-width:768px){
.inquiry-table,
.inquiry-table tbody,
.inquiry-table tr,
.inquiry-table th,
.inquiry-table td{
display:block;
width:100%;

}

.inquiry-table th{
border-bottom:none;

}

.required{
float:none;
display:inline-block;
margin-left:10px;

}

.form-title{
font-size:28px;

}

}
/*Request Form End*/

/*Form Start*/
.form-control.error,
.form-check-input.error,
select.error {
    border: 2px solid #dc3545 !important;
}

.form-control.success,
select.success {
    border: 2px solid #198754 !important;
}

.error-message{
    color:#dc3545;
    font-size:13px;
    margin-top:5px;
    display:block;
}

.success-message{
    color:#198754;
    font-size:13px;
    margin-top:5px;
    display:block;
}

/*End */

/*Brochures Start*/
.catalog-section{
    width:90%;
    max-width:1200px;
    margin:50px auto;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:60px;

}

.catalog-item{
    display:flex;
    gap:30px;
    align-items:flex-start;
}

.catalog-img{
    width:180px;
    flex-shrink:0;
}

.catalog-img img{
    width:100%;
    display:block;
    border:1px solid #ccc;
}

.catalog-content h2{
    font-size:20px;
    color:#000000;
    line-height:1.4;
    margin-bottom:15px;
    font-weight:700;
}

.catalog-content h2 span{
    font-size:16px;
    font-weight:400;
    color:#000;
    margin-left:10px;
}

.catalog-content h2 a{
    color:#d91f26;
    font-size:22px; 
    font-weight: 500;
    text-decoration:none;
}

.catalog-content p{
    font-size:18px;
    line-height:1.8;
    color:#222;
}
 
.catalog-info p{
    font-size:18px; 
}

.catalog-item:hover img{
    transform:scale(1.03);
    transition:.4s;
}

.catalog-item img{
    transition:.4s;
} 

/* Responsive */

@media(max-width:991px){
.catalog-section{
grid-template-columns:1fr;
gap:40px;
}

}

@media(max-width:600px){
.catalog-item{
flex-direction:column;
}

.catalog-img{
width:220px;
}

.catalog-content h2{
font-size:24px;
}

.catalog-content p{
font-size:16px;
}

.catalog-info p{
font-size:16px;
}

}


/*Technical Support*/
.support-wrapper {
    margin: 50px auto; 
}

        .support-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .support-header h1 {
            margin: 0 0 10px;
            font-size: 34px;
            color: #b30000;
        }

        .support-header p {
            margin: 0;
            color: #666;
            font-size: 16px;
        }

        .support-card {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 5px 30px rgba(0,0,0,.08);
            padding: 35px;
        }

        .section-title {
            font-size: 20px;
            color: #173b67;
            /* border-bottom: 1px solid #e5e9ef; */
            /* padding-bottom: 12px; */
            /* margin: 0 0 20px; */
        }

        .form-section {
            margin-bottom: 35px;
        }

        .form-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .form-group {
            display: flex;
            flex-direction: column;
        }

        .full {
            grid-column: 1 / -1;
        }

        label {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 7px;
            color: #333;
        }

        label span {
            color: #e53935;
        }

        input,
        select,
        textarea {
            width: 100%;
            border: 1px solid #d7dde5;
            border-radius: 7px;
            padding: 12px 14px;
            font-size: 14px;
            outline: none;
            background: #fff;
            transition: .2s;
        }

        input:focus,
        select:focus,
        textarea:focus {
            border-color: #2563a6;
            box-shadow: 0 0 0 3px rgba(37,99,166,.08);
        }

        textarea {
            min-height: 130px;
            resize: vertical;
        }

        .help-text {
            font-size: 12px;
            color: #777;
            margin-top: 5px;
        }

        .request-type {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
        }

        .type-option input {
            display: none;
        }

        .type-option label {
            display: block;
            padding: 18px;
            border: 1px solid #d7dde5;
            border-radius: 8px;
            text-align: center;
            cursor: pointer;
            font-weight: 600;
            margin: 0;
            transition: .2s;
        }

        .type-option input:checked + label {
            border-color: #2563a6;
            background: #eef6ff;
            color: #2563a6;
        }

        .priority-options {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .radio-item {
            display: flex;
            align-items: center;
            gap: 7px;
        }

        .radio-item input {
            width: auto;
        }

        .conditional-section {
            display: none;
        }

        .conditional-section.active {
            display: block;
        }

        .file-box {
            border: 2px dashed #ccd5df;
            padding: 25px;
            border-radius: 8px;
            text-align: center;
            background: #fafcff;
        }

        .file-box input {
            border: 0;
            padding: 0;
        }

        .consent {
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .consent input {
            width: auto;
            margin-top: 3px;
        }

        .submit-area {
            text-align: center;
        }

        .submit-btn {
            border: 0;
            background: #173b67;
            color: #fff;
            padding: 14px 40px;
            border-radius: 7px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: .2s;
        }

        .submit-btn:hover {
            background: #0f2d50;
        }

        .submit-btn:disabled {
            opacity: .6;
            cursor: not-allowed;
        }

        .message {
            display: none;
            padding: 14px 18px;
            border-radius: 7px;
            margin-bottom: 25px;
            font-size: 14px;
        }

        .message.success {
            display: block;
            background: #e8f7ee;
            color: #176b36;
            border: 1px solid #b7e3c5;
        }

        .message.error {
            display: block;
            background: #fff0f0;
            color: #a32121;
            border: 1px solid #efb5b5;
        }

        .error-text {
            color: #d93025;
            font-size: 12px;
            margin-top: 5px;
        }

        .input-error {
            border-color: #d93025 !important;
        }

        @media(max-width: 768px) {

            .support-wrapper {
                margin: 25px auto;
            }

            .support-card {
                padding: 22px;
            }

            .form-grid {
                grid-template-columns: 1fr;
            }

            .full {
                grid-column: auto;
            }

            .request-type {
                grid-template-columns: 1fr;
            }

            .support-header h1 {
                font-size: 27px;
            }
        }

/*Clients Section*/        

.trusted-section {
    padding: 80px 0;
    background: #fff;
}

.trusted-section .container {
    width: 100%; 
    margin: 0 auto;
    padding: 0 30px;
}
 
.trusted-heading {
    text-align: center;
    margin-bottom: 45px;
}

.trusted-heading span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 10px;
}

.trusted-heading h2 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    color: #b30000;
}

.trusted-heading p {
    max-width: 720px;
    margin: 0 auto;
    color: #6d7885;
    font-size: 16px;
    line-height: 1.7;
}
 
.trusted-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-top: 1px dashed #d8dce0;
    border-left: 1px dashed #d8dce0;
}
 
.trusted-logo {
    height: 220px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-right: 1px dashed #d8dce0;
    border-bottom: 1px dashed #d8dce0;
    transition: all 0.3s ease;
}
 
.trusted-logo img {
    max-width: 85%;
    max-height: 145px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(0%);
    transition: all 0.3s ease;
}
 
.trusted-logo:hover img {
    transform: scale(1.06);
}
 

@media (max-width: 1200px) {

    .trusted-logo-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .trusted-logo {
        height: 200px;
    }

}
 
@media (max-width: 768px) {
    .trusted-section {
        padding: 60px 0;
    }

    .trusted-section .container {
        padding: 0 20px;
    }

    .trusted-heading h2 {
        font-size: 28px;
    }

    .trusted-heading p {
        font-size: 15px;
    }

    .trusted-logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .trusted-logo {
        height: 170px;
        padding: 20px;
    }

    .trusted-logo img {
        max-width: 90%;
        max-height: 110px;
    }

}
 
@media (max-width: 576px) {

    .trusted-section {
        padding: 45px 0;
    }

    .trusted-heading {
        margin-bottom: 30px;
    }

    .trusted-heading span {
        font-size: 12px;
    }

    .trusted-heading h2 {
        font-size: 24px;
    }

    .trusted-heading p {
        font-size: 14px;
        line-height: 1.6;
    }

    .trusted-logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trusted-logo {
        height: 145px;
        padding: 15px;
    }

    .trusted-logo img {
        max-width: 90%;
        max-height: 90px;
    }

}
