:root{
    --primary:#082b6c;
    --secondary:#ff1f78;
}

body{
    font-family: Arial, sans-serif;
}

.fc4 {
    color: #555;
}
.fc3 {
    color: #ff1f78;
}
.w100 {
    width: 100%;
}
.df {
    display: flex;
}

/* Top Bar */

.top-bar{
    background:var(--primary);
    color:#fff;
    font-size:14px;
    padding:10px 0;
}

.top-bar a{
    color:#fff;
    text-decoration:none;
}

/* Navbar */

.navbar{
    padding:6px 0;
}

.navbar-brand img{
    height:70px;
}

.nav-link{
    color:#082b6c !important;
    font-weight:600;
    margin:0 4px;
    font-size: 14px;
}

.nav-link.active{
    color:var(--secondary) !important;
}

.quote-btn{
    background:var(--secondary);
    color:#fff;
    padding:12px 25px;
    border-radius:8px;
    font-weight:600;
}

.quote-btn:hover{
    color:#fff;
    background:#e0156b;
}

.hero-banner{
    position: relative;
    min-height: 100vh;
    background: url('/images/home-banner1.png') no-repeat;
    background-size: cover;
    background-position: 65% center;   /* image ko thoda right shift */
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-banner::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(6,27,71,.80) 0%,
        rgba(6,27,71,.55) 35%,
        rgba(6,27,71,.20) 60%,
        rgba(6,27,71,0) 100%
    );
}

.hero-content{
    position: relative;
    z-index: 2;
    max-width: 560px;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background: linear-gradient(90deg, rgb(0 0 0 / 76%) 0%, rgb(0 0 0 / 62%) 40%, rgb(0 0 0 / 59%) 100%);
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:90%;
    color:#fff;
}

.hero-subtitle{
    display:block;
    color:#ff2d7a;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:20px;
}

.hero-content h1{
    font-size:45px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:25px;
}

.hero-content h1 span{
    display:block;
    color:#ff2d7a;
}

.hero-content p{
    font-size:17px;
    line-height:1.8;
    margin-bottom:20px;
}

.hero-buttons{
    display:flex;
    gap:15px;
}

.btn-primary-custom{
    background:#ff2d7a;
    color:#fff;
    padding:14px 30px;
    border-radius:8px;
}

.btn-outline-custom{
    border:2px solid #fff;
    color:#fff;
    padding:14px 30px;
    border-radius:8px;
}
.hero-buttons .btn-primary-custom:hover {
    border: 2px solid #fff;
    color: #FFF;
}
.hero-buttons .btn-outline-custom:hover {
    border: 2px solid transparent;
    background-color: #ff1f78;
    color: #FFF;
}
.hero-features{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin:30px 0;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    background:rgba(255,255,255,0.15);
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,0.2);
    border-radius:30px;
    color:#fff;
    font-size:15px;
    font-weight:600;
}

.feature-item i{
    color:#ff1f78;
    font-size:16px;
}
.stats-section {
    position: relative;
}
.hero-stats{
    position:absolute;
    left:50%;
    bottom:-50px;
    transform:translateX(-50%);
    width:71%;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    background:#fff;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    overflow:hidden;
    z-index:5;
}

.stat-box{
    text-align:center;
    padding:25px 20px;
}

.stat-box:not(:last-child){
    border-right:1px solid #ececec;
}

.stat-box h3{
    margin:0;
    font-size:42px;
    font-weight:800;
    color:#082b6c;
}

.stat-box p {
    margin-top: 0px;
    color: #333;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
}


.why-choose-section{
    padding:100px 0;
    background:#f8fbff;
}

.section-heading{
    max-width:700px;
    margin:auto;
}

.section-tag{
    color:#ff1f78;
    font-weight:700;
    letter-spacing:2px;
}

.section-heading h2{
    margin-top:15px;
    font-size:42px;
    font-weight:800;
    color:#082b6c;
}

.section-heading p{
    margin-top:15px;
    color:#333;
    line-height:1.8;
}

.why-card{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.why-card:hover{
    transform:translateY(-8px);
}

.why-icon{
    width:75px;
    height:75px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#eef4ff;
}

.why-icon i{
    font-size:30px;
    color:#ff1f78;
}

.why-card h4{
    margin-top:25px;
    color:#082b6c;
    font-weight:700;
}

.why-card p{
    margin-top:12px;
    color:#333;
    line-height:1.7;
}


.product-section{
    padding:100px 0;
    background:#fff;
}

.product-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;
}

.product-card:hover{
    transform:translateY(-10px);
}

.product-img{
    height:250px;
    overflow:hidden;
}

.product-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.product-card:hover img{
    transform:scale(1.08);
}

.product-content{
    padding:25px;
}

.product-content h4{
    color:#082b6c;
    font-weight:700;
    margin-bottom:15px;
}

.product-content p{
    color:#333;
    line-height:1.7;
    min-height:80px;
}

.product-btn{
    display:inline-block;

    margin-top:10px;

    color:#ff1f78;
    font-weight:700;

    text-decoration:none;
}

.supply-section{
    padding:100px 0;
    background:#f8fbff;
}

.supply-card{
    background:#fff;
    padding:40px 20px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.supply-card:hover{
    transform:translateY(-8px);
}

.supply-card h3{
    font-size:48px;
    font-weight:800;
    color:#ff1f78;
    margin-bottom:10px;
}

.supply-card h5{
    color:#082b6c;
    font-weight:700;
    margin:0;
}

.infrastructure-section{
    padding:100px 0;
    background:#fff;
}

.infra-image img{
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.infra-content{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.infra-item{
    display:flex;
    gap:20px;
    align-items:flex-start;
}

.infra-item i{
    width:60px;
    height:60px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#eef4ff;
    color:#ff1f78;

    font-size:24px;
}

.infra-item h4{
    color:#082b6c;
    font-weight:700;
    margin-bottom:8px;
}

.infra-item p{
    color:#333;
    margin:0;
}


.quality-section{
    padding:100px 0;
    background:#f8fbff;
}

.quality-box{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.quality-item{
    display:flex;
    align-items:center;
    gap:15px;

    padding:20px;

    background:#fff;
    border-radius:15px;

    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.quality-item i{
    color:#ff1f78;
    font-size:22px;
}

.quality-item span{
    font-weight:600;
    color:#082b6c;
}

.quality-image img{
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.quote-section{
    padding:100px 0;
    background:#082b6c;
}

.quote-content h2{
    color:#fff;
    font-size:48px;
    font-weight:800;
    margin:15px 0;
}

.quote-content p{
    color:#d9e4ff;
    line-height:1.8;
}

.quote-info{
    margin-top:30px;
}

.quote-item{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
    color:#fff;
}

.quote-item i{
    color:#ff1f78;
    font-size:20px;
}

.quote-form-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.quote-form-box .form-control{
    height:55px;
    border-radius:10px;
}

.quote-form-box textarea.form-control{
    height:auto;
}

.quote-btn{
    border:none;
    background:#ff1f78;
    color:#fff;

    padding:14px 35px;

    border-radius:10px;

    font-weight:600;

    transition:.3s;
}

.quote-btn:hover{
    background:#082b6c;
}

.faq-section{
    padding:100px 0;
    background:#fff;
}

.faq-section .accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.faq-section .accordion-button{
    font-weight:600;
    color:#082b6c;
    padding:20px;
}

.faq-section .accordion-button:not(.collapsed){
    background:#082b6c;
    color:#fff;
}

.footer{
    background:#082b6c;
    padding:80px 0 20px;
    color:#fff;
}

.footer-logo{
    max-width:180px;
    margin-bottom:20px;
}

.footer h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
}

.footer-about p{
    color:#d9e4ff;
    line-height:1.8;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#d9e4ff;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#ff1f78;
    padding-left:5px;
}

.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-contact li{
    margin-bottom:15px;
    color:#d9e4ff;
}

.footer-contact i{
    margin-right:10px;
    color:#ff1f78;
}

.footer hr{
    border-color:rgba(255,255,255,.15);
    margin:40px 0 20px;
}

.footer-bottom{
    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:#d9e4ff;
}

/* =========================
   ABOUT BANNER
========================= */

.about-banner{
    background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
                url('/images/about-banner.jpeg');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    color: #fff;
}

.about-banner h1{
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-banner p{
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    opacity: .9;
}


/* =========================
   COMMON SECTION TAG
========================= */

.section-tag{
    display: inline-block;
    background: #eef6ff;
    color: #0d6efd;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-company h2,
.why-choose-us h2,
.process-section h2,
.about-cta h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1d1d1d;
}

.about-company p{
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}


/* =========================
   COMPANY IMAGE
========================= */

.about-company img{
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}


/* =========================
   VISION / MISSION
========================= */

.info-card{
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: .3s;
}

.info-card:hover{
    transform: translateY(-5px);
}

.info-card h3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.info-card p{
    color: #666;
    line-height: 1.8;
}


/* =========================
   WHY CHOOSE US
========================= */

.feature-card{
    background: #fff;
    padding: 30px 25px;
    border-radius: 16px;
    text-align: center;
    height: 100%;
    border: 1px solid #ececec;
    transition: .3s;
}

.feature-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.feature-card h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.feature-card p{
    color: #666;
    line-height: 1.7;
}


/* =========================
   PROCESS SECTION
========================= */

.process-section{
    background: #f8f9fa;
}

.process-section .col-md-3{
    position: relative;
}

.process-section h4{
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.process-section p{
    font-size: 17px;
    font-weight: 500;
    color: #444;
}


/* =========================
   CTA SECTION
========================= */

.about-cta{
    background: linear-gradient(135deg,#ff1f78, #c8145b);
    color: #fff;
    padding: 80px 0;
}

.about-cta h2{
    color: #fff;
}

.about-cta p{
    max-width: 700px;
    margin: 15px auto 30px;
    font-size: 17px;
}

.about-cta .btn{
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    color: #ff1f78;
    border: solid 3px transparent;
    transition: all 0.5s;
}

.about-cta .btn:hover{
    background: transparent;
    color: #FFF;
    border: solid 3px #FFF;
    border-radius: 8px;
    transition: all 0.5s;
}


.contact-section .container{
    max-width:1200px;
}

.contact-info-card{
    padding-right:40px;
}

.contact-section .row{
    align-items:center;
}
.contact-wrapper{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-section .quote-item, .contact-section .quote-content p {
    color: #333;
}
.contact-section .quote-content h2 {
    color: #ff1f78;
}
.page-banner{
    background: linear-gradient(
        rgba(0,0,0,0.55),
        rgba(0,0,0,0.55)
    ),
    url('/images/contact-banner.jpeg');

    background-size: cover;
    background-position: center;
    padding: 120px 0;
    text-align: center;
    color: #fff;
    position: relative;
}
.page-banner.quality-banner {
    background-image: url('/images/lab-banner.png');
}

.page-banner h1{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-banner p{
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}

.breadcrumb {
    background-color: #f5f5f5;
    padding: 15px;
    margin: 0;
}
.breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
}
.breadcrumb-list li, .product-tags p, .wsnw {
    white-space: nowrap;
}

.breadcrumb-list li a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
/*==============================
QUALITY LAB SECTION
==============================*/

.quality-lab{
    padding:80px 0;
}

.quality-lab img{
    width:100%;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.quality-lab h2{
    font-size:42px;
    font-weight:700;
    margin:15px 0 25px;
    color:#0f2f77;
}

.quality-lab p{
    color:#666;
    line-height:1.9;
    margin-bottom:18px;
}


/*==============================
SECTION HEADING
==============================*/

.section-heading{
    margin-bottom:50px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#0f2f77;
    margin-top:10px;
}

.section-heading p{
    max-width:700px;
    margin:15px auto 0;
    color:#666;
}

.section-tag{
    display:inline-block;
    background:#ffe6ef;
    color:#ff2b73;
    padding:8px 18px;
    border-radius:40px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
}


/*==============================
TESTING CARD
==============================*/

.testing-card{
    background:#fff;
    padding:35px 30px;
    border-radius:18px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    border-top:4px solid #ff2b73;
}

.testing-card:hover{
    transform:translateY(-8px);
}

.testing-card h5{
    color:#0f2f77;
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.testing-card p{
    color:#666;
    margin:0;
    line-height:1.8;
}


/*==============================
LAB FACILITY
==============================*/

.facility-card{
    background:#fff;
    padding:35px 20px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.facility-card:hover{
    background:#0f2f77;
    color:#fff;
    transform:translateY(-8px);
}

.facility-card h4{
    font-size:22px;
    font-weight:600;
}


/*==============================
PROCESS
==============================*/

.process-card{
    background:#fff;
    border-radius:18px;
    text-align:center;
    padding:40px 25px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
}

.process-card:hover{
    transform:translateY(-8px);
}

.process-card h3{
    font-size:52px;
    color:#ff2b73;
    margin-bottom:15px;
    font-weight:700;
}

.process-card h5{
    color:#0f2f77;
    font-size:20px;
}
.product-list-section{
    padding:80px 0;
    background:#f7f9fc;
}

.product-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.product-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.product-image{
    height:260px;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}

.product-image img{
    width:80%;
    transition:.4s;
}

.product-card:hover img{
    transform:scale(1.08);
}

.product-content{
    padding:30px;
}

.product-content h3{
    color:#163879;
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.product-content p{
    color:#666;
    line-height:1.8;
    height:80px;
    overflow:hidden;
}

.view-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#ff2b73;
    font-weight:600;
    text-decoration:none;
    margin-top:15px;
}

.view-btn:hover{
    color:#163879;
}

.view-btn i{
    transition:.3s;
}

.view-btn:hover i{
    transform:translateX(5px);
}


.product-image-box{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.product-image-box img{
    width:100%;
}

.product-details h1{
    font-size:46px;
    font-weight:700;
    color:#163879;
    margin:20px 0;
}

.short-desc{
    font-size:18px;
    line-height:1.9;
    color:#666;
}

.product-features{
    list-style:none;
    padding:0;
    margin-top:30px;
}

.product-features li{
    margin-bottom:15px;
    font-size:17px;
}

.specification-table{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
}

.specification-table th{
    width:250px;
    background:#163879;
    color:#fff;
}

.specification-table td,
.specification-table th{
    padding:18px;
}

.app-card{
    background:#fff;
    padding:25px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.app-card:hover{
    transform:translateY(-5px);
}

.product-description{
    font-size:16px;
    line-height:1.8;
    color:#555;
}

.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4{
    color:#163879;
    margin:25px 0 15px;
    font-weight:700;
}

.product-description p{
    margin-bottom:15px;
}

.product-description ul,
.product-description ol{
    padding-left:20px;
    margin-bottom:20px;
}

.product-description li{
    margin-bottom:8px;
}

.product-description img{
    max-width:100%;
    height:auto;
    border-radius:8px;
    margin:15px 0;
}

.product-description table{
    width:100%;
    border-collapse:collapse;
    margin:20px 0;
}

.product-description table td,
.product-description table th{
    border:1px solid #ddd;
    padding:10px;
}

.product-description blockquote{
    border-left:4px solid #163879;
    padding-left:15px;
    color:#666;
    font-style:italic;
    margin:20px 0;
}


.product-banner{
    position:relative;
    padding:120px 0;
    background:url('/images/product-banner.jpg') center center/cover;
}

.banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.banner-content{
    position:relative;
    z-index:2;
    color:#fff;
}

.banner-content h1{
    font-size:48px;
    font-weight:700;
    margin:15px 0;
}

.banner-content p{
    width:70%;
    margin:auto;
}

.banner-subtitle{
    background:#d4a017;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    display:inline-block;
}

.product-overview{
    background:#fff;
}

.product-image{
    background:#fff;
    padding:25px;
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.product-image img{
    width:70%;
}
.product-image.product-detail-image img {
    width: 55%;
}

.product-title{
    color:#163879;
    font-weight:700;
    margin:20px 0;
}

.feature-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:30px;
}

.feature-item{
    background:#163879;
    border-radius:10px;
    padding:15px;
}

.feature-item i{
    color:#1f9d55;
    margin-right:8px;
}

.hero-buttons{
    display:flex;
    gap:15px;
}

.product-tabs-section{
    background:#f8f9fc;
}

.product-tabs .nav-link{
    border-radius:40px;
    padding:12px 28px;
    color:#163879;
    font-weight:600;
    margin:0 8px;
    background:#fff;
    border:1px solid #ddd;
}

.product-tabs .nav-link.active{
    background:#163879;
    color:#fff !important;
    border-color:#163879;
}

.content-box{
    background:#fff;
    padding:40px;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.06);
}

.content-box h2,
.content-box h3{
    color:#163879;
    margin-bottom:20px;
}

.content-box p{
    line-height:1.9;
    color:#555;
}

.content-box img{
    max-width:100%;
    border-radius:12px;
}

.content-box table{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
}

.content-box table td,
.content-box table th{
    border:1px solid #ddd;
    padding:12px;
}

.spec-card{
    background:#fff;
    padding:35px;
    text-align:center;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.06);
    transition:.3s;
}

.spec-card:hover{
    transform:translateY(-8px);
}

.spec-icon{
    width:70px;
    height:70px;
    margin:auto;
    background:#163879;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
}

.spec-card h5{
    color:#777;
}

.spec-card h3{
    color:#163879;
    font-weight:700;
}




/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .about-banner{
        padding: 90px 0;
    }

    .about-banner h1{
        font-size: 40px;
    }

    .about-company h2,
    .why-choose-us h2,
    .process-section h2,
    .about-cta h2{
        font-size: 32px;
    }
    .quality-lab h2,
    .section-heading h2{
        font-size:34px;
    }
}

@media(max-width:767px){

    .about-banner{
        padding: 70px 0;
    }

    .about-banner h1{
        font-size: 32px;
    }

    .about-banner p{
        font-size: 16px;
    }

    .about-company h2,
    .why-choose-us h2,
    .process-section h2,
    .about-cta h2{
        font-size: 28px;
    }

    .info-card,
    .feature-card{
        padding: 25px;
    }

    .quality-lab{
        text-align:center;
    }

    .quality-lab img{
        margin-bottom:35px;
    }

    .quality-lab h2,
    .section-heading h2{
        font-size:28px;
    }
}


@media(max-width:768px){

    .hero-features{
        flex-direction:column;
        align-items:flex-start;
    }

    .hero-stats{
        position:relative;
        left:auto;
        bottom:auto;
        transform:none;

        width:100%;
        margin-top:40px;

        grid-template-columns:1fr;
    }

    .stat-box:not(:last-child){
        border-right:none;
        border-bottom:1px solid #ececec;
    }

    .stat-box h3{
        font-size:32px;
    }
}