﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

footer {
    margin-top: 10px !important;
}

.facilityicon {
    padding-top: 0 !important;
    min-height: 135px;
}

.splide__slide {
    width: 245px !important;
}

.banner-gradient {
    width: 100%;
    padding: 40px 20px; /* Adjust banner height */
    color: white; /* Text color */
    text-align: center; /* Center text */
    background: linear-gradient(90deg, #4b6cb7, #182848);
}

.banner-gradient-vertical {
    background: linear-gradient(180deg, #ff7e5f, #feb47b);
}

.banner-gradient-angled {
    background: linear-gradient(135deg, #6a11cb, #2575fc);
}

.banner-gradient-pastel {
    background: linear-gradient(90deg, #f6d365, #fda085);
}

.banner-gradient-img {
    width: 100%;
    padding: 40px 20px;
    background: linear-gradient(90deg, #4facfe, #00f2fe);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .banner-gradient-img img {
        max-width: 150px;
        height: auto;
    }


.banner-gradient-overlay {
    width: 100%;
    padding: 60px 20px;
    color: white;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('your-image.jpg');
    background-size: cover;
    background-position: center;
}


.banner-gradient-border {
    width: 100%;
    padding: 20px;
    background: linear-gradient(90deg, #ff9966, #ff5e62);
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
}

    .banner-gradient-border img {
        width: 80px;
        height: auto;
        border-radius: 10px;
    }


.banner-gradient-circle {
    width: 100%;
    padding: 40px 20px;
    background: linear-gradient(135deg, #ff9a9e, #fad0c4);
    text-align: center;
}

    .banner-gradient-circle img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 4px solid white;
    }



.emarket-glass-banner {
    width: 100%;
    padding: 50px 20px;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .emarket-glass-banner .glass-card {
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        background: rgba(255, 255, 255, 0.20);
        border-radius: 20px;
        padding: 30px;
        display: flex;
        align-items: center;
        gap: 25px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

    .emarket-glass-banner img {
        width: 140px;
        height: auto;
        border-radius: 15px;
    }

    .emarket-glass-banner h2 {
        color: #fff;
        margin: 0;
        font-size: 28px;
    }



.emarket-hero {
    width: 100%;
    height: 300px;
    background: url('banner-bg.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .emarket-hero .glass-panel {
        background: linear-gradient(135deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border-radius: 25px;
        padding: 40px 50px;
        text-align: center;
        border: 1px solid rgba(255,255,255,0.25);
        max-width: 600px;
        color: #fff;
        box-shadow: 0 10px 35px rgba(0,0,0,0.3);
    }

        .emarket-hero .glass-panel img {
            width: 120px;
            margin-bottom: 20px;
        }

    .emarket-hero h2 {
        margin: 0;
        font-size: 32px;
    }




.wave-banner {
    position: relative;
    background: linear-gradient(135deg, #667eea, #764ba2);
    padding: 80px 20px 120px;
    color: white;
    text-align: center;
}

    .wave-banner h2 {
        font-size: 40px;
        margin: 0;
    }

    .wave-banner svg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }



.double-wave {
    position: relative;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    padding: 100px 20px 150px;
    color: white;
    text-align: center;
}

    .double-wave svg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }




.curved-glass {
    position: relative;
    background: linear-gradient(120deg, #6a11cb, #2575fc);
    padding: 120px 20px 160px;
}

    .curved-glass .glass-box {
        margin: auto;
        padding: 30px 40px;
        max-width: 600px;
        border-radius: 20px;
        background: rgba(255,255,255,0.15);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        text-align: center;
        color: #fff;
        border: 1px solid rgba(255,255,255,0.3);
    }

    .curved-glass svg {
        position: absolute;
        bottom: 0;
        width: 100%;
    }





.animated-gradient {
    width: 100%;
    padding: 100px 20px;
    color: white;
    text-align: center;
    background: linear-gradient(-45deg, #ff9a9e, #fad0c4, #a18cd1, #fbc2eb);
    background-size: 400% 400%;
    animation: gradientFlow 10s ease infinite;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}





.neon-gradient {
    padding: 90px 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(45deg, #ff00cc, #333399, #00e5ff, #00ff6a);
    background-size: 300% 300%;
    animation: neonShift 6s linear infinite;
}

@keyframes neonShift {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}





.aurora-banner {
    position: relative;
    padding: 120px 20px;
    text-align: center;
    color: white;
    overflow: hidden;
    background: #0f0c29;
}

    .aurora-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: -50%;
        width: 200%;
        height: 100%;
        background: linear-gradient(120deg, rgba(0,255,255,0.2), rgba(255,0,255,0.2), rgba(0,255,150,0.2));
        animation: auroraMove 8s infinite alternate ease-in-out;
    }

@keyframes auroraMove {
    0% {
        transform: translateX(0) rotate(0deg);
    }

    100% {
        transform: translateX(-25%) rotate(10deg);
    }
}

.aurora-banner h2 {
    position: relative;
}





.glass-animated {
    position: relative;
    padding: 140px 20px;
    background: linear-gradient(45deg, #4158d0, #c850c0, #ffcc70);
    background-size: 300% 300%;
    animation: glassGradient 12s ease infinite;
    display: flex;
    justify-content: center;
}

@keyframes glassGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.glass-animated .glass-box {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 40px 50px;
    border-radius: 20px;
    color: white;
    max-width: 600px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.35);
}







.banner-mask2 {
    width: 100%;
    height: 230px;
    position: relative;
    
    background: linear-gradient(to right, #aab0b0, #413a32); /* gradient */
    overflow: hidden;
    border-radius: 19px;
    left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.banner-mask2 img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
    object-fit: cover;
    /* smooth fade-out into gradient */
    mask-image: linear-gradient(to right, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 60%, transparent 100%);
}

    .banner-mask2 h3 {
        position: relative;
        z-index: 1;
        font-size: 2.2rem;
        /*font-weight: 700;*/
        color: #dcd9d7;
        /*text-shadow: 0 0 10px #00eaff, 0 0 20px #00eaff, 0 0 40px #00eaff;*/
        margin-top: 0px;
        right: 100px;
        text-align: right;
        justify-content: right;
        float: right;
      
        /* border: solid 2px #a5958f;
        padding: 20px;
        border-radius: 9px;*/
    }

    .banner-mask2 h5 {
        font-size: 17px;
        /* margin-top: 0px;*/

        margin-top: 50px;
        font-weight: 200;
        line-height: inherit;
        position: relative;
        z-index: 1;
        /*font-weight: 700;*/
        color: #dcd9d7;
        /*text-shadow: 0 0 10px #00eaff, 0 0 20px #00eaff, 0 0 40px #00eaff;*/

        left: 770px;
        text-align: left;
        justify-content: left;
        float: left;
    }



.banner-mask {
    width: 100%;
    height: 270px;
    position: relative;
    background: linear-gradient(to right, #dbc35f, #edaa56);
    overflow: hidden;
    border-radius: 19px;
    left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
    .banner-mask img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: auto;
        object-fit: cover;
        /* smooth fade-out into gradient */
        mask-image: linear-gradient(to right, black 60%, transparent 100%);
        -webkit-mask-image: linear-gradient(to right, black 60%, transparent 100%);
    }
    .banner-mask h3 {
        position: relative;
        z-index: 1;
        font-size: 2.2rem;
        /*font-weight: 700;*/
        color: #010101a6;
        /*text-shadow: 0 0 10px #00eaff, 0 0 20px #00eaff, 0 0 40px #00eaff;*/
        margin-top: 20px;
        right: 120px;
        text-align: right;
        justify-content: right;
        float: right;
        font-weight: 600;
        /* border: solid 2px #a5958f;
        padding: 20px;
        border-radius: 9px;*/
    }

    .banner-mask h5 {
        font-size: 15px;
        /* margin-top: 0px;*/

        margin-top: 70px;
        font-weight: 400;
        line-height: inherit;
        position: relative;
        z-index: 1;
        /*font-weight: 700;*/
        color: #010101a6;
        /*text-shadow: 0 0 10px #00eaff, 0 0 20px #00eaff, 0 0 40px #00eaff;*/

        left: 770px;
        text-align: left;
        justify-content: left;
        float: left;
    }





.banner-overlay-mask {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}

    .banner-overlay-mask img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-overlay-mask::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, #4facfe, #00f2fe);
        /* mask the gradient instead of the image */
        mask-image: linear-gradient(to bottom right, transparent 20%, black 80%);
        -webkit-mask-image: linear-gradient(to bottom right, transparent 20%, black 80%);
        opacity: 0.8;
    }





.gradient-mask-blend {
    position: relative;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

    .gradient-mask-blend img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gradient-mask-blend::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, #ff6a00, #ee0979);
        mix-blend-mode: screen; /* blend with image */
        opacity: 0.8;
        /* optional mask for stylish shaping */
        mask-image: radial-gradient(circle at 70% 30%, black 50%, transparent 100%);
        -webkit-mask-image: radial-gradient(circle at 70% 30%, black 50%, transparent 100%);
    }






.neon-banner {
    width: 100%;
    padding: 100px 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(45deg, #ff00cc, #333399, #00e5ff);
}






.neon-glow-banner {
    padding: 90px 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #f000ff, #00eaff);
    box-shadow: 0 0 40px rgba(0, 255, 255, 0.6), 0 0 80px rgba(255, 0, 255, 0.4);
}






body {
    margin: 0;
    background: #0a0a0f;
    font-family: 'Poppins', sans-serif;
}

/* Curved Neon Header */
.neon-header {
    position: relative;
    padding: 80px 0;
    text-align: center;
    color: #00f6ff;
    background: #111;
    overflow: hidden;
}

    /* Curved bottom edge */
    .neon-header::after {
        content: "";
        position: absolute;
        bottom: -60px;
        left: 0;
        width: 100%;
        height: 120px;
        background: #111;
        border-radius: 50% 50% 0 0;
        box-shadow: 0 0 25px #00eaff, 0 0 50px #00eaff, 0 0 100px #00eaff;
    }

    /* Neon text glow */
    .neon-header h1 {
        font-size: 3rem;
        text-shadow: 0 0 10px #00eaff, 0 0 20px #00eaff, 0 0 40px #00eaff, 0 0 80px #00eaff;
        letter-spacing: 2px;
    }





.neon-electronics {
    padding: 60px 20px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(135deg, #00eaff, #0066ff);
    box-shadow: 0 0 25px rgba(0, 238, 255, 0.6), 0 0 80px rgba(0, 102, 255, 0.5);
    text-align: center;
}

    .neon-electronics img {
        width: 90px;
        margin-bottom: 15px;
        filter: drop-shadow(0 0 10px #00eaff);
    }

    .neon-electronics h2 {
        margin: 0;
        font-size: 32px;
        letter-spacing: 1px;
    }




.neon-home {
    padding: 60px 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffe259, #ffa751);
    text-align: center;
    color: #fff;
    box-shadow: 0 0 25px rgba(255, 226, 89, 0.6), 0 0 60px rgba(255, 167, 81, 0.5);
}

    .neon-home img {
        width: 85px;
        margin-bottom: 12px;
        filter: drop-shadow(0 0 12px #ffbe6a);
    }

    .neon-home h2 {
        margin: 0;
        font-size: 30px;
    }




/* Container Grid for all banners */
.industrial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    padding: 20px;
}

/* Common Neon Industrial Banner Style */
.neon-industrial {
    padding: 60px 20px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #00f0ff, #00a2ff, #ffea00);
    background-size: 200% 200%;
    animation: neonGlow 8s ease infinite;
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.6), 0 0 50px rgba(255, 234, 0, 0.6), inset 0 0 15px rgba(255, 234, 0, 0.4);
}

@keyframes neonGlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.neon-industrial img {
    width: 100px;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 15px #00eaff) drop-shadow(0 0 25px #ffea00);
}

.neon-industrial h2 {
    font-size: 28px;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 800;
    text-shadow: 0 0 12px rgba(255, 235, 0, 0.7), 0 0 22px rgba(0, 240, 255, 0.8);
}







/* Banner */
/*.gears-banner {
    position: relative;
    height: 300px;
    background: linear-gradient(135deg, #1a1a1a, #111);
    overflow: hidden;
    text-align: center;
    color: #00f6ff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}*/

/* Neon Text */
/*.gears-banner h1 {
      position: relative;
      z-index: 10;
      font-size: 3rem;
      color: #00eaff;
      text-shadow:
        0 0 10px #00eaff,
        0 0 20px #00eaff,
        0 0 40px #00eaff;
    }*/

/* Gears */
/*.gear {
      position: absolute;
      border: 8px solid #00eaff;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      box-shadow:
        0 0 15px #00eaff,
        0 0 30px #00eaff;
    }*/

/* Gear positions */
/*.gear1 { top: 50px; left: 30%; }
    .gear2 { top: 100px; left: 50%; width: 120px; height: 120px; }
    .gear3 { top: 70px; left: 70%; }*/

/* Gear rotation animations */
/*@keyframes rotateClockwise {
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }

    @keyframes rotateCounter {
      from { transform: rotate(0deg); }
      to { transform: rotate(-360deg); }
    }

    .gear1 { animation: rotateClockwise 6s linear infinite; }
    .gear2 { animation: rotateCounter 8s linear infinite; }
    .gear3 { animation: rotateClockwise 5s linear infinite; }*/





/* Banner1 */
.gears-banner {
    position: relative;
    height: 350px;
    background: linear-gradient(135deg, #0b0b0b, #141414);
    overflow: hidden;
    text-align: left;
    color: #9bcced;
    display: flex;
    justify-content: left;
    align-items: start;
    flex-direction: column;
}

.gears-banner2 {
    position: relative;
    height: 350px;
    background: linear-gradient(135deg, #f8f8f8, #141414);
    overflow: hidden;
    text-align: left;
    color: #f8f8f8;
    display: flex;
    justify-content: left;
    align-items: start;
    flex-direction: column;
}

.gears-banner3 {
    position: relative;
    height: 350px;
    background: linear-gradient(135deg, #2a1e1e, #513c37);
    overflow: hidden;
    text-align: left;
    color: #f8f8f8;
    display: inherit;
    justify-content: left;
    align-items: start;
    flex-direction: column;
}

    .gears-banner3 img {
        margin-top:18px;
        float: right!important;
    }

    .gears-banner3 h1 {
        position: relative;
        z-index: 10;
        font-size: 2.8rem;
        /*font-weight: 700;*/
        color: #dcd9d7;
        /*text-shadow: 0 0 10px #00eaff, 0 0 20px #00eaff, 0 0 40px #00eaff;*/
        margin-top: 75px;
        right: 570px;
        text-align: left;
        justify-content: left;
        float: left;
        line-height: 60px;
       /* border: solid 2px #a5958f;
        padding: 20px;
        border-radius: 9px;*/
    }

.gears-banner3 h5 {
    font-size: 17px;
    /* margin-top: 0px;*/
    left: 0px;
   
    margin-top: 113px;
    font-weight: 600;
    line-height: inherit;
}

/* Neon Text */
.gears-banner2 h1 {
    position: relative;
    z-index: 10;
    font-size: 2.3rem;
    font-weight: 700;
    /* color: #9bcced;*/
    /*text-shadow: 0 0 10px #00eaff, 0 0 20px #00eaff, 0 0 40px #00eaff;*/
    margin-top: 45px;
    left: 0px;
    text-align: right;
    justify-content: right;
}

.gears-banner2 h5 {
    font-size: 17px;
    /* margin-top: 0px;*/
    left: 70px;
    margin-left: 70px;
    margin-top: 30px;
    font-weight: 300;
    line-height:inherit;
}

.gears-banner2 p {
    /*margin-top: 0px;*/
    left: 30px;
    margin-left: 30px;
    margin-top: 50px;
    font-size: 15px;
    font-weight: 500;
}

    /* Neon Text */
    .gears-banner h1 {
        position: relative;
        z-index: 10;
        font-size: 2.3rem;
        font-weight:500;
       /* color: #9bcced;*/
        /*text-shadow: 0 0 10px #00eaff, 0 0 20px #00eaff, 0 0 40px #00eaff;*/
        margin-top: 45px;
        left: 30px;
        text-align: right;
        justify-content: right;
    }
    .gears-banner h5 {
        font-size: 16px;
        /* margin-top: 0px;*/
        left: 30px;
        margin-left: 30px;
        margin-top: 30px;
        font-weight: 300;
    }
    .gears-banner p {
        /*margin-top: 0px;*/
        left: 30px;
        margin-left: 30px;
        margin-top: 50px;
        font-size: 15px;
        font-weight: 500;
    }
.align-content-left {
    position: absolute;
    left:655px;
    /*background: #111;
    border-radius: 50%;
    border: 8px solid #fff;*/
    /* box-shadow: 0 0 15px #00eaff, 0 0 30px #00eaff;*/
    /*display: flex;
    justify-content: right;
    align-items:end;*/
}
/* Gear base style */
.gear {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #111;
    border-radius: 50%;
    border: 8px solid #00eaff;
    /* box-shadow: 0 0 15px #00eaff, 0 0 30px #00eaff;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

    /* Gear teeth (using pseudo-elements) */
    .gear::before,
    .gear::after {
        content: '';
        position: absolute;
        background: #00eaff;
    }

    /* Vertical tooth */
    .gear::before {
        width: 10px;
        height: 30px;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 2px;
    }

    /* Horizontal tooth */
    .gear::after {
        width: 30px;
        height: 10px;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 2px;
    }

/* Gear positions */
.gear1 {
    top: 60px;
    left: 67%;
    width: 100px;
    height: 100px;
}

.gear2 {
    top: 150px;
    left: 75%;
    width: 150px;
    height: 150px;
}

.gear3 {
    top: 40px;
    left: 85%;
    width: 75px;
    height: 75px;
}

/* Animations for rotation */
@keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateCounter {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/* Apply animations */
.gear1 {
    animation: rotateClockwise 6s linear infinite;
}

.gear2 {
    animation: rotateCounter 8s linear infinite;
}

.gear3 {
    animation: rotateClockwise 5s linear infinite;
}

.banner-red {
    width: 100%;
    padding: 50px 20px;
    background-color: #ff4a4a;
    color: #fff;
    text-align: center;
    font-size: 28px;
    border-radius: 10px;
}


