/* ==========================================
   Home Page
========================================== */

.home-hero{
    position:relative;
    overflow:hidden;
    padding:95px 0 105px;
    background:
        radial-gradient(circle at 80% 15%,rgba(13,110,253,.12),transparent 30%),
        radial-gradient(circle at 10% 90%,rgba(25,135,84,.12),transparent 28%),
        linear-gradient(135deg,#f7fbff,#f7fcf9);
}

.home-hero-shape{
    position:absolute;
    border-radius:50%;
    pointer-events:none;
}

.home-hero-shape-one{
    top:-120px;
    right:-90px;
    width:330px;
    height:330px;
    border:60px solid rgba(13,110,253,.05);
}

.home-hero-shape-two{
    bottom:-135px;
    left:-115px;
    width:310px;
    height:310px;
    border:55px solid rgba(25,135,84,.05);
}

.home-hero-content{
    position:relative;
    z-index:2;
}

.home-hero-kicker{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-bottom:20px;
    padding:9px 15px;
    color:#198754;
    font-size:13px;
    font-weight:700;
    letter-spacing:.4px;
    background:#eaf8f1;
    border:1px solid rgba(25,135,84,.14);
    border-radius:30px;
}

.home-hero-content h1{
    max-width:690px;
    margin-bottom:22px;
    color:#182230;
    font-size:58px;
    font-weight:800;
    line-height:1.08;
    letter-spacing:-1.5px;
}

.home-hero-content h1 span{
    color:#198754;
}

.home-hero-content > p{
    max-width:650px;
    margin-bottom:31px;
    color:#667085;
    font-size:19px;
    line-height:1.8;
}

.home-hero-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:13px;
    margin-bottom:27px;
}

.home-primary-button,
.home-secondary-button,
.home-cta-light-button,
.home-cta-outline-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:13px 25px;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    border-radius:30px;
    transition:
        transform .3s ease,
        color .3s ease,
        background .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.home-primary-button{
    color:#fff;
    background:linear-gradient(135deg,#198754,#0d6efd);
    box-shadow:0 10px 24px rgba(13,110,253,.2);
}

.home-primary-button:hover{
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(13,110,253,.26);
}

.home-secondary-button{
    color:#1a2db8;
    background:#fff;
    border:1px solid #d6dce5;
}

.home-secondary-button:hover{
    color:#198754;
    border-color:#198754;
    transform:translateY(-3px);
}

.home-hero-points{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:18px;
}

.home-hero-points span{
    display:flex;
    align-items:center;
    gap:7px;
    color:#475467;
    font-size:13px;
    font-weight:600;
}

.home-hero-points i{
    color:#198754;
}

.home-hero-visual{
    position:relative;
    z-index:2;
    min-height:520px;
}

.home-hero-image-card{
    position:absolute;
    top:20px;
    right:35px;
    bottom:20px;
    left:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:35px;
    overflow:hidden;
    background:rgba(255,255,255,.88);
    border:1px solid rgba(255,255,255,.8);
    border-radius:35px;
    box-shadow:0 25px 65px rgba(15,23,42,.13);
    backdrop-filter:blur(10px);
}

.home-hero-image-card::before{
    content:"";
    position:absolute;
    top:-85px;
    right:-85px;
    width:220px;
    height:220px;
    background:rgba(25,135,84,.07);
    border-radius:50%;
}

.home-hero-image-card img{
    position:relative;
    z-index:1;
    max-height:430px;
    object-fit:contain;
}

.home-floating-card{
    position:absolute;
    z-index:3;
    display:flex;
    align-items:center;
    gap:12px;
    min-width:220px;
    padding:15px 17px;
    background:rgba(255,255,255,.95);
    border:1px solid #e5eaf0;
    border-radius:16px;
    box-shadow:0 13px 32px rgba(15,23,42,.13);
}

.home-floating-card-top{
    top:45px;
    left:0;
}

.home-floating-card-bottom{
    right:0;
    bottom:55px;
}

.home-floating-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    width:44px;
    height:44px;
    color:#fff;
    background:linear-gradient(135deg,#198754,#0d6efd);
    border-radius:13px;
}

.home-floating-card strong{
    display:block;
    margin-bottom:3px;
    color:#1f2937;
    font-size:13px;
}

.home-floating-card span{
    display:block;
    color:#667085;
    font-size:11px;
}


/* ==========================================
   Trust Strip
========================================== */

.home-trust-strip{
    position:relative;
    z-index:5;
    margin-top:-42px;
}

.home-trust-strip .container{
    padding:22px;
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(15,23,42,.11);
}

.home-trust-item{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:13px;
    height:100%;
    padding:9px 13px;
    border-right:1px solid #edf0f4;
}

.home-trust-strip [class*="col-"]:last-child .home-trust-item{
    border-right:0;
}

.home-trust-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    width:48px;
    height:48px;
    color:#198754;
    font-size:19px;
    background:#ecf8f2;
    border-radius:14px;
}

.home-trust-item strong{
    display:block;
    color:#1f2937;
    font-size:22px;
    font-weight:800;
    line-height:1;
}

.home-trust-item span{
    display:block;
    margin-top:4px;
    color:#667085;
    font-size:12px;
}


/* ==========================================
   Shared Section Heading
========================================== */

.home-section-heading > span{
    display:block;
    margin-bottom:9px;
    color:#198754;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.6px;
    text-transform:uppercase;
}

.home-section-heading h2{
    margin-bottom:15px;
    color:#1f2937;
    font-size:39px;
    font-weight:800;
    line-height:1.2;
    letter-spacing:-.6px;
}

.home-section-heading p{
    margin:0;
    color:#667085;
    font-size:15px;
    line-height:1.6;
}

.home-section-heading-centered{
    max-width:780px;
    margin:0 auto 45px;
}

.home-text-link{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:7px;
    color:#1a2db8;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    transition:
        color .3s ease,
        gap .3s ease;
}

.home-text-link:hover{
    gap:12px;
    color:#198754;
}


/* ==========================================
   About Preview
========================================== */

.home-about-section{
    padding:52px 0;
    background:#fff;
}

.home-about-visual{
    position:relative;
    min-height:465px;
}

.home-about-logo-card{
    position:absolute;
    top:0;
    right:50px;
    bottom:45px;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:45px;
    overflow:hidden;
    background:linear-gradient(145deg,#f8fafc,#eef5f0);
    border:1px solid #e2e8ef;
    border-radius:28px;
}

.home-about-logo-card::before,
.home-about-logo-card::after{
    content:"";
    position:absolute;
    border-radius:50%;
}

.home-about-logo-card::before{
    top:-80px;
    right:-80px;
    width:210px;
    height:210px;
    background:rgba(13,110,253,.07);
}

.home-about-logo-card::after{
    bottom:-95px;
    left:-80px;
    width:230px;
    height:230px;
    background:rgba(25,135,84,.08);
}

.home-about-logo-card img{
    position:relative;
    z-index:1;
    max-width:78%;
    max-height:240px;
    object-fit:contain;
}

.home-about-experience{
    position:absolute;
    right:0;
    bottom:0;
    z-index:2;
    width:190px;
    padding:22px;
    color:#fff;
    background:linear-gradient(135deg,#198754,#0d6efd);
    border-radius:20px;
    box-shadow:0 16px 34px rgba(13,110,253,.22);
}

.home-about-experience strong{
    display:block;
    margin-bottom:4px;
    font-size:36px;
    font-weight:800;
    line-height:1;
}

.home-about-experience span{
    font-size:12px;
    line-height:1.5;
    opacity:.92;
}

.home-about-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:13px 20px;
    margin:26px 0 20px;
}

.home-about-list div{
    display:flex;
    align-items:flex-start;
    gap:9px;
    color:#344054;
    font-size:14px;
    font-weight:600;
    line-height:1.6;
}

.home-about-list i{
    margin-top:4px;
    color:#198754;
}


/* ==========================================
   Solutions
========================================== */

.home-solutions-section{
    padding:95px 0;
    background:#f6f8fb;
}

.home-solution-card{
    display:flex;
    flex-direction:column;
    height:100%;
    padding:29px 26px;
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:19px;
    box-shadow:0 9px 27px rgba(15,23,42,.07);
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.home-solution-card:hover{
    transform:translateY(-9px);
    border-color:rgba(25,135,84,.25);
    box-shadow:0 18px 42px rgba(15,23,42,.13);
}

.home-solution-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:65px;
    height:65px;
    margin-bottom:21px;
    color:#198754;
    font-size:25px;
    background:#ecf8f2;
    border-radius:18px;
    transition:
        color .35s ease,
        background .35s ease,
        transform .35s ease;
}

.home-solution-card:hover .home-solution-icon{
    color:#fff;
    background:linear-gradient(135deg,#198754,#0d6efd);
    transform:rotate(5deg);
}

.home-solution-card h3{
    margin-bottom:10px;
    color:#1f2937;
    font-size:20px;
    font-weight:700;
    line-height:1.4;
}

.home-solution-card p{
    margin-bottom:20px;
    color:#667085;
    font-size:14px;
    line-height:1.8;
}

.home-solution-card a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:auto;
    color:#1a2db8;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    transition:
        color .3s ease,
        gap .3s ease;
}

.home-solution-card a:hover{
    gap:12px;
    color:#198754;
}


/* ==========================================
   Featured Products
========================================== */

.home-featured-products{
    padding:95px 0;
    overflow:hidden;
    background:#fff;
}

.home-product-swiper{
    position:relative;
    width:100%;
    min-width:0;
    overflow:hidden;
    padding:10px 50px 66px;
}

.home-product-swiper .swiper-wrapper{
    display:flex !important;
    flex-direction:row !important;
    align-items:stretch;
}

.home-product-swiper .swiper-slide{
    display:flex;
    flex-shrink:0;
    height:auto;
}

.home-product-card{
    position:relative;
    display:flex;
    flex-direction:column;
    width:100%;
    height:100%;
    overflow:hidden;
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:19px;
    box-shadow:0 10px 29px rgba(15,23,42,.08);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.home-product-card::after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    width:0;
    height:4px;
    margin:auto;
    background:#ff6a00;
    transition:width .35s ease;
}

.home-product-card:hover{
    transform:translateY(-9px);
    box-shadow:0 19px 43px rgba(15,23,42,.14);
}

.home-product-card:hover::after{
    width:100%;
}

.home-product-image-link{
    display:flex;
    align-items:center;
    justify-content:center;
    height:290px;
    padding:24px;
    overflow:hidden;
    background:linear-gradient(145deg,#fff,#f8fafc);
    border-bottom:1px solid #edf0f4;
}

.home-product-image{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:transform .4s ease;
}

.home-product-card:hover .home-product-image{
    transform:scale(1.06);
}

.home-product-content{
    display:flex;
    flex:1;
    flex-direction:column;
    padding:23px;
}

.home-product-label{
    align-self:flex-start;
    margin-bottom:11px;
    padding:5px 10px;
    color:#198754;
    font-size:11px;
    font-weight:700;
    background:#ecf8f2;
    border-radius:20px;
}

.home-product-content h3{
    margin-bottom:11px;
    font-size:19px;
    font-weight:700;
    line-height:1.45;
}

.home-product-content h3 a{
    color:#1f2937;
    text-decoration:none;
    transition:color .3s ease;
}

.home-product-content h3 a:hover{
    color:#1a2db8;
}

.home-product-content p{
    margin-bottom:20px;
    color:#667085;
    font-size:13px;
    line-height:1.75;
}

.home-product-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:100%;
    margin-top:auto;
    padding:11px 19px;
    color:#1a2db8;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    border:2px solid #1a2db8;
    border-radius:28px;
    transition:
        color .3s ease,
        background .3s ease,
        border-color .3s ease;
}

.home-product-button:hover{
    color:#fff;
    background:#ff6a00;
    border-color:#ff6a00;
}

.home-product-swiper .swiper-button-prev,
.home-product-swiper .swiper-button-next{
    z-index:10;
    width:44px;
    height:44px;
    color:#1a2db8;
    background:#fff;
    border:1px solid #dfe5ec;
    border-radius:50%;
    box-shadow:0 8px 22px rgba(15,23,42,.13);
}

.home-product-swiper .swiper-button-prev{
    left:1px;
}

.home-product-swiper .swiper-button-next{
    right:1px;
}

.home-product-swiper .swiper-button-prev::after,
.home-product-swiper .swiper-button-next::after{
    font-size:16px;
    font-weight:800;
}

.home-product-swiper .swiper-button-disabled{
    opacity:.35;
}

.home-product-swiper .swiper-pagination{
    bottom:12px !important;
}

.home-product-swiper .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:#98a2b3;
    opacity:.45;
}

.home-product-swiper .swiper-pagination-bullet-active{
    background:#ff6a00;
    opacity:1;
}

.home-products-action{
    margin-top:4px;
    text-align:center;
}

.home-empty-products{
    padding:65px 25px;
    text-align:center;
    background:#f6f8fb;
    border:1px solid #e7ebf0;
    border-radius:18px;
}

.home-empty-products > i{
    margin-bottom:12px;
    color:#198754;
    font-size:45px;
}

.home-empty-products h3{
    margin-bottom:9px;
    color:#1f2937;
    font-weight:700;
}

.home-empty-products p{
    margin:0;
    color:#667085;
}


/* ==========================================
   Industries
========================================== */

.home-industries-section{
    padding:95px 0;
    background:#f6f8fb;
}

.home-industry-card{
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
    min-height:155px;
    padding:22px 15px;
    text-align:center;
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:17px;
    box-shadow:0 8px 24px rgba(15,23,42,.06);
    transition:
        color .35s ease,
        background .35s ease,
        transform .35s ease,
        box-shadow .35s ease;
}

.home-industry-card:hover{
    color:#fff;
    background:linear-gradient(135deg,#198754,#0d6efd);
    transform:translateY(-7px);
    box-shadow:0 17px 36px rgba(15,23,42,.14);
}

.home-industry-card i{
    margin-bottom:15px;
    color:#198754;
    font-size:31px;
    transition:
        color .35s ease,
        transform .35s ease;
}

.home-industry-card:hover i{
    color:#fff;
    transform:scale(1.08);
}

.home-industry-card h3{
    margin:0;
    color:#1f2937;
    font-size:15px;
    font-weight:700;
    transition:color .35s ease;
}

.home-industry-card:hover h3{
    color:#fff;
}


/* ==========================================
   Why Choose Us
========================================== */

.home-why-section{
    padding:95px 0;
    background:#fff;
}

.home-why-card{
    display:flex;
    align-items:flex-start;
    gap:16px;
    height:100%;
    padding:23px;
    background:#f8fafc;
    border:1px solid #e7ebf0;
    border-radius:16px;
    transition:
        background .35s ease,
        transform .35s ease,
        box-shadow .35s ease;
}

.home-why-card:hover{
    background:#fff;
    transform:translateY(-6px);
    box-shadow:0 14px 32px rgba(15,23,42,.1);
}

.home-why-card > i{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    width:52px;
    height:52px;
    color:#fff;
    font-size:19px;
    background:linear-gradient(135deg,#198754,#0d6efd);
    border-radius:14px;
}

.home-why-card h3{
    margin-bottom:7px;
    color:#1f2937;
    font-size:16px;
    font-weight:700;
}

.home-why-card p{
    margin:0;
    color:#667085;
    font-size:13px;
    line-height:1.7;
}


/* ==========================================
   Contact Information
========================================== */

.home-contact-section{
    padding:95px 0;
    background:#f6f8fb;
}

.home-contact-card{
    position:relative;
    height:100%;
    padding:34px 27px;
    overflow:hidden;
    text-align:center;
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:19px;
    box-shadow:0 10px 29px rgba(15,23,42,.07);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.home-contact-card::after{
    content:"";
    position:absolute;
    right:0;
    bottom:0;
    left:0;
    width:0;
    height:4px;
    margin:auto;
    background:#ff6a00;
    transition:width .35s ease;
}

.home-contact-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 39px rgba(15,23,42,.13);
}

.home-contact-card:hover::after{
    width:100%;
}

.home-contact-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:67px;
    height:67px;
    margin:0 auto 12px;
    color:#fff;
    font-size:25px;
    background:linear-gradient(135deg,#198754,#0d6efd);
    border-radius:18px;
}

.home-contact-card h3{
    margin-bottom:13px;
    color:#1f2937;
    font-size:18px;
    font-weight:700;
}

.home-contact-card p{
    margin:0;
    color:#667085;
    font-size:14px;
    line-height:1.8;
}

.home-contact-card a{
    color:#667085;
    text-decoration:none;
    transition:color .3s ease;
}

.home-contact-card a:hover{
    color:#198754;
}


/* ==========================================
   Customer Satisfaction
========================================== */

.home-testimonials-section{
    position:relative;
    padding:36px 0;
    overflow:hidden;
    color:#fff;
    background:
        radial-gradient(circle at 15% 20%,rgba(25,135,84,.22),transparent 28%),
        radial-gradient(circle at 85% 80%,rgba(13,110,253,.2),transparent 30%),
        linear-gradient(145deg,#0b1220,#111c2e);
}

.home-testimonials-decoration{
    position:absolute;
    border:1px solid rgba(255,255,255,.08);
    border-radius:50%;
    pointer-events:none;
}

.home-testimonials-decoration-one{
    top:-170px;
    left:-130px;
    width:410px;
    height:410px;
}

.home-testimonials-decoration-two{
    right:-160px;
    bottom:-190px;
    width:460px;
    height:460px;
}

.home-testimonials-heading{
    position:relative;
    z-index:2;
    max-width:720px;
    margin:0 auto 15px;
}

.home-testimonials-heading > span{
    color:#7ee2a8;
}

.home-testimonials-heading h2{
    color:#fff;
}

.home-testimonials-heading p{
    color:#b6c2d2;
}


.home-testimonials-heading > span{
    margin-bottom:5px;
    font-size:11px;
}

.home-testimonials-heading h2{
    margin-bottom:7px;
    font-size:30px;
    line-height:1.15;
}

.home-testimonials-heading p{
    font-size:13px;
    line-height:1.55;
}

.home-testimonial-slider{
    position:relative;
    z-index:2;
    max-width:720px;
    margin:0 auto;
}

.home-testimonial-viewport{
    overflow:hidden;
    border-radius:28px;
}

.home-testimonial-track{
    display:flex;
    align-items:stretch;
    transition:transform .7s cubic-bezier(.22,.61,.36,1);
    will-change:transform;
}

.home-testimonial-slide{
    display:flex;
    flex:0 0 100%;
    min-width:0;
    padding:2px;
}

.home-testimonial-card{
    position:relative;
    display:flex;
    align-items:center;
    flex-direction:column;
    justify-content:center;
    width:100%;
    min-height:205px;
    padding:20px 32px 18px;
    overflow:hidden;
    text-align:center;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.13);
    border-radius:20px;
    box-shadow:0 18px 45px rgba(0,0,0,.2);
    backdrop-filter:blur(13px);
}

.home-testimonial-card::before{
    content:"";
    position:absolute;
    top:-80px;
    right:-70px;
    width:210px;
    height:210px;
    background:rgba(25,135,84,.11);
    border-radius:50%;
}

.home-testimonial-quote-icon{
    position:absolute;
    top:16px;
    left:24px;
    color:rgba(126,226,168,.18);
    font-size:34px;
    line-height:1;
}

.home-testimonial-avatar{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    margin-bottom:8px;
    color:#fff;
    font-size:15px;
    font-weight:800;
    letter-spacing:.6px;
    background:linear-gradient(135deg,#198754,#0d6efd);
    border:3px solid rgba(255,255,255,.12);
    border-radius:50%;
    box-shadow:0 9px 22px rgba(0,0,0,.2);
}

.home-testimonial-card blockquote{
    position:relative;
    z-index:1;
    max-width:650px;
    margin:0 auto 8px;
    color:#f2f4f7;
    font-size:13px;
    font-weight:500;
    line-height:1.5;
}

.home-testimonial-rating{
    position:relative;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:4px;
    margin-bottom:7px;
    color:#fdb022;
    font-size:11px;
}

.home-testimonial-customer{
    position:relative;
    z-index:1;
}

.home-testimonial-customer strong{
    display:block;
    margin-bottom:2px;
    color:#7ee2a8;
    font-size:14px;
    font-weight:800;
}

.home-testimonial-customer span{
    display:inline-flex;
    align-items:center;
    gap:5px;
    color:#b6c2d2;
    font-size:11px;
}

.home-testimonial-controls{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-top:10px;
}

.home-testimonial-arrow{
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    color:#fff;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.16);
    border-radius:50%;
    transition:
        color .3s ease,
        background .3s ease,
        border-color .3s ease,
        transform .3s ease;
}

.home-testimonial-arrow:hover{
    color:#fff;
    background:#198754;
    border-color:#198754;
    transform:translateY(-2px);
}

.home-testimonial-arrow:focus-visible{
    outline:3px solid rgba(126,226,168,.35);
    outline-offset:3px;
}

.home-testimonial-dots{
    display:flex;
    align-items:center;
    gap:9px;
}

.home-testimonial-dot{
    width:9px;
    height:9px;
    padding:0;
    background:#667085;
    border:0;
    border-radius:20px;
    transition:
        width .3s ease,
        background .3s ease,
        transform .3s ease;
}

.home-testimonial-dot:hover{
    transform:scale(1.2);
}

.home-testimonial-dot.is-active{
    width:28px;
    background:linear-gradient(90deg,#7ee2a8,#3b82f6);
}


/* ==========================================
   Our Partners
========================================== */

.home-partners-section{
    padding:95px 0 100px;
    overflow:hidden;
    background:#fff;
}

.home-partners-marquee{
    position:relative;
    width:100%;
    overflow:hidden;
    -webkit-mask-image:linear-gradient(
        90deg,
        transparent,
        #000 7%,
        #000 93%,
        transparent
    );
    mask-image:linear-gradient(
        90deg,
        transparent,
        #000 7%,
        #000 93%,
        transparent
    );
}

.home-partners-track{
    display:flex;
    width:max-content;
    animation:homePartnersScroll 48s linear infinite;
    will-change:transform;
}

.home-partners-marquee:hover .home-partners-track{
    animation-play-state:paused;
}

.home-partners-group{
    display:flex;
    align-items:center;
    flex-shrink:0;
    gap:24px;
    padding-right:24px;
}

.home-partner-logo-card{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 220px;
    width:220px;
    height:135px;
    padding:20px;
    overflow:hidden;
    background:#fff;
    border:1px solid #e7ebf0;
    border-radius:17px;
    box-shadow:0 9px 27px rgba(15,23,42,.07);
    transition:
        border-color .3s ease,
        box-shadow .3s ease,
        transform .3s ease;
}

.home-partner-logo-card:hover{
    border-color:rgba(25,135,84,.3);
    box-shadow:0 16px 36px rgba(15,23,42,.12);
    transform:translateY(-5px);
}

.home-partner-logo-card img{
    width:100%;
    height:100%;
    object-fit:contain;
    mix-blend-mode:multiply;
}

@keyframes homePartnersScroll{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}


/* ==========================================
   Final CTA
========================================== */

.home-final-cta{
    padding:70px 0;
    color:#fff;
    background:linear-gradient(135deg,#198754,#0d6efd);
}

.home-final-cta-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.home-final-cta-content > div:first-child{
    max-width:760px;
}

.home-final-cta-content span{
    display:block;
    margin-bottom:8px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
    opacity:.9;
}

.home-final-cta-content h2{
    margin-bottom:10px;
    font-size:34px;
    font-weight:800;
}

.home-final-cta-content p{
    margin:0;
    font-size:15px;
    line-height:1.75;
    opacity:.92;
}

.home-final-cta-actions{
    display:flex;
    align-items:center;
    flex-shrink:0;
    gap:11px;
}

.home-cta-light-button{
    color:#1a2db8;
    background:#fff;
    box-shadow:0 10px 24px rgba(0,0,0,.14);
}

.home-cta-light-button:hover{
    color:#198754;
    transform:translateY(-3px);
}

.home-cta-outline-button{
    color:#fff;
    border:1px solid rgba(255,255,255,.45);
}

.home-cta-outline-button:hover{
    color:#fff;
    background:rgba(255,255,255,.1);
    transform:translateY(-3px);
}


/* ==========================================
   Responsive
========================================== */

@media(max-width:1199px){

    .home-hero-content h1{
        font-size:51px;
    }

    .home-hero-visual{
        min-height:470px;
    }

    .home-product-image-link{
        height:270px;
    }

}

@media(max-width:991px){

    .home-hero{
        padding:75px 0 95px;
    }

    .home-hero-content{
        text-align:center;
    }

    .home-hero-content h1,
    .home-hero-content > p{
        margin-right:auto;
        margin-left:auto;
    }

    .home-hero-actions,
    .home-hero-points{
        justify-content:center;
    }

    .home-hero-visual{
        min-height:500px;
    }

    .home-trust-item{
        border-right:0;
    }

    .home-about-visual{
        min-height:420px;
    }

    .home-about-logo-card{
        right:35px;
    }

    .home-final-cta-content{
        align-items:flex-start;
        flex-direction:column;
    }

}

@media(max-width:767px){

    .home-testimonials-section{
        padding:32px 0;
    }

    .home-testimonials-heading{
        margin-bottom:14px;
    }

    .home-testimonials-heading h2{
        font-size:26px;
    }

    .home-testimonial-card{
        min-height:235px;
        padding:22px 20px 20px;
    }

    .home-testimonial-card blockquote{
        font-size:12px;
        line-height:1.48;
    }


    .home-hero{
        padding:58px 0 85px;
    }

    .home-hero-content h1{
        font-size:41px;
        letter-spacing:-.8px;
    }

    .home-hero-content > p{
        font-size:17px;
    }

    .home-hero-visual{
        min-height:420px;
    }

    .home-hero-image-card{
        right:20px;
        left:20px;
        padding:24px;
    }

    .home-floating-card{
        min-width:190px;
    }

    .home-floating-card-top{
        left:0;
    }

    .home-floating-card-bottom{
        right:0;
    }

    .home-trust-strip{
        margin-top:-35px;
    }

    .home-trust-strip .container{
        padding:15px;
    }

    .home-trust-item{
        justify-content:flex-start;
        padding:10px;
    }

    .home-section-heading h2{
        font-size:32px;
    }

    .home-about-section,
    .home-solutions-section,
    .home-featured-products,
    .home-industries-section,
    .home-why-section,
    .home-contact-section{
        padding:70px 0;
    }

    .home-testimonials-section{
        padding:48px 0;
    }

    .home-partners-section{
        padding:70px 0;
    }

    .home-testimonial-card{
        min-height:270px;
        padding:28px 30px 24px;
    }

    .home-partner-logo-card{
        flex-basis:190px;
        width:190px;
        height:120px;
    }

    .home-about-visual{
        min-height:360px;
    }

    .home-about-logo-card{
        right:28px;
        bottom:35px;
    }

    .home-about-experience{
        width:170px;
    }

    .home-about-list{
        grid-template-columns:1fr;
    }

    .home-product-swiper{
        padding-right:43px;
        padding-left:43px;
    }

    .home-product-image-link{
        height:250px;
    }

    .home-final-cta{
        padding:55px 0;
    }

    .home-final-cta-content h2{
        font-size:28px;
    }

    .home-final-cta-actions{
        width:100%;
    }

    .home-cta-light-button,
    .home-cta-outline-button{
        flex:1;
    }

}

@media(max-width:575px){

    .home-testimonials-section{
        padding:28px 0;
    }

    .home-testimonials-heading h2{
        font-size:23px;
    }

    .home-testimonials-heading p{
        font-size:12px;
    }

    .home-testimonial-card{
        min-height:255px;
        padding:22px 16px 18px;
    }

    .home-testimonial-avatar{
        width:44px;
        height:44px;
        font-size:14px;
    }

    .home-testimonial-card blockquote{
        font-size:11.5px;
        line-height:1.45;
    }


    .home-hero-content h1{
        font-size:35px;
    }

    .home-hero-actions{
        align-items:stretch;
        flex-direction:column;
    }

    .home-primary-button,
    .home-secondary-button{
        width:100%;
    }

    .home-hero-points{
        align-items:flex-start;
        flex-direction:column;
        gap:10px;
    }

    .home-hero-visual{
        min-height:350px;
    }

    .home-hero-image-card{
        top:12px;
        right:8px;
        bottom:12px;
        left:8px;
        border-radius:25px;
    }

    .home-floating-card{
        display:none;
    }

    .home-trust-icon{
        width:42px;
        height:42px;
    }

    .home-trust-item strong{
        font-size:19px;
    }

    .home-about-visual{
        min-height:315px;
    }

    .home-about-logo-card{
        right:20px;
        padding:25px;
    }

    .home-about-experience{
        width:150px;
        padding:17px;
    }

    .home-industry-card{
        min-height:140px;
    }

    .home-why-card{
        align-items:flex-start;
        flex-direction:column;
    }

    .home-testimonial-card{
        min-height:320px;
        padding:30px 20px 26px;
    }

    .home-testimonial-quote-icon{
        top:16px;
        left:18px;
        font-size:34px;
    }

    .home-testimonial-card blockquote{
        font-size:13px;
        line-height:1.58;
    }

    .home-testimonial-avatar{
        width:54px;
        height:54px;
        font-size:17px;
    }

    .home-testimonial-controls{
        gap:13px;
    }

    .home-partners-marquee{
        -webkit-mask-image:linear-gradient(
            90deg,
            transparent,
            #000 3%,
            #000 97%,
            transparent
        );
        mask-image:linear-gradient(
            90deg,
            transparent,
            #000 3%,
            #000 97%,
            transparent
        );
    }

    .home-partners-group{
        gap:14px;
        padding-right:14px;
    }

    .home-partner-logo-card{
        flex-basis:165px;
        width:165px;
        height:105px;
        padding:15px;
    }

    .home-final-cta-actions{
        align-items:stretch;
        flex-direction:column;
    }

    .home-cta-light-button,
    .home-cta-outline-button{
        width:100%;
    }

}

/* ==========================================
   Main Navbar
========================================== */

.main-navbar{
    position:relative;
    z-index:1000;
    min-height:82px;
    padding:9px 0;
}

.navbar-logo{
    display:block;
    width:auto;
    max-width:220px;
    height:60px;
    object-fit:contain;
}

.navbar-company-name{
    color:#1f2937;
    font-size:23px;
    font-weight:800;
}

.main-navbar .nav-link{
    position:relative;
    margin:0 4px;
    padding:12px 13px !important;
    color:#344054;
    font-size:15px;
    font-weight:600;
    transition:color .3s ease;
}

.main-navbar .nav-link::after{
    content:"";
    position:absolute;
    right:13px;
    bottom:5px;
    left:13px;
    height:3px;
    background:linear-gradient(90deg,#198754,#0d6efd);
    border-radius:20px;
    transform:scaleX(0);
    transition:transform .3s ease;
}

.main-navbar .nav-link:hover{
    color:#198754;
}

.main-navbar .nav-link:hover::after,
.main-navbar .nav-link.active-nav::after{
    transform:scaleX(1);
}

.main-navbar .nav-link.active-nav{
    color:#198754;
}

.header-enquiry-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:11px 20px;
    color:#fff;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    background:linear-gradient(135deg,#198754,#0d6efd);
    border-radius:28px;
    box-shadow:0 8px 20px rgba(13,110,253,.18);
    transition:
        color .3s ease,
        transform .3s ease,
        box-shadow .3s ease;
}

.header-enquiry-button:hover{
    color:#fff;
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(13,110,253,.25);
}

.navbar-toggler{
    padding:7px 10px;
    border-color:#d9e0e8;
    box-shadow:none !important;
}

@media(max-width:991px){

    .main-navbar .navbar-collapse{
        margin-top:12px;
        padding:15px;
        background:#fff;
        border-top:1px solid #edf0f4;
    }

    .main-navbar .nav-link{
        margin:2px 0;
        padding:11px 5px !important;
    }

    .main-navbar .nav-link::after{
        right:auto;
        bottom:3px;
        left:5px;
        width:38px;
    }

    .header-enquiry-button{
        width:100%;
    }

}

@media(max-width:575px){

    .navbar-logo{
        max-width:175px;
        height:52px;
    }

    .navbar-company-name{
        font-size:19px;
    }

}
/* ==========================================
   Website Footer
========================================== */

.site-footer{
    position:relative;
    color:#d0d5dd;
    background:#101828;
}

.footer-cta-wrapper{
    position:relative;
    z-index:2;
    padding-top:65px;
}

.footer-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:35px;
    padding:36px 40px;
    color:#fff;
    background:linear-gradient(135deg,#198754,#0d6efd);
    border-radius:22px;
    box-shadow:0 18px 45px rgba(0,0,0,.22);
}

.footer-cta-content{
    max-width:720px;
}

.footer-cta-content > span{
    display:block;
    margin-bottom:7px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1.6px;
    text-transform:uppercase;
    opacity:.88;
}

.footer-cta-content h2{
    margin-bottom:9px;
    font-size:30px;
    font-weight:800;
}

.footer-cta-content p{
    margin:0;
    font-size:14px;
    line-height:1.7;
    opacity:.92;
}

.footer-cta-actions{
    display:flex;
    align-items:center;
    flex-shrink:0;
    gap:11px;
}

.footer-primary-button,
.footer-phone-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    padding:12px 21px;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    border-radius:28px;
    transition:
        color .3s ease,
        background .3s ease,
        transform .3s ease;
}

.footer-primary-button{
    color:#1a2db8;
    background:#fff;
}

.footer-primary-button:hover{
    color:#198754;
    transform:translateY(-3px);
}

.footer-phone-button{
    color:#fff;
    border:1px solid rgba(255,255,255,.45);
}

.footer-phone-button:hover{
    color:#fff;
    background:rgba(255,255,255,.1);
    transform:translateY(-3px);
}


/* Main Footer */

.footer-main{
    padding:75px 0 55px;
}

.footer-company-name{
    display:inline-block;
    margin-bottom:18px;
    color:#fff;
    font-size:24px;
    font-weight:800;
    text-decoration:none;
}

.footer-company-name:hover{
    color:#7ee2a8;
}

.footer-description{
    max-width:390px;
    margin-bottom:23px;
    color:#98a2b3;
    font-size:14px;
    line-height:1.8;
}

.footer-social-links{
    display:flex;
    align-items:center;
    gap:10px;
}

.footer-social-links a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    color:#fff;
    text-decoration:none;
    background:#1d2939;
    border:1px solid #344054;
    border-radius:12px;
    transition:
        color .3s ease,
        background .3s ease,
        border-color .3s ease,
        transform .3s ease;
}

.footer-social-links a:hover{
    color:#fff;
    background:#198754;
    border-color:#198754;
    transform:translateY(-3px);
}

.footer-column h3{
    position:relative;
    margin-bottom:23px;
    padding-bottom:12px;
    color:#fff;
    font-size:17px;
    font-weight:700;
}

.footer-column h3::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:42px;
    height:3px;
    background:linear-gradient(90deg,#198754,#0d6efd);
    border-radius:20px;
}

.footer-column ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-column li{
    margin-bottom:12px;
}

.footer-column li a{
    position:relative;
    display:inline-flex;
    align-items:center;
    color:#98a2b3;
    font-size:14px;
    text-decoration:none;
    transition:
        color .3s ease,
        transform .3s ease;
}

.footer-column li a::before{
    content:"›";
    margin-right:8px;
    color:#198754;
    font-size:18px;
}

.footer-column li a:hover{
    color:#fff;
    transform:translateX(4px);
}


/* Contact Details */

.footer-contact-item{
    display:flex;
    align-items:flex-start;
    gap:13px;
    margin-bottom:17px;
}

.footer-contact-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    width:40px;
    height:40px;
    color:#7ee2a8;
    background:#1d2939;
    border-radius:11px;
}

.footer-contact-item strong{
    display:block;
    margin-bottom:3px;
    color:#fff;
    font-size:13px;
}

.footer-contact-item p,
.footer-contact-item a{
    margin:0;
    color:#98a2b3;
    font-size:13px;
    line-height:1.65;
    text-decoration:none;
}

.footer-contact-item a:hover{
    color:#7ee2a8;
}


/* Footer Bottom */

.footer-bottom{
    border-top:1px solid #344054;
}

.footer-bottom-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    min-height:75px;
}

.footer-bottom-content p{
    margin:0;
    color:#98a2b3;
    font-size:13px;
}

.footer-bottom-links{
    display:flex;
    align-items:center;
    gap:22px;
}

.footer-bottom-links a{
    color:#98a2b3;
    font-size:13px;
    text-decoration:none;
    transition:color .3s ease;
}

.footer-bottom-links a:hover{
    color:#fff;
}


/* Back to Top */

.back-to-top-button{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:999;
    display:flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    color:#fff;
    visibility:hidden;
    background:linear-gradient(135deg,#198754,#0d6efd);
    border:0;
    border-radius:50%;
    box-shadow:0 10px 25px rgba(15,23,42,.25);
    opacity:0;
    transform:translateY(15px);
    transition:
        opacity .3s ease,
        visibility .3s ease,
        transform .3s ease;
}

.back-to-top-button.show{
    visibility:visible;
    opacity:1;
    transform:translateY(0);
}

.back-to-top-button:hover{
    transform:translateY(-3px);
}


/* Footer Responsive */

@media(max-width:991px){

    .footer-cta{
        align-items:flex-start;
        flex-direction:column;
    }

    .footer-main{
        padding-top:60px;
    }

}

@media(max-width:767px){

    .footer-cta-wrapper{
        padding-top:50px;
    }

    .footer-cta{
        padding:28px;
    }

    .footer-cta-content h2{
        font-size:25px;
    }

    .footer-cta-actions{
        width:100%;
    }

    .footer-primary-button,
    .footer-phone-button{
        flex:1;
    }

    .footer-bottom-content{
        align-items:flex-start;
        flex-direction:column;
        justify-content:center;
        padding:20px 0;
    }

}

@media(max-width:575px){

    .footer-cta-actions{
        align-items:stretch;
        flex-direction:column;
    }

    .footer-primary-button,
    .footer-phone-button{
        width:100%;
    }

    .footer-bottom-links{
        flex-wrap:wrap;
        gap:13px;
    }

    .back-to-top-button{
        right:17px;
        bottom:17px;
        width:43px;
        height:43px;
    }

}

@media(prefers-reduced-motion:reduce){

    .home-testimonial-track{
        transition:none;
    }

    .home-partners-track{
        animation-play-state:paused;
    }

}

/* ELENA MOBILE PRODUCT PAGINATION FIX */
@media (max-width: 767.98px) {

    /*
     * Too many product bullets wrap across the card on phones.
     * Mobile users can still swipe or use the arrow buttons.
     */
    .home-product-swiper .swiper-pagination {
        display: none !important;
    }

    .home-product-swiper {
        padding-bottom: 28px;
    }

    .home-product-button {
        position: relative;
        z-index: 5;
        pointer-events: auto;
    }
}
