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


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

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

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

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

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

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

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

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

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

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


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


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

.form legend {
    font-weight: 700;
}

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


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

/* || Custom defined || */
.alternate-font-family {
    font-family: "Roboto", sans-serif;
}

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

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

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

header .is-stuck{
    background: #31312F;
    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: #BE9D68;
}

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

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

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

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#BE9D68;
     color:#31312F;
}

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

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

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

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

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

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

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

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


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

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

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


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

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

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

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

header .ps-cart-text-container {
    color:#31312F;
    background:#BE9D68;
    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:#FFFFFF;
}

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

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: #BE9D68;
     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: #31312F;
}

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

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

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

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

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

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

.header-top-bg {
    background:#31312F;
    color: #BE9D68;
}

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

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

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

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

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: #BE9D68;
    color: #31312F;
}

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

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

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

.column.full {
    width: 100%;
}

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

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

.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:#BE9D68;
    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 #CCCCCC;
    margin-top: 10px;
    padding-top:7px;
}

.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: #BE9D68;
    color: #000000;
    padding:12px 32px;
    font-size:0.9em;
}

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

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

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

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

.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:#31312F;
    position: absolute;
    right: 0;
    top:110px;
    width: 100%;
    padding: 40px;
}

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

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

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

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

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

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

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

/* service page */ 

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

.service-card-section .single-card {
    height:100%;
     color:#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;
}


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

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

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

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

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

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

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

.text-primary {
     color:#BE9D68;
}

strong, b {
    font-weight: bolder;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* New blog page type */

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

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

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

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

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

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

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

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

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

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

.new-blog-page-type .article-title {
    color:#FFFFFF;
    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 #CCCCCC;
    }
    #contact-us-form-container form {
        position:relative;
        top:auto;
        margin-bottom: 40px;
        padding-left:10px;
        padding-right:10px;
    }
    .main-banner-sec.theme-2 form .button,
    .main-banner-sec.theme-2 .button {
        font-size:1em;
        padding-right:24px;
        padding-left:24px;
        line-height: 1.5;
    }
    button, .button {
        line-height:1.5;
    }
    .banner-main-heading {
        font-size: 2.1em;
    }
    .is-overlay-bg {
        opacity:1;
    }
    h1, .h1 {
        font-size: 1.7em;
        line-height: 1.2em;
        margin: 0.67em 0;
    }
    .new-blog-page-type .article-title {
        font-size: 2em;
    }
    .new-blog-page-type .featured-articles h2,h2, .h2 {
        font-size: 1.5em;
        line-height: 1.4em;
    }
    
    h3, .h3 {
      font-size: 1.3em;
      line-height: 1.4em;
    }
    
    h4, .h4 {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    
    h5, .h5 {
      font-size: 1em;
        line-height: 1.5em;
    }
    
    h6, .h6 {
      font-size: 1em;
      line-height: 1.4em;
    }
    p{
        font-size:1.2em;
    }
    footer {
        margin-top:32px;
    }
    .mobile-footer-menu {
        display:block;
    }
    .blog-search-container #search-input-blog,
    .articles-filter-container,
    .new-blog-page-type .blog-articles, 
    .new-blog-page-type .blog-sidebar {
        margin-top: 40px;
    }
}

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

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

.is-section-guide {
    background:#31312F;
}

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

.is-section-guide p.lead {
    color:#BE9D68;
}
.is-section-guide a.button {
    background:#BE9D68;
    color:#31312F;
}

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

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

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

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

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


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

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

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

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

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


.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:#31312F;
    color:#BE9D68;
}

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

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

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

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

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


aside.sidenav .menu.simple {
    background:#31312F;
    color: #BE9D68;
}

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



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

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

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

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

aside.sidenav .menu.accordion-menu li a {
    background:#31312F;
    color: #BE9D68;
}

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

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

    header .border-top-small  {
        border-top:1px solid #CCCCCC;
    }
    
    .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 #CCCCCC;
        border-bottom:1px solid #CCCCCC;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #CCCCCC;
    }
    
    header .mobile-contact-section .head-icons {
        background: #BE9D68;
        color:#31312F;
        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:#31312F;
    }
    
    .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 #CCCCCC;
    }
    
     .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 #CCCCCC;
        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 #A1A6B9;
        }
       
        
    /* 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;
}




/********** Main Css ************/

.mobile-contact-buttom-section {border-top: 1px solid #CCC;}

body,body p{font-family:"Roboto",sans-serif;font-weight:400;color:#FFFFFF;font-style:normal;font-size:16px;line-height:1.625;letter-spacing:0.32px;}



/*header*/
header .dropdown.menu li ul.submenu li a:not(.button){color:#FFFFFF!important;background:#31312F;line-height:1.6;padding:14px 24px;font-family:"Roboto",sans-serif;font-size:16px;font-weight:400;letter-spacing:0.02em;transition:all 0.3s cubic-bezier(0.16,1,0.3,1);border-bottom:1px solid rgba(234,209,110,0.25);display:block;text-decoration:none!important;opacity:1!important;}
header .dropdown.menu li ul.submenu li a:not(.button):hover,header .dropdown.menu li ul.submenu li ul.submenu li a:not(.button):focus{color:#000000!important;background:#BE9D68!important;padding-left:28px;text-decoration:none!important;opacity:1!important;}
header .dropdown.menu li ul.submenu li:last-child a:not(.button){border-bottom:none;}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub{right:0;left:auto;top:50px;background:rgba(5,5,5,0.92);backdrop-filter:blur(12px);width:max-content;min-width:260px;border:1px solid rgba(234,209,110,0.18);border-top:3px solid #BE9D68;box-shadow:0 15px 35px rgba(0,0,0,0.5),0 5px 20px rgba(0,0,0,0.3);border-radius:0 0 10px 10px;overflow:hidden;animation:submenuFadeIn 0.4s cubic-bezier(0.16,1,0.3,1);max-height:320px;overflow-y:auto;overflow-x:hidden;text-transform:none;padding:8px 0;}
.dropdown-submenu-accent-text{font-family:"Playfair Display",serif;font-size:16px;color:#BE9D68!important;text-transform:uppercase;letter-spacing:0.08em;padding:6px 16px;}
@keyframes submenuFadeIn{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:translateY(0);}}

header .dropdown.menu.align-right .is-dropdown-submenu.first-sub li a{font-family:"Roboto",sans-serif!important;font-size:15px!important;padding:10px 20px!important;color:rgba(255,255,255,0.85)!important;background:transparent!important;transition:all 0.25s ease;position:relative;}
header .dropdown.menu.align-right .is-dropdown-submenu.first-sub li a::before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#BE9D68;transform:scaleY(0);transition:transform 0.25s ease;}

header .dropdown.menu.align-right .is-dropdown-submenu.first-sub li a:hover,
header .dropdown.menu.align-right .is-dropdown-submenu.first-sub li.active>a,
header .dropdown.menu.align-right .is-dropdown-submenu.first-sub li.is-active>a{color:#BE9D68!important;background:rgba(234,209,110,0.04)!important;padding-left:24px!important;}

header .dropdown.menu.align-right .is-dropdown-submenu.first-sub li a:hover::before,
header .dropdown.menu.align-right .is-dropdown-submenu.first-sub li.active>a::before,
header .dropdown.menu.align-right .is-dropdown-submenu.first-sub li.is-active>a::before{transform:scaleY(1);}

#header .dropdown.menu.level-1{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:4px 28px;font-size:16px;font-family:"Playfair Display",serif;color:#BE9D68;}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub::-webkit-scrollbar{width:5px;}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub::-webkit-scrollbar-track{background:transparent;}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub::-webkit-scrollbar-thumb{background:rgba(234,209,110,0.25);border-radius:10px;}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub::-webkit-scrollbar-thumb:hover{background:rgba(234,209,110,0.45);}


/***** headings ******/
.banner-main-heading,.banner-main-heading.article-blog-main-heading{position:relative;font-family:"Playfair Display",serif;font-weight:600;font-size:36.5px;line-height:1.2;letter-spacing:0.02em;color:#BE9D68;margin:0 0 24px;text-transform:none;padding-top:18px;text-shadow:0 3px 15px rgba(0,0,0,0.6);}
.banner-main-heading::before,.banner-main-heading.article-blog-main-heading::before{content:"";position:absolute;top:0;left:0;width:72px;height:2px;background:linear-gradient(90deg,transparent,#BE9D68,transparent);border-radius:10px;box-shadow:0 0 12px rgba(234,209,110,0.3);}
.banner-main-heading::after,.banner-main-heading.article-blog-main-heading::after{content:"";position:absolute;top:0;left:78px;width:6px;height:2px;background:#FFFFFF;border-radius:10px;box-shadow:0 0 10px rgba(255,255,255,0.35);}
.banner-main-heading{transition:all 0.3s cubic-bezier(0.16,1,0.3,1);}
.banner-main-heading:hover{transform:translateY(-2px);text-shadow:0 5px 20px rgba(234,209,110,0.25);}
.section-main-heading,.new-blog-page-type .blog-ul h2,.new-blog-page-type .blog-ul h2 a{font-family:"Playfair Display",serif;font-weight:600;font-size:32px;line-height:1.25;letter-spacing:0.02em;color:#BE9D68;-webkit-background-clip:initial;-webkit-text-fill-color:initial;background-clip:initial;margin-top:0;margin-bottom:10px;transition:transform 0.3s cubic-bezier(0.16,1,0.3,1),filter 0.3s cubic-bezier(0.16,1,0.3,1),text-shadow 0.3s cubic-bezier(0.16,1,0.3,1);text-transform:capitalize;}
.section-main-heading:hover,.new-blog-page-type .blog-ul h2:hover,.new-blog-page-type .blog-ul h2 a:hover{transform:translateY(-2px);filter:brightness(1.15);text-shadow:0 4px 18px rgba(234,209,110,0.25);color:#f5e49c;}
.article-body h2,.article-body h3,.ps-blog-recent-posts h2,.ps-blog-recent-posts .section-main-heading,.section-sub-heading{font-family:"Playfair Display",serif;font-weight:600;padding-top:25px;font-size:32px;line-height:1.25;letter-spacing:0.015em;color:#BE9D68;-webkit-background-clip:initial;-webkit-text-fill-color:initial;background-clip:initial;transition:transform 0.3s cubic-bezier(0.16,1,0.3,1),filter 0.3s cubic-bezier(0.16,1,0.3,1),text-shadow 0.3s cubic-bezier(0.16,1,0.3,1);}
.article-body h2:hover,.article-body h3:hover,.ps-blog-recent-posts h2:hover,.ps-blog-recent-posts .section-main-heading:hover,.section-sub-heading:hover{transform:translateY(-2px);filter:brightness(1.15);text-shadow:0 4px 15px rgba(234,209,110,0.25);color:#f5e49c;}


/***** Button ******/
.button{position:relative;overflow:hidden;font-family:"Roboto",sans-serif;font-weight:700;font-size:15px!important;letter-spacing:1.2px;text-align:center;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;height:50px;box-sizing:border-box;cursor:pointer;background:#BE9D68!important;color:#000!important;border:1px solid #BE9D68!important;border-radius:6px!important;padding:16px 16px!important;transition:color .35s ease,transform .35s ease,box-shadow .35s ease;box-shadow:0 6px 18px rgba(234,209,110,.16);z-index:1}
.button::before{content:"";position:absolute;inset:0;background:#31312F;transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:-1}
.button:hover{color:#BE9D68!important;transform:translateY(-2px);box-shadow:0 10px 26px rgba(234,209,110,.22)}
.button:hover::before{transform:scaleX(1);transform-origin:left}

/****** Bullet list *****/
ul.list.bullet-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:8px;}
ul.list.bullet-list li{position:relative;padding:9px 0 9px 38px;font-family:"Roboto",sans-serif;font-size:16px;font-weight:400;color:#FFFFFF;line-height:1.6;display:block;transform:translateX(0);transition:all .3s cubic-bezier(.25,.46,.45,.94);}
ul.list.bullet-list li:before{content:"✓";font-family:"Roboto",sans-serif;font-size:11px;font-weight:700;position:absolute;left:0;top:9px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#BE9D68;color:#000000;line-height:1;transition:all .3s ease;box-shadow:0 3px 10px rgba(234,209,110,0.2);}
ul.list.bullet-list li:hover{color:#FFFFFF!important;font-weight:500!important;transform:translateX(6px);}
ul.list.bullet-list li:hover:before{background:#f5e49c!important;color:#000000!important;box-shadow:0 5px 15px rgba(234,209,110,0.35)!important;transform:scale(1.08);}


/******** Banner ****/
.user-logged-out .inner-content-div{backdrop-filter:blur(12px);background:rgba(0,0,0,0.75);border:1px solid rgba(234,209,110,0.35);border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,0.5);color:#FFFFFF;max-width:633px;padding:38px;text-align:left;transition:all 0.3s ease;}
.in-banner-desc{backdrop-filter:blur(12px);background:rgba(0,0,0,0.75);border:1px solid rgba(234,209,110,0.35);border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,0.5);color:#FFFFFF;text-align:left;padding:40px 50px 40px 40px!important;transition:all 0.3s ease;}
.user-logged-out .inner-content-div:hover,.in-banner-desc:hover{border-color:#BE9D68;box-shadow:0 12px 45px rgba(234,209,110,0.25);transform:translateY(-3px);}


/***** Footer ******/
footer{margin-top:-1px;background:#050505;border-top:1px solid rgba(234,209,110,0.25);position:relative;overflow:hidden;}
footer::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#BE9D68,transparent);pointer-events:none;}
footer.new-footer .footer-menu-container{border-bottom:1px solid rgba(234,209,110,0.12);background:rgba(10,10,10,0.5);backdrop-filter:blur(8px);}
footer.new-footer .footer-menu-container .menu li a{background:transparent;text-align:left;color:rgba(255,255,255,0.85);line-height:1.35;font-family:"Roboto",sans-serif;font-size:15px;font-weight:400;position:relative;padding:4px 0;transition:all 0.3s cubic-bezier(0.16,1,0.3,1);}
footer.new-footer .footer-menu-container .menu li a::before{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#BE9D68;border-radius:2px;transition:width 0.3s ease;}
footer.new-footer .footer-menu-container .menu li a:hover{color:#BE9D68;transform:translateX(4px);text-decoration:none;}
footer.new-footer .footer-menu-container .menu li a:hover::before{width:28px;}
.new-footer ul.dropdown.menu li.active>a:not(.button) span,.new-footer ul.dropdown.menu li:hover>a:not(.button) span{color:#BE9D68;}
.is-dropdown-submenu>li{width:100%;}
footer.new-footer .footer-menu-container .menu li.has-submenu a{padding-right:8px;}
.new-footer .dropdown.menu>li.opens-right>.is-dropdown-submenu{display:none;}
.new-footer .dropdown.menu>li.is-dropdown-submenu-parent>a::after{display:none;}
footer .footer-text h3,footer .contact-us-column h3{font-family:"Playfair Display",serif;font-size:20px;color:#BE9D68;margin-bottom:16px;letter-spacing:0.02em;position:relative;display:inline-block;}
footer .footer-text h3::after,footer .contact-us-column h3::after{content:"";position:absolute;left:0;bottom:-6px;width:24px;height:2px;background:#BE9D68;border-radius:2px;}
footer .footer-text p,footer .shop-address,footer .contact-number span a,footer .email-id{font-family:"Roboto",sans-serif;color:#A1A6B9!important;font-size:15px;line-height:1.7;transition:color 0.3s ease;}
footer .shop-address:hover,footer .contact-number span a:hover,footer .email-id:hover{color:#BE9D68!important;text-decoration:none;}
footer .icon{color:#BE9D68!important;margin-right:10px;margin-top:4px;transition:all 0.3s cubic-bezier(0.16,1,0.3,1);font-size:15px;}
footer .icon:hover{color:#f5e49c!important;transform:translateY(-3px);}
svg.step.social-icon{fill:#BE9D68!important;transition:all 0.35s cubic-bezier(.4,0,.2,1);cursor:pointer;}
svg.step.social-icon:hover{fill:#f5e49c!important;transform:translateY(-3px) scale(1.08);filter:drop-shadow(0 4px 6px rgba(234,209,110,0.3));}
.footer-media-box{margin-bottom:20px;display:block;transition:all 0.4s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 3px 6px rgba(0,0,0,0.6));}
.footer-media-box:hover{transform:translateY(-4px) scale(1.02);filter:drop-shadow(0 8px 14px rgba(234,209,110,0.25));}
.copyright-container{border-top:1px solid rgba(234,209,110,0.12);background:#030303;padding:24px 0;margin-top:40px;}
.copyright-container p.copyright{font-family:"Roboto",sans-serif;font-size:14px;color:rgba(255,255,255,0.6);}
.copyright-container p.copyright a{color:#BE9D68;text-decoration:none;transition:color 0.3s ease;}
.copyright-container p.copyright a:hover{color:#f5e49c;text-decoration:underline;}

/***** Mobile Menu ********/
aside.sidenav{background:#1C1D21;}
aside.sidenav .menu.accordion-menu li a{background:#31312F;color:#FFFFFF;font-family:"Roboto",sans-serif;font-size:16px;font-weight:500;letter-spacing:0.3px;padding:14px 20px;transition:all 0.25s ease-in-out;}
aside.sidenav .menu.accordion-menu li a:hover,aside.sidenav .menu.accordion-menu li a:focus{background:#0a0a0a;color:#BE9D68;}
aside.sidenav .menu.accordion-menu .active>a{background:#BE9D68!important;color:#000000!important;font-weight:700;border-bottom:none;box-shadow:inset 4px 0 0 #FFFFFF;}
aside.sidenav .menu.accordion-menu>li.has-submenu>a::after{border-color:#BE9D68 transparent transparent!important;transition:transform 0.25s ease;}
aside.sidenav .menu.accordion-menu>li.has-submenu.active>a::after{border-color:#000000 transparent transparent!important;}
aside.sidenav .menu.accordion-menu li.is-submenu-item.is-accordion-submenu-item a{background:#0a0a0a;color:#FFFFFF;padding-left:30px;font-size:15px;}
aside.sidenav .menu.accordion-menu li.is-submenu-item.is-accordion-submenu-item a:hover{background:#141414;color:#BE9D68;}
aside.sidenav .menu.accordion-menu li.is-submenu-item.is-accordion-submenu-item span{display:inline-block;line-height:1.7;padding-left:10px!important;color:rgba(255,255,255,0.9);}
.is-overlay-bg{background-color:rgba(0,0,0,0.85)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:1;transition:opacity 0.3s ease;}


/***** Services landing pg ******/
.bbl-services-sec{position:relative}
.bbl-services-sec::before{content:"";position:absolute;top:0;left:8%;right:8%;height:1px;background:linear-gradient(90deg,transparent,rgba(234,209,110,.5),transparent)}
.service-box{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:32px 28px;min-height:320px;height:100%;border-radius:16px;background:#050505;border:1px solid rgba(234,209,110,0.2);box-shadow:0 12px 35px rgba(0,0,0,0.5);overflow:hidden;transition:all 0.5s cubic-bezier(0.16,1,0.3,1);}
.service-box::before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,#BE9D68,transparent);transform:scaleX(0);transform-origin:left;transition:transform 0.5s cubic-bezier(0.16,1,0.3,1);z-index:2;}
.service-box::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(234,209,110,0.08),transparent 60%);opacity:0;transition:opacity 0.5s ease;pointer-events:none;}
.service-box:hover{transform:translateY(-8px);border-color:#BE9D68;box-shadow:0 20px 45px rgba(0,0,0,0.7),0 10px 30px -10px rgba(234,209,110,0.25);}
.service-box:hover::before{transform:scaleX(1);}
.service-box:hover::after{opacity:1;}
.service-box img{position:relative;z-index:2;width:100%;height:auto;display:block;border-radius:8px;object-fit:cover;margin-bottom:20px;transition:transform 0.5s cubic-bezier(0.16,1,0.3,1);}
.service-box:hover img{transform:scale(1.03);}
.service-box h3,.service-box h4{position:relative;z-index:2;margin:0 0 14px;color:#BE9D68;font-family:"Playfair Display",serif;font-size:20px;font-weight:600;letter-spacing:0.015em;}
.service-box p{position:relative;z-index:2;color:rgba(255,255,255,0.85);font-family:"Roboto",sans-serif;font-size:16px;line-height:1.7;margin:0;}
.service-box .button,.service-box .cta-link{position:relative;z-index:2;display:inline-flex;align-items:center;gap:8px;margin-top:20px;color:#BE9D68;font-family:"Roboto",sans-serif;font-weight:600;text-decoration:none;transition:all 0.3s ease;}
.service-box .button:hover,.service-box .cta-link:hover{color:#f5e49c;transform:translateX(5px);}
.service-box .service-number{position:relative;z-index:2;display:inline-block;margin-bottom:20px;font-size:14px;font-weight:700;letter-spacing:2px;color:#BE9D68;font-family:"Playfair Display",serif;}
.service-box .service-number::after{content:"";display:inline-block;width:30px;height:1px;margin-left:10px;vertical-align:middle;background:#BE9D68;}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch;}
.services-grid .service-box:nth-child(2){transform:translateY(-12px);border-color:rgba(234,209,110,0.4);background:#0a0a0a;}
.services-grid .service-box:nth-child(2)::before{transform:scaleX(1);}
.services-grid .service-box:nth-child(2):hover{transform:translateY(-20px);border-color:#BE9D68;}
@media screen and (max-width:1023px){.services-grid{grid-template-columns:repeat(2,1fr);}.services-grid .service-box:nth-child(2),.services-grid .service-box:nth-child(2):hover{transform:none;}.service-box{min-height:300px;padding:28px 24px;}}
@media screen and (max-width:639px){.services-grid{grid-template-columns:1fr;gap:20px;}.service-box{min-height:280px;padding:24px 20px;}.service-box img{border-radius:8px;margin-bottom:18px;}.services-grid .service-box:nth-child(2),.services-grid .service-box:nth-child(2):hover{transform:none;}}


/****** FAQ ********/
.accordion-title{position:relative;display:block;padding:18px 52px 18px 22px;font-family:"Playfair Display",serif;font-size:18px;line-height:1.4;font-weight:600;background:#050505;color:#BE9D68;border:1px solid rgba(234,209,110,0.25);border-radius:9px !important;transition:all 0.3s cubic-bezier(0.16,1,0.3,1);}
.accordion-title:hover,.accordion-title:focus{background:#0a0a0a;color:#f5e49c;border-color:rgba(234,209,110,0.6);transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,0.5),0 4px 15px rgba(234,209,110,0.15);}
.accordion-title::after{content:"+";position:absolute;right:20px;top:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);font-family:"Roboto",sans-serif;font-size:20px;font-weight:400;color:#BE9D68;border:1px solid rgba(234,209,110,0.4);border-radius:50%;transition:all 0.3s ease;}
.accordion-title[aria-expanded="true"]{background:#0a0a0a;color:#FFFFFF;border-color:rgba(234,209,110,0.5);border:2px solid #BE9D68;box-shadow:0 6px 18px rgba(0,0,0,0.6);}
.accordion-title[aria-expanded="true"]::after{content:"−";background:#BE9D68;color:#000000;border-color:#BE9D68;transform:translateY(-50%);}
.accordion-content{border:1px solid rgba(234,209,110,0.2);border-top:0;background:#050505;padding:22px 24px;font-family:"Roboto",sans-serif;font-size:16px;color:rgba(255,255,255,0.85);line-height:1.75;border-radius:0 0 9px 9px;}
li.accordion-item{margin:0 0 12px;border-radius:9px;overflow:hidden;border:0;background:transparent;}


ul.ps-blog-category.ul.mobile-categories,.blog-author.mb-15,.new-blog-page-type .article-category span,.new-blog-page-type .blog-read-more,  .articles-filter-container.show-for-large {text-transform: capitalize;}
.color-white {color: #fff !important;}.color-black{color: #000000 !important;}

 /**** Blog *****/
.blog-articles{padding-right:0;}.articles-filter-container{background-color:#050505;border:1px solid rgba(234,209,110,0.25);border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 4px 15px rgba(0,0,0,0.4);}.filter-h2,.mobile-category-title{font-family:"Playfair Display",serif;font-size:18px!important;color:#BE9D68!important;font-weight:600;margin-bottom:12px!important;display:flex;align-items:center;justify-content:space-between;}.ps-blog-category.ul{list-style:none;margin:0;padding:0;}.ps-blog-category.ul li{margin-bottom:8px;}.ps-blog-category.ul li a{font-family:"Roboto",sans-serif;font-size:14px;color:#FFFFFF;text-decoration:none;display:block;padding:6px 10px;border-radius:6px;transition:all 0.3s ease;}.ps-blog-category.ul li a:hover,.ps-blog-category.ul li.active a{background-color:rgba(234,209,110,0.15);color:#BE9D68;}.blog-li{list-style:none;margin-bottom:24px;}.blog-article{background:#050505;border:1px solid rgba(234,209,110,0.25);border-radius:12px;overflow:hidden;padding:20px;box-shadow:0 4px 15px rgba(0,0,0,0.5);}.ps-article-img{margin:-20px -20px 16px -20px;overflow:hidden;}.ps-article-img img{width:100%;height:auto;object-fit:cover;display:block;}.article-category{font-family:"Roboto",sans-serif;font-size:12px;color:#BE9D68;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px;}.article-category a{color:#BE9D68;text-decoration:none;}.article-category a:hover{text-decoration:underline;}.article-title.widget-title{margin-bottom:10px;}.article-title.widget-title a{font-family:"Playfair Display",serif;font-size:20px!important;color:#BE9D68!important;text-decoration:none;font-weight:600;line-height:1.3;}.article-title.widget-title a:hover{color:#f5e49c!important;}.article-body.rte p{font-family:"Roboto",sans-serif;font-size:15px!important;line-height:1.6!important;color:rgba(255,255,255,0.85)!important;margin-bottom:12px!important;}.blog-read-more{font-family:"Roboto",sans-serif;font-size:14px;font-weight:600;color:#BE9D68;text-decoration:none;display:inline-flex;align-items:center;}.blog-read-more:hover{color:#f5e49c;text-decoration:underline;}
.article-page-type{background-color:#000000;}.article-blog-main-heading{font-family:"Playfair Display",serif;font-size:36px!important;color:#BE9D68!important;font-weight:600;margin-bottom:30px!important;line-height:1.3!important;}.blog-author{font-family:"Roboto",sans-serif;font-size:15px;color:#FFFFFF;background:rgba(234,209,110,0.05);border:1px solid rgba(234,209,110,0.2);border-radius:12px;padding:20px;}.blog-author .lab-ul{list-style:none;margin:0;padding:0;}.blog-author .lab-ul li{margin-bottom:8px;}.blog-author .author_name{font-weight:600;color:#BE9D68;}.blog-author time{color:rgba(255,255,255,0.75)!important;}.blog-author a{color:#BE9D68;text-decoration:none;}.blog-author a:hover{text-decoration:underline;}.blog-article-content p.ps-article-img{margin:0 0 30px 0;border-radius:16px;overflow:hidden;}.blog-article-content p.ps-article-img img{width:100%;height:auto;display:block;border-radius:16px;}.article-body.rte p{font-family:"Roboto",sans-serif;font-size:16px!important;line-height:1.8!important;color:rgba(255,255,255,0.85)!important;margin-bottom:24px!important;}.article-body.rte h2{font-family:"Playfair Display",serif;font-size:26px!important;color:#BE9D68!important;font-weight:600;margin:40px 0 20px 0!important;line-height:1.3!important;}.article-body.rte a{color:#BE9D68;text-decoration:underline;}.blog-sidebar{margin-top:60px;border-top:1px solid rgba(234,209,110,0.25);padding-top:40px;}.blog-sidebar-h2{font-family:"Playfair Display",serif;font-size:24px!important;color:#BE9D68!important;font-weight:600;margin-bottom:24px!important;}.ps-blog-recent-posts{list-style:none;margin:0;padding:0;}.ps-blog-recent-posts .blog-li{margin-bottom:0;list-style:none;}.ps-blog-recent-posts .blog-article{background:#050505;border:1px solid rgba(234,209,110,0.25);border-radius:12px;padding:20px;max-width:500px;}.ps-blog-recent-posts .ps-article-img{margin:-20px -20px 16px -20px;overflow:hidden;}.ps-blog-recent-posts .ps-article-img img{width:100%;height:auto;display:block;}.ps-blog-recent-posts .article-category{font-family:"Roboto",sans-serif;font-size:12px;color:#BE9D68;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px;}.ps-blog-recent-posts .article-category a{color:#BE9D68;text-decoration:none;}.ps-blog-recent-posts .article-title.widget-title a{font-family:"Playfair Display",serif;font-size:20px!important;color:#BE9D68!important;text-decoration:none;font-weight:600;line-height:1.3;}.ps-blog-recent-posts .item-body.rte p{font-family:"Roboto",sans-serif;font-size:15px!important;line-height:1.6!important;color:rgba(255,255,255,0.85)!important;margin-bottom:12px!important;}@media screen and (max-width:960px){.article-blog-main-heading{font-size:28px!important;}}
.blog-sidebar{padding-left:15px;}.articles-filter-container{background-color:#050505;border:1px solid rgba(234,209,110,0.25);border-radius:12px;padding:24px;margin-bottom:30px;box-shadow:0 4px 15px rgba(0,0,0,0.5);}.articles-filter-container .filter-h2{font-family:"Playfair Display",serif;font-size:20px!important;color:#BE9D68!important;font-weight:600;margin-top:0!important;margin-bottom:16px!important;line-height:1.3;display:block!important;}.articles-filter-container .filter-h2::after{display:none!important;}.ps-blog-category.ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}.ps-blog-category.ul li{margin:0;list-style:none;float:none;width:100%;}.ps-blog-category.ul li a{font-family:"Roboto",sans-serif;font-size:15px;color:#FFFFFF;text-decoration:none;display:block;width:100%;padding:10px 14px;background-color:#0a0a0a;border:1px solid rgba(234,209,110,0.25);border-radius:8px;box-sizing:border-box;transition:all 0.3s ease;}.ps-blog-category.ul li a:hover,.ps-blog-category.ul li.active a{background-color:rgba(234,209,110,0.15);border-color:#BE9D68;color:#BE9D68;font-weight:600;}


/****** Forms ******/
.form-container-3,form:has(.fieldset){background:#050505!important;border:1px solid rgba(234,209,110,0.25)!important;padding:42px!important;border-radius:16px!important;box-shadow:0 16px 40px rgba(0,0,0,0.6)!important;max-width:650px!important;margin:0 auto!important;position:relative;overflow:hidden;}
.form-container-3::before,form:has(.fieldset)::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#BE9D68,transparent);z-index:1;}
.form-container-3::after,form:has(.fieldset)::after{content:"";position:absolute;right:-55px;bottom:-55px;width:150px;height:150px;border:18px solid rgba(234,209,110,0.06);border-radius:50%;pointer-events:none;}
.form-template-3 .ww-form-container-3 textarea{background:#0a0a0a!important;border-radius:8px;}
input.input,input[type="text"],input[type="email"],input[type="tel"],.form-container select,.form-container textarea{width:100s%!important;background:#0a0a0a!important;border:1px solid rgba(234,209,110,0.25)!important;border-radius:8px!important;padding:15px 18px!important;font-family:"Roboto",sans-serif;font-size:16px!important;color:#FFFFFF!important;transition:all 0.3s ease!important;box-shadow:0 2px 8px rgba(0,0,0,0.4)!important;}
input.input:hover,input[type="text"]:hover,input[type="email"]:hover,input[type="tel"]:hover,.form-container select:hover,.form-container textarea:hover{border-color:rgba(234,209,110,0.6)!important;}
input.input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,.form-container select:focus,.form-container textarea:focus{border-color:#BE9D68!important;background:#0a0a0a!important;outline:none!important;box-shadow:0 0 0 3px rgba(234,209,110,0.2)!important;}
.fieldset label,.form-container label{font-family:"Playfair Display",serif;font-size:16px!important;font-weight:600!important;color:#BE9D68!important;margin-bottom:7px!important;letter-spacing:0.3px!important;}
.form-container input[type="submit"],.form-container button[type="submit"]{position:relative;background:#BE9D68!important;color:#000000!important;border:1px solid #BE9D68!important;border-radius:6px!important;padding:15px 24px!important;font-family:"Roboto",sans-serif;font-size:15px!important;font-weight:600!important;letter-spacing:0.06em!important;text-transform:none!important;transition:all 0.3s ease!important;box-shadow:0 7px 18px rgba(234,209,110,0.25)!important;cursor:pointer!important;width:165px!important;}
.form-container input[type="submit"]:hover,.form-container button[type="submit"]:hover{background:#f5e49c!important;border-color:#f5e49c!important;color:#000000!important;transform:translateY(-3px)!important;box-shadow:0 12px 25px rgba(234,209,110,0.4)!important;}
.form-template-3 .ww-form-container-3 select{background:#0a0a0a!important;border:1px solid rgba(234,209,110,0.25)!important;border-radius:8px!important;color:#FFFFFF!important;}
input#mob_phone_phone_number_tel{padding-left:47px!important;}
@media screen and (max-width:767px){.form-container-3,form:has(.fieldset){padding:30px 20px!important;border-radius:12px!important;}.form-container input[type="submit"],.form-container button[type="submit"]{width:100%!important;}}

#lead-magnet-form .ww-form-container{position:relative;overflow:hidden;max-width:660px;margin:0 auto;padding:42px 38px;border:1px solid rgba(234,209,110,0.25);border-radius:16px;background:#050505;box-shadow:0 16px 40px rgba(0,0,0,0.6);}
#lead-magnet-form .ww-form-container::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#BE9D68,transparent);}
#lead-magnet-form .ww-form-container::after{content:"";position:absolute;right:-55px;bottom:-55px;width:150px;height:150px;border:18px solid rgba(234,209,110,0.06);border-radius:50%;pointer-events:none;}
#lead-magnet-form form{width:100%;}
#lead-magnet-form h2{font-family:"Playfair Display",serif;font-size:34px;line-height:1.2;font-weight:600;color:#BE9D68;margin:0 0 14px;position:relative;z-index:1;}
#lead-magnet-form h2::after{content:"";display:block;width:42px;height:3px;background:#BE9D68;border-radius:3px;margin-top:12px;}
#lead-magnet-form p{font-family:"Roboto",sans-serif;color:rgba(255,255,255,0.85)!important;font-size:16px;line-height:1.7;margin:0 0 26px;position:relative;z-index:1;}
#lead-magnet-form .first_name_wrap,#lead-magnet-form .email_wrap{margin-bottom:18px;}
#lead-magnet-form label{display:block;font-family:"Playfair Display",serif;font-size:15px;font-weight:600;letter-spacing:0.02em;text-transform:none;color:#BE9D68!important;margin-bottom:7px;}
#lead-magnet-form .required{color:#f5e49c!important;margin-left:3px;}
#lead-magnet-form input.input:not(.button){width:100%;padding:14px 17px;line-height:1.5;font-family:"Roboto",sans-serif;font-size:16px;background:#0a0a0a!important;border:1px solid rgba(234,209,110,0.25)!important;color:#FFFFFF!important;border-radius:8px!important;box-shadow:0 2px 8px rgba(0,0,0,0.4)!important;transition:all 0.3s ease;}
#lead-magnet-form input.input:not(.button):hover{border-color:rgba(234,209,110,0.6)!important;}
#lead-magnet-form input.input:not(.button)::placeholder{color:rgba(255,255,255,0.4);}
#lead-magnet-form input.input:not(.button):focus{outline:none;border-color:#BE9D68!important;box-shadow:0 0 0 3px rgba(234,209,110,0.2)!important;}
#lead-magnet-form .error{display:block;margin-top:6px;font-family:"Roboto",sans-serif;font-size:13px;color:#f5e49c;}
#lead-magnet-form .captcha_wrap{margin-bottom:16px;}
#lead-magnet-form input[type="submit"]{font-family:"Roboto",sans-serif;font-weight:600;font-size:15px!important;line-height:1.4!important;letter-spacing:0.06em;text-align:center;text-transform:none;display:inline-flex;align-items:center;justify-content:center;padding:15px 26px!important;cursor:pointer;background:#BE9D68!important;color:#000000!important;border:1px solid #BE9D68!important;border-radius:6px!important;transition:all 0.3s ease;transform:translateY(0);width:max-content!important;box-shadow:0 7px 18px rgba(234,209,110,0.25);}
#lead-magnet-form input[type="submit"]:hover,#lead-magnet-form input[type="submit"]:focus,#lead-magnet-form input[type="submit"]:active{background:#f5e49c!important;color:#000000!important;border-color:#f5e49c!important;opacity:1;transform:translateY(-3px);box-shadow:0 12px 25px rgba(234,209,110,0.4);outline:none;}
@media all and (max-width:640px){
#lead-magnet-form .ww-form-container{padding:30px 22px;border-radius:12px;}
#lead-magnet-form h2{font-size:28px;}
#lead-magnet-form p{font-size:15px;}
#lead-magnet-form input[type="submit"]{width:100%!important;}
}

/***** CTA *******/
.cta-links{font-weight:600;color:#FFFFFF;text-decoration:none;position:relative;transition:all 0.3s ease;padding-bottom:2px;}
.cta-links:after{content:"";position:absolute;left:0;bottom:0;width:96%;height:2px;background:#BE9D68;transform:scaleX(0);transform-origin:right;transition:transform 0.4s cubic-bezier(.19,1,.22,1);}
.cta-links:hover{color:#BE9D68;text-decoration:none;}
.cta-links:hover:after{transform:scaleX(1);transform-origin:left;}


.fa-border{color:#BE9D68;background:#050505;padding:15px;border-radius:50%;border:1px solid rgba(234,209,110,0.25);transition:all 0.4s cubic-bezier(.175,.885,.32,1.275);display:inline-block;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,0.5);}
.fa-border:hover{color:#000000;background:#BE9D68;transform:translateY(-8px);box-shadow:0 10px 20px rgba(234,209,110,0.35);border-color:#BE9D68;}




@media screen and (max-width:1023.5px){
.inner-banner.blog-banner{position:relative;max-width:100%!important;display:flex;justify-content:center;padding:20px;text-align:center;}
.in-banner-desc{padding:20px 10px;max-width:100%;margin:0 auto!important;}
.user-logged-out .inner-content-div, .inner-banner.blog-banner{max-width:100%;padding:30px;text-align:center;background:rgba(5,5,5,0.9);backdrop-filter:blur(10px);border-radius:0px;border:1px solid rgba(234,209,110,0.25);box-shadow:0 10px 25px rgba(0,0,0,0.6);}
footer{margin-top:0px;}
p.align-middle.flex-container.icon-div.last-icon-div,p.align-middle.flex-container.icon-div.mobile-one{justify-content:center;}
.banner-main-heading::before{left:50%;transform:translateX(-50%);}
.banner-main-heading::after{left:57%;transform:translateX(-50%);}
.in-banner-desc{border:0px solid rgba(234,209,110,0.25);box-shadow:0 10px 40px rgba(0,0,0,0);background:rgba(5,5,5,0.85);backdrop-filter:blur(10px);}
ul.list.bullet-list li{text-align: left !important;}

}


/****** newsletter sec********/
.bbl-newsletter{position:relative;background:#31312F;overflow:hidden;border-top:1px solid rgba(234,209,110,.22);}
.bbl-newsletter::before{content:"";position:absolute;top:0;left:50%;width:1px;height:100%;background:linear-gradient(180deg,rgba(234,209,110,.18),transparent 45%,rgba(234,209,110,.08));opacity:.45;pointer-events:none;}
.bbl-newsletter::after{content:"";position:absolute;left:50%;top:50%;width:700px;height:700px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(234,209,110,.07) 0%,rgba(234,209,110,.025) 32%,transparent 68%);pointer-events:none;}
.bbl-newsletter .is-box-centered{position:relative;z-index:2;}
.bbl-newsletter-content{position:relative;max-width:900px;margin:0 auto;padding:85px 40px 90px;text-align:center;}
.bbl-newsletter-mark{display:flex;align-items:center;justify-content:center;gap:22px;margin:0 auto 30px;}
.bbl-newsletter-mark span{display:block;width:70px;height:1px;background:linear-gradient(90deg,transparent,#BE9D68);}
.bbl-newsletter-mark span:last-child{background:linear-gradient(90deg,#BE9D68,transparent);}
.bbl-newsletter-logo{display:block;width:auto;height:78px;max-width:70px;object-fit:contain;opacity:.95;}
.bbl-newsletter-heading{position:relative;max-width:780px;margin:0 auto 25px;font-family:"Playfair Display",serif;font-size:36px!important;text-transform: capitalize;font-weight:500;line-height:1.2;letter-spacing:-.015em;color:#fff!important;}
.bbl-newsletter-heading::after{content:"";display:block;width:55px;height:2px;margin:25px auto 0;background:#BE9D68;}
.bbl-newsletter-text{max-width:700px;margin:0 auto 34px;font-family:"Roboto",sans-serif;font-size:16px;line-height:1.75;color:rgba(255,255,255,.76)!important;}

@media(max-width:1023px){.bbl-newsletter-content{padding:70px 30px 75px;}.bbl-newsletter-heading{font-size:36px!important;}}

@media(max-width:767px){
.bbl-newsletter-content{padding:60px 22px 65px;}
.bbl-newsletter-mark{gap:14px;margin-bottom:25px;}
.bbl-newsletter-mark span{width:42px;}
.bbl-newsletter-logo{height:65px;max-width:60px;}
.bbl-newsletter-heading{font-size:30px!important;line-height:1.25;}
.bbl-newsletter-heading::after{margin-top:20px;}
.bbl-newsletter-text{font-size:15px;line-height:1.7;margin-bottom:30px;}
}

@media(max-width:375px){
.bbl-newsletter-content{padding:50px 18px 55px;}
.bbl-newsletter-heading{font-size:27px!important;}
.bbl-newsletter-mark span{width:30px;}
}


/*** service area line *******/
.is-section.bbl-service-area-sec{position:relative!important;background:#31312F!important;color:#fff!important;overflow:hidden;}
.is-section.bbl-service-area-sec::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,#BE9D68 30%,#BE9D68 70%,transparent);}
.is-section.bbl-service-area-sec::after{content:"";position:absolute;right:-180px;top:50%;width:500px;height:500px;transform:translateY(-50%);border:1px solid rgba(234,209,110,.07);border-radius:50%;pointer-events:none;}
.is-section.bbl-service-area-sec .is-box-centered{position:relative;z-index:2;}
.is-section.bbl-service-area-sec .container{padding-top:85px;padding-bottom:85px;}

.bbl-service-area-wrap{position:relative;max-width:1150px;margin:0 auto;}
.bbl-service-area-bg-text{position:absolute;top:-25px;left:-25px;font-family:"Roboto",sans-serif;font-size:90px;font-weight:700;line-height:1;letter-spacing:.08em;color:rgba(255,255,255,.025);white-space:nowrap;pointer-events:none;user-select:none;}
.bbl-service-area-content{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:center;}
.bbl-service-area-left{position:relative;padding:20px 0 20px 32px;}
.bbl-service-area-eyebrow{display:block;margin-bottom:17px;font-family:"Roboto",sans-serif;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#BE9D68!important;}
.bbl-service-area-heading{margin:0;font-family:"Playfair Display",serif;font-size:32px!important;font-weight:500;line-height:1.12;letter-spacing:-.02em;color:#fff!important;}
.bbl-service-area-heading span{color:#BE9D68!important;}
.bbl-service-area-line{width:55px;height:2px;margin:27px 0 24px;background:#BE9D68;}
.bbl-service-area-intro{max-width:590px;margin:0 0 18px;font-family:"Roboto",sans-serif;font-size:16px;line-height:1.8;color:rgba(255,255,255,.76)!important;}
.bbl-service-area-note{max-width:560px;margin:0;font-family:"Roboto",sans-serif;font-size:14px;line-height:1.7;color:rgba(255,255,255,.48)!important;}
.bbl-service-area-right{position:relative;padding:28px 0 10px 55px;border-left:1px solid rgba(234,209,110,.16);}
.bbl-service-area-title{margin-bottom:8px;font-family:"Roboto",sans-serif;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#BE9D68!important;}
.bbl-service-area-list{display:flex;flex-direction:column;}
.bbl-service-area-item{position:relative;display:flex;align-items:center;min-height:67px;padding:0 5px 0 0;border-bottom:1px solid rgba(255,255,255,.1);color:#fff!important;text-decoration:none!important;transition:all .3s ease;}
.bbl-service-area-item:first-child{border-top:1px solid rgba(255,255,255,.1);}
.bbl-service-area-item-name{font-family:"Playfair Display",serif;font-size:21px;font-weight:500;color:#fff!important;transition:color .3s ease,transform .3s ease;}
.bbl-service-area-item:hover{padding-left:12px;background:rgba(234,209,110,.035);}
.bbl-service-area-item:hover .bbl-service-area-item-name{color:#BE9D68!important;transform:translateX(3px);}

@media(max-width:1023.5px){
.is-section.bbl-service-area-sec .container{padding-top:65px;padding-bottom:70px;}
.bbl-service-area-content{grid-template-columns:1fr;gap:55px;}
.bbl-service-area-bg-text{font-size:70px;top:-10px;left:0;}
.bbl-service-area-left{padding-left:28px;}
.bbl-service-area-heading{font-size:40px!important;}
.bbl-service-area-right{padding-left:35px;}
}

@media(max-width:767px){
.is-section.bbl-service-area-sec .container{padding:55px 20px 60px;}
.is-section.bbl-service-area-sec::after{right:-280px;width:450px;height:450px;}
.bbl-service-area-bg-text{top:5px;left:0;font-size:42px;letter-spacing:.05em;}
.bbl-service-area-content{gap:42px;}
.bbl-service-area-left{padding-left:22px;}
.bbl-service-area-heading{font-size:32px!important;line-height:1.18;}
.bbl-service-area-intro{font-size:15px;line-height:1.7;}
.bbl-service-area-note{font-size:13px;}
.bbl-service-area-right{padding:22px 0 0 22px;}
.bbl-service-area-item{min-height:61px;}
.bbl-service-area-item-name{font-size:19px;}
}

@media(max-width:375px){
.is-section.bbl-service-area-sec .container{padding-left:16px;padding-right:16px;}
.bbl-service-area-heading{font-size:29px!important;}
.bbl-service-area-bg-text{font-size:36px;}
.bbl-service-area-right{padding-left:18px;}
}


/**** contact pg ***/
.is-section.bbl-contact-sec{position:relative!important;background:#31312F!important;color:#fff!important;overflow:hidden;}
.is-section.bbl-contact-sec::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,#BE9D68 30%,#BE9D68 70%,transparent);}
.is-section.bbl-contact-sec::after{content:"";position:absolute;right:-220px;bottom:-280px;width:560px;height:560px;border:1px solid rgba(234,209,110,.07);border-radius:50%;pointer-events:none;}
.is-section.bbl-contact-sec .is-box-centered{position:relative;z-index:2;}
.is-section.bbl-contact-sec .container{padding-top:75px;padding-bottom:80px;}

.bbl-contact-layout{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:start;max-width:1180px;margin:0 auto;}
.bbl-contact-left{position:relative;padding-right:10px;}
.bbl-contact-heading{margin-bottom:34px;}
.bbl-contact-eyebrow{display:block;margin:0 0 14px;font-family:"Roboto",sans-serif;font-size:12px;font-weight:700;line-height:1.4;letter-spacing:.18em;text-transform:uppercase;color:#BE9D68!important;}
.bbl-contact-title{margin:0;font-family:"Playfair Display",serif;font-size:40px!important;font-weight:500;line-height:1.18;letter-spacing:-.015em;color:#fff!important;}
.bbl-contact-intro{max-width:570px;margin:20px 0 0;font-family:"Roboto",sans-serif;font-size:16px;line-height:1.75;color:rgba(255,255,255,.7)!important;}
.bbl-contact-details{display:flex;flex-direction:column;margin-bottom:32px;border-top:1px solid rgba(234,209,110,.16);}
.bbl-contact-detail{display:flex;align-items:center;gap:18px;padding:17px 5px;border-bottom:1px solid rgba(255,255,255,.09);}
.bbl-contact-detail-icon{display:flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;border:1px solid rgba(234,209,110,.35);border-radius:50%;}
.bbl-contact-detail-icon span{font-family:"Roboto",sans-serif;font-size:10px;font-weight:700;letter-spacing:.05em;color:#BE9D68!important;}
.bbl-contact-detail-content{min-width:0;}
.bbl-contact-detail-label{display:block;margin-bottom:3px;font-family:"Roboto",sans-serif;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#BE9D68!important;}
.bbl-contact-detail-content p{margin:0;font-family:"Roboto",sans-serif;font-size:15px;line-height:1.55;color:rgba(255,255,255,.82)!important;}
.bbl-contact-detail-content a{color:rgba(255,255,255,.82)!important;text-decoration:none!important;transition:color .3s ease;}
.bbl-contact-detail-content a:hover{color:#BE9D68!important;}
.bbl-contact-map{position:relative;width:94% !important;overflow:hidden;border:1px solid rgba(234,209,110,.18);background:#080808;}
.bbl-contact-map::before{content:"";position:absolute;inset:0;border:1px solid rgba(234,209,110,.08);pointer-events:none;z-index:2;}
.bbl-contact-map iframe{display:block;width:100%;height:300px;border:0;filter:grayscale(100%) contrast(1.05);}
.bbl-contact-right{position:relative;padding:35px 38px 38px;background:#0a0a0a;border:1px solid rgba(234,209,110,.16);box-shadow:0 20px 50px rgba(0,0,0,.35);}
.bbl-contact-right::before{content:"";position:absolute;top:-1px;left:35px;width:65px;height:2px;background:#BE9D68;}
.bbl-contact-form-header{margin-bottom:28px;}
.bbl-contact-form-intro{max-width:480px;margin:15px 0 0;font-family:"Roboto",sans-serif;font-size:15px;line-height:1.7;color:rgba(255,255,255,.62)!important;}
.bbl-contact-form{position:relative;width:100%;}.bbl-contact-form .column{width:100%;padding:0!important;}

@media(max-width:1023.5px){
.is-section.bbl-contact-sec .container{padding-top:60px;padding-bottom:65px;}
.bbl-contact-layout{grid-template-columns:1fr;gap:55px;max-width:800px;}
.bbl-contact-left{padding-right:0;}
.bbl-contact-right{padding:32px 30px 35px;}
.bbl-contact-title{font-size:36px!important;}
.bbl-contact-map iframe{height:340px;}
}

@media(max-width:767px){
.is-section.bbl-contact-sec .container{padding:52px 20px 58px;}
.bbl-contact-layout{gap:42px;}
.bbl-contact-title{font-size:30px!important;line-height:1.25;}
.bbl-contact-intro{font-size:15px;line-height:1.7;margin-top:16px;}
.bbl-contact-heading{margin-bottom:27px;}
.bbl-contact-detail{gap:14px;padding:15px 2px;}
.bbl-contact-detail-icon{flex:0 0 38px;width:38px;height:38px;}
.bbl-contact-detail-content p{font-size:14px;}
.bbl-contact-map iframe{height:280px;}
.bbl-contact-right{padding:28px 20px 30px;width: 364px !important;}
.bbl-contact-right::before{left:20px;width:50px;}
.bbl-contact-form-intro{font-size:14px;}
}

@media(max-width:375px){
.is-section.bbl-contact-sec .container{padding-left:16px;padding-right:16px;}
.bbl-contact-title{font-size:28px!important;}
.bbl-contact-map iframe{height:250px;}
.bbl-contact-right{padding-left:17px;padding-right:17px;}
}
.fieldset{border: 0px solid #CCCCCC !important;}
.accordion-title::before{display:none !important}


/****** About pg ***/
.bbl-story{position:relative;color:rgba(255,255,255,.85);padding:85px 0!important;background:#31312F;overflow:hidden}
.bbl-story::before{content:"";position:absolute;top:0;left:50%;width:70%;height:1px;background:linear-gradient(90deg,transparent,rgba(234,209,110,.65),transparent);transform:translateX(-50%);pointer-events:none}
.bbl-story-inner{display:flex;flex-wrap:nowrap;align-items:center;gap:65px;max-width:1180px;margin:0 auto}
.bbl-story-aside{position:relative;flex:0 0 42%;max-width:42%;min-width:0}
.bbl-tick{display:block;width:48px;height:3px;margin:0 0 20px;background:#BE9D68;border-radius:2px}
.bbl-story-aside h2{margin:0 0 32px;font-family:"Playfair Display",serif;font-size:32px;line-height:1.2;font-weight:500;letter-spacing:.01em;color:#BE9D68!important}
.bbl-story-body{position:relative;flex:1 1 58%;max-width:58%;min-width:0;padding-left:30px;border-left:1px solid rgba(234,209,110,.2);font-family:"Roboto",sans-serif;font-size:16px;line-height:1.8;color:#D9D8D7}
.bbl-story-body div{margin:0 0 22px}
.bbl-story-body div:last-child{margin-bottom:0}
.bbl-story-close{position:relative;margin-top:32px;padding:18px 22px 18px 24px;font-family:"Playfair Display",serif;font-style:italic;font-size:18px;line-height:1.65;color:#BE9D68!important;background:rgba(234,209,110,.035);border-left:2px solid #BE9D68;border-radius:0 6px 6px 0}
.bbl-story-close::before{content:"“";position:absolute;top:4px;left:8px;font-family:"Playfair Display",serif;font-size:28px;line-height:1;color:rgba(234,209,110,.45)}

@media(min-width:1023.5px){
.bbl-story{padding:80px 30px!important}
.bbl-story-inner{flex-wrap:nowrap;align-items:center;gap:55px}
.bbl-story-aside{flex:0 0 42%;max-width:42%}
.bbl-story-body{flex:1 1 58%;max-width:58%}
.bbl-story-aside h2{font-size:32px}
}

@media(max-width:1023.4px) and (min-width:768px){
.bbl-story{padding:65px 30px!important}
.bbl-story-inner{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:35px}
.bbl-story-aside{flex:0 0 40%;max-width:40%}
.bbl-story-body{flex:1 1 60%;max-width:60%;padding-left:22px;font-size:15px;line-height:1.7}
.bbl-story-aside h2{font-size:30px;line-height:1.25;margin-bottom:24px}
.bbl-story-close{margin-top:24px;padding:14px 15px 14px 18px;font-size:16px;line-height:1.5}
}

@media(max-width:800px){
.bbl-story{padding:60px 20px!important}
.bbl-story-inner{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:35px;width:100%;max-width:100%;margin:0 auto}
.bbl-story-aside{flex:0 0 auto;width:100%;max-width:100%;text-align:left}
.bbl-tick{width:42px;height:3px;margin:10px auto;}
.bbl-story-aside h2{font-size:30px;line-height:1.25;margin:0;display: flex;justify-content: center;padding-bottom: 34px;}
.bbl-story-body{flex:0 0 auto;width:100%;max-width:100%;padding:0;border-left:0;border-top:1px solid rgba(234,209,110,.2);padding-top:28px;font-size:15px;line-height:1.75}
.bbl-story-body div{margin-bottom:18px}
.bbl-story-close{margin-top:25px;padding:15px 16px 15px 20px;font-size:16px;line-height:1.55}
.bbl-story-close::before{top:4px;left:7px;font-size:26px}
}

@media(max-width:375px){
.bbl-story{padding:50px 16px!important}
.bbl-story-inner{gap:30px}
.bbl-story-aside h2{font-size:27px}
.bbl-story-body{font-size:14px;line-height:1.7;padding-top:24px}
.bbl-story-close{font-size:15px;padding:14px 14px 14px 18px}
}

.is-section.bbl-mission-sec{position:relative!important;background:#31312F!important;color:#fff!important;overflow:hidden}
.is-section.bbl-mission-sec::before{content:"";position:absolute;top:0;left:50%;width:65%;height:1px;background:linear-gradient(90deg,transparent,rgba(234,209,110,.7),transparent);transform:translateX(-50%)}
.is-section.bbl-mission-sec::after{content:"";position:absolute;right:-180px;bottom:-220px;width:420px;height:420px;border:1px solid rgba(234,209,110,.07);border-radius:50%;pointer-events:none}
.is-section.bbl-mission-sec .is-box-centered{position:relative;z-index:2}
.is-section.bbl-mission-sec .grid-container{width:100%}
.bbl-mission-wrap{position:relative;max-width:900px;margin:0 auto;padding:80px 60px;text-align:center}
.bbl-mission-heading{margin:0;font-family:"Playfair Display",serif;font-size:42px!important;font-weight:500;line-height:1.2;letter-spacing:.01em;color:#BE9D68!important}
.bbl-mission-divider{width:55px;height:2px;margin:24px auto 28px;background:#BE9D68}
.bbl-mission-text{max-width:760px;margin:0 auto;font-family:"Roboto",sans-serif;font-size:16px;font-weight:400;line-height:1.85;color:#D9D8D7!important}

@media(min-width:1023.5px){.bbl-mission-wrap{padding:80px 60px}}

@media(max-width:1023.4px){
.bbl-mission-wrap{padding:60px 25px}
.bbl-mission-heading{font-size:34px!important}
.bbl-mission-text{font-size:15px;line-height:1.75}
}


.bbl-sec-tint{position:relative;padding:80px 0 !important;background:#050505;color:rgba(255,255,255,.86);overflow:hidden}
.bbl-sec-tint::before{content:"";position:absolute;top:0;left:8%;right:8%;height:1px;background:linear-gradient(90deg,transparent,rgba(234,209,110,.35),transparent)}
.bbl-feat{display:flex;flex-wrap:wrap;gap:60px;align-items:center}
.bbl-feat-col{flex:1 1 450px}
.bbl-feat-col:first-child{flex:0 1 44%;max-width:520px}
.bbl-feat-col:last-child{flex:1 1 48%}
.bbl-feat-image-wrap{position:relative;width:100%;max-width:500px;margin:0 auto;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.85),0 8px 35px rgba(234,209,110,.08);transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease}
.bbl-feat-image-wrap::after{content:"";position:absolute;inset:0;border-radius:16px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);pointer-events:none}
.bbl-feat-image-wrap:hover{transform:translateY(-5px);border-color:rgba(234,209,110,.55);box-shadow:0 30px 70px rgba(0,0,0,.9),0 12px 40px rgba(234,209,110,.12)}
.bbl-feat-h2{position:relative;font-family:"Playfair Display",serif;font-size:38px;line-height:1.2;font-weight:700;color:#BE9D68;margin:0 0 24px;letter-spacing:.01em}
.bbl-feat-h2::after{content:"";display:block;width:58px;height:2px;margin-top:18px;background:linear-gradient(90deg,#BE9D68,rgba(234,209,110,.15));border-radius:2px}
.bbl-lead{font-family:"Roboto",sans-serif;font-size:16px;line-height:1.85;font-weight:400;color:#D9D8D7;margin:0 0 20px;max-width:680px}
@media(max-width:1023px){.bbl-sec-tint{padding:70px 0}.bbl-feat{gap:45px}.bbl-feat-col:first-child{flex-basis:42%;max-width:480px}.bbl-feat-h2{font-size:34px}}
@media(max-width:800px){.bbl-sec-tint{padding:60px 0}.bbl-feat{gap:35px}.bbl-feat-col,.bbl-feat-col:first-child,.bbl-feat-col:last-child{flex:1 1 100%;max-width:100%}.bbl-feat-image-wrap{max-width:420px}.bbl-feat-h2{font-size:30px;margin-bottom:20px}.bbl-lead{font-size:15px;line-height:1.75}}

.service-bg{position:relative;padding:80px 0!important;color:#fff}
.service-bg::before{content:"";position:absolute;top:0;left:8%;right:8%;height:1px;background:linear-gradient(90deg,transparent,rgba(234,209,110,.35),transparent)}
.service-bg .section-main-heading{font-family:"Playfair Display",serif;font-size:32px;color:#BE9D68;margin-bottom:35px}
.service-bg .reviews-sec{background:#0d0d0d!important;border:1px solid rgba(234,209,110,.22);border-radius:14px;box-shadow:0 18px 40px rgba(0,0,0,.65);transition:.35s ease}
.service-bg .reviews-sec:hover{transform:translateY(-7px);border-color:rgba(234,209,110,.5);box-shadow:0 25px 50px rgba(0,0,0,.8),0 8px 25px rgba(234,209,110,.1)}
.service-bg .reviews-sec p{font-family:"Roboto",sans-serif;font-size:16px;line-height:1.7;color:#D9D8D7;margin-bottom:12px}.service-bg .reviews-sec strong{color:#BE9D68;letter-spacing:.5px}



/****** Home *******/
.bbl-blog-cta{position:relative;padding:85px 0!important;overflow:hidden}
.bbl-blog-cta::before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(234,209,110,.5),transparent)}
.bbl-blog-cta-content{max-width:850px;margin:0 auto;text-align:center;padding:0 20px}
.bbl-blog-cta-content span{display:inline-block;margin-top:12px}
@media(max-width:767px){.bbl-blog-cta{padding:60px 0!important}.bbl-blog-cta-content{padding:0 15px}}

.bbl-sec-features{position:relative;padding:10px 0!important;color:rgba(255,255,255,.85);overflow:hidden}
.bbl-sec-features::before{content:"";position:absolute;top:0;left:8%;right:8%;height:1px;background:linear-gradient(90deg,transparent,rgba(234,209,110,.35),transparent)}
.bbl-sec-features:nth-of-type(even){background:#080808}
.bbl-sec-features .inner-div{padding:15px 10px}
.bbl-number-top{font-family:"Roboto",sans-serif;font-size:14px;font-weight:700;letter-spacing:3px;color:#BE9D68;margin-bottom:18px}
.bbl-h2{font-family:"Playfair Display",serif;font-size:36px;line-height:1.25;font-weight:600;color:#BE9D68!important;margin:0 0 24px}
.bbl-lead{font-family:"Roboto",sans-serif;font-size:16px;line-height:1.8;color:#D9D8D7;margin:0;max-width:580px}
.bbl-img-wrapper{display:inline-block;position:relative;overflow:hidden;box-shadow:0 20px 45px rgba(0,0,0,.65)}
@media(max-width:767px){.bbl-sec-features{padding:20px 0!important}.bbl-sec-features .inner-div{padding:10px 5px}.bbl-h2{font-size:29px;line-height:1.3;margin-bottom:18px}.bbl-lead{font-size:15px;line-height:1.75}.bbl-number-top{margin-bottom:14px}}


.bbl-sec-about{position:relative;padding:85px 0!important;background:#050505;color:rgba(255,255,255,.85);overflow:hidden}
.bbl-sec-about::before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(234,209,110,.45),transparent)}
.bbl-about-img-wrap{display:inline-block;position:relative;padding:8px;background:rgba(234,209,110,.025);box-shadow:0 22px 50px rgba(0,0,0,.75)}
.bbl-about-h2{font-family:"Playfair Display",serif;font-size:38px;line-height:1.25;font-weight:600;color:#BE9D68!important;margin:0 0 24px}
.bbl-about-lead{font-family:"Roboto",sans-serif;font-size:16px;line-height:1.85;color:#D9D8D7;max-width:600px;margin:0 0 28px}
.bbl-about-btn-wrap{margin-top:10px}
.bbl-about-btn{display:inline-flex!important;align-items:center;justify-content:center;min-width:170px;height:50px;padding:0 28px!important;background:#BE9D68!important;color:#31312F!important;border:1px solid #BE9D68!important;border-radius:30px!important;font-family:"Roboto",sans-serif;font-size:15px!important;font-weight:700!important;letter-spacing:1px;text-transform:uppercase;text-decoration:none!important;transition:.35s ease}
.bbl-about-btn:hover{background:transparent!important;color:#BE9D68!important;transform:translateY(-3px);box-shadow:0 10px 25px rgba(234,209,110,.15)}
@media(max-width:767px){.bbl-sec-about{padding:60px 0!important}.bbl-about-img-wrap{padding:5px;border-radius:12px}.bbl-about-h2{font-size:30px;margin-top:25px;margin-bottom:18px}.bbl-about-lead{font-size:15px;line-height:1.75;margin-bottom:24px}.bbl-about-btn{height:48px;min-width:155px;padding:0 22px!important}}


/***** Inner pages *****/
.bbl-intro-sec{position:relative;padding:85px 0!important;background:#050505;color:rgba(255,255,255,.85);overflow:hidden}
.bbl-intro-sec::before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(234,209,110,.45),transparent)}
.bbl-intro-row{min-height:300px}
.bbl-intro-aside{padding-right:45px}
.bbl-barcode{width:65px;height:3px;background:linear-gradient(90deg,#BE9D68,rgba(234,209,110,.15));border-radius:3px;margin-top:24px}
.bbl-intro-body{padding-left:45px;border-left:1px solid rgba(234,209,110,.22);font-family:"Roboto",sans-serif;color:#D9D8D7}
.bbl-intro-body a{color:#BE9D68;text-decoration:none;transition:.3s ease}
.bbl-intro-body a:hover{color:#fff}
@media(max-width:800px){.bbl-intro-sec{padding:60px 0!important}.bbl-intro-row{min-height:0}.bbl-intro-aside{padding:0 5px 30px}.bbl-barcode{margin-top:18px}.bbl-intro-body{padding:25px 5px 0;border-left:0;border-top:1px solid rgba(234,209,110,.22)}}


.bbl-benefits-sec{position:relative;padding:90px 0!important;background:#050505;color:rgba(255,255,255,.85);overflow:hidden}
.bbl-benefits-sec::before{content:"";position:absolute;top:0;left:8%;right:8%;height:1px;background:linear-gradient(90deg,transparent,rgba(234,209,110,.5),transparent)}
.bbl-benefits-head{margin-bottom:38px}
.bbl-benefits-grid{margin-top:0}
.bbl-benefit-cell{display:flex}
.bbl-benefit-card{position:relative;width:100%;min-height:225px;padding:34px 28px 30px;border:1px solid rgba(234,209,110,.18);border-radius:4px;background:linear-gradient(145deg,#0d0d0d,#080808);box-shadow:0 18px 40px rgba(0,0,0,.5);overflow:hidden;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.bbl-benefit-card::before{content:"";position:absolute;top:0;left:0;width:3px;height:0;background:#BE9D68;transition:height .4s ease}
.bbl-benefit-card::after{content:"";position:absolute;right:-35px;bottom:-35px;width:110px;height:110px;border:1px solid rgba(234,209,110,.08);border-radius:50%}
.bbl-benefit-card:hover{transform:translateY(-7px);border-color:rgba(234,209,110,.42);box-shadow:0 25px 50px rgba(0,0,0,.7),0 8px 28px rgba(234,209,110,.07)}
.bbl-benefit-card:hover::before{height:100%}
.bbl-benefit-num{display:flex;align-items:center;gap:12px;margin-bottom:25px;font-family:"Roboto",sans-serif;font-size:12px;font-weight:700;letter-spacing:2px;color:#BE9D68}
.bbl-benefit-num::after{content:"";width:38px;height:1px;background:rgba(234,209,110,.45)}
@media(max-width:1023px){.bbl-benefits-sec{padding:70px 20px!important}.bbl-benefit-cell{width:50%;margin-bottom:20px}.bbl-benefit-card{min-height:210px;padding:28px 22px}}
@media(max-width:767px){.bbl-benefits-sec{padding:60px 15px!important}.bbl-benefits-head{margin-bottom:25px}.bbl-benefit-cell{width:100%;margin-bottom:15px}.bbl-benefit-card{min-height:auto;padding:25px 20px}.bbl-benefit-num{margin-bottom:18px}}
.bbl-benefit-card .section-sub-heading{font-family:"Roboto",sans-serif;font-size:20px;line-height:1.35;font-weight:700;letter-spacing:.01em;color:#fff!important;margin:0 0 12px}
@media(max-width:767px){.bbl-benefit-card .section-sub-heading{font-size:19px}}



.bbl-sec-monthly,.bbl-sec-payroll,.bbl-sec-reconciliation{position:relative;padding:80px 0!important;background:#050505;color:rgba(255,255,255,.85);overflow:hidden}
.bbl-sec-payroll,.bbl-sec-reconciliation{margin-top:40px}
.bbl-sec-monthly::before,.bbl-sec-payroll::before,.bbl-sec-reconciliation::before{content:"";position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(234,209,110,.4),transparent)}
.bbl-sec-monthly .inner-div,.bbl-sec-payroll .inner-div,.bbl-sec-reconciliation .inner-div{padding:10px 20px}
.bbl-sec-monthly .bullet-list,.bbl-sec-payroll .bullet-list,.bbl-sec-reconciliation .bullet-list{margin-top:25px}
@media(max-width:767px){
.bbl-sec-monthly,.bbl-sec-payroll,.bbl-sec-reconciliation{padding:60px 0!important}
.bbl-sec-payroll,.bbl-sec-reconciliation{margin-top:25px}
.bbl-sec-monthly .inner-div,.bbl-sec-payroll .inner-div,.bbl-sec-reconciliation .inner-div{padding:25px 5px 5px}
.bbl-sec-monthly .bullet-list,.bbl-sec-payroll .bullet-list,.bbl-sec-reconciliation .bullet-list{margin-top:20px}
}


@media (min-width:1024px) and (max-width:1200px){
footer .footer-text p, footer .shop-address, footer .contact-number span a, footer .email-id{font-size: 13px !important;}}







