/* || 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: 0px;
    
    font-weight: 600;
}

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


.is-btn, .btn{
    border-radius: 0px !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: "Fahkwang", serif;
}

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

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

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

header .is-stuck{
    background: #030308;
    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: #262626;
}

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: #262626;
}

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

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 #D0CBC9;
}

footer .text-logo {
    color: #2E77BD;
}

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

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

.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 #262626;
}

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


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:#262626
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#030308;
    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:#262626;
}

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:#030308;
    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:#262626;
}

/* || 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: #D3CDCD;
     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: #FFFFFF;
    background-color: #000000;
}

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

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #D3CDCD;
    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: #D3CDCD;
    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: 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:#262626;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:#F2ECE4;
    color: #03479B;
}

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

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

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

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

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 :#FFFFFF;
}


.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 #FFFFFF;
}

.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: #FFFFFF;
    color: #000000;
}

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

.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: #FFFFFF;
    color: #000000;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
}

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

.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:#FFFFFF;
    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;
}
.jea-feat-cta {
    z-index: 9999999999999999;
}
.new-header-6 .contact-section {
    display: flex;
    justify-content: right;
    align-items: center;
}

.new-header-6 .menu-container {
    border-top:1px solid #262626;
    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: #000000;
    color: #FFFFFF;
    padding:12px 32px;
    font-size:0.9em;
}

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

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

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

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

.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;
}

#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 #D0CBC9;
    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:#FFFFFF;
}

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

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

/* faq page */

/* system page */ 
.ww-newsletter-registration.ww-form-container {
    padding-top:30px;
}
.pos-ab-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    background: transparent !important;
    z-index: 99;
    border-color: rgba(255, 255, 255, 0.20) !important;
        border-bottom: 0px solid !important;
}
#header {
    background: transparent;
    border-bottom: 0px solid var(--c-line);
}
#header .new-header-menu-container {
    background: transparent;
    border-top: 0px solid var(--c-line);
}


@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 #D0CBC9;
    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 #D0CBC9;
    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: #2E77BD;
}

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

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

.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("//d14ty28lkqz1hw.cloudfront.net/data/org/31360/theme/49259/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

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

.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:#000000;
}

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 #D0CBC9;
}

.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 #000000;
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 16px;
    color:#000000;
}

.ps-blog-category li.active a,
.ps-blog-category li a:hover{
    border-radius: 0;
    vertical-align: baseline;
    line-height: inherit;
    background:#000000;
    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 #000000;
    font-weight:600;
    background:transparent;
}

.new-blog-page-type .article-title {
    color:#000000;
    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;
}

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

.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) {
    .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 #D0CBC9;
    }
    #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:#F2ECE4;
}

.is-section-guide h2 {
    color:#03479B;
}

.is-section-guide p.lead {
    color:#03479B;
}
.is-section-guide a.button {
    background:#03479B;
    color:#F2ECE4;
}

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

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

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

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

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


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

.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 #000000;
}

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


.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:#030308;
    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: #D3CDCD;
}

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



aside.sidenav .ps-cart-text-container {
    color:#030308;
    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:#262626;
}

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

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

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

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

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

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

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #FFFFFF 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 #D0CBC9;
    }
    
    footer .border-top-small {
      border-top:1px solid #D0CBC9;
    }

    header .border-top-small  {
        border-top:1px solid #262626;
    }
    
    .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 #262626;
        border-bottom:1px solid #262626;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #262626;
    }
    
    header .mobile-contact-section .head-icons {
        background: #FFFFFF;
        color:#030308;
        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:#030308;
    }
    
    .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 #262626;
    }
    
     .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 #262626;
        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 #D0CBC9;
        }
       
        
    /* 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;
}
 
 .jea-bnl .pos-ab-ban.home-bn-txt {
    top: 100px;
}
@media (max-width: 1023px) {
.jea-bnl .pos-ab-ban.home-bn-txt {
    top: 0;
}
}
 
.video-frm iframe {
    position: relative;
    width: 100%;
    max-width: 1150px;
    margin: auto;
    padding: 15px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
} 
 
 
 
 
.is-wrapper > .about-v12{position:relative;background: var(--c-paper)}
.about-v12 .section-eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#0d9488;text-align:center;margin-bottom:14px}
.about-v12 .section-heading{font-size:clamp(26px,3vw,44px);color:#134e4a;font-weight:800;text-align:center;line-height:1.15;margin-bottom:14px;letter-spacing:-.4px}
.about-v12 .section-sub{font-size:17px;color:#64748b;text-align:center;max-width:560px;margin:0 auto 50px;line-height:1.7}
.about-v12 .gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:260px 260px;gap:14px}
.about-v12 .gallery-cell{border-radius:14px;overflow:hidden;position:relative}
.about-v12 .gallery-cell img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.about-v12 .gallery-cell:hover img{transform:scale(1.04)}
.about-v12 .gallery-cell.tall{grid-row:span 2}
.about-v12 .gallery-cell .caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.7) 0%,transparent 100%);padding:20px 16px 16px;color:#fff;font-size:13px;font-weight:600;opacity:0;transition:opacity .3s}
.about-v12 .gallery-cell:hover .caption{opacity:1}
.about-v12 .culture-row{display:flex;gap:30px;margin-top:50px;align-items:center}
.about-v12 .culture-point{flex:1;text-align:center;padding:30px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, .022), transparent);}
.about-v12 .culture-icon {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}.about-v12 .culture-title{font-weight:400;color:#ffffff;margin-bottom:6px}
.about-v12 .culture-text{font-size:13px;color:#64748b;line-height:1.6}


.is-wrapper > .features-v32{position:relative;background: var(--c-paper);padding:40px 0}
.features-v32 .is-overlay .is-overlay-bg {
    background-attachment: fixed;
}
.features-v32 .is-boxes{width:100%}
.features-v32 .sec-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;color:#d97706;text-align:center;margin-bottom:12px}
.features-v32 .sec-heading{font-size:clamp(26px,3vw,46px);color:#111827;font-weight:800;text-align:center;line-height:1.1;margin-bottom:14px;letter-spacing:-.5px}
.features-v32 .sec-sub{font-size:16px;color:#6b7280;text-align:center;max-width:520px;margin:0 auto 56px;line-height:1.7}
.features-v32 .sbs-wrap{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:stretch}
.features-v32 .sbs-col {
    background: rgb(13 10 8 / 6%);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgb(229 231 235 / 28%);
    backdrop-filter: blur(4px);
}
.features-v32 .sbs-col.highlight{border-color:rgb(229 231 235 / 28%);}
.features-v32 .sbs-divider{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 20px;gap:16px}
.features-v32 .vs-badge{width:44px;height:44px;border-radius:50%;background:#111827;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff}
.features-v32 .divider-line{flex:1;width:1px;background:linear-gradient(180deg,transparent,#e5e7eb,transparent)}
.features-v32 .col-logo{font-size:18px;font-weight:800;color:#fff;margin-bottom:6px;display:flex;align-items:center;gap:8px}
.features-v32 .col-tagline{font-size:13px;color:#6b7280;margin-bottom:28px}
.features-v32 .feat-rows{display:flex;flex-direction:column;gap:16px}
.features-v32 .fr-item{display:flex;gap:10px;align-items:flex-start;font-size:16px;color:#2E77BD}
.features-v32 .frc-yes{color:#2E77BD;font-weight:500}
.features-v32 .frc-no{color:#fff;}
.features-v32 .fr-icon{flex-shrink:0;margin-top:2px}
.features-v32 .col-cta{display:block;text-align:center;padding:12px;border-radius:10px;font-weight:700;font-size:14px;text-decoration:none;margin-top:28px;transition:all .25s}
.features-v32 .cta-main{background:#d97706;color:#fff}
.features-v32 .cta-main:hover{background:#b45309;transform:translateY(-1px)}
.features-v32 .cta-ghost{background:transparent;color:#6b7280;border:1px solid #e5e7eb}
.features-v32 .cta-ghost:hover{border-color:#9ca3af}



.is-wrapper > .services-v7{    position: relative;
    background: var(--c-paper);
    padding: 40px 0;}
.services-v7 .sec-eyebrow{font-size:12px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:#38bdf8;text-align:center;margin-bottom:14px}
.services-v7 .sec-heading{    font-weight: 800;
    font-size: clamp(26px,2.9vw,2.2em);
    line-height: 1.12;
    letter-spacing: -.02em;
    margin-bottom: 20px;}
.services-v7 .sec-sub{font-size:16px;color:#94a3b8;text-align:center;max-width:560px;margin:0 auto 72px;line-height:1.75}
.services-v7 .step-card{padding: 36px 28px;
    position: relative;
    transition: all .3s;
    height: 100%;
    border: 1px solid var(--c-line-2);
    border-radius: var(--r-lg);
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, .022), #000000b8);}
.services-v7 .step-card:hover{border-color:#03479B;box-shadow:0 0 40px rgb(248 208 56 / 12%);}
.jea-card-scan {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #03479B, transparent);
    box-shadow: 0 0 15px #03479B;
    opacity: 0;
}
.services-v7 .step-card:hover
.jea-card-scan {

  opacity: 1;

  animation:

    jeaCardScan
    2s linear infinite;

}
  @keyframes jeaCardScan {

  from {

    top: 0;

  }

  to {

    top: 100%;

  }

}

.services-v7 .step-num{font-size:56px;font-weight:900;    color: rgb(27 99 176 / 50%);line-height:1;margin-bottom:8px;letter-spacing:-2px}
.services-v7 .step-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.services-v7 .step-icon svg{width:24px;height:24px;fill:none;stroke:#fff;stroke-width:2}
.services-v7 .step-title{font-size:19px;font-weight:700;color:#f1f5f9;margin-bottom:12px;font-family: var(--font-head);}
.services-v7 .step-desc{font-size:16px;color:#fff;line-height:1.7;    font-weight: 300;}
.services-v7 .step-connector{display:none}
.services-v7 .button{display:inline-block;background:linear-gradient(90deg,#38bdf8,#0ea5e9);color:#fff;padding:15px 38px;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none;margin-top:56px;transition:all .25s}
.services-v7 .button:hover{opacity:.9;transform:translateY(-2px)}


.is-wrapper > .services-v3{        background: var(--c-tint);
    border-top: 1px solid var(--c-line-2);
    border-bottom: 1px solid var(--c-line-2);
    padding: var(--space-section) 0;}
.services-v3 .is-boxes{width:100%}
.services-v3 .section-eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#60a5fa;text-align:center;margin-bottom:14px}
.services-v3 .section-heading{font-size:clamp(26px,3vw,44px);color:#fff;font-weight:800;text-align:center;line-height:1.15;margin-bottom:14px;letter-spacing:-.4px}
.services-v3 .section-sub{font-size:17px;color:rgba(255,255,255,.6);text-align:center;max-width:540px;margin:0 auto 60px;line-height:1.7}
.services-v3 .zoom-card{position:relative;border-radius:16px;overflow:hidden;height:320px;cursor:pointer}
.services-v3 .zoom-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}
.services-v3 .zoom-card:hover img{transform:scale(1.08)}
.services-v3 .zoom-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.75) 100%);z-index:1}
.services-v3 .zoom-content{position:absolute;bottom:0;left:0;right:0;padding:26px;z-index:2}
.services-v3 .zoom-cat {
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    font-family: var(--font-head);
    font-size: 19px;
}.services-v3 .zoom-title{font-size:16px;font-weight:400;color:#fff;margin-bottom:8px;line-height:1.2}
.services-v3 .zoom-desc{font-size:13px;color:rgba(255,255,255,.7);line-height:1.6;max-height:0;overflow:hidden;transition:max-height .4s,opacity .4s;opacity:0}
.services-v3 .zoom-card:hover .zoom-desc{max-height:80px;opacity:1}
.services-v3 .zoom-arrow{display:inline-flex;align-items:center;gap:6px;color:#60a5fa;font-size:13px;font-weight:600;margin-top:10px;opacity:0;transform:translateY(8px);transition:all .3s}
.services-v3 .zoom-card:hover .zoom-arrow{opacity:1;transform:translateY(0)}



/* service-area — high-end coverage panel (dark, framed) */

.jea-sec--deep.jea-areas {
    background: #000;
}
.jea-areas .section-main-heading{ color:#fff; }
.si-areas .section-description{ color:color-mix(in srgb, var(--c-paper) 75%, transparent); }
.jea-areas-panel{
  position:relative; overflow:hidden; isolation:isolate;
  padding:clamp(44px,5.5vw,76px) clamp(28px,5vw,76px);
  border:1px solid var(--c-line-light); border-radius:var(--r-sm);
  box-shadow:var(--shadow-2), inset 0 1px 0 color-mix(in srgb, var(--c-paper) 12%, transparent);
  background:
    repeating-linear-gradient(0deg, transparent 0 43px, color-mix(in srgb, var(--c-paper) 3%, transparent) 43px 44px),
    repeating-linear-gradient(90deg, transparent 0 43px, color-mix(in srgb, var(--c-paper) 3%, transparent) 43px 44px),
    radial-gradient(120% 80% at 12% -10%, color-mix(in srgb, var(--c-accent) 20%, transparent), transparent 52%),
    radial-gradient(120% 90% at 100% 110%, color-mix(in srgb, var(--c-accent-3) 24%, transparent), transparent 55%),
    linear-gradient(180deg, var(--c-deep), var(--c-deep-2));
}
.jea-areas-panel::before{
  content:""; position:absolute; z-index:-1; inset:-30%; pointer-events:none;
  background:
    radial-gradient(40% 40% at 30% 28%, color-mix(in srgb, var(--c-accent) 32%, transparent), transparent 70%),
    radial-gradient(46% 46% at 72% 64%, color-mix(in srgb, var(--c-primary) 34%, transparent), transparent 70%);
  filter:blur(44px); opacity:.5;
  animation:jea-aurora 20s ease-in-out infinite alternate;
}
.jea-areas-panel::after{
  content:""; position:absolute; z-index:-1; inset:0; pointer-events:none; opacity:.06; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
@keyframes jea-aurora{
  0%{ transform:translate3d(-4%,-3%,0) scale(1); }
  100%{ transform:translate3d(5%,4%,0) scale(1.12); }
}
.jea-areas-panel > *{ position:relative; z-index:1; }
.jea-areas-head{ max-width:760px; margin:0 auto 46px; text-align:center; }
.jea-areas-head .section-main-heading{ margin:0; }
.jea-areas-head .section-main-heading::before{
  content:""; display:block; width:48px; height:3px; border-radius:2px; margin:0 auto 18px;
  background:linear-gradient(90deg, var(--c-accent), var(--c-primary));
}
.jea-areas-head .section-description{ margin:16px auto 0; max-width:600px; }
.jea-loc-list{ display:flex; flex-wrap:wrap; justify-content:center; align-items:stretch; gap:18px; }
.jea-loc{
  flex:1 1 300px; max-width:340px;
  display:flex; align-items:center; gap:16px;
  padding:22px 26px; border:1px solid var(--c-line-light); border-radius:var(--r-sm);
  background:#fff;
  text-decoration:none; cursor:pointer;
  transition:transform .4s cubic-bezier(.2,.7,.2,1), background-color .4s ease, border-color .4s ease, box-shadow .4s ease;
}
.jea-loc:focus-visible{ outline:2px solid var(--c-accent-2); outline-offset:3px; }
.jea-loc-ico{
  flex:0 0 auto; position:relative; overflow:hidden;
  width:46px; height:46px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  border:1px solid #fa8d1b;
  color:#000;
  transition:border-color .4s ease, color .4s ease, transform .4s ease, box-shadow .4s ease;
}
.jea-loc-ico svg{ position:relative; z-index:3; width:21px; height:21px; display:block; }
.jea-loc-ico::before,
.jea-loc-ico::after{
  content:""; position:absolute; left:-50%; width:200%; height:200%;
  background:linear-gradient(180deg, var(--c-accent), var(--c-primary));
  transition:top .65s cubic-bezier(.4,0,.2,1);
}
.jea-loc-ico::before{ z-index:1; top:102%; border-radius:43% 47% 45% 46%; animation:jea-water 7s linear infinite; }
.jea-loc-ico::after{
  z-index:2; top:110%; border-radius:46% 44% 47% 43%; opacity:.85;
  background:linear-gradient(180deg, var(--c-accent-2), var(--c-accent));
  animation:jea-water 5s linear infinite reverse;
}
.jea-loc:hover .jea-loc-ico::before{ top:-52%; }
.jea-loc:hover .jea-loc-ico::after{ top:-46%; }
@keyframes jea-water{ to{ transform:rotate(360deg); } }
.jea-loc-name{
  flex:1 1 auto; margin:0;
  font-family:var(--font-head); font-weight:500; letter-spacing:-.01em; line-height:1.2;
  font-size:clamp(18px,1.5vw,22px); color:var(--c-paper);
  transition:color .35s ease;
}
.jea-loc:hover{
  transform:translateY(-5px);
  background-color:color-mix(in srgb, var(--c-paper) 7%, transparent);
  border-color:color-mix(in srgb, var(--c-accent) 45%, transparent);
  box-shadow:0 18px 40px color-mix(in srgb, var(--c-deep) 55%, transparent);
  border: 1px solid #fff;
}
.jea-loc:hover .jea-loc-ico{
  border-color:transparent; color:#fff; transform:scale(1.06);
  box-shadow:0 8px 20px color-mix(in srgb, var(--c-primary) 42%, transparent);
}
.jea-loc:hover .jea-loc-name{ color:#fff; }
@media (prefers-reduced-motion: reduce){
  .jea-areas-panel::before{ animation:none; }
  .jea-loc, .jea-loc-ico, .jea-loc-name{ transition:none; }
  .jea-loc-ico::before, .jea-loc-ico::after{ animation:none; transition:none; }
  .jea-loc:hover{ transform:none; }
  .jea-loc:hover .jea-loc-ico{ transform:none; }
}
@media all and (max-width:680px){ .jea-loc{ flex:1 1 100%; max-width:none; } }
/* MAIN FEATURE BOX */
.ai-feature-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 30px rgb(255 152 0 / 8%);
    border: 1px solid #ffffff47;
}

/* EACH FEATURE */
.ai-feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 30px;
    min-height: 210px;
}

/* VERTICAL DIVIDERS */
.ai-feature-card:nth-child(1)::after,
.ai-feature-card:nth-child(2)::after,
.ai-feature-card:nth-child(4)::after,
.ai-feature-card:nth-child(5)::after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    width: 1px;
    height: 70%;
    background: rgba(255, 255, 255, 0.18);
}

/* HORIZONTAL DIVIDER BETWEEN ROWS */
.ai-feature-card:nth-child(-n+3)::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
}

/* ICON */
.ai-feature-card .culture-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.ai-feature-card .culture-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

/* TITLE */
.ai-feature-card .culture-title {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
}

/* DESCRIPTION */
.ai-feature-card .culture-description {
    max-width: 260px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.6;
}

/* ARROW */
.ai-feature-card .culture-arrow {
    margin-top: 20px;
    color: #009dff;
    font-size: 25px;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.ai-feature-card:hover .culture-arrow {
    transform: translateX(7px);
}


/* TABLET */
@media (max-width: 991px) {

    .ai-feature-row {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Reset vertical dividers */
    .ai-feature-card::after {
        display: none;
    }

    /* Add divider between 2 columns */
    .ai-feature-card:nth-child(odd)::after {
        display: block;
        content: "";
        position: absolute;
        top: 15%;
        right: 0;
        width: 1px;
        height: 70%;
        background: rgba(255, 255, 255, 0.18);
    }

}


/* MOBILE */
@media (max-width: 600px) {

    .ai-feature-row {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .ai-feature-card {
        min-height: auto;
        padding: 30px 20px;
    }

    /* Remove vertical dividers */
    .ai-feature-card::after {
        display: none !important;
    }

    /* Horizontal divider between all cards */
    .ai-feature-card:not(:last-child)::before {
        content: "";
        position: absolute;
        left: 10%;
        right: 10%;
        bottom: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.15);
    }

    .ai-feature-card .culture-title {
        font-size: 16px;
    }

    .ai-feature-card .culture-description {
        max-width: 100%;
        font-size: 14px;
    }
.features-v32 .sbs-wrap {
    display: flow;
}
}
@media only screen and (max-width: 940px) {
    .pos-ab-header {
        position: relative !important;
    }
}


.features-v37{position:relative;min-height:80vh;display:flex;align-items:center;padding:100px 0}
.features-v37 .is-overlay{position:absolute;inset:0;z-index:0}
.features-v37 .is-overlay-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31360/theme/49259/img/2.gif);
    background-position: 50% 50%;
}
.features-v37 .is-boxes{position:relative;z-index:1;width:100%}
.features-v37 .sec-eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2.5px;color:#4ade80;margin-bottom:12px}
.features-v37 .sec-heading{font-size:clamp(24px,3.4vw,2.2em);color:#fff;font-weight:800;line-height:1.1;margin-bottom:16px;letter-spacing:-.6px}
.features-v37 .sec-sub{font-size:17px;color:rgba(255,255,255,.75);line-height:1.7;margin-bottom:40px;max-width:500px}
.features-v37 .feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:36px}
.features-v37 .fg-item{display:flex;gap:12px;align-items:flex-start}
.features-v37 .fg-icon{width:38px;height:38px;border-radius:10px;background:rgba(74,222,128,.15);border:1px solid rgba(74,222,128,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.features-v37 .fg-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:3px}
.features-v37 .fg-body{font-size:12px;color:rgba(255,255,255,.6);line-height:1.4}
.features-v37 .button{display:inline-block;background:#16a34a;color:#fff;padding:14px 34px;border-radius:8px;text-decoration:none;font-weight:700;font-size:15px;transition:all .25s;margin-right:14px}
.features-v37 .button:hover{background:#15803d;transform:translateY(-2px)}
.features-v37 .btn-outline{display:inline-block;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:13px 28px;border-radius:8px;text-decoration:none;font-weight:700;font-size:15px;transition:all .25s}
.features-v37 .btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.1)}
.features-v37 .stat-row{display:flex;gap:28px;margin-top:40px;padding-top:32px;border-top:1px solid rgba(255,255,255,.15)}
.features-v37 .stat-box .s-num{font-size:36px;font-weight:900;color:#4ade80;letter-spacing:-1px}
.features-v37 .stat-box .s-label{font-size:13px;color:rgba(255,255,255,.6)}




.services-v37{position:relative;min-height:60vh;padding:96px 0;display:flex;align-items:center}
.services-v37 .is-overlay{position:absolute;inset:0;z-index:0}
.services-v37 .is-overlay-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31360/theme/49259/img/Powerful%20Features%20Built%20for%20Modern%20Security.gif);
    background-position: 50% 50%;
}.services-v37 .is-overlay-bg::after{content:"";position:absolute;inset:0;background:rgb(13 10 8 / 82%))}
.services-v37 .is-boxes{position:relative;z-index:1;width:100%}
.services-v37 .sec-eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#86efac;margin-bottom:12px}
.services-v37 .sec-heading {
    font-family: var(--font-head);
    font-weight: 700;
    font-size: clamp(24px,3.4vw,2.2em);
    line-height: 1.24;
    letter-spacing: -.02em;
    color: var(--c-ink);
    margin-bottom: 20px;
}.services-v37 .sec-sub{font-size:16px;color:rgba(255,255,255,.75);max-width:520px;line-height:1.75;margin-bottom:56px}
.services-v37 .srv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.services-v37 .srv-item{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:24px;transition:all .3s;backdrop-filter:blur(4px)}
.services-v37 .srv-item:hover {
    background: rgba(255, 255, 255, .1);
    border-color: rgb(63 81 181 / 43%);
    transform: translateY(-4px);
}.services-v37 .srv-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.services-v37 .srv-icon svg{width:22px;height:22px;fill:none;stroke:#86efac;stroke-width:2}
.services-v37 .srv-title{font-size:16px;font-weight:700;color:#fff;margin-bottom:8px}
.services-v37 .srv-desc{font-size:13px;color:rgba(255,255,255,.65);line-height:1.65;margin:0}
.services-v37 .button{display:inline-block;background:#16a34a;color:#fff;padding:14px 36px;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none;margin-top:48px;transition:all .25s}
.services-v37 .button:hover{background:#15803d;transform:translateY(-2px)}
@media(max-width:768px){.services-v37 .srv-grid{grid-template-columns:1fr 1fr}}






/* =========================================
   MAIN AI BACKGROUND
========================================= */

.jea-ai-network {
  position: relative;
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  isolation: isolate;

  background:
    radial-gradient(
      circle at 70% 50%,
      rgba(0, 130, 255, 0.12),
      transparent 35%
    ),
    radial-gradient(
      circle at 20% 80%,
      rgba(0, 200, 255, 0.08),
      transparent 30%
    ),
    #030811;
    padding:30px 0;
}


/* =========================================
   MOVING GRID
========================================= */

.jea-grid {
  position: absolute;
  inset: -50%;
  z-index: -5;

  opacity: 0.25;

  background-image:
    linear-gradient(
      rgba(0, 150, 255, 0.15) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(0, 150, 255, 0.15) 1px,
      transparent 1px
    );

  background-size: 70px 70px;

  transform:
    perspective(500px)
    rotateX(60deg);

  animation:
    jeaGridMove
    15s linear infinite;
}


@keyframes jeaGridMove {

  from {
    transform:
      perspective(500px)
      rotateX(60deg)
      translateY(0);
  }

  to {
    transform:
      perspective(500px)
      rotateX(60deg)
      translateY(70px);
  }

}


/* =========================================
   GLOWING ORBS
========================================= */

.jea-orb {
  position: absolute;

  width: 400px;
  height: 400px;

  border-radius: 50%;

  filter: blur(100px);

  opacity: 0.15;

  z-index: -4;
}


.jea-orb-1 {
  top: -150px;
  left: -100px;

  background: #007bff;

  animation:
    jeaOrbFloat1
    10s ease-in-out infinite;
}


.jea-orb-2 {
  right: -150px;
  bottom: -100px;

  background: #00d9ff;

  animation:
    jeaOrbFloat2
    12s ease-in-out infinite;
}


.jea-orb-3 {
  top: 40%;
  left: 50%;

  width: 250px;
  height: 250px;

  background: #006eff;

  animation:
    jeaOrbPulse
    5s ease-in-out infinite;
}


@keyframes jeaOrbFloat1 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(100px, 60px);
  }

}


@keyframes jeaOrbFloat2 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-80px, -50px);
  }

}


@keyframes jeaOrbPulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.08;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.2;
  }

}


/* =========================================
   NETWORK
========================================= */

.jea-network {
  position: absolute;
  inset: 0;
  z-index: -2;
}


/* =========================================
   AI NODES
========================================= */

.jea-node {
  position: absolute;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #54d5ff;

  box-shadow:
    0 0 8px #00bfff,
    0 0 25px #008cff,
    0 0 50px rgba(0, 150, 255, 0.5);

  animation:
    jeaNodePulse
    3s ease-in-out infinite;
}


/* =========================================
   NODE POSITIONS
========================================= */

.node-1 {
  top: 20%;
  left: 15%;
}

.node-2 {
  top: 35%;
  left: 28%;
  animation-delay: 0.5s;
}

.node-3 {
  top: 18%;
  left: 42%;
  animation-delay: 1s;
}

.node-4 {
  top: 48%;
  left: 48%;
  animation-delay: 1.5s;
}

.node-5 {
  top: 28%;
  left: 62%;
  animation-delay: 2s;
}

.node-6 {
  top: 65%;
  left: 68%;
  animation-delay: 0.7s;
}

.node-7 {
  top: 75%;
  left: 45%;
  animation-delay: 1.2s;
}

.node-8 {
  top: 55%;
  left: 20%;
  animation-delay: 1.8s;
}

.node-9 {
  top: 78%;
  left: 15%;
  animation-delay: 2.3s;
}

.node-10 {
  top: 15%;
  left: 80%;
  animation-delay: 0.3s;
}


@keyframes jeaNodePulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(2);
    opacity: 1;
  }

}


/* =========================================
   NETWORK LINES
========================================= */

.jea-line {
  position: absolute;

  height: 1px;

  transform-origin: left center;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(0, 170, 255, 0.5),
      transparent
    );

  box-shadow:
    0 0 8px
    rgba(0, 150, 255, 0.5);

  animation:
    jeaLinePulse
    4s ease-in-out infinite;
}


/* =========================================
   LINE POSITIONS
========================================= */

.line-1 {
  top: 20%;
  left: 15%;
  width: 250px;
  transform: rotate(20deg);
}

.line-2 {
  top: 35%;
  left: 28%;
  width: 200px;
  transform: rotate(-25deg);
  animation-delay: 0.5s;
}

.line-3 {
  top: 18%;
  left: 42%;
  width: 240px;
  transform: rotate(18deg);
  animation-delay: 1s;
}

.line-4 {
  top: 48%;
  left: 48%;
  width: 220px;
  transform: rotate(-30deg);
  animation-delay: 1.5s;
}

.line-5 {
  top: 28%;
  left: 62%;
  width: 180px;
  transform: rotate(70deg);
  animation-delay: 2s;
}

.line-6 {
  top: 65%;
  left: 68%;
  width: 250px;
  transform: rotate(160deg);
  animation-delay: 0.8s;
}

.line-7 {
  top: 75%;
  left: 45%;
  width: 300px;
  transform: rotate(-145deg);
  animation-delay: 1.3s;
}

.line-8 {
  top: 55%;
  left: 20%;
  width: 200px;
  transform: rotate(70deg);
  animation-delay: 1.8s;
}

.line-9 {
  top: 78%;
  left: 15%;
  width: 280px;
  transform: rotate(-25deg);
  animation-delay: 2.2s;
}

.line-10 {
  top: 15%;
  left: 80%;
  width: 220px;
  transform: rotate(130deg);
  animation-delay: 0.4s;
}


@keyframes jeaLinePulse {

  0%,
  100% {
    opacity: 0.25;
  }

  50% {
    opacity: 0.9;
  }

}


/* =========================================
   FLOATING PARTICLES
========================================= */

.jea-particles {
  position: absolute;
  inset: 0;
  z-index: -1;
}


.jea-particles span {
  position: absolute;

  width: 3px;
  height: 3px;

  border-radius: 50%;

  background: #4dcfff;

  box-shadow:
    0 0 10px #00aaff;

  animation:
    jeaParticleFloat
    8s linear infinite;
}


/* =========================================
   PARTICLE POSITIONS
========================================= */

.jea-particles span:nth-child(1) {
  left: 10%;
  top: 80%;
}

.jea-particles span:nth-child(2) {
  left: 25%;
  top: 90%;
  animation-delay: 1s;
}

.jea-particles span:nth-child(3) {
  left: 35%;
  top: 70%;
  animation-delay: 2s;
}

.jea-particles span:nth-child(4) {
  left: 50%;
  top: 85%;
  animation-delay: 3s;
}

.jea-particles span:nth-child(5) {
  left: 65%;
  top: 75%;
  animation-delay: 4s;
}

.jea-particles span:nth-child(6) {
  left: 80%;
  top: 90%;
  animation-delay: 5s;
}

.jea-particles span:nth-child(7) {
  left: 90%;
  top: 60%;
  animation-delay: 1.5s;
}

.jea-particles span:nth-child(8) {
  left: 15%;
  top: 50%;
  animation-delay: 2.5s;
}

.jea-particles span:nth-child(9) {
  left: 40%;
  top: 40%;
  animation-delay: 3.5s;
}

.jea-particles span:nth-child(10) {
  left: 75%;
  top: 45%;
  animation-delay: 4.5s;
}

.jea-particles span:nth-child(11) {
  left: 55%;
  top: 20%;
  animation-delay: 5.5s;
}

.jea-particles span:nth-child(12) {
  left: 85%;
  top: 25%;
  animation-delay: 6s;
}


@keyframes jeaParticleFloat {

  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0.8;
  }

  100% {
    transform: translateY(-500px);
    opacity: 0;
  }

}


/* =========================================
   CONTENT
========================================= */

.jea-ai-content {
  position: relative;
  z-index: 10;

  width: 1200px;
  max-width: 90%;

  margin: auto;

  padding: 100px 0;
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media (max-width: 768px) {

  .jea-ai-network {
    min-height: 650px;
  }

  .jea-grid {
    opacity: 0.12;
  }

  .jea-node {
    transform: scale(0.7);
  }

  .jea-line {
    opacity: 0.4;
  }

  .jea-orb {
    opacity: 0.1;
  }

}


/* =========================================
   FUTURISTIC GRID
========================================= */

.ai-grid-overlay {

    position: absolute;

    inset: 0;

    z-index: 3;

    pointer-events: none;

    opacity: 0.25;

    background-image:

        linear-gradient(
            rgba(255,255,255,0.06) 1px,
            transparent 1px
        ),

        linear-gradient(
            90deg,
            rgba(255,255,255,0.06) 1px,
            transparent 1px
        );

    background-size: 70px 70px;

    mask-image:
        linear-gradient(
            to right,
            black,
            transparent 90%
        );

    animation:
        gridMove 15s linear infinite;

}


@keyframes gridMove {

    from {
        background-position: 0 0;
    }

    to {
        background-position: 70px 70px;
    }

}


/* =========================================
   AI SCANNING LINE


.ai-scan-line {

    position: absolute;

    z-index: 5;

    top: 0;

    left: 0;

    width: 100%;

    height: 2px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.9),
            transparent
        );

    box-shadow:

        0 0 12px rgba(255,255,255,0.8),

        0 0 30px rgba(255,255,255,0.4);

    animation:

        aiScan 5s ease-in-out infinite;

}


@keyframes aiScan {

    0% {

        top: 5%;

        opacity: 0;

    }

    10% {

        opacity: 1;

    }

    50% {

        top: 95%;

        opacity: 1;

    }

    60% {

        opacity: 0;

    }

    100% {

        top: 5%;

        opacity: 0;

    }

}
========================================= */

/* =========================================
   AI SYSTEM STATUS
========================================= */

.ai-status-panel {

    position: absolute;

    top: 35px;

    right: 50px;

    z-index: 8;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 10px 16px;

    font-family: monospace;

    font-size: 11px;

    letter-spacing: 1.5px;

    color: #4CAF50;

    border:

        1px solid
        rgba(255,255,255,0.25);

    background:

        rgba(0,0,0,0.35);

    backdrop-filter: blur(10px);

    animation:

        statusAppear 1.5s ease forwards;

}


.ai-status-panel strong {

    font-weight: 700;

    letter-spacing: 1px;

}


.ai-status-dot {

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background: #4CAF50;

    box-shadow:

        0 0 8px rgba(255,255,255,0.9),

        0 0 20px rgba(255,255,255,0.5);

    animation:

        statusPulse 1.5s infinite;

}


@keyframes statusPulse {

    0%,
    100% {

        opacity: 1;

        transform: scale(1);

    }

    50% {

        opacity: 0.4;

        transform: scale(0.7);

    }

}


@keyframes statusAppear {

    from {

        opacity: 0;

        transform: translateY(-20px);

    }

    to {

        opacity: 1;

        transform: translateY(0);

    }

}


/* =========================================
   FLOATING AI DATA
========================================= */

.ai-floating-data {

    position: absolute;

    z-index: 3;

    padding: 8px 12px;

    color:
        rgba(255,255,255,0.75);

    font-family: monospace;

    font-size: 9px;

    letter-spacing: 1px;

    border-left:

        2px solid
        rgba(255,255,255,0.7);

    background:

        rgba(0,0,0,0.25);

    backdrop-filter: blur(5px);

    animation:

        dataFloat 4s ease-in-out infinite;

}


.ai-data-1 {

    top: 25%;

    right: 12%;

}


.ai-data-2 {

    bottom: 25%;

    right: 18%;

    animation-delay: 1s;

}


.ai-data-3 {

    top: 49%;

    left: 52%;

    animation-delay: 2s;

}


@keyframes dataFloat {

    0%,
    100% {

        transform: translateY(0);

        opacity: 0.5;

    }

    50% {

        transform: translateY(-8px);

        opacity: 1;

    }

}


/* =========================================
   PARTICLES
========================================= */

.ai-particles span {

    position: absolute;

    z-index: 4;

    width: 3px;

    height: 3px;

    background: #fff;

    border-radius: 50%;

    box-shadow:

        0 0 10px
        rgba(255,255,255,0.8);

    animation:

        particleFloat
        6s ease-in-out infinite;

}


.ai-particles span:nth-child(1) {

    left: 15%;

    top: 20%;

}


.ai-particles span:nth-child(2) {

    left: 30%;

    top: 70%;

    animation-delay: 1s;

}


.ai-particles span:nth-child(3) {

    left: 45%;

    top: 30%;

    animation-delay: 2s;

}


.ai-particles span:nth-child(4) {

    left: 60%;

    top: 80%;

    animation-delay: 3s;

}


.ai-particles span:nth-child(5) {

    left: 75%;

    top: 25%;

    animation-delay: 1.5s;

}


.ai-particles span:nth-child(6) {

    left: 85%;

    top: 60%;

    animation-delay: 2.5s;

}


.ai-particles span:nth-child(7) {

    left: 55%;

    top: 50%;

    animation-delay: 3.5s;

}


.ai-particles span:nth-child(8) {

    left: 25%;

    top: 45%;

    animation-delay: 4s;

}


@keyframes particleFloat {

    0%,
    100% {

        transform: translateY(0);

        opacity: 0.2;

    }

    50% {

        transform: translateY(-20px);

        opacity: 1;

    }

}
.new-card-shd{
    background: rgba(15,17,25,.75);
    backdrop-filter: blur(18px);
    border:1px solid rgba(255,255,255,.08);
    box-shadow:
        0 20px 50px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.05);
}

.new-card-shd{
    position:relative;
    overflow:hidden;
}

.new-card-shd::before{
    content:"";
    position:absolute;
    inset:-2px;
    background:linear-gradient(
        120deg,
        transparent,
        #0b50a2a8,
        transparent
    );
    animation:borderMove 5s linear infinite;
    opacity:.35;
}

.new-card-shd::after{
    content:"";
    position:absolute;
    inset:1px;
}



@keyframes borderMove{
    from{transform:translateX(-100%);}
    to{transform:translateX(100%);}
}


/* ==========================================
   PAGE LOADER
========================================== */

#jea-page-loader {
    position: fixed;
    inset: 0;
    z-index: 999999;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle at center,
            #0b2235 0%,
            #030911 45%,
            #010307 100%
        );

    transition:
        opacity 0.6s ease,
        visibility 0.6s ease;
}


/* HIDE LOADER */

#jea-page-loader.jea-loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


/* CONTENT */

.jea-loader-content {
    width: 320px;
    max-width: 90%;
    text-align: center;
}


/* LOGO */

.jea-loader-logo {
    margin-bottom: 35px;

    color: #ffffff;

    font-size: 24px;
    font-weight: 700;

    letter-spacing: 5px;
}

.jea-loader-logo span {
    color: #00cfff;

    text-shadow:
        0 0 10px rgba(0, 207, 255, .8),
        0 0 25px rgba(0, 207, 255, .5);
}


/* ==========================================
   LOADER RING
========================================== */

.jea-loader-ring {
    position: relative;

    width: 110px;
    height: 110px;

    margin: 0 auto 30px;

    border-radius: 50%;

    border:
        2px solid rgba(0, 207, 255, .15);

    border-top-color: #00cfff;
    border-right-color: #00cfff;

    animation:
        jeaRotate 1.5s linear infinite;

    box-shadow:
        0 0 25px rgba(0, 207, 255, .15);
}


@keyframes jeaRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


/* CENTER CORE */

.jea-loader-core {
    position: absolute;

    top: 50%;
    left: 50%;

    width: 35px;
    height: 35px;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background: #00cfff;

    box-shadow:
        0 0 10px #00cfff,
        0 0 30px rgba(0, 207, 255, .7);

    animation: jeaPulse 1.5s ease-in-out infinite;
}


@keyframes jeaPulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(.8);
        opacity: .6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

}


/* ==========================================
   STATUS
========================================== */

.jea-loader-status {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    color: #ffffff;

    font-size: 11px;

    letter-spacing: 2px;
}


/* STATUS DOT */

.jea-loader-dot {

    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #00cfff;

    box-shadow:
        0 0 10px #00cfff;

    animation:
        jeaStatusPulse 1s infinite;
}


@keyframes jeaStatusPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }

}


/* ==========================================
   PROGRESS BAR
========================================== */

.jea-loader-progress {

    position: relative;

    height: 2px;

    margin-top: 25px;

    overflow: hidden;

    background: rgba(255, 255, 255, .1);
}


.jea-loader-progress span {

    position: absolute;

    left: 0;
    top: 0;

    width: 40%;
    height: 100%;

    background: #00cfff;

    box-shadow:
        0 0 10px #00cfff;

    animation:
        jeaProgress 1.5s ease-in-out infinite;
}


@keyframes jeaProgress {

    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(350%);
    }

}


/* ==========================================
   LOADING TEXT
========================================== */

.jea-loader-text {

    margin-top: 15px;

    color: rgba(255, 255, 255, .4);

    font-size: 9px;

    letter-spacing: 2px;
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .jea-loader-logo {
        font-size: 20px;
    }

    .jea-loader-ring {
        width: 90px;
        height: 90px;
    }

}