:root{--navy:#02160f;--deep:#053446;--teal:#12c6b2;--cyan:#32e6ff;--blue:#1677ff;--lime:#a8ff62;--soft:#f4fbfb;--text:#102126;--muted:#60727b;--line:#dcebed;--shadow:0 22px 60px rgba(2,22,15,.13);--radius:28px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;color:var(--text);background:white}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--navy);color:#c7ffff;font-size:13px}.topbar .container{display:flex;justify-content:space-between;gap:12px;padding:9px 0}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:76px}.brand{display:flex;align-items:center;gap:10px;font-weight:900}.brand img{width:150px;max-height:48px;object-fit:contain}.brand span{display:grid;line-height:1.05}.brand small{font-size:11px;color:var(--muted);font-weight:700}.nav{display:flex;align-items:center;gap:3px;list-style:none;margin:0;padding:0}.nav>li{position:relative}.nav>li>a{display:block;padding:28px 12px;font-weight:800;font-size:14px}.dropdown{position:absolute;top:100%;left:0;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);min-width:265px;padding:10px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;max-height:70vh;overflow:auto}.nav li:hover .dropdown{opacity:1;visibility:visible;transform:none}.dropdown a{display:block;padding:10px 12px;border-radius:12px;color:#18343b;font-weight:700}.dropdown a:hover{background:#ecffff;color:#057a79}.mobile-toggle{display:none;border:0;background:var(--navy);color:#fff;border-radius:12px;padding:10px 13px;font-size:22px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;font-weight:900;border:0;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--teal),var(--blue));color:#fff;box-shadow:0 16px 36px rgba(18,198,178,.28)}.btn-outline{color:#fff;border:1px solid rgba(255,255,255,.35)}.btn-soft{background:#eaffff;color:#034b54}.btn-light{background:#fff;color:var(--navy)}.actions{display:flex;gap:12px;flex-wrap:wrap}.eyebrow,.pill{display:inline-flex;align-items:center;gap:8px;font-weight:900;font-size:13px;color:#07807a;background:#eafffd;border-radius:999px;padding:8px 12px}.hero-slider{background:radial-gradient(circle at 80% 10%,rgba(50,230,255,.18),transparent 35%),linear-gradient(135deg,#02160f,#04334a 55%,#07536c);color:#fff;overflow:hidden}.slider-wrap{position:relative;min-height:620px}.slide{display:none;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;min-height:620px;padding:50px 0}.slide.active{display:grid}.slide h1{font-size:clamp(42px,6vw,76px);line-height:.98;margin:18px 0}.slide p{font-size:19px;line-height:1.7;color:#d9ffff;max-width:660px}.hero-art{position:relative;min-height:420px}.orbit{position:absolute;inset:20px;border:1px solid rgba(255,255,255,.15);border-radius:42px;transform:rotate(-5deg);background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.03))}.orbit i{position:absolute;width:72px;height:72px;border-radius:26px;background:linear-gradient(135deg,var(--cyan),var(--lime));box-shadow:0 20px 60px rgba(50,230,255,.2)}.orbit i:nth-child(1){left:20px;top:40px}.orbit i:nth-child(2){right:55px;top:85px;background:linear-gradient(135deg,var(--blue),var(--teal))}.orbit i:nth-child(3){left:45%;bottom:35px;background:linear-gradient(135deg,#fff,var(--cyan))}.glass-dashboard{position:absolute;right:35px;bottom:45px;width:min(370px,85%);padding:24px;border-radius:30px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(18px);box-shadow:0 30px 80px rgba(0,0,0,.2)}.glass-dashboard b{display:block;font-size:24px;margin-bottom:18px}.dash-row{display:flex;justify-content:space-between;background:rgba(255,255,255,.13);padding:14px;border-radius:16px;margin-top:10px}.slider-dots{position:absolute;left:0;bottom:35px;display:flex;gap:10px}.slider-dots button{width:42px;height:9px;border-radius:999px;border:0;background:rgba(255,255,255,.35);cursor:pointer}.slider-dots button.active{background:var(--lime)}.section{padding:88px 0}.section.compact{padding:72px 0}.alt{background:var(--soft)}.section-title{text-align:center;max-width:760px;margin:0 auto 42px}.section-title h2,.split h2{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:12px 0}.section-title p,.split p{color:var(--muted);line-height:1.8}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card,.mini-card,.team-card,.feature-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 14px 40px rgba(2,22,15,.06)}.service-card span{font-weight:950;color:var(--teal)}.service-card h3{margin:18px 0 8px}.service-card p,.mini-card span{color:var(--muted);line-height:1.6}.split,.product-layout,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.benefits{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.benefits span{background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:999px;font-weight:800}.feature-panel h3{font-size:26px;margin:0 0 15px}.feature-panel li{margin:12px 0;color:#39515a}.product-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-strip a{display:flex;align-items:center;gap:10px;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff;font-weight:800}.product-strip b{width:36px;height:36px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),var(--blue));color:#fff}.cta-section{padding:0 0 88px}.cta{background:linear-gradient(135deg,var(--navy),#07536c);color:#fff;border-radius:34px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:20px}.cta h2{font-size:40px;margin:0}.page-hero{background:radial-gradient(circle at 80% 20%,rgba(50,230,255,.2),transparent 32%),linear-gradient(135deg,#02160f,#073c4e);color:#fff;padding:82px 0}.page-hero h1{font-size:clamp(42px,5vw,68px);line-height:1;margin:16px 0}.page-hero p{max-width:820px;font-size:18px;color:#d8ffff;line-height:1.7}.feature-list.clean{padding:0;margin:22px 0;list-style:none;display:grid;gap:12px}.feature-list.clean li{background:#f7ffff;border:1px solid var(--line);border-radius:16px;padding:13px 15px}.product-visual{position:relative;background:linear-gradient(135deg,#fff,#eefeff);border:1px solid var(--line);border-radius:36px;padding:24px;box-shadow:var(--shadow);overflow:hidden}.product-visual:before{content:"";position:absolute;right:-70px;top:-70px;width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--blue));opacity:.18}.pv-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.pv-top em{font-style:normal;background:#eaffff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.pv-screen{background:var(--navy);color:#fff;border-radius:28px;padding:26px;display:grid;grid-template-columns:100px 1fr;gap:22px;align-items:center}.pv-icon{width:90px;height:90px;border-radius:30px;background:linear-gradient(135deg,var(--teal),var(--cyan));display:grid;place-items:center;font-size:40px;font-weight:950}.pv-bars i{display:block;width:var(--w);height:12px;background:rgba(255,255,255,.75);border-radius:99px;margin:13px 0}.pv-chips{display:flex;gap:9px;flex-wrap:wrap;margin:18px 0}.pv-chips span{background:#f1fbfb;border:1px solid var(--line);padding:8px 11px;border-radius:999px;font-weight:800;font-size:12px}.product-visual.finance .pv-icon{background:linear-gradient(135deg,#25d366,#a8ff62)}.product-visual.hr .pv-icon{background:linear-gradient(135deg,#ff77d4,#7856ff)}.product-visual.inventory .pv-icon{background:linear-gradient(135deg,#ffb347,#ffcc33)}.product-visual.fleet .pv-icon{background:linear-gradient(135deg,#32e6ff,#1677ff)}.product-visual.hospital .pv-icon{background:linear-gradient(135deg,#ff4e7a,#ff9a9e)}.product-visual.school .pv-icon{background:linear-gradient(135deg,#8fd3f4,#84fab0)}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.process-modern{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.step{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 12px 30px rgba(2,22,15,.05)}.step span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:950;margin-bottom:14px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.avatar{width:82px;height:82px;border-radius:28px;display:grid;place-items:center;margin:0 auto 16px;background:linear-gradient(135deg,var(--teal),var(--blue));color:#fff;font-size:34px;font-weight:950}.team-card{text-align:center}.form{display:grid;gap:14px}.form input,.form textarea,.form select,.admin-card input{width:100%;padding:14px 16px;border:1px solid var(--line);border-radius:14px;font:inherit;background:#fff}.form textarea{min-height:135px}.socials{display:flex;gap:10px;margin-top:16px}.socials a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),var(--blue));color:#fff;font-weight:950}.channel-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:14px}.channel-grid button,.channel-grid a{border:1px solid var(--line);background:#f5ffff;border-radius:16px;padding:13px;text-align:center;font-weight:900;color:#033b42}.channel-grid.static{padding:14px 0 0}.internal-chat{display:none;border-top:1px solid var(--line)}.internal-chat.open{display:block}.chat-launch{position:fixed;right:22px;bottom:24px;z-index:90;width:58px;height:58px;border-radius:50%;border:0;background:linear-gradient(135deg,var(--teal),var(--blue));color:#fff;font-size:25px;box-shadow:0 18px 40px rgba(0,0,0,.22);cursor:pointer}.chat-panel{position:fixed;right:22px;bottom:96px;width:min(390px,calc(100vw - 44px));background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);z-index:100;overflow:hidden;display:none}.chat-panel.open{display:block}.chat-head{background:linear-gradient(135deg,var(--teal),var(--blue));color:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center}.chat-head button{border:0;background:rgba(255,255,255,.2);color:white;border-radius:10px;font-size:20px}.chat-body{max-height:190px;overflow:auto;padding:14px;background:#f8ffff}.chat-body p{margin:0 0 10px;padding:10px 12px;border-radius:15px}.bot{background:#eafffd}.visitor{background:#eaf4ff;margin-left:22px}.chat-form{display:grid;gap:8px;padding:12px}.chat-form input,.chat-form textarea{width:100%;padding:10px 12px;border:1px solid var(--line);border-radius:12px;font:inherit}.chat-form textarea{min-height:70px}.chat-form button{border:0;background:var(--navy);color:white;border-radius:12px;padding:11px;font-weight:900}.footer{background:#011116;color:#c7eeee;padding:62px 0 22px}.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:28px}.footer .brand{color:#fff}.footer h4{color:white;margin:0 0 14px}.footer a{display:block;color:#c7eeee;margin:7px 0}.footer-cta{display:inline-block!important;background:#fff;color:var(--navy)!important;padding:10px 14px;border-radius:999px;font-weight:900}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:18px;margin-top:0;display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;color:#aee}.admin-body{min-height:100vh;background:radial-gradient(circle at 80% 10%,rgba(50,230,255,.22),transparent 28%),linear-gradient(135deg,#02160f,#06313b);display:grid;place-items:center}.admin-wrap{width:min(920px,92%)}.admin-card{background:white;border-radius:28px;padding:28px;box-shadow:var(--shadow);display:grid;gap:12px}.admin-card img{max-width:220px}.hidden{display:none}.switch{font-weight:900}.inbox-item{border:1px solid var(--line);border-radius:16px;padding:12px;margin-bottom:10px;background:#f8ffff}.inbox-item small{display:block;color:var(--muted)}@media(max-width:1050px){.product-strip,.grid-4{grid-template-columns:repeat(2,1fr)}.process-modern{grid-template-columns:repeat(3,1fr)}.nav>li>a{padding-left:8px;padding-right:8px}.brand img{width:130px}}@media(max-width:920px){.mobile-toggle{display:block}.nav{position:absolute;left:0;right:0;top:100%;background:white;display:none;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line);padding:10px 4%;max-height:calc(100vh - 82px);overflow:auto}.nav.open{display:flex}.nav>li>a{padding:12px}.dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border-radius:14px;display:none;max-height:none}.nav li.open .dropdown{display:block}.slide,.split,.product-layout,.contact-grid{grid-template-columns:1fr}.service-grid,.mini-grid,.footer-grid{grid-template-columns:1fr 1fr}.slider-wrap,.slide{min-height:auto}.slide{padding:68px 0 88px}.slider-dots{bottom:28px}.topbar .container{justify-content:center}.hero-art{min-height:350px}}@media(max-width:620px){.service-grid,.mini-grid,.product-strip,.process-modern,.grid-4,.footer-grid{grid-template-columns:1fr}.topbar{display:none}.section,.section.compact{padding:58px 0}.brand img{width:132px}.slide h1{font-size:40px}.cta{flex-direction:column;align-items:flex-start}.cta h2{font-size:30px}.pv-screen{grid-template-columns:1fr}.chat-panel{right:14px;width:calc(100vw - 28px)}.channel-grid{grid-template-columns:1fr}}
/* Responsive Slider Revolution style upgrade */
html{scroll-behavior:smooth}*{box-sizing:border-box}img{max-width:100%;height:auto}.container{width:min(1180px,92vw)}.rev-slider{position:relative;overflow:hidden;background:#02160f;color:#fff;min-height:clamp(620px,78vh,840px)}.rev-slider .slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .7s ease,transform .7s ease;background:radial-gradient(circle at 20% 12%,rgba(45,212,255,.22),transparent 28%),linear-gradient(135deg,rgba(2,22,15,.95),rgba(5,52,67,.92)),var(--slide-img) center/cover no-repeat}.rev-slider .slide.active{opacity:1;pointer-events:auto;transform:scale(1)}.rev-slider .slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,22,15,.94) 0%,rgba(2,22,15,.72) 44%,rgba(2,22,15,.25) 100%);z-index:0}.rev-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);gap:48px;align-items:center;min-height:clamp(620px,78vh,840px);padding:70px 0}.rev-copy{max-width:650px}.rev-copy h1{font-size:clamp(48px,6.6vw,86px);line-height:.95;letter-spacing:-.06em;margin:18px 0;color:#fff}.rev-copy p{font-size:clamp(17px,2vw,21px);line-height:1.75;color:#dcffff;max-width:620px}.rev-image{position:relative;transform:perspective(1200px) rotateY(-7deg) rotateX(4deg);animation:revFloat 5.5s ease-in-out infinite}.rev-image img{display:block;width:100%;border-radius:34px;box-shadow:0 35px 90px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.16)}.float-badge{position:absolute;background:rgba(255,255,255,.93);color:#03363e;border:1px solid rgba(255,255,255,.4);box-shadow:0 18px 45px rgba(0,0,0,.2);border-radius:999px;padding:12px 16px;font-weight:950;font-size:13px}.float-badge.one{left:-28px;top:18%}.float-badge.two{right:-20px;bottom:18%}.slider-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.12);backdrop-filter:blur(10px);color:#fff;font-size:38px;line-height:1;display:grid;place-items:center;cursor:pointer}.slider-arrow.prev{left:22px}.slider-arrow.next{right:22px}.slider-arrow:hover{background:rgba(255,255,255,.24)}.rev-slider .slider-dots{position:absolute;left:50%;bottom:32px;transform:translateX(-50%);z-index:6;display:flex;gap:10px}.rev-slider .slider-dots button{width:38px;height:8px;border:0;border-radius:999px;background:rgba(255,255,255,.35);cursor:pointer}.rev-slider .slider-dots button.active{background:linear-gradient(90deg,var(--teal),var(--cyan));width:58px}.service-card span{width:auto;min-width:46px;border-radius:999px;padding:9px 13px;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.service-card{min-height:210px}.site-header{z-index:50}.nav{z-index:60}.dropdown{z-index:80}.product-strip a,.service-card,.card,.feature-panel,.product-visual{transition:transform .25s ease,box-shadow .25s ease}.product-strip a:hover,.service-card:hover,.card:hover{transform:translateY(-5px)}@keyframes revFloat{0%,100%{transform:perspective(1200px) rotateY(-7deg) rotateX(4deg) translateY(0)}50%{transform:perspective(1200px) rotateY(-4deg) rotateX(3deg) translateY(-14px)}}@media(max-width:1100px){.rev-grid{grid-template-columns:1fr .9fr;gap:30px}.rev-copy h1{font-size:clamp(44px,6vw,72px)}.dropdown{max-height:70vh;overflow:auto}}@media(max-width:920px){body{overflow-x:hidden}.rev-slider{min-height:auto}.rev-grid{grid-template-columns:1fr;min-height:auto;padding:72px 0 108px}.rev-slider .slide{position:relative;display:none;min-height:auto}.rev-slider .slide.active{display:block}.rev-slider .slide:after{background:linear-gradient(180deg,rgba(2,22,15,.96),rgba(2,22,15,.66))}.rev-image{transform:none;animation:none;max-width:680px;margin:0 auto}.float-badge.one{left:12px}.float-badge.two{right:12px}.slider-arrow{top:auto;bottom:24px;width:42px;height:42px;font-size:30px}.slider-arrow.prev{left:24px}.slider-arrow.next{right:24px}.rev-slider .slider-dots{bottom:38px}.actions{flex-wrap:wrap}.nav>li{width:100%}.dropdown a{white-space:normal}.footer-bottom{align-items:flex-start}.page-hero{padding:62px 0}}@media(max-width:700px){.rev-copy h1{font-size:42px;letter-spacing:-.04em}.rev-copy p{font-size:16px}.rev-image img{border-radius:24px}.float-badge{font-size:12px;padding:9px 11px}.slider-arrow{display:none}.rev-slider .slider-dots{bottom:30px}.topbar .container{gap:8px}.btn{width:100%;justify-content:center}.actions{width:100%}.service-card{min-height:auto}.cta{padding:28px;border-radius:24px}.page-hero h1{font-size:38px}.product-layout{gap:30px}.socials{flex-wrap:wrap}.chat-launch{right:16px;bottom:18px}}@media(max-width:420px){.container{width:min(100% - 28px,1180px)}.brand span{font-size:16px}.brand small{font-size:10px}.brand img{width:118px}.rev-copy h1{font-size:36px}.rev-grid{padding-top:54px}.rev-image img{border-radius:18px}.channel-grid{grid-template-columns:1fr}.chat-panel{bottom:86px}}

/* polished social icon buttons */.socials{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:18px}.socials a.social-icon{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);box-shadow:0 12px 30px rgba(0,0,0,.18);transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.socials a.social-icon svg{width:21px;height:21px;fill:#fff}.socials a.social-icon:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(0,0,0,.28)}.socials a.social-icon.fb{background:linear-gradient(135deg,#1877f2,#0a4fb6)}.socials a.social-icon.x{background:linear-gradient(135deg,#111827,#000)}.socials a.social-icon.linkedin{background:linear-gradient(135deg,#0a66c2,#004182)}@media(max-width:640px){.socials a.social-icon{width:38px;height:38px}.socials a.social-icon svg{width:19px;height:19px}}

/* v5 dashboard-editable slider, header and widget footer fixes */
.site-header{overflow:visible!important}.site-header .container.nav-wrap{width:min(100% - 28px,1240px)!important;max-width:1240px!important;padding-left:0!important;padding-right:0!important;min-height:82px!important}.brand{min-width:230px!important;overflow:visible!important}.brand img{width:154px!important;height:auto!important;max-height:64px!important;object-fit:contain!important;display:block!important}.brand span{line-height:1.05!important}.nav-wrap{align-items:center!important}.nav{margin-left:auto!important}.rev-grid{grid-template-columns:minmax(420px,.9fr) minmax(460px,1.1fr)!important;gap:70px!important}.rev-copy{padding-left:40px!important;transform:translateX(40px)!important;max-width:650px!important}.rev-copy h1{font-size:clamp(46px,5.2vw,82px)!important}.rev-copy p{max-width:610px!important}.rev-image{min-height:420px!important}.rev-image img{width:100%!important;max-height:530px!important;object-fit:contain!important}.footer .footer-widget{margin:0 0 18px}.footer .footer-widget ul{list-style:none;margin:0;padding:0}.footer .footer-widget li{margin:0 0 8px}.footer .footer-widget a{display:inline-block}.widget_text p{margin-top:0}.wp-block-search__inside-wrapper{display:flex;gap:8px}.wp-block-search__input{border-radius:12px;border:1px solid rgba(255,255,255,.12);padding:10px 12px}.wp-block-search__button{border:0;border-radius:12px;padding:10px 14px;background:#20d6b5;color:#02160f;font-weight:800}.vc_row .hero-slider{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
@media(max-width:1100px){.rev-grid{grid-template-columns:1fr!important;gap:34px!important}.rev-copy{padding-left:0!important;transform:none!important;max-width:760px!important;text-align:left}.rev-image{min-height:260px!important}.site-header .container.nav-wrap{padding-left:14px!important;padding-right:14px!important}.brand img{width:140px!important;max-height:58px!important}}
@media(max-width:920px){.brand{min-width:auto!important}.brand img{width:132px!important}.nav{margin-left:0!important}.rev-copy{text-align:center!important;margin-inline:auto!important}.rev-copy .actions{justify-content:center!important}.rev-image{display:block!important;min-height:0!important}.rev-image img{max-height:360px!important}.footer-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:640px){.site-header .container.nav-wrap{min-height:70px!important;width:min(100% - 22px,1240px)!important}.brand img{width:112px!important;max-height:48px!important}.brand span{display:none!important}.rev-grid{padding-top:46px!important;padding-bottom:90px!important}.rev-copy h1{font-size:38px!important}.rev-copy p{font-size:15px!important}.rev-image img{max-height:250px!important}.footer-grid{grid-template-columns:1fr!important}.topbar{display:none!important}}
.footer-brand img{width:170px;max-height:56px;object-fit:contain}.footer-contact{font-size:14px;line-height:1.75}.brand-socials .social-icon{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;box-shadow:0 12px 28px rgba(0,0,0,.18);transition:.18s}.brand-socials .social-icon:hover{transform:translateY(-3px)}.brand-socials .social-icon svg{width:20px;height:20px;fill:#fff}.brand-socials .fb{background:linear-gradient(135deg,#1877f2,#0b5bd3)}.brand-socials .x{background:linear-gradient(135deg,#111,#333)}.brand-socials .linkedin{background:linear-gradient(135deg,#0a66c2,#004182)}.footer-extra-widget{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12)}.chat-panel .channel-grid a,.chat-panel .channel-grid button{display:flex;align-items:center;justify-content:center;min-height:48px}.chat-panel .channel-grid button{cursor:pointer}.brand-slogan{display:inline-block;font-size:13px;line-height:1.25;color:var(--muted);font-weight:800;max-width:190px}.footer-brand .brand-slogan{color:#d8ffff;max-width:220px}
/* v12 admin-editable header/footer compatibility */.topbar a{color:inherit;text-decoration:none}.topbar-socials{display:inline-flex;gap:10px;margin-left:12px}.nav .sub-menu{position:absolute;top:100%;left:0;display:none;min-width:240px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;box-shadow:0 22px 55px rgba(2,22,15,.14);padding:12px;z-index:50}.nav li{position:relative}.nav li:hover>.sub-menu{display:grid}.nav .sub-menu a{display:block;padding:10px 12px;border-radius:12px;color:#17352c;text-decoration:none;white-space:nowrap}.nav .sub-menu a:hover{background:#eefcf8;color:#006b53}.footer .footer-widget ul,.footer-bottom-menu{list-style:none;margin:0;padding:0}.footer .footer-widget li{margin:8px 0}.footer-bottom-menu{display:flex;gap:16px;flex-wrap:wrap}.footer-bottom-menu a{color:inherit;text-decoration:none}@media(max-width:980px){.nav .sub-menu{position:static;display:grid;box-shadow:none;border:0;background:rgba(255,255,255,.06);padding:8px}.nav .sub-menu a{color:inherit}.topbar .container{gap:8px}.topbar-right{display:block}}
.nobo-footer-brand img{display:block;max-width:190px}.footer-socials{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.footer-socials a{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:7px 11px;text-decoration:none;color:#dffef8;background:rgba(255,255,255,.06);font-size:13px}.footer-socials a:hover{background:rgba(0,214,179,.16);border-color:rgba(0,214,179,.35)}
/* v15 approved editable footer widget layout */
.footer-grid{align-items:start!important}.footer .footer-widget p{line-height:1.35;margin:0 0 20px}.footer .footer-widget h4{font-size:16px!important;font-weight:900!important;margin:0 0 13px!important;color:#fff!important}.footer .footer-widget ul{list-style:none!important;margin:0!important;padding:0!important}.footer .footer-widget li{margin:0 0 8px!important}.footer .footer-widget a{color:#c7ffff!important;text-decoration:none!important}.footer .footer-widget a:hover{color:#32e6ff!important}.nobo-footer-brand img{max-width:138px!important;height:auto!important;margin:0 0 30px!important;display:block!important}.nobo-footer-brand p{max-width:330px!important;font-size:16px!important}.nobo-footer-contact-lines{font-size:14px!important;line-height:1.7!important}.nobo-footer-social-circles{display:flex!important;gap:12px!important;align-items:center!important;margin-top:28px!important}.nobo-footer-social-circles a{width:42px!important;height:42px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 10px 24px rgba(0,0,0,.18)!important}.nobo-footer-social-circles svg{width:19px!important;height:19px!important;fill:#fff!important}.nobo-footer-social-circles .fb,.nobo-footer-social-circles .in{background:#1769c2!important}.nobo-footer-social-circles .x{background:#111827!important}.footer-bottom{margin-top:6px!important}.footer .footer-widget .custom-html-widget>ul:first-child{margin-top:0!important}@media(max-width:920px){.nobo-footer-brand img{margin-bottom:18px!important}.nobo-footer-social-circles{margin-top:18px!important}}

/* v18: polished reactive cards for product pages */
.product-layout{align-items:center}.product-layout>div:first-child{position:relative}.feature-list.clean{counter-reset:featureItem}.feature-list.clean li,.mini-card,.step,.product-visual,.service-card,.feature-panel,.product-strip a{position:relative;overflow:hidden;transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s cubic-bezier(.2,.8,.2,1),border-color .32s ease,background .32s ease}.feature-list.clean li:before,.mini-card:before,.step:before,.product-visual:after,.service-card:before,.feature-panel:before,.product-strip a:before{content:"";position:absolute;inset:-1px;background:radial-gradient(420px circle at var(--mx,50%) var(--my,50%),rgba(50,230,255,.22),transparent 42%),linear-gradient(135deg,rgba(18,198,178,.12),rgba(22,119,255,.08));opacity:0;transition:opacity .32s ease;pointer-events:none}.feature-list.clean li:hover,.mini-card:hover,.step:hover,.product-visual:hover,.service-card:hover,.feature-panel:hover,.product-strip a:hover{transform:translateY(-8px);border-color:rgba(18,198,178,.55);box-shadow:0 28px 70px rgba(2,22,15,.14),0 0 0 1px rgba(50,230,255,.12)}.feature-list.clean li:hover:before,.mini-card:hover:before,.step:hover:before,.product-visual:hover:after,.service-card:hover:before,.feature-panel:hover:before,.product-strip a:hover:before{opacity:1}.feature-list.clean li>* ,.mini-card>* ,.step>* ,.product-visual>* ,.service-card>* ,.feature-panel>* ,.product-strip a>*{position:relative;z-index:1}.feature-list.clean li{padding:16px 18px 16px 54px;background:linear-gradient(135deg,#ffffff,#f6ffff);min-height:58px;display:flex;align-items:center;font-weight:750;color:#1d3940}.feature-list.clean li:after{counter-increment:featureItem;content:counter(featureItem);position:absolute;left:16px;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,var(--teal),var(--blue));color:#fff;font-size:12px;font-weight:950;box-shadow:0 10px 24px rgba(18,198,178,.24);z-index:1}.feature-list.clean li:hover:after{transform:translateY(-50%) scale(1.08) rotate(-4deg)}.mini-grid{gap:20px}.mini-card{padding:26px 24px 24px;background:linear-gradient(145deg,#fff,#f7ffff);border-radius:26px;min-height:138px;display:flex;flex-direction:column;justify-content:space-between}.mini-card:after{content:"→";position:absolute;right:20px;top:20px;width:36px;height:36px;border-radius:14px;display:grid;place-items:center;background:#eaffff;color:#057a79;font-weight:950;transition:transform .32s ease,background .32s ease,color .32s ease;z-index:1}.mini-card:hover:after{transform:translateX(5px) rotate(-8deg);background:linear-gradient(135deg,var(--teal),var(--blue));color:#fff}.mini-card b{font-size:19px;max-width:80%;line-height:1.2}.mini-card span{margin-top:20px;display:inline-flex;align-items:center;gap:8px;color:#547078;font-weight:700}.mini-card span:before{content:"";width:8px;height:8px;border-radius:99px;background:var(--teal);box-shadow:0 0 0 6px rgba(18,198,178,.1)}.process-modern{gap:18px}.step{min-height:150px;background:linear-gradient(145deg,#fff,#f8ffff);border-radius:26px;padding:22px}.step span{transition:transform .32s ease,box-shadow .32s ease;background:linear-gradient(135deg,var(--navy),#07536c);box-shadow:0 12px 26px rgba(2,22,15,.18)}.step:hover span{transform:scale(1.09) rotate(-6deg);box-shadow:0 18px 34px rgba(18,198,178,.22)}.step b{display:block;font-size:16px;line-height:1.35}.product-visual{transition:transform .36s cubic-bezier(.2,.8,.2,1),box-shadow .36s ease,border-color .36s ease}.product-visual:hover{transform:translateY(-10px) rotateX(2deg) rotateY(-2deg)}.product-visual:after{z-index:0;border-radius:inherit}.product-visual:before{transition:transform .42s ease,opacity .42s ease}.product-visual:hover:before{transform:scale(1.25);opacity:.27}.pv-screen{transition:transform .36s ease,box-shadow .36s ease}.product-visual:hover .pv-screen{transform:translateY(-4px);box-shadow:0 22px 48px rgba(2,22,15,.22)}.pv-icon{transition:transform .36s ease,filter .36s ease}.product-visual:hover .pv-icon{transform:scale(1.08) rotate(-6deg);filter:saturate(1.14)}.pv-bars i{transition:width .45s ease,background .32s ease}.product-visual:hover .pv-bars i{background:linear-gradient(90deg,#fff,var(--cyan))}.pv-chips span{transition:transform .25s ease,background .25s ease,border-color .25s ease}.product-visual:hover .pv-chips span{background:#fff;border-color:rgba(18,198,178,.45)}.product-visual:hover .pv-chips span:nth-child(odd){transform:translateY(-3px)}.product-visual:hover .pv-chips span:nth-child(even){transform:translateY(3px)}.page-hero .eyebrow,.pill{box-shadow:0 12px 26px rgba(18,198,178,.12)}@media(max-width:920px){.feature-list.clean li:hover,.mini-card:hover,.step:hover,.product-visual:hover,.service-card:hover,.feature-panel:hover,.product-strip a:hover{transform:translateY(-4px)}.mini-grid{grid-template-columns:1fr 1fr}.process-modern{grid-template-columns:1fr 1fr}.step{min-height:125px}.product-visual:hover{transform:translateY(-5px)}}@media(max-width:620px){.mini-grid,.process-modern{grid-template-columns:1fr}.mini-card{min-height:120px}.feature-list.clean li{padding-left:50px}.product-visual{border-radius:26px}.pv-screen{grid-template-columns:72px 1fr;padding:20px}.pv-icon{width:68px;height:68px;border-radius:24px;font-size:30px}}
/* v20: product pages now show real SVG artwork instead of text-only mockups */.product-image-card{padding:18px!important;background:linear-gradient(145deg,#ffffff,#efffff)!important}.product-image-card img{display:block;width:100%;height:auto;border-radius:26px;box-shadow:0 20px 55px rgba(2,22,15,.14);transform:translateZ(0);transition:transform .42s cubic-bezier(.2,.8,.2,1),filter .42s ease}.product-image-card:hover img{transform:translateY(-6px) scale(1.018);filter:saturate(1.08) contrast(1.02)}.product-image-card small{display:block;margin:16px 4px 2px!important;color:#37545b!important;font-weight:850!important;line-height:1.45!important}.product-image-card:before{opacity:.12!important}.product-image-card:after{border-radius:36px!important}.noboerp-live-edit-link .ab-item:before{content:"\f464"!important;top:2px}@media(max-width:620px){.product-image-card{padding:12px!important}.product-image-card img{border-radius:20px}.product-image-card small{font-size:13px!important}}

/* v21 product visuals */.product-image-card small{display:none!important}.product-image-card img,.noboerp-product-visual-image{display:block;width:100%;height:auto;border-radius:26px;object-fit:cover}

/* v22 WPBakery frontend edit helpers */.noboerp-vc-page{width:100%}.vc_editor.compose-mode .product-image-card small{display:none!important}.noboerp-live-edit-link .ab-item:before{content:"\f464"!important;top:2px}


/* v23 HDWEBSOFT-inspired homepage refresh */
.hero-slider.rev-slider{background:linear-gradient(135deg,#061a2c 0%,#073e6d 42%,#0b8db9 100%);position:relative;overflow:hidden;isolation:isolate}.hero-slider.rev-slider:before{content:"";position:absolute;inset:-25% -10% auto auto;width:760px;height:760px;border-radius:50%;background:radial-gradient(circle,rgba(50,230,255,.34),transparent 62%);z-index:-1}.hero-slider.rev-slider:after{content:"";position:absolute;left:-140px;bottom:-230px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(168,255,98,.22),transparent 66%);z-index:-1}.rev-slider .slide{min-height:720px;padding:70px 0}.rev-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}.rev-copy h1{font-size:clamp(44px,5.4vw,78px);letter-spacing:-2px}.rev-copy p{max-width:650px;color:#e8fbff}.rev-image{background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(235,252,255,.9));border:1px solid rgba(255,255,255,.7);border-radius:34px;padding:16px;box-shadow:0 40px 90px rgba(0,0,0,.28);transform:perspective(900px) rotateY(-6deg) rotateX(2deg);position:relative}.rev-image img{width:100%;display:block;border-radius:24px}.float-badge{position:absolute;background:#fff;color:#083246;border-radius:999px;padding:11px 15px;font-weight:900;box-shadow:0 16px 40px rgba(0,0,0,.18)}.float-badge.one{left:-20px;top:12%}.float-badge.two{right:-18px;bottom:14%}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.13);color:#fff;font-size:34px;cursor:pointer;z-index:5}.slider-arrow.prev{left:22px}.slider-arrow.next{right:22px}.rev-slider .slider-dots{left:50%;transform:translateX(-50%);bottom:28px}.hdw-trust-strip{background:#fff;border-bottom:1px solid var(--line)}.hdw-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:26px 0}.hdw-trust-grid div{display:flex;gap:12px;align-items:center}.hdw-trust-grid strong{font-size:34px;color:#037e91;line-height:1}.hdw-trust-grid span{font-weight:800;color:#425b63}.hdw-intro-grid,.hdw-why-grid,.hdw-tech-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center}.hdw-intro-card{border-radius:34px;padding:38px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}.hdw-intro-card.dark{background:linear-gradient(135deg,#02160f,#073d55);color:#fff}.hdw-intro-card span,.hdw-mini-slide span{font-weight:900;color:#32e6ff;text-transform:uppercase;font-size:13px;letter-spacing:.08em}.hdw-intro-card h2,.hdw-why h2,.hdw-tech h2{font-size:clamp(30px,4vw,52px);line-height:1.05;margin:12px 0}.hdw-intro-card p,.hdw-why p,.hdw-tech p{line-height:1.75;color:inherit;opacity:.84}.hdw-feature-slider{position:relative;min-height:470px}.hdw-mini-slide{position:absolute;inset:0;background:#fff;border:1px solid var(--line);border-radius:34px;padding:16px;box-shadow:var(--shadow);opacity:0;transform:translateY(20px) scale(.98);transition:.5s}.hdw-mini-slide.active{opacity:1;transform:none}.hdw-mini-slide img{width:100%;border-radius:26px;display:block;box-shadow:0 18px 45px rgba(2,22,15,.12)}.hdw-mini-slide div{padding:18px 8px 4px}.hdw-mini-slide h3{font-size:28px;margin:8px 0}.hdw-mini-slide p{color:var(--muted);line-height:1.65}.hdw-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.hdw-service-grid a{background:#fff;border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:0 16px 42px rgba(2,22,15,.07);transition:.25s;overflow:hidden}.hdw-service-grid a:hover{transform:translateY(-8px);box-shadow:0 30px 70px rgba(2,22,15,.13);border-color:rgba(18,198,178,.55)}.hdw-service-grid img{width:100%;height:132px;object-fit:cover;border-radius:20px;margin-bottom:16px}.hdw-service-grid strong{display:block;font-size:18px;margin-bottom:8px}.hdw-service-grid p{color:var(--muted);line-height:1.55;margin:0}.hdw-why-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hdw-why-list div{background:#fff;border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:0 16px 44px rgba(2,22,15,.06)}.hdw-why-list b{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:16px;background:linear-gradient(135deg,var(--teal),var(--blue));color:#fff;margin-bottom:18px}.hdw-why-list h3{margin:0 0 8px;font-size:22px}.hdw-why-list p{color:var(--muted);margin:0}.hdw-chip-cloud{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.hdw-chip-cloud a,.hdw-tech-cards span{display:inline-flex;padding:13px 17px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:900;color:#14323a;box-shadow:0 10px 26px rgba(2,22,15,.05)}.hdw-chip-cloud a:hover{background:#eaffff;color:#057a79}.hdw-tech-cards{display:flex;gap:12px;flex-wrap:wrap}.hdw-tech-cards span{border-radius:18px;background:linear-gradient(135deg,#fff,#f3ffff)}@media(max-width:980px){.rev-grid,.hdw-intro-grid,.hdw-why-grid,.hdw-tech-grid{grid-template-columns:1fr}.rev-slider .slide{min-height:auto;padding:60px 0 90px}.rev-image{transform:none}.hdw-service-grid{grid-template-columns:1fr 1fr}.hdw-trust-grid{grid-template-columns:1fr 1fr}.hdw-feature-slider{min-height:520px}}@media(max-width:620px){.hdw-service-grid,.hdw-why-list,.hdw-trust-grid{grid-template-columns:1fr}.slider-arrow{display:none}.hdw-mini-slide{position:relative;margin-bottom:16px;opacity:1;transform:none}.hdw-feature-slider{min-height:auto}.rev-copy h1{letter-spacing:-1px}}

/* v24 HDWEBSOFT-style NoboERP homepage without certifications, client results, success stories, technologies, trends or as-seen-on sections */
.hdw-company-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.hdw-company h2,.hdw-industries h2{font-size:clamp(30px,4vw,52px);line-height:1.05;margin:12px 0}.hdw-company p{color:var(--muted);line-height:1.8}.hdw-stat-panel{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hdw-stat-panel div{min-height:150px;border-radius:30px;background:linear-gradient(145deg,#fff,#f1ffff);border:1px solid var(--line);box-shadow:0 18px 50px rgba(2,22,15,.08);padding:28px;display:flex;flex-direction:column;justify-content:center}.hdw-stat-panel strong{font-size:clamp(34px,5vw,58px);line-height:1;color:#047f91;letter-spacing:-1px}.hdw-stat-panel span{font-weight:900;color:#294650;margin-top:10px}.hdw-industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.hdw-industry-grid a{position:relative;min-height:218px;border-radius:30px;overflow:hidden;display:flex;align-items:flex-end;padding:22px;color:#fff;box-shadow:0 24px 70px rgba(2,22,15,.15);transition:.25s}.hdw-industry-grid a:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,22,15,.04),rgba(2,22,15,.78));z-index:1}.hdw-industry-grid a:hover{transform:translateY(-8px);box-shadow:0 34px 90px rgba(2,22,15,.22)}.hdw-industry-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.35s}.hdw-industry-grid a:hover img{transform:scale(1.06)}.hdw-industry-grid strong{position:relative;z-index:2;font-size:20px}.hdw-expertise .section-title{max-width:900px}.hdw-services .section-title,.hdw-industries .section-title{max-width:920px}.hdw-chip-cloud a{transition:.22s}.hdw-chip-cloud a:hover{transform:translateY(-4px)}@media(max-width:980px){.hdw-company-grid{grid-template-columns:1fr}.hdw-industry-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.hdw-stat-panel,.hdw-industry-grid{grid-template-columns:1fr}.hdw-industry-grid a{min-height:190px}}


/* v25 hero slider visibility and VC shortcode cleanup */
.hero-slider.rev-slider .slide{min-height:620px!important;padding:56px 0 54px!important;align-items:center!important;}
.hero-slider.rev-slider .rev-grid{display:grid!important;grid-template-columns:minmax(360px,.82fr) minmax(560px,1.18fr)!important;gap:42px!important;align-items:center!important;}
.hero-slider.rev-slider .rev-copy{padding-left:0!important;transform:none!important;max-width:570px!important;z-index:2!important;}
.hero-slider.rev-slider .rev-copy h1{font-size:clamp(44px,4.65vw,70px)!important;line-height:1.02!important;margin:16px 0!important;letter-spacing:-1.5px!important;}
.hero-slider.rev-slider .rev-copy p{font-size:18px!important;max-width:540px!important;margin-bottom:22px!important;}
.hero-slider.rev-slider .rev-image{width:min(720px,100%)!important;margin:0 auto!important;transform:perspective(900px) rotateY(-3deg) rotateX(1deg)!important;}
.hero-slider.rev-slider .rev-image img{width:100%!important;height:auto!important;max-height:500px!important;object-fit:contain!important;display:block!important;}
.hero-slider.rev-slider .slider-dots{bottom:22px!important;}
@media(max-width:1100px){.hero-slider.rev-slider .rev-grid{grid-template-columns:1fr!important;text-align:left!important}.hero-slider.rev-slider .rev-image{max-width:720px!important}.hero-slider.rev-slider .slide{padding:42px 0 82px!important}.hero-slider.rev-slider .rev-copy h1{font-size:clamp(38px,7vw,62px)!important}}
@media(max-width:640px){.hero-slider.rev-slider .rev-copy h1{font-size:42px!important}.hero-slider.rev-slider .rev-image{border-radius:24px!important;padding:10px!important}.float-badge{font-size:12px!important;padding:8px 10px!important}.hero-slider.rev-slider .slide{padding:36px 0 76px!important}}

/* v27 balanced hero slider */.hero-slider.rev-slider{min-height:clamp(640px,72vh,780px)!important;background:radial-gradient(circle at 68% 28%,rgba(50,230,255,.22),transparent 24%),radial-gradient(circle at 88% 72%,rgba(18,198,178,.18),transparent 26%),linear-gradient(135deg,#031b16 0%,#062f35 54%,#073047 100%)!important}.hero-slider.rev-slider .slide{min-height:clamp(640px,72vh,780px)!important;padding:0!important;background:radial-gradient(circle at 16% 18%,rgba(50,230,255,.16),transparent 26%),linear-gradient(90deg,rgba(2,22,15,.94) 0%,rgba(2,22,15,.78) 42%,rgba(2,22,15,.36) 100%),var(--slide-img) right center/cover no-repeat!important}.hero-slider.rev-slider .slide:after{background:linear-gradient(90deg,rgba(2,22,15,.88) 0%,rgba(2,22,15,.58) 42%,rgba(2,22,15,.20) 100%)!important}.hero-slider.rev-slider .rev-grid{width:min(1620px,94vw)!important;max-width:1620px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(480px,.86fr) minmax(620px,1.14fr)!important;gap:clamp(42px,5vw,92px)!important;align-items:center!important;min-height:clamp(640px,72vh,780px)!important;padding:58px 0 70px!important}.hero-slider.rev-slider .rev-copy{max-width:665px!important;padding-left:0!important}.hero-slider.rev-slider .rev-copy .eyebrow{display:inline-flex!important;margin-bottom:12px!important}.hero-slider.rev-slider .rev-copy h1{font-size:clamp(46px,4.35vw,76px)!important;line-height:1.02!important;letter-spacing:-.045em!important;margin:12px 0 22px!important;max-width:720px!important}.hero-slider.rev-slider .rev-copy p{font-size:clamp(17px,1.35vw,21px)!important;line-height:1.65!important;max-width:650px!important;margin:0 0 26px!important;color:#e8ffff!important}.hero-slider.rev-slider .actions{gap:14px!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important}.hero-slider.rev-slider .rev-image{justify-self:center!important;width:min(790px,100%)!important;margin:0!important;padding:18px!important;border-radius:38px!important;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(221,248,255,.88))!important;box-shadow:0 42px 100px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.34)!important;transform:perspective(1100px) rotateY(-3deg) rotateX(1.5deg)!important;position:relative!important}.hero-slider.rev-slider .rev-image:before{content:"";position:absolute;inset:-34px -44px auto auto;width:160px;height:160px;border-radius:38px;background:linear-gradient(135deg,rgba(50,230,255,.28),rgba(18,198,178,.12));filter:blur(.2px);z-index:-1}.hero-slider.rev-slider .rev-image:after{content:"";position:absolute;left:-42px;bottom:-36px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(168,255,98,.22),transparent 68%);z-index:-1}.hero-slider.rev-slider .rev-image img{width:100%!important;height:auto!important;max-height:520px!important;object-fit:contain!important;border-radius:28px!important;display:block!important}.hero-slider.rev-slider .float-badge.one{left:-34px!important;top:18%!important}.hero-slider.rev-slider .float-badge.two{right:-32px!important;bottom:16%!important}.hero-slider.rev-slider .slider-dots{bottom:28px!important}@media(max-width:1200px){.hero-slider.rev-slider .rev-grid{grid-template-columns:minmax(390px,.9fr) minmax(500px,1.1fr)!important;gap:34px!important}.hero-slider.rev-slider .rev-copy h1{font-size:clamp(42px,4.8vw,64px)!important}.hero-slider.rev-slider .rev-image{width:min(650px,100%)!important}}@media(max-width:980px){.hero-slider.rev-slider,.hero-slider.rev-slider .slide{min-height:auto!important}.hero-slider.rev-slider .rev-grid{grid-template-columns:1fr!important;text-align:center!important;min-height:auto!important;padding:58px 0 98px!important;width:min(760px,92vw)!important}.hero-slider.rev-slider .rev-copy{max-width:760px!important;margin:0 auto!important}.hero-slider.rev-slider .rev-copy h1{font-size:clamp(38px,8vw,58px)!important;max-width:760px!important}.hero-slider.rev-slider .rev-copy p{margin-left:auto!important;margin-right:auto!important;max-width:670px!important}.hero-slider.rev-slider .actions{justify-content:center!important}.hero-slider.rev-slider .rev-image{transform:none!important;width:min(680px,100%)!important;margin:8px auto 0!important}.hero-slider.rev-slider .slide:after{background:linear-gradient(180deg,rgba(2,22,15,.95),rgba(2,22,15,.70))!important}}@media(max-width:640px){.hero-slider.rev-slider .rev-grid{width:min(100% - 28px,560px)!important;padding:42px 0 82px!important}.hero-slider.rev-slider .rev-copy h1{font-size:clamp(34px,11vw,44px)!important;line-height:1.05!important}.hero-slider.rev-slider .rev-copy p{font-size:15.5px!important;line-height:1.58!important}.hero-slider.rev-slider .btn{width:100%!important}.hero-slider.rev-slider .rev-image{padding:10px!important;border-radius:24px!important}.hero-slider.rev-slider .rev-image img{border-radius:18px!important}.hero-slider.rev-slider .float-badge{font-size:11px!important;padding:8px 10px!important}.hero-slider.rev-slider .float-badge.one{left:8px!important;top:12%!important}.hero-slider.rev-slider .float-badge.two{right:8px!important;bottom:12%!important}.hero-slider.rev-slider .slider-dots{bottom:24px!important}}


/* v28 responsive team member carousel */
.nobo-team-section{position:relative;overflow:hidden;background:radial-gradient(circle at 50% 22%,rgba(18,198,178,.28),transparent 24%),linear-gradient(135deg,#02160f 0%,#041d18 46%,#02110f 100%);color:#fff;padding:96px 0 86px;isolation:isolate}.nobo-team-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(50,230,255,.07) 1px,transparent 1px),linear-gradient(rgba(50,230,255,.045) 1px,transparent 1px);background-size:70px 70px;opacity:.18;z-index:-2}.nobo-team-bg-orb{position:absolute;border-radius:50%;filter:blur(18px);z-index:-1}.nobo-team-bg-orb-one{width:420px;height:420px;left:50%;top:140px;transform:translateX(-50%);background:radial-gradient(circle,rgba(18,198,178,.45),transparent 66%)}.nobo-team-bg-orb-two{width:360px;height:360px;right:-120px;bottom:80px;background:radial-gradient(circle,rgba(50,230,255,.22),transparent 70%)}.nobo-team-heading{text-align:center;max-width:780px;margin:0 auto 44px}.nobo-team-kicker{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;border:1px solid rgba(18,198,178,.75);border-radius:999px;color:#12c6b2;text-transform:uppercase;font-weight:900;letter-spacing:.16em;font-size:13px;margin-bottom:16px;background:rgba(2,22,15,.5)}.nobo-team-heading h1{font-size:clamp(38px,5vw,64px);line-height:1.03;margin:0 0 16px;letter-spacing:-.045em}.nobo-team-heading h1 span{color:#12c6b2}.nobo-team-heading p{color:rgba(255,255,255,.78);font-size:18px;line-height:1.7;margin:0}.nobo-team-page-intro{max-width:860px;margin:-12px auto 34px;text-align:center;color:rgba(255,255,255,.82)}.nobo-team-carousel{position:relative;max-width:1380px;margin:0 auto}.nobo-team-viewport{overflow:hidden;padding:6px 6px 18px}.nobo-team-track{display:flex;gap:20px;transition:transform .55s cubic-bezier(.22,.8,.24,1);will-change:transform}.nobo-team-card{flex:0 0 calc((100% - 60px)/4);min-width:0;border:1px solid rgba(18,198,178,.48);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.026));border-radius:18px;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.24);transition:.28s}.nobo-team-card:hover{transform:translateY(-9px);border-color:rgba(18,198,178,.95);box-shadow:0 36px 100px rgba(18,198,178,.14),0 28px 80px rgba(0,0,0,.34)}.nobo-team-photo-wrap{height:285px;margin:14px 14px 0;border-radius:14px;overflow:hidden;background:#061713;position:relative}.nobo-team-photo-wrap img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.04) contrast(1.02)}.nobo-team-photo-fallback{width:100%;height:100%;display:grid;place-items:center;background:radial-gradient(circle at 50% 25%,rgba(50,230,255,.2),transparent 32%),linear-gradient(145deg,#12382f,#061713)}.nobo-team-photo-fallback span{width:118px;height:118px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(18,198,178,.6);background:rgba(255,255,255,.06);font-size:36px;font-weight:900;color:#12c6b2}.nobo-team-card-body{text-align:center;padding:24px 18px 26px}.nobo-team-card-body h3{margin:0 0 8px;color:#fff;font-size:23px;line-height:1.15}.nobo-team-card-body p{margin:0 0 16px;color:#12c6b2;font-weight:800}.nobo-team-card-body p:after{content:"";display:block;width:54px;height:3px;border-radius:10px;background:#12c6b2;margin:14px auto 0}.nobo-team-socials{display:flex;justify-content:center;gap:22px;align-items:center}.nobo-team-socials a{width:28px;height:28px;color:#fff;display:inline-grid;place-items:center;transition:.22s}.nobo-team-socials a:hover{color:#12c6b2;transform:translateY(-3px)}.nobo-team-socials svg{width:21px;height:21px;fill:currentColor}.nobo-team-arrow{position:absolute;top:42%;transform:translateY(-50%);z-index:3;width:56px;height:56px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.11);backdrop-filter:blur(10px);color:#fff;font-size:42px;line-height:1;cursor:pointer;transition:.24s}.nobo-team-arrow:hover{background:#12c6b2;border-color:#12c6b2;color:#02160f}.nobo-team-prev{left:-74px}.nobo-team-next{right:-74px}.nobo-team-dots{display:flex;justify-content:center;gap:14px;margin-top:8px}.nobo-team-dots button{width:14px;height:14px;border-radius:50%;border:0;background:rgba(255,255,255,.34);cursor:pointer;padding:0}.nobo-team-dots button.active{width:34px;border-radius:999px;background:#12c6b2}.nobo-team-strengths{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:58px}.nobo-team-strengths div{display:grid;grid-template-columns:auto 1fr;gap:6px 16px;align-items:center}.nobo-team-strengths b{grid-row:1/3;width:48px;height:48px;border:1px solid rgba(18,198,178,.65);border-radius:16px;color:#12c6b2;display:grid;place-items:center;font-size:24px}.nobo-team-strengths strong{font-size:18px;color:#fff}.nobo-team-strengths span{color:rgba(255,255,255,.72);line-height:1.45}.nobo-team-count-1 .nobo-team-track,.nobo-team-count-2 .nobo-team-track,.nobo-team-count-3 .nobo-team-track{justify-content:center}.nobo-team-count-1 .nobo-team-card{flex-basis:min(330px,100%)}.nobo-team-count-2 .nobo-team-card,.nobo-team-count-3 .nobo-team-card{flex-basis:min(330px,calc((100% - 40px)/3))}@media(max-width:1500px){.nobo-team-carousel{max-width:1180px}.nobo-team-prev{left:-28px}.nobo-team-next{right:-28px}.nobo-team-arrow{top:40%}}@media(max-width:1024px){.nobo-team-section{padding:78px 0}.nobo-team-card{flex-basis:calc((100% - 20px)/2)}.nobo-team-count-3 .nobo-team-track{justify-content:flex-start}.nobo-team-count-2 .nobo-team-card,.nobo-team-count-3 .nobo-team-card{flex-basis:calc((100% - 20px)/2)}.nobo-team-strengths{grid-template-columns:1fr 1fr}.nobo-team-photo-wrap{height:260px}}@media(max-width:680px){.nobo-team-section{padding:62px 0}.nobo-team-heading{text-align:left;margin-bottom:28px}.nobo-team-heading p{font-size:16px}.nobo-team-card,.nobo-team-count-1 .nobo-team-card,.nobo-team-count-2 .nobo-team-card,.nobo-team-count-3 .nobo-team-card{flex-basis:100%}.nobo-team-photo-wrap{height:310px}.nobo-team-arrow{width:44px;height:44px;font-size:34px;top:48%}.nobo-team-prev{left:8px}.nobo-team-next{right:8px}.nobo-team-strengths{grid-template-columns:1fr;margin-top:42px}.nobo-team-kicker{font-size:11px}.nobo-team-heading h1{font-size:38px}}

/* v30 team sample data + no fallback */.nobo-team-empty{max-width:760px;margin:20px auto 38px;padding:22px 26px;border:1px solid rgba(18,198,178,.42);border-radius:18px;background:rgba(255,255,255,.055);color:rgba(255,255,255,.82);text-align:center}


/* v31 team slider: 5 visible, infinite carousel, linked profiles */
.nobo-team-card{flex:0 0 calc((100% - 80px)/5)}
.nobo-team-card-body h3 a{color:#fff;text-decoration:none;transition:.22s}
.nobo-team-card-body h3 a:hover{color:#12c6b2}
.nobo-team-photo-link{display:block;width:100%;height:100%}
.nobo-team-photo-link img{transition:transform .35s ease}
.nobo-team-photo-link:hover img{transform:scale(1.045)}
.nobo-member-profile{background:radial-gradient(circle at 20% 0,rgba(18,198,178,.22),transparent 28%),linear-gradient(135deg,#02160f,#041d18 48%,#02110f);color:#fff;padding:92px 0}
.nobo-member-back{display:inline-block;margin-bottom:24px;color:#12c6b2;font-weight:900;text-decoration:none}
.nobo-member-card{display:grid;grid-template-columns:minmax(280px,440px) 1fr;gap:42px;align-items:center;border:1px solid rgba(18,198,178,.42);background:rgba(255,255,255,.055);border-radius:28px;padding:28px;box-shadow:0 32px 100px rgba(0,0,0,.26)}
.nobo-member-photo{border-radius:24px;overflow:hidden;background:#061713;min-height:360px}
.nobo-member-photo img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}
.nobo-member-info h1{font-size:clamp(38px,5vw,64px);line-height:1.02;margin:14px 0 10px;color:#fff}
.nobo-member-info h2{color:#12c6b2;margin:0 0 24px;font-size:22px}
.nobo-member-content{color:rgba(255,255,255,.82);font-size:18px;line-height:1.75;max-width:760px}
.nobo-member-socials{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.nobo-member-socials a{display:inline-flex;padding:11px 18px;border-radius:999px;background:#12c6b2;color:#02160f;font-weight:900;text-decoration:none}
@media(max-width:1200px){.nobo-team-card{flex-basis:calc((100% - 40px)/3)}}
@media(max-width:1024px){.nobo-team-card{flex-basis:calc((100% - 20px)/2)}.nobo-member-card{grid-template-columns:1fr}.nobo-member-photo{max-width:520px}}
@media(max-width:680px){.nobo-team-card{flex-basis:100%}.nobo-member-profile{padding:62px 0}.nobo-member-card{padding:18px;border-radius:22px}.nobo-member-photo,.nobo-member-photo img{min-height:300px}.nobo-member-socials a{width:100%;justify-content:center}}


/* v33 clean team redesign - forced into enqueued app css */
body .nobo-team-clean-section{background:#f4f6fa!important;color:#172033!important;padding:88px 0 96px!important;overflow:hidden!important;position:relative!important;isolation:isolate!important}
body .nobo-team-clean-section:before{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 50% 8%,rgba(18,198,178,.12),transparent 30%),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px),linear-gradient(rgba(15,23,42,.025) 1px,transparent 1px)!important;background-size:auto,72px 72px,72px 72px!important;pointer-events:none!important;z-index:-1!important}
body .nobo-team-clean-heading{text-align:center!important;max-width:850px!important;margin:0 auto 48px!important}
body .nobo-team-clean-kicker{display:inline-flex!important;padding:8px 20px!important;border-radius:999px!important;border:1px solid rgba(18,198,178,.38)!important;color:#0e9f90!important;background:#fff!important;box-shadow:0 12px 34px rgba(18,198,178,.08)!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:.16em!important;font-size:12px!important;margin-bottom:18px!important}
body .nobo-team-clean-heading h1{font-size:clamp(40px,5vw,64px)!important;line-height:1.03!important;letter-spacing:-.045em!important;margin:0 0 16px!important;color:#132033!important}
body .nobo-team-clean-heading h1 span{color:#12c6b2!important}
body .nobo-team-clean-heading p{color:#5f6b7e!important;font-size:18px!important;line-height:1.75!important;margin:0!important}
body .nobo-team-clean-carousel{max-width:1380px!important;margin:0 auto!important;position:relative!important}
body .nobo-team-clean-viewport{overflow:hidden!important;padding:12px 6px 26px!important}
body .nobo-team-clean-track{display:flex!important;gap:24px!important;align-items:stretch!important;will-change:transform!important}
body .nobo-team-clean-card{position:relative!important;flex:0 0 calc((100% - 96px)/5)!important;min-width:0!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:18px!important;box-shadow:0 18px 50px rgba(15,23,42,.1)!important;overflow:hidden!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;color:#172033!important}
body .nobo-team-clean-card:hover{transform:translateY(-7px)!important;box-shadow:0 24px 70px rgba(18,198,178,.15),0 20px 58px rgba(15,23,42,.13)!important;border-color:rgba(18,198,178,.38)!important}
body .nobo-team-clean-cover{height:112px!important;background:radial-gradient(circle at 86% 18%,rgba(18,198,178,.5),transparent 28%),linear-gradient(135deg,#eef6f5,#dde8ed 50%,#f8fafc)!important;position:relative!important}
body .nobo-team-clean-avatar{display:grid!important;place-items:center!important;width:104px!important;height:104px!important;border-radius:50%!important;overflow:hidden!important;border:5px solid #fff!important;box-shadow:0 12px 34px rgba(15,23,42,.16)!important;background:#e8edf2!important;margin:-52px auto 0!important;position:relative!important;z-index:2!important;text-decoration:none!important;color:#0f766e!important;font-size:28px!important;font-weight:900!important}
body .nobo-team-clean-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .35s ease!important}
body .nobo-team-clean-avatar:hover img{transform:scale(1.06)!important}
body .nobo-team-clean-body{padding:18px 18px 24px!important;text-align:center!important;color:#172033!important}
body .nobo-team-clean-body h3{font-size:18px!important;line-height:1.18!important;margin:0 0 9px!important;color:#172033!important}
body .nobo-team-clean-body h3 a{color:#172033!important;text-decoration:none!important}
body .nobo-team-clean-body h3 a:hover{color:#0e9f90!important}
body .nobo-team-clean-role{font-size:13px!important;font-weight:800!important;color:#0e9f90!important;margin:0 0 14px!important}
body .nobo-team-clean-bio{font-size:13px!important;line-height:1.55!important;color:#677286!important;margin:0 auto 20px!important;max-width:210px!important;font-weight:500!important}
body .nobo-team-clean-socials{display:flex!important;justify-content:center!important;gap:10px!important;align-items:center!important}
body .nobo-team-clean-socials a{width:31px!important;height:31px!important;border-radius:50%!important;background:#f3f6f9!important;color:#121a2a!important;display:inline-grid!important;place-items:center!important;text-decoration:none!important;box-shadow:inset 0 0 0 1px rgba(15,23,42,.04)!important;transition:.22s!important}
body .nobo-team-clean-socials a:hover{background:#12c6b2!important;color:#fff!important;transform:translateY(-3px)!important}
body .nobo-team-clean-socials svg{width:15px!important;height:15px!important;fill:currentColor!important}
body .nobo-team-clean-arrow{position:absolute!important;top:52%!important;transform:translateY(-50%)!important;z-index:5!important;width:52px!important;height:52px!important;border-radius:50%!important;border:1px solid rgba(15,23,42,.1)!important;background:#fff!important;color:#132033!important;box-shadow:0 14px 35px rgba(15,23,42,.12)!important;font-size:40px!important;line-height:1!important;cursor:pointer!important;transition:.22s!important}
body .nobo-team-clean-arrow:hover{background:#12c6b2!important;color:#fff!important;border-color:#12c6b2!important}
body .nobo-team-clean-prev{left:-26px!important}body .nobo-team-clean-next{right:-26px!important}
body .nobo-team-clean-dots{display:flex!important;justify-content:center!important;gap:12px!important;margin-top:2px!important}
body .nobo-team-clean-dots button{width:13px!important;height:13px!important;border-radius:50%!important;border:0!important;background:#cdd5df!important;cursor:pointer!important;padding:0!important}
body .nobo-team-clean-dots button.active{width:34px!important;border-radius:999px!important;background:#12c6b2!important}
body .nobo-team-clean-empty{max-width:760px!important;margin:20px auto 38px!important;padding:22px 26px!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:18px!important;background:#fff!important;color:#4b5563!important;text-align:center!important;box-shadow:0 16px 44px rgba(15,23,42,.08)!important}
body .nobo-member-clean-page{background:#f6f8fb!important;color:#172033!important;padding:82px 0 96px!important}
body .nobo-member-clean-back{display:inline-flex!important;margin-bottom:24px!important;color:#0e9f90!important;font-weight:800!important;text-decoration:none!important}
body .nobo-member-clean-card{max-width:880px!important;margin:0 auto!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 20px 70px rgba(15,23,42,.1)!important;border-radius:28px!important;padding:44px 52px 46px!important;color:#172033!important}
body .nobo-member-clean-header{display:grid!important;grid-template-columns:190px 1fr!important;gap:34px!important;align-items:center!important}
body .nobo-member-clean-photo{width:178px!important;height:178px!important;border-radius:50%!important;overflow:hidden!important;background:#e5e7eb!important;box-shadow:0 14px 40px rgba(15,23,42,.13)!important;display:grid!important;place-items:center!important;color:#0e9f90!important;font-size:44px!important;font-weight:900!important}
body .nobo-member-clean-photo img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
body .nobo-member-clean-info h1{margin:0 0 8px!important;color:#111827!important;font-size:42px!important;line-height:1.08!important;letter-spacing:-.03em!important}
body .nobo-member-clean-info h2{margin:0 0 24px!important;color:#6b7280!important;font-size:20px!important;font-weight:700!important}
body .nobo-member-clean-meta{display:grid!important;gap:16px!important;color:#7b8494!important}
body .nobo-member-clean-meta div{display:flex!important;align-items:center!important;gap:12px!important;font-weight:700!important;color:#7b8494!important}
body .nobo-member-clean-meta span{width:20px!important;text-align:center!important;color:#9aa4b2!important}
body .nobo-member-clean-meta a,body .nobo-member-clean-meta strong{color:#6b7280!important;text-decoration:none!important;font-weight:700!important}
body .nobo-member-clean-tabs{margin:42px -52px 0!important;border-bottom:1px solid #e5e7eb!important;padding:0 52px!important}
body .nobo-member-clean-tabs span{display:inline-flex!important;padding:0 18px 18px!important;color:#2f80ed!important;font-weight:900!important;border-bottom:4px solid #5aa2ff!important}
body .nobo-member-clean-content{padding-top:36px!important;max-width:650px!important;color:#4b5563!important;font-size:18px!important;line-height:1.8!important;font-weight:500!important}
body .nobo-member-clean-content p{margin-top:0!important}
body .nobo-member-clean-socials{display:flex!important;gap:12px!important;flex-wrap:wrap!important;margin-top:26px!important}
body .nobo-member-clean-socials a{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:10px 16px!important;border-radius:999px!important;background:#edf9f7!important;color:#0e9f90!important;font-weight:800!important;text-decoration:none!important}
body .nobo-member-clean-socials a:hover{background:#12c6b2!important;color:#fff!important}
@media(max-width:1200px){body .nobo-team-clean-card{flex-basis:calc((100% - 48px)/3)!important}body .nobo-team-clean-prev{left:4px!important}body .nobo-team-clean-next{right:4px!important}}
@media(max-width:1024px){body .nobo-team-clean-card{flex-basis:calc((100% - 24px)/2)!important}body .nobo-member-clean-header{grid-template-columns:1fr!important;text-align:center!important;gap:22px!important}body .nobo-member-clean-photo{margin:0 auto!important}body .nobo-member-clean-meta{justify-items:center!important}body .nobo-member-clean-meta div{justify-content:center!important}body .nobo-member-clean-card{padding:34px 28px!important}body .nobo-member-clean-tabs{margin:36px -28px 0!important;padding:0 28px!important}}
@media(max-width:680px){body .nobo-team-clean-section{padding:62px 0!important}body .nobo-team-clean-heading{text-align:left!important;margin-bottom:30px!important}body .nobo-team-clean-heading p{font-size:16px!important}body .nobo-team-clean-card{flex-basis:100%!important}body .nobo-team-clean-arrow{width:44px!important;height:44px!important;font-size:34px!important}body .nobo-member-clean-card{padding:26px 18px!important;border-radius:20px!important}body .nobo-member-clean-photo{width:150px!important;height:150px!important}body .nobo-member-clean-tabs{margin:32px -18px 0!important;padding:0 18px!important}body .nobo-member-clean-info h1{font-size:36px!important}body .nobo-member-clean-info h2{font-size:18px!important}body .nobo-member-clean-content{font-size:16px!important;padding-top:28px!important}}

