/* || 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: 20px;
    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: #FFFFFF;
    color:#2B2330;
    border-bottom:1px solid #C9A8DC;
    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: #4B186B;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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:#3FB3A8
}

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

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


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

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

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

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

header .ps-cart-text-container {
    color:#FFFFFF;
    background:#4B186B;
    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:#3FB3A8;
}

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

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: #4B186B;
     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: #7A3FA0;
}

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

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #C9A8DC;
    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: #4B186B;
    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 transparent 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 #7A3FA0 transparent transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.new-header ul.dropdown.menu > li.active > a:not(.button) span,
.new-header ul.dropdown.menu > li:hover > a:not(.button) span {
  color :#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: #3FB3A8;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#4B186B;
    border:1px solid #3FB3A8;
}

.new-header-menu-container {
    background:transparent;
}

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

.column.full {
    width: 100%;
}

.sidenav-container {
  /*  background-color: #3FB3A8;*/
    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:#3FB3A8;
    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 #C9A8DC;*/
    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;
}
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
p.align-middle.flex-container.icon-div.add-mob {
    display: block;
}

@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 #7A3FA0;
    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 #7A3FA0;
    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: #C9A8DC;
}

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

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

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

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

footer iframe {
    width:275px;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

aside.sidenav input[type=search]::placeholder {
    color:#2B2330;
    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:#2B2330
}


aside.sidenav .menu.simple {
    background:transparent;
    color: #4B186B;
}

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



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

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

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

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

aside.sidenav .menu.accordion-menu li a {
    background:transparent;
    color: #4B186B;
}

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

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

    header .border-top-small  {
        border-top:1px solid #C9A8DC;
    }
    
    .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 #C9A8DC;
        border-bottom:1px solid #C9A8DC;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #C9A8DC;
    }
    
    header .mobile-contact-section .head-icons {
        background: #4B186B;
        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 #C9A8DC;
    }
    
     .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 #C9A8DC;
        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 #7A3FA0;
        }
       
        
    /* 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;
}




/* ============================================================================
   PVN COACHING — HEADER  (new-header-6 layout)
   Scoped entirely under .new-header-6 so no other section is affected.
   CSS only. No HTML / markup changes required.
   Palette:  Deep Purple #4B186B · Purple #7A3FA0 · Light Purple #C9A8DC
             Turquoise #3FB3A8 (CTA accent) · Ink #2B2330 · Soft #F4EEF8
   Fonts:    Cormorant Garamond (display) · Jost (nav / sans)
   ============================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Jost:wght@400;500;600&display=swap');

.new-header-6 {
    --h-deep:    #4B186B;
    --h-deep-2:  #2B0B3F;
    --h-purple:  #7A3FA0;
    --h-light:   #C9A8DC;
    --h-turq:    #3FB3A8;
    --h-turq-d:  #2E8C83;
    --h-ink:     #2B2330;
    --h-soft:    #F4EEF8;
    --h-line:    rgba(75, 24, 107, 0.10);
    --h-sans:    'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
    --h-serif:   'Cormorant Garamond', Georgia, serif;
    --h-ease:    cubic-bezier(0.22, 1, 0.36, 1);
}

/* ----------------------------------------------------------------------------
   1. SHELL  —  glassy white bar with soft lilac base + bottom hairline
   ---------------------------------------------------------------------------- */
.new-header-6.has-bg {
    background:
        linear-gradient(180deg, #ffffff 0%, #fdfbff 100%);
    border-bottom: 1px solid var(--h-line);
    box-shadow: 0 2px 24px rgba(75, 24, 107, 0.05);
    position: relative;
    z-index: 50;
}
/* thin brand accent line riding the very top edge */
.new-header-6.has-bg::before {
    content: "";
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--h-deep) 0%, var(--h-purple) 45%, var(--h-turq) 100%);
    z-index: 2;
}
.new-header-6 .custom-grid-container {
    padding-top: 18px !important;
    padding-bottom: 0 !important;
    align-items: flex-start !important;
    
}
/* logo cell vertically centers against the whole header height */
.new-header-6 .logo-container { align-self: center; }

/* ----------------------------------------------------------------------------
   2. LOGO
   ---------------------------------------------------------------------------- */
.new-header-6 .logo-container { padding-right: 24px; }
.new-header-6 .logo-container img {
    max-height: 84px;
    width: auto;
}

/* ----------------------------------------------------------------------------
   3. TOP-RIGHT CONTACT STRIP  (email + phone with icon tiles)
   ---------------------------------------------------------------------------- */
.new-header-6 .contact-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 6px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--h-line);
}
.new-header-6 .contact-section > li {
    margin: 0;
    display: flex;
    align-items: center;
    line-height: normal;
}
/* button sits centered against the taller contact rows */
.new-header-6 .contact-section > li.padding-left-1 { margin-left: 6px; }

/* the icon + text link tiles */
.new-header-6 .head-contact-links {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 18px;
    border-radius: 14px;
    text-decoration: none;
    transition: background 0.35s var(--h-ease), transform 0.35s var(--h-ease);
}
.new-header-6 .head-contact-links:hover {
    background: var(--h-soft);
    transform: translateY(-1px);
}

/* round icon tile */
.new-header-6 .head-contact-links .icon-part {
    flex: 0 0 auto;
    width: 42px; height: 42px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: linear-gradient(140deg, var(--h-deep), var(--h-purple));
    color: #fff;
    font-size: 16px;
    box-shadow: 0 6px 16px rgba(75, 24, 107, 0.28);
    transition: transform 0.4s var(--h-ease), box-shadow 0.4s var(--h-ease);
}
/* email tile has no <i>, so paint an envelope glyph in via the turquoise accent */
.new-header-6 .head-contact-links[href^="mailTo"] .icon-part,
.new-header-6 .head-contact-links[href^="mailto"] .icon-part {
    background: linear-gradient(140deg, var(--h-turq), var(--h-turq-d));
    box-shadow: 0 6px 16px rgba(63, 179, 168, 0.32);
}
.new-header-6 .head-contact-links[href^="mailTo"] .icon-part::before,
.new-header-6 .head-contact-links[href^="mailto"] .icon-part::before {
    content: "\f0e0";                       /* fa envelope */
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}
.new-header-6 .head-contact-links .icon-part i {
    line-height: 1;
    color: #3fb3a8;
}
/* override theme rule .menu a.head-contact-links .icon-part { padding-right:20px } */
.new-header-6 .menu a.head-contact-links .icon-part,
.new-header-6 .head-contact-links .icon-part { padding-right: 0; }
.new-header-6 .head-contact-links:hover .icon-part {
    transform: scale(1.08) rotate(-4deg);
}

/* the text block */
.new-header-6 .head-contact-links .text-part {
    line-height: 1.25;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new-header-6 .head-contact-links .heading {
    font-family: var(--h-sans);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--h-turq-d);
    margin-bottom: 2px;
}
.new-header-6 .head-contact-links .below-text {
    font-family: var(--h-sans);
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--h-ink);
    transition: color 0.3s ease;
}
.new-header-6 .head-contact-links:hover .below-text { color: var(--h-deep); }

/* ----------------------------------------------------------------------------
   4. "CONTACT US" BUTTON
   Matched 1:1 to the PVN homepage signature button (.pvn-btn .pvn-btn-accent):
   turquoise pill, rounded-40, uppercase, fill-up-on-hover, lift.
   ---------------------------------------------------------------------------- */
.new-header-6 .button {
    position: relative; overflow: hidden;
    display: inline-block;
    font-family: var(--h-sans);
    font-weight: 600; font-size: 0.78rem;
    letter-spacing: 1.6px; text-transform: uppercase;
    padding: 16px 44px;
    border-radius: 40px;
    background-color: var(--h-turq);
    border: 2px solid var(--h-turq);
    color: #fff !important;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(63, 179, 168, 0.34);
    transition: transform 0.45s var(--h-ease), box-shadow 0.45s var(--h-ease), color 0.4s ease;
    z-index: 1;
}
.new-header-6 .button::before {
    content: ""; position: absolute; z-index: -1; inset: 0;
    background: var(--h-turq-d);
    transform: translateY(101%);
    transition: transform 0.5s var(--h-ease);
}
.new-header-6 .button:hover,
.new-header-6 .button:focus {
    color: #fff !important;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(63, 179, 168, 0.40);
}
.new-header-6 .button:hover::before,
.new-header-6 .button:focus::before { transform: translateY(0); }

/* ----------------------------------------------------------------------------
   5. PRIMARY NAV  (level-1)
   ---------------------------------------------------------------------------- */
.new-header-6 .menu-container {
    display: flex;
    justify-content: flex-end;
    padding: 8px 0 12px;
}
.new-header-6 #mainNav.level-1 {
    background: transparent;
    gap: 2px;
    align-items: center;
}
.new-header-6 #mainNav.level-1 > li { background: transparent; }
.new-header-6 #mainNav.level-1 > li > a {
    font-family: var(--h-sans);
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: var(--h-ink);
    padding: 8px 18px;
    position: relative;
    background: transparent;
    transition: color 0.3s ease;
}
/* animated underline that grows from the left */
.new-header-6 #mainNav.level-1 > li > a::after {
    content: "";
    position: absolute;
    left: 18px; right: 18px; bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--h-purple), var(--h-turq));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s var(--h-ease);
}
.new-header-6 #mainNav.level-1 > li > a:hover::after,
.new-header-6 #mainNav.level-1 > li.active > a::after,
.new-header-6 #mainNav.level-1 > li:hover > a::after {
    transform: scaleX(1);
}
.new-header-6 #mainNav.level-1 > li > a:hover,
.new-header-6 #mainNav.level-1 > li.active > a { color: var(--h-deep); }
.new-header-6 #mainNav.level-1 > li.active > a { font-weight: 600; }

/* override theme rule that turns active/hover nav text WHITE (invisible on
   the white header). Match the theme's span specificity and force brand purple. */
.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-6 #mainNav.level-1 > li.active > a span,
.new-header-6 #mainNav.level-1 > li > a:hover span { color: var(--h-deep) !important; }

/* parent-with-dropdown caret */
.new-header-6 #mainNav .is-dropdown-submenu-parent > a { padding-right: 30px; }
.new-header-6 #mainNav .is-dropdown-submenu-parent > a::before {
    content: "\f078";                        /* fa chevron-down */
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 0.62rem;
    position: absolute;
    right: 0; top: 50%;
    transform: translateY(-50%);
    color: var(--h-purple);
    transition: transform 0.35s var(--h-ease);
}
.new-header-6 #mainNav .is-dropdown-submenu-parent:hover > a::before {
    transform: translateY(-50%) rotate(180deg);
}

/* ----------------------------------------------------------------------------
   6. SERVICES DROPDOWN  (level-2 submenu)
   ---------------------------------------------------------------------------- */
.new-header-6 .is-dropdown-submenu.submenu {
    background: linear-gradient(160deg, var(--h-deep) 0%, var(--h-deep-2) 100%);
    border: 1px solid rgba(201, 168, 220, 0.22);
    border-top: 3px solid var(--h-turq);
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(43, 11, 63, 0.38);
    padding: 10px;
    min-width: 268px;
    overflow: hidden;
}
.new-header-6 .is-dropdown-submenu .is-submenu-item > a {
    font-family: var(--h-sans);
    font-size: 0.84rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.86);
    padding: 11px 16px;
    border-radius: 9px;
    background: transparent;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease, padding-left 0.3s var(--h-ease);
}
.new-header-6 .is-dropdown-submenu .is-submenu-item > a::before {
    content: "";
    position: absolute;
    left: 8px; top: 50%;
    width: 5px; height: 5px;
    border-radius: 50%;
    background: var(--h-turq);
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s var(--h-ease);
}
.new-header-6 .is-dropdown-submenu .is-submenu-item > a:hover,
.new-header-6 .is-dropdown-submenu .is-submenu-item.active > a {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    padding-left: 24px;
}
.new-header-6 .is-dropdown-submenu .is-submenu-item > a:hover::before,
.new-header-6 .is-dropdown-submenu .is-submenu-item.active > a::before {
    transform: translateY(-50%) scale(1);
}
/* submenu text stays white on the dark dropdown in every state */
.new-header-6 .is-dropdown-submenu .is-submenu-item > a span { color: rgba(255, 255, 255, 0.86); }
.new-header-6 .is-dropdown-submenu .is-submenu-item.active > a span,
.new-header-6 .is-dropdown-submenu .is-submenu-item > a:hover span { color: #ffffff !important; }

/* ----------------------------------------------------------------------------
   7. MOBILE  (logo + hamburger + bottom Contact button)
   ---------------------------------------------------------------------------- */
/* hamburger — branded deep-purple rounded square, white bars, soft lift */
.new-header-6 .openMenu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px; height: 46px;
    background: linear-gradient(140deg, var(--h-deep), var(--h-purple));
    border: 0;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(75, 24, 107, 0.30);
    transition: transform 0.35s var(--h-ease), box-shadow 0.35s var(--h-ease);
}
.new-header-6 .openMenu:hover,
.new-header-6 .openMenu:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(75, 24, 107, 0.40);
}
.new-header-6 .openMenu .icon,
.new-header-6 .openMenu i.fa-bars { color: #fff; font-size: 20px; }
.new-header-6 .sidenav-container { display: flex; align-items: center; }

/* ----------------------------------------------------------------------------
   7b. MOBILE CONTACT STACK  (Call Today card + Book a Call pill)
   ---------------------------------------------------------------------------- */
/* the mobile-only wrapper: thin top divider, comfortable padding */
.new-header-6 .hide-for-large > .mobile-contact-button-section:first-child {
    padding: 16px;
    border-top: 1px solid var(--h-line);
}
.new-header-6 .mobile-contact-button-section {
    text-align: center;
    padding: 16px;
}

/* "Call Today" strip → centered card */
.new-header-6 .mobile-contact-button-section .head-contact-links {
    display: inline-flex;
    justify-content: center;
    gap: 14px;
    padding: 10px 22px;
    background: var(--h-soft);
    border: 1px solid var(--h-line);
    border-radius: 16px;
}
.new-header-6 .mobile-contact-button-section .head-contact-links:hover {
    background: #ece1f4;
    transform: translateY(-2px);
}
.new-header-6 .mobile-contact-button-section .head-contact-links .below-text {
    font-size: 1.02rem;
    font-weight: 600;
}

/* "Book a Call" → full-width signature pill */
.new-header-6 .mobile-contact-button-section .button {
    display: block;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
    border-radius: 999px;
    padding: 16px 32px;
}
.podcast-hero{
    background:linear-gradient(135deg,#081f3a,#123d66);
    padding:120px 20px;
    text-align:center;
    color:#fff;
}

.podcast-tag{
    display:inline-block;
    background:#d4af37;
    color:#081f3a;
    padding:10px 20px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:25px;
}

.podcast-hero h1{
    font-size:56px;
    line-height:1.1;
    margin-bottom:20px;
}

.podcast-hero p{
    max-width:750px;
    margin:auto;
    font-size:20px;
    opacity:.9;
}

.hero-buttons{
    margin-top:35px;
}

.hero-buttons a{
    display:inline-block;
    padding:14px 30px;
    margin:10px;
    background:#d4af37;
    color:#081f3a;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
}

.featured-episode,
.listen-platforms,
.about-podcast,
.podcast-benefits{
    padding:90px 20px;
}

.featured-card{
    background:#fff;
    padding:60px;
    border-radius:25px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    text-align:center;
}

.featured-card span{
    color:#d4af37;
    font-weight:700;
}

.featured-card h2{
    font-size:42px;
    margin:15px 0;
}

.featured-card p{
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

.featured-card a{
    display:inline-block;
    margin-top:25px;
    background:#081f3a;
    color:#fff;
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
}

.section-heading{
    text-align:center;
    margin-bottom:50px;
}

.section-heading h2{
    font-size:42px;
}

.platform-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.platform-card{
    background:#fff;
    padding:40px;
    text-align:center;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    text-decoration:none;
    transition:.3s;
}

.platform-card:hover{
    transform:translateY(-8px);
}

.platform-card h3{
    color:#081f3a;
    margin-bottom:10px;
}

.platform-card span{
    color:#d4af37;
    font-weight:600;
}

.about-box{
    max-width:900px;
    margin:auto;
    text-align:center;
    line-height:1.9;
    font-size:18px;
}

.benefit-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.benefit-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    text-align:center;
}

.benefit-card h3{
    color:#081f3a;
    margin-bottom:15px;
}

.podcast-cta{
    background:#081f3a;
    color:#fff;
    text-align:center;
    padding:100px 20px;
}

.podcast-cta h2{
    font-size:48px;
    margin-bottom:20px;
}

.podcast-cta p{
    max-width:700px;
    margin:0 auto 30px;
}

.podcast-cta a{
    display:inline-block;
    background:#d4af37;
    color:#081f3a;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
}
.shop-div {
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .08);
    text-align: center;
}
h3#price-text {
    font-size: 29px;
}
h3.item-header {
    font-size: 20px;
}



@media(max-width:768px){

    .podcast-hero h1{
        font-size:38px;
    }

    .featured-card{
        padding:35px;
    }

    .featured-card h2,
    .section-heading h2,
    .podcast-cta h2{
        font-size:32px;
    }

}

@media screen and (max-width: 1024px) {
.new-footer-1 .contact-us-column .email-id {
    font-size: 14.5px !important;
}

}

@media screen and (max-width: 1023px) {
    .new-header-6 .custom-grid-container {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
            align-items: center !important;
    }
    .new-footer-1 .contact-us-column .email-id {
    font-size: 16px !important;
}

#sidenav .accordion-menu > li > a::after{
    display:none;
}
}

/* ============================================================================
   8. MOBILE SLIDE-OUT SIDENAV  (#sidenav off-canvas)
   Rendered OUTSIDE .new-header-6, so scoped under #sidenav with its own vars.
   UI matched to the desktop nav: deep-purple panel, Jost links, turquoise
   grow-from-left underline, dark accordion submenu for Services.
   CSS only — no markup change.
   ============================================================================ */
#sidenav {
    --s-deep:   #4B186B;
    --s-deep-2: #2B0B3F;
    --s-purple: #7A3FA0;
    --s-light:  #C9A8DC;
    --s-turq:   #3FB3A8;
    --s-turq-d: #2E8C83;
    --s-ink:    #2B2330;
    --s-soft:   #F4EEF8;
    --s-line:   rgba(255, 255, 255, 0.10);
    --s-sans:   'Jost', -apple-system, BlinkMacSystemFont, sans-serif;
    --s-serif:  'Cormorant Garamond', Georgia, serif;
    --s-ease:   cubic-bezier(0.22, 1, 0.36, 1);
}

/* panel — deep-purple gradient with a soft glow + turquoise left hairline */
#sidenav.off-canvas {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    height: 100%;
    padding: 26px 0 40px;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(122,63,160,0.55), transparent 60%),
        linear-gradient(165deg, var(--s-deep) 0%, var(--s-deep-2) 100%);
    box-shadow: -18px 0 50px rgba(20, 6, 31, 0.45);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* closed by default — slid off-screen to the right and hidden.
       !important so the theme's base off-canvas CSS (loaded after this)
       cannot leave the panel open on load. */
    transform: translateX(100%) !important;
    visibility: hidden;
    transition: transform 0.4s var(--s-ease), visibility 0s linear 0.4s;
}
/* open state — Foundation adds .is-open (some builds use .is-active) */
#sidenav.off-canvas.is-open,
#sidenav.off-canvas.is-active,
#sidenav.off-canvas.position-right.is-open,
#sidenav.off-canvas.position-right.is-active {
    transform: translateX(0) !important;
    visibility: visible;
    transition: transform 0.4s var(--s-ease), visibility 0s linear 0s;
}
#sidenav.off-canvas::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--s-turq), var(--s-light));
}

/* reset the theme list chrome */
#sidenav .accordion-menu,
#sidenav .accordion-menu li { background: transparent; border: 0; list-style: none; }
#sidenav .accordion-menu { margin: 0; padding: 0; }

/* ---- top-level links ---- */
#sidenav .accordion-menu > li > a {
    position: relative;
    display: block;
    font-family: var(--s-sans);
    font-size: 1.02rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    color: rgba(255,255,255,0.88);
    text-decoration: none;
    padding: 15px 26px;
    background: transparent;
    transition: color 0.3s ease, padding-left 0.35s var(--s-ease), background 0.35s var(--s-ease);
}
/* grow-from-left underline, mirrored from desktop nav */
#sidenav .accordion-menu > li > a::after {
    content: "";
    position: absolute;
    left: 26px; bottom: 9px;
    width: 26px; height: 2px;
    background: linear-gradient(90deg, var(--s-purple), var(--s-turq));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s var(--s-ease);
}
#sidenav .accordion-menu > li > a:hover,
#sidenav .accordion-menu > li.active > a {
    color: #fff;
    padding-left: 30px;
    background: rgba(255,255,255,0.04);
}
#sidenav .accordion-menu > li > a:hover::after,
#sidenav .accordion-menu > li.active > a::after { transform: scaleX(1); }

/* row dividers */
#sidenav .accordion-menu > li + li { border-top: 1px solid var(--s-line); }

/* ---- Services accordion parent: caret indicator ---- */
#sidenav .is-accordion-submenu-parent > a {
    padding-right: 48px;
}
#sidenav .is-accordion-submenu-parent > a::before {
    content: "\f078";                      /* fa chevron-down */
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    right: 24px; top: 50%;
    transform: translateY(-50%);
    font-size: 0.7rem;
    color: var(--s-light);
    transition: transform 0.35s var(--s-ease), color 0.3s ease;
}
#sidenav .is-accordion-submenu-parent[aria-expanded="true"] > a::before {
    transform: translateY(-50%) rotate(180deg);
    color: var(--s-turq);
}

/* ---- nested submenu: darker inset panel ---- */
#sidenav .is-accordion-submenu {
    margin: 0;
    padding: 4px 0 8px;
    background: linear-gradient(180deg, rgba(0,0,0,0.28), rgba(0,0,0,0.14));
    border-left: 2px solid var(--s-turq);
}
#sidenav .is-accordion-submenu > li + li { border-top: 1px solid rgba(255,255,255,0.06); }
#sidenav .is-accordion-submenu > li > a {
    position: relative;
    display: block;
    font-family: var(--s-sans);
    font-size: 0.92rem;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: rgba(255,255,255,0.72);
    text-decoration: none;
    padding: 12px 26px 12px 38px;
    transition: color 0.3s ease, padding-left 0.3s var(--s-ease), background 0.3s ease;
}
/* turquoise dot before each submenu item (mirrors desktop dark dropdown) */
#sidenav .is-accordion-submenu > li > a::before {
    content: "";
    position: absolute;
    left: 24px; top: 50%;
    width: 5px; height: 5px;
    border-radius: 50%;
    background: var(--s-turq);
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s var(--s-ease);
}
#sidenav .is-accordion-submenu > li > a:hover,
#sidenav .is-accordion-submenu > li.active > a {
    color: #fff;
    padding-left: 42px;
    background: rgba(255,255,255,0.05);
}
#sidenav .is-accordion-submenu > li > a:hover::before,
#sidenav .is-accordion-submenu > li.active > a::before {
    transform: translateY(-50%) scale(1);
}
/* the theme adds .padding-left-1 on submenu spans — neutralise so our padding controls indent */
#sidenav .is-accordion-submenu > li > a .padding-left-1 { padding-left: 0 !important; }

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
    #sidenav .accordion-menu a,
    #sidenav .accordion-menu a::after,
    #sidenav .is-accordion-submenu-parent > a::before { transition: none !important; }
}

/* ================================================================ */
/* PVN COACHING — FOOTER  (new-footer new-footer-1)                 */
/* CSS-only · scoped under .new-footer-1 · HTML untouched           */
/* Deep-purple base · turquoise accents · serif headings · glow     */
/* ================================================================ */

.new-footer-1 {
    --f-deep:   #2B0B3F;
    --f-deep-2: #4B186B;
    --f-purple: #7A3FA0;
    --f-light:  #C9A8DC;
    --f-turq:   #3FB3A8;
    --f-turq-d: #2f978d;
    --f-cream:  #FBF8FD;
    --f-serif:  "Cormorant Garamond", Georgia, serif;
    --f-sans:   "Jost", "Helvetica Neue", Arial, sans-serif;
    --f-ease:   cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---- footer shell + atmosphere ---- */
.new-footer.new-footer-1 {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(900px 420px at 10% -12%, rgba(122,63,160,0.50), transparent 60%),
        radial-gradient(760px 380px at 92% 118%, rgba(63,179,168,0.28), transparent 60%),
        linear-gradient(160deg, #34104D 0%, var(--f-deep) 55%, #1f0730 100%);
    color: rgba(255,255,255,0.82);
    font-family: var(--f-sans);
}

/* turquoise hairline along the very top */
.new-footer.new-footer-1::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--f-turq), var(--f-light), transparent);
    opacity: 0.85;
    z-index: 4;
}

/* soft floating orb for depth (non-interactive) */
.new-footer.new-footer-1::after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -160px;
    bottom: -220px;
    background: radial-gradient(circle, rgba(63,179,168,0.16), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* keep real content above the orb */
.new-footer.new-footer-1 > * {
    position: relative;
    z-index: 1;
}

/* ============================================================= */
/* TOP NAV MENU ROW                                              */
/* ============================================================= */
.new-footer-1 .footer-menu-container {
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
.new-footer-1 #mainNav.level-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.new-footer-1 #mainNav.level-1 > li {
    position: relative;
}
.new-footer-1 #mainNav.level-1 > li > a {
    display: inline-block;
    padding: 10px 18px;
    font-family: var(--f-sans);
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.85);
    text-transform: none;
    transition: color 0.2s var(--f-ease);
}
.new-footer-1 #mainNav.level-1 > li > a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    margin-top: 4px;
    border-radius: 2px;
    background: var(--f-turq);
    transition: width 0.28s var(--f-ease);
}
.new-footer-1 #mainNav.level-1 > li > a:hover,
.new-footer-1 #mainNav.level-1 > li > a:focus {
    color: #fff;
}
.new-footer-1 #mainNav.level-1 > li > a:hover::after,
.new-footer-1 #mainNav.level-1 > li > a:focus::after {
    width: 100%;
}

/* active / current page link */
.new-footer-1 #mainNav.level-1 > li.active > a,
.new-footer-1 #mainNav.level-1 > li.current > a,
.new-footer-1 #mainNav.level-1 > li > a.active,
.new-footer-1 #mainNav.level-1 > li > a.current,
.new-footer-1 #mainNav.level-1 > li > a[aria-current="page"] {
    color: #fff;
    font-weight: 600;
}
.new-footer-1 #mainNav.level-1 > li.active > a::after,
.new-footer-1 #mainNav.level-1 > li.current > a::after,
.new-footer-1 #mainNav.level-1 > li > a.active::after,
.new-footer-1 #mainNav.level-1 > li > a.current::after,
.new-footer-1 #mainNav.level-1 > li > a[aria-current="page"]::after {
    width: 100%;
}

/* ============================================================= */
/* MAIN 3-COLUMN ROW                                            */
/* ============================================================= */
.new-footer-1 .custom-grid-container.align-justify {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* shared column headings */
.new-footer-1 .footer-text h4,
.new-footer-1 .contact-us-column h4,
.new-footer-1 .footer-newsletter-heading {
    margin: 0 0 18px;
    font-family: var(--f-serif);
    font-weight: 600;
    font-size: 1.55rem;
    line-height: 1.2;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}
.new-footer-1 .footer-text h4::after,
.new-footer-1 .contact-us-column h4::after,
.new-footer-1 .footer-newsletter-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--f-turq), var(--f-light));
}
/* newsletter heading is centered — center its accent line too */
.new-footer-1 .footer-newsletter-heading::after {
    left: 50%;
    transform: translateX(-50%);
}

/* ---- About column ---- */
.new-footer-1 .footer-text p {
    margin: 0 0 22px;
    font-size: 0.98rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.72);
    max-width: 34ch;
}

/* ---- social icons ---- */
.new-footer-1 .footer-social-media .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.new-footer-1 .footer-social-media .menu > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    font-size: 1.05rem;
    transition: background 0.24s var(--f-ease),
                transform 0.24s var(--f-ease),
                border-color 0.24s var(--f-ease);
}
.new-footer-1 .footer-social-media .menu > li > a:hover {
    background: var(--f-turq);
    border-color: var(--f-turq);
    transform: translateY(-3px);
}
.new-footer-1 .footer-social-media .menu i,
.new-footer-1 .footer-social-media .menu svg {
    width: auto;
    height: auto;
    max-width: 1.05rem;
    fill: currentColor;
}

/* ---- center newsletter box ---- */
.new-footer-1 .footer-newsletter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new-footer-1 .footer-newsletter-text {
    margin: 0 0 24px;
    max-width: 42ch;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.72);
}
.new-footer-1 .footer-newsletter-btn {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    height: 52px;
    padding: 0 38px;
    font-family: var(--f-sans);
    font-weight: 600;
    font-size: 0.96rem;
    line-height: 48px;
    letter-spacing: 0.04em;
    color: #fff;
    background: var(--f-turq);
    border: 2px solid var(--f-turq);
    border-radius: 0px;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(63,179,168,0.34);
    transition: transform 0.45s var(--f-ease),
                box-shadow 0.45s var(--f-ease),
                color 0.4s ease;
}
.new-footer-1 .footer-newsletter-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--f-turq-d);
    transform: translateY(101%);
    transition: transform 0.5s var(--f-ease);
}
.new-footer-1 .footer-newsletter-btn:hover,
.new-footer-1 .footer-newsletter-btn:focus {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 18px 50px -20px rgba(43,35,48,0.5);
}
.new-footer-1 .footer-newsletter-btn:hover::before,
.new-footer-1 .footer-newsletter-btn:focus::before {
    transform: translateY(0);
}

/* ---- contact column ---- */
/* each line = flex row: icon + text, aligned to a shared left edge */
.new-footer-1 .contact-us-column .shop-address,
.new-footer-1 .contact-us-column .contact-number,
.new-footer-1 .contact-us-column .email-id {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0 0 12px;
    font-size: 0.98rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.78);
}
.new-footer-1 .contact-us-column .email-id {
    margin-bottom: 0;
}

/* the link text inside each line */
.new-footer-1 .contact-us-column .contact-number a {
    color: rgba(255,255,255,0.78);
    transition: color 0.2s var(--f-ease);
}

/* icon (FontAwesome 5 Pro) — fixed-width, aligned with first text line */
.new-footer-1 .contact-us-column .shop-address::before,
.new-footer-1 .contact-us-column .contact-number::before,
.new-footer-1 .contact-us-column .email-id::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    flex: 0 0 18px;
    width: 18px;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--f-turq);
    text-align: center;
}
.new-footer-1 .contact-us-column .shop-address::before {
    content: "\f3c5"; /* map-marker-alt */
}
.new-footer-1 .contact-us-column .contact-number::before {
    content: "\f095"; /* phone */
}
.new-footer-1 .contact-us-column .email-id::before {
    content: "\f0e0"; /* envelope */
}

/* hover */
.new-footer-1 .contact-us-column .shop-address {
    transition: color 0.2s var(--f-ease);
}
.new-footer-1 .contact-us-column .email-id {
    transition: color 0.2s var(--f-ease);
    border-bottom: 0;
}
.new-footer-1 .contact-us-column .shop-address:hover,
.new-footer-1 .contact-us-column .contact-number a:hover {
    color: #fff;
}
.new-footer-1 .contact-us-column .email-id:hover {
    color: #fff;
}
.new-footer-1 .contact-us-column .email-id:hover::before {
    color: var(--f-turq);
}

/* ============================================================= */
/* COPYRIGHT BAR                                                 */
/* ============================================================= */
.new-footer-1 .copyright-container {
    border-top: 1px solid rgba(255,255,255,0.10);
    padding: 22px 0;
    text-align: center;
}
/* override Webware .large-text-left on the copyright row */
.new-footer-1 .copyright-container .grid-x.large-text-left,
.new-footer-1 .copyright-container .grid-x.large-text-left .cell,
.new-footer-1 .copyright-container .copyright {
    text-align: center !important;
}
.new-footer-1 .copyright {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.01em;
}
.new-footer-1 .copyright a {
    color: rgba(255,255,255,0.82);
    border-bottom: 1px solid transparent;
    transition: color 0.2s var(--f-ease), border-color 0.2s var(--f-ease);
}
.new-footer-1 .copyright a:hover {
    color: #fff;
    border-bottom-color: var(--f-turq);
}

/* ============================================================= */
/* RESPONSIVE                                                    */
/* ============================================================= */
@media screen and (max-width: 1023px) {
    .new-footer-1 .custom-grid-container.align-justify {
        padding-top: 40px;
        padding-bottom: 28px;
    }
    .new-footer-1 .footer-text,
    .new-footer-1 .contact-us-column {
        text-align: center;
        margin-bottom: 34px;
    }
    .new-footer-1 .footer-text h4::after,
    .new-footer-1 .contact-us-column h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .new-footer-1 .footer-text p {
        max-width: 100%;
    }
    .new-footer-1 .footer-social-media .menu {
        justify-content: center;
    }
    .new-footer-1 .footer-newsletter-box {
        margin-bottom: 34px;
    }
    .new-footer-1 .contact-us-column .shop-address,
    .new-footer-1 .contact-us-column .contact-number,
    .new-footer-1 .contact-us-column .email-id {
        justify-content: center;
    }
}

@media screen and (max-width: 640px) {
    .new-footer-1 #mainNav.level-1 > li > a {
        padding: 8px 14px;
        font-size: 0.9rem;
    }
}



/* ============================================================= */
/* PVN COACHING — BLOG LISTING PAGE                              */
/* Scoped under .new-blog-page-type — append to site.css         */
/* Palette + type inherit from PVN :root vars (already defined)  */
/* ============================================================= */

/* ---- page shell / rhythm ---- */
.new-blog-page-type {
    font-family: var(--pvn-sans);
    color: var(--pvn-ink);
    background:
        radial-gradient(60% 50% at 88% 0%, rgba(201,168,220,0.16), transparent 60%),
        radial-gradient(50% 45% at 0% 22%, rgba(63,179,168,0.08), transparent 60%),
        var(--pvn-cream);
    padding-top: clamp(40px, 6vw, 80px);
}
.new-blog-page-type .main-blog-widget > .grid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* ---- search bar ---- */
.new-blog-page-type .blog-search-container {
    margin-bottom: clamp(28px, 4vw, 50px);
}
.new-blog-page-type .blog-search-container .position-relative {
    max-width: 560px;
    margin: 0 auto;
}
.new-blog-page-type #search-input-blog,
.new-blog-page-type .blog-search-container #search-input-blog {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 8px 22px 8px 56px;
    font-family: var(--pvn-sans);
    font-size: 1.02rem;
    color: var(--pvn-ink);
    background: #fff;
    border: 1.5px solid rgba(75,24,107,0.16);
    border-radius: 999px;
    box-shadow: var(--pvn-shadow-sm);
    transition: border-color .35s var(--pvn-ease), box-shadow .35s var(--pvn-ease);
    -webkit-appearance: none;
    appearance: none;
}
.new-blog-page-type #search-input-blog::placeholder {
    color: var(--pvn-ink-soft);
    opacity: .8;
}
.new-blog-page-type #search-input-blog:focus {
    outline: none;
    border-color: var(--pvn-turq);
    box-shadow: 0 0 0 4px rgba(63,179,168,0.16), var(--pvn-shadow-sm);
}
.new-blog-page-type .blog-search-container .blog-search-button {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.new-blog-page-type .blog-search-container .blog-search-button:hover {
    box-shadow: none;
}
.new-blog-page-type .blog-search-container .blog-search-button svg {
    width: 20px;
    height: 20px;
}
.new-blog-page-type .blog-search-container .blog-search-button svg path {
    fill: var(--pvn-purple);
    transition: fill .3s var(--pvn-ease);
}
.new-blog-page-type .blog-search-container .blog-search-button:hover svg path {
    fill: var(--pvn-turq);
}

/* ---- article list column ---- */
.new-blog-page-type .blog-ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(26px, 3vw, 40px);
    list-style: none;
    margin: 0;
    padding: 0;
}
.new-blog-page-type .blog-ul .blog-li {
    margin: 0;
}
.new-blog-page-type .blog-ul .blog-li .row,
.new-blog-page-type .blog-ul .blog-li .blog-article {
    width: 100%;
    max-width: 100%;
}
.new-blog-page-type .blog-ul .blog-article {
    position: relative;
    background: #fff;
    border: 1px solid rgba(75,24,107,0.08);
    border-radius: 22px;
    padding: clamp(26px, 3vw, 40px);
    box-shadow: var(--pvn-shadow-sm);
    transition: transform .5s var(--pvn-ease), box-shadow .5s var(--pvn-ease), border-color .5s var(--pvn-ease);
}
.new-blog-page-type .blog-ul .blog-article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    bottom: 26px;
    width: 4px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, var(--pvn-turq), var(--pvn-purple));
    opacity: 0;
    transition: opacity .5s var(--pvn-ease);
}
.new-blog-page-type .blog-ul .blog-article:hover {
    transform: translateY(-6px);
    box-shadow: var(--pvn-shadow-md);
    border-color: rgba(63,179,168,0.3);
}
.new-blog-page-type .blog-ul .blog-article:hover::before {
    opacity: 1;
}

/* category tag line */
.new-blog-page-type .article-category {
    margin: 0 0 14px;
    font-family: var(--pvn-sans);
    font-size: .82rem;
    line-height: 1.7;
}
.new-blog-page-type .article-category .categories_text {
    display: inline-block;
    margin-right: 6px;
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--pvn-ink-soft);
    vertical-align: middle;
}
.new-blog-page-type .article-category > span {
    display: inline;
}
.new-blog-page-type .article-category a {
    display: inline-block;
    padding: 3px 12px;
    margin: 0 4px 6px 0;
    font-size: .76rem;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--pvn-purple);
    background: var(--pvn-soft);
    border-radius: 999px;
    text-decoration: none;
    transition: color .3s var(--pvn-ease), background .3s var(--pvn-ease);
}
.new-blog-page-type .article-category a:hover {
    color: #fff;
    background: var(--pvn-purple);
}

/* article title */
.new-blog-page-type .article-title,
.new-blog-page-type .blog-ul h2.article-title {
    margin: 0 0 14px;
    font-family: var(--pvn-serif);
    font-weight: 600;
    font-size: clamp(1.5rem, 2.3vw, 2rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
}
.new-blog-page-type .article-title a,
.new-blog-page-type .blog-ul h2.article-title a {
    color: var(--pvn-deep);
    text-decoration: none;
    background-image: linear-gradient(var(--pvn-turq), var(--pvn-turq));
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: color .35s var(--pvn-ease), background-size .45s var(--pvn-ease);
}
.new-blog-page-type .article-title a:hover {
    color: var(--pvn-purple);
    background-size: 100% 2px;
}

/* excerpt */
.new-blog-page-type .article-body,
.new-blog-page-type .article-body p {
    font-family: var(--pvn-sans);
    font-size: 1.3rem;
    line-height: 2.1;
    color: var(--pvn-ink-soft);
    margin: 0;
}
.new-blog-page-type .article-body { margin-bottom: 18px; }

/* read more */
.new-blog-page-type .blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--pvn-sans);
    font-size: .92rem;
    font-weight: 600;
    letter-spacing: .03em;
    color: var(--pvn-turq-d);
    text-decoration: none;
    transition: gap .35s var(--pvn-ease), color .35s var(--pvn-ease);
}
.new-blog-page-type .blog-read-more::after {
    content: "\2192";
    font-size: 1.05em;
    transition: transform .35s var(--pvn-ease);
}
.new-blog-page-type .blog-read-more:hover {
    color: var(--pvn-purple);
    gap: 12px;
}
.new-blog-page-type .blog-read-more:hover::after {
    transform: translateX(3px);
}
.new-blog-page-type .blog-articles .pb-0.mb-0 { margin: 0; }

/* ---- sidebar / categories ---- */
.new-blog-page-type .blog-sidebar {
    padding-left: clamp(0px, 2vw, 30px);
}
.new-blog-page-type .articles-filter-container {
    background: #fff;
    border: 1px solid rgba(75,24,107,0.08);
    border-radius: 22px;
    padding: clamp(24px, 2.4vw, 34px);
    box-shadow: var(--pvn-shadow-sm);
    position: sticky;
    top: 30px;
}
.new-blog-page-type .articles-filter-container .filter-h2,
.new-blog-page-type .articles-filter-container h3 {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 14px;
    font-family: var(--pvn-serif);
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--pvn-deep);
}
.new-blog-page-type .articles-filter-container h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--pvn-turq), var(--pvn-purple));
}
.new-blog-page-type .ps-blog-category {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 520px;
    overflow-y: auto;
}
.new-blog-page-type .ps-blog-category li {
    display: block;
    margin: 0 0 8px;
}
.new-blog-page-type .ps-blog-category li a {
    display: block;
    padding: 9px 16px;
    font-family: var(--pvn-sans);
    font-size: .95rem;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--pvn-ink-soft);
    background: transparent;
    border: 1px solid rgba(75,24,107,0.1);
    border-radius: 12px;
    text-decoration: none;
    transition: color .3s var(--pvn-ease), background .3s var(--pvn-ease), border-color .3s var(--pvn-ease), transform .3s var(--pvn-ease);
}
.new-blog-page-type .ps-blog-category li a:hover {
    color: var(--pvn-deep);
    background: var(--pvn-soft);
    border-color: transparent;
    transform: translateX(4px);
}
.new-blog-page-type .ps-blog-category li.active a,
.new-blog-page-type .ps-blog-category li a.all-blogs.button {
    color: #fff;
    background: linear-gradient(135deg, var(--pvn-purple), var(--pvn-deep));
    border-color: transparent;
    font-weight: 600;
}
.new-blog-page-type .ps-blog-category li.active a:hover,
.new-blog-page-type .ps-blog-category li a.all-blogs.button:hover {
    color: #fff;
    transform: translateX(4px);
    box-shadow: var(--pvn-shadow-sm);
}

/* mobile category accordion-ish container (hide-for-large block) */
.new-blog-page-type .articles-filter-container.hide-for-large {
    margin-bottom: 34px;
    position: static;
}

/* scrollbar (matches About-page newScroll feel) */
.new-blog-page-type .ps-blog-category::-webkit-scrollbar { width: 8px; }
.new-blog-page-type .ps-blog-category::-webkit-scrollbar-track { background: var(--pvn-soft); border-radius: 4px; }
.new-blog-page-type .ps-blog-category::-webkit-scrollbar-thumb { background: var(--pvn-light); border-radius: 4px; }
.new-blog-page-type .ps-blog-category::-webkit-scrollbar-thumb:hover { background: var(--pvn-purple); }

/* ---- pagination ---- */
.new-blog-page-type .ps-pagination-bar {
    margin-top: clamp(34px, 4vw, 56px);
}
.new-blog-page-type .ps-pagination-bar p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
}
.new-blog-page-type .ps-pagination-bar span {
    display: inline-block;
    font-family: var(--pvn-sans);
    font-size: .95rem;
    font-weight: 500;
    background: #fff;
    border: 1px solid rgba(75,24,107,0.12);
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s var(--pvn-ease);
}
.new-blog-page-type .ps-pagination-bar span a,
.new-blog-page-type .ps-pagination-bar span.current {
    display: block;
    padding: 11px 16px;
    color: var(--pvn-ink-soft);
    text-decoration: none;
}
.new-blog-page-type .ps-pagination-bar span:hover {
    border-color: var(--pvn-turq);
    box-shadow: var(--pvn-shadow-sm);
}
.new-blog-page-type .ps-pagination-bar span:hover a { color: var(--pvn-deep); }
.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-color: transparent;
    font-weight: 600;
    background: linear-gradient(135deg, var(--pvn-purple), var(--pvn-deep));
}
.new-blog-page-type .ps-pagination-bar span.current,
.new-blog-page-type .ps-pagination-bar span.next a,
.new-blog-page-type .ps-pagination-bar span.prev a { color: #fff; }

/* ---- featured (currently display:none in markup; styled for when enabled) ---- */
.new-blog-page-type .featured-articles {
    background: #fff;
    border: 1px solid rgba(75,24,107,0.08);
    border-radius: 22px;
    padding: clamp(26px, 3vw, 40px);
    box-shadow: var(--pvn-shadow-sm);
    margin-bottom: clamp(28px, 4vw, 50px);
}
.new-blog-page-type .featured-articles h5 {
    margin: 0 0 18px;
    font-family: var(--pvn-sans);
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--pvn-turq-d);
}

/* ---- empty pagination guard ---- */
.new-blog-page-type .ps-pagination-bar p:empty { display: none; }

/* ============================================================= */
/* RESPONSIVE                                                    */
/* ============================================================= */
@media all and (max-width: 1023px) {
    .new-blog-page-type .blog-sidebar { padding-left: 0; }
    .new-blog-page-type .articles-filter-container { position: static; }
    .new-blog-page-type .blog-articles,
    .new-blog-page-type .blog-sidebar { width: 100%; flex: 0 0 100%; max-width: 100%; }
}
@media all and (max-width: 640px) {
    .new-blog-page-type .blog-ul .blog-article { border-radius: 18px; }
    .new-blog-page-type #search-input-blog { height: 54px; font-size: .98rem; }
    .new-blog-page-type .article-title { font-size: 1.4rem; }
}

/* ============================================================= */
/* PVN COACHING — SINGLE ARTICLE (BLOG POST) PAGE                */
/* Scoped under .article-page-type — shares .new-blog-page-type  */
/* shell. Reuses .article-category / .blog-read-more / pills.    */
/* ============================================================= */

.article-page-type .grid-container {
    max-width: 1200px;
    margin: 0 auto;
}
.article-page-type .blog-article-content {
    width: 100%;
    margin: 0 auto;
}
.article-page-type .blog-article-content > .article-body.rte,
.article-page-type .blog-article-content > h1.article-title,
.article-page-type .blog-article-content > .grid-x {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* ---- article H1 title (hero) ---- */
.article-page-type h1.article-title,
.article-page-type .blog-article-content h1.banner-main-heading {
    margin: 0 0 26px;
    font-family: var(--pvn-serif);
    font-weight: 600;
    font-size: clamp(2.2rem, 4.2vw, 3.4rem);
    line-height: 1.12;
    letter-spacing: -0.015em;
    color: var(--pvn-deep);
}

/* ---- author / date / categories meta row ---- */
/* the meta sits inside a large-4 Foundation cell — override to full width
   so it aligns under the title in the centered prose column (HTML untouched) */
.article-page-type .blog-article-content > .grid-x {
    margin-bottom: 8px;
}
.article-page-type .blog-article-content > .grid-x > .cell.large-4 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.article-page-type .blog-author {
    margin: 0 0 40px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(75,24,107,0.12);
}

.article-page-type .blog-author .lab-ul li {
    margin: 0;
}
/* subtle dot separator between author and date */
.article-page-type .blog-author .lab-ul li:nth-of-type(2)::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--pvn-light);
    margin-right: 0;
}
/* "Categories:" loose text node — push pills onto their own row */
.article-page-type .blog-author .lab-ul {
    position: relative;
}
.article-page-type .blog-author .lab-ul > li:nth-of-type(2) {
    margin-right: auto;
}
.article-page-type .blog-author .author_name {
    font-weight: 600;
    color: var(--pvn-deep);
}
.article-page-type .blog-author .author_name::before {
    content: "\f007";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-right: 8px;
    color: var(--pvn-turq-d);
}
.article-page-type .blog-author .pubdate {
    color: var(--pvn-ink-soft);
}
.article-page-type .blog-author .pubdate::before {
    content: "\f133";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-right: 8px;
    color: var(--pvn-turq-d);
}
/* category cluster inside meta (loose text + pill links) */
/* force the Categories text + pills onto a new full-width row */
.article-page-type .blog-author .lab-ul > a,
.article-page-type .blog-author .lab-ul span {
    order: 2;
}
.article-page-type .blog-author .lab-ul > li {
    order: 1;
}
.article-page-type .blog-author .lab-ul > a,
.article-page-type .blog-author .lab-ul span > a {
    display: inline-block;
    padding: 4px 13px;
    margin: 8px 6px 0 0;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--pvn-purple);
    background: var(--pvn-soft);
    border-radius: 999px;
    text-decoration: none;
    transition: color .3s var(--pvn-ease), background .3s var(--pvn-ease), transform .3s var(--pvn-ease);
}
.article-page-type .blog-author .lab-ul span > a:hover {
    color: #fff;
    background: var(--pvn-purple);
    transform: translateY(-1px);
}

/* ============================================================= */
/* ---- ARTICLE BODY (long-form prose) ---- */
/* ============================================================= */
.new-blog-page-type.article-page-type .article-body {
    margin-top: 0;
}
.article-page-type .article-body.rte {
    font-family: var(--pvn-sans);
    font-size: clamp(1.06rem, 1.2vw, 1.16rem);
    line-height: 1.9;
    color: var(--pvn-ink);
}
.article-page-type .article-body.rte > p {
    margin: 0 0 1.55em;
}
/* lead paragraph (first) — larger, softer, with accent drop-cap */
.article-page-type .article-body.rte > p:first-of-type {
    font-size: clamp(1.2rem, 1.5vw, 1.4rem);
    line-height: 1.7;
    color: var(--pvn-ink-soft);
}
.article-page-type .article-body.rte > p:first-of-type::first-letter {
    float: left;
    font-family: var(--pvn-serif);
    font-weight: 600;
    font-size: 3.1em;
    line-height: .82;
    padding: 8px 12px 0 0;
    color: var(--pvn-purple);
}

/* body headings */
.article-page-type .article-body.rte h2 {
    position: relative;
    margin: 1.9em 0 .65em;
    padding-top: .5em;
    font-family: var(--pvn-serif);
    font-weight: 600;
    font-size: clamp(1.75rem, 2.6vw, 2.35rem);
    line-height: 1.22;
    letter-spacing: -0.01em;
    color: var(--pvn-deep);
}
.article-page-type .article-body.rte h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--pvn-turq), var(--pvn-purple));
}
.article-page-type .article-body.rte h3 {
    margin: 1.5em 0 .5em;
    font-family: var(--pvn-serif);
    font-weight: 600;
    font-size: clamp(1.35rem, 1.9vw, 1.7rem);
    line-height: 1.25;
    color: var(--pvn-purple);
}

/* body lists */
.article-page-type .article-body.rte ul {
    margin: 0 0 1.5em;
    padding: 0;
    list-style: none;
}
.article-page-type .article-body.rte ul > li {
    position: relative;
    margin: 0 0 .7em;
    padding-left: 32px;
    line-height: 1.7;
}
.article-page-type .article-body.rte ul > li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: .15em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: .62rem;
    color: var(--pvn-turq-d);
    background: rgba(63,179,168,0.14);
    border-radius: 50%;
}
.article-page-type .article-body.rte ul > li strong {
    color: var(--pvn-deep);
    font-weight: 600;
}

/* ordered lists (if any) */
.article-page-type .article-body.rte ol {
    margin: 0 0 1.5em;
    padding-left: 1.4em;
}
.article-page-type .article-body.rte ol > li {
    margin: 0 0 .7em;
    padding-left: 6px;
    line-height: 1.7;
}
.article-page-type .article-body.rte ol > li::marker {
    color: var(--pvn-turq-d);
    font-weight: 600;
}

/* inline links in body */
.article-page-type .article-body.rte a {
    color: var(--pvn-turq-d);
    font-weight: 500;
    text-decoration: none;
    background-image: linear-gradient(var(--pvn-turq), var(--pvn-turq));
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: color .3s var(--pvn-ease), background-size .3s var(--pvn-ease);
}
.article-page-type .article-body.rte a:hover {
    color: var(--pvn-purple);
    background-size: 100% 2px;
}
.article-page-type .article-body.rte strong { color: var(--pvn-deep); }
.article-page-type .article-body.rte blockquote {
    margin: 1.6em 0;
    padding: 4px 0 4px 26px;
    border-left: 4px solid var(--pvn-turq);
    font-family: var(--pvn-serif);
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.5;
    color: var(--pvn-deep);
}

/* ============================================================= */
/* ---- RECENT POSTS (article-page sidebar, full width) ---- */
/* ============================================================= */
.article-page-type .blog-sidebar {
    margin-top: clamp(50px, 6vw, 80px);
    padding-top: clamp(40px, 5vw, 64px);
    border-top: 1px solid rgba(75,24,107,0.12);
}
.article-page-type .blog-sidebar-widget {
    max-width: 1200px;
    margin: 0 auto;
}
.article-page-type .blog-sidebar-h2 {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 14px;
    font-family: var(--pvn-serif);
    font-weight: 600;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    color: var(--pvn-deep);
    text-align: center;
}
.article-page-type .blog-sidebar-h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 56px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--pvn-turq), var(--pvn-purple));
}
.article-page-type .ps-blog-recent-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(22px, 2.6vw, 34px);
    list-style: none;
    margin: 0;
    padding: 0;
}
.article-page-type .ps-blog-recent-posts .blog-li { margin: 0; }
.article-page-type .ps-blog-recent-posts .row,
.article-page-type .ps-blog-recent-posts .blog-article {
    width: 100%;
    max-width: 100%;
}
.article-page-type .ps-blog-recent-posts .blog-article {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid rgba(75,24,107,0.08);
    border-radius: 22px;
    padding: clamp(24px, 2.6vw, 34px);
    box-shadow: var(--pvn-shadow-sm);
    transition: transform .5s var(--pvn-ease), box-shadow .5s var(--pvn-ease), border-color .5s var(--pvn-ease);
}
.article-page-type .ps-blog-recent-posts .blog-article:hover {
    transform: translateY(-6px);
    box-shadow: var(--pvn-shadow-md);
    border-color: rgba(63,179,168,0.3);
}
.article-page-type .ps-blog-recent-posts h2.article-title {
    margin: 0 0 12px;
    font-family: var(--pvn-serif);
    font-weight: 600;
    font-size: clamp(1.35rem, 1.9vw, 1.7rem);
    line-height: 1.2;
}
.article-page-type .ps-blog-recent-posts h2.article-title a {
    color: var(--pvn-deep);
    text-decoration: none;
    transition: color .3s var(--pvn-ease);
}
.article-page-type .ps-blog-recent-posts h2.article-title a:hover { color: var(--pvn-purple); }
.article-page-type .ps-blog-recent-posts .item-body,
.article-page-type .ps-blog-recent-posts .item-body p {
    font-family: var(--pvn-sans);
    font-size: 1rem;
    line-height: 1.7;
    color: var(--pvn-ink-soft);
    margin: 0 0 16px;
}

/* ---- article-page responsive ---- */
@media all and (max-width: 768px) {
    .article-page-type .ps-blog-recent-posts { grid-template-columns: 1fr; }
}


/* ============================================================= */
/* PVN — LOGIN / REGISTER PAGE                                   */
/* Scoped under .ps-login-page — append to live site.css         */
/* Relies on --pvn-* vars defined in the homepage block          */
/* ============================================================= */

/* ---- page shell ---- */
.ps-login-page {
    position: relative;
    background:
        radial-gradient(circle at 12% 12%, rgba(122,63,160,0.07), transparent 42%),
        radial-gradient(circle at 88% 82%, rgba(63,179,168,0.07), transparent 46%),
        var(--pvn-cream, #FBF8FD);
    overflow: hidden;
}

/* ---- form card ---- */
.ps-login-page .ps-login-form-wrap {
    max-width: 480px;
    margin: 0 auto;
    padding: clamp(28px, 4vw, 48px);
    background: #fff;
    border: 1px solid rgba(75,24,107,0.08);
    border-radius: 20px;
    box-shadow: var(--pvn-shadow-md, 0 18px 50px -20px rgba(43,35,48,0.22));
    text-align: left;
}

/* subtle top accent bar on the card */
.ps-login-page .ps-login-form-wrap {
    position: relative;
}
.ps-login-page .ps-login-form-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, var(--pvn-deep, #4B186B), var(--pvn-turq, #3FB3A8));
}

/* ---- heading ---- */
.ps-login-page .new-website-login-form h4 {
    margin: 6px 0 26px;
    font-family: var(--pvn-serif, "Cormorant Garamond", serif);
    font-weight: 600;
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    line-height: 1.2;
    color: var(--pvn-deep, #4B186B);
}

/* ---- labels ---- */
.ps-login-page .new-website-login-form form.settings label {
    display: block;
    margin: 0 0 7px;
    font-family: var(--pvn-sans, "Jost", sans-serif);
    font-weight: 600;
    font-size: 0.98rem;
    color: var(--pvn-ink, #2B2330);
}
.ps-login-page .new-website-login-form form.settings label .error {
    color: var(--pvn-turq-d, #2f978d);
    margin-left: 2px;
}

/* ---- inputs ---- */
.ps-login-page .new-website-login-form form.settings input[type="text"],
.ps-login-page .new-website-login-form form.settings input[type="email"],
.ps-login-page .new-website-login-form form.settings input[type="password"] {
    width: 100%;
    height: 54px;
    padding: 8px 16px;
    font-family: var(--pvn-sans, "Jost", sans-serif);
    font-size: 1.02rem;
    color: var(--pvn-ink, #2B2330);
    background: var(--pvn-cream, #FBF8FD);
    border: 1.5px solid rgba(75,24,107,0.16);
    border-radius: 12px;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.ps-login-page .new-website-login-form form.settings input[type="text"]:focus,
.ps-login-page .new-website-login-form form.settings input[type="email"]:focus,
.ps-login-page .new-website-login-form form.settings input[type="password"]:focus {
    outline: none;
    background: #fff;
    border-color: var(--pvn-turq, #3FB3A8);
    box-shadow: 0 0 0 4px rgba(63,179,168,0.16);
}

/* ---- password show/hide eye ---- */
.ps-login-page .password-container {
    position: relative;
}
.ps-login-page .toggle-password {
    position: absolute;
    top: 50%;
    right: 16px !important;
    transform: translateY(-50%);
    color: var(--pvn-ink-soft, #5c5366);
    cursor: pointer;
    transition: color 0.2s ease;
}
.ps-login-page .toggle-password:hover {
    color: var(--pvn-deep, #4B186B);
}

/* "Password is case sensitive" hint */
.ps-login-page .new-website-login-form form.settings .password-container + p {
    margin: 8px 0 0;
    font-size: 0.86rem;
    color: var(--pvn-ink-soft, #5c5366);
    font-style: italic;
}

/* ---- primary login button ---- */
.ps-login-page .new-website-login-form form.settings .button.ps-login-button {
    width: 100%;
    height: 56px;
    margin-top: 22px;
    font-family: var(--pvn-sans, "Jost", sans-serif);
    font-weight: 600;
    font-size: 1.02rem;
    letter-spacing: 0.04em;
    color: #fff;
    background: var(--pvn-turq, #3FB3A8);
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.22s var(--pvn-ease, cubic-bezier(0.22,1,0.36,1)),
                transform 0.22s var(--pvn-ease, cubic-bezier(0.22,1,0.36,1)),
                box-shadow 0.22s ease;
}
.ps-login-page .new-website-login-form form.settings .button.ps-login-button:hover {
    background: var(--pvn-turq-d, #2f978d);
    transform: translateY(-2px);
    box-shadow: 0 12px 26px -10px rgba(47,151,141,0.55);
    outline: none;
}

/* ---- forgot password line ---- */
.ps-login-page .new-website-login-form .ps-login-form-wrap > p {
    margin: 22px 0 0;
    font-size: 0.98rem;
    color: var(--pvn-ink-soft, #5c5366);
}
.ps-login-page .new-website-login-form .ps-login-form-wrap > p a {
    color: var(--pvn-turq-d, #2f978d);
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}
.ps-login-page .new-website-login-form .ps-login-form-wrap > p a:hover {
    border-bottom-color: var(--pvn-turq-d, #2f978d);
}

/* ---- separator ---- */
.ps-login-page .ps-separator {
    width: 100%;
    margin: 28px 0 22px;
    border-top: 1px solid rgba(75,24,107,0.12);
}

/* ---- register block ---- */
.ps-login-page .signup-container {
    text-align: center;
}
.ps-login-page .signup-container > p {
    margin: 0 0 14px;
    font-family: var(--pvn-sans, "Jost", sans-serif);
    font-size: 1rem;
    color: var(--pvn-ink, #2B2330);
}
.ps-login-page .new-website-login-form .signup-container .button.ps-register-button {
    width: 100%;
    height: 54px;
    font-family: var(--pvn-sans, "Jost", sans-serif);
    font-weight: 600;
    font-size: 0.98rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--pvn-deep, #4B186B);
    background: transparent;
    border: 2px solid var(--pvn-deep, #4B186B);
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.22s var(--pvn-ease, cubic-bezier(0.22,1,0.36,1)),
                color 0.22s ease,
                transform 0.22s ease;
}
.ps-login-page .new-website-login-form .signup-container .button.ps-register-button:hover {
    background: var(--pvn-deep, #4B186B);
    color: #fff;
    transform: translateY(-2px);
    outline: none;
}

/* ---- field spacing safety ---- */
.ps-login-page .new-website-login-form form.settings .margin-bottom-1 {
    margin-bottom: 18px !important;
}

/* ---- responsive ---- */
@media screen and (max-width: 640px) {
    .ps-login-page .ps-login-form-wrap {
        padding: 26px 20px;
        border-radius: 16px;
    }
}


/* =====================================================================
   PVN COACHING — CONTACT FORM (Form template 3)
   Scoped strictly under .form-template-3 so it never touches other forms.
   External CSS only · reuses PVN brand tokens · no wrapper edits.
   ===================================================================== */

.form-template-3 {
    --cf-deep: var(--pvn-deep, #4B186B);
    --cf-deep-2: var(--pvn-deep-2, #3a0f55);
    --cf-purple: var(--pvn-purple, #7A3FA0);
    --cf-light: var(--pvn-light, #C9A8DC);
    --cf-turq: var(--pvn-turq, #3FB3A8);
    --cf-turq-d: var(--pvn-turq-d, #2f978d);
    --cf-ink: var(--pvn-ink, #2B2330);
    --cf-ink-soft: var(--pvn-ink-soft, #5c5366);
    --cf-soft: var(--pvn-soft, #F4EEF8);
    --cf-cream: var(--pvn-cream, #FBF8FD);
    --cf-serif: var(--pvn-serif, "Cormorant Garamond", Georgia, serif);
    --cf-sans: var(--pvn-sans, "Jost", "Helvetica Neue", Arial, sans-serif);
    --cf-ease: var(--pvn-ease, cubic-bezier(0.22, 1, 0.36, 1));
    --cf-border: #e4d8ee;
    --cf-field-bg: #fbf8fd;
}

/* ---- form shell : replace the plain bordered box with a soft brand card ---- */
.form-template-3 .ww-form-container-3 form {
    border: 1px solid var(--cf-border);
    border-radius: 22px;
    padding: 40px 0 34px;
    background: #fff;
    box-shadow: 0 22px 60px -28px rgba(75, 24, 107, 0.28);
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

/* gradient accent bar across the top of the card */
.form-template-3 .ww-form-container-3 form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--cf-deep), var(--cf-purple), var(--cf-turq));
}

/* inner field rows already constrained to 90% by base css — keep that */
.form-template-3 .ww-form-container-3 form fieldset > div,
.form-template-3 .ww-form-container-3 form > p {
    width: 90%;
}

.form-template-3 .ww-form-container-3 form fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* ---- desktop : 2-up rows (first+last, email+phone), message full width ---- */
@media all and (min-width: 641px) {
    .form-template-3 .ww-form-container-3 form fieldset {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 22px;
        row-gap: 4px;
        width: 90%;
        margin: 0 auto;
    }
    /* the grid itself is now 90% wide, so each wrap should fill its cell */
    .form-template-3 .ww-form-container-3 form fieldset > div {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    /* message + any hidden/utility wraps span the full row */
    .form-template-3 .field_33472_wrap {
        grid-column: 1 / -1;
    }
    /* hidden field (has_filled_out_form) must not occupy a visible cell */
    .form-template-3 .ww-form-container-3 form fieldset > input[type="hidden"] {
        display: none;
    }
}

/* hidden intro text stays hidden */
.form-template-3 .ww-form-container-3 form p.hide {
    display: none;
}

/* ---- field wraps : consistent vertical rhythm ---- */
.form-template-3 .first_name_wrap,
.form-template-3 .last_name_wrap,
.form-template-3 .email_wrap,
.form-template-3 .phone_wrap,
.form-template-3 .field_33472_wrap,
.form-template-3 [class$="_wrap"] {
    margin-bottom: 20px;
    text-align: left;
}

/* ---- labels ---- */
.form-template-3 .ww-form-container-3 label {
    display: block;
    margin-bottom: 8px;
    font-family: var(--cf-sans);
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--cf-deep);
}

.form-template-3 .ww-form-container-3 label .required {
    color: var(--cf-turq);
    margin-left: 3px;
    font-weight: 700;
}

/* ---- inputs / select / textarea ---- */
.form-template-3 .ww-form-container-3 input[type="text"],
.form-template-3 .ww-form-container-3 input[type="password"],
.form-template-3 .ww-form-container-3 input[type="tel"],
.form-template-3 .ww-form-container-3 input[type="email"],
.form-template-3 .ww-form-container-3 select,
.form-template-3 .ww-form-container-3 textarea,
.form-template-3 #mob_phone_phone_number_tel {
    width: 100%;
    box-sizing: border-box;
    min-height: 52px;
    margin: 0;
    padding: 13px 18px;
    font-family: var(--cf-sans);
    font-size: 1rem;
    color: var(--cf-ink);
    background: var(--cf-field-bg);
    border: 1.5px solid var(--cf-border);
    border-radius: 12px;
    box-shadow: none;
    transition: border-color 0.3s var(--cf-ease),
                box-shadow 0.3s var(--cf-ease),
                background 0.3s var(--cf-ease);
}

.form-template-3 .ww-form-container-3 textarea {
    min-height: 130px;
    resize: vertical;
    line-height: 1.6;
}

.form-template-3 .ww-form-container-3 input::placeholder,
.form-template-3 .ww-form-container-3 textarea::placeholder {
    color: #aa9cbb;
}

/* focus state : turquoise ring */
.form-template-3 .ww-form-container-3 input[type="text"]:focus,
.form-template-3 .ww-form-container-3 input[type="password"]:focus,
.form-template-3 .ww-form-container-3 input[type="tel"]:focus,
.form-template-3 .ww-form-container-3 input[type="email"]:focus,
.form-template-3 .ww-form-container-3 select:focus,
.form-template-3 .ww-form-container-3 textarea:focus,
.form-template-3 #mob_phone_phone_number_tel:focus {
    outline: none;
    background: #fff;
    border-color: var(--cf-turq);
    box-shadow: 0 0 0 3px rgba(63, 179, 168, 0.16);
}

/* ---- intl-tel-input (phone) widget ---- */
.form-template-3 .iti {
    display: block;
    width: 100%;
}

/* the plugin adds left padding to the input for the flag — keep room */
.form-template-3 .iti--allow-dropdown input[type="tel"],
.form-template-3 .iti--allow-dropdown #mob_phone_phone_number_tel {
    padding-left: 52px;
}

.form-template-3 .iti__selected-flag {
    border-radius: 12px 0 0 12px;
    padding: 0 8px 0 14px;
}

.form-template-3 .iti__country-list {
    border-radius: 10px;
    box-shadow: 0 18px 50px -20px rgba(43, 35, 48, 0.4);
    font-family: var(--cf-sans);
}

.form-template-3 #mob_phone_phone_number_valid {
    display: inline-block;
    margin-top: 6px;
    font-family: var(--cf-sans);
    font-size: 0.85rem;
}

/* ---- recaptcha ---- */
.form-template-3 .captcha_wrap {
    margin: 6px auto 4px;
}

.form-template-3 .recaptcha-block {
    display: flex;
    justify-content: flex-start;
}

/* ---- submit button : matches site signature pill button ---- */
.form-template-3 .submit_wrap {
    margin-top: 8px;
    text-align: left;
}

.form-template-3 .ww-form-container-3 input[type="submit"].button,
.form-template-3 .submit_wrap .button.input {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    min-width: 220px;
    height: 56px;
    padding: 0 46px;
    font-family: var(--cf-sans);
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 52px;
    color: #fff;
    background: var(--cf-turq);
    border: 2px solid var(--cf-turq);
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(63, 179, 168, 0.34);
    transition: transform 0.45s var(--cf-ease),
                box-shadow 0.45s var(--cf-ease),
                color 0.4s ease;
}

.form-template-3 .ww-form-container-3 input[type="submit"].button::before,
.form-template-3 .submit_wrap .button.input::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--cf-turq-d);
    transform: translateY(101%);
    transition: transform 0.5s var(--cf-ease);
}

.form-template-3 .ww-form-container-3 input[type="submit"].button:hover,
.form-template-3 .ww-form-container-3 input[type="submit"].button:focus,
.form-template-3 .submit_wrap .button.input:hover,
.form-template-3 .submit_wrap .button.input:focus {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 18px 50px -20px rgba(43, 35, 48, 0.5);
}

.form-template-3 .ww-form-container-3 input[type="submit"].button:hover::before,
.form-template-3 .ww-form-container-3 input[type="submit"].button:focus::before,
.form-template-3 .submit_wrap .button.input:hover::before,
.form-template-3 .submit_wrap .button.input:focus::before {
    transform: translateY(0);
}

/* ---- inline validation errors ---- */
.form-template-3 .ww-form-container-3 span.error {
    display: block;
    margin: 6px 0 0;
    font-family: var(--cf-sans);
    font-size: 0.82rem;
    color: #cc4b37;
}

/* invalid field highlight (Webware adds .error on the input) */
.form-template-3 .ww-form-container-3 input.error,
.form-template-3 .ww-form-container-3 textarea.error {
    border-color: #cc4b37;
    box-shadow: 0 0 0 3px rgba(204, 75, 55, 0.12);
}

/* ---- responsive ---- */
@media all and (max-width: 640px) {
    .form-template-3 .ww-form-container-3 form {
        padding: 30px 0 26px;
        border-radius: 18px;
    }
    .form-template-3 .submit_wrap {
        text-align: center;
    }
    .form-template-3 .ww-form-container-3 input[type="submit"].button,
    .form-template-3 .submit_wrap .button.input {
        width: 100%;
    }
}



/* =====================================================================
   PVN COACHING — NEWSLETTER SIGN-UP FORM (member.registerShort)
   Scoped under .newsletter-form-page-type so it stays isolated from the
   contact form (.form-template-3) and everything else.
   External CSS only · reuses PVN brand tokens · no wrapper edits.
   ===================================================================== */

.newsletter-form-page-type {
    --nf-deep: var(--pvn-deep, #4B186B);
    --nf-deep-2: var(--pvn-deep-2, #3a0f55);
    --nf-purple: var(--pvn-purple, #7A3FA0);
    --nf-light: var(--pvn-light, #C9A8DC);
    --nf-turq: var(--pvn-turq, #3FB3A8);
    --nf-turq-d: var(--pvn-turq-d, #2f978d);
    --nf-ink: var(--pvn-ink, #2B2330);
    --nf-ink-soft: var(--pvn-ink-soft, #5c5366);
    --nf-soft: var(--pvn-soft, #F4EEF8);
    --nf-cream: var(--pvn-cream, #FBF8FD);
    --nf-serif: var(--pvn-serif, "Cormorant Garamond", Georgia, serif);
    --nf-sans: var(--pvn-sans, "Jost", "Helvetica Neue", Arial, sans-serif);
    --nf-ease: var(--pvn-ease, cubic-bezier(0.22, 1, 0.36, 1));
    --nf-border: #e4d8ee;
    --nf-field-bg: #fbf8fd;
}

/* ---- form shell : soft brand card with gradient accent ---- */
.newsletter-form-page-type .ww-form-container form {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--nf-border);
    border-radius: 22px;
    padding: 40px 38px 34px;
    background: #fff;
    box-shadow: 0 22px 60px -28px rgba(75, 24, 107, 0.28);
    margin-bottom: 50px;
}

.newsletter-form-page-type .ww-form-container form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--nf-deep), var(--nf-purple), var(--nf-turq));
}

/* ---- intro text (document version="2") ---- */
.newsletter-form-page-type .ww-form-container form > document,
.newsletter-form-page-type .ww-form-container form document {
    display: block;
}

.newsletter-form-page-type .ww-form-container form document p {
    margin: 0 0 22px;
    font-family: var(--nf-sans);
    font-size: 1rem;
    line-height: 1.65;
    color: var(--nf-ink-soft);
}

/* ---- fieldset + legend (legend IS shown on this form) ---- */
.newsletter-form-page-type .ww-form-container fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.newsletter-form-page-type .ww-form-container legend {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 12px;
    font-family: var(--nf-serif);
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.2;
    color: var(--nf-deep);
    border-bottom: 1px solid var(--nf-border);
}

/* ---- field wraps ---- */
.newsletter-form-page-type .first_name_wrap,
.newsletter-form-page-type .last_name_wrap,
.newsletter-form-page-type .email_wrap,
.newsletter-form-page-type [class$="_wrap"] {
    margin-bottom: 18px;
    text-align: left;
}

/* ---- labels ---- */
.newsletter-form-page-type .ww-form-container label {
    display: block;
    margin-bottom: 8px;
    font-family: var(--nf-sans);
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--nf-deep);
}

.newsletter-form-page-type .ww-form-container label .required {
    color: var(--nf-turq);
    margin-left: 3px;
    font-weight: 700;
}

/* ---- inputs ---- */
.newsletter-form-page-type .ww-form-container input[type="text"],
.newsletter-form-page-type .ww-form-container input[type="email"],
.newsletter-form-page-type .ww-form-container input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    min-height: 52px;
    margin: 0;
    padding: 13px 18px;
    font-family: var(--nf-sans);
    font-size: 1rem;
    color: var(--nf-ink);
    background: var(--nf-field-bg);
    border: 1.5px solid var(--nf-border);
    border-radius: 12px;
    box-shadow: none;
    transition: border-color 0.3s var(--nf-ease),
                box-shadow 0.3s var(--nf-ease),
                background 0.3s var(--nf-ease);
}

.newsletter-form-page-type .ww-form-container input::placeholder {
    color: #aa9cbb;
}

.newsletter-form-page-type .ww-form-container input[type="text"]:focus,
.newsletter-form-page-type .ww-form-container input[type="email"]:focus,
.newsletter-form-page-type .ww-form-container input[type="password"]:focus {
    outline: none;
    background: #fff;
    border-color: var(--nf-turq);
    box-shadow: 0 0 0 3px rgba(63, 179, 168, 0.16);
}

/* ---- desktop : first + last on one row, email full width ---- */
@media all and (min-width: 641px) {
    .newsletter-form-page-type .ww-form-container fieldset {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 22px;
        row-gap: 2px;
    }
    .newsletter-form-page-type .ww-form-container fieldset > div {
        width: 100%;
    }
    /* legend + email span the full width; first/last take one cell each */
    .newsletter-form-page-type .ww-form-container fieldset > legend {
        grid-column: 1 / -1;
    }
    .newsletter-form-page-type .email_wrap {
        grid-column: 1 / -1;
    }
}

/* ---- opt-in checkbox ---- */
.newsletter-form-page-type .checkbox_wrap {
    margin: 4px 0 18px;
}

.newsletter-form-page-type .checkbox_wrap > p {
    display: none;
}

.newsletter-form-page-type .checkbox_wrap .float-left {
    float: none;
}

.newsletter-form-page-type .checkbox_wrap label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-family: var(--nf-sans);
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0;
    text-transform: none;
    color: var(--nf-ink);
    cursor: pointer;
}

.newsletter-form-page-type .checkbox_wrap input[type="checkbox"] {
    width: 19px;
    height: 19px;
    margin: 0;
    flex: 0 0 19px;
    accent-color: var(--nf-turq);
    cursor: pointer;
}

/* ---- recaptcha ---- */
.newsletter-form-page-type .captcha_wrap {
    margin: 6px 0 4px;
}

.newsletter-form-page-type .recaptcha-block {
    display: flex;
    justify-content: flex-start;
}

/* ---- submit button : matches site signature pill button ---- */
.newsletter-form-page-type .submit_wrap {
    margin-top: 50px;
    text-align: left;
}

/* hide the empty submit label */
.newsletter-form-page-type .submit_wrap > label[for="Submit"] {
    display: none;
}

.newsletter-form-page-type .ww-form-container input[type="submit"].button,
.newsletter-form-page-type .submit_wrap .button.input {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    width: auto;
    min-width: 220px;
    height: 56px;
    padding: 0 46px;
    font-family: var(--nf-sans);
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 52px;
    color: #fff;
    background: var(--nf-turq);
    border: 2px solid var(--nf-turq);
    border-radius:0px !important;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(63, 179, 168, 0.34);
    transition: transform 0.45s var(--nf-ease),
                box-shadow 0.45s var(--nf-ease),
                color 0.4s ease;
}

.newsletter-form-page-type .ww-form-container input[type="submit"].button::before,
.newsletter-form-page-type .submit_wrap .button.input::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: var(--nf-turq-d);
    transform: translateY(101%);
    transition: transform 0.5s var(--nf-ease);
}

.newsletter-form-page-type .ww-form-container input[type="submit"].button:hover,
.newsletter-form-page-type .ww-form-container input[type="submit"].button:focus,
.newsletter-form-page-type .submit_wrap .button.input:hover,
.newsletter-form-page-type .submit_wrap .button.input:focus {
    color: #fff;
    transform: translateY(-4px);
    box-shadow: 0 18px 50px -20px rgba(43, 35, 48, 0.5);
}

.newsletter-form-page-type .ww-form-container input[type="submit"].button:hover::before,
.newsletter-form-page-type .ww-form-container input[type="submit"].button:focus::before,
.newsletter-form-page-type .submit_wrap .button.input:hover::before,
.newsletter-form-page-type .submit_wrap .button.input:focus::before {
    transform: translateY(0);
}

/* ---- inline validation errors ---- */
.newsletter-form-page-type .ww-form-container span.error {
    display: block;
    margin: 6px 0 0;
    font-family: var(--nf-sans);
    font-size: 0.82rem;
    color: #cc4b37;
}

.newsletter-form-page-type .ww-form-container input.error {
    border-color: #cc4b37;
    box-shadow: 0 0 0 3px rgba(204, 75, 55, 0.12);
}

/* ---- responsive ---- */
@media all and (max-width: 640px) {
    .newsletter-form-page-type .ww-form-container form {
        padding: 30px 22px 26px;
        border-radius: 18px;
    }
    .newsletter-form-page-type .submit_wrap {
        text-align: center;
    }
    .newsletter-form-page-type .ww-form-container input[type="submit"].button,
    .newsletter-form-page-type .submit_wrap .button.input {
        width: 100%;
    }
}


.in-banner-desc {
    max-width: 437px;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    padding: 18px 32px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(150deg, rgba(43, 11, 63, 0.92), rgba(75, 24, 107, 0.86));
    border: 1px solid rgba(201, 168, 220, 0.28);
    box-shadow: 0 30px 70px rgba(43, 11, 63, 0.45);
    backdrop-filter: blur(4px);
}



@media screen and (max-width: 1023.5px) {
    .main-blog-banner.new-blog-template .inner-banner.blog-banner {
        position: relative !important;
        inset: auto !important;
        max-width: 100%;
        background: linear-gradient(150deg, rgba(43, 11, 63, 0.94), rgba(75, 24, 107, 0.9));
        padding: 34px 26px;
        text-align: center;
        display: block;
    }
}

.is-btn, a.is-btn{
    
       padding: 10px 30px !important; 
}


i.fas.fa-arrow-right.fa-2x.fa-pull-right.fa-border.fa-rotate-270 {
    background: #fff;
}