:root{
  --navy-deep:#00B4A6;
  --navy-mid:#0D2740;
  --navy-line:rgba(255,255,255,0.09);
  --teal:#00B4A6;
  --teal-bright:#1FD8C7;
  --teal-deep:#017F76;
  --white:#FFFFFF;
  --off-white:#F5F8F8;
  --ink:#0B1F2E;
  --ink-soft:#4A5C68;
  --line-light:rgba(11,31,46,0.10);

  --acc-webinar:#00B4A6; --acc-webinar-deep:#017F76;
  --acc-workshop:#1F9D63; --acc-workshop-deep:#146B44;
  --acc-campaign:#4F5FE0; --acc-campaign-deep:#3641A8;
  --acc-report:#7A3FE0; --acc-report-deep:#5726A8;

  --font-display:'Open Sans', sans-serif;
  --font-body:'Open Sans', sans-serif;
  --font-mono:'Open Sans', monospace;

  --radius-lg:18px;
  --radius-md:12px;
  --radius-sm:8px;
  --shadow-card:0 10px 26px -12px rgba(7,26,43,0.18);
  --ease:cubic-bezier(.16,.84,.44,1);
}

.headerCont {
    display: none !important;
}
  #solutions,
    #testimonials,
    #hero,
    #welcome{
        padding-top:70px;
    }

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--off-white);-webkit-font-smoothing:antialiased;overflow-x:hidden;}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
h1,h2,h3,h4{font-family:var(--font-display);margin:0;line-height:1.12;color:var(--ink);font-weight:700;}
p{margin:0;}
ul{margin:0;padding:0;list-style:none;}
.mono{font-family:var(--font-mono);}

.ui.top.menu.no.border.margin.personalMenu {
    display: none;
}
@media (prefers-reduced-motion: reduce){*{/*animation-duration:0.01ms !important;*/transition-duration:0.01ms !important;scroll-behavior:auto !important;}}
.defautl{
    display:none;
}

.wrap{max-width:1200px;margin:0 auto;padding:0 32px;}
.eyebrow{font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-deep);display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;}
.eyebrow::before{content:'';width:20px;height:1px;background:currentColor;}
.section-pad{padding:0px 0 20px 0;}
.section-light {background:var(--off-white);}
.testimonials{
    background:linear-gradient(160deg, #D8F3F0 0%, #EAF7F5 45%, #F5F8F8 100%);
}
.section-white{background:var(--white);}
.section-navy{background:var(--navy-deep);color:var(--white);}
.section-navy h2,.section-navy h3,.section-navy h4{color:var(--white);}
.section-navy .eyebrow{color:var(--teal-bright);}
.section-title{font-size:clamp(26px,2.8vw,32px);letter-spacing:-0.01em;color:var(--ink); }

.section-navy .section-title{color:#fff;}
.section-sub{font-size:16px;color:var(--ink-soft);max-width:540px;margin-top:12px;line-height:1.6;}
.section-navy .section-sub{color:rgba(255,255,255,0.62);}
.head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;flex-wrap:wrap;margin-bottom:44px;}
.center-head{text-align:center;max-width:1200px;margin:0 auto 44px;}
.center-head .eyebrow{justify-content:center;}
.center-head .section-sub{margin-left:auto;margin-right:auto;}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 26px;border-radius:100px;font-weight:600;font-size:14px;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease),color .25s var(--ease);white-space:nowrap;}
.btn-primary{background:var(--teal);color:var(--off-white);}
.btn-primary:hover{transform:translateY(-2px);background:#074874;color:#fff;border:1.5px solid var(--teal-bright);}
.btn-ghost{background:#074874;color:#fff;border:1.5px solid #fff;}
.btn-ghost:hover{border:1.5px solid #074874;color:#074874;transform:translateY(-2px);background:var(--teal-bright);}
.btn-outline-dark{background:transparent;color:var(--ink);border:1.5px solid var(--line-light);}
.btn-outline-dark:hover{border-color:var(--teal);color:var(--teal-deep);}
.btn-sm{padding:10px 18px;font-size:13px;}

.fade{opacity:0;transform:translateY(18px);transition:opacity .6s var(--ease),transform .6s var(--ease);}
.fade.is-visible{opacity:1;transform:translateY(0);}

/* ============ NAV ============ */
.nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:18px 32px;background:#fff/*rgba(7,26,43)*/;transition:background .3s var(--ease),padding .3s var(--ease);}
.nav.scrolled{background:#fff/*rgba(7,26,43,0.94)*/;backdrop-filter:blur(12px);padding:13px 32px;box-shadow:0 8px 24px -14px rgba(0,0,0,0.5);}

.nav-logo{display:flex;align-items:center;gap:10px;}
.nav-logo img{height:50px;width:auto;}
.logo-fallback-text{font-family:var(--font-display);font-weight:700;font-size:16px;color:#fff;}
.nav-links{display:flex;align-items:center;gap:28px;}
.nav-links a{font-size:14px;font-weight:bold;color:rgba(7,72,116)/*rgba(255,255,255,0.82)*/;transition:color .25s;}
.nav-links a:hover{color:#00B4A6;}
.nav-links a:active{color:#00B4A6;}
.nav-cta{display:flex;align-items:center;gap:14px;}
.nav-burger{display:none;flex-direction:column;gap:5px;width:24px;}
.nav-burger span{height:2px;background:rgba(7,72,116);border-radius:2px;}
button#navClose
 {
    display: none;
}


@media (max-width:940px){
  .nav-links{position:fixed;top:0;right:-100%;width:76%;max-width:300px;height:100vh;background:var(--navy-deep);flex-direction:column;align-items:flex-start;padding:40px;gap:24px;transition:right .4s var(--ease);}
  .nav-links.open{right:0;}
  .nav-cta .btn-ghost{display:none;}
  .nav-burger{display:flex;}
    .nav-links a:hover{color:#fff;}
.nav-links a:active{color:#fff;}
  .nav-close{position:absolute;top:18px;right:18px;width:32px;height:32px;border-radius:50%;background:var(--off-white);display:flex !important;align-items:center;justify-content:center;font-size:15px;color:var(--ink-soft);}
.nav-close:hover{background:var(--off-white);color:rgba(7,72,116);border: 2px solid rgba(7,72,116);}
    .nav-logo img{height:30px;width:auto;}
    
   
}

/* ============ HERO ============ */
.hero{position:relative;min-height:88vh;display:flex;align-items:center;color:#fff;overflow:hidden;}

.hero-photo{position:absolute;inset:0;z-index:0;overflow:hidden}
.hero-slide{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
   
    opacity:0;
    transition:opacity 1s ease;
}

.hero-slide.active{
    opacity:1;
}
.hero-slide{
    transition:opacity 1.2s ease-in-out;
}

.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-inner {
    display: none;
    animation: fade 1s ease forwards;
}

.hero-inner.active {
    display: block;
    
    
}

@keyframes fade  {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(50px);
    }
}
@media (max-width:767px){
    @keyframes fade  {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;position:absolute;inset:0;}
.hero-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(100deg, rgba(5,13,22,0.95) 0%, rgba(6,20,33,0.88) 40%, rgba(7,26,43,0.5) 65%, rgba(7,26,43,0.3) 100%);}
.hero-wave{position:absolute;left:0;right:0;bottom:0;height:150px;opacity:.5;pointer-events:none;z-index:1;}
.hero-wave svg{width:200%;height:100%;animation:wave-drift 18s linear infinite;}
@keyframes wave-drift{from{transform:translateX(0);}to{transform:translateX(-50%);}}
.hero-inner{position:relative;z-index:2;max-width:600px;}
.hero-inner .eyebrow{color:var(--teal-bright);}
.hero-inner h1{font-size:clamp(36px,4.4vw,54px);font-weight:700;letter-spacing:-0.015em;color:#fff;}
.hero-inner h1 em{font-style:normal;color:var(--teal-bright);}
.hero-inner p.lead{margin-top:18px;font-size:16.5px;font-weight:600;color:#fff;line-height:1.5;}
.hero-divider{width:40px;height:3px;background:var(--teal);margin:20px 0;border-radius:2px;}
.hero-inner p.desc{font-size:15.5px;line-height:1.65;color:rgba(255,255,255,0.72);max-width:480px;}
.hero-ctas{margin-top:32px;display:flex;gap:14px;flex-wrap:wrap;}

/* ============ WELCOME / INTRO ============ */
.welcome{background:linear-gradient(160deg, #D8F3F0 0%, #EAF7F5 45%, #F5F8F8 100%);}
.welcome-box{max-width:760px;margin:0 auto;text-align:center;}
/*.welcome-badge{display:inline-block;background:var(--teal-deep);color:#fff;font-family:var(--font-mono);font-weight:600;font-size:11px;letter-spacing:.1em;padding:6px 14px;border-radius:100px;margin-bottom:18px;}*/
.welcome-badge{
    display:inline-block;
    position:relative;
    overflow:hidden;
    padding:8px 18px;
    border-radius:50px;
    background:linear-gradient(135deg,#017F76,#1FD8C7);
    color:#fff;
    font-family:var(--font-mono);
    font-size:11px;
    font-weight:700;
    letter-spacing:.15em;
    text-transform:uppercase;
    box-shadow:0 0 0 rgba(44,145,199,.7);
    animation:pulseGlow 2s infinite;
}

/* Moving shine */
.welcome-badge::before{
    content:"";
    position:absolute;
    top:-50%;
    left:-150%;
    width:45%;
    height:220%;
    background:linear-gradient(
        120deg,
        transparent 0%,
        rgba(7,72,116,0.8) 35%,
        rgba(44,145,199,0.5) 50%,
        rgba(122,164,226,0.3) 65%,
        transparent 100%
    );
    transform:rotate(25deg);
    animation:shine 2.5s infinite ease-in-out;
}

/* Tiny sparkle */
.welcome-badge::after{
    content:"✦";
    position:absolute;
    right:10px;
    top:4px;
    font-size:10px;
    color:#fff;
    animation:sparkle .8s infinite alternate;
}

@keyframes shine{
    0%{left:-150%;}
    100%{left:180%;}
}

@keyframes pulseGlow{
    0%,100%{
        transform:scale(1);
        box-shadow:0 0 8px rgba(44,145,199,.45);
    }
    50%{
        transform:scale(1.08);
        box-shadow:
            0 0 16px rgba(44,145,199,.8),
            0 0 28px rgba(44,145,199,.5);
    }
}

@keyframes sparkle{
    from{
        opacity:.3;
        transform:scale(.8) rotate(0deg);
    }
    to{
        opacity:1;
        transform:scale(1.4) rotate(20deg);
    }
}
.welcome-box h2{font-size:clamp(26px,2.8vw,32px);}
.welcome-box p{margin-top:18px;font-size:16px;line-height:1.7;color:var(--ink-soft);}
.welcome-sign{margin-top:28px;font-family:var(--font-mono);font-size:13px;color:var(--teal-deep);font-weight:600;}
.welcome-box .btn{margin-top:26px;}

/* ============ PRODUCT TYPES (rich cards) ============ */
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;}
.product-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 16px 40px -18px rgba(7,26,43,0.22);border:1px solid var(--line-light);display:flex;flex-direction:column;transition:transform .3s var(--ease), box-shadow .3s var(--ease);}
.product-card:hover{transform:translateY(-6px);box-shadow:0 24px 50px -18px rgba(7,26,43,0.3);}
.product-head{padding:26px 28px 22px;color:#fff;position:relative;overflow:hidden;}
.product-head::after{content:'';position:absolute;inset:0;background:radial-gradient(120% 160% at 100% 0%, rgba(255,255,255,0.16), transparent 60%);pointer-events:none;}
.product-head .ic{width:46px;height:46px;border-radius:12px;background:rgba(255,255,255,0.16);border:1px solid rgba(255,255,255,0.25);display:flex;align-items:center;justify-content:center;margin-bottom:14px;position:relative;z-index:1;}
.product-head .ic svg{width:22px;height:22px;}
.product-head h3{font-size:21px;font-weight:700;color:#fff;position:relative;z-index:1;}
.product-head .tagline{margin-top:6px;font-size:13.5px;font-weight:600;color:rgba(255,255,255,0.88);position:relative;z-index:1;line-height:1.45;}
.product-card.c-teal .product-head{background:linear-gradient(135deg, var(--acc-webinar-deep), #4fbcb5);}
.product-card.c-green .product-head{background:linear-gradient(135deg, #074874,#2c91c7);}
.product-card.c-blue .product-head{background:linear-gradient(135deg, #074874,#2c91c7);}
.product-card.c-purple .product-head{background:linear-gradient(135deg, var(--acc-webinar-deep), #4fbcb5);     }

.product-body{padding:24px 28px 28px;display:flex;flex-direction:column;flex:1;}
.product-body > .desc{font-size:14px;line-height:1.65;color:var(--ink-soft);}
.product-label{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);margin:22px 0 12px;}
.product-card.c-teal .product-label{color:var(--acc-webinar-deep);}
.product-card.c-green .product-label{color:#4fbcb5;}
.product-card.c-blue .product-label{color:#074874;}
.product-card.c-purple .product-label{color:#2c91c7;}
.product-checklist{display:grid;grid-template-columns:1fr 1fr;gap:8px 14px;}
.product-checklist li{font-size:13px;color:var(--ink);display:flex;align-items:flex-start;gap:7px;line-height:1.4;}
.product-checklist li::before{content:'✓';font-size:10.5px;font-weight:700;color:var(--teal-deep);flex-shrink:0;margin-top:2.5px;}
.product-card.c-green .product-checklist li::before{color:#4fbcb5;}
.product-card.c-blue .product-checklist li::before{color:#074874;}
.product-card.c-purple .product-checklist li::before{color:#2c91c7;}

.product-stats{margin-top:auto;padding-top:20px;margin-top:22px;border-top:1px solid var(--line-light);display:flex;flex-wrap:wrap;gap:10px;}
.product-stat-chip{background:var(--off-white);border:1px solid var(--line-light);border-radius:100px;padding:7px 14px;font-family:var(--font-mono);font-size:12px;font-weight:600;color:var(--ink);}
@media (max-width:900px){.product-grid{grid-template-columns:1fr;}}
@media (max-width:520px){.product-checklist{grid-template-columns:1fr;}}

/* ============ LOGOS ============ */
.logo-carousel{
    display:flex;
    align-items:center;
    gap:15px;
    position:relative;
}

.logo-slider{
    flex:1;
    overflow:hidden;
    width:100%;
    padding:0 12px;
}

.logo-track{
    display:flex;
    gap:20px;
    overflow-x:hidden;
    scroll-behavior:smooth;
    scrollbar-width:none;
    -ms-overflow-style:none;
}

.logo-track::-webkit-scrollbar{
    display:none;
}

.logo-cell{
    flex:0 0 calc((100% - 40px) / 3);
    height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border:1px solid #eee;
    border-radius:12px;
    box-sizing:border-box;
}

.logo-cell img{
    width:180px;
    height:180px;
    object-fit:contain;
    transition:transform .3s ease;
}

.logo-cell:hover img{
    transform:scale(1.05);
}

.logo-arrow{
    position:relative;
    top:50%;
    width:40px;
    height:40px;
    border:none;
    background:none;
    color:#003b71;
    font-size:28px;
    cursor:pointer;
    transition:.3s;
    z-index:10;
      transform:translateY(-50%);
    
}
.logo-arrow.next{
    right:-20px;
}
.logo-arrow.prev{
    left:-20px;
}
.logo-arrow:hover{
    color:#4fbcb5;
}

/* Tablet */
@media (max-width:991px){
    .logo-cell{
        flex:0 0 calc((100% - 20px) / 2);
        height:180px;
    }

    .logo-cell img{
        width:140px;
        height:140px;
    }
}

/* Mobile */
@media (max-width:560px){
    .logo-track{
        gap:0;
    }

    .logo-cell{
        flex:0 0 100%;
        height:100px;
    }

    .logo-cell img{
        width:100px;
        height:100px;
        object-fit:contain;
    }

    .logo-arrow{
        font-size:22px;
    }
}

/* ============ TESTIMONIALS ============ */
.testi-wrap{max-width:700px;margin:0 auto;text-align:center;}
.testi-quote-mark{font-family:var(--font-display);font-size:56px;color:var(--teal);opacity:.4;line-height:1;}
.testi-slide{display:none;}
.testi-slide.active{display:block;animation:fadeIn 1s var(--ease);}
@keyframes fadeIn{from{opacity:0;transform:translateX(-20px);}to{opacity:1;transform:translateX(0px);}}
.testi-slide p{font-size:19px;line-height:1.55;color:var(--ink);font-family:var(--font-display);font-weight:500;}
.testi-meta{margin-top:20px;}
.testi-meta .company{font-family:var(--font-mono);font-size:11.5px;letter-spacing:.06em;color:var(--teal-deep);text-transform:uppercase;}
.testi-meta .role{font-size:12.5px;color:var(--ink-soft);margin-top:2px;}
.testi-stars{color:var(--teal);letter-spacing:3px;margin-top:8px;}
.testi-dots{display:flex;justify-content:center;gap:8px;margin-top:26px;}
.testi-dot{width:7px;height:7px;border-radius:50%;background:var(--line-light);transition:all .3s;}
.testi-dot.active{background:var(--teal);width:20px;border-radius:4px;}

/* ============ CONTACT ============ */
.contact{background:radial-gradient(120% 140% at 50% 0%, #0F2E48 0%, #071A2B 60%);text-align:center;padding:90px 0;}
.contact h2{color:#fff;font-size:clamp(28px,3.6vw,42px);max-width:640px;margin:0 auto;}
.contact p{margin:16px auto 0;max-width:480px;color:rgba(255,255,255,0.62);font-size:15.5px;}
.contact-ctas{display:flex;justify-content:center;gap:14px;margin-top:30px;flex-wrap:wrap;}
.contact-info{margin-top:40px;display:flex;justify-content:center;gap:34px;flex-wrap:wrap;font-family:var(--font-mono);font-size:12.5px;color:rgba(255,255,255,0.55);}

/* ============ FOOTER ============ */
.footer{background:#050F19;color:rgba(255,255,255,0.6);padding:44px 0 24px;}
.footer-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,0.08);}
.footer-row img{height:24px;}
.footer-links{display:flex;gap:22px;flex-wrap:wrap;}
.footer-links a{font-size:13px;color:rgba(255,255,255,0.6);transition:color .25s;}
.footer-links a:hover{color:var(--teal-bright);}
.footer-bottom{padding-top:18px;font-size:12px;color:rgba(255,255,255,0.35);text-align:center;}

/* ============ MODAL ============ */
.modal-overlay{position:fixed;inset:0;background:rgba(5,13,22,0.72);backdrop-filter:blur(4px);z-index:400;display:none;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .3s var(--ease);}
.modal-overlay.open{display:flex;opacity:1;visibility:visible;}
.modal-box{background:#fff;border-radius:var(--radius-lg);max-width:800px;width:100%;max-height:95vh;overflow-y:auto;padding:40px;position:relative;box-shadow:0 40px 90px -20px rgba(0,0,0,0.5);}
.modal-close{position:absolute;top:18px;right:18px;width:32px;height:32px;border-radius:50%;background:var(--off-white);display:flex;align-items:center;justify-content:center;font-size:15px;color:var(--ink-soft);}
.modal-close:hover{background:var(--teal);color:#fff;}
.modal-box h3{font-size:22px;}
.modal-box p.sub{margin-top:8px;color:var(--ink-soft);font-size:14px;}
.modal-form{margin-top:22px;display:flex;flex-direction:column;gap:14px;}
.modal-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.modal-field label{display:block;font-size:12px;font-weight:600;margin-bottom:6px;}
.modal-field input,.modal-field select,.modal-field textarea{width:100%;padding:11px 13px;border-radius:var(--radius-sm);border:1.5px solid var(--line-light);font-family:var(--font-body);font-size:13.5px;color:var(--ink);background:var(--off-white);}
.modal-field input:focus,.modal-field select:focus,.modal-field textarea:focus{outline:none;border-color:var(--teal);background:#fff;}
.modal-field textarea{resize:vertical;min-height:70px;}
.modal-success{display:none;text-align:center;padding:16px 0;}
.modal-success .ic{width:50px;height:50px;border-radius:50%;background:rgba(0,180,166,0.14);color:var(--teal-deep);display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 14px;}
@media (max-width:560px){.modal-row{grid-template-columns:1fr;}}
.sticky-cta{position:fixed;bottom:22px;right:22px;z-index:150;box-shadow:0 14px 32px -10px rgba(0,180,166,0.5);display:none;}
.zpsection {
    padding-block-end: 0px !important;
}