@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

  *{
    padding: 0;
    margin: 0;
}
h1{
    color: var(--Text-Primary, #1A1A1A);
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.heading-2{
    color: #4A5565;
    /*text-align: center;*/
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.heading-3{
    color: #1A1A1A;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 150% */
}
p{
    color: var(--Text-Primary, #1A1A1A);
margin: 0;
    /* Body */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.pse-32{
    padding-right: 32px;
    padding-left: 32px;
}
.pt-32{
    padding-top: 32px;
}
.p-16{
    padding: 16px;
}
.mb-16{
    margin-bottom: 16px;
}
.me-16{
    margin-right: 16px;
}
.mt-32{
    margin-top: 32px;
}
.mb-80{
    margin-bottom: 80px;
}
.p-32{
    padding: 32px;
}
.ms-16{
    margin-left: 16px;
 }
.btn-primary{
    border-radius: 16px;
    background: var(--Primary, #0083DB) !important;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.btn-primary:hover{
    /*background: rgba(0, 131, 219, 0.08) !important;*/
    /*color: var(--Primary, #0083DB);*/
border-color: #0083DB !important;
}

.btn-light-primary{
    color: var(--Primary, #0083DB);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 16px;
    background: rgba(0, 131, 219, 0.08);
}
.btn-light-primary:hover{
    background: var(--Primary, #0083DB) !important;
    color: var(--White, #FFF);
}
/*...... navbar section.......*/
.navbar{
    padding: 20px 32px;
    border-bottom: 1px solid var(--Border, #F3F4F6);
    background: var(--White, #FFF);
}
.nav-link{
    color: var(--Text-Primary, #1A1A1A);
    /*text-align: center;*/
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.navbar  .btn-primary{
    display: flex;
    font-size: 14px;

    padding: 10px 20px;
    align-items: flex-start;}

.navbar-nav .dropdown-menu{
    padding: 10px;
    border: none !important;
    border-radius: 16px;
    border: 0.8px solid #D1D5DC;
    background: #FFF;
}
.dropdown-item:focus, .dropdown-item{
    padding: 10px;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    padding: 10px;
    color: var(--Light-Text, #6B7280);

    /* Items */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.dropdown-item:focus, .dropdown-item:hover{

    border-radius: 12px;
    background: rgba(0, 131, 219, 0.20) !important;
    color: var(--Primary, #0083DB);
    padding: 10px;

}
/*.............navbar section .........*/


/*...........foooter section.......*/
.footer-section {
    background: var(--New-Multi-Gradient, linear-gradient(100deg, #132236 0.14%, #00251D 51.92%, #001D5E 99.86%));


    display: flex;
    padding: 64px 32px 48px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}
.footer-section p{
    color: #9CA3AF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.75px; /* 162.5% */
}
.footer-section a{
    color: #9CA3AF;

    /* Items */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}
.footer-title {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 0.5rem;
}

.footer-list a {
    text-decoration: none;
    font-size: 14px;
}

.footer-list a:hover {
    color: #ffffff;
}

.Certified img {
margin-left: 16px;
}

.social-icons img {
    height: 32px;
    width: 32px;
}

.footer-divider {
    border-top: 1px solid #1E2939;
    margin: 30px 0 15px;
}
.hero-section{
    background: linear-gradient(180deg, #E3F4FF 0%, #FFF 100%);

    display: flex;
    padding: 80px 38px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}


.disruption-section {
    background: #ffffff;
    display: flex;
    padding: 80px 32px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.problem-card {
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 18px;
    border: 0.8px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);}

.problem-card .icon {
    background: #ffe9e9;
    color: #ff4d4f;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.problem-card p {
    color: #364153;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.solution-box {
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(236, 253, 245, 0.30) 0%, rgba(239, 246, 255, 0.30) 100%);
    padding: 80px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}
.FreightAssist{
    border-radius: 32px;
    padding: 80px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.solution-item h6 {
    color: #101828;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 150% */
    margin-top: 16px;
}

.solution-item p {
    color: #4A4A4A;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.solution-icon {
    width: 64px;
    height: 64px;
    margin: auto;
    border-radius: 50%;
    background: var(--White, #FFF);
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 20px;*/
}
.solution-icon svg{
    width: 32px;
    height: 32px;
    margin: auto;
    background: var(--White, #FFF);
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size: 20px;*/
}
.world-section {
    background: #ffffff;
    display: flex;
    padding: 80px 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    align-self: stretch;
}
.world-section .sub-heading{
    color: var(--Text-Primary, #1A1A1A);
    text-align: center;

    /* Body */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.world-card {
    background: #ffffff;
    padding: 28px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;

    border-radius: 18px;
    border: 0.8px solid var(--Border, #F3F4F6);

}

.world-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.world-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    border: 1px solid var(--Primary, #0083DB);
    background: var(--White, #FFF);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 18px;
}
.world-icon svg{
    height: 32px;
    width: 32px;
}
.world-card h6 {
    color: var(--Text-Primary, #1A1A1A);
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px; /* 150% */    margin-bottom: 8px;
}

.world-card p {
    color: #4A5565;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-bottom: 16px;
}

.world-card a {
    color: var(--Primary, #0083DB);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    text-decoration: none;
}

.world-card a i {
    margin-left: 6px;
    transition: transform 0.2s ease;
}

.world-card a:hover i {
    transform: translateX(4px);
}


/* Outer cards */
.hiw-wrapper{
    border-radius: 32px;
    background: rgba(0, 131, 219, 0.04);
    padding: 80px;

}
.limitations-wrapper{
    border-radius: 32px;
    background: rgba(0, 131, 219, 0.04);
    padding: 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

/* “Avatar” pill on top */
.hiw-avatar-pill {
    background: #111827;
    color: #fff;
    border-radius: 999px;
    padding: 0.25rem 0.9rem;
    box-shadow: 0 16px 40px rgba(15, 35, 52, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
}
.hiw-avatar-pill .avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    background: #e5e7eb;
}

/* Step cards */
.step-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 18px;
    border: 1.6px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}
.step-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    /*margin-bottom: 0.75rem;*/
}
.step-card h5{
    color: #101828;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 150% */
    margin-bottom: 0px;
}
.step-card p{
    color: #364153;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

.step-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    border: 1px solid var(--Primary, #0083DB);
    background: var(--White, #FFF);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.step-icon svg{
    height: 32px;
    width: 32px;
}
.step-number {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    border: 1px solid var(--Primary, #0083DB);
    background: var(--White, #FFF);
    color: var(--Text-Primary, #1A1A1A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

/* Video card */
.video-card {
    background: #e5e7eb;
    border-radius: 18px;
    min-height: 260px;
    position: relative;
}
.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 40px rgba(15, 35, 52, 0.35);
    cursor: pointer;
}

/* Limitations icon */
.limitations-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #e1ecff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    flex-shrink: 0;
    margin-right: 0.9rem;
}

.results-wrapper {
    margin-top: 80px;
    padding: 80px 32px;

    gap: 32px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(236, 253, 245, 0.30) 0%, rgba(239, 246, 255, 0.30) 100%);
    position: relative;
    overflow: hidden;
}
.img-backgroung{
    position: absolute ;
    top: -120px;
    right: -3px;
}
.results-bg-icon {

}

.stat-card {
    border-radius: 24px;
    background: var(--White, #FFF);
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
    /* Shadow */
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
}

.stat-value {
    color: var(--Text-Primary, #1A1A1A);
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.stat-label {
    color: var(--Text-Primary, #1A1A1A);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

/* Testimonial */
.testimonial-card {
    border-radius: 24px;
    border: 1px solid var(--Grad-Secondary, #3E8E7E);
    background: linear-gradient(115deg, rgba(62, 142, 126, 0.10) 0%, rgba(255, 255, 255, 0.10) 87.41%);
    padding: 32px;
    align-items: center;
    gap: 44px;
    margin-bottom: 80px;
}

.testimonial-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #d1fae5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #10b981;
    margin-right: 0.75rem;
}

.feature-block {
    border-radius: 18px;
    padding: 1.5rem 2rem;
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 1.25rem;
}

.feature-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.15rem 0.9rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

/* Variants */
.feature-live {
    border-radius: 18px;
    border: 1.6px solid rgba(0, 167, 157, 0.40);
    background: var(--White, #FFF);
}
.feature-live .feature-badge {
    background: #10b981;
}
.feature-live .feature-list li::before {
    background: #10b981;
}

.feature-data {
    border-radius: 18px;
    border: 1.6px solid rgba(247, 181, 0, 0.40);
    background: var(--White, #FFF);
}
.feature-data .feature-badge {
    background: #F7B500
}
.feature-data .feature-list li::before {
    background: #F7B500
}

.feature-planned {
    border-radius: 18px;
    border: 1.6px solid rgba(0, 131, 219, 0.40);
    background: var(--White, #FFF);
}
.feature-planned .feature-badge {
    border-radius: 12px;
    background: var(--Primary, #0083DB);}
.feature-planned .feature-list li::before {
    background: #0083DB;
}

/* Bullet list */
.feature-list {
    list-style: none;
    margin: 1rem 0 0;
    padding-left: 0;
}
.feature-list li {
    position: relative;
    padding-left: 1.1rem;
    color: #364153;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    margin-bottom: 16px;
}
.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.stat-card .tex-mute{
    color: #4A5565;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}

/* Testimonial */
.testimonial-wrapper {
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(254, 242, 242, 0.50) 0%, rgba(255, 247, 237, 0.50) 100%);
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.testimonial-icon {
    font-size: 2.4rem;
    color: #e5b28c;
    opacity: 0.7;
    margin-bottom: 0.75rem;
}

.testimonial-text {
    color: var(--Text-Primary, #1A1A1A);
    font-family: Inter;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.testimonial-author {
    margin-top: 1rem;
    color: var(--Text-Primary, #1A1A1A);

    /* Body */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* CTA */
.sme-cta {
    background: #eff6ff;
    padding: 3.5rem 1rem;
}

.sme-cta-title {
    color: #111827;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 16px !important;
}

.sme-cta-highlight {
    color: var(--Primary, #0083DB);
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.sme-cta-subtitle {
    color: #111827;
    text-align: center;

    /* H2 */
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px !important;

}

.sme-cta-note {
    color: var(--Light-Text, #6B7280);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sme-cta .btn-primary {
    border-radius: 16px;
    background: var(--Primary, #0083DB);
    padding: 16px 24px;
    /* Shadow */
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    margin-top: 16px;
}
.hero-image{
    border-radius: 10px;
}
.mission-section{
    padding: 80px 32px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}
.mission-card{
    border-radius: 18px;
    border: 0.8px solid #F3F4F6;
    background: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
    padding: 24px;
    align-items: center;
    text-align: center;
    gap: 12px;
}
.mission-section p{
    color: var(--Text-Primary, #1A1A1A);
    text-align: center;

    /* Body */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.mission-card .solution-icon{
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 18px;
    background: rgba(0, 131, 219, 0.20);
}
.mission-card .solution-icon svg{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: unset;
}
.mission-card h6{
    color: #101828;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 150% */
    padding-top: 12px;
}
.mission-card p{
    color: #364153;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
.Why-exist{
    padding: 80px 32px;

    gap: 24px;
    align-self: stretch;
    text-align: start;
}
.Why-exist p{
    color: #4A4A4A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    padding-top: 24px;
}
.Why-exist img{
    border-radius: 15px;
}

/* Mobile view adjustments */
@media (max-width: 700px) {
    .Why-exist img{
       margin-top: 15px;
    }
    h1,.heading-2{
        font-size: 19px;
    }
    .stat-value{
        font-size: 22px;
    }
    .stat-card{
        padding: 12px;
    }
    .hero-image{
        padding-top: 15px;
    }
    .pt-32{
        padding-top: 16px;
    }
    .problem-card{
        display: block;
    }
    .navbar-nav .dropdown-menu{
        padding: 0;
    }
    .hero-section, .disruption-section, .solution-box, .world-section, .results-wrapper{
        padding: 30px 15px;
    }
    .hiw-wrapper{
        padding: 15px;
    }
    .pse-32{
        padding-right: 15px;
        padding-left: 15px;
    }
    .footer-section{
        padding: 25px 18px;
        text-align: center;
    }
    .footer-section br{
        display: none;
    }
    .Certified{
        padding-top: 15px;
    }
}