/* || BREAKPOINTS ||
    @media screen and (max-width: 39.9375em) {}                         || SMALL ONLY { 0 - 639px }         ||
    @media screen and (min-width: 40em) {}                              || MEDIUM AND UP { 640px ONWARDS }  ||
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {}   || MEDIUM ONLY { 640px - 1023px }   ||
    @media screen and (min-width: 64em) {}                              || LARGE AND UP { 1024px ONWARDS }  ||
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {}   || LARGE ONLY { 1024px - 1199px }   || */
















/* || Foundation component overrides || */
body{
    font-size: 18px;
    font-weight: 400;
}


h1, .h1 {
    font-size: 2.8em;
    line-height: 1.2em;
    margin: 0.67em 0;
}

h2, .h2 {
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight:600;
}

h3, .h3 {
  font-size: 1.6em;
  line-height: 1.5em;
}

h4, .h4 {
    font-size: 1.2em;
    line-height: 1.5em;
}

h5, .h5 {
  font-size: 1.1em;
    line-height: 1.5em;
}

h6, .h6 {
  font-size: 1em;
  line-height: 1.5em;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none;
    box-shadow: none;
    font-size:1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

[type=checkbox],
[type=radio] {
    position: relative;
    top: 0.1em;
}

button, 
.button {
    font-size:0.9em;
    padding: .9rem 2rem;
    
    border-radius: 30px;
    
    font-weight: 600;
}

button:not(.button-group button), 
.button:not(.button-group button) {
   /* font-size:0.9em;
    
    border-radius: 30px;*/
    
}


.is-btn, .btn{
    border-radius: 30px !important;
}


button:hover,
.button:hover,
button:focus,
.button:focus {
    transition: .4s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
}

.form legend {
    font-weight: 700;
}

span.error,
span.errorMargin {
    color: #cc4b37;
    font-size: 0.8em;
    font-weight: 700;
}


label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: ;
}

/* || HEADER || */
.is-wrapper div.is-section.is-header, .is-header {
    background-color: #FFFFFF;
    color:#FFFFFF;
 /*   border-bottom:1px solid #FFFFFF; */
    height: auto;
    min-height:0;
    z-index: 99;
    overflow: visible !important;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #FFFFFF;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}

header .is-stuck{
    background: #FFFFFF;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

/* sticky navigation*/
header .with-nav.is-stuck {
    background: #ffffff;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
    padding: 0 !important;
    margin: 0;
}

header .with-nav.is-stuck ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
     padding: 10px 0;
}

header.new-header-8 .with-nav.is-stuck ul {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

header .with-nav.is-stuck .spacer{
    display:none;
}

header a:not(.button) {
    color: #FFFFFF;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #FD7800;
}

header .icon, 
header i,
header i.fa-bars.icon{
    color: #FFFFFF;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #FFF;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#FD7800;
     color:#FFFFFF;
}

header button.header-search-button {
    background:transparent;
}

header button.header-search-button:hover {
    box-shadow: none;
}

.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 50px;
    font-family: "Outfit", serif;
}

.header-buttons .button {
    font-weight:600;
    padding: 0.9em 2em;
}

footer {
    border-top: 1px solid #CCCCCC;
}

footer .text-logo {
    color: #FFFFFF;
}

footer .address-container br {
    display:none;
}

svg.step.social-icon {
    height:35px;
    width:35px;
    fill:#FFFFFF;
}

.footer2 .step.social-icon,
.new-footer-1 .step.social-icon,
.new-footer-2 .step.social-icon,
.new-footer-3 .step.social-icon,
.new-footer-4 .step.social-icon{
    height: 40px;
    width: 40px;
}

header .cta .icon {
    padding-right: 5px;
    color: #FFFFFF
}

header .text-muted {
    color: #FFFFFF !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #FFFFFF;
}

header .border-top {
    border-top:1px solid #FFFFFF;
}


header .is-section {
    float: none;
    width: auto;
}


.header7 .ps-cart-text-container {
    position:static;
    margin-right:10px;
}




.ecommerce-style2 .cart, .cart {
    position:relative;
}

header a:hover i.fas {
    color:#FD7800
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#FFFFFF;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 31px;
    top: -1px;
    font-weight: bold;
}

header a:hover .ps-cart-text-container {
    background:#FD7800;
}

header .currency-converter{
    font-size: 0.9em;
}

header .currency-converter select {
    padding-right:0;
}

.sticky-container,
.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    z-index: 100;
}

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background: #000000;
    
}


.header-search-input{
    padding-right:25px;
    color:#262626;
    background:#FFFFFF;
}

.header-search-input::placeholder {
    color:#262626;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

header i.fas.fa-search {
    color:#262626
}

header .ps-cart-text-container {
    color:#FFFFFF;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

header a:hover .ps-cart-text-container {
    background:#FD7800;
}

/* || MENU || */
header .main-navigation-background {
    background:#000000;
}

header .menu.level-1 li .is-dropdown-submenu.menu.level-2  li:first-child {
    display:none;
}

header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #000000;
     font-weight:400;
}

header ul.dropdown.menu li.active > a:not(.button),
header ul.dropdown.menu li > a:not(.button):hover,
header ul.dropdown.menu li > a:not(.button):active,
header ul.dropdown.menu li > a:not(.button):focus{
    color: #FD7800;
    background-color: #000000;
}

header .dropdown.menu li ul.submenu {
     background: #2E3F54;
     border:none;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #FFFFFF;
    text-align:left;
}

header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #FFFFFF;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #000000;
    background:transparent;
}

/* header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color:transparent;
    display: inline-block;
    width: 23px;
    height: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1772 1.88191C10.6078 1.45139 10.6078 0.753396 10.1772 0.322884C9.74673 -0.107628 9.04873 -0.107628 8.61821 0.322884L5.50004 3.44106L2.38191 0.322933C1.95139 -0.10758 1.2534 -0.10758 0.822884 0.322933C0.392372 0.753445 0.392372 1.45144 0.822885 1.88196L4.72044 5.77951C4.99879 6.05786 5.38895 6.15624 5.74634 6.07466C5.9418 6.03008 6.12746 5.93169 6.27968 5.77946L10.1772 1.88191Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    right: auto;
    left: 37%;
    margin-top: 7px;
}*/

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
    border-color: #FFF transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #000000 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:hover::after {
    border-color: transparent #000000 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #000000;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {
    border-color: transparent transparent transparent #000000;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#FFFFFF;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:#FD7800;
    color: #FFFFFF;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:#FFFFFF;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:active i,
.header-top-contact-links .menu a:focus {
    color:#FFF;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:#FFFFFF;
}

header .header-top-contact-links a,
header .header-top-contact-links a:hover,
header .header-top-contact-links a:active{
    color:inherit;
} 

.header-top-contact-links .menu a {
    padding-top: 0;
    padding-bottom:0;
    color:inherit;
}

.header-top-contact-links .menu a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

header .header8 ul.dropdown.menu > li > a:not(.button) {
    padding-top:0;
    padding-bottom:0;
}

.new-header ul.dropdown.menu li.active > a:not(.button), 
.new-header ul.dropdown.menu li > a:not(.button):hover, 
.new-header ul.dropdown.menu li > a:not(.button):active, 
.new-header ul.dropdown.menu li > a:not(.button):focus {
    background-color:transparent;
}

.new-header ul.dropdown.menu > li.active > a:not(.button) span,
.new-header ul.dropdown.menu > li:hover > a:not(.button) span {
  color :#FD7800;
}


.new-header-1 ul.dropdown.menu > li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.new-header-1 ul.dropdown.menu > li.active > a:not(.button) span,
.new-header-1 ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:2px solid #FD7800;
}

.new-header-6 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-6 ul.dropdown.menu li:hover > a:not(.button) span,
.new-header-7 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-7 ul.dropdown.menu li:hover > a:not(.button) span{
}

.new-header .button, 
.new-header .button.disabled, 
.new-header .button[disabled], 
.new-header .button.disabled:hover, 
.new-header .button[disabled]:hover, 
.new-header .button.disabled:focus, 
.new-header .button[disabled]:focus {
    background-color: #FD7800;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#000000;
    border:1px solid #FD7800;
}

.new-header-menu-container {
    background:#000000;
}

.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

.sidenav-container {
    background-color: #FD7800;
    color: #FFFFFF;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
}

.sidenav-container i.fa-bars.icon{
     color: #FFFFFF;
}

.new-header-3 .logo-container,
.new-header-4 .logo-container {
    min-height:110px;
    display: flex;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.new-header-3 .left-column i {
    margin-right:5px;
}

.new-header-5.logo-section {
    min-height:150px;
}

.new-header-5 .menu-container {
    margin-top:10px;
}

.new-header-5 .dropdown.menu > li > a {
    padding: 0.7rem 0 0.7rem 2rem;
}

.new-header-5 .dropdown.menu > li.has-submenu > a {
    padding-right: 1.5rem;
}

.new-header-6 .menu a.head-contact-links {
    display: flex;
    text-align: left;
    align-items: center;
}

.new-header-6 .menu a.head-contact-links .icon-part{
    padding-right:20px;
    color:#FD7800;
    font-size:20px;
}

.new-header-6 .menu a.head-contact-links .icon-part i {
    color:inherit;
}

.new-header-6 .menu a.head-contact-links .text-part .heading {
    padding-bottom:5px;
}

.new-header-6 .contact-section {
    display: flex;
    justify-content: right;
    align-items: center;
}

.new-header-6 .menu-container {
    border-top:1px solid #FFFFFF;
    margin-top: 10px;
    padding-top: 5px;
}

.new-header-9 .sidenav-bar {
    right: 20px;
    top: 20%;
}

/* New headers CSS END */

/* new theme 2 styles */

.main-banner-sec.theme-2 {
    height:80%;
}

.main-banner-sec.theme-2 form .button {
    background: #FD7800;
    color: #FFFFFF;
    padding:12px 32px;
    font-size:0.9em;
}

.is-dark-color * {
    color:#000000;
}

.is-light-color *{
    color:#000000;
}

.is-dark-color .button,
.is-dark-color button {
    background: #FD7800;
    color: #FFFFFF;
}

.is-light-color button,
.is-light-color .button {
    background: #FFFFFF;
    color: #FD7800;
}

.page-banner-main-heading {
    font-weight: 500; 
    margin-bottom: 10px; 
    font-size:2.8em;
}

.page-banner-sub-heading {
    font-size: 1.2em; 
    font-family: inherit; 
    margin-bottom: 30px;
}
iframe.ifr-ht {
    width: 100%;
    height: 558px;
}
#contact-us-form-container {
    position:relative;
}

#contact-us-form-container label {
    margin-bottom:8px;
}

#contact-us-form-container p:first-of-type, 
#contact-us-form-container legend {
    display:none;
}

#contact-us-form-container .textblock_wrap p {
    display:block;
}

#contact-us-form-container .fieldset {
    padding:0;
    margin:0;
    border:0px solid;
}

#contact-us-form-container form {
    background:#FFFFFF;
    position: absolute;
    right: 0;
    top:110px;
    width: 100%;
    padding: 40px;
}

#contact-us-form-container form input:not([type="submit"]) {
    border:1px solid #CCCCCC;
    padding: 8px 16px;
    border-radius:10px;
    height: 56px;
}

#contact-us-form-container .phone_wrap > div {
    width:100%;
}   

#contact-us-form-container .phone_wrap > div [class*="flag-container"] {
    display:none;
}

#contact-us-form-container form #first_name, 
#contact-us-form-container form #mob_phone_phone_number_tel {
    margin-bottom: 1rem !important;
    margin-top: 0px !important;
}

#contact-us-form-container * {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#contact-us-form-container .form-container {
    padding:0;
}

.user-logged-out .main-banner-sec {
    overflow:visible;
}

/* service page */ 

.service-card-section h2 {
    padding-top:30px;
}

.service-card-section .single-card {
    height:100%;
     color:#000000;
}

.service-card-section .single-card * {
     color:#000000;
}

.service-card-section .cell {
    padding-right:10px;
    padding-left:10px;
}

/* faq page */

/* system page */ 
.ww-newsletter-registration.ww-form-container {
    padding-top:30px;
}


@media screen and (min-width: 1024px) {
    .stretched-image-section .cell.large-6 {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    
    .stretched-image-section .cell.large-6:first-child {
        background-color: black;
        color: white;
        max-width: 600px; /* Ensure text stays within grid */
    }
    
    .stretched-image-section .cell.large-6:last-child {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .stretched-image-section .cell.large-6:last-child img {
        width: 100%;
        object-fit: cover; /* Ensure image fully covers the space */
    }
}


/* container css overridden */
.is-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* New Footer CSS */
.new-footer {
    font-size:1em;
}

.new-footer .menu .active > a {
    background: transparent;
    color:#FFFFFF;
}

footer.new-footer .footer-menu-container .menu li.has-submenu a {
    padding-right:1.5em;
}

footer.new-footer .footer-menu-container .menu li a {
    font-weight:normal;
    padding: 0.5em;
}

footer.new-footer .footer-menu-container .menu li.has-submenu ul li:first-child {
    display:none;
}

footer.new-footer .footer-menu-container .menu li.has-submenu ul li a {
    text-align:left;
}

.footer-menu-container {
    border-bottom:1px solid #CCCCCC;
    margin-bottom:20px;
}

footer.new-footer h4 {
    font-weight:bold;
    font-size:20px;
    margin-bottom:15px;
}

.footer-media-box {
    margin-top:5px;
}

.size-40 {
    font-size:40px !important;
}

.new-footer-1 .copyright-container,
.new-footer-2 .copyright-container,
.new-footer-3 .copyright-container{
    border-top:1px solid #CCCCCC;
    padding-top: 20px;
    padding-bottom: 10px;
}

.new-footer-1 .footer-social-media {
    margin-top:30px;
}

.new-footer .dropdown.menu > li.is-active > a {
    background: transparent;
}

.mailing-list-button {
    margin-top:30px;
}

.new-footer-3  .shop-address br{
    display:none;
}

.new-footer-3 .footer-menu-container {
    margin-bottom: 0px;
}

.new-footer-3 .footer-media-box img {
    max-height:80px;
}

.new-footer ul.dropdown.menu > li.active > a:not(.button) span, 
.new-footer ul.dropdown.menu > li:hover > a:not(.button) span {
    color: #FD7800;
}

footer.new-footer a:not(.button):hover, 
footer.new-footer a:not(.button):active, 
footer.new-footer a:not(.button):focus {
    color: #FD7800;
}

.dropdown.menu > li.is-active a {
    color: #FFFFFF;
}

.contact-us-column .contact-number {
    padding-top:10px;
    padding-bottom:10px;
}

.subscription-button-container .button {
    padding: 17px;
    font-weight: 600;
}

footer iframe {
    width:275px;
}

.new-footer.with-background-image {
    background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31250/theme/49148/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

.new-footer-3 i {
    color:#FD7800;
}

.new-footer-4 .footer-social-media .menu a,
.footer3 .social-media-icons-small.menu a{
    padding: 5px !important;
}

/* New Footer CSS END*/

/* || HOMEPAGE || */
.light-bg-section {
    float: left;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5{
    color:inherit;
}

.light-bg-section h3 {
    color:#FFFFFF;
    font-weight:500;
}

.text-primary {
     color:#FD7800;
}

strong, b {
    font-weight: bolder;
}

.dark-bg-section {
    float: left;
    color: #FFFFFF;
}

.dark-bg-section h1,
.dark-bg-section h2,
.dark-bg-section h3,
.dark-bg-section h4,
.dark-bg-section h5{
    color:inherit;
}

.dark-bg-section input[type="text"] {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    background:;
    color:;
}

.dark-bg-section input[type="text"]::placeholder {
     color:;
}

.dark-bg-section .button {
    background:;
    color:inherit;
}

.customer-section {
    background:;
    color:;
    float:left;
}

.rounded-circle {
    border-radius: 50%;
}

.latest-blog-posts {
    background:;
    color:;
    float:left;
    width:100%;
}

.latest-blog-posts h2 {
    color:inherit;
    font-size: 2.5rem;
}

.latest-blog-posts h4 {
    color:inherit;
    font-size: 1rem;
}

.latest-blog-posts h2 a,
.latest-blog-posts h4 a,
.latest-blog-posts a{
    color:inherit;
}

.latest-blog-posts .readmore:hover {
    text-decoration:underline;
} 

/* New blog page type */

.banner-main-heading {
    font-size:2.8em;
    color:#FFFFFF;
    line-height: 1.2em;
}

.new-blog-page-type .featured-articles {
    padding: 48px;
    border: 1px solid #CCCCCC;
}

.new-blog-page-type .featured-articles img {
    max-height:215px;
}

.new-blog-page-type .featured-articles h5 {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
    color:#000000;
}   

.new-blog-page-type .featured-articles h2 {
    font-size: 1.7em;
    line-height: 1.5;
    font-weight: 400;
    color:#000000;
}

.new-blog-page-type .featured-articles h2 a{
    color:#000000;
}

.new-blog-page-type .blog-search-button svg {
    fill:#000000;
}

.blog-search-container .blog-search-button:hover {
    box-shadow: none;
}

.new-blog-page-type .featured-articles p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.new-blog-page-type .blog-articles,
.new-blog-page-type .blog-sidebar {
    margin-top: 80px;
}

.new-blog-page-type .blog-ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px 30px; 
    list-style: none;
    margin-left: 0;
}

.new-blog-page-type .blog-ul h2,
.new-blog-page-type .blog-ul h2 a{
    font-size: px;
    line-height: 1.5;
    font-weight: 600;
}

.new-blog-page-type .blog-ul img,
.featured-articles-slider img {
    margin-bottom:12px;
}

.new-blog-page-type .article-body ,
.new-blog-page-type .article-body p {
    font-size:18px;
    font-weight:400;
}

.new-blog-page-type .blog-read-more {
    font-weight:600;
}

.featured-articles-slider,
.ps-blog-category  {
    list-style: none;
    margin-left:0;
}

.ps-blog-category {
    margin-bottom: 0;
}

.ps-blog-category li {
    display:inline-block;
}

.ps-blog-category li a {
    padding: 8px 24px;
    border: 1px solid #FD7800;
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 16px;
    color:#FD7800;
}

.ps-blog-category li.active a,
.ps-blog-category li a:hover{
    border-radius: 0;
    vertical-align: baseline;
    line-height: inherit;
    background:#FD7800;
    color:#FFFFFF;
}

.new-blog-page-type .featured-articles-section {
    margin-top:80px;
}

.new-blog-page-type .section-main-heading {
    color:#000000;
}

.articles-filter-container h3 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
    color:#000000;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction {
    text-align:right;
    margin-top: 50px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0.2;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a {
    position: relative;
    color: inherit;
    top: auto;
    margin-top: 0;
    padding: 0;
    font-size: 16px;
    text-shadow: none;
    margin-left: 20px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a i {
    font-weight: 100;
    text-shadow: none;
    font-size: 35px;
    color:#000000;
    border: 1px solid #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block !important;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-prev {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-next {
    width: 40px;
    height: 40px;
    display: inline-block;
    right:auto;
}

.new-blog-page-type .article-category {
    margin-bottom: 5px;
}

.new-blog-page-type .article-category span {
    font-size:16px;
    color:#000000;
    font-weight: 400;
}

.blog-search-container #search-input-blog {
    height: 56px;
    border-radius: 10px;
    padding: 8px 16px 8px 44px;
    margin-top: 80px;
    margin-bottom:0;
}

.blog-search-container .blog-search-button {
    position: absolute;
    top: 20px;
    padding: 0;
    left: 16px;
}

.new-blog-page-type .ps-pagination-bar {
    margin-top:50px;
}

.new-blog-page-type .ps-pagination-bar p {
    display:table;
    margin:auto;
}

.new-blog-page-type .ps-pagination-bar span {
    font-size:16px;
    background:#E7E5E4;
    border:1px solid #E7E5E4;
    font-weight:400;
    margin-left: 5px;
     margin-bottom: 10px;
    display:inline-block;
}

.new-blog-page-type .ps-pagination-bar span a {
    display:block;
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current {
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current,
.new-blog-page-type .ps-pagination-bar span.next,
.new-blog-page-type .ps-pagination-bar span.prev {
    border:1px solid #FD7800;
    font-weight:600;
    background:transparent;
}

.new-blog-page-type .article-title {
    color:#2E3F54;
    margin-top:10px;
    margin-bottom: 20px;
    font-size: 2.8em;
    font-weight: 500;
}

.new-blog-page-type .blog-author ul {
    list-style:none;
    margin-left:0;
    font-family: var(--ww-font-body);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: capitalize;
}

.new-blog-page-type.article-page-type .article-body {
    margin-top:20px;
}

.new-blog-page-type .ps-blog-recent-posts {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-left: 0;
}

.new-blog-page-type .ps-blog-recent-posts .article-title {
    font-size:1.2em;
    margin-bottom:15px;
}

.new-blog-page-type  .recent-posts-text {
    font-weight:600;
}

.new-blog-page-type .blog-sidebar-widget .ps-article-img img {
    margin-bottom:10px;
}

.new-blog-page-type h1,
.new-blog-page-type h2,
.new-blog-page-type h3,
.new-blog-page-type h4 {
    line-height:1.5;
    font-weight: 500;
}

@media screen and (max-width: 1023px) {
    .is-wrapper div.is-section.is-header, .is-header {
    background-color: #000;
    }
     footer.new-footer ul#mainNav {
       
        flex-direction: column;
        }
        footer.new-footer ul#mainNav li {
    margin-bottom: 10px;
}
    .so-visualq img {
    margin: 0 auto;
}
    .theme-academy .header-buttons {
        padding-top:0;
    }
    header button.openMenu:hover,
    header button.openMenu:focus,
    header button.openMenu:active {
        box-shadow:none;
    }
    body {
        font-size:16px;
    }
    .new-blog-page-type .small-block-grid-1 {
        grid-template-columns: 1fr;
    }
    .articles-filter-container {
        margin-top:80px;
    }
    .new-blog-page-type .ps-blog-recent-posts {
         grid-template-columns: 1fr;
         width:100%;
         margin:auto;
    }
    .articles-filter-container .mobile-category-title {
        border:1px solid #CCCCCC;
    }
    #contact-us-form-container form {
        position:relative;
        top:auto;
        margin-bottom: 40px;
        padding-left:10px;
        padding-right:10px;
    }
    .main-banner-sec.theme-2 form .button,
    .main-banner-sec.theme-2 .button {
        font-size:1em;
        padding-right:24px;
        padding-left:24px;
        line-height: 1.5;
    }
    button, .button {
        line-height:1.5;
    }
    .banner-main-heading {
        font-size: 2.1em;
    }
    .is-overlay-bg {
        opacity:1;
    }
    h1, .h1 {
        font-size: 1.7em;
        line-height: 1.2em;
        margin: 0.67em 0;
    }
    .new-blog-page-type .article-title {
        font-size: 2em;
    }
    .new-blog-page-type .featured-articles h2,h2, .h2 {
        font-size: 1.5em;
        line-height: 1.4em;
    }
    
    h3, .h3 {
      font-size: 1.3em;
      line-height: 1.4em;
    }
    
    h4, .h4 {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    
    h5, .h5 {
      font-size: 1em;
        line-height: 1.5em;
    }
    
    h6, .h6 {
      font-size: 1em;
      line-height: 1.4em;
    }
    p{
        font-size:1.2em;
    }
    footer {
        margin-top:32px;
    }
    .mobile-footer-menu {
        display:block;
    }
    .blog-search-container #search-input-blog,
    .articles-filter-container,
    .new-blog-page-type .blog-articles, 
    .new-blog-page-type .blog-sidebar {
        margin-top: 40px;
    }
}

.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

.size-30 {
    font-size:30px;
}

.is-section-guide {
    background:#FD7800;
}

.is-section-guide h2 {
    color:#FFFFFF;
}
span.sgc-mark {
    display: table;
    width: 48px;
    height: 2px;
    background: var(--ww-orange);
    margin-bottom: 28px;
    border-radius: 2px;
    margin: 0 auto 28px !important;
}
.is-section-guide p.lead {
    color:#FFFFFF;
}
.is-section-guide a.button {
    background:#FFFFFF;
    color:#FD7800;
}

/* || FOOTER || */
.is-footer, .is-wrapper div.is-section.is-footer {
    background-color: #111111;
    color: #FFFFFF;
    clear: both;
}

footer a:not(.button) {
    color: #FFFFFF;
}

.is-footer .is-container {
    padding: 0px;
}

footer a:not(.button):hover,
footer a:not(.button):active,
footer a:not(.button):focus {
    color: #FD7800;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #CCCCCC;
}

.social-media-icons a {
    font-size: 3em;
    color: #FFFFFF;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #FFFFFF;
}

.slick-dots li {
    border: 1px solid #FD7800;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #FD7800;
}


.back-to-top-button {
    bottom:10px;
    right:10px;
    z-index:9;
}


/* || OFFCANVAS - SIDENAV || */
.off-canvas-content.is-open-right.has-transition-push{
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}
 
.is-open.position-right {
    width: 60%;
}

@media screen and (min-width: 63em) and (max-width: 64em) {
    footer button:not(.button-group button) , footer .button:not(.button-group button),
    header button:not(.button-group button) , header .button:not(.button-group button){
        margin-bottom:2px;
    }
    .column-container.newsletter .button {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (min-width:  64em) {
    .off-canvas-content.is-open-right.has-transition-push{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .is-open.position-right {
        width: 0%;
    }
    
    /* new header 7 css */
     .off-canvas-content.is-open-right.has-transition-push.mobile-menu-for-desktop{
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    
    .is-open.position-right.mobile-menu-for-desktop {
        width:40%;
    }
    
    .js-off-canvas-overlay.is-overlay-fixed {
        display: none !important;
    }
       .text-md-left {
        text-align:left;
    }
    
    .gallery-figcaption {
        padding-top: 37%;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.56);
        color:white;
        display: none;
        cursor: pointer;
    }
    
    .testimonial-container {
        min-height: 450px;
    }
    
    .dark-bg-section input[type="text"] {
        width:25%;
        margin-right:10px;
    }
}

aside.sidenav .featured-section {
    background-color:#FFFFFF;
    color:#FFFFFF;
}

aside.sidenav .featured-section i {
    color:#FFFFFF;
}

aside.sidenav input[type=search] {
    color:#262626;
    background:#FFFFFF;
    padding-right: 24px;
}

aside.sidenav input[type=search]::placeholder {
    color:#262626;
    opacity:0.6;
}

aside.sidenav button[type=submit] {
    position: absolute;
    top: 30%;
    right: 5px;
    outline: none !important;
    background: transparent;
    border: 0px solid;
    box-shadow: none;
    padding:0;
}

aside.sidenav i.fas.fa-search {
    color:#262626
}


aside.sidenav .menu.simple {
    background:#000000;
    color: #000000;
}

aside.sidenav .menu.simple a {
    color: #000000;
}



aside.sidenav .ps-cart-text-container {
    color:#FFFFFF;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin-left: 5px;
}

aside.sidenav a:hover .ps-cart-text-container {
    background:#FD7800;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
    border-bottom: 1px solid #000000;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:#000000;
    color: #000000;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:#000000;
    color: #FD7800;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #000000 transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #FD7800 transparent transparent !important;
}

@media screen and (max-width: 63.9375em) {

  .is-static.is-footer {
      min-height: 0;
  }
  
  footer .border-bottom-small {
      border-bottom:1px solid #CCCCCC;
    }
    
    footer .border-top-small {
      border-top:1px solid #CCCCCC;
    }

    header .border-top-small  {
        border-top:1px solid #FFFFFF;
    }
    
    .step.social-icon {
        height:35px;
        width:35px;
    }
    
    /* New header layouts */
    header .sidenav-container a:not(.button),
    header .sidenav-container a:not(.button):active,
    header .sidenav-container a:not(.button):active i,
    header .sidenav-container a:not(.button):hover .icon, 
    header .sidenav-container a:not(.button):hover i{
        color:inherit;
    }
   
    header .sidenav-container a:not(.button) i {
        line-height:25px;
    }
    
    .absolute-for-mobile {
        position:absolute;
    }
    
    header .mobile-head-border-section  {
        border-top:1px solid #FFFFFF;
        border-bottom:1px solid #FFFFFF;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #FFFFFF;
    }
    
    header .mobile-contact-section .head-icons {
        background: #FFFFFF;
        color:#FFFFFF;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    
    header .mobile-contact-section .head-icons i {
        color:#FFFFFF;
    }
    
    .mobile-contact-buttom-section {
        line-height: 60px;
        text-align:center;
    }
    
    .mobile-contact-buttom-section .button{
        margin-bottom:0;
    }
    
    .new-header .logo-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        padding-left: 40px;
    }
    
    .new-header-2 .mobile-contact-buttom-section {
        border-top:1px solid #FFFFFF;
    }
    
     .new-header-2 .mobile-contact-buttom-section .button {
         margin-bottom:20px;
         margin-top:20px;
     }

    .new-header-3 .mobile-contact-number-section,
    .new-header-3 .mobile-contact-button-section,
    .new-header-4 .mobile-contact-number-section,
    .new-header-4 .mobile-contact-button-section,
    .new-header-5 .mobile-contact-number-section,
    .new-header-5 .mobile-contact-button-section,
    .new-header-6 .mobile-contact-button-section {
        border-top:1px solid #FFFFFF;
        line-height:50px;
        text-align:center;
    }
    
    .new-header-3 .mobile-contact-button-section .button,
    .new-header-5 .mobile-contact-button-section .button,
    .new-header-6 .mobile-contact-button-section .button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .new-header-3 .logo-container,
    .new-header-4 .logo-container,
    .new-header-5 .logo-container,
    .new-header-6 .logo-container {
        display:block;
        min-height:0;
    }
    
    .new-header-6 .mobile-contact-button-section {
        justify-content: center;
    }
    
    .is-footer-8 {
        min-height:0;
    }
    
    /* new footer layouts */
        .footer-text, 
        .footer-social-media,
        .footer-media-box {
            width: 270px;
            margin: auto;
            text-align: center;
        }
        
        .contact-us-column {
            text-align:center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left,
        .new-footer-2 .footer-social-media .menu.align-left {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left a, 
        .new-footer-1 .footer-social-media .menu.align-left .button,
        .new-footer-2 .footer-social-media .menu.align-left a, 
        .new-footer-2 .footer-social-media .menu.align-left .button{
            padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
        
        .new-footer-1 .footer-menu-container .dropdown.menu,
        .new-footer-3 .footer-menu-container .dropdown.menu{
            display:block;
        }
        
        .new-footer-2 .footer-links,
        .mailing-list-button {
            text-align:center;
        }
        
        .small-text-center {
            text-align:center;
        }
        
        .menu.small-align-center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-4 .copyright-container, .new-footer-4 .subscription-button-container {
            border-bottom:1px solid #CCCCCC;
        }
       
        
    /* new footer layouts */
    
    header .sticky-bg-color {
        position:static;
    }

    header .sticky {
        top:0 !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .padding-top-sm-3 {
        padding-top:3rem;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem;   
    }

    .padding-top-sm-0 {
        padding-top:0!important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0;
    }
    
     .margin-top-sm-2{
        margin-top:2rem;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem;
    }
    
    .margin-top-sm-1{
        margin-top:1rem;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    
    .copyright {
        font-size: 100%;
    }
    
    .small-block {
        display:block;
    }
}




.ecommerce-product-slider .orbit-previous,
.ecommerce-product-slider .orbit-next {
  color: #cacaca;
}

.ecommerce-product-slider .orbit-bullets button {
  height: 0.65rem;
  width: 0.65rem;
}

.ecommerce-product-slider .product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.ecommerce-product-slider .product-card-thumbnail {
  display: block;
  position: relative;
}

.ecommerce-product-slider .product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecommerce-product-slider .product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.ecommerce-product-slider .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.ecommerce-product-slider .product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}

header button.openMenu {
    background: initial;
    color: initial;
}




/* ============================================================
   NOWHUMAN LEADERSHIP COACHING — STYLES
   Paste this entire file into Webware site-wide custom CSS.
   ============================================================

   FILE INDEX
   ┌─ 1.  THEME TOKENS         ← CHANGE FONTS & COLORS HERE
   ├─ 2.  GOOGLE FONTS IMPORT  ← CHANGE FONT FAMILIES HERE TOO
   ├─ 3.  UTILITY CLASSES
   ├─ 4.  PREVIEW FALLBACK (remove inside Webware)
   ├─ 5.  HERO BANNER           .bnl-0           [home + about]
   ├─ 6.  FRAMEWORK SECTION     .sec-framework   [home]
   ├─ 7.  PILLARS               .features-v34    [home]
   ├─ 8.  SERVICE AREA          .sec-service-area [home + about]
   ├─ 9.  FINAL CTA             .sec-final-cta   [home + about]
   ├─ 10. ORIGIN STORY          .sec-origin       [about]
   ├─ 11. MISSION               .sec-mission      [about]
   ├─ 12. FOUNDER INTRO         .sec-founder-intro [about]
   ├─ 13. FOUNDER BIO           .sec-founder-bio   [about]
   ├─ 14. GUIDE CTA             .sec-guide-cta     [about]
   ├─ 15. PROCESS               .sec-process       [about]
   ├─ 16. TESTIMONIALS          .sec-testimonials  [about]
   ├─ 17. SERVICES GRID         .sec-services      [services]
   ├─ 18. SUB-INTRO             .sec-sub-intro     [service detail]
   ├─ 19. BENEFITS GRID         .sec-benefits      [service detail]
   ├─ 20. PROCESS PHASES        .sec-phases        [service detail]
   └─ 21. FAQ                   .sec-faq           [service detail]
*/


/* ============================================================
   1. THEME TOKENS  ← change fonts / colors site-wide from here
   ============================================================ */
:root {
  /* Fonts — Brand guide: Arial is the only typeface */
  --ww-font-heading: Arial, 'Arial Nova', Helvetica, sans-serif;
  --ww-font-body:    Arial, Helvetica, sans-serif;

  /* Brand colors — per NowHuman Brand Identity Kit */
  --ww-navy:        #2E3F54;   /* Navy Blue — dominant surface */
  --ww-navy-deep:   #2E3F54;   /* (brand has one navy; alias kept for older selectors) */
  --ww-orange:      #FD7800;   /* Brand Orange — CTAs, accents */
  --ww-orange-soft: #FF9F1B;   /* Golden Amber — hover states, warm highlights */
  --ww-orange-deep: #FD7800;   /* (brand has one orange; alias kept for older selectors) */
  --ww-bg:          #E4E9EF;   /* Light Grey — page / canvas background */
  --ww-cream:       #E4E9EF;   /* alias → Light Grey */
  --ww-cream-warm:  #E4E9EF;   /* alias → Light Grey */
  --ww-white:       #FFFFFF;
  --ww-text:        #1A1A1A;   /* near-black body copy */
  --ww-text-muted:  #5B6B7D;   /* dark grey for captions / muted text */
  --ww-border:      #D0D7DF;   /* subtle dividers on Light Grey */

  /* Radius */
  --ww-radius-md:   10px;
  --ww-radius-lg:   14px;
  --ww-radius-pill: 999px;
}


/* ============================================================
   2. FONTS  — Arial is a system font, no @import required
   Brand guide: "Primary (all copy): Arial (or Arial Nova).
                 Fallback (web): Helvetica, sans-serif"
   ============================================================ */


/* ============================================================
   3. UTILITY CLASSES
   Brand note: italics are for QUOTES or EMPHASIS only — never
   for decoration. Accent here = orange color emphasis only.
   ============================================================ */
.ww-accent {
  color: var(--ww-orange);
}
.ww-accent--deep { color: var(--ww-orange); }


/* ============================================================
   4. PREVIEW FALLBACK
   Remove this block inside Webware — those classes already exist.
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body  {
  font-family: var(--ww-font-body);
  color: var(--ww-text);
  background: var(--ww-cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
label,
.new-header .button ,
.header-top-contact-links .menu a ,
footer.new-footer .footer-menu-container .menu li a ,
header ul.dropdown.menu li a:not(.button) ,
p{
    font-family: var(--ww-font-body);
    font-size: 14.5px;
    line-height: 1.7;
    }
  footer.new-footer ul#mainNav {
        display: flex;
    justify-content: space-around;
    width: 100%;
        }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.is-section, .is-box, .is-boxes, .is-box-centered { display: block; }
.grid-x { display: flex; flex-wrap: wrap; }
.cell { width: 100%; }
.cell.full { flex: 1 1 100%; }
.padding-0 { padding: 0 !important; }
.margin-0 { margin: 0 !important; }
.max-width-100 { max-width: 100% !important; }


/* ============================================================
   5. HERO BANNER  .bnl-0
   ============================================================ */
.bnl-0 { position: relative; }
.bnl-0 .bn-overlay { display: none; }
.bnl-0 .pos-rel-ban { position: relative; }
.bnl-0 .bn-image img { width: 100%; height: auto; display: block; }
.user-logged-out .bnl-0 .pos-ab-ban {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  z-index: 3;
}
.bnl-0 .bn-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.bnl-0 .bn-content {
  max-width: 600px;
  text-align: left;
  padding: 9px 10px;
  border-radius: var(--ww-radius-md);
  background: rgba(46, 63, 84, 0.60);
  color: #fff;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(245, 166, 35, 0.18);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: var(--ww-font-heading);
}
h1 ,
.bnl-0 .bn-content h1 {
  font-family: var(--ww-font-heading);
  color: #fff;
  font-size: clamp(26px, 3.4vw, 42px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}
.bnl-0 .bn-content p {
  font-family: var(--ww-font-body);
  color: rgba(255, 255, 255, 0.60);
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 22px;
}
.bnl-0 .bn-content .button {
  display: inline-block;
  font-family: var(--ww-font-body);
  background: var(--ww-orange);
  color: var(--ww-navy-deep);
  padding: 13px 30px;
  border-radius: var(--ww-radius-pill);
  font-weight: 700;
  text-decoration: none;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
}
.bnl-0 .bn-content .button:hover {
  transform: translateY(-2px);
  background: var(--ww-orange-soft);
}
.bnl-0 .show-for-large { display: block; }
.bnl-0 .hide-for-large { display: none; }

@media (max-width: 1023.5px) {
  .bnl-0 .show-for-large { display: none; }
  .bnl-0 .hide-for-large { display: block; }
  .bnl-0 .pos-ab-ban { position: relative !important; padding: 0 !important; }
  .bnl-0 .bn-inner { padding: 0 !important; }
  .bnl-0 .bn-content {
    background: var(--ww-navy-deep) !important;
    color: #ffffff !important;
    max-width: 100%;
    border-radius: 0;
    padding: 48px 24px;
    border: none;
    backdrop-filter: none;
  }
  .bnl-0 .bn-content h1 { color: #ffffff !important; }
  .bnl-0 .bn-content p { color: rgba(255, 255, 255, 0.88) !important; }
  .bnl-0 .bn-content .button {
    background: var(--ww-orange) !important;
    color: var(--ww-navy-deep) !important;
  }
}


/* ============================================================
   6. FRAMEWORK SECTION  .sec-framework
   Heading + link + descriptive paragraph as one block.
   ============================================================ */
.is-wrapper .sec-framework { background: var(--ww-cream); position: relative; overflow: hidden; }
.sec-framework .sf-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.sec-framework .sf-left {
  position: sticky;
  top: 40px;
}
.sec-framework .sf-mark {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--ww-orange);
  margin-bottom: 28px;
  border-radius: 2px;
}
.sec-framework h2 {
  font-family: var(--ww-font-heading);
  color: var(--ww-navy-deep);
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
.sec-framework .sf-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ww-font-body);
  color: var(--ww-navy-deep);
  font-weight: 600;
  font-size: 0.95rem;
  border-bottom: 2px solid var(--ww-orange);
  padding-bottom: 6px;
  transition: gap 0.25s, color 0.25s;
}
.sec-framework .sf-link:hover { gap: 18px; color: var(--ww-orange-deep); }
.sec-framework .sf-link .arrow { transition: transform 0.25s; }

.sec-framework .sf-right {
  position: relative;
}
.sec-framework .sf-quote {
  position: absolute;
  font-family: var(--ww-font-heading);
  font-weight: 700;
  font-size: 200px;
  color: var(--ww-orange);
  opacity: 0.10;
  line-height: 1;
  top: -40px;
  left: -20px;
  pointer-events: none;
  user-select: none;
}
.sec-framework .sf-right p {
  position: relative;
  font-family: var(--ww-font-body);
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--ww-text);
}

@media (max-width: 968px) {
  .sec-framework .sf-inner {
    grid-template-columns: 1fr;
    padding: 80px 24px;
    gap: 40px;
  }
  .sec-framework .sf-left { position: static; }
  .sec-framework .sf-quote { font-size: 140px; top: -20px; }
  .sec-framework .sf-right p { font-size: 1rem; }
}


/* ============================================================
   7. PILLARS  .features-v34  (alt-row layout)
   Heading + body + testimonial only. No badges-with-names, no CTAs.
   ============================================================ */
.is-wrapper .features-v34 { background: var(--ww-bg); }
.features-v34 .fv-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
}
.features-v34 .alt-row {
  background: var(--ww-white);
  border: 1px solid var(--ww-border);
  border-left: 4px solid var(--ww-orange);
  border-radius: var(--ww-radius-md);
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 20px;
  padding: 36px 40px;
  transition: border-left-color 0.3s ease;
}
.features-v34 .alt-row.reverse { grid-template-columns: 7fr 5fr; }
.features-v34 .alt-row:last-child { margin-bottom: 0; }
.features-v34 .alt-row:hover { border-left-color: var(--ww-orange-soft); }
.features-v34 .feat-num {
  display: block;
  font-family: var(--ww-font-heading);
  font-weight: 700;
  font-size: 56px;
  color: var(--ww-orange);
  line-height: 1;
  margin-bottom: 20px;
}
.features-v34 .feat-heading {
  font-family: var(--ww-font-heading);
  font-size: clamp(26px, 2.8vw, 38px);
  color: var(--ww-navy);
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 18px;
  letter-spacing: -0.4px;
}
.secnd-phases h3 {
  font-family: var(--ww-font-heading);
  font-size: clamp(26px, 2.8vw, 30px);
  color: var(--ww-navy);
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 18px;
  letter-spacing: -0.4px;
}
.features-v34 .feat-body,.secnd-phases ul,.secnd-phases p,.secnd-phases a {
  font-family: var(--ww-font-body);
  font-size: 15.5px;
  color: var(--ww-text);
  line-height: 1.75;
  margin-bottom: 28px;
}
.features-v34 .feat-quote {
  padding: 18px 22px;
  background: rgba(46, 63, 84, 0.04);
  border-left: 3px solid var(--ww-orange);
  border-radius: 0 10px 10px 0;
}
.features-v34 .feat-quote p {
  font-family: var(--ww-font-heading);
  font-style: italic;
  font-size: 15px;
  color: var(--ww-navy);
  line-height: 1.55;
  margin-bottom: 8px;
}
.features-v34 .feat-quote cite {
  font-family: var(--ww-font-body);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: var(--ww-orange);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.features-v34 .feat-img {
  position: relative;
  border-radius: var(--ww-radius-md);
  overflow: hidden;
  height: 360px;
}
.features-v34 .feat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 968px) {
  .features-v34 .fv-inner { padding: 56px 24px; }
  .features-v34 .alt-row,
  .features-v34 .alt-row.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 16px;
    padding: 28px 24px;
  }
  .features-v34 .alt-row.reverse .feat-content { order: 2; }
  .features-v34 .alt-row.reverse .feat-img-wrap { order: 1; }
  .features-v34 .feat-img { height: auto; }
  .features-v34 .feat-num { font-size: 42px; }
}


/* ============================================================
   8. SERVICE AREA  .sec-service-area
   Footer-style strip with description + location tags.
   ============================================================ */
/* ------------ SERVICE AREA — Light Grey footer strip ------------ */
.is-wrapper .sec-service-area {
  background: #E4E9EF;
}
.sec-service-area .ssa-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
  text-align: center;
}
.sec-service-area .ssa-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #FD7800;
  margin-bottom: 16px;
}
.sec-service-area .ssa-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #5B6B7D;
  max-width: 820px;
  margin: 0 auto 24px;
}
.sec-service-area .ssa-text strong {
  color: #2E3F54;
  font-weight: 700;
}
.sec-service-area .ssa-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sec-service-area .ssa-tag a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #2E3F54;
  padding: 7px 16px;
  border: 1px solid #D0D7DF;
  border-radius: 999px;
  background: #FFFFFF;
  transition: all 0.25s ease;
}
.sec-service-area .ssa-tag a:hover {
  background: #FD7800;
  border-color: #FD7800;
  color: #FFFFFF;
}

@media (max-width: 968px) {
  .sec-service-area .ssa-inner { padding: 40px 20px; }
  .sec-service-area .ssa-text { font-size: 13.5px; }
}

/* ============================================================
   9. FINAL CTA  .sec-final-cta
   ============================================================ */
.is-wrapper .sec-final-cta { background: var(--ww-cream); }
.sec-final-cta .sfc-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
}
.sec-final-cta .sfc-card {
  background: var(--ww-navy);
  border-radius: var(--ww-radius-lg);
  padding: 88px 48px;
  text-align: center;
  color: var(--ww-white);
  position: relative;
  overflow: hidden;
}
/* radial glow removed per brand: grounded, no decoration */
.sec-final-cta h2 {
  font-family: var(--ww-font-heading);
  color: var(--ww-white);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  max-width: 800px;
  margin: 0 auto 28px;
  position: relative;
}
.sec-final-cta p {
  font-family: var(--ww-font-body);
  color: rgba(255, 255, 255, 0.78);
  max-width: 660px;
  margin: 0 auto 40px;
  font-size: 1.05rem;
  line-height: 1.7;
  position: relative;
}
.sec-final-cta .sfc-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ww-font-body);
  background: var(--ww-orange);
  color: var(--ww-navy-deep);
  padding: 14px 28px;
  border-radius: var(--ww-radius-pill);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s;
  position: relative;
}
.sec-final-cta .sfc-cta:hover {
  transform: translateY(-2px);
  background: var(--ww-orange-soft);
}
.sec-final-cta .sfc-cta .arrow { transition: transform 0.25s; }
.sec-final-cta .sfc-cta:hover .arrow { transform: translateX(4px); }

@media (max-width: 968px) {
  .sec-final-cta .sfc-inner { padding: 80px 24px; }
  .sec-final-cta .sfc-card { padding: 56px 24px; }
}


/* ============================================================
   10. ORIGIN STORY  .sec-origin
   Long single paragraph + visual image side.
   ============================================================ */
.is-wrapper .sec-origin { background: var(--ww-cream); }
.sec-origin .so-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start;
}
.sec-origin .so-visual {
  position: sticky;
  top: 40px;
  aspect-ratio: 4 / 5;
  border-radius: var(--ww-radius-lg);
  overflow: hidden;
  position: relative;
}
.sec-origin .so-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sec-origin .so-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(46, 63, 84, 0.45));
  pointer-events: none;
}
.sec-origin .so-mark {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--ww-orange);
  margin-bottom: 28px;
  border-radius: 2px;
}
.sec-origin .so-content p {
  font-family: var(--ww-font-body);
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--ww-text);
}

@media (max-width: 968px) {
  .sec-origin .so-inner {
    grid-template-columns: 1fr;
    padding: 80px 24px;
    gap: 40px;
  }
  .sec-origin .so-visual {
    position: static;
    aspect-ratio: 16 / 10;
    max-width: 520px;
    margin: 0 auto;
  }
}


/* ============================================================
   11. MISSION  .sec-mission
   Pull-quote on dark navy.
   ============================================================ */
.is-wrapper .sec-mission { background: var(--ww-navy-deep); position: relative; overflow: hidden; }
/* grid pattern removed per brand: grounded, no decoration */
.sec-mission .sm-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 24px;
  text-align: center;
}
.sec-mission .sm-glyph {
  font-family: var(--ww-font-heading);
  font-style: italic;
  font-size: 125px;
  line-height: 1;
  color: var(--ww-orange);
  display: block;
  margin-bottom: -8px;
  user-select: none;
}
.sec-mission p {
  font-family: var(--ww-font-heading);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  line-height: 1.45;
  color: var(--ww-white);
  letter-spacing: -0.01em;
}

@media (max-width: 968px) {
  .sec-mission .sm-inner { padding: 90px 24px; }
  .sec-mission .sm-glyph { font-size: 80px; }
}


/* ============================================================
   12. FOUNDER INTRO  .sec-founder-intro
   Centered heading + intro paragraph.
   ============================================================ */
.is-wrapper .sec-founder-intro { background: var(--ww-cream-warm); }
.sec-founder-intro .sfi-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 120px 24px 60px;
  text-align: center;
}
.sec-founder-intro .sfi-mark {
  display: inline-block;
  width: 48px;
  height: 2px;
  background: var(--ww-orange);
  margin-bottom: 28px;
  border-radius: 2px;
}
.sec-founder-intro h2 {
  font-family: var(--ww-font-heading);
  color: var(--ww-navy-deep);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
.sec-founder-intro p {
  font-family: var(--ww-font-body);
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--ww-text-muted);
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 968px) {
  .sec-founder-intro .sfi-inner { padding: 80px 24px 40px; }
  .sec-founder-intro p { font-size: 1rem; }
}


/* ============================================================
   13. FOUNDER BIO  .sec-founder-bio
   Image + long bio paragraph, two columns.
   ============================================================ */
.is-wrapper .sec-founder-bio { background: var(--ww-cream-warm); }
.sec-founder-bio .sfb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 120px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 64px;
  align-items: start;
}
.sec-founder-bio .sfb-visual {
  position: sticky;
  top: 40px;
}
.sec-founder-bio .sfb-img {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--ww-radius-lg);
  overflow: hidden;
}
.sec-founder-bio .sfb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sec-founder-bio .sfb-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(46, 63, 84, 0.4));
  pointer-events: none;
}
.sec-founder-bio .sfb-content p {
  font-family: var(--ww-font-body);
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--ww-text);
}
.sec-founder-bio .sfb-content p::first-letter {
  font-family: var(--ww-font-heading);
  font-size: 4.5rem;
  font-weight: 700;
  float: left;
  line-height: 0.9;
  padding: 6px 14px 0 0;
  color: var(--ww-orange);
}

@media (max-width: 968px) {
  .sec-founder-bio .sfb-inner {
    grid-template-columns: 1fr;
    padding: 20px 24px 80px;
    gap: 40px;
  }
  .sec-founder-bio .sfb-visual {
    position: static;
    max-width: 420px;
    margin: 0 auto;
  }
  .sec-founder-bio .sfb-content p { font-size: 1rem; }
  .sec-founder-bio .sfb-content p::first-letter { font-size: 3.5rem; }
}


/* ============================================================
   14. GUIDE CTA  .sec-guide-cta
   Heading + paragraph + CTA on cream.
   ============================================================ */
.is-wrapper .sec-guide-cta { background: var(--ww-cream); }
.sec-guide-cta .sgc-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}
.sec-guide-cta .sgc-mark {
  display: inline-block;
  width: 48px;
  height: 2px;
  background: var(--ww-orange);
  margin-bottom: 28px;
  border-radius: 2px;
}
.sec-guide-cta h2 {
  font-family: var(--ww-font-heading);
  color: var(--ww-navy-deep);
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
.sec-guide-cta p {
  font-family: var(--ww-font-body);
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--ww-text-muted);
  max-width: 740px;
  margin: 0 auto 40px;
}
.sec-guide-cta .sgc-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ww-font-body);
  background: var(--ww-navy-deep);
  color: var(--ww-white);
  padding: 14px 28px;
  border-radius: var(--ww-radius-pill);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s;
}
.sec-guide-cta .sgc-btn:hover {
  background: var(--ww-navy);
  transform: translateY(-2px);
}
.sec-guide-cta .sgc-btn .arrow { transition: transform 0.25s; }
.sec-guide-cta .sgc-btn:hover .arrow { transform: translateX(4px); }

@media (max-width: 968px) {
  .sec-guide-cta .sgc-inner { padding: 80px 24px; }
  .sec-guide-cta p { font-size: 1rem; }
}


/* ============================================================
   15. PROCESS  .sec-process
   Heading + paragraph on dark navy.
   ============================================================ */
.is-wrapper .sec-process { background: var(--ww-bg); position: relative; }
/* radial glow removed per brand: grounded, no decoration */
.sec-process .sp-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 64px;
  align-items: start;
}
.sec-process .sp-left h2 {
  font-family: var(--ww-font-heading);
  color: var(--ww-navy);
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.sec-process .sp-mark {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--ww-orange);
  margin-bottom: 28px;
  border-radius: 2px;
}
.sec-process .sp-right p {
  font-family: var(--ww-font-body);
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--ww-text);
}

@media (max-width: 968px) {
  .sec-process .sp-inner {
    grid-template-columns: 1fr;
    padding: 80px 24px;
    gap: 36px;
  }
  .sec-process .sp-right p { font-size: 1rem; }
}


/* ============================================================
   16. TESTIMONIALS  .sec-testimonials
   Three quote cards on cream background.
   ============================================================ */
.is-wrapper .sec-testimonials { background: var(--ww-cream); }
.sec-testimonials .st-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px 80px;
}
.sec-testimonials .st-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.sec-testimonials .st-card {
  background: var(--ww-white);
  border: 1px solid var(--ww-border);
  border-left: 4px solid var(--ww-orange);
  border-radius: var(--ww-radius-md);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}
.sec-testimonials .st-card:hover {
  transform: translateY(-4px);
  border-left-color: var(--ww-orange-soft);
}
.sec-testimonials .st-glyph {
  font-family: var(--ww-font-heading);
  font-style: italic;
  font-size: 60px;
  line-height: 0.8;
  color: var(--ww-orange);
  margin-bottom: 4px;
  user-select: none;
}
.sec-testimonials .st-quote {
  font-family: var(--ww-font-heading);
  font-size: 1.1rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.55;
  color: var(--ww-navy-deep);
  margin-bottom: 24px;
  flex-grow: 1;
}
.sec-testimonials .st-meta {
  padding-top: 18px;
  border-top: 1px dashed var(--ww-border);
}
.sec-testimonials .st-name {
  display: block;
  font-family: var(--ww-font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ww-navy-deep);
  margin-bottom: 4px;
}
.sec-testimonials .st-role {
  display: block;
  font-family: var(--ww-font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ww-orange-deep);
}

@media (max-width: 968px) {
  .sec-testimonials .st-inner { padding: 80px 24px; }
  .sec-testimonials .st-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


/* ============================================================
   17. SERVICES GRID  .sec-services
   5 service cards in a 3-column grid (3+2 layout).
   ============================================================ */
.is-wrapper .sec-services { background: var(--ww-cream); }
.sec-services .ss-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}
.sec-services .ss-header {
  text-align: center;
  margin-bottom: 64px;
}
.sec-services .ss-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--ww-font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ww-orange-deep);
}
.sec-services .ss-eyebrow::before,
.sec-services .ss-eyebrow::after {
  content: '';
  width: 32px;
  height: 2px;
  background: var(--ww-orange);
  border-radius: 2px;
}
.sec-services .ss-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.sec-services .ss-card {
  background: var(--ww-white);
  border: 1px solid var(--ww-border);
  border-left: 4px solid var(--ww-orange);
  border-radius: var(--ww-radius-md);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}
.sec-services .ss-card:hover {
  transform: translateY(-4px);
  border-left-color: var(--ww-orange-soft);
}
.sec-services .ss-num {
  font-family: var(--ww-font-heading);
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--ww-orange);
  line-height: 1;
  margin-bottom: 20px;
}
.sec-services .ss-card h3 {
  font-family: var(--ww-font-heading);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--ww-navy-deep);
  line-height: 1.22;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}
.sec-services .ss-card p {
  font-family: var(--ww-font-body);
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ww-text-muted);
  margin-bottom: 26px;
  flex-grow: 1;
}
.sec-services .ss-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ww-font-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ww-navy-deep);
  border-bottom: 2px solid var(--ww-orange);
  padding-bottom: 4px;
  transition: gap 0.25s, color 0.25s;
  align-self: flex-start;
  margin-top: auto;
}
.sec-services .ss-link:hover { gap: 14px; color: var(--ww-orange-deep); }
.sec-services .ss-link .arrow { transition: transform 0.25s; }

@media (max-width: 1200px) and (min-width: 969px) {
  .sec-services .ss-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 968px) {
  .sec-services .ss-inner { padding: 80px 24px; }
  .sec-services .ss-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sec-services .ss-header { margin-bottom: 48px; }
}


/* ============================================================
   18. SUB-INTRO  .sec-sub-intro
   Wide centered prose with strong vertical separation
   (orange ornament + reading-width text + section dividers).
   ============================================================ */
.is-wrapper .sec-sub-intro {
  background: var(--ww-bg);
  border-top: 1px solid var(--ww-border);
  border-bottom: 1px solid var(--ww-border);
}
.sec-sub-intro .ssi-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 72px 24px;
  position: relative;
}
.sec-sub-intro .ssi-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}
.sec-sub-intro .ssi-ornament::before,
.sec-sub-intro .ssi-ornament::after {
  content: '';
  width: 56px;
  height: 2px;
  background: var(--ww-orange);
  border-radius: 2px;
}
.sec-sub-intro .ssi-ornament-dot {
  width: 8px;
  height: 8px;
  background: var(--ww-orange);
  border-radius: 2px;
  transform: rotate(45deg);
}
.sec-sub-intro p {
  font-family: var(--ww-font-body);
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--ww-text);
  text-align: center;
  letter-spacing: 0.005em;
}
.sec-sub-intro p::first-line {
  font-weight: 700;
  color: var(--ww-navy);
}

@media (max-width: 968px) {
  .sec-sub-intro .ssi-inner { padding: 56px 24px; }
  .sec-sub-intro p { font-size: 1rem; line-height: 1.75; text-align: left; }
  .sec-sub-intro p::first-line { font-weight: 400; color: var(--ww-text); }
  .sec-sub-intro .ssi-ornament::before,
  .sec-sub-intro .ssi-ornament::after { width: 36px; }
}


/* ============================================================
   19. BENEFITS GRID  .sec-benefits
   2×2 cards with numbered icon badge (no images).
   ============================================================ */
.is-wrapper .sec-benefits { background: var(--ww-bg); }
.sec-benefits .sb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px;
}
.sec-benefits .sb-heading {
  font-family: var(--ww-font-heading);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  color: var(--ww-navy);
  text-align: center;
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin: 0 auto 44px;
  max-width: 780px;
  position: relative;
  padding-top: 22px;
}
.sec-benefits .sb-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--ww-orange);
  border-radius: 2px;
}
.sec-benefits .sb-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.sec-benefits .sb-card {
  background: var(--ww-white);
  border: 1px solid var(--ww-border);
  border-left: 4px solid var(--ww-orange);
  border-radius: var(--ww-radius-md);
  padding: 32px 32px 30px;
  transition: all 0.3s ease;
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.sec-benefits .sb-card:hover {
  transform: translateY(-3px);
  border-left-color: var(--ww-orange-soft);
}
.sec-benefits .sb-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: var(--ww-navy);
  color: var(--ww-white);
  border-radius: var(--ww-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ww-font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.sec-benefits .sb-icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--ww-orange);
}
.sec-benefits .sb-card:hover .sb-icon {
  background: var(--ww-orange);
}
.sec-benefits .sb-card:hover .sb-icon::after {
  background: var(--ww-navy);
}
.sec-benefits .sb-card-content {
  flex: 1;
  min-width: 0;
}
.sec-benefits .sb-card h3 {
  font-family: var(--ww-font-heading);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--ww-navy);
  line-height: 1.3;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}
.sec-benefits .sb-card p {
  font-family: var(--ww-font-body);
  font-size: 0.93rem;
  line-height: 1.65;
  color: var(--ww-text-muted);
}

@media (max-width: 968px) {
  .sec-benefits .sb-inner { padding: 56px 24px; }
  .sec-benefits .sb-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sec-benefits .sb-card {
    padding: 24px;
    gap: 16px;
  }
  .sec-benefits .sb-icon {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  .sec-benefits .sb-heading { margin-bottom: 32px; }
}


/* ============================================================
   20. PROCESS PHASES  .sec-phases
   Each phase: numbered banner + image with overlay + content
   with paragraphs and a two-column checklist.
   ============================================================ */
.is-wrapper .sec-phases {
  background: var(--ww-bg);
  border-top: 1px solid var(--ww-border);
}
.sec-phases .sp-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}
.sec-phases .phase {
  background: var(--ww-white);
  border: 1px solid var(--ww-border);
  border-radius: var(--ww-radius-md);
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: 340px 1fr;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}
.sec-phases .phase:last-child { margin-bottom: 0; }
.sec-phases .phase:hover {
  transform: translateY(-2px);
}
.sec-phases .phase-image {
  position: relative;
  background: var(--ww-navy);
  overflow: hidden;
  min-height: 280px;
}
.sec-phases .phase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.85;
  transition: opacity 0.3s, transform 0.5s;
}
.sec-phases .phase:hover .phase-image img {
  opacity: 1;
  transform: scale(1.04);
}
.sec-phases .phase-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(46, 63, 84, 0.15) 0%, rgba(46, 63, 84, 0.7) 100%);
  pointer-events: none;
}
.sec-phases .phase-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.sec-phases .phase-badge-num {
  font-family: var(--ww-font-heading);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--ww-white);
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.sec-phases .phase-badge-label {
  font-family: var(--ww-font-body);
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--ww-orange-soft);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--ww-orange);
}
.sec-phases .phase-content {
  padding: 30px 36px;
  display: flex;
  flex-direction: column;
}
.sec-phases .phase-title {
  font-family: var(--ww-font-heading);
  font-size: 1.32rem;
  font-weight: 700;
  color: var(--ww-navy);
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ww-border);
}
.sec-phases .phase-content p {
  font-family: var(--ww-font-body);
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--ww-text);
  margin-bottom: 10px;
}
.sec-phases .phase-content p:first-of-type { margin-top: 14px; }
.sec-phases .phase-content p:last-of-type { margin-bottom: 18px; }
.sec-phases .phase-list {
  list-style: none;
  padding: 16px 20px;
  margin: 0;
  background: var(--ww-bg);
  border-radius: var(--ww-radius-md);
  border-left: 3px solid var(--ww-orange);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 20px;
}
.sec-phases .phase-list li {
  font-family: var(--ww-font-body);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ww-navy);
  padding: 6px 0 6px 22px;
  position: relative;
}
.sec-phases .phase-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 2px;
  background: var(--ww-orange);
  border-radius: 1px;
}

@media (max-width: 968px) {
  .sec-phases .sp-inner { padding: 56px 24px; }
  .sec-phases .phase {
    grid-template-columns: 1fr;
  }
  .sec-phases .phase-image {
    min-height: 200px;
    max-height: 240px;
  }
  .sec-phases .phase-badge-num { font-size: 2rem; }
  .sec-phases .phase-content { padding: 24px 22px 26px; }
  .sec-phases .phase-title { font-size: 1.15rem; }
  .sec-phases .phase-list {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 14px 18px;
  }
}


/* ============================================================
   21. FAQ  .sec-faq
   Native <details> accordion — direct, no JS.
   ============================================================ */
.is-wrapper .sec-faq { background: var(--ww-bg); }
.sec-faq .sf-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 100px 24px;
}
.sec-faq .sf-heading {
  font-family: var(--ww-font-heading);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--ww-navy);
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin-bottom: 48px;
  position: relative;
  padding-top: 28px;
}
.sec-faq .sf-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background: var(--ww-orange);
  border-radius: 2px;
}
.sec-faq details {
  background: var(--ww-white);
  border: 1px solid var(--ww-border);
  border-left: 4px solid var(--ww-orange);
  border-radius: var(--ww-radius-md);
  margin-bottom: 12px;
  transition: all 0.25s ease;
  overflow: hidden;
}
.sec-faq details[open] {
  border-left-color: var(--ww-orange-soft);
}
.sec-faq summary {
  font-family: var(--ww-font-heading);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ww-navy);
  line-height: 1.35;
  padding: 22px 56px 22px 28px;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: color 0.2s;
}
.sec-faq summary::-webkit-details-marker { display: none; }
.sec-faq summary::after {
  content: '+';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ww-orange);
  line-height: 1;
  transition: transform 0.25s;
}
.sec-faq details[open] summary::after {
  content: '−';
}
.sec-faq summary:hover { color: var(--ww-orange); }
.sec-faq .faq-answer {
  padding: 0 28px 22px;
  font-family: var(--ww-font-body);
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--ww-text);
}

@media (max-width: 968px) {
  .sec-faq .sf-inner { padding: 70px 24px; }
  .sec-faq summary { padding: 18px 48px 18px 20px; font-size: 0.98rem; }
  .sec-faq summary::after { right: 18px; }
  .sec-faq .faq-answer { padding: 0 20px 18px; }
}



.banner-main-heading{
    font-family: var(--ww-font-heading);
    color: #2E3F54;
    font-size: clamp(26px, 3.4vw, 42px);
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: -0.4px;
    margin-bottom: 14px;
    
    }
    .banner-main-heading.article-blog-main-heading{
       font-family: var(--ww-font-heading);
    color: #2E3F54;
    font-size: clamp(26px, 3.4vw, 42px);
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: -0.4px;
    margin-bottom: 14px;
    
    }   
        
    .article-body h2, .article-body h3, .ps-blog-recent-posts h2, ps-blog-recent-posts,.section-main-heading{
        font-family: var(--ww-font-heading);
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    font-weight: 700;
    color: var(--ww-navy);
    text-align: left;
    line-height: 1.25;
    letter-spacing: -0.3px;  
        
    }
    .new-blog-page-type .article-body, .new-blog-page-type .article-body p {
    font-family: var(--ww-font-body);
    font-size: 14.5px;
    line-height: 1.7;
    font-weight: 400;
}
/*bullet-list*/
ul.list.bullet-list li {
    position: relative;  
    padding-left: 20px; 
    list-style: none;
    font-size: 14.5px;
}

ul.list.bullet-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    background-image: url('https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31250/theme/49148/img/Mask%20group%20(1).webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}

/*bullet-list*/


/*footer*/
.fa-border{
     color: #FFF;
    background:#FD7800;   
    
}

.cell.auto.large-6.small-12.text-center.footer-media-box{
       max-width: 251px;
}

footer{
    margin-top:-1px;
    }
footer.new-footer .footer-menu-container .menu li a {
    background: #000s;
    text-align: left;
   
}
footer.new-footer .footer-menu-container .menu li a {
    line-height: 0.7;
font-weight: 600;
}
.new-footer ul.dropdown.menu  li.active > a:not(.button) span, 
.new-footer ul.dropdown.menu  li:hover > a:not(.button) span {
    color: #FFF;
    
}
.is-dropdown-submenu > li {
    width: 100%;

}
footer.new-footer .footer-menu-container .menu li.has-submenu a {
    padding-right: 8px;
}
.new-footer .dropdown.menu > li.opens-right > .is-dropdown-submenu {
    display: none;
}
.new-footer .dropdown.menu > li.is-dropdown-submenu-parent > a::after{
      display: none;
    }

footer .icon {
    color:#FD7800; 
    margin-right: 7px;
    margin-top: 5px;
}
svg.step.social-icon {
    fill:#FFF !important; 
}
.new-footer ul.dropdown.menu li.active > a:not(.button) span, .new-footer ul.dropdown.menu li:hover > a:not(.button) span {
     color:#FD7800;
    border-bottom:2px solid #FD7800;
}
/*footer*/

/*header*/
header .dropdown.menu li ul.submenu li a:not(.button) {
    color:#FFF; 
    background:#2E3F54;
    line-height:1.3;
   border-bottom: 1px solid #CCC;
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
       right: auto;
    left:13px;
    top:53px;
    background: #FD7800;
    width: max-content;
}

/*mobile*/
aside.sidenav .menu.accordion-menu li a {
    background:#2E3F54;
    color:#FFF; 
    
}
aside.sidenav .menu.accordion-menu .active > a {
    background: #FD7800;
    color:#FFF; 
}
aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #FFF transparent transparent !important;
}
aside.sidenav .menu.accordion-menu li.is-submenu-item.is-accordion-submenu-item span{
    display: inline-block;
        line-height: 1.7;
        padding-left: 10px !important;
    }
    .is-overlay-bg {
        opacity: 1;
    }
    
/*mobile*/

/*header*/

.heading-sub-section {
    font-family: var(--ww-font-heading);
    font-size: 1.32rem;
    font-weight: 700;
    color: var(--ww-navy);
    line-height: 1.25;
    letter-spacing: -0.3px;
    margin-bottom: 8px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--ww-border);
}
.home2 .is-boxes {
   
}

.home2 #first_name,
.home2 #email {
    font-family: 'Poppins' !important;
    background: #2E3F54 !important;
    border-radius: 100px !important;
    border-bottom: 1px solid #2E3F54 !important;
    border-top: 1px solid #2E3F54 !important;
    border-left: 1px solid #2E3F54 !important;
    border-right: 1px solid #2E3F54 !important;
    padding-left: 30px !important;
    margin-bottom: 10px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    padding-bottom: 8px !important;
    color: #fff;
}

input#first_name {
    color: #fff !important;
}

.home2 #email::placeholder {
    color: #fff !important;
   font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.home2 #first_name::placeholder {
    color: #fff !important;
     font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.home2 .flex-container {
    width: 86%;
    margin: 0 auto;
}

.home2 p {
    padding: 0 170px;
}


.horizontal-form.type-form .first_name_wrap input, 
.horizontal-form.type-form .email_wrap input {
    
}
.horizontal-form .ww-form-container input[type="text"]{
    width: 93% !important;
    color: #2E3F54 !important;
    }
    
.horizontal-form .ww-form-container input[type="text"]::placeholder {
   
    color: #2E3F54;
    
}


.horizontal-form.type-form label{
display:none;
}
.horizontal-form.type-form .width-25 {
    position: relative;
    width: 40% !important;
}
.horizontal-form.type-form .error {
  position: absolute;
  left: 10px;
  bottom: -15px;
}
 @media screen and (min-width: 1024px) { 
.sec-services.updated-sec .ss-grid {
    grid-template-columns: repeat(2, 1fr);
}

.sec-services.updated-sec .ss-grid > *:first-child {
    grid-column: 1 / -1;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.sec-services.updated-sec .ss-grid > *:first-child .ss-link{
    align-self: center;
}
}
 @media screen and (max-width: 1023.5px) { 
.inner-banner.blog-banner {
        position: relative;
        max-width: 100%;
        display: flex;
        justify-content: center;
        padding: 0;
        text-align: center;
}
.inner-banner.blog-banner .clear {
width: 100%;
}
.in-banner-desc {
  
    padding: 50px 70px;
    max-width: 100%;
    margin: 0 auto !important;
}
.home2 p {
    padding: 0 ;
}
}
 @media screen and (min-width: 1023.5px) { 
.cell.auto.large-6.small-12.text-center.footer-media-box{
    margin: 64px 130px 64px 
    
}

.in-banner-desc{
       max-width: 600px;
    text-align: left;
    padding: 36px 34px;
    border-radius: var(--ww-radius-md);
    background: rgba(46, 63, 84, 0.94);
    color: #fff;
    backdrop-filter: blur(6px); 
    
    
}
.blog.banner-main-heading{
    color:#FFF;
}
}

.cta-link {
    font-family: var(--ww-font-body);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: capitalize;
}


/* ------------ FINAL CTA — tightened & appealing ------------ */
.is-wrapper .sec-final-cta {
  background-color: #2E3F54;
  background-image: url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?w=1600&q=80');
  background-size: cover;
  background-position: center;
  position: relative;
  isolation: isolate;
}
/* Navy gradient overlay covers full section, lets image show through on right */
.is-wrapper .sec-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg,
    rgba(46, 63, 84, 0.97) 0%,
    rgba(46, 63, 84, 0.92) 40%,
    rgba(46, 63, 84, 0.70) 75%,
    rgba(46, 63, 84, 0.50) 100%);
  z-index: 0;
  pointer-events: none;
}
.sec-final-cta .is-container,
.sec-final-cta .container { max-width: 100% !important; position: relative; z-index: 1; }
.sec-final-cta .grid-padding-x,
.sec-final-cta .grid-padding-y { padding: 0 !important; margin: 0 !important; }
.sec-final-cta .grid-padding-x > .cell { padding: 0 !important; }

.sec-final-cta .sfc-inner {
  width: 100%;
  position: relative;
  padding: 56px clamp(24px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

/* Small orange accent mark above heading */
.sec-final-cta .sfc-inner > *:first-child::before {
  display: none;
}

.sec-final-cta .sfc-eyebrow-line {
  display: block;
  width: 44px;
  height: 3px;
  background: #FD7800;
  border-radius: 2px;
  margin-bottom: 18px;
  position: relative;
}

.sec-final-cta h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.3px;
  margin: 0 0 14px 0;
  max-width: 720px;
  position: relative;
}
.sec-final-cta h2 .ww-accent { color: #FD7800; }

.sec-final-cta p {
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.85);
  max-width: 680px;
  margin: 0 0 24px 0;
  font-size: 0.95rem;
  line-height: 1.7;
  position: relative;
}

.sec-final-cta .sfc-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, Helvetica, sans-serif;
  background: #FD7800;
  color: #2E3F54;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 2px solid #FD7800;
  position: relative;
}
.sec-final-cta .sfc-cta:hover {
  background: #FF9F1B;
  border-color: #FF9F1B;
  transform: translateY(-2px);
}
.sec-final-cta .sfc-cta .arrow {
  display: inline-block;
  transition: transform 0.25s;
  font-size: 1.1em;
}
.sec-final-cta .sfc-cta:hover .arrow { transform: translateX(4px); }

@media (max-width: 968px) {
  .sec-final-cta .sfc-inner {
    padding: 44px 24px;
  }
  .sec-final-cta h2 { font-size: 1.4rem; }
  .sec-final-cta p { font-size: 0.92rem; }
}



/* ============================================================
   SERVICES SPLIT  .sec-services-split
   Yousif-style: centered header + image left + bulleted
   service list right with a CTA button at the bottom.
   ============================================================ */

.is-wrapper .sec-services-split {
  background: #E4E9EF;
}

.sec-services-split .sx-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 24px;
}

/* Centered header with orange ornament above heading */
.sec-services-split .sx-header {
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  padding-top: 26px;
}
.sec-services-split .sx-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 3px;
  background: #FD7800;
  border-radius: 2px;
}
.sec-services-split .sx-header h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 700;
  color: #2E3F54;
  line-height: 1.22;
  letter-spacing: -0.3px;
  margin: 0 0 16px 0;
}
.sec-services-split .sx-header p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #1A1A1A;
  /*max-width: 760px;*/
  margin: 0 auto;
}

/* Body: image left, list + CTA right */
.sec-services-split .sx-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.sec-services-split .sx-image {
  border-radius: 10px;
  overflow: hidden;
  border-left: 4px solid #FD7800;
  background: #FFFFFF;
}
.sec-services-split .sx-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 5 / 5;
}

/* Service list with orange dash markers */
.sec-services-split .sx-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}
.sec-services-split .sx-list li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #1A1A1A;
  padding: 14px 0 14px 32px;
  position: relative;
  border-bottom: 1px solid #D0D7DF;
}
.sec-services-split .sx-list li:first-child { padding-top: 4px; }
.sec-services-split .sx-list li:last-child { border-bottom: none; }
.sec-services-split .sx-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 18px;
  height: 2px;
  background: #FD7800;
  border-radius: 1px;
}
.sec-services-split .sx-list li:first-child::before { top: 12px; }
.sec-services-split .sx-list li b,
.sec-services-split .sx-list li strong {
  color: #2E3F54;
  font-weight: 700;
}

/* CTA button */
.sec-services-split .sx-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Arial, Helvetica, sans-serif;
  background: #FD7800;
  color: #2E3F54;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid #FD7800;
  transition: all 0.25s ease;
}
.sec-services-split .sx-cta:hover {
  background: #FF9F1B;
  border-color: #FF9F1B;
  transform: translateY(-2px);
}
.sec-services-split .sx-cta .arrow {
  display: inline-block;
  transition: transform 0.25s ease;
  font-size: 1.05em;
}
.sec-services-split .sx-cta:hover .arrow {
  transform: translateX(4px);
}

@media (max-width: 968px) {
  .sec-services-split .sx-inner {
    padding: 56px 24px;
  }
  .sec-services-split .sx-header {
    margin-bottom: 36px;
  }
  .sec-services-split .sx-body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .sec-services-split .sx-image img {
    aspect-ratio: 16 / 10;
  }
}




/* ============================================================
   NOWHUMAN LEADERSHIP COACHING — STYLES
   Paste this entire file into Webware site-wide custom CSS.
   ============================================================

   FILE INDEX
   ┌─ 1.  THEME TOKENS         ← CHANGE FONTS & COLORS HERE
   ├─ 2.  GOOGLE FONTS IMPORT  ← CHANGE FONT FAMILIES HERE TOO
   ├─ 3.  UTILITY CLASSES
   ├─ 4.  PREVIEW FALLBACK (remove inside Webware)
   ├─ 5.  HERO BANNER           .bnl-0           [home + about]
   ├─ 6.  FRAMEWORK SECTION     .sec-framework   [home]
   ├─ 7.  PILLARS               .features-v34    [home]
   ├─ 8.  SERVICE AREA          .sec-service-area [home + about]
   ├─ 9.  FINAL CTA             .sec-final-cta   [home + about]
   ├─ 10. ORIGIN STORY          .sec-origin       [about]
   ├─ 11. MISSION               .sec-mission      [about]
   ├─ 12. FOUNDER INTRO         .sec-founder-intro [about]
   ├─ 13. FOUNDER BIO           .sec-founder-bio   [about]
   ├─ 14. GUIDE CTA             .sec-guide-cta     [about]
   ├─ 15. PROCESS               .sec-process       [about]
   ├─ 16. TESTIMONIALS          .sec-testimonials  [about]
   ├─ 17. SERVICES GRID         .sec-services      [services]
   ├─ 18. SUB-INTRO             .sec-sub-intro     [service detail]
   ├─ 19. BENEFITS GRID         .sec-benefits      [service detail]
   ├─ 20. PROCESS PHASES        .sec-phases        [service detail]
   ├─ 21. FAQ                   .sec-faq           [service detail]
   ├─ 22. NEWSLETTER            .sec-newsletter    [home / services]
   ├─ 23. SERVICES SPLIT        .sec-services-split [services landing]
   ├─ 24. PROSE + CTA           .sec-prose-cta     [services landing]
   └─ 25. VALUE / PARTNERSHIP   .sec-value         [services landing]
*/


/* ============================================================
   1. THEME TOKENS  ← change fonts / colors site-wide from here
   ============================================================ */
:root {
  /* Fonts — Brand guide: Arial is the only typeface */
  --ww-font-heading: Arial, 'Arial Nova', Helvetica, sans-serif;
  --ww-font-body:    Arial, Helvetica, sans-serif;

  /* Brand colors — per NowHuman Brand Identity Kit */
  --ww-navy:        #2E3F54;   /* Navy Blue — dominant surface */
  --ww-navy-deep:   #2E3F54;   /* (brand has one navy; alias kept for older selectors) */
  --ww-orange:      #FD7800;   /* Brand Orange — CTAs, accents */
  --ww-orange-soft: #FF9F1B;   /* Golden Amber — hover states, warm highlights */
  --ww-orange-deep: #FD7800;   /* (brand has one orange; alias kept for older selectors) */
  --ww-bg:          #E4E9EF;   /* Light Grey — page / canvas background */
  --ww-cream:       #E4E9EF;   /* alias → Light Grey */
  --ww-cream-warm:  #E4E9EF;   /* alias → Light Grey */
  --ww-white:       #FFFFFF;
  --ww-text:        #1A1A1A;   /* near-black body copy */
  --ww-text-muted:  #5B6B7D;   /* dark grey for captions / muted text */
  --ww-border:      #D0D7DF;   /* subtle dividers on Light Grey */

  /* Radius */
  --ww-radius-md:   10px;
  --ww-radius-lg:   14px;
  --ww-radius-pill: 999px;
}


/* ============================================================
   2. FONTS  — Arial is a system font, no @import required
   Brand guide: "Primary (all copy): Arial (or Arial Nova).
                 Fallback (web): Helvetica, sans-serif"
   ============================================================ */


/* ============================================================
   3. UTILITY CLASSES
   Brand note: italics are for QUOTES or EMPHASIS only — never
   for decoration. Accent here = orange color emphasis only.
   ============================================================ */
.ww-accent {
  color: var(--ww-orange);
}
.ww-accent--deep { color: var(--ww-orange); }

/* Visually hidden — for accessibility labels read by screen readers
   but not displayed visually. Used on form labels, etc. */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/* ============================================================
   4. PREVIEW FALLBACK
   Remove this block inside Webware — those classes already exist.
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ww-font-body);
  color: var(--ww-text);
  background: var(--ww-cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.is-section, .is-box, .is-boxes, .is-box-centered { display: block; }
.grid-x { display: flex; flex-wrap: wrap; }
.cell { width: 100%; }
.cell.full { flex: 1 1 100%; }
.padding-0 { padding: 0 !important; }
.margin-0 { margin: 0 !important; }
.max-width-100 { max-width: 100% !important; }


/* ============================================================
   5. HERO BANNER  .bnl-0
   ============================================================ */
.bnl-0 { position: relative; }
.bnl-0 .bn-overlay { display: none; }
.bnl-0 .pos-rel-ban { position: relative; }
.bnl-0 .bn-image img { width: 100%; height: auto; display: block; }
.user-logged-out  .bnl-0 .pos-ab-ban {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  z-index: 3;
}
.bnl-0 .bn-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.bnl-0 .bn-content {
  max-width: 600px;
  text-align: left;
  padding: 21px 34px;
  border-radius: var(--ww-radius-md);
  background: rgba(46, 63, 84, 0.60);
  color: #fff;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(245, 166, 35, 0.18);
}
.bnl-0 .bn-content h1 {
  font-family: var(--ww-font-heading);
  color: #fff;
  font-size: clamp(26px, 3.4vw, 42px);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
}
.bnl-0 .bn-content p {
  font-family: var(--ww-font-body);
  color: rgba(255, 255, 255, 0.92);
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 22px;
}
.bnl-0 .bn-content .button {
  display: inline-block;
  font-family: var(--ww-font-body);
  background: var(--ww-orange);
  color: var(--ww-navy-deep);
  padding: 13px 30px;
  border-radius: var(--ww-radius-pill);
  font-weight: 700;
  text-decoration: none;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  transition: all 0.25s ease;
}
.bnl-0 .bn-content .button:hover {
  transform: translateY(-2px);
  background: var(--ww-orange-soft);
}
.bnl-0 .show-for-large { display: block; }
.bnl-0 .hide-for-large { display: none; }

@media (max-width: 1023.5px) {
  .bnl-0 .show-for-large { display: none; }
  .bnl-0 .hide-for-large { display: block; }
  .bnl-0 .pos-ab-ban { position: relative !important; padding: 0 !important; }
  .bnl-0 .bn-inner { padding: 0 !important; }
  .bnl-0 .bn-content {
    background: var(--ww-navy-deep) !important;
    color: #ffffff !important;
    max-width: 100%;
    border-radius: 0;
    padding: 48px 24px;
    border: none;
    backdrop-filter: none;
  }
  .bnl-0 .bn-content h1 { color: #ffffff !important; }
  .bnl-0 .bn-content p { color: rgba(255, 255, 255, 0.88) !important; }
  .bnl-0 .bn-content .button {
    background: var(--ww-orange) !important;
    color: var(--ww-navy-deep) !important;
  }
}


/* ============================================================
   6. FRAMEWORK SECTION  .sec-framework
   Heading + link + descriptive paragraph as one block.
   ============================================================ */
.is-wrapper .sec-framework { background: var(--ww-cream); position: relative; overflow: hidden; }
.sec-framework .sf-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.sec-framework .sf-left {
  position: sticky;
  top: 40px;
}
.sec-framework .sf-mark {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--ww-orange);
  margin-bottom: 28px;
  border-radius: 2px;
}
.sec-framework h2 {
  font-family: var(--ww-font-heading);
  color: var(--ww-navy-deep);
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
.sec-framework .sf-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ww-font-body);
  color: var(--ww-navy-deep);
  font-weight: 600;
  font-size: 0.95rem;
  border-bottom: 2px solid var(--ww-orange);
  padding-bottom: 6px;
  transition: gap 0.25s, color 0.25s;
}
.sec-framework .sf-link:hover { gap: 18px; color: var(--ww-orange-deep); }
.sec-framework .sf-link .arrow { transition: transform 0.25s; }

.sec-framework .sf-right {
  position: relative;
}
.sec-framework .sf-quote {
  position: absolute;
  font-family: var(--ww-font-heading);
  font-weight: 700;
  font-size: 200px;
  color: var(--ww-orange);
  opacity: 0.10;
  line-height: 1;
  top: -40px;
  left: -20px;
  pointer-events: none;
  user-select: none;
}
.sec-framework .sf-right p {
  position: relative;
  font-family: var(--ww-font-body);
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--ww-text);
}

@media (max-width: 968px) {
  .sec-framework .sf-inner {
    grid-template-columns: 1fr;
    padding: 80px 24px;
    gap: 40px;
  }
  .sec-framework .sf-left { position: static; }
  .sec-framework .sf-quote { font-size: 140px; top: -20px; }
  .sec-framework .sf-right p { font-size: 1rem; }
}


/* ============================================================
   7. PILLARS  .features-v34  (alt-row layout)
   Heading + body + testimonial only. No badges-with-names, no CTAs.
   ============================================================ */
.is-wrapper .features-v34 { background: var(--ww-bg); }
.features-v34 .fv-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}
.features-v34 .alt-row {
  background: var(--ww-white);
  border: 1px solid var(--ww-border);
  border-left: 4px solid var(--ww-orange);
  border-radius: var(--ww-radius-md);
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 20px;
  padding: 36px 40px;
  transition: border-left-color 0.3s ease;
}
.features-v34 .alt-row.reverse { grid-template-columns: 7fr 5fr; }
.features-v34 .alt-row:last-child { margin-bottom: 0; }
.features-v34 .alt-row:hover { border-left-color: var(--ww-orange-soft); }
.features-v34 .feat-num {
  display: block;
  font-family: var(--ww-font-heading);
  font-weight: 700;
  font-size: 56px;
  color: var(--ww-orange);
  line-height: 1;
  margin-bottom: 20px;
}
.features-v34 .feat-heading {
  font-family: var(--ww-font-heading);
  font-size: clamp(26px, 2.8vw, 38px);
  color: var(--ww-navy);
  font-weight: 600;
  line-height: 1.18;
  margin-bottom: 18px;
  letter-spacing: -0.4px;
}
.features-v34 .feat-body {
  font-family: var(--ww-font-body);
  font-size: 15.5px;
  color: var(--ww-text);
  line-height: 1.75;
  margin-bottom: 28px;
}
.features-v34 .feat-quote {
  padding: 18px 22px;
  background: rgba(46, 63, 84, 0.04);
  border-left: 3px solid var(--ww-orange);
  border-radius: 0 10px 10px 0;
}
.features-v34 .feat-quote p {
  font-family: var(--ww-font-heading);
  font-style: italic;
  font-size: 15px;
  color: var(--ww-navy);
  line-height: 1.55;
  margin-bottom: 8px;
}
.features-v34 .feat-quote cite {
  font-family: var(--ww-font-body);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: var(--ww-orange);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.features-v34 .feat-img {
  position: relative;
  border-radius: var(--ww-radius-md);
  overflow: hidden;
  height: 360px;
}
.features-v34 .feat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 968px) {
  .features-v34 .fv-inner { padding: 56px 24px; }
  .features-v34 .alt-row,
  .features-v34 .alt-row.reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 16px;
    padding: 28px 24px;
  }
  .features-v34 .alt-row.reverse .feat-content { order: 2; }
  .features-v34 .alt-row.reverse .feat-img-wrap { order: 1; }
  .features-v34 .feat-img { height: auto; }
  .features-v34 .feat-num { font-size: 42px; }
}


/* ============================================================
   8. SERVICE AREA  .sec-service-area
   Light Grey canvas (brand default) with subtle styling.
   Sits below final-cta navy section, providing visual break.
   ============================================================ */
.is-wrapper .sec-service-area {
  background: var(--ww-bg);
  border-top: 4px solid var(--ww-orange);
}
.sec-service-area .ssa-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
  text-align: center;
}
.sec-service-area .ssa-title {
  font-family: var(--ww-font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ww-orange);
  margin-bottom: 16px;
}
.sec-service-area .ssa-text {
  font-family: var(--ww-font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--ww-text-muted);
  max-width: 820px;
  margin: 0 auto 24px;
}
.sec-service-area .ssa-text strong {
  color: var(--ww-navy);
  font-weight: 700;
}
.sec-service-area .ssa-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
/*.sec-service-area .ssa-tag {
  font-family: var(--ww-font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ww-navy);
  padding: 7px 16px;
  border: 1px solid var(--ww-border);
  border-radius: var(--ww-radius-pill);
  background: var(--ww-white);
  transition: all 0.25s ease;
}
.sec-service-area .ssa-tag:hover {
  background: var(--ww-orange);
  border-color: var(--ww-orange);
  color: var(--ww-white);
}*/

@media (max-width: 968px) {
  .sec-service-area .ssa-inner { padding: 40px 20px; }
  .sec-service-area .ssa-text { font-size: 13.5px; }
}


/* ============================================================
   9. FINAL CTA  .sec-final-cta
   Full-width split with background image:
   Left navy panel has a subtle image background (texture + emotion).
   Right orange accent column with brand mark.
   Brand-aligned: navy + orange only, no shadows, grounded.
   ============================================================ */
.is-wrapper .sec-final-cta { background: var(--ww-navy); }
/* Break out of Webware's max-width container — go truly full-width */
.sec-final-cta .is-container,
.sec-final-cta .container { max-width: 100% !important; }
.sec-final-cta .grid-padding-x,
.sec-final-cta .grid-padding-y { padding: 0 !important; margin: 0 !important; }
.sec-final-cta .grid-padding-x > .cell { padding: 0 !important; }

/*.sec-final-cta .sfc-inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 380px;
  min-height: 440px;
}*/

/* LEFT: navy content panel with background image */
.sec-final-cta .sfc-content {
  position: relative;
  padding: 80px clamp(32px, 6vw, 88px) 80px clamp(32px, 8vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  /* image lives in ::before so the gradient overlay can sit on top */
}
.sec-final-cta .sfc-content::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?w=1600&q=80');
  background-size: cover;
  background-position: center;
  filter: grayscale(60%);
  opacity: 0.20;
  z-index: -2;
}
.sec-final-cta .sfc-content::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      100deg,
      var(--ww-navy) 0%,
      var(--ww-navy) 35%,
      rgba(46, 63, 84, 0.92) 65%,
      rgba(46, 63, 84, 0.78) 100%
    );
  z-index: -1;
}
.sec-final-cta .sfc-eyebrow {
  /* optional — use only when a source-provided eyebrow/tagline exists */
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ww-font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ww-orange);
  margin-bottom: 22px;
}
.sec-final-cta .sfc-eyebrow::before {
  content: '';
  width: 32px;
  height: 2px;
  background: var(--ww-orange);
  border-radius: 2px;
}
.sec-final-cta h2 {
  font-family: var(--ww-font-heading);
  color: var(--ww-white);
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.4px;
  margin: 0 0 18px 0;
  max-width: 680px;
  position: relative;
}
.sec-final-cta .ww-accent {
  color: var(--ww-orange);
}
.sec-final-cta p {
  font-family: var(--ww-font-body);
  color: rgba(255, 255, 255, 0.88);
  max-width: 620px;
  margin: 0 0 32px 0;
  font-size: 1rem;
  line-height: 1.75;
  position: relative;
}
.sec-final-cta .sfc-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--ww-font-body);
  background: var(--ww-orange);
  color: var(--ww-navy);
  padding: 16px 32px;
  border-radius: var(--ww-radius-pill);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s ease;
  align-self: flex-start;
  border: 2px solid var(--ww-orange);
  position: relative;
}
.sec-final-cta .sfc-cta:hover {
  background: var(--ww-orange-soft);
  border-color: var(--ww-orange-soft);
  transform: translateY(-2px);
}
.sec-final-cta .sfc-cta .arrow { transition: transform 0.25s; }
.sec-final-cta .sfc-cta:hover .arrow { transform: translateX(4px); }

/* RIGHT: orange accent column with diagonal stripe pattern */
.sec-final-cta .sfc-accent {
  background: var(--ww-orange);
  position: relative;
  overflow: hidden;
}
.sec-final-cta .sfc-accent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 8px;
  background: var(--ww-orange-soft);
}
.sec-final-cta .sfc-accent-stripes {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent 0px,
    transparent 22px,
    rgba(255, 255, 255, 0.10) 22px,
    rgba(255, 255, 255, 0.10) 24px
  );
  pointer-events: none;
}

@media (max-width: 968px) {
  .sec-final-cta .sfc-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .sec-final-cta .sfc-content {
    padding: 56px 24px 48px;
    order: 2;
  }
  .sec-final-cta .sfc-accent {
    order: 1;
    min-height: 140px;
    padding: 24px;
  }
  .sec-final-cta .sfc-accent::before {
    width: 100%;
    height: 6px;
    bottom: auto;
  }
  .sec-final-cta h2 { font-size: 1.7rem; }
}


/* ============================================================
   10. ORIGIN STORY  .sec-origin
   Long single paragraph + visual image side.
   ============================================================ */
.is-wrapper .sec-origin { background: var(--ww-cream); }
.sec-origin .so-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: start;
}
.sec-origin .so-visual {
  position: sticky;
  top: 40px;
  aspect-ratio: 4 / 5;
  border-radius: var(--ww-radius-lg);
  overflow: hidden;
  position: relative;
}
.sec-origin .so-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sec-origin .so-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(46, 63, 84, 0.45));
  pointer-events: none;
}
.sec-origin .so-mark {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--ww-orange);
  margin-bottom: 28px;
  border-radius: 2px;
}
.sec-origin .so-content p {
  font-family: var(--ww-font-body);
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--ww-text);
}

@media (max-width: 968px) {
  .sec-origin .so-inner {
    grid-template-columns: 1fr;
    padding: 80px 24px;
    gap: 40px;
  }
  .sec-origin .so-visual {
    position: static;
    aspect-ratio: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}


/* ============================================================
   11. MISSION  .sec-mission
   Pull-quote on dark navy.
   ============================================================ */
.is-wrapper .sec-mission { background: var(--ww-navy-deep); position: relative; overflow: hidden; }
/* grid pattern removed per brand: grounded, no decoration */
.sec-mission .sm-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 130px 24px;
  text-align: center;
}
.sec-mission .sm-glyph {
  font-family: var(--ww-font-heading);
  font-style: italic;
  font-size: 72px;
  line-height: 1;
  color: var(--ww-orange);
  display: block;
  margin-bottom: -8px;
  user-select: none;
}
.sec-mission p {
  font-family: var(--ww-font-heading);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  line-height: 1.45;
  color: var(--ww-white);
  letter-spacing: -0.01em;
}

@media (max-width: 968px) {
  .sec-mission .sm-inner { padding: 90px 24px; }
  .sec-mission .sm-glyph { font-size: 80px; }
}


/* ============================================================
   12. FOUNDER INTRO  .sec-founder-intro
   Centered heading + intro paragraph.
   ============================================================ */
.is-wrapper .sec-founder-intro { background: var(--ww-cream-warm); }
.sec-founder-intro .sfi-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 120px 24px 60px;
  text-align: center;
}
.sec-founder-intro .sfi-mark {
  display: inline-block;
  width: 48px;
  height: 2px;
  background: var(--ww-orange);
  margin-bottom: 28px;
  border-radius: 2px;
}
.sec-founder-intro h2 {
  font-family: var(--ww-font-heading);
  color: var(--ww-navy-deep);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
.sec-founder-intro p {
  font-family: var(--ww-font-body);
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--ww-text-muted);
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 968px) {
  .sec-founder-intro .sfi-inner { padding: 80px 24px 40px; }
  .sec-founder-intro p { font-size: 1rem; }
}


/* ============================================================
   13. FOUNDER BIO  .sec-founder-bio
   Image + long bio paragraph, two columns.
   ============================================================ */
.is-wrapper .sec-founder-bio { background: var(--ww-cream-warm); }
.sec-founder-bio .sfb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 120px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 64px;
  align-items: start;
}
.sec-founder-bio .sfb-visual {
  position: sticky;
  top: 40px;
}
.sec-founder-bio .sfb-img {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--ww-radius-lg);
  overflow: hidden;
}
.sec-founder-bio .sfb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sec-founder-bio .sfb-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(46, 63, 84, 0.4));
  pointer-events: none;
}
.sec-founder-bio .sfb-content p {
  font-family: var(--ww-font-body);
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--ww-text);
}
.sec-founder-bio .sfb-content p::first-letter {
  font-family: var(--ww-font-heading);
  font-size: 4.5rem;
  font-weight: 700;
  float: left;
  line-height: 0.9;
  padding: 6px 14px 0 0;
  color: var(--ww-orange);
}

@media (max-width: 968px) {
  .sec-founder-bio .sfb-inner {
    grid-template-columns: 1fr;
    padding: 20px 24px 80px;
    gap: 40px;
  }
  .sec-founder-bio .sfb-visual {
    position: static;
    max-width: 420px;
    margin: 0 auto;
  }
  .sec-founder-bio .sfb-content p { font-size: 1rem; }
  .sec-founder-bio .sfb-content p::first-letter { font-size: 3.5rem; }
}


/* ============================================================
   14. GUIDE CTA  .sec-guide-cta
   Heading + paragraph + CTA on cream.
   ============================================================ */
.is-wrapper .sec-guide-cta { background: var(--ww-cream); }
.sec-guide-cta .sgc-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 24px;
  text-align: center;
}
.sec-guide-cta .sgc-mark {
  display: inline-block;
  width: 48px;
  height: 2px;
  background: var(--ww-orange);
  margin-bottom: 28px;
  border-radius: 2px;
}
.sec-guide-cta h2 {
  font-family: var(--ww-font-heading);
  color: var(--ww-navy-deep);
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
.sec-guide-cta p {
  font-family: var(--ww-font-body);
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--ww-text-muted);
  max-width: 740px;
  margin: 0 auto 40px;
}
.sec-guide-cta .sgc-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ww-font-body);
  background: var(--ww-navy-deep);
  color: var(--ww-white);
  padding: 14px 28px;
  border-radius: var(--ww-radius-pill);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.25s;
}
.sec-guide-cta .sgc-btn:hover {
  background: var(--ww-navy);
  transform: translateY(-2px);
}
.sec-guide-cta .sgc-btn .arrow { transition: transform 0.25s; }
.sec-guide-cta .sgc-btn:hover .arrow { transform: translateX(4px); }

@media (max-width: 968px) {
  .sec-guide-cta .sgc-inner { padding: 80px 24px; }
  .sec-guide-cta p { font-size: 1rem; }
}


/* ============================================================
   15. PROCESS  .sec-process
   Heading + paragraph on dark navy.
   ============================================================ */
.is-wrapper .sec-process { background: var(--ww-bg); position: relative; }
/* radial glow removed per brand: grounded, no decoration */
.sec-process .sp-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 64px;
  align-items: start;
}
.sec-process .sp-left h2 {
  font-family: var(--ww-font-heading);
  color: var(--ww-navy);
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
}
.sec-process .sp-mark {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--ww-orange);
  margin-bottom: 28px;
  border-radius: 2px;
}
.sec-process .sp-right p {
  font-family: var(--ww-font-body);
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--ww-text);
}

@media (max-width: 968px) {
  .sec-process .sp-inner {
    grid-template-columns: 1fr;
    padding: 80px 24px;
    gap: 36px;
  }
  .sec-process .sp-right p { font-size: 1rem; }
}


/* ============================================================
   16. TESTIMONIALS  .sec-testimonials
   Three quote cards on cream background.
   ============================================================ */
.is-wrapper .sec-testimonials { background: var(--ww-cream); }
.sec-testimonials .st-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px 80px;
}
.sec-testimonials .st-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.sec-testimonials .st-card {
  background: var(--ww-white);
  border: 1px solid var(--ww-border);
  border-left: 4px solid var(--ww-orange);
  border-radius: var(--ww-radius-md);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}
.sec-testimonials .st-card:hover {
  transform: translateY(-4px);
  border-left-color: var(--ww-orange-soft);
}
.sec-testimonials .st-glyph {
  font-family: var(--ww-font-heading);
  font-style: italic;
  font-size: 60px;
  line-height: 0.8;
  color: var(--ww-orange);
  margin-bottom: 4px;
  user-select: none;
}
.sec-testimonials .st-quote {
  font-family: var(--ww-font-heading);
  font-size: 1.1rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.55;
  color: var(--ww-navy-deep);
  margin-bottom: 24px;
  flex-grow: 1;
}
.sec-testimonials .st-meta {
  padding-top: 18px;
  border-top: 1px dashed var(--ww-border);
}
.sec-testimonials .st-name {
  display: block;
  font-family: var(--ww-font-body);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ww-navy-deep);
  margin-bottom: 4px;
}
.sec-testimonials .st-role {
  display: block;
  font-family: var(--ww-font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ww-orange-deep);
}

@media (max-width: 968px) {
  .sec-testimonials .st-inner { padding: 80px 24px; }
  .sec-testimonials .st-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


/* ============================================================
   17. SERVICES GRID  .sec-services
   5 service cards in a 3-column grid (3+2 layout).
   ============================================================ */
.is-wrapper .sec-services { background: var(--ww-cream); }
.sec-services .ss-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}
.sec-services .ss-header {
  text-align: center;
  margin-bottom: 64px;
}
.sec-services .ss-header h2 {
  font-family: var(--ww-font-heading);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 700;
  color: var(--ww-navy);
  line-height: 1.22;
  letter-spacing: -0.3px;
  margin: 14px 0 18px 0;
  position: relative;
  padding-top: 24px;
}
.sec-services .ss-header h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 3px;
  background: var(--ww-orange);
  border-radius: 2px;
}
.sec-services .ss-intro {
  font-family: var(--ww-font-body);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--ww-text);
  max-width: 820px;
  margin: 0 auto;
}
.sec-services .ss-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--ww-font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ww-orange-deep);
}
.sec-services .ss-eyebrow::before,
.sec-services .ss-eyebrow::after {
  content: '';
  width: 32px;
  height: 2px;
  background: var(--ww-orange);
  border-radius: 2px;
}
.sec-services .ss-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.sec-services .ss-card {
  background: var(--ww-white);
  border: 1px solid var(--ww-border);
  border-left: 4px solid var(--ww-orange);
  border-radius: var(--ww-radius-md);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.sec-services .ss-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle at center, rgba(253, 120, 0, 0.06), transparent 70%);
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.sec-services .ss-card:hover {
  transform: translateY(-4px);
  border-left-color: var(--ww-orange-soft);
}
.sec-services .ss-num {
  font-family: var(--ww-font-heading);
  font-weight: 700;
  font-size: 2.4rem;
  color: var(--ww-orange);
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.sec-services .ss-card h3 {
  font-family: var(--ww-font-heading);
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--ww-navy-deep);
  line-height: 1.22;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}
.sec-services .ss-card p {
  font-family: var(--ww-font-body);
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ww-text-muted);
  margin-bottom: 26px;
  flex-grow: 1;
}
.sec-services .ss-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ww-font-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ww-navy-deep);
  border-bottom: 2px solid var(--ww-orange);
  padding-bottom: 4px;
  transition: gap 0.25s, color 0.25s;
  align-self: flex-start;
  margin-top: auto;
}
.sec-services .ss-link:hover { gap: 14px; color: var(--ww-orange-deep); }
.sec-services .ss-link .arrow { transition: transform 0.25s; }

@media (max-width: 1200px) and (min-width: 969px) {
  .sec-services .ss-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 968px) {
  .sec-services .ss-inner { padding: 80px 24px; }
  .sec-services .ss-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sec-services .ss-header { margin-bottom: 48px; }
}


/* ============================================================
   18. SUB-INTRO  .sec-sub-intro
   Wide centered prose with strong vertical separation
   (orange ornament + reading-width text + section dividers).
   ============================================================ */
.is-wrapper .sec-sub-intro {
  background: var(--ww-bg);
  border-top: 1px solid var(--ww-border);
  border-bottom: 1px solid var(--ww-border);
}
.sec-sub-intro .ssi-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 72px 24px;
  position: relative;
}
.sec-sub-intro .ssi-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 28px;
}
.sec-sub-intro .ssi-ornament::before,
.sec-sub-intro .ssi-ornament::after {
  content: '';
  width: 56px;
  height: 2px;
  background: var(--ww-orange);
  border-radius: 2px;
}
.sec-sub-intro .ssi-ornament-dot {
  width: 8px;
  height: 8px;
  background: var(--ww-orange);
  border-radius: 2px;
  transform: rotate(45deg);
}
.sec-sub-intro p {
  font-family: var(--ww-font-body);
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--ww-text);
  text-align: center;
  letter-spacing: 0.005em;
}
.sec-sub-intro p::first-line {
  font-weight: 700;
  color: var(--ww-navy);
}

@media (max-width: 968px) {
  .sec-sub-intro .ssi-inner { padding: 56px 24px; }
  .sec-sub-intro p { font-size: 1rem; line-height: 1.75; text-align: left; }
  .sec-sub-intro p::first-line { font-weight: 400; color: var(--ww-text); }
  .sec-sub-intro .ssi-ornament::before,
  .sec-sub-intro .ssi-ornament::after { width: 36px; }
}


/* ============================================================
   19. BENEFITS GRID  .sec-benefits
   2×2 cards with numbered icon badge (no images).
   ============================================================ */
.is-wrapper .sec-benefits { background: var(--ww-bg); }
.sec-benefits .sb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px;
}
.sec-benefits .sb-heading {
  font-family: var(--ww-font-heading);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  color: var(--ww-navy);
  text-align: center;
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin: 0 auto 44px;
  max-width: 780px;
  position: relative;
  padding-top: 22px;
}
.sec-benefits .sb-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: var(--ww-orange);
  border-radius: 2px;
}
.sec-benefits .sb-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.sec-benefits .sb-card {
  background: var(--ww-white);
  border: 1px solid var(--ww-border);
  border-left: 4px solid var(--ww-orange);
  border-radius: var(--ww-radius-md);
  padding: 32px 32px 30px;
  transition: all 0.3s ease;
  display: flex;
  gap: 22px;
  align-items: flex-start;
}
.sec-benefits .sb-card:hover {
  transform: translateY(-3px);
  border-left-color: var(--ww-orange-soft);
}
.sec-benefits .sb-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  background: var(--ww-navy);
  color: var(--ww-white);
  border-radius: var(--ww-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ww-font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.sec-benefits .sb-icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--ww-orange);
}
.sec-benefits .sb-card:hover .sb-icon {
  background: var(--ww-orange);
}
.sec-benefits .sb-card:hover .sb-icon::after {
  background: var(--ww-navy);
}
.sec-benefits .sb-card-content {
  flex: 1;
  min-width: 0;
}
.sec-benefits .sb-card h3 {
  font-family: var(--ww-font-heading);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--ww-navy);
  line-height: 1.3;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}
.sec-benefits .sb-card p {
  font-family: var(--ww-font-body);
  font-size: 0.93rem;
  line-height: 1.65;
  color: var(--ww-text-muted);
}

@media (max-width: 968px) {
  .sec-benefits .sb-inner { padding: 56px 24px; }
  .sec-benefits .sb-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .sec-benefits .sb-card {
    padding: 24px;
    gap: 16px;
  }
  .sec-benefits .sb-icon {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
  }
  .sec-benefits .sb-heading { margin-bottom: 32px; }
}


/* ============================================================
   20. PROCESS PHASES  .sec-phases
   Each phase: numbered banner + image with overlay + content
   with paragraphs and a two-column checklist.
   ============================================================ */
.is-wrapper .sec-phases {
  background: var(--ww-bg);
  border-top: 1px solid var(--ww-border);
}
.sec-phases .sp-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}
.sec-phases .phase {
  background: var(--ww-white);
  border: 1px solid var(--ww-border);
  border-radius: var(--ww-radius-md);
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: 340px 1fr;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}
.sec-phases .phase:last-child { margin-bottom: 0; }
.sec-phases .phase:hover {
  transform: translateY(-2px);
}
.sec-phases .phase-image {
  position: relative;
  background: var(--ww-navy);
  overflow: hidden;
  min-height: 280px;
}
.sec-phases .phase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.85;
  transition: opacity 0.3s, transform 0.5s;
}
.sec-phases .phase:hover .phase-image img {
  opacity: 1;
  transform: scale(1.04);
}
.sec-phases .phase-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(46, 63, 84, 0.15) 0%, rgba(46, 63, 84, 0.7) 100%);
  pointer-events: none;
}
.sec-phases .phase-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.sec-phases .phase-badge-num {
  font-family: var(--ww-font-heading);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--ww-white);
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}
.sec-phases .phase-badge-label {
  font-family: var(--ww-font-body);
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--ww-orange-soft);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--ww-orange);
}
.sec-phases .phase-content {
  padding: 30px 36px;
  display: flex;
  flex-direction: column;
}
.sec-phases .phase-title {
  font-family: var(--ww-font-heading);
  font-size: 1.32rem;
  font-weight: 700;
  color: var(--ww-navy);
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ww-border);
}
.sec-phases .phase-content p {
  font-family: var(--ww-font-body);
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--ww-text);
  margin-bottom: 10px;
}
.sec-phases .phase-content p:first-of-type { margin-top: 14px; }
.sec-phases .phase-content p:last-of-type { margin-bottom: 18px; }
.sec-phases .phase-list {
  list-style: none;
  padding: 16px 20px;
  margin: 0;
  background: var(--ww-bg);
  border-radius: var(--ww-radius-md);
  border-left: 3px solid var(--ww-orange);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 20px;
}
.sec-phases .phase-list li {
  font-family: var(--ww-font-body);
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ww-navy);
  padding: 6px 0 6px 22px;
  position: relative;
}
.sec-phases .phase-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 2px;
  background: var(--ww-orange);
  border-radius: 1px;
}

@media (max-width: 968px) {
  .sec-phases .sp-inner { padding: 56px 24px; }
  .sec-phases .phase {
    grid-template-columns: 1fr;
  }
  .sec-phases .phase-image {
    min-height: 100%;
    max-height: 100%;
  }
  .sec-phases .phase-badge-num { font-size: 2rem; }
  .sec-phases .phase-content { padding: 24px 22px 26px; }
  .sec-phases .phase-title { font-size: 1.15rem; }
  .sec-phases .phase-list {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 14px 18px;
  }
}


/* ============================================================
   21. FAQ  .sec-faq
   Native <details> accordion — direct, no JS.
   ============================================================ */
.is-wrapper .sec-faq { background: var(--ww-bg); }
.sec-faq .sf-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 100px 24px;
}
.sec-faq .sf-heading {
  font-family: var(--ww-font-heading);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--ww-navy);
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin-bottom: 48px;
  position: relative;
  padding-top: 28px;
}
.sec-faq .sf-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 2px;
  background: var(--ww-orange);
  border-radius: 2px;
}
.sec-faq details {
  background: var(--ww-white);
  border: 1px solid var(--ww-border);
  border-left: 4px solid var(--ww-orange);
  border-radius: var(--ww-radius-md);
  margin-bottom: 12px;
  transition: all 0.25s ease;
  overflow: hidden;
}
.sec-faq details[open] {
  border-left-color: var(--ww-orange-soft);
}
.sec-faq summary {
  font-family: var(--ww-font-heading);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ww-navy);
  line-height: 1.35;
  padding: 22px 56px 22px 28px;
  cursor: pointer;
  list-style: none;
  position: relative;
  transition: color 0.2s;
}
.sec-faq summary::-webkit-details-marker { display: none; }
.sec-faq summary::after {
  content: '+';
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ww-orange);
  line-height: 1;
  transition: transform 0.25s;
}
.sec-faq details[open] summary::after {
  content: '−';
}
.sec-faq summary:hover { color: var(--ww-orange); }
.sec-faq .faq-answer {
  padding: 0 28px 22px;
  font-family: var(--ww-font-body);
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--ww-text);
}

@media (max-width: 968px) {
  .sec-faq .sf-inner { padding: 70px 24px; }
  .sec-faq summary { padding: 18px 48px 18px 20px; font-size: 0.98rem; }
  .sec-faq summary::after { right: 18px; }
  .sec-faq .faq-answer { padding: 0 20px 18px; }
}


/* ============================================================
   22. NEWSLETTER  .sec-newsletter
   Full-width navy with background image + email signup form.
   Brand-aligned: navy bg, orange CTA, no shadows.
   ============================================================ */
.is-wrapper .sec-newsletter {
  background-color: var(--ww-navy);
  background-image: url('https://images.unsplash.com/photo-1556761175-5973dc0f32e7?w=1600&q=80');
  background-size: cover;
  background-position: center;
  position: relative;
  isolation: isolate;
}
.is-wrapper .sec-newsletter::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg,
    rgba(46, 63, 84, 0.97) 0%,
    rgba(46, 63, 84, 0.92) 45%,
    rgba(46, 63, 84, 0.78) 80%,
    rgba(46, 63, 84, 0.60) 100%);
  z-index: 0;
  pointer-events: none;
}
.sec-newsletter .is-container,
.sec-newsletter .container { max-width: 100% !important; position: relative; z-index: 1; }
.sec-newsletter .grid-padding-x,
.sec-newsletter .grid-padding-y { padding: 0 !important; margin: 0 !important; }
.sec-newsletter .grid-padding-x > .cell { padding: 0 !important; }
.sec-newsletter .sn-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px clamp(24px, 6vw, 80px);
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.sec-newsletter .sn-mark {
  display: block;
  width: 44px;
  height: 3px;
  background: var(--ww-orange);
  border-radius: 2px;
  margin-bottom: 18px;
}
.sec-newsletter h2 {
  font-family: var(--ww-font-heading);
  color: var(--ww-white);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.3px;
  margin: 0 0 14px 0;
}
.sec-newsletter h2 .ww-accent { color: var(--ww-orange); }
.sec-newsletter p {
  font-family: var(--ww-font-body);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0;
}
.sec-newsletter .sn-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.sec-newsletter .sn-input-row {
  display: flex;
  gap: 10px;
}
.sec-newsletter .sn-input {
  flex: 1;
  font-family: var(--ww-font-body);
  font-size: 0.95rem;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--ww-radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ww-white);
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.sec-newsletter .sn-input::placeholder { color: rgba(255, 255, 255, 0.6); }
.sec-newsletter .sn-input:focus {
  border-color: var(--ww-orange);
  background: rgba(255, 255, 255, 0.12);
}
.sec-newsletter .sn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ww-font-body);
  background: var(--ww-orange);
  color: var(--ww-navy);
  padding: 14px 28px;
  border-radius: var(--ww-radius-pill);
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  border: 2px solid var(--ww-orange);
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.sec-newsletter .sn-cta:hover {
  background: var(--ww-orange-soft);
  border-color: var(--ww-orange-soft);
}
.sec-newsletter .sn-cta .arrow {
  display: inline-block;
  transition: transform 0.25s ease;
  font-size: 1.05em;
}
.sec-newsletter .sn-cta:hover .arrow { transform: translateX(4px); }

@media (max-width: 968px) {
  .sec-newsletter .sn-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px 24px;
  }
  .sec-newsletter .sn-input-row { flex-direction: column; }
  .sec-newsletter .sn-cta { width: 100%; }
}


/* ============================================================
   23. SERVICES SPLIT  .sec-services-split
   Yousif-style: heading top-centered, image left + bulleted
   service list right with a CTA button at the bottom.
   ============================================================ */
.is-wrapper .sec-services-split {
  background: var(--ww-bg);
  position: relative;
  overflow: hidden;
}
/* Decorative corner accent on the right - subtle */
.is-wrapper .sec-services-split::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle at top right, rgba(253, 120, 0, 0.06), transparent 70%);
  pointer-events: none;
}
.sec-services-split .sx-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px;
}
.sec-services-split .sx-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-top: 22px;
}
.sec-services-split .sx-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 3px;
  background: var(--ww-orange);
  border-radius: 2px;
}
.sec-services-split .sx-header h2 {
  font-family: var(--ww-font-heading);
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 700;
  color: var(--ww-navy);
  line-height: 1.22;
  letter-spacing: -0.3px;
  margin: 0 0 12px 0;
}
.sec-services-split .sx-subheading {
  font-family: var(--ww-font-heading);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 600;
  color: var(--ww-orange);
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 18px 0;
}
.sec-services-split .sx-header p {
  font-family: var(--ww-font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ww-text);
  max-width: 820px;
  margin: 0 auto;
}
.sec-services-split .sx-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.sec-services-split .sx-image {
  border-radius: var(--ww-radius-md);
  overflow: hidden;
  border-left: 4px solid var(--ww-orange);
  background: var(--ww-white);
}
.sec-services-split .sx-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 5 / 5;
}
.sec-services-split .sx-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
}
.sec-services-split .sx-list li {
  font-family: var(--ww-font-body);
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--ww-text);
  padding: 14px 0 14px 32px;
  position: relative;
  border-bottom: 1px solid var(--ww-border);
}
.sec-services-split .sx-list li:first-child { padding-top: 4px; }
.sec-services-split .sx-list li:last-child { border-bottom: none; }
.sec-services-split .sx-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 18px;
  height: 2px;
  background: var(--ww-orange);
  border-radius: 1px;
}
.sec-services-split .sx-list li:first-child::before { top: 12px; }
.sec-services-split .sx-list li b,
.sec-services-split .sx-list li strong {
  color: var(--ww-navy);
  font-weight: 700;
}
.sec-services-split .sx-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ww-font-body);
  background: var(--ww-orange);
  color: var(--ww-navy);
  padding: 14px 28px;
  border-radius: var(--ww-radius-pill);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid var(--ww-orange);
  transition: all 0.25s ease;
}
.sec-services-split .sx-cta:hover {
  background: var(--ww-orange-soft);
  border-color: var(--ww-orange-soft);
  transform: translateY(-2px);
}
.sec-services-split .sx-cta .arrow {
  display: inline-block;
  transition: transform 0.25s ease;
  font-size: 1.05em;
}
.sec-services-split .sx-cta:hover .arrow { transform: translateX(4px); }

@media (max-width: 968px) {
  .sec-services-split .sx-inner { padding: 36px 24px; }
  .sec-services-split .sx-header { margin-bottom: 28px; }
  .sec-services-split .sx-body {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sec-services-split .sx-image img { aspect-ratio: 16 / 10; }
}


/* ============================================================
   24. PROSE + CTA  .sec-prose-cta
   Centered heading + long paragraph + closing line + CTA link.
   Used for "Executive Presence" focused intro on services page.
   ============================================================ */
.is-wrapper .sec-prose-cta {
  background: var(--ww-white);
  border-top: 1px solid var(--ww-border);
  border-bottom: 1px solid var(--ww-border);
  position: relative;
}

.sec-prose-cta .pc-inner {
  margin: 0 auto;
  padding: 56px 24px 48px;
  /*max-width: 880px;*/
}
.sec-prose-cta .pc-mark {
  display: none;
}
.sec-prose-cta h2 {
  font-family: var(--ww-font-heading);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  color: var(--ww-navy);
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-align: center;
  margin: 0 0 24px 0;
}
.sec-prose-cta p {
  font-family: var(--ww-font-body);
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ww-text);
  margin: 0 0 16px 0;
  text-align: center;
}
.sec-prose-cta p:last-of-type { margin-bottom: 10px; }
.sec-prose-cta .pc-closing {
  display: block;
  text-align: center;
  font-family: var(--ww-font-body);
  font-size: 1rem;
  font-weight: 600;
  color: var(--ww-navy);
  margin-bottom: 20px;
  
}
.sec-prose-cta .pc-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ww-font-body);
  background: var(--ww-orange);
  color: var(--ww-navy);
  padding: 14px 28px;
  border-radius: var(--ww-radius-pill);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid var(--ww-orange);
  transition: all 0.25s ease;
  margin: 0 auto;
  align-self: center;
}
.sec-prose-cta .pc-cta-wrap {
  text-align: center;
}
.sec-prose-cta .pc-cta:hover {
  background: var(--ww-orange-soft);
  border-color: var(--ww-orange-soft);
  transform: translateY(-2px);
}
.sec-prose-cta .pc-cta .arrow {
  display: inline-block;
  transition: transform 0.25s ease;
  font-size: 1.05em;
}
.sec-prose-cta .pc-cta:hover .arrow { transform: translateX(4px); }

@media (max-width: 968px) {
  .sec-prose-cta .pc-inner { padding: 36px 24px; }
  .sec-prose-cta p { font-size: 0.97rem; line-height: 1.75; }
}


/* ============================================================
   25. VALUE / PARTNERSHIP  .sec-value
   H2 + H3 + paragraph + 2-column bullet list.
   ============================================================ */
.is-wrapper .sec-value {
  background: var(--ww-white);
  border-top: 1px solid var(--ww-border);
  border-bottom: 1px solid var(--ww-border);
  position: relative;
}
/* Top tab matching prose-cta for consistency */

.sec-value .sv-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px 48px;
}
.sec-value .sv-header {
  text-align: center;
  margin-bottom: 32px;
}
.sec-value .sv-header h2 {
  font-family: var(--ww-font-heading);
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
  font-weight: 700;
  color: var(--ww-navy);
  line-height: 1.25;
  letter-spacing: -0.3px;
  margin: 0 0 12px 0;
}
.sec-value .sv-header h3 {
  font-family: var(--ww-font-heading);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 600;
  color: var(--ww-orange);
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0;
}
.sec-value .sv-prose {
  /*max-width: 900px;*/
  margin: 0 auto 32px;
  font-family: var(--ww-font-body);
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ww-text);
  text-align: center;
}
.sec-value .sv-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1080px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
}
.sec-value .sv-list li {
  font-family: var(--ww-font-body);
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--ww-text);
  background: var(--ww-bg);
  border: 1px solid var(--ww-border);
  border-left: 4px solid var(--ww-orange);
  border-radius: var(--ww-radius-md);
  padding: 16px 20px 16px 48px;
  position: relative;
  transition: all 0.25s ease;
}
.sec-value .sv-list li:hover {
  border-left-color: var(--ww-orange-soft);
  background: var(--ww-white);
}
.sec-value .sv-list li::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 24px;
  width: 16px;
  height: 2px;
  background: var(--ww-orange);
  border-radius: 1px;
}

@media (max-width: 968px) {
  .sec-value .sv-inner { padding: 36px 24px; }
  .sec-value .sv-header { margin-bottom: 24px; }
  .sec-value .sv-prose { font-size: 0.97rem; margin-bottom: 22px; }
  .sec-value .sv-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sec-value .sv-list li { font-size: 0.95rem; padding: 14px 18px 14px 44px; }
  .sec-value .sv-list li::before { top: 22px; left: 18px; }
}


/* ============================================================
   WEBWARE WRAPPER OVERRIDES
   Some Webware grid classes add aggressive vertical margin
   (e.g. .margin-vertical-3 = 3rem top/bottom = 96px total per
   section). Within our scoped sections we want the section's
   own padding to control spacing, so neutralize the wrapper
   margin inside these sections.
   ============================================================ */
.is-wrapper .sec-prose-cta .margin-vertical-3,
.is-wrapper .sec-services-split .margin-vertical-3,
.is-wrapper .sec-value .margin-vertical-3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.head-links li.handle-terms-and-conditions.is-page,.head-links li.handle-privacy-policy.is-page
{
 display:none !important;   
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .bnl-0 .bn-content h1

 {
   
    font-size: clamp(26px, 2vw, 42px);
 }
}