
    .h2 {
        font-size: 2rem;
        color: #08192d;
    }

    p {
    font-size: 18px !important;
    margin-bottom: 1rem;
     
}

 .textbig{

font-size: 2rem !important;

} 

.justify{

text-align: justify;

}

.about-section{
    background:#f8fbff;
    overflow:hidden;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    background:#e8f6ff;
    color:#0094d8;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.about-content h2{
    font-size:42px;
    font-weight:700;
    color:#0b1f3a;
    margin-bottom:20px;
    line-height:1.3;
}

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

.about-image-wrap{
    position:relative;
}

.main-image{
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.experience-box{
    position:absolute;
    bottom:30px;
    right:-20px;
    background:#00a8e8;
    color:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
    min-width:180px;
    box-shadow:0 15px 30px rgba(0,168,232,.3);
}

.experience-box h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:5px;
}

.feature-box{
    display:flex;
    gap:15px;
    background:#fff;
    padding:20px;
    border-radius:15px;
    transition:.4s;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

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

.feature-box i{
    font-size:30px;
    color:#00a8e8;
}

.feature-box h5{
    font-weight:600;
    margin-bottom:5px;
}

.feature-box p{
    margin:0;
    font-size:14px;
}

.about-btn{
    display:inline-block;
    margin-top:25px;
    background:#00a8e8;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    background:#0b1f3a;
    color:#fff;
}

.counter-box{
    background:#fff;
    padding:35px 20px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.counter-box h3{
    color:#00a8e8;
    font-size:42px;
    font-weight:700;
}

.counter-box p{
    margin:0;
    color:#666;
    font-weight:500;
}




/* ===============================
MEGA MENU
=============================== */

.mega-dropdown{
    position:static !important;
}

.mega-menu{
    width:90%;
    left:10%;
    right:0;
    margin-top:0;
    border-radius:0;
    background:#e9f5f8;
    padding:35px 0;
 
}

.mega-column{
    padding:20px 10px;
    height:100%;
    border-right:1px solid #eee;
}

.mega-column h5{
    color:#0b1f3a;
    font-weight:700;
    margin-bottom:10px;
    font-size:18px;
} 

.mega-column h5 a {
    color:#0b1f3a;
    text-decoration: none;
}

.mega-column h5 i{
    color:#00a8e8;
    margin-right:8px;
}

.mega-column ul{
    margin:0;
    padding:0;
    list-style:none;
}

.mega-column ul li{
    margin-bottom:12px;
}

.mega-column ul li a{
    text-decoration:none;
    color:#555;
    transition:.3s;
    display:block;
}

.mega-column ul li a:hover{
    color:#00a8e8;
    padding-left:8px;
}

.mega-feature{
    background:linear-gradient(
        135deg,
        #0b1f3a,
        #103c73
    );
    height:100%;
    padding:40px;
    color:#fff;
}

.mega-feature span{
    display:inline-block;
    background:#00a8e8;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    margin-bottom:15px;
}

.mega-feature h4{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.mega-feature p{
    opacity:.9;
    line-height:1.8;
    margin-bottom:25px;
}

.btn-mega{
    display:inline-block;
    padding:12px 28px;
    background:#00a8e8;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.btn-mega:hover{
    background:#fff;
    color:#0b1f3a;
}

/* Desktop Hover */

@media(min-width:992px){

.mega-dropdown:hover .mega-menu{
    display:block;
}

}

/* Mobile */

@media(max-width:991px){

.mega-menu{
    width:100%;
    padding:0;
}

.mega-column{
    border-right:none;
    border-bottom:1px solid #eee;
    padding:20px;
}

.mega-feature{
    padding:25px;
}

}

.about-section{
    padding:100px 0;
    background:#f8fafc;
    overflow:hidden;
}

/* =========================
IMAGE SIDE
========================= */

.about-image-wrapper{
    position:relative;
    padding-right:80px;
    padding-bottom:100px;
}

.about-main-img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.floating-img{
    position:absolute;
    bottom:0;
    right:0;
    width:400px;
    border:8px solid #fff;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.floating-img img{
    width:100%;
    display:block;
}

.experience-card{
    position:absolute;
    top:30px;
    left:-30px;
    background:#00a8e8;
    color:#fff;
    padding:20px 25px;
    border-radius:15px;
    text-align:center;
    min-width:180px;
    box-shadow:0 15px 30px rgba(0,168,232,.3);
}

.experience-card h2{
    font-size:40px;
    font-weight:700;
    margin-bottom:5px;
}

.experience-card p{
    margin:0;
    font-size:14px;
    line-height:1.5;
}

.quality-card{
    position:absolute;
    left:-20px;
    bottom:40px;
    background:#fff;
    padding:18px 20px;
    border-radius:15px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.quality-card i{
    width:55px;
    height:55px;
    line-height:55px;
    text-align:center;
    border-radius:50%;
    background:#eaf8ff;
    color:#00a8e8;
    font-size:24px;
}

.quality-card h5{
    margin:0;
    font-size:16px;
    font-weight:700;
}

.quality-card span{
    font-size:13px;
    color:#666;
}

/* =========================
CONTENT SIDE
========================= */

.about-content{
    padding-left:30px;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    background:#eaf8ff;
    color:#00a8e8;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.about-content h2{
    font-size:42px;
    line-height:1.3;
    font-weight:700;
    color:#0b1f3a;
    margin-bottom:25px;
}

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

.feature-box{
    display:flex;
    gap:15px;
    padding:20px;
    background:#fff;
    border-radius:15px;
    height:100%;
    transition:.3s;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.feature-box:hover{
    transform:translateY(-5px);
}

.feature-box i{
    font-size:28px;
    color:#00a8e8;
    margin-top:4px;
}

.feature-box h5{
    font-size:17px;
    font-weight:600;
    margin-bottom:5px;
}

.feature-box p{
    margin:0;
    font-size:14px;
    line-height:1.6;
}

.about-btn{
    display:inline-block;
    margin-top:20px;
    padding:14px 35px;
    background:#00a8e8;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.about-btn:hover{
    background:#0b1f3a;
    color:#fff;
}

/* =========================
COUNTERS
========================= */

.counter-box{
    background:#fff;
    padding:35px 20px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    transition:.3s;
}

.counter-box:hover{
    transform:translateY(-5px);
}

.counter-box h3{
    color:#00a8e8;
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
}

.counter-box p{
    margin:0;
    color:#666;
}

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

@media(max-width:991px){

    .about-image-wrapper{
        padding-right:0;
        padding-bottom:60px;
    }

    .about-content{
        padding-left:0;
        margin-top:30px;
    }

    .experience-card{
        left:10px;
        top:10px;
        min-width:150px;
    }

    .quality-card{
        left:10px;
        bottom:10px;
    }

    .floating-img{
        width:180px;
    }

    .about-content h2{
        font-size:32px;
    }
}



.product-category-section{
    background:#f8fafc;
}

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

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

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

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

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

.product-content{
    padding:25px;
}

.product-content h4{
    font-size:22px;
    font-weight:700;
    color:#0b1f3a;
    margin-bottom:12px;
}

.product-content p{
    color:#666;
    margin-bottom:20px;
    line-height:1.8;
}

.product-content a{
    color:#00a8e8;
    text-decoration:none;
    font-weight:600;
}

.swiper{
    padding-bottom:60px;
}

.swiper-pagination-bullet-active{
    background:#00a8e8;
}

/* ===========================
PARALLAX PRODUCT SECTION
=========================== */

.parallax-products{
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.parallax-products::before{
    content: "";
    position: absolute;
    inset: 0;

    background: url('images/cleanroom-bg.webp') center center;
    background-size: cover;
    background-repeat: no-repeat;

    transform: scale(1.1);
    animation: parallaxZoom 20s ease-in-out infinite alternate;
    z-index: 1;
}

.parallax-products::after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 20, 40, 0.85);
    z-index: 2;
}

.parallax-products .container{
    position: relative;
    z-index: 3;
}

/* Background Zoom Effect */

@keyframes parallaxZoom{

    0%{
        transform: scale(1.05);
    }

    100%{
        transform: scale(1.15);
    }

}

/* ===========================
SECTION TITLE
=========================== */

.parallax-products .section-tag{
    background: rgba(255,255,255,.15);
    color: #fff;
    backdrop-filter: blur(10px);
}

.parallax-products .section-title h2{
    color: #fff;
}

.parallax-products .section-title p{
    color: rgba(255,255,255,.85);
}

/* ===========================
PRODUCT CARDS
=========================== */

.product-card{
    background: rgba(255,255,255,.97);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: .4s;
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
}

.product-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,.25);
}

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

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

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

.product-content{
    padding: 25px;
}

.product-content h4{
    font-size: 22px;
    font-weight: 700;
    color: #0b1f3a;
    margin-bottom: 12px;
}

.product-content p{
    color: #666;
    line-height: 1.8;
}

.product-content a{
    color: #00a8e8;
    font-weight: 600;
    text-decoration: none;
}

/* ===========================
SWIPER PAGINATION
=========================== */

.swiper-pagination-bullet{
    background: rgba(255,255,255,.5);
}

.swiper-pagination-bullet-active{
    background: #fff;
}


.parallax-products{
    position:relative;
    overflow:hidden;
    padding:100px 0;
}

.parallax-bg{
    position:absolute;
    top:-100px;
    left:0;
    width:100%;
    height:130%;
    background:url('images/cleanroom-bg.webp') center center/cover no-repeat;
    z-index:1;
}

.parallax-products::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(5, 20, 40, .95), rgba(0, 168, 232, .75));
    z-index:2;
}

.parallax-products .container{
    position:relative;
    z-index:3;
}

.product-card{
    transition:.5s;
}

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





.why-choose-us{
    padding:100px 0;
    background:#f8fafc;
}

.section-tag{
    display:inline-block;
    background:#eaf8ff;
    color:#00a8e8;
    padding:8px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.why-choose-us h2{
    font-size:42px;
    font-weight:700;
    color:#0b1f3a;
    margin-bottom:20px;
}

.choose-item{
    display:flex;
    gap:20px;
    margin-bottom:25px;
    padding:20px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    transition:.3s;
}

.choose-item:hover{
    transform:translateX(10px);
}

.choose-item .icon{
    min-width:60px;
    width:60px;
    height:60px;
    background:#00a8e8;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.choose-item .icon i{
    color:#fff;
    font-size:22px;
}

.choose-item h5{
    margin-bottom:8px;
    font-weight:700;
    color:#0b1f3a;
}

.choose-item p{
    margin:0;
    color:#666;
}

.why-image{
    position:relative;
}

.why-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.experience-box{
    position:absolute;
    bottom:30px;
    left:30px;
    background:#00a8e8;
    color:#fff;
    padding:25px 35px;
    border-radius:15px;
    text-align:center;
}

.experience-box h2{
    color:#fff;
    margin:0;
    font-size:42px;
}

.experience-box span{
    font-size:15px;
}

@media(max-width:991px){

    .why-choose-us h2{
        font-size:32px;
    }

    .why-image{
        margin-top:40px;
    }

    .experience-box{
        left:15px;
        bottom:15px;
        padding:20px;
    }
}





.industries-section{
    padding:100px 0;
    background:#f8fafc;
}

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

.industry-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.industry-card i{
    width:90px;
    height:90px;
    line-height:90px;
    border-radius:50%;
    background:#eaf8ff;
    color:#00a8e8;
    font-size:36px;
    margin-bottom:25px;
}

.industry-card h4{
    font-size:22px;
    font-weight:700;
    color:#0b1f3a;
    margin-bottom:15px;
}

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




.mission-section{
    padding:100px 0;
    background:#f8fafc;
}

.section-tag{
    display:inline-block;
    padding:8px 20px;
    background:#eaf8ff;
    color:#00a8e8;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.mission-section h2{
    font-size:42px;
    font-weight:700;
    color:#0b1f3a;
    margin-bottom:25px;
    line-height:1.3;
}

.section-desc{
    color:#666;
    line-height:1.9;
    margin-bottom:35px;
}

.mission-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.mission-item{
    display:flex;
    align-items:center;
    gap:15px;
    font-weight:500;
}

.mission-item i{
    color:#00a8e8;
    font-size:20px;
}

/* Cards */

.mission-wrapper{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.mission-card,
.vision-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    border-left:5px solid #00a8e8;
}

.mission-card:hover,
.vision-card:hover{
    transform:translateY(-8px);
}

.mission-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#eaf8ff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.mission-icon i{
    font-size:30px;
    color:#00a8e8;
}

.mission-card h3,
.vision-card h3{
    font-size:24px;
    font-weight:700;
    color:#0b1f3a;
    margin-bottom:15px;
}

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

@media(max-width:991px){

    .mission-section h2{
        font-size:32px;
    }

    .mission-wrapper{
        margin-top:40px;
    }

}


.cta-section{
    position:relative;
    padding:90px 0;
    background-size:cover;
    background-repeat:no-repeat;
    overflow:hidden;
}

.cta-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        rgba(5,20,40,.95),
        rgba(0,168,232,.75)
    );
}

.cta-section .container{
    position:relative;
    z-index:2;
}

.cta-tag{
    display:inline-block;
    padding:8px 20px;
    border-radius:30px;
    background:rgba(255,255,255,.15);
    color:#fff;
    margin-bottom:20px;
    font-weight:600;
}

.cta-section h2{
    color:#fff;
    font-size:48px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:20px;
}

.cta-section p{
    color:rgba(255,255,255,.85);
    font-size:17px;
    line-height:1.8;
    margin-bottom:0;
}

.cta-btn{
    display:inline-block;
    padding:16px 35px;
    background:#fff;
    color:#0b1f3a;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    margin-right:15px;
    transition:.3s;
}

.cta-btn:hover{
    background:#00a8e8;
    color:#fff;
}

.cta-btn-outline{
    display:inline-block;
    padding:16px 35px;
    border:2px solid #fff;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.cta-btn-outline:hover{
    background:#fff;
    color:#0b1f3a;
}


/* ==========================
FOOTER
========================== */

.footer-section{
    position:relative;
    background:#08192d;
    color:#fff;
    padding:90px 0 0;
    overflow:hidden;
}

/* Top Border */

.footer-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    /* background:linear-gradient(
        90deg,
        #00a8e8,
        #00d4ff
    ); */
}

/* Logo */

.footer-logo img{
    max-height:70px;
    margin-bottom:20px;
}

/* Widget */

.footer-widget h4{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.footer-widget h4::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-10px;
    width:50px;
    height:3px;
    background:#00a8e8;
}

.footer-widget p{
    color:rgba(255,255,255,.75);
    line-height:1.9;
}

/* Links */

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

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

.footer-widget ul li a{
    color:rgba(255,255,255,.75);
    text-decoration:none;
    transition:.3s;
}

.footer-widget ul li a:hover{
    color:#00a8e8;
    padding-left:6px;
}

/* Contact */

.footer-contact li{
    display:flex;
    gap:12px;
    margin-bottom:18px;
    color:rgba(255,255,255,.75);
}

.footer-contact i{
    color:#00a8e8;
    margin-top:4px;
}

/* Social */

.footer-social{
    margin-top:25px;
}

.footer-social a{
    width:42px;
    height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    color:#fff;
    margin-right:10px;
    transition:.3s;
}

.footer-social a:hover{
    background:#00a8e8;
    transform:translateY(-5px);
}

/* Bottom */

.footer-bottom{
    margin-top:40px;
    border-top:1px solid rgba(255,255,255,.1);
    padding:20px 0;
    color:rgba(255,255,255,.7);
}

.footer-bottom a{
    color:rgba(255,255,255,.7);
    text-decoration:none;
    margin-left:20px;
}

.footer-bottom a:hover{
    color:#00a8e8;
}

/* Mobile */

@media(max-width:991px){

    .footer-widget{
        margin-bottom:20px;
    }

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

    .footer-bottom a{
        margin:0 10px;
    }

}

.footer-section{
    background:
    url('images/footer-bg.webp');
    background-size:cover;
    background-position:center;
}

.footer-section::after{
    content:'';
    position:absolute;
    right:-100px;
    top:50px;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(255,255,255,.03);
}

/* Scroll To Top Button */

/* ==========================
   SCROLL TO TOP BUTTON
========================== */

#scrollTopBtn{
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 55px;
    height: 55px;

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

    background: linear-gradient(135deg, #00a8e8, #0088cc);
    color: #fff;

    border-radius: 50%;
    text-decoration: none;

    font-size: 18px;

    box-shadow: 0 10px 30px rgba(0, 168, 232, 0.35);

    z-index: 9999;

    opacity: 0;
    visibility: hidden;

    transform: translateY(20px);

    transition: all 0.4s ease;
}

/* Show Button */

#scrollTopBtn.active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Hover Effect */

#scrollTopBtn:hover{
    background: linear-gradient(135deg, #0088cc, #00a8e8);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 168, 232, 0.45);
}

/* Icon Animation */

#scrollTopBtn i{
    transition: transform .3s ease;
}

#scrollTopBtn:hover i{
    transform: translateY(-3px);
}

/* Pulse Ring Effect */

#scrollTopBtn::before{
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(0,168,232,.35);
    animation: pulseTop 2s infinite;
}

@keyframes pulseTop{

    0%{
        transform: scale(1);
        opacity: 1;
    }

    100%{
        transform: scale(1.5);
        opacity: 0;
    }

}

/* Mobile */

@media (max-width: 767px){

    #scrollTopBtn{
        width: 50px;
        height: 50px;
        right: 15px;
        bottom: 15px;
        font-size: 16px;
    }

}


.industries-section{
    padding:100px 0;
    background:#f8fafc;
}

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

.industry-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.industry-card i{
    width:90px;
    height:90px;
    line-height:90px;
    border-radius:50%;
    background:#eaf8ff;
    color:#00a8e8;
    font-size:36px;
    margin-bottom:25px;
}

.industry-card h4{
    font-size:22px;
    font-weight:700;
    color:#0b1f3a;
    margin-bottom:15px;
}

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



/* html,
body{
    overflow-x:hidden;
} */




/*==============================
Top Bar
===============================*/
.topbar{
    background:#0b1f3a;
    color:#fff;
    font-size:14px;
    padding:8px 0;
}

.topbar a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.topbar a:hover{
    color:#00bfff;
}

.social-icons a{
    margin-left:15px;
    font-size:15px;
}

/*==============================
Header
===============================*/
.main-header{
    background:#fff;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
    position:sticky;
    top:0;
    z-index:999;

}

.navbar-brand img{
    max-height:100px;
}

.company-name{
    line-height:1.2;
}

.company-name h5{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#0b1f3a;
}

.company-name span{
    font-size:13px;
    color:#666;
}

.navbar-nav .nav-link{
    color:#0b1f3a;
    font-weight:600;
    padding:18px 14px !important;
    
}

.navbar-nav .nav-link:hover{
    color:#00a6e6;
}

.quote-btn{
    background:#00a6e6;
    color:#fff;
    padding:12px 25px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

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

/*==============================
Dropdown
===============================*/
.dropdown-menu{
    border:none;
    border-radius: 24px 24px 24px 24px;
    box-shadow:0 5px 5px rgba(0,0,0,.1);
}

.dropdown-item{
    padding:10px 20px;
}

.dropdown-item:hover{
    background:#00a6e6;
    color:#fff;
}

/* Multi Level Dropdown */
.dropdown-submenu{
    position:relative;
}

.dropdown-submenu .dropdown-menu{
    top:0;
    left:100%;
    margin-top:-1px;
}

@media(min-width:992px){

.dropdown:hover > .dropdown-menu{
    display:block;
}

.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

}

@media(max-width:991px){

.quote-btn{
    margin-top:15px;
    display:inline-block;
}

.navbar-nav .nav-link{
    color:#0b1f3a;
    font-weight:600;
    padding:18px 14px !important;
    background-color: #ededed;
}

}


.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #636363;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Ccircle cx='25' cy='25' r='24' fill='%23000'/%3E%3Cpath d='M21 15L31 25L21 35' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Ccircle cx='25' cy='25' r='24' fill='%23000'/%3E%3Cpath d='M29 15L19 25L29 35' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}



.page-banner{
    position:relative;
    min-height:300px;

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

    background-image:url('images/cleanroom-banner-1.webp');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;

    background-attachment:fixed; /* Parallax */

    overflow:hidden;
}

.page-banner::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        rgba(0,25,55,.85),
        rgba(0,82,150,.70)
    );
}

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

.page-banner .sub-title{
    display:inline-block;
    padding:8px 20px;
    border:1px solid rgba(255,255,255,.3);
    border-radius:50px;
    margin-bottom:20px;
    backdrop-filter:blur(5px);
}

.page-banner h1{
    font-size:54px;
    font-weight:600;
    margin-bottom:15px;
    color:#fff;
}

.page-banner .breadcrumb{
    background:none;
    margin:0;
    padding:0;
}

.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item a{
    color:#fff;
    text-decoration:none;
}

.page-banner .breadcrumb-item + .breadcrumb-item::before{
    color:#fff;
}

.page-banner .breadcrumb-item.active{
    color:#d7e7ff;
}

/* Mobile Fix */
@media(max-width:991px){

    .page-banner{
        min-height:350px;
        background-attachment:scroll;
    }

    .page-banner h1{
        font-size:42px;
    }
}

@media(max-width:576px){

    .page-banner{
        min-height:200px;
    }

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

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

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

    transition:.4s;
    height:100%;
}

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

.product-image{
    overflow:hidden;
}

.product-image img{
    width:100%;
    height:280px;
    object-fit:cover;

    transition:.6s;
}

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

.product-content{
    padding:30px;
}

.product-content span{
    color:#0d6efd;
    font-weight:600;
    text-transform:uppercase;
    font-size:13px;
}

.product-content h3{
    margin:15px 0;
    font-size:26px;
}

.product-content a{
    color:#ffffff;
    font-weight:600;
    text-decoration:none;
}




.product-details-section{
    position:relative;
    overflow:hidden;
    padding:100px 0;
    background:
    linear-gradient(135deg,#f8fbff 0%,#eef5ff 100%);
}

.product-details-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;

    background:rgba(13,110,253,.05);

    top:-200px;
    right:-150px;

    animation:floatShape 10s infinite ease-in-out;
}

.product-details-section::after{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;

    background:rgba(0,180,255,.06);

    bottom:-120px;
    left:-80px;

    animation:floatShape2 8s infinite ease-in-out;
}

@keyframes floatShape{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(30px);
    }
}

@keyframes floatShape2{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-25px);
    }
}

/* Slider */

.productSlider{
    border-radius:25px;
    overflow:hidden;
    box-shadow:
    0 25px 60px rgba(0,0,0,.12);
}

.productSlider img{
    width:100%;
    /* height:550px; */
    object-fit:cover;
    transition:.7s;
}

.swiper-slide:hover img{
    transform:scale(1.08);
}

/* Content Card */

.product-content{
    background:#fff;
    padding:45px;
    border-radius:25px;

    box-shadow:
    0 15px 50px rgba(0,0,0,.08);
}

.product-content h1{
    font-size:48px;
    font-weight:700;
    color:#0b1f3a;
    margin-bottom:20px;
}

.product-content p{
    color:#6c757d;
    line-height:1.9;
}

/* Product Label */

.product-label{
    display:inline-block;

    padding:10px 20px;

    border-radius:50px;

    background:rgba(13,110,253,.1);

    color:#0d6efd;

    font-weight:600;

    margin-bottom:20px;
}

/* Feature List */

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

.product-highlights li{
    padding:10px 0;
    font-weight:500;
}

.product-highlights li::before{
    content:'✓';
    width:30px;
    height:30px;

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

    margin-right:10px;

    border-radius:50%;

    background:#0d6efd;
    color:#fff;
    font-size:14px;
}

/* Buttons */

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

.product-buttons .btn{
    padding:14px 28px;
    border-radius:50px;
    font-weight:600;
}

.btn-primary{
    background:linear-gradient(
    135deg,
    #0d6efd,
    #0047ab);
    border:none;
}

.btn-primary:hover{
    transform:translateY(-3px);
}

/* Navigation */

.swiper-button-next,
.swiper-button-prev{
    width:50px;
    height:50px;
    border-radius:50%;
    background:rgba(255,255,255,.95);

    box-shadow:
    0 5px 15px rgba(0,0,0,.15);
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:18px;
    color:#0d6efd;
}

.swiper-pagination-bullet{
    background:#fff;
    opacity:1;
}

.swiper-pagination-bullet-active{
    background:#0d6efd;
}



.company-highlights{
    background: linear-gradient(135deg,#f8fbff,#eef6ff);
}

.section-header span{
    color:#00a8e8;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.section-header h2{
    font-size:42px;
    font-weight:700;
    margin-top:10px;
}

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

.info-card:hover,
.feature-box:hover,
.industry-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.info-card i,
.feature-box i,
.industry-card i{
    font-size:42px;
    color:#00a8e8;
    margin-bottom:20px;
    transition:.4s;
}

.info-card:hover i,
.feature-box:hover i,
.industry-card:hover i{
    transform:scale(1.15) rotate(5deg);
}

h5{
    margin-bottom:0;
    font-weight:600;
}

.why-industry-section{
    background:#f8fafc;
}

.section-heading span{
    color:#00a8e8;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
}

.section-heading h2{
    font-size:30px;
    font-weight:600;
    margin-top:10px;
}

.vertical-list{
    position:relative;
    /* padding-left:35px; */
}

/* .vertical-list::before{
    content:'';
    position:absolute;
    left:20px;
    top:0;
    width:2px;
    height:100%;
    background:linear-gradient(to bottom,#0d6efd,#6ea8fe);
} */

.list-item{
    position:relative;
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.icon{
    width:42px;
    height:42px;
    min-width:42px;
    background:#00a8e8;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    z-index:2;
    box-shadow:0 5px 15px rgba(13,110,253,.3);
}

.content{
    background:#fff;
    padding:18px 22px;
    border-radius:12px;
    width:100%;
    transition:.3s;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.content:hover{
    transform:translateX(8px);
}

.content h5{
        margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.content p{
    margin-top:6px;
    margin-bottom:0;
    color:#6c757d;
}


.tech-spec-section{
    background:
    linear-gradient(135deg, #152b40, #266989);
    position:relative;
    overflow:hidden;
}

.tech-spec-section::before{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(59,130,246,.15);
    border-radius:50%;
    top:-150px;
    right:-150px;
}

.sub-title{
    color:#60a5fa;
    letter-spacing:3px;
    font-weight:600;
    text-transform:uppercase;
}

 .section-title1{
    color:#fff;
    font-size:40px;
    font-weight:700;
    margin-top:10px;
} 

.tech-spec-section p{
    color:#cbd5e1;
}

.spec-wrapper{
    max-width:1000px;
    margin:auto;
    backdrop-filter:blur(12px);
}

.spec-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 25px;
    margin-bottom:12px;
    border-radius:14px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    transition:.4s;
}

.spec-row:hover{
    transform:translateX(10px);
    background:rgba(59,130,246,.12);
    border-color:rgba(96,165,250,.4);
}

.spec-label{
    color:#93c5fd;
    font-weight:600;
    font-size:16px;
    width:35%;
}

.spec-value{
    color:#fff;
    width:65%;
    text-align:right;
    font-weight:500;
}

@media(max-width:768px){

    .spec-row{
        flex-direction:column;
        align-items:flex-start;
        gap:8px;
    }

    .spec-label,
    .spec-value{
        width:100%;
        text-align:left;
    }

    .section-title1{
        font-size:32px;
    }
}

.product-cta-section{
    padding:80px 0;
    background:#f8fafc;
}

.cta-box{
    background:linear-gradient(135deg, rgba(5, 20, 40, .95), rgba(0, 168, 232, .75));
    padding:60px;
    border-radius:25px;
    position:relative;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(13,110,253,.25);
}

.cta-box::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-180px;
    right:-100px;
}

.cta-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    margin-bottom:15px;
}

.cta-box h2{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.cta-box p{
    color:rgba(255,255,255,.9);
    margin-bottom:0;
    font-size:17px;
}

.cta-btn{
    display:inline-block;
    padding:14px 32px;
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
    transition:.4s;
    margin:8px;
}

.primary-btn{
    background:#fff;
    color:#0d6efd;
}

.primary-btn:hover{
    transform:translateY(-4px);
    color:#fbfcff;
}

.secondary-btn{
    border:2px solid rgba(255,255,255,.4);
    color:#080808;
}

.secondary-btn:hover{
    background:#fff;
    color:#0d6efd;
}

@media(max-width:768px){

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

    .cta-box h2{
        font-size:30px;
    }
}

.table{
    border-radius:12px;
    overflow:hidden;
}

.table thead th{
    font-size:16px;
    font-weight:600;
    padding:14px 18px;
}

.table tbody td{
    padding:14px 18px;
    font-size:15px;
}

.table tbody tr:hover{
    background:#f8f9fa;
}

.contact-hero{
    background: linear-gradient(135deg,#0f172a,#2563eb);
    padding:120px 0;
}

.contact-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

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

.contact-card i{
    font-size:35px;
    color:#2563eb;
    margin-bottom:15px;
}

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

.form-control{
    height:55px;
}

textarea.form-control{
    height:auto;
}

.map-box{
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.contact-cta{
    background: linear-gradient(rgb(251 251 251 / 95%), rgba(217, 217, 217, 0.95)), url(images/cleanroom-bg.webp) center / cover;
}

.cta-box{
    max-width:1000px; 
    margin:auto;
    color:#fff;
}

.cta-box h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.cta-box p{
    font-size:18px;
    color:rgba(255,255,255,.85);
    margin-bottom:30px;
}

.cta-buttons .btn{
    padding:14px 32px;
    font-weight:600;
    border-radius:50px;
}



@media(max-width:768px){
    .cta-box h2{
        font-size:30px;
    }

    .cta-buttons .btn{
        display:block;
        width:100%;
        margin:10px 0;
    }

    .footer-section {
    position: relative;
    background: #08192d;
    color: #fff;
    padding: 40px 0 0;
    overflow: hidden;
}

.experience-card {
 
    padding: 10px 15px !important ;
  
}
}

.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 1rem !important;
}

.contact-box{
    position:absolute;
    right:8%;
    top:50%;
    transform:translateY(-50%);
    width:350px;
}