/* || 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: 14px;
    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: "Manrope", sans-serif;
}

/* || HEADER || */
.is-wrapper div.is-section.is-header, .is-header {
    background-color: #FFFFFF;
    color:#454545;
    border-bottom:1px solid #F4F4F4;
    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: #454545;
}

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

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

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

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#70AE4E;
     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 .text-logo {
    color: #454545;
}

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

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

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

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

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

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


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

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

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


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

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

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: #454545;
     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: #454545;
    background-color: transparent;
}

header .dropdown.menu li ul.submenu {
    background: linear-gradient(90deg, #70AE4E 0%, #2874A6 100%) !important;
    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: #454545;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    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;
    left: auto;
      right: 5px;
    top: 31%;
    margin-top: 7px;
    border: outset 2px;
    border-color: #454545 #454545 transparent transparent;
    transform: rotate(45deg);
}

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

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #FFFFFF 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 transparent transparent transparent;
}

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

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

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

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

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

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

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

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

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


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

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

.new-header .button.hollow {
    background:transparent;
    color:#454545;
    border:1px solid #70AE4E;
}

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

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

.column.full {
    width: 100%;
}

.sidenav-container {
    background-color: #70AE4E;
    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:#70AE4E;
    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 #F4F4F4;
    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: #70AE4E;
    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: #70AE4E;
    color: #FFFFFF;
}

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

.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 #F4F4F4;
    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;
}
/* ---------- Header shell ---------- */
#header .header7-centered {
  padding-top: 0;
  padding-bottom: 0;
}

#header .logo-container img {
  max-height: 130px;
  width: auto;
  display: inline-block;
}

/* ---------- Right side: nav + phone + CTA on one row ---------- */
#header .header-right-inner {
  display: flex;
  gap: 1rem;
}

#header .header-nav .menu.level-1 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.custom-grid-container {
    max-width: 1300px;
}
#header .header-nav .menu.level-1 > li > a {
    color: #454545;
    padding: 0.5rem 0.9rem;
    white-space: nowrap;
    transition: color 0.2s ease;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0%;
}

#header .header-nav .menu.level-1 > li > a:hover,
#header .header-nav .menu.level-1 > li.active > a {
  color: #1f7a4d;
}

/* Dropdown caret shown as a chevron (matches "Services >") */

#header .header-nav .is-dropdown-submenu {
  border: 0;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 0.4rem 0;
  min-width: 220px;
}

#header .header-nav .is-dropdown-submenu > li > a {
    padding: 1rem 1rem;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    white-space: nowrap;
}

#header .header-nav .is-dropdown-submenu > li > a:hover {
  background: #f4f7f5;
  color: #1f7a4d;
}

/* ---------- Phone ---------- */
#header .header-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.75rem;
  margin: 0;
}

#header .header-phone a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #454545;
    white-space: nowrap;
    padding: 0;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0%;
}

#header .header-phone i {
    font-size: 1.05rem;
background: linear-gradient(90deg, #70AE4E 0%, #2B76A3 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

#header .header-phone a:hover {
  color: #1f7a4d;
}

/* ---------- Gradient CTA pill ---------- */


#header .button.gradient-btn:hover,
#header .button.gradient-btn:focus {
  filter: brightness(1.07);
  transform: translateY(-1px);
  color: #fff;
}

#header .button.hollow {
  border-radius: 999px;
  padding: 0.85rem 1.5rem;
  white-space: nowrap;
}
#footer {
  background: #ece5d8;
  color: #3f4a52;
}

#footer .footer5 {
  padding-bottom: 2rem;
}

/* ---------- Logo column ---------- */
#footer .footer5 > .cell.large-4:first-child img {
  width: auto;
  display: inline-block;
}

/* Vertical divider after the logo column (desktop only) */




/* ---------- Column headings ---------- */
#footer h6 {
    color: #2874A6;
    margin-bottom: 1.25rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    text-transform: uppercase;
}

/* ---------- Contact list ---------- */
#footer .mobile-footer-menu.vertical > li {
  margin-bottom: 1.1rem;
  width: 100%;
}

#footer .mobile-footer-menu.vertical > li > a {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0;
  line-height: 1.55;
  color: #3f4a52;
  transition: color 0.2s ease;
}
img.footer-con-icon {
    position: relative;
    top: 3px;
}
#footer .mobile-footer-menu.vertical > li > a:hover {
  color: #2f7fb5;
}

#footer .mobile-footer-menu.vertical > li > a i {
  color: #2f7fb5;
  font-size: 1.05rem;
  line-height: 1.55;
  flex: 0 0 auto;
}

#footer .mobile-footer-menu.vertical > li > a span {
  max-width: 20rem;
}

/* ---------- Updates column ---------- */
#footer .footer5 .button {
  display: inline-block;
  background: linear-gradient(90deg, #5aa943 0%, #3f9a7a 55%, #2f7fb5 100%);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 0 1.5rem;
  transition: filter 0.2s ease, transform 0.2s ease;
}

#footer .footer5 .button:hover,
#footer .footer5 .button:focus {
  filter: brightness(1.07);
  transform: translateY(-1px);
  color: #fff;
}

/* ---------- Social icons ---------- */
#footer .menu.size-30 {
  display: flex;
  justify-content: flex-start;
  gap: 0.65rem;
  margin: 0;
}

#footer .menu.size-30 > li > a {
  padding: 0;
}

#footer .menu.size-30 > li > a:hover {
  background: #2f7fb5;
  color: #fff;
}

/* ---------- Copyright bar ---------- */
#footer > .grid-x:last-child {
  background: #2c76ab;
  padding: 1.1rem 1rem;
  margin: 0;
  width: 100%;
}

#footer .copyright {
  color: #dfeaf3;
  font-size: 0.95rem;
  margin: 0;
}

#footer .copyright a {
  color: #dfeaf3;
  text-decoration: none;
}

#footer .copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
/* ---------- Responsive ---------- */
.bnl-0 .bn-overlay{display:none}
.bnl-0 .pos-ab-ban{z-index:3}
.bnl-0 .bn-content{max-width:580px;text-align:left;margin-left:0;margin-right:auto;padding:30px 28px;border-radius:30px;background:rgba(15,23,42,0.85);}



.bnl-0 .bn-content p:last-child{margin-bottom:0}




/* Customizations */
.bnl-0 .bn-content{background:rgba(255, 255, 255, 0.8) !important;padding:40px 50px !important}




.section-sub-heading {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2f7fb5;
  margin-bottom: 1.25rem;
}

.section-sub-heading i {
  color: #5aa943;
  font-size: 1.35rem;
  letter-spacing: 0;
}

/* ---------- Main heading ---------- */
.section-main-heading {
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  color: #33383d;
  margin-bottom: 1.5rem;
}

/* ---------- Body copy ---------- */


/* ---------- Checklist ---------- */
.list {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
}

.list li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1rem;
    color: #3f4a52;
    list-style: none;
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
}



/* Green circle */
.list li::before {
  content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31375/theme/49275/img/mdi_tick-circle.webp);
  position: absolute;
  left: 0;

}



/* ---------- Accent quote ---------- */
blockquote {
    border-left: 1px solid #2874A6;
    margin-left: 10px;
    padding: 0rem 0 0rem 1.35rem;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    max-width: 28rem;
    background: linear-gradient(90deg, #70AE4E 0%, #2874A6 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* ---------- Button ---------- */
.button {
    color: #FFFFFF!important;
    background: linear-gradient(90deg, #70AE4E 0%, #2874A6 100%)!important;
    border: 0;
    padding: 1rem 1.5rem!important;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
    transition: filter 0.2s ease, transform 0.2s ease;
    font-family: "Manrope", sans-serif;;
    font-weight: 700;
    font-size: 14px!important;
    line-height: 24px!important;
    letter-spacing: 0%;
    display:inline-block!important;
}

.button:hover,
.button:focus {
  filter: brightness(1.07);
  transform: translateY(-1px);
  color: #fff;
}
.card {
    background: linear-gradient(345deg, #70AE4E 0%, #2874A6 65%) !important;
    border-radius: 25px;
    overflow: hidden;
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.cream-bg2 {
    background: #E9E2D6 !important;
}
.card > .cell {
  box-sizing: border-box;
  padding: 0;
}

.card > .cell.large-8 {
  flex: 0 0 66.6667%;
  max-width: 66.6667%;
  display: flex;
  align-items: center;
}

.card > .cell.large-8 > .grid-x {
  width: 100%;
  padding: 3.5rem 2rem;
  box-sizing: border-box;
}

.card > .cell.large-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  align-self: stretch;
}

.card img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  margin: 0;
}

/* ---------- List 2 ---------- */
.list2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list2 li {
    position: relative;
    padding: 0 0 1rem 1.75rem;
    margin-bottom: 1.5rem;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    list-style: none;
}
.list2 li:last-child {
  margin-bottom: 0;
}

/* CSS-drawn chevron — no icon font needed */
.list2 li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.5rem;
  width: 7px;
  height: 7px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  transform: rotate(45deg);
}

.list2 li::marker {
  content: "";
}

.card2 {
    background: #fff;
    border-radius: 22px;
    padding: 3rem 3.25rem;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.card2 h3 {
  font-size: 1.55rem;
  line-height: 1.35;
  font-weight: 600;
  color: #33383d;
  margin: 0 0 1.1rem;
  text-transform: none;
  letter-spacing: 0;
}

.card2 p {
  margin-bottom: 1.75rem;
  max-width: none;
}

/* ---------- Accent quote ---------- */

/* Dotted divider between adjacent icon cells */
.cell.large-3.border-mid + .cell.large-3.border-mid {
  border-left: 2px dotted #b9c4cc;
}
img.heading-icon.second{
    height: auto;
}
.serv-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}


.serv-card>img {
  object-fit: cover;
  display: block;
  border-radius: 0;
  margin: 0;
}
.serv-card p {
    margin: 1.75rem 2.5rem 0.85rem;
}
.serv-slider .cell {
    margin: 0px 10px;
}
.serv-card h4, .serv-card h3 {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 1.75rem 1.75rem 0.85rem;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    background: linear-gradient(180deg, #70AE4E 0%, #2874A6 75%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.serv-card h4 i {
  color: #5aa943;
  font-size: 1.2rem;
  line-height: 1.35;
  flex: 0 0 auto;
}
/* ---------- serv-slider arrows ---------- */
.serv-slider .slick-prev,
.serv-slider .slick-next {
  position: absolute;
  top: 53%;
  z-index: 5;
  width: 62px;
  opacity:1;
  height: 62px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #6fb455 0%, #4a9b83 55%, #2f7fb5 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  transform: translateY(-50%);
  transition: filter 0.2s ease, transform 0.2s ease;
}
.serv-slider .slick-prev {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31375/theme/49275/img/left%20arrow.webp) !important;
}
.serv-slider .slick-next {
    background: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31375/theme/49275/img/right%20arrow.webp) !important;
}
.serv-slider .slick-prev { left: -1.5rem; }
.serv-slider .slick-next { right: -1.5rem; }

.serv-slider .slick-prev:hover,
.serv-slider .slick-next:hover {
  filter: brightness(1.1);
}

.serv-slider .slick-prev:focus,
.serv-slider .slick-next:focus {
  outline: none;
}
ul.list4 li {
    list-style-position: outside;
    margin-bottom: 10px;
}
.card4 h2, .card4 h3, .card4 h4, .card4 p, .card4 li {
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}



.serv-slider .slick-next::after {
  transform: translate(-2px, -50%) rotate(45deg);
}

.serv-slider .slick-prev::after {
  transform: translate(-18px, -50%) rotate(-135deg);
}

/* Disabled state (only shows if infinite is turned off) */
.serv-slider .slick-prev.slick-disabled,
.serv-slider .slick-next.slick-disabled {
  opacity: 0.45;
  cursor: default;
}


.card4 {
  background: linear-gradient(100deg, #2c76ab 0%, #2f8399 35%, #3f9a83 65%, #56a75c 100%);
  border-radius: 45px;
  padding: 4.5rem 4rem;
  box-sizing: border-box;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.card4 > .grid-x > .cell {
  box-sizing: border-box;
}

.faq-v1{position:relative;background:#fff;padding:90px 0}
.faq-v1 .is-boxes{width:100%}
.faq-v1 .section-eyebrow{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#e74c3c;text-align:center;margin-bottom:14px}

.faq-v1 .section-sub{font-size:17px;color:#64748b;text-align:center;max-width:500px;margin:0 auto 60px;line-height:1.7}
.faq-v1 .faq-item details[open] {
    border-bottom: none !important;
}

.faq-v1 details{padding:0}
.faq-v1 details summary{list-style:none;cursor:pointer;padding:22px 0;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:16px;font-weight:700;color:#1e293b;user-select:none}
.faq-v1 details summary::-webkit-details-marker{display:none}

.faq-v1 .faq-icon{width:28px;height:28px;border-radius:50%;background:transparent;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .25s}
.faq-v1 details[open] .faq-icon{transform:rotate(45deg)}

.faq-v1 .faq-answer{font-size:15px;color:#64748b;line-height:1.75;padding:0 0 22px 0;max-width:760px}

.banner-main-heading, .section-sub-heading {
    font-family: "Inter", sans-serif;
    font-weight: 700 ;
    font-size: 16px ;
    line-height: 100% ;
    letter-spacing: 10% ;
    text-transform: uppercase;
    background: linear-gradient(90deg, #70AE4E 0%, #2874A6 30%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.banner-main-heading{
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.section-sub-heading2 {
  font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #454545;
}
.article-body.rte h2, .article-body.rte h3, .article-body.rte h4, .article-body.rte h5 {
  font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #454545;
        margin-top: 36px;
}
.is-content-1300{
 max-width:1300px;   
}
.banner-sub-heading {
  font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0%;
    color: #454545;
    margin-bottom: 15px;
}
.new-blog-page-type .article-body, .new-blog-page-type .article-body p {
    font-size: 14px;
    font-weight: 400;
}
.section-main-heading {
  font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0%;
    color: #454545;
    margin-bottom: 10px;
}
img.heading-icon{
    margin-right: 15px;
}
.gradiant-color {
    background: linear-gradient(0deg, #70AE4E 0%, #2874A6 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-padding-1 {
    padding: 20px 0px !important;
}
.section-padding-2 {
    padding: 40px 0px !important;
}
.section-padding-3 {
    padding: 60px 0px !important;
}
.section-padding-4 {
    padding: 80px 0px !important;
}
.section-padding-5 {
    padding: 100px 0px !important;
}
.section-padding-top-1 {
    padding-top: 20px!important;
}
.section-padding-top-2 {
    padding-top: 40px!important;
}
.section-padding-top-3 {
    padding-top: 60px !important;
}
.section-padding-top-4 {
    padding-top: 80px!important;
}
.section-padding-top-5 {
    padding-top: 100px !important;
}
.section-padding-bottom-1 {
    padding-bottom:20px !important;
}
.section-padding-bottom-2 {
    padding-bottom:40px !important;
}
.section-padding-bottom-3 {
    padding-bottom: 60px !important;
}
.section-padding-bottom-4 {
    padding-bottom:80px !important;
}
.section-padding-bottom-5 {
    padding-bottom: 100px !important;
}
.cream-bg {
    background: #F7F4ED !important;
}
.faq-v1 {
  position: relative;
  background: linear-gradient(105deg, #4f9a58 0%, #3f9273 38%, #2b83a8 70%, #1f78bd 100%);
  padding: 90px 0 110px;
  overflow: hidden;
}

.faq-v1 .is-box-centered,
.faq-v1 .is-boxes {
  background: transparent;
}

.faq-v1 .grid-x {
  align-items: center;   /* vertically centres the heading against the list */
}

/* ---------- Left heading ---------- */


/* ---------- Item shell ---------- */
.faq-v1 .faq-item {
  position: relative;
}

.faq-v1 .faq-item details {
  position: relative;
  padding: 0 56px 0 34px;      /* room for icon right, accent bar left */
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  transition: border-color 0.3s ease;
}

/* left accent bar (hidden until open) */
.faq-v1 .faq-item details::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #c3d16f;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.faq-v1 .faq-item details[open] {
  border-bottom-color: transparent;
}

.faq-v1 .faq-item details[open]::before {
  opacity: 1;
}

/* ---------- Question row ---------- */
.faq-v1 .faq-item summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    color: #ffffff;
    font-size: clamp(1.0625rem, 1.35vw, 1.375rem);
    font-weight: 500;
    line-height: 1.35;
    padding: 22px 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
}

.faq-v1 .faq-item summary::-webkit-details-marker,
.faq-v1 .faq-item summary::marker {
  display: none;
  content: "";
}

.faq-v1 .faq-item summary:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 4px;
  border-radius: 4px;
}

/* ---------- Circle +/× icon ---------- */
.faq-v1 .faq-item .faq-icon {
  position: absolute;
  right: -40px;
  top: 26px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  flex: 0 0 auto;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.faq-v1 .faq-item .faq-icon svg {
  width: 10px;
  height: 10px;
  display: block;
}

.faq-v1 .faq-item .faq-icon svg path {
  stroke: #ffffff;          /* overrides the inline slate stroke */
  stroke-width: 2;
}

.faq-v1 .faq-item details[open] .faq-icon {
  transform: rotate(45deg);  /* + becomes × */
}

/* ---------- Answer ---------- */
.faq-v1 .faq-item .faq-answer {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9375rem;
  line-height: 1.6;
  max-width: 640px;
  padding: 0 0 26px;
  margin-top: -6px;
}

/* subtle open animation */
.faq-v1 .faq-item details[open] .faq-answer {
  animation: faqReveal 0.32s ease both;
}
.gradiant-bg {
    background: linear-gradient(90deg, #549870 0%, #2c77a0 100%) !important;
}
.gradiant-bg h2,.gradiant-bg h3,.gradiant-bg h4,.gradiant-bg p,.gradiant-bg li,.gradiant-bg a{
    color:#FFFFFF!important;
}
@keyframes faqReveal {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Spacing between items ---------- */
.faq-v1 .faq-item + .faq-item {
  margin-top: 18px;
}
.footer-padding-sec-1 {
    padding: 10px 0px;
}
.footer-padding-sec-2 {
    padding: 25px 20px 25px 60px !important;
}
.footer-padding-sec-3 {
    padding: 25px 20px 25px 60px !important;
}
.inner-tab {
    padding: 2rem 1rem;
}
a.cta-link {
    font-weight: 700;
}
.double-buttons span {
    margin: 0px 10px 10px 0px;
    display: inline-block;
}

.seo-text {
    font-family: "Inter", sans-serif;
    line-height: 1.5;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
}
.testimonials-v6{position:relative;background:linear-gradient(135deg,#f093fb 0%,#f5576c 50%,#fda085 100%);padding:100px 0;overflow:hidden}
.testimonials-v6 .is-boxes{position:relative;z-index:1;width:100%}
.testimonials-v6 .section-heading{font-size:clamp(28px,3.5vw,48px);color:#fff;font-weight:800;text-align:center;line-height:1.1;margin-bottom:56px;letter-spacing:-.5px;text-shadow:0 2px 20px rgba(0,0,0,.1)}
.testimonials-v6 .glass-card{background:rgba(255,255,255,.2);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.4);border-radius:24px;padding:36px;height:100%;transition:all .3s}
.testimonials-v6 .glass-card:hover{background:rgba(255,255,255,.3);transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,.12)}
.testimonials-v6 .gc-qmark{font-size:60px;font-family:Georgia,serif;color:rgba(255,255,255,.45);line-height:.8;margin-bottom:12px;display:block}
.testimonials-v6 .gc-text{font-size:15.5px;color:#fff;line-height:1.8;margin-bottom:24px;font-style:italic}
.testimonials-v6 .gc-footer{display:flex;align-items:center;gap:14px;padding-top:18px;border-top:1px solid rgba(255,255,255,.25)}
.testimonials-v6 .gc-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.6)}
.testimonials-v6 .gc-name{font-size:14px;font-weight:700;color:#fff}
.testimonials-v6 .gc-role{font-size:12px;color:rgba(255,255,255,.75);margin-top:2px}
.testimonials-v6 .gc-stars{margin-bottom:14px;display:flex;gap:3px}
.testimonials-v6 .gc-star{width:14px;height:14px;fill:#fff}

.contact-icon svg {
    fill: #FFFFFF;
    width: 50px;
    height: 50px;
}
.contact-icon {
    border-top: 3px dashed #FFFFFF;
    border-right: 5px dashed #FFFFFF;
    border-bottom: 5px solid #FFFFFF;
    border-left: 4px solid #FFFFFF;
    display: inline-block;
    margin-bottom: 1rem;
    padding: 25px;
    border-radius: 50%;
}
.inner-banner.blog-banner {
    left: 80px;
    margin: 0px;
    width:500px;
}
@media screen and (min-width: 1024px) {
      #footer .footer5 > .cell.large-4:first-child {
    border-right: 1px solid #2874A6;
  }
    .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:#454545;
}

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 #2874A6;
    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 #2874A6;
    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: #454545;
}

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

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

.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/31375/theme/49275/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

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

.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:#454545;
    font-weight:500;
}

.text-primary {
     color:#70AE4E;
}

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 */


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

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

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

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

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

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

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

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

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

.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 #70AE4E;
    font-weight:600;
    background:transparent;
}

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


@media screen and (max-width: 1024px) {
.inner-banner.blog-banner {
    left: 0px;
    margin: 0px;
    width: 450px;
}
    .bnl-0 .bn-content {
    padding: 15px 30px !important;
}
    .banner-main-heading, .section-sub-heading {
    font-size: 14px;
    }
    .banner-sub-heading {
    font-size: 30px;
    line-height: 40px;
}
#header .header-right-inner {
    display: flex;
    gap: 1rem;
    flex-direction: column-reverse;
    align-content: flex-end;
    flex-wrap: wrap;
}
#header .header-actions {
    justify-content: flex-end;
}
}
@media screen and (max-width: 1023.5px) {
    .main-blog-banner img {
    content: url(https://s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31375/theme/49275/img/blog%20m.webp);
}
        .inner-banner.blog-banner {
        left: 0px;
        margin: 0px;
        width: 100%;
        position: relative;
        background: #E9E2D6 !important;
        padding: 30px 0px 50px;
    }

        .bnl-0 .bn-content {
    padding: 40px 50px !important;
}
        .banner-main-heading, .section-sub-heading {
    font-size: 16px;
    }
    .banner-sub-heading {
    font-size: 40px;
    line-height: 50px;
}
    aside.sidenav .menu.accordion-menu li a {
    background: #E9E2D6 !important;
    color: #454545;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
}
aside.sidenav .menu.accordion-menu li a span {
    padding: 0px !important;
}
    .footer-padding-sec-2 {
    padding: 25px 15px 25px 15px !important;
}
.footer-padding-sec-3 {
    padding: 25px 15px 25px 15px !important;
}
.serv-slider ul.slick-dots {
    bottom: -25px;
}
    .serv-card {
    max-width: 400px;
    margin: 0px auto;
    }
.cell.large-3.border-mid + .cell.large-3.border-mid {
    border-left: none;
}
.align-middle-sm {
    justify-content: center;
}
    .list2 li:last-child {
    margin-bottom: 1.1rem;
}
    .card > .cell.large-8 {
    max-width: 100%;
    display: block;
    align-items: center;
}
.card > .cell.large-4 {
    flex: 0 0 33.3333%;
    max-width: 100%;
    align-self: stretch;
}
    .card {
        display: block;
        max-width: 455px;
        margin: 0px auto;
    }
    .header-side-menu {
    position: absolute;
    right: 0px;
    top: 50px;
}
    #header .header-right-inner {
        align-content: center;
    }
     .card > .cell.large-8 { padding: 2rem 1rem; }
  .card img { min-height: 280px; }
  .list2 li { margin-bottom: 1.1rem; }
    .bnl-0 .bn-content {
        background: #E9E2D6 !important;
        width: 100%;
        max-width: 100%;
        border-radius: 0px;
    }
 
 #footer .footer5 { text-align: center; }
  #footer .footer5 > .cell.large-4:first-child img { max-height: 150px; }
  #footer h6 { margin-top: 1.5rem; }
  #footer .mobile-footer-menu.vertical > li > a { justify-content: center; }
  #footer .mobile-footer-menu.vertical > li > a span { max-width: none; }
  #footer .menu.size-30 { justify-content: center; }
  #footer .copyright { font-size: 0.85rem; }

  #header .header-right-inner { justify-content: flex-end; }
    .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:14px;
    }
    .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 #F4F4F4;
    }
    #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;
    }
 
    .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;
    }

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

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

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

.is-section-guide p.lead {
    color:#454545;
}
.is-section-guide a.button {
    background:#454545;
    color:#FFFFFF;
}

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

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

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

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

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


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

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

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

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

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


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

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

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

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



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

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

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

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

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

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

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

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

    header .border-top-small  {
        border-top:1px solid #F4F4F4;
    }
    
    .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 #F4F4F4;
        border-bottom:1px solid #F4F4F4;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #F4F4F4;
    }
    
    header .mobile-contact-section .head-icons {
        background: #454545;
        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 #F4F4F4;
    }
    
     .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 #F4F4F4;
        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 #2874A6;
        }
       
        
    /* 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;
}
@media screen and (max-width: 500px) {
    .card4 {
    padding: 4.5rem 1rem;
}
    .bnl-0 .bn-content {
        padding: 40px 20px !important;
    }
    .card > .cell.large-8 > .grid-x {
    padding: 3.5rem 0rem;
    margin: 0px;
}
}
@media screen and (max-width: 414px) {
#header .header-actions {
    display: block;
}
a.button.gradient-btn {
    margin: 20px 0px;
}
}