body{

    font-family:
    Inter,
    sans-serif;

}

/* ===========================
   FACTORY ADDA NAVBAR
=========================== */

.fa-navbar{

    margin:10px auto;

    max-width:1500px;

    background:#fff;

    border-radius:10px;

    padding:10px 5px;

    box-shadow:
    0 15px 50px rgba(15,23,42,.08);

}

.brand-title{

    font-size:35px;

    font-weight:800;

    line-height:1;

    color:#0f172a;

}

.brand-title span{

    color:#ff6b00;

}

.brand-tagline{

    font-size:12px;

    font-weight:600;

    letter-spacing:1px;

    color:#64748b;
    margin-top: 5px;

}

.navbar-nav .nav-link{

    font-size:18px;

    font-weight:600;

    color:#0f172a;

    padding:0 18px !important;

}

.navbar-nav .nav-link:hover{

    color:#ff6b00;

}

.nav-link.active{

    color:#ff6b00 !important;

}

.btn-demo{

    background:
    linear-gradient(
    135deg,
    #ff8a00,
    #ff6b00
    );

    color:#fff;

    padding:16px 28px;

    border-radius:18px;

    font-weight:700;

    text-decoration:none;

    box-shadow:
    0 15px 35px rgba(255,107,0,.25);

}

.btn-demo:hover{

    color:#fff;

}

@media(max-width:991px){

    .fa-navbar{

        margin:10px;

        border-radius:20px;

    }

    .brand-title{

        font-size:25px;

    }

}
/* ===================================== */
/* FEATURES */
/* ===================================== */

.feature-card{

    border-radius:20px;

    transition:.3s;

}

.feature-card:hover{

    transform:translateY(-8px);

}

.feature-icon{

    width:70px;

    height:70px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:18px;

    background:#eff6ff;

    color:#F26700;

    font-size:28px;

}

/* ===================================== */
/* SERVICES */
/* ===================================== */

.service-card{

    border-radius:20px;

    transition:.3s;

    background:#fff;

}

.service-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.service-icon{

    width:65px;

    height:65px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:16px;

    background:#ecfdf5;

    color:#16a34a;

    font-size:24px;

}

/* ===================================== */
/* ERP SECTION */
/* ===================================== */

.erp-feature{

    padding:12px 15px;

    background:#f8fafc;

    border-radius:12px;

    font-weight:500;

}

.erp-feature i{

    color:#16a34a;

    margin-right:8px;

}

.erp-screen{

    position:relative;

}

.erp-screen img{

    border-radius:20px;

}

/* ===================================== */
/* BENEFITS */
/* ===================================== */

.benefit-card{

    background:#fff;

    border-radius:20px;

    padding:30px;

    height:100%;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.benefit-card h3{

    color:#2563eb;

    font-weight:700;

}

.mobile-feature{

    background:#f8fafc;

    padding:14px 18px;

    border-radius:12px;

    font-weight:500;

}

.mobile-feature i{

    color:#f59e0b;

    margin-right:10px;

}
.market-card{

    background:#fff;

    border-radius:20px;

    padding:30px;

    text-align:center;

    height:100%;

    transition:.3s;

}

.market-card:hover{

    transform:translateY(-8px);

}

.market-card i{

    font-size:40px;

    color:#FF7A00;

    margin-bottom:20px;

}

/* ===================================== */
/* HOW IT WORKS */
/* ===================================== */

.step-card{

    background:#fff;

    padding:30px 20px;

    border-radius:20px;

    text-align:center;

    height:100%;

    border:1px solid #eef2f7;

    transition:.3s;

}

.step-card:hover{

    transform:translateY(-8px);

}

.step-number{

    width:60px;

    height:60px;

    margin:auto;

    margin-bottom:20px;

    border-radius:50%;

    background:#FF7A00;

    color:#fff;

    font-size:22px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

}

.advantage-item{

    margin-bottom:18px;

    font-weight:500;

}

.advantage-item i{

    color:#16a34a;

    margin-right:10px;

}

/* ===================================== */
/* PRICING */
/* ===================================== */

.pricing-card{

    background:#fff;

    border-radius:24px;

    padding:40px;

    height:100%;

    box-shadow:
    0 10px 30px rgba(0,0,0,.05);

    position:relative;

}

.pricing-featured{

    border:2px solid #FF7A00;

}

.featured-badge{

    position:absolute;

    top:-12px;

    left:50%;

    transform:translateX(-50%);

    background:#FF7A00;

    color:#fff;

    padding:6px 18px;

    border-radius:30px;

    font-size:12px;

    font-weight:600;

}

.pricing-header{

    text-align:center;

    margin-bottom:30px;

}

.pricing-header h2{

    font-size:42px;

    font-weight:700;

}

.pricing-header small{

    font-size:16px;

}

.pricing-list{

    list-style:none;

    padding:0;

    margin:0 0 30px;

}

.pricing-list li{

    padding:12px 0;

    border-bottom:1px solid #f1f5f9;

}

/* ===================================== */
/* INDUSTRIES */
/* ===================================== */

.industry-card{

    background:#fff;

    border-radius:20px;

    padding:30px 20px;

    text-align:center;

    height:100%;

    transition:.3s;

    box-shadow:
    0 5px 20px rgba(0,0,0,.04);

}

.industry-card:hover{

    transform:translateY(-8px);

}

.industry-card i{

    font-size:34px;

    color:#FF7A00;

    margin-bottom:15px;

}

.industry-card h6{

    margin:0;

    font-weight:600;

}

/* ===================================== */
/* TESTIMONIALS */
/* ===================================== */

.testimonial-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    height:100%;

    box-shadow:
    0 10px 30px rgba(0,0,0,.05);

}

.stars{

    color:#f59e0b;

    font-size:22px;

    margin-bottom:20px;

}

.testimonial-card p{

    color:#64748b;

    line-height:1.8;

    min-height:120px;

}

.testimonial-card h6{

    margin-top:20px;

    font-weight:700;

}

/* ===================================== */
/* CTA */
/* ===================================== */

.cta-section{

    background:
    linear-gradient(
    135deg,
    #2563eb,
    #1d4ed8
    );

    padding:100px 0;

}

/* ===================================== */
/* CONTACT */
/* ===================================== */

.contact-box{

    background:#fff;

    border-radius:24px;

    padding:50px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.06);

}

.form-control{

    min-height:52px;

    border-radius:12px;

}

textarea.form-control{

    min-height:140px;

}

/* ===================================== */
/* FOOTER */
/* ===================================== */

/* ==================================
   FOOTER
================================== */

.footer-section{

    background:#0B1F3A;

    color:#fff;

    padding-top:80px;

    margin-top:100px;

}

.footer-cta{

    background:
    linear-gradient(
    135deg,
    #FF7A00,
    #F26700
    );

    border-radius:30px;

    padding:50px;

    margin-bottom:80px;

}

.footer-cta h2{

    font-size:42px;

    font-weight:800;

    color:#fff;

}

.footer-cta p{

    color:rgba(255,255,255,.9);

    margin:0;

}

.footer-btn{

    display:inline-block;

    background:#fff;

    color:#FF7A00;

    font-weight:700;

    padding:18px 30px;

    border-radius:18px;

    text-decoration:none;

}

.footer-btn:hover{

    color:#FF7A00;

}

.footer-about{

    margin-top:25px;

    line-height:1.9;

    color:#cbd5e1;

}

.footer-title{

    font-size:20px;

    font-weight:700;

    margin-bottom:25px;

}

.footer-links{

    list-style:none;

    padding:0;

    margin:0;

}

.footer-links li{

    margin-bottom:12px;

}

.footer-links a{

    color:#cbd5e1;

    text-decoration:none;

}

.footer-links a:hover{

    color:#FF7A00;

}

.footer-contact{

    list-style:none;

    padding:0;

}

.footer-contact li{

    margin-bottom:15px;

    color:#cbd5e1;

}

.footer-contact i{

    color:#FF7A00;

    width:25px;

}

.footer-divider{

    border-color:
    rgba(255,255,255,.1);

    margin:50px 0 30px;

}

.footer-bottom{

    padding-bottom:30px;

}

.footer-bottom a{

    color:#cbd5e1;

    margin-left:25px;

    text-decoration:none;

}

.footer-bottom a:hover{

    color:#FF7A00;

}

.erp-section{

padding:100px 0;

}

.erp-img{

border-radius:24px;

overflow:hidden;

box-shadow:
0 20px 60px rgba(0,0,0,.08);

}

.erp-feature-box{

background:#fff;

padding:20px;

border-radius:20px;

height:100%;

box-shadow:
0 10px 30px rgba(0,0,0,.05);

}

.erp-feature-box h5{

font-weight:700;

margin-bottom:10px;

}
.footer-links li{

    margin-bottom:10px;

}

.footer-links a{

    color:#cbd5e1;

    text-decoration:none;

}

.footer-links a:hover{

    color:#fff;

}

.erp-section{

padding:100px 0;

}

.erp-img{

border-radius:24px;

overflow:hidden;

box-shadow:
0 20px 60px rgba(0,0,0,.08);

}

.erp-feature-box{

background:#fff;

padding:20px;

border-radius:20px;

height:100%;

box-shadow:
0 10px 30px rgba(0,0,0,.05);

}

.erp-feature-box h5{

font-weight:700;

margin-bottom:10px;

}


.hero-section{

    padding:40px 0 20px;

    position:relative;

    overflow:hidden;

    background:
    radial-gradient(
    circle at top right,
    rgba(255,107,0,.08),
    transparent 40%
    ),
    #ffffff;

}

.hero-wrapper{

    max-width:1500px;

    margin:auto;

}

.trust-badge{

    display:inline-flex;

    align-items:center;

    background:#fff7ed;

    color:#ff6b00;

    padding:14px 24px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:30px;

    box-shadow:
    0 10px 30px rgba(255,107,0,.10);

}

.hero-title{

    font-size:40px;

    font-weight:800;

    line-height:.95;

    color:#0f172a;

    margin-bottom:25px;

}

.hero-title span{

     margin-top: 5px;
    display:block;

    color:#ff6b00;

}

.hero-description{

    font-size:20px;

    line-height:1.5;

    color:#64748b;

    max-width:700px;

    margin-bottom:40px;

}

.hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.btn-download{

    background:
    linear-gradient(
    135deg,
    #ff8a00,
    #ff6b00
    );

    color:#fff;

    text-decoration:none;

    padding:20px 34px;

    border-radius:22px;

    font-size:20px;

    font-weight:700;

    box-shadow:
    0 20px 40px rgba(255,107,0,.25);

}

.btn-download:hover{

    color:#fff;

    transform:translateY(-3px);

}

.btn-watch{

    background:#fff;

    color:#0f172a;

    text-decoration:none;

    padding:20px 34px;

    border-radius:22px;

    font-size:20px;

    font-weight:700;

    box-shadow:
    0 15px 35px rgba(15,23,42,.08);

}

.btn-watch:hover{

    color:#ff6b00;

}

.hero-showcase{

    background:#fff;

    border-radius:35px;

    padding:25px;

    box-shadow:
    0 30px 80px rgba(15,23,42,.08);

}

.hero-showcase img{

    border-radius:25px;

}

.feature-strip-section{

margin-top:-30px;

position:relative;

z-index:20;

}

.feature-strip{

background:#fff;

border-radius:30px;

padding:10px;

box-shadow:
0 20px 60px rgba(15,23,42,.08);

}

.feature-item{

text-align:center;

padding:10px;

}

.feature-icon{

width:70px;

height:70px;

border-radius:20px;

display:flex;

align-items:center;

justify-content:center;

margin:auto;

margin-bottom:15px;

font-size:24px;

}

.feature-icon.orange{

background:#fff7ed;

color:#f97316;

}

.feature-icon.blue{

background:#eff6ff;

color:#2563eb;

}

.feature-icon.green{

background:#f0fdf4;

color:#16a34a;

}

.feature-icon.purple{

background:#faf5ff;

color:#9333ea;

}

.feature-icon.navy{

background:#f1f5f9;

color:#0f172a;

}

.feature-item h6{

font-size:15px;

font-weight:700;

line-height:1.5;

margin:0;

}

.trust-bar-section{

padding:20px 0;

}

.trust-bar{

background:#fff;

border-radius:30px;

padding:20px;

box-shadow:
0 20px 60px rgba(15,23,42,.05);

}

.trust-bar h3{

font-size:25px;

font-weight:800;

color:#0f172a;

}

.trust-bar h3 span{

display:block;

color:#f97316;

}

.trust-item{

display:flex;

align-items:center;

gap:15px;

}

.trust-circle{

width:60px;

height:60px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

}

.trust-circle.green{

background:#dcfce7;

color:#16a34a;

}

.trust-circle.blue{

background:#dbeafe;

color:#2563eb;

}

.trust-circle.purple{

background:#f3e8ff;

color:#9333ea;

}

.trust-circle.orange{

background:#ffedd5;

color:#f97316;

}

.trust-item h6{

font-weight:700;

margin:0;

}

.trust-item p{

margin:0;

color:#64748b;

font-size:14px;

}

/* ==========================================
   FAQ SECTION
========================================== */

.faq-section{

    padding:120px 0;

    background:
    linear-gradient(
    180deg,
    #f8fafc 0%,
    #ffffff 100%
    );

}

.section-tag{

    display:inline-block;

    padding:12px 24px;

    background:#FFF4E8;

    color:#FF7A00;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

}

.faq-title{

    font-size:28px;

    font-weight:800;

    color:#0B1F3A;

    margin-bottom:10px;

}

.faq-subtitle{

    max-width:800px;

    margin:auto;

    font-size:18px;

    line-height:1.5;

    color:#64748B;

}

/* ==========================================
   ACCORDION
========================================== */

.faq-accordion{

    max-width:1000px;

    margin:auto;

}

.faq-accordion .accordion-item{

    border:none;

    border-radius:24px !important;

    overflow:hidden;

    margin-bottom:18px;

    background:#fff;

    box-shadow:
    0 15px 40px rgba(11,31,58,.06);

}

.faq-accordion .accordion-button{

    background:#fff;

    color:#0B1F3A;

    font-size:18px;

    font-weight:700;

    padding:28px 30px;

    box-shadow:none;

}

.faq-accordion .accordion-button:focus{

    box-shadow:none;

    border:none;

}

.faq-accordion .accordion-button:not(.collapsed){

    background:#FFF4E8;

    color:#FF7A00;

}

.faq-accordion .accordion-button::after{

    background-size:18px;

    width:18px;

    height:18px;

}

.faq-accordion .accordion-body{

    padding:30px;

    color:#64748B;

    font-size:17px;

    line-height:1.9;

    background:#fff;

}

/* ==========================================
   HOVER EFFECT
========================================== */

.faq-accordion .accordion-item{

    transition:.3s ease;

}

.faq-accordion .accordion-item:hover{

    transform:translateY(-3px);

    box-shadow:
    0 25px 60px rgba(11,31,58,.08);

}

/* ==========================================
   MOBILE
========================================== */

@media(max-width:991px){

    .faq-title{

        font-size:20px;

    }

    .faq-subtitle{

        font-size:17px;

    }

    .faq-accordion .accordion-button{

        font-size:16px;

        padding:22px;

    }

    .faq-accordion .accordion-body{

        padding:22px;

        font-size:15px;

    }

}

/* ==========================
ABOUT HERO
========================== */

.about-hero{

padding:30px 0;

background:
linear-gradient(
180deg,
#fff,
#f8fafc
);

}

.about-title{

font-size:34px;

font-weight:700;

line-height:1.1;

color:#0B1F3A;

margin:25px 0;

}

.about-title span{

color:#FF7A00;

display:block;

}

.about-text{

font-size:18px;

line-height:1.5;

color:#64748b;

margin-bottom:35px;

}

.about-btns{

display:flex;

gap:20px;

flex-wrap:wrap;

}

/* ==========================
MISSION
========================== */

.mission-section{

padding:100px 0;

background:#f8fafc;

}

.mission-card{

background:#fff;

padding:45px;

border-radius:30px;

height:100%;

box-shadow:
0 20px 50px rgba(0,0,0,.05);

transition:.3s;

}

.mission-card:hover{

transform:translateY(-8px);

}

.mission-icon{

width:80px;

height:80px;

border-radius:20px;

background:#FFF4E8;

color:#FF7A00;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

margin-bottom:25px;

}

.mission-card h3{

font-weight:800;

margin-bottom:20px;

color:#0B1F3A;

}

.mission-card p{

font-size:17px;

line-height:1.9;

color:#64748b;

}

.why-factory,
.offer-section,
.trust-section,
.values-section{

    padding:110px 0;

}

.why-card,
.trust-card,
.value-card{

    background:#fff;

    border-radius:28px;

    padding:40px;

    height:100%;

    text-align:center;

    box-shadow:0 15px 45px rgba(11,31,58,.06);

    transition:.3s;

}

.why-card:hover,
.trust-card:hover,
.value-card:hover{

    transform:translateY(-8px);

}

.why-icon{

    width:85px;

    height:85px;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    margin:0 auto 25px;

}

.orange{

    background:#FFF4E8;

    color:#FF7A00;

}

.blue{

    background:#EEF4FF;

    color:#2563EB;

}

.green{

    background:#ECFDF5;

    color:#22C55E;

}

.purple{

    background:#F3E8FF;

    color:#9333EA;

}

.offer-list{

    display:grid;

    gap:18px;

}

.offer-list div{

    font-size:18px;

    font-weight:600;

}

.offer-list i{

    color:#FF7A00;

    margin-right:12px;

}

.trust-card h2{

    font-size:52px;

    color:#FF7A00;

    font-weight:800;

}

.value-card i{

    font-size:42px;

    color:#FF7A00;

    margin-bottom:20px;

}

/*==========================
SERVICE HERO
==========================*/

.service-hero{

padding:30px 0;

background:linear-gradient(180deg,#ffffff,#FFF7F2);

overflow:hidden;

}

.hero-badge{

display:inline-flex;

align-items:center;

padding:12px 22px;

background:#FFF2E8;

color:#FF6B00;

font-weight:600;

border-radius:50px;

margin-bottom:30px;

}

.hero-heading{

font-size:44px;

font-weight:700;

line-height:1.1;

color:#0F172A;

margin-bottom:30px;

}

.hero-heading span{

display:block;

color:#FF6B00;

}

.hero-text{

font-size:18px;

line-height:1.5;

color:#64748B;

margin-bottom:35px;

}

.hero-list{

display:grid;

grid-template-columns:1fr 1fr;

gap:18px;

margin-bottom:40px;

}

.hero-list div{

font-weight:600;

color:#0F172A;

}

.hero-list i{

color:#FF6B00;

margin-right:10px;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn-orange{

background:#FF6B00;

color:#fff;

padding:16px 38px;

border-radius:16px;

font-weight:700;

text-decoration:none;

transition:.35s;

box-shadow:0 15px 35px rgba(255,107,0,.25);

}

.btn-orange:hover{

background:#e95f00;

color:#fff;

transform:translateY(-3px);

}

.btn-white{

background:#fff;

border:1px solid #e5e7eb;

padding:16px 38px;

border-radius:16px;

font-weight:700;

text-decoration:none;

color:#0F172A;

transition:.35s;

}

.btn-white:hover{

transform:translateY(-3px);

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.hero-image{

position:relative;

text-align:center;

}

.hero-image img{

max-width:100%;

filter:drop-shadow(0 35px 50px rgba(0,0,0,.12));

}

@media(max-width:991px){

.service-hero{

padding:80px 0;

}

.hero-heading{

font-size:46px;

}

.hero-list{

grid-template-columns:1fr;

}

}

@media(max-width:576px){

.hero-heading{

font-size:38px;

}

.hero-buttons{

flex-direction:column;

}

.btn-orange,

.btn-white{

width:100%;

text-align:center;

}

}

/*==========================
OUR SERVICES
==========================*/

.services-section{

padding:50px 0;

background:#ffffff;

}

.service-box{

background:#fff;

border-radius:28px;

padding:45px;

height:100%;

box-shadow:0 20px 45px rgba(15,23,42,.06);

transition:.35s;

border:1px solid #eef2f7;

position:relative;

overflow:hidden;

}

.service-box:before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#FF6B00,#FF9838);

transform:scaleX(0);

transition:.35s;

}

.service-box:hover{

transform:translateY(-12px);

box-shadow:0 30px 60px rgba(15,23,42,.12);

}

.service-box:hover:before{

transform:scaleX(1);

}

.service-icon{

width:78px;

height:78px;

border-radius:22px;

background:#FFF3EB;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

color:#FF6B00;

margin-bottom:25px;

}

.service-box h4{

font-size:28px;

font-weight:700;

margin-bottom:18px;

color:#0F172A;

}

.service-box p{

color:#64748B;

line-height:1.8;

margin-bottom:20px;

}

.service-box ul{

padding:0;

margin:0 0 25px;

list-style:none;

}

.service-box ul li{

padding:8px 0;

color:#334155;

font-weight:500;

}

.service-box ul li:before{

content:"✓";

color:#FF6B00;

font-weight:700;

margin-right:10px;

}

.service-box a{

text-decoration:none;

font-weight:700;

color:#FF6B00;

}

.service-box a:hover{

letter-spacing:.5px;

}

/*==========================
DEPARTMENTS
==========================*/

.departments-section{

padding:50px 0;

background:#F8FAFC;

}

.department-card{

background:#fff;

border-radius:26px;

padding:40px 30px;

height:100%;

text-align:center;

box-shadow:0 15px 40px rgba(15,23,42,.06);

transition:.35s;

border:1px solid #EEF2F7;

}

.department-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(15,23,42,.12);

}

.department-icon{

width:85px;

height:85px;

border-radius:22px;

background:#FFF2E8;

color:#FF6B00;

display:flex;

align-items:center;

justify-content:center;

margin:auto;

font-size:34px;

margin-bottom:25px;

}

.department-icon.green{

background:#ECFDF5;

color:#16A34A;

}

.department-icon.red{

background:#FEF2F2;

color:#DC2626;

}

.department-icon.blue{

background:#EFF6FF;

color:#2563EB;

}

.department-icon.orange{

background:#FFF7ED;

color:#EA580C;

}

.department-icon.purple{

background:#F5F3FF;

color:#7C3AED;

}

.department-icon.yellow{

background:#FEF9C3;

color:#CA8A04;

}

.department-icon.navy{

background:#EEF2FF;

color:#1E3A8A;

}

.department-card h5{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#0F172A;

}

.department-card p{

font-size:15px;

line-height:1.8;

color:#64748B;

margin:0;

}

/*==========================
WORKFLOW
===========================*/

.workflow-section{

padding:50px 0;

background:#ffffff;

}

.workflow-wrapper{

position:relative;

}

.workflow-wrapper:before{

content:"";

position:absolute;

left:8%;

right:8%;

top:72px;

height:3px;

background:linear-gradient(to right,#FF6B00,#FFD5B5,#FF6B00);

z-index:0;

}

.workflow-card{

position:relative;

background:#fff;

border-radius:24px;

padding:35px 25px;

text-align:center;

height:100%;

box-shadow:0 18px 40px rgba(15,23,42,.07);

transition:.35s;

z-index:2;

}

.workflow-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 55px rgba(15,23,42,.12);

}



.workflow-icon{

width:82px;

height:82px;

margin:auto;

border-radius:22px;

background:#FFF2E8;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

color:#FF6B00;

margin-bottom:25px;

}

.workflow-card h5{

font-size:22px;

font-weight:700;

margin-bottom:15px;

color:#0F172A;

}

.workflow-card p{

font-size:15px;

line-height:1.8;

color:#64748B;

margin:0;

}

@media(max-width:991px){

.workflow-wrapper:before{

display:none;

}

.workflow-card{

margin-top:25px;

}

}

/*=========================================
COMPARISON SECTION
=========================================*/

.comparison-section{

padding:50px 0;

background:#F8FAFC;

}

.comparison-wrapper{

border-radius:32px;

overflow:hidden;

box-shadow:0 30px 70px rgba(15,23,42,.08);

}

.comparison-card{

padding:60px;

height:100%;

}

.old-way{

background:#ffffff;

border-right:1px solid #EDF2F7;

}

.new-way{

background:linear-gradient(135deg,#0F172A,#1E293B);

color:#fff;

}

.comparison-header{

display:flex;

align-items:center;

margin-bottom:45px;

}

.comparison-header i{

font-size:46px;

margin-right:20px;

}

.old-way .comparison-header i{

color:#EF4444;

}

.new-way .comparison-header i{

color:#FF6B00;

}

.comparison-header h3{

font-size:34px;

font-weight:800;

margin:0;

}

.comparison-item{

display:flex;

align-items:center;

padding:18px 0;

font-size:18px;

font-weight:600;

border-bottom:1px solid rgba(255,255,255,.08);

}

.old-way .comparison-item{

border-color:#EDF2F7;

color:#475569;

}

.old-way .comparison-item i{

color:#EF4444;

margin-right:18px;

font-size:22px;

}

.new-way .comparison-item i{

color:#22C55E;

margin-right:18px;

font-size:22px;

}

.new-way .comparison-item{

color:#fff;

}

@media(max-width:991px){

.old-way{

border-right:none;

border-bottom:1px solid #EDF2F7;

}

.comparison-card{

padding:40px 30px;

}

.comparison-header h3{

font-size:28px;

}

.comparison-item{

font-size:16px;

}

}

/*=================================
TRUST SECTION
=================================*/

.trust-section{

padding:120px 0;

background:#ffffff;

}

.trust-card{

background:#fff;

padding:45px;

border-radius:28px;

height:100%;

text-align:center;

border:1px solid #EEF2F7;

box-shadow:0 18px 45px rgba(15,23,42,.06);

transition:.35s;

}

.trust-card:hover{

transform:translateY(-10px);

box-shadow:0 28px 60px rgba(15,23,42,.12);

}

.trust-icon{

width:90px;

height:90px;

margin:auto;

margin-bottom:25px;

background:#FFF3EB;

border-radius:24px;

display:flex;

align-items:center;

justify-content:center;

font-size:36px;

color:#FF6B00;

transition:.35s;

}

.trust-card:hover .trust-icon{

background:#FF6B00;

color:#fff;

}

.trust-card h4{

font-size:24px;

font-weight:700;

margin-bottom:15px;

color:#0F172A;

}

.trust-card p{

color:#64748B;

line-height:1.9;

margin:0;

font-size:16px;

}

/*==============================
FOOTER
==============================*/

.footer{

background:#0F172A;

color:#CBD5E1;

padding-top:90px;

}

.footer-cta{

background:linear-gradient(135deg,#FF6B00,#FF8A1E);

padding:50px;

border-radius:30px;

margin-top:-160px;

margin-bottom:70px;

color:#fff;

box-shadow:0 25px 60px rgba(255,107,0,.30);

}

.footer-cta h2{

font-size:30px;

font-weight:700;

margin-bottom:15px;

}

.footer-cta p{

font-size:18px;

margin:0;

opacity:.95;

}

.footer-btn{

display:inline-block;

padding:18px 36px;

background:#fff;

color:#FF6B00;

border-radius:15px;

font-weight:700;

text-decoration:none;

transition:.3s;

}

.footer-btn:hover{

background:#0F172A;

color:#fff;

}

.footer-logo{

height:60px;

}

.footer-text{

line-height:1.9;

margin-bottom:30px;

}

.footer h5{

color:#fff;

margin-bottom:25px;

font-weight:700;

}

.footer ul{

padding:0;

list-style:none;

margin:0;

}

.footer ul li{

margin-bottom:14px;

}

.footer ul li a{

color:#CBD5E1;

text-decoration:none;

transition:.3s;

}

.footer ul li a:hover{

color:#FF6B00;

padding-left:5px;

}

.footer-contact li{

display:flex;

gap:12px;

align-items:flex-start;

}

.footer-contact i{

color:#FF6B00;

margin-top:4px;

width:18px;

}

.social-icons{

display:flex;

gap:15px;

}

.social-icons a{

width:45px;

height:45px;

background:#1E293B;

border-radius:12px;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

text-decoration:none;

transition:.3s;

}

.social-icons a:hover{

background:#FF6B00;

transform:translateY(-4px);

}

.newsletter{

display:flex;

margin-top:25px;

}

.newsletter input{

flex:1;

border:none;

padding:14px 18px;

border-radius:12px 0 0 12px;

outline:none;

}

.newsletter button{

border:none;

padding:14px 22px;

background:#FF6B00;

color:#fff;

border-radius:0 12px 12px 0;

font-weight:600;

}

.footer hr{

border-color:rgba(255,255,255,.08);

margin:55px 0 30px;

}

.footer-bottom{

padding-bottom:35px;

font-size:15px;

}

.footer-bottom a{

color:#CBD5E1;

text-decoration:none;

margin:0 8px;

}

.footer-bottom a:hover{

color:#FF6B00;

}

@media(max-width:991px){

.footer{

padding-top:70px;

}

.footer-cta{

margin-top:0;

padding:35px;

text-align:center;

}

.footer-cta h2{

font-size:30px;

}

.footer-btn{

margin-top:25px;

}

.newsletter{

flex-direction:column;

}

.newsletter input{

border-radius:12px;

margin-bottom:10px;

}

.newsletter button{

border-radius:12px;

}

}