*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    transition: .5s;
    text-decoration: none;
    font-family: poppins;
}

nav {
    width: 100%; height: 90px; background: #fff;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 100px; position: sticky; top: 0; z-index: 999;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}
.first {
    width: 70px; height: 70px;
    background: url('../images/corporate-logo-removebg-preview.png') center/cover no-repeat;
    flex-shrink: 0;
}
.last { display: flex; gap: 28px; align-items: center; }
.navlinks { color: #0d1b2a; font-size: 15px; font-weight: 500; transition: color 0.3s; }
.navlinks:hover { color: #65C246; }
.navlink {
    padding: 10px 24px; background: #65C246; color: #fff;
    border-radius: 50px; font-weight: 600; font-size: 14px; transition: background 0.3s;
}
.navlink:hover { background: #4da832; }
.navlinkk {
    padding: 10px 24px; border: 2px solid #65C246; color: #0d1b2a;
    border-radius: 50px; font-weight: 600; font-size: 14px;
    transition: background 0.3s, color 0.3s;
}
.navlinkk:hover { background: #65C246; color: #fff; }
.namee { font-size: 14px; color: #0d1b2a; font-weight: 600; }
#icon { display: none; font-size: 24px; cursor: pointer; }
.menu, .men, .menn { display: none; }
.what-btn {
    position: fixed; bottom: 20px; right: 20px;
    font-size: 54px; color: #25D366; z-index: 1000;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.2));
}

header{
    width: 100%;
    height: 80vh;
    background-image: url('../images/n-head.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dark{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.548);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    color: white;
}

.head-head{
    font-size: 50px;
}

.head-text{
    width: 50%;
    font-size: 18px;
    line-height: 24px;
}

/* ─── Shared section utilities ─── */
span { color: #65C246; }

.section-label {
    display: inline-block;
    background: rgba(101, 194, 70, 0.12);
    color: #65C246;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 16px;
}
.section-label.light { background: rgba(255,255,255,0.15); color: #fff; }

.section-title {
    font-size: 38px;
    font-weight: 700;
    color: #0d1b2a;
    line-height: 1.2;
    margin-bottom: 14px;
}
.section-title.light { color: #fff; }

.section-sub {
    font-size: 16px;
    color: #5a6a7a;
    max-width: 640px;
    line-height: 1.75;
    margin-bottom: 48px;
}
.section-sub.light { color: rgba(255,255,255,0.8); }

/* ─── Hero ─── */
.hero {
    width: 100%;
    min-height: 92vh;
    background-image: url('../images/n-head.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-overlay {
    width: 100%;
    min-height: 92vh;
    background: linear-gradient(135deg, rgba(13,27,42,0.88) 0%, rgba(13,27,42,0.65) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 40px;
    gap: 20px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(101,194,70,0.18);
    border: 1px solid rgba(101,194,70,0.4);
    color: #a8e890;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 20px;
    border-radius: 50px;
}

.hero-title {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    max-width: 820px;
}

.hero-accent {
    color: #65C246;
}

.hero-sub {
    font-size: 18px;
    color: rgba(255,255,255,0.82);
    max-width: 660px;
    line-height: 1.75;
}

.hero-cta-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;
}

.btn-primary-hero {
    padding: 15px 36px;
    background: #65C246;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: background 0.3s, transform 0.2s;
}
.btn-primary-hero:hover { background: #4da832; transform: translateY(-2px); }

.btn-outline-hero {
    padding: 15px 36px;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: border-color 0.3s, background 0.3s;
}
.btn-outline-hero:hover { border-color: #65C246; background: rgba(101,194,70,0.1); }

.hero-regions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}
.hero-regions span {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    padding: 6px 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.hero-regions span i { color: #65C246; }

/* ─── Stats Bar ─── */
.stats-bar {
    width: 100%;
    background: #0d1b2a;
    padding: 50px 40px;
    display: flex;
    justify-content: center;
}

.stats-inner {
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
}

.stat-item i {
    font-size: 36px;
    color: #65C246;
}

.stat-item h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.stat-item p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin-top: 4px;
}

.stat-divider {
    width: 1px;
    height: 70px;
    background: rgba(255,255,255,0.12);
}

/* ─── Global Reach ─── */
.global-section {
    width: 100%;
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #f7f9fc;
}

.global-grid {
    width: 100%;
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.global-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
}
.global-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(0,0,0,0.12); }

.global-icon {
    font-size: 36px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.global-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 8px;
}

.global-card p {
    font-size: 13px;
    color: #6b7a8d;
    line-height: 1.6;
}

/* ─── How It Works ─── */
.how-section {
    width: 100%;
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
}

.steps-grid {
    width: 100%;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.step-card {
    width: 260px;
    background: #f7f9fc;
    border-radius: 20px;
    padding: 36px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
}
.step-card:hover { transform: translateY(-6px); box-shadow: 0 12px 30px rgba(101,194,70,0.15); }

.step-number {
    font-size: 48px;
    font-weight: 800;
    color: rgba(101,194,70,0.15);
    line-height: 1;
    position: absolute;
    top: 14px;
    right: 18px;
}

.step-icon {
    font-size: 32px;
    color: #65C246;
}

.step-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #0d1b2a;
}

.step-card p {
    font-size: 14px;
    color: #6b7a8d;
    line-height: 1.65;
}

.step-arrow {
    font-size: 22px;
    color: #65C246;
    padding: 0 16px;
    flex-shrink: 0;
}

.btn-green-center {
    display: inline-block;
    padding: 15px 40px;
    background: #65C246;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: background 0.3s, transform 0.2s;
}
.btn-green-center:hover { background: #4da832; transform: translateY(-2px); }

/* ─── Why Choose Us ─── */
.why-section {
    width: 100%;
    background: linear-gradient(135deg, #0d1b2a 0%, #1a3348 100%);
    padding: 100px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

.why-left {
    flex: 1;
    min-width: 300px;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.btn-outline-white {
    display: inline-block;
    margin-top: 8px;
    padding: 14px 32px;
    border: 2px solid rgba(255,255,255,0.4);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    width: fit-content;
    transition: border-color 0.3s, background 0.3s;
}
.btn-outline-white:hover { border-color: #65C246; background: rgba(101,194,70,0.1); }

.why-right {
    flex: 1;
    min-width: 300px;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 24px 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: background 0.3s, border-color 0.3s;
}
.why-card:hover { background: rgba(101,194,70,0.08); border-color: rgba(101,194,70,0.3); }

.why-card-icon {
    width: 48px;
    height: 48px;
    background: rgba(101,194,70,0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #65C246;
    flex-shrink: 0;
}

.why-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.why-card p {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 1.65;
}

/* ─── Services ─── */
.services-section {
    width: 100%;
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #f7f9fc;
}

.services-grid {
    width: 100%;
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 28px;
    text-align: left;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    border-bottom: 4px solid transparent;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(101,194,70,0.15); border-bottom-color: #65C246; }

.service-icon-wrap {
    width: 56px;
    height: 56px;
    background: rgba(101,194,70,0.1);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #65C246;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14px;
    color: #6b7a8d;
    line-height: 1.7;
}

/* ─── CTA ─── */
.cta-section {
    width: 100%;
    background-image: url('../images/serv.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.cta-overlay {
    width: 100%;
    padding: 100px 40px;
    background: linear-gradient(135deg, rgba(13,27,42,0.90) 0%, rgba(13,27,42,0.75) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.cta-overlay h2 {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    max-width: 700px;
    line-height: 1.2;
}

.cta-overlay p {
    font-size: 17px;
    color: rgba(255,255,255,0.78);
    max-width: 620px;
    line-height: 1.75;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

/* ─── Video Testimonials ─── */
.video-testimonials {
    width: 100%;
    padding: 100px 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    background: #fff;
}

.video-testimonials-grid {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 0;
}

.video-testimonials-single {
    width: 70%;
    max-width: 900px;
    display: flex;
    justify-content: center;
}
.video-testimonial-card.featured .video-wrapper {
    padding-top: 56.25%;
}
.video-testimonial-card.featured .video-wrapper video {
    object-fit: contain;
}

.video-testimonial-card {
    width: 330px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s, box-shadow 0.3s;
}
.video-testimonial-card.featured { width: 100%; }
.video-testimonial-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,0.15); }

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background-color: #0d1b2a;
}

.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
    background: #0d1b2a;
}

.video-testimonial-info {
    padding: 18px 22px;
    border-top: 3px solid #65C246;
}

.video-testimonial-name {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 4px 0;
    color: #0d1b2a;
}

.video-testimonial-role {
    font-size: 13px;
    color: #65C246;
    margin: 0;
}

.testim { width: 80%; line-height: 24px; }
.person { font-weight: 700; }
.contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 50px;
    background-color: white;
    color: #65C246;
    font-weight: 600;
}





footer { width: 100%; background: #0d1b2a; color: #fff; padding: 60px 100px 20px; }
.footer-content { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; margin-bottom: 50px; }
.footer-section { display: flex; flex-direction: column; gap: 12px; }
.footer-section h3 { color: #fff; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px; }
.footer-section a { color: rgba(255,255,255,0.55); font-size: 14px; transition: color 0.3s; }
.footer-section a:hover { color: #65C246; }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; gap: 30px; margin-bottom: 30px; }
.footer-logo { display: flex; flex-direction: column; gap: 12px; }
.footer-logo img { width: 140px; height: auto; }
.footer-logo p { color: rgba(255,255,255,0.5); font-size: 13px; }
.app-buttons { display: flex; gap: 10px; }
.app-btn { background: rgba(255,255,255,0.1); color: #fff; padding: 8px 16px; border-radius: 8px; font-size: 13px; border: 1px solid rgba(255,255,255,0.15); }
.footer-signup { display: flex; flex-direction: column; gap: 12px; }
.footer-signup h3 { color: #fff; }
.signup-form { display: flex; gap: 10px; }
.signup-form input { padding: 10px 16px; border-radius: 8px; border: none; outline: none; font-size: 14px; }
.signup-form button { background: #65C246; color: #fff; border: none; padding: 10px 20px; border-radius: 8px; cursor: pointer; font-weight: 600; }
.certifications { display: flex; gap: 20px; align-items: center; }
.certifications img { height: 60px; width: auto; border-radius: 8px; }
.copyright { text-align: center; color: rgba(255,255,255,0.35); padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 13px; }
.copyright a { color: rgba(255,255,255,0.35); }
.copyright a:hover { color: #65C246; }
.success-message { background: rgba(101,194,70,0.1); border: 1px solid #65C246; color: #2d6a18; padding: 14px 20px; border-radius: 10px; margin-bottom: 20px; }
.error-message { background: rgba(220,53,69,0.1); border: 1px solid #dc3545; color: #8b1a25; padding: 14px 20px; border-radius: 10px; margin-bottom: 20px; }


#icon{
    display: none;
    visibility: hidden;
}

.menu{
    display: none;
    visibility: hidden;
}

.nam{
    font-size: 20px;
}



.men{
    width: 20%;
    height: 400px;
    position: fixed;
    top: 100px;
    right: 300px;
    background-color: white;
    color: black;
    display: none;
}

.activee{
    display: flex;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.navlins{
    font-size: 20px;
    color: black;
    font-weight: 700;
}

.menn{
    display: none;
    visibility: hidded;
}






@media (max-width: 768px) {


    .menn{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #65C246;
        color: white;
        z-index: 10000;
        display: none;
    }

    .cancel{
        position: absolute;
        top: 20px;
        right: 20px;
    }
    
    .activeee{
        display: flex;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 60px;
    }

 nav { padding: 0 20px; }
    .navlinks, .navlinkk, .navlink, .namee { display: none; }


    #icon{
        display: block;
        visibility: visible;
        font-size: 25px;
    }

    .menu{
        width: 70%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: white;
        display: none;
    }

    .navlin{
        color: black;
        font-size: 22px;
    }

    .navli{
        width: 100px;
        height: 50px;
        border-radius: 20px;
        border: 2px solid #65C246;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navl{
        width: 100px;
        height: 50px;
        border-radius: 20px;
        background-color: black;
        color: #65C246;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .active{
        display: flex;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 60px;
    }




    .contact { width: auto; padding: 12px 24px; }




    /* Hero mobile */
    .hero-title { font-size: 32px; }
    .hero-sub { font-size: 15px; }
    .hero-overlay { padding: 60px 20px; }
    .hero-badge { font-size: 11px; }

    /* Stats */
    .stats-inner { flex-direction: column; gap: 20px; }
    .stat-divider { width: 60%; height: 1px; }

    /* Global grid */
    .global-section { padding: 60px 20px; }
    .global-grid { grid-template-columns: repeat(2, 1fr); }
    .section-title { font-size: 26px; }

    /* How it works */
    .how-section { padding: 60px 20px; }
    .steps-grid { flex-direction: column; align-items: center; }
    .step-arrow { transform: rotate(90deg); padding: 10px 0; }
    .step-card { width: 90%; max-width: 340px; }

    /* Why section */
    .why-section { padding: 60px 20px; flex-direction: column; gap: 40px; }
    .why-left, .why-right { max-width: 100%; min-width: unset; }

    /* Services */
    .services-section { padding: 60px 20px; }
    .services-grid { grid-template-columns: 1fr; }

    /* CTA */
    .cta-overlay { padding: 60px 20px; }
    .cta-overlay h2 { font-size: 28px; }
    .cta-buttons { flex-direction: column; align-items: center; }
    .btn-primary-hero, .btn-outline-hero { width: 100%; max-width: 300px; text-align: center; }

    /* Video testimonials */
    .video-testimonials { padding: 60px 20px; }
    .video-testimonial-card { width: 90%; max-width: 400px; }

    footer { padding: 40px 20px 20px; }
    .footer-content, .footer-bottom { flex-direction: column; }
}