body {
    font-family: Arial, sans-serif;
        font-size:20px;
    line-height:1.8;

}
/* Mobile Menu Font Size */
@media (max-width: 768px) {
/*==========================
      PREMIUM NAVBAR
===========================*/

.navbar{
    background:rgba(255,255,255,.96)!important;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);

    padding:18px 0;
    transition:.4s;

    box-shadow:
    0 15px 40px rgba(0,0,0,.08),
    0 5px 15px rgba(0,0,0,.05);

    border-bottom:1px solid rgba(0,0,0,.05);
}

/*==========================
        LOGO
===========================*/

/* =========================
      SKI GROUP LOGO
========================= */

.navbar-brand{
    font-size:42px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:3px;

    background:linear-gradient(90deg,#0052D4,#4364F7,#6FB1FC);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    position:relative;
    transition:.4s ease;

    text-shadow:0 5px 15px rgba(0,82,212,.15);
}

/* Orange underline */

.navbar-brand::after{

    content:'';

    position:absolute;

    left:0;

    bottom:-6px;

    width:65%;

    height:4px;

    border-radius:30px;

    background:linear-gradient(to right,#ff6a00,#ffb347);

    transition:.4s;

}

.navbar-brand:hover{

    transform:translateY(-3px) scale(1.03);

}

.navbar-brand:hover::after{

    width:100%;

}



/*==========================
        MENU
===========================*/

.navbar-nav{

    gap:10px;

}

.navbar-nav .nav-link{

    position:relative;

    color:#222!important;

    font-size:19px;

    font-weight:700;

    padding:12px 20px!important;

    border-radius:40px;

    transition:.35s;

}

/* Hover */

.navbar-nav .nav-link:hover{

    color:#0057ff!important;
    background:#eef5ff;

}

/* Underline */

.navbar-nav .nav-link::after{

    content:'';

    position:absolute;

    left:50%;

    bottom:6px;

    width:0;

    height:3px;

    background:#0057ff;

    border-radius:30px;

    transition:.35s;

    transform:translateX(-50%);

}

.navbar-nav .nav-link:hover::after{

    width:70%;

}

/*==========================
       DROPDOWN
===========================*/

.dropdown-menu{

    border:none;

    border-radius:18px;

    margin-top:14px;

    padding:10px;

    overflow:hidden;

    box-shadow:

    0 20px 50px rgba(0,0,0,.12);

    animation:dropdown .35s ease;

}

.dropdown-item{

    padding:13px 20px;

    border-radius:12px;

    font-weight:600;

    font-size:16px;

    transition:.3s;

}

.dropdown-item:hover{

    background:#0057ff;

    color:#fff;

    transform:translateX(6px);

}

/*==========================
        BUTTON
===========================*/

.btn-primary{

    border:none;

    border-radius:50px;

    background:linear-gradient(135deg,#0057ff,#009dff);

    padding:14px 34px;

    font-size:17px;

    font-weight:700;

    letter-spacing:.5px;

    transition:.35s;

    box-shadow:

    0 12px 25px rgba(0,87,255,.35);

}

.btn-primary:hover{

    transform:translateY(-5px);

    box-shadow:

    0 18px 35px rgba(0,87,255,.45);

}

/*==========================
      TOGGLER
===========================*/

.navbar-toggler{

    border:none;

    box-shadow:none!important;

}

.navbar-toggler:focus{

    box-shadow:none!important;

}

/*==========================
       DESKTOP
===========================*/

@media(min-width:992px){

.navbar{

    min-height:90px;

}

.navbar-nav{

    align-items:center;

}

}

/*==========================
        MOBILE
===========================*/

@media(max-width:991px){

.navbar{

    padding:15px 0;

}

.navbar-brand{

    font-size:34px;

}

.navbar-collapse{

    background:#fff;

    margin-top:18px;

    padding:20px;

    border-radius:20px;

    box-shadow:

    0 20px 45px rgba(0,0,0,.12);

}

.navbar-nav{

    gap:8px;

}

.navbar-nav .nav-link{

    font-size:23px;

    padding:14px 18px!important;

}

.dropdown-menu{

    background:#f8f9fa;

    border:none;

    box-shadow:none;

    margin-left:15px;

}

.dropdown-item{

    font-size:20px;

    padding:12px 18px;

}

.btn-primary{

    width:100%;

    margin-top:20px;

    padding:15px;

    font-size:22px;

}

}

/*==========================
      ANIMATION
===========================*/

@keyframes dropdown{

0%{

opacity:0;

transform:translateY(15px);

}

100%{

opacity:1;

transform:translateY(0);

}

}
}


/* ====================================
   PREMIUM SECTION DESIGN
==================================== */

section{
    position:relative;
    padding:100px 0;
}

.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-title h2{
    font-size:52px;
    font-weight:800;
    color:#111827;
    margin-bottom:15px;
    position:relative;
}

.section-title h2::after{
    content:'';
    width:90px;
    height:5px;
    background:#ffc107;
    position:absolute;
    bottom:-15px;
    left:50%;
    transform:translateX(-50%);
    border-radius:30px;
}

/* ====================================
   HERO SECTION
==================================== */

.hero-section{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    overflow:hidden;

    background:
    linear-gradient(
    rgba(0,0,0,.75),
    rgba(0,0,0,.75)),
    url('https://images.unsplash.com/photo-1565793298595-6a879b1d9492?q=80&w=2000');

    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}

.hero-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(255,193,7,.15);
    top:-150px;
    right:-100px;
    filter:blur(100px);
}

.hero-section::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(13,110,253,.15);
    bottom:-150px;
    left:-100px;
    filter:blur(100px);
}

.hero-tag{
    background:#ffc107;
    color:#111;
    padding:12px 25px;
    border-radius:50px;
    font-weight:700;
    display:inline-block;
}

.hero-title{
    font-size:75px;
    font-weight:900;
    line-height:1.05;
}

.hero-desc{
    font-size:22px;
    color:#e5e7eb;
}

.hero-machine{
    animation:floatMachine 4s ease-in-out infinite;
    filter:drop-shadow(0 0 40px rgba(255,193,7,.5));
}

@keyframes floatMachine{
    50%{
        transform:translateY(-25px);
    }
}

/* ====================================
   COUNTER BOX
==================================== */

.counter-box{
    background:#fff;
    text-align:center;
    padding:30px;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    transition:.4s;
}

.counter-box:hover{
    transform:translateY(-10px);
}

.counter-box h2{
    color:#f59e0b;
    font-size:50px;
    font-weight:800;
}

/* ====================================
   ABOUT SECTION
==================================== */

.about-section img,
.bg-light img{
    border-radius:25px;
    transition:.5s;
}

.about-section img:hover,
.bg-light img:hover{
    transform:scale(1.05);
}

/* ====================================
   SERVICE CARD
==================================== */

.service-card{
    background:#fff;
    padding:50px 25px;
    text-align:center;
    border-radius:25px;
    font-size:45px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-15px);
    background:#ffc107;
}

.service-card h5{
    margin-top:20px;
    font-size:24px;
    font-weight:700;
}

/* ====================================
   PRODUCT CARD
==================================== */

.product-card-home{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    transition:.5s;
    height:100%;
}

.product-card-home:hover{
    transform:translateY(-15px);
}

.product-card-home img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s;
}

.product-card-home:hover img{
    transform:scale(1.1);
}

.product-card-home h5{
    font-size:28px;
    font-weight:700;
}

/* ====================================
   INDUSTRY BOX
==================================== */

.industry-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    font-size:24px;
    font-weight:700;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.industry-box:hover{
    background:#111827;
    color:#fff;
    transform:translateY(-10px);
}

/* ====================================
   TESTIMONIAL
==================================== */

.testimonial-section{
    background:#f8fafc;
}

.testimonial-card{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.testimonial-card p{
    font-size:18px;
    color:#6b7280;
}

.testimonial-card h5{
    margin-top:20px;
    font-weight:700;
}

/* ====================================
   CTA SECTION
==================================== */

.cta-section{
    background:
    linear-gradient(
    rgba(0,0,0,.8),
    rgba(0,0,0,.8)),
    url('https://images.unsplash.com/photo-1565793298595-6a879b1d9492?q=80&w=2000');

    background-size:cover;
    background-position:center;
}

.cta-section h2{
    font-size:60px;
    font-weight:800;
}

/* ====================================
   BUTTONS
==================================== */

.btn{
    border-radius:50px;
    padding:15px 35px;
    font-weight:700;
    transition:.4s;
}

.btn:hover{
    transform:translateY(-4px);
}

/* ====================================
   RESPONSIVE
==================================== */

@media(max-width:768px){

    .hero-title{
        font-size:45px;
    }

    .hero-desc{
        font-size:18px;
    }

    .section-title h2{
        font-size:35px;
    }

    .cta-section h2{
        font-size:35px;
    }

    .counter-box{
        margin-bottom:20px;
    }
}

.footer-section {
    background: #111827;
    color: #fff;
    padding: 60px 0 20px;
}

.footer-section h4,
.footer-section h5 {
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #d1d5db;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ffc107;
    padding-left: 5px;
}

.footer-section hr {
    border-color: rgba(255, 255, 255, 0.15);
}

@media(max-width:768px) {

    .hero-title {
        font-size: 40px;
    }

    .counter-box {
        margin-bottom: 15px;
    }

    .footer-section {
        text-align: center;
    }
}


.about-hero {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)),
        url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?w=1920');
    background-size: cover;
    background-position: center;
    padding: 140px 0;
}

.animate-title {
    animation: slideDown 1s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-tag {
    background: #ffc107;
    padding: 8px 18px;
    border-radius: 25px;
    font-weight: 600;
}

.company-img {
    transition: .5s;
}

.company-img:hover {
    transform: scale(1.05);
}

.counter-section {
    background: #111827;
    padding: 80px 0;
}

.counter-card {
    color: #fff;
}

.counter-card h2 {
    color: #ffc107;
    font-size: 50px;
    font-weight: 800;
}

.feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    transition: .4s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.feature-card:hover {
    transform: translateY(-10px);
}

.cta-section {
    background: #0d6efd;
    padding: 90px 0;
}



/* contact form */

.contact-hero{
    background:
    linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),
    url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920');

    background-size:cover;
    background-position:center;
    padding:140px 0;
}

.contact-title{
    font-size:70px;
    font-weight:800;
    animation:slideDown 1s ease;
}

.contact-card{
    text-align:center;
    padding:40px 20px;
    background:#fff;
    border-radius:15px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
    transition:.4s;
}

.contact-card:hover{
    transform:translateY(-10px);
}

.contact-card i{
    font-size:45px;
    color:#ffc107;
    margin-bottom:15px;
}

.contact-section{
    padding:100px 0;
    background:#f8f9fa;
}

.contact-form-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 5px 30px rgba(0,0,0,.08);
}

.contact-img{
    animation:floatImage 4s infinite;
}

@keyframes floatImage{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-15px);
    }
    100%{
        transform:translateY(0);
    }
}

.map-section iframe{
    width:100%;
    height:500px;
    border:0;
}

@keyframes slideDown{
    from{
        opacity:0;
        transform:translateY(-50px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}

.reveal{
    opacity:0;
    transform:translateY(60px);
    transition:1s;
}

.reveal.active{
    opacity:1;
    transform:translateY(0);
}

@media(max-width:768px){

    .contact-title{
        font-size:45px;
    }

    .contact-form-box{
        margin-bottom:30px;
    }
}


.dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
}
  /*horizontal band sealer */


  .product-image-box{
    overflow:hidden;
    border-radius:15px;
}

.product-image{
    transition:0.5s;
}

.product-image:hover{
    transform:scale(1.05);
}

.feature-box{
    background:#fff;
    padding:15px;
    margin-bottom:15px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
    font-weight:600;
    transition:.3s;
}

.feature-box:hover{
    transform:translateY(-5px);
}

.spec-card{
    background:#fff;
    padding:30px 20px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:all .3s ease;
    height:100%;
}

.spec-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.spec-card h5{
    color:#0d6efd;
    font-weight:700;
    margin-bottom:15px;
}

.spec-card p{
    margin:0;
    color:#555;
    font-size:16px;
}


/* house hold vacume machine */

.product-image-box{
    overflow:hidden;
    border-radius:20px;
}

.product-image{
    transition:.5s;
}

.product-image:hover{
    transform:scale(1.05);
}

.product-highlights{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.highlight-item{
    background:#f8f9fa;
    padding:15px 20px;
    border-left:5px solid #dc3545;
    border-radius:10px;
    font-weight:500;
    transition:.3s;
}

.highlight-item:hover{
    transform:translateX(8px);
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.highlight-item span{
    color:#dc3545;
    font-weight:bold;
    margin-right:10px;
}

.vacuum-box{
    background:#fff;
    text-align:center;
    padding:35px 20px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.vacuum-box:hover{
    transform:translateY(-10px);
}

.vacuum-box h3{
    font-size:32px;
    font-weight:700;
    color:#dc3545;
}

.app-card{
    background:#fff;
    padding:30px 20px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    font-size:40px;
}

.app-card:hover{
    transform:translateY(-10px);
}


/* Horizontal Band Sealer */

.horizontal-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.horizontal-feature-item{
    background:#f8f9fa;
    padding:16px 20px;
    border-radius:12px;
    font-weight:600;
    border-left:5px solid #0d6efd;
    transition:.3s;
}

.horizontal-feature-item:hover{
    transform:translateY(-5px);
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.horizontal-spec-section{
    background:linear-gradient(180deg,#f8f9fa,#ffffff);
}

.horizontal-stat-box{
    background:#fff;
    text-align:center;
    padding:35px 20px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.horizontal-stat-box:hover{
    transform:translateY(-10px);
}

.horizontal-stat-box h3{
    font-size:38px;
    font-weight:700;
    color:#0d6efd;
    margin-bottom:10px;
}

.horizontal-stat-box p{
    margin:0;
    color:#666;
    font-size:16px;
}

.horizontal-info-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    text-align:center;
}

.horizontal-info-box h4{
    color:#0d6efd;
    font-weight:700;
    margin-bottom:20px;
}

.horizontal-info-box p{
    font-size:18px;
    color:#666;
    line-height:1.8;
}

@media(max-width:768px){
    .horizontal-features{
        grid-template-columns:1fr;
    }
}


.service-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-10px);
}

.product-card-home{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.product-card-home:hover{
    transform:translateY(-10px);
}

.product-card-home img{
    height:250px;
    width:100%;
    object-fit:cover;
}

.industry-box{
    background:#f8f9fa;
    padding:25px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.industry-box:hover{
    background:#0d6efd;
    color:#fff;
}

.cta-section{
    background:linear-gradient(135deg,#0d6efd,#003d99);
}


.show{
    opacity:1 !important;
    transform:translateY(0) !important;
}

.progress-bar-top{
    position:fixed;
    top:0;
    left:0;
    height:5px;
    width:0;
    background:#ffc107;
    z-index:99999;
}

.scroll-top-btn{
    position:fixed;
    right:25px;
    bottom:25px;
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:#ffc107;
    font-size:24px;
    cursor:pointer;
    z-index:9999;
    opacity:0;
    visibility:hidden;
    transition:.3s;
}

.scroll-top-btn.show{
    opacity:1;
    visibility:visible;
}

.cursor-glow{
    position:fixed;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(255,193,7,.12);
    pointer-events:none;
    transform:translate(-50%,-50%);
    filter:blur(70px);
    z-index:0;
}

.ripple{
    position:absolute;
    border-radius:50%;
    transform:scale(0);
    animation:ripple .6s linear;
    background:rgba(255,255,255,.6);
}

@keyframes ripple{
    to{
        transform:scale(4);
        opacity:0;
    }
}

.why-premium-section{
    background:#050505;
    overflow:hidden;
}

.premium-image{
    position:relative;
    height:100%;
    min-height:700px;
}

.premium-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:1s;
}

.premium-image:hover img{
    transform:scale(1.1);
}

.image-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
    rgba(0,0,0,.3),
    rgba(0,0,0,.7));
    display:flex;
    align-items:center;
    justify-content:center;
}

.image-overlay h2{
    color:#fff;
    font-size:70px;
    font-weight:900;
    text-transform:uppercase;
    text-align:center;
}

.premium-content{
    padding:100px 70px;
    color:#fff;
}

.premium-content span{
    color:#f59e0b;
    font-weight:700;
    letter-spacing:3px;
}

.premium-content h2{
    font-size:65px;
    font-weight:900;
    margin:20px 0 50px;
    line-height:1.1;
}

.premium-item{
    display:flex;
    gap:25px;
    margin-bottom:35px;
    padding:25px;
    border-radius:25px;

    background:rgba(255,255,255,.05);
    backdrop-filter:blur(20px);

    transition:.5s;
}

.premium-item:hover{
    transform:translateX(25px);
    background:linear-gradient(
    135deg,
    #f59e0b,
    #ffcc00);
    color:#000;
}

.icon-circle{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#f59e0b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:35px;
    flex-shrink:0;
}

.premium-item h4{
    font-size:28px;
    font-weight:700;
}

.premium-item p{
    margin:0;
    font-size:18px;
}

@media(max-width:768px){

    .premium-content{
        padding:60px 25px;
    }

    .premium-content h2{
        font-size:38px;
    }

    .image-overlay h2{
        font-size:40px;
    }
}

.industries-premium{
    background:#000;
    padding:100px 0;
}

.heading-area span{
    color:#f59e0b;
    font-weight:700;
    letter-spacing:4px;
}

.heading-area h2{
    color:#fff;
    font-size:65px;
    font-weight:900;
    margin-top:15px;
}

.industry-row{
    display:flex;
    height:650px;
    margin-top:60px;
}

.industry-slide{
    flex:1;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    transition:all .7s ease;
}

.industry-slide:hover{
    flex:2;
}

.food{
    background:url('https://images.unsplash.com/photo-1506617564039-2f3b650b7010?q=80&w=1200') center/cover;
}

.pharma{
    background:url('https://images.unsplash.com/photo-1587854692152-cbe660dbde88?q=80&w=1200') center/cover;
}

.chemical{
    background:url('https://images.unsplash.com/photo-1562813733-b31f71025d54?q=80&w=1200') center/cover;
}

.manufacturing{
    background:url('https://images.unsplash.com/photo-1565008447742-97f6f38c985c?q=80&w=1200') center/cover;
}

.industry-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,.2),
        rgba(0,0,0,.85)
    );

    display:flex;
    flex-direction:column;
    justify-content:flex-end;

    padding:40px;
    color:#fff;
}

.industry-overlay h3{
    font-size:40px;
    font-weight:800;
    margin-bottom:15px;
}

.industry-overlay p{
    opacity:.9;
    max-width:350px;
}

.industry-slide:hover h3{
    transform:translateY(-10px);
    transition:.4s;
}

@media(max-width:768px){

    .industry-row{
        flex-direction:column;
        height:auto;
    }

    .industry-slide{
        min-height:300px;
    }

    .heading-area h2{
        font-size:40px;
    }
}

.about-showcase{
    background:#030712;
    padding:150px 0;
    position:relative;
    overflow:hidden;
}

.about-showcase::before{
    content:'';
    position:absolute;
    width:900px;
    height:900px;
    border-radius:50%;
    background:#f59e0b;
    opacity:.08;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    filter:blur(140px);
}

.top-content{
    text-align:center;
    max-width:1000px;
    margin:auto;
    position:relative;
    z-index:2;
}

.about-showcase::after{
    content:'';

    position:absolute;
    inset:0;

    background-image:
    radial-gradient(#f59e0b 1px, transparent 1px);

    background-size:60px 60px;

    opacity:.15;

    animation:
    particlesMove 25s linear infinite;
}

@keyframes particlesMove{

    from{
        transform:translateY(0);
    }

    to{
        transform:translateY(-300px);
    }
}

.top-content h6{
    color:#f59e0b;
    letter-spacing:5px;
    font-weight:700;
}

.top-content h2{
    color:#fff;
    font-size:80px;
    font-weight:900;
    line-height:1.1;
}

.top-content p{
    color:#d1d5db;
    font-size:22px;
}

.showcase-box{
    min-height:850px;
    position:relative;
}

.center-circle{
    width:320px;
    height:320px;

    border-radius:50%;

    position:absolute;
    left:50%;
    top:50%;

    transform:translate(-50%,-50%);

    display:flex;
    align-items:center;
    justify-content:center;

    background:
    linear-gradient(
    135deg,
    rgba(255,193,7,.15),
    rgba(255,255,255,.05));

    backdrop-filter:blur(30px);

    border:2px solid rgba(255,255,255,.15);

    box-shadow:
    0 0 80px rgba(245,158,11,.5),
    inset 0 0 40px rgba(255,255,255,.08);

    animation:
    pulseGlow 4s infinite ease-in-out;
}

.left-feature,
.right-feature,
.bottom-feature{

    width:280px;

    position:absolute;

    background:
    rgba(255,255,255,.08);

    backdrop-filter:blur(25px);

    border:1px solid rgba(255,255,255,.1);

    border-radius:30px;

    padding:35px;

    text-align:center;

    color:#fff;

    transition:.4s;
}

.left-feature:hover,
.right-feature:hover,
.bottom-feature:hover{
    transform:translateY(-15px);
}

.left-feature{
    left:0;
    top:280px;
}

.right-feature{
    right:0;
    top:280px;
}

.bottom-feature{
    left:50%;
    bottom:40px;
    transform:translateX(-50%);
}

.icon-wrap{
    font-size:50px;
    margin-bottom:15px;
}

.left-feature h4,
.right-feature h4,
.bottom-feature h4{
    color:#f59e0b;
    font-size:60px;
    font-weight:900;
}

.floating-image{
    position:absolute;
    width:220px;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,.4);
}

.floating-image img{
    width:100%;
    display:block;
}

.floating-image-1{
    top:150px;
    left:150px;
    animation:float1 6s infinite ease-in-out;
}

.floating-image-2{
    top:150px;
    right:150px;
    animation:float2 6s infinite ease-in-out;
}

@keyframes float1{
    50%{
        transform:translateY(-20px);
    }
}

@keyframes float2{
    50%{
        transform:translateY(20px);
    }
}
.center-circle::before{
    content:'';

    position:absolute;

    width:420px;
    height:420px;

    border-radius:50%;

    border:2px dashed
    rgba(245,158,11,.4);

    animation:
    orbitRotate 20s linear infinite;
}
.center-circle::after{
    content:'';

    position:absolute;

    width:520px;
    height:520px;

    border-radius:50%;

    border:1px solid
    rgba(255,255,255,.08);

    animation:
    orbitRotateReverse 30s linear infinite;
}
@keyframes orbitRotate{

    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }
}

@keyframes orbitRotateReverse{

    from{
        transform:rotate(360deg);
    }

    to{
        transform:rotate(0deg);
    }
}

@keyframes pulseGlow{

    50%{
        box-shadow:
        0 0 140px rgba(245,158,11,.9),
        inset 0 0 60px rgba(255,255,255,.15);

        transform:
        translate(-50%,-50%)
        scale(1.06);
    }
}

@keyframes orbitMove{

    from{
        transform:
        rotate(0deg)
        translateY(260px)
        rotate(0deg);
    }

    to{
        transform:
        rotate(360deg)
        translateY(260px)
        rotate(-360deg);
    }
}


.products-showcase{
    background:#050505;
    padding:120px 0;
    position:relative;
    overflow:hidden;
}

.products-showcase::before{
    content:'';
    position:absolute;
    width:800px;
    height:800px;
    border-radius:50%;
    background:#f59e0b;
    opacity:.08;
    top:-250px;
    right:-200px;
    filter:blur(120px);
}

.products-heading{
    position:relative;
    z-index:2;
}

.products-heading span{
    color:#f59e0b;
    font-weight:700;
    letter-spacing:4px;
}

.products-heading h2{
    color:#fff;
    font-size:70px;
    font-weight:900;
    margin-top:15px;
}

.products-heading p{
    color:#cfcfcf;
    font-size:20px;
    max-width:700px;
    margin:auto;
}

.premium-product-card{

    background:
    rgba(255,255,255,.05);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:30px;

    overflow:hidden;

    transition:.5s;

    height:100%;
}

.premium-product-card:hover{

    transform:
    translateY(-15px);

    box-shadow:
    0 25px 70px rgba(245,158,11,.25);
}

.product-image{
    position:relative;
    overflow:hidden;
}

.product-image img{
    width:100%;
    height:300px;
    object-fit:cover;
    transition:.8s;
}

.premium-product-card:hover img{
    transform:scale(1.1);
}

.product-overlay{

    position:absolute;
    top:20px;
    left:20px;
}

.product-overlay span{

    background:#f59e0b;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:14px;

    font-weight:700;
}

.product-content{
    padding:30px;
}

.product-content h3{
    color:#fff;
    font-size:28px;
    font-weight:800;
}

.product-content p{
    color:#cfcfcf;
    margin:20px 0;
}

.product-btn{

    color:#f59e0b;

    text-decoration:none;

    font-weight:700;

    font-size:18px;
}

.product-btn:hover{
    color:#fff;
}



 /* Granule Filling Machine */

 .granule-image-box{
    overflow:hidden;
    border-radius:20px;
}

.granule-image{
    transition:.5s;
}

.granule-image:hover{
    transform:scale(1.05);
}

.granule-features{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.granule-feature-item{
    background:#f8f9fa;
    padding:15px 20px;
    border-left:5px solid #198754;
    border-radius:10px;
    font-weight:500;
    transition:.3s;
}

.granule-feature-item:hover{
    transform:translateX(8px);
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.granule-feature-item span{
    color:#198754;
    font-weight:700;
    margin-right:10px;
}

.granule-stat-box{
    background:#fff;
    text-align:center;
    padding:35px 20px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.granule-stat-box:hover{
    transform:translateY(-10px);
}

.granule-stat-box h3{
    font-size:30px;
    font-weight:700;
    color:#198754;
}

.granule-app-card{
    background:#fff;
    padding:30px 20px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    font-size:40px;
}

.granule-app-card:hover{
    transform:translateY(-10px);
}


  /* Vacuum Sealing Machine DZ 260 model */


  .vsm-image-box{
    overflow:hidden;
    border-radius:20px;
}

.vsm-image{
    transition:.5s;
}

.vsm-image:hover{
    transform:scale(1.05);
}

.vsm-features{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.vsm-feature-item{
    background:#f8f9fa;
    padding:15px 20px;
    border-left:5px solid #0d6efd;
    border-radius:10px;
    font-weight:500;
    transition:.3s;
}

.vsm-feature-item:hover{
    transform:translateX(8px);
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.vsm-feature-item span{
    color:#0d6efd;
    font-weight:700;
    margin-right:10px;
}

.vsm-stat-box{
    background:#fff;
    text-align:center;
    padding:35px 20px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.vsm-stat-box:hover{
    transform:translateY(-10px);
}

.vsm-stat-box h3{
    font-size:30px;
    font-weight:700;
    color:#0d6efd;
}

.vsm-app-card{
    background:#fff;
    padding:30px 20px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    font-size:40px;
}

.vsm-app-card:hover{
    transform:translateY(-10px);
}


 /* Vacuum Sealing Machine (DZ/DZQ 400 Model) */


 .dzq-image-box{
    overflow:hidden;
    border-radius:20px;
}

.dzq-image{
    transition:.5s;
}

.dzq-image:hover{
    transform:scale(1.05);
}

.dzq-features{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.dzq-feature-item{
    background:#f8f9fa;
    padding:15px 20px;
    border-left:5px solid #6f42c1;
    border-radius:10px;
    font-weight:500;
    transition:.3s;
}

.dzq-feature-item:hover{
    transform:translateX(8px);
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.dzq-feature-item span{
    color:#6f42c1;
    font-weight:700;
    margin-right:10px;
}

.dzq-stat-box{
    background:#fff;
    text-align:center;
    padding:35px 20px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.dzq-stat-box:hover{
    transform:translateY(-10px);
}

.dzq-stat-box h3{
    color:#6f42c1;
    font-size:30px;
    font-weight:700;
}

.dzq-app-card{
    background:#fff;
    padding:30px 20px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    font-size:40px;
}

.dzq-app-card:hover{
    transform:translateY(-10px);
}


 /* Vacuum Sealing Machine (DZ/DZQ 500 Model) */


 .dzq500-image-box{
    overflow:hidden;
    border-radius:20px;
}

.dzq500-image{
    transition:.5s;
}

.dzq500-image:hover{
    transform:scale(1.05);
}

.dzq500-features{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.dzq500-feature-item{
    background:#f8f9fa;
    padding:15px 20px;
    border-left:5px solid #198754;
    border-radius:10px;
    font-weight:500;
    transition:.3s;
}

.dzq500-feature-item:hover{
    transform:translateX(8px);
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.dzq500-feature-item span{
    color:#198754;
    font-weight:700;
    margin-right:10px;
}

.dzq500-stat-box{
    background:#fff;
    text-align:center;
    padding:35px 20px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.dzq500-stat-box:hover{
    transform:translateY(-10px);
}

.dzq500-stat-box h3{
    color:#198754;
    font-size:30px;
    font-weight:700;
}

.dzq500-app-card{
    background:#fff;
    padding:30px 20px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    font-size:40px;
}

.dzq500-app-card:hover{
    transform:translateY(-10px);
}


/* Round Bottle Labeling Machine MT50 */

.mt50-image-box{
    overflow:hidden;
    border-radius:20px;
}

.mt50-image{
    transition:.5s;
}

.mt50-image:hover{
    transform:scale(1.05);
}

.mt50-features{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.mt50-feature-item{
    background:#f8f9fa;
    padding:15px 20px;
    border-left:5px solid #198754;
    border-radius:10px;
    font-weight:500;
    transition:.3s;
}

.mt50-feature-item:hover{
    transform:translateX(8px);
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.mt50-feature-item span{
    color:#198754;
    font-weight:700;
    margin-right:10px;
}

.mt50-stat-box{
    background:#fff;
    text-align:center;
    padding:35px 20px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.mt50-stat-box:hover{
    transform:translateY(-10px);
}

.mt50-stat-box h3{
    color:#198754;
    font-size:30px;
    font-weight:700;
}

.mt50-app-card{
    background:#fff;
    padding:30px 20px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    font-size:40px;
}

.mt50-app-card:hover{
    transform:translateY(-10px);
}




/* Fully Automatic Filling & Sealing Machine */

.ffs-image-box{
    overflow:hidden;
    border-radius:20px;
}

.ffs-image{
    transition:.5s;
}

.ffs-image:hover{
    transform:scale(1.05);
}

.ffs-features{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.ffs-feature-item{
    background:#f8f9fa;
    padding:15px 20px;
    border-left:5px solid #198754;
    border-radius:10px;
    font-weight:500;
    transition:.3s;
}

.ffs-feature-item:hover{
    transform:translateX(8px);
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.ffs-feature-item span{
    color:#198754;
    font-weight:700;
    margin-right:10px;
}

.ffs-stat-box{
    background:#fff;
    text-align:center;
    padding:35px 20px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.ffs-stat-box:hover{
    transform:translateY(-10px);
}

.ffs-stat-box h3{
    color:#198754;
    font-size:30px;
    font-weight:700;
}

.ffs-app-card{
    background:#fff;
    padding:30px 20px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
    font-size:40px;
}

.ffs-app-card:hover{
    transform:translateY(-10px);
}
