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
















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


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

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

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

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

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

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

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

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

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

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


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


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

.form legend {
    font-weight: 700;
}

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


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

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

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

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

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

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

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

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

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

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

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

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{

  background: linear-gradient(
    90deg,
    #000000 0%,
    #f6e27a 10%,
    #d39b2a 30%,
    #7fb3c9 65%,
    #1f6fbf 85%,
    #000000 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* fallback */
  color: transparent;

}

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

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

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

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

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

footer {
    border-top:none;
}

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

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

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

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

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

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

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

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


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


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




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

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

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

header a:hover .ps-cart-text-container {
    background:#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: #97691A;
    
}


.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:#010101;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

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

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

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: #FFFFFF;
     font-weight:400;
     font-size:18px;
     
}

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

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

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

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

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

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

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-color:transparent;
    display: inline-block;
    width: 12px;
    height: auto;
    border-color: #185CB0 transparent transparent !important;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    left: auto
    margin-top: 0px;
        border: inset 9px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.column.full {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

.new-header-6 .menu a.head-contact-links .icon-part{
    padding-right:20px;
    color:#185CB0;
    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 #262626;
    margin-top: 10px;
    padding-top: 5px;
}

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

/* New headers CSS END */

/* new theme 2 styles */

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

.main-banner-sec.theme-2 form .button {
    background: transparent;
    color: #FFFFFF;
    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: transparent;
    color: #FFFFFF;
}

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

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

#contact-us-form-container form input:not([type="submit"]) {
    border:1px solid #363636;
    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:#FFFFFF;
}

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

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

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

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

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

footer.new-footer h4 {
    font-weight:400;
    font-size:24px;
    margin-bottom:0px;
    font-family:"Inter", sans-serif;;
}

.footer-media-box {
    margin-top:5px;
}
.footer-media-box a
{
    margin-bottom:14px;
    padding-left:35px;
   display:inline-block!important;
}
.footer-media-box .shop-address
{
    background:url("//d14ty28lkqz1hw.cloudfront.net/data/org/31112/theme/49004/img/address.webp")no-repeat left top;
}
.footer-media-box .shop-phone
{
    background:url("//d14ty28lkqz1hw.cloudfront.net/data/org/31112/theme/49004/img/phone.webp")no-repeat left top;
}
.footer-media-box .shop-email
{
    background:url("//d14ty28lkqz1hw.cloudfront.net/data/org/31112/theme/49004/img/email.webp")no-repeat left top;
}
.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 #363636;
    padding-top: 15px;
    padding-bottom: 15px;
}

.new-footer-1 .footer-social-media {
    margin-top:0px;
    margin-bottom:30px;
}
.new-footer-1 .footer-social-media svg.fb
{
    stroke: #185cb0;
    fill: #185cb0;
}
.new-footer-1 .footer-social-media svg.insta
{
    stroke: #185cb0;
 
}
.new-footer-1 .footer-social-media svg.twitter
{
   
    fill: #185cb0;
}
.new-footer-1 .footer-social-media a
{
    border-right:1px solid #363636;
    padding:0 15px 0 0 !important;
    height:20px;
    margin-right:15px;
    display:flex;
    align-items:center;
}
.new-footer-1 .footer-social-media li:last-child a
{
    padding-right:0;
    margin-right:0;
    border:none;
}
.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: #FFFFFF;
}

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

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

footer iframe {
    width:275px;
}

.new-footer.with-background-image {
    background:url("//d14ty28lkqz1hw.cloudfront.net/data/org/31112/theme/49004/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:#97691A;
    font-weight:500;
}

.text-primary {
     color:transparent;
}

strong, b {
    font-weight: bolder;
}

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

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

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

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

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

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

.new-blog-page-type .blog-search-button svg {
    fill:#000000;
}
.blog-search-container .blog-search-button:before
{
    display:none;
}
.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: 30px 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:14px;
    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;
  
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 16px;
   
}
.ps-blog-category li.active a{
padding: 7px 20px !important;
}
.ps-blog-category li.active a,
.ps-blog-category li a:hover{
    border-radius: 0;
    vertical-align: baseline;
    line-height: inherit;
    background:transparent;
    color:#FFFFFF;
}

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

.new-blog-page-type .section-main-heading {
    
}

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

.new-blog-page-type .article-title {
    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:14px;
    }
    .new-blog-page-type .small-block-grid-1 {
        grid-template-columns: 1fr;
    }
    .articles-filter-container {
        margin-top:80px;
    }
    .new-blog-page-type .ps-blog-recent-posts {
         grid-template-columns: 1fr;
         width:100%;
         margin:auto;
    }
    .articles-filter-container .mobile-category-title {
        border:1px solid #363636;
    }
    #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;
    }
   
    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:#010101;
}

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


aside.sidenav .menu.simple {
    background:#97691A;
    color: #FFFFFF;
}

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



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

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

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

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

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

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

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

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

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

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


 .feature-strip
 {
     margin-top:-122px !important;
 }

/* EACH COLUMN */
.feature-item {
  position: relative;
  padding: 60px 40px;
  background: rgba(27,65, 115, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

/* middle darker */
.feature-middle {
  background: rgba(13, 47, 91, 0.92);
}
.feature-item:last-child
{
     background: rgba(17, 60, 114, 0.8);
}
/* subtle overlay effect */
.feature-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.05), transparent);
  pointer-events: none;
}

/* INNER CONTENT */
.feature-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 360px;
  width: 100%;
}

/* LEFT SIDE (ICON + LINE) */
.feature-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* ICON */
.feature-icon {

  object-fit: contain;
}

/* DIVIDER */
.feature-divider {
  width: 1px;
  height: 52px;
  background: rgba(255,255,255,0.7);
  display: inline-block;
}

/* TEXT */
.feature-title {
  margin: 0;
  color: #fff;
  font-size: 23.9px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  font-family:  "Cormorant Infant", serif;;
  text-align:left;
}





/* Home slider css*/
/* ===== LAYOUT ===== */
.mortgage-solutions-wrap {
  align-items: center;
}

/* ===== LEFT CONTENT ===== */
.mortgage-solutions-content {
  color: #fff;
  position: relative;
}

.section-main-heading {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}

.mortgage-solutions-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* ===== BUTTON (UPDATED) ===== */
.button.mortgage-solutions-btn {
  background: #97691a;
  color: #fff;
  border: 2px solid #97691a;
}

.button.mortgage-solutions-btn:before {
  display: none;
}

/* ===== DOTS (UPDATED) ===== */
.mortgage-slider-dots {
  margin-top: 5px;
  position: absolute;
}

.mortgage-slider-dots .slick-dots {
  margin: 0;
  display: flex !important;
  align-items: center;
  gap: 10px;
  list-style: none;
}

.mortgage-slider-dots .slick-dots li {
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 0;
}

.mortgage-slider-dots .slick-dots li button {
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.25);
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px 10px !important;
}

.mortgage-slider-dots .slick-dots li.slick-active button {
  background: #fff;
      padding: 8px 15px !important;
}

.mortgage-slider-dots .slick-dots li button:before {
  display: none;
}

/* ===== SLIDER FIX ===== */
.mortgage-solutions-slider-wrap {
  overflow: hidden;
  position: relative;
  min-width: 0;
}

.mortgage-solutions-slider {
  width: 100%;
}

.mortgage-solutions-slider .slick-list {
  overflow: hidden;
}

/* ===== SLIDE ===== */
.mortgage-slide {
  padding: 0 18px;
  box-sizing: border-box;
}

/* ===== CARD ===== */
.mortgage-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

/* ===== IMAGE ===== */
.mortgage-card-image {
  position: relative;
  overflow: hidden;
}

.mortgage-card-image img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* ===== OVERLAY DESCRIPTION ===== */
.mortgage-card-overlay {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  padding: 20px;
  color: #fff;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.95) 0%,
    rgba(0,0,0,0.7) 50%,
    rgba(0,0,0,0) 100%
  );

  opacity: 0;
  transition: all 0.35s ease;
}

.mortgage-card-overlay p {
  margin: 0 0 12px;
  font-size: 14px;
}

/* ===== INNER BUTTON ===== */
.mortgage-inner-btn {
  display: inline-block;
  background: #d39b2a;
  padding: 10px 16px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}

/* ===== CAPTION BELOW ===== */
.mortgage-card-caption {
  background: #000;
  color: #fff;
  padding: 16px 20px;
  transition:all 0.5s;
}

.mortgage-card-caption-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mortgage-slide h3, .mortgage-card h3, .normal-card .card h3,
.service-area-box h3{
 font-size: 18px;
line-height: 36px;
color: #ffffff;
font-weight: 600;
font-family:"Inter", sans-serif;;
margin-top:10px;
}

/* ===== ARROW ===== */
.mortgage-card-arrow {
  font-size: 28px;
  color: #d39b2a;
  transition: transform 0.3s ease;
}

/* ===== HOVER EFFECT ===== */
.mortgage-card:hover .mortgage-card-overlay {
  opacity: 1;
}

.mortgage-card:hover .mortgage-card-image img {
  transform: scale(1.08);
}

.mortgage-card:hover .mortgage-card-arrow {
  transform: translateX(6pfx);
}
.mortgage-card:hover .mortgage-card-caption
{
    opacity:0;
}



.solutions-feature-block {
  background: #000;
  padding: 35px;
}

.solution-card {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  background: #000;
}

.solution-card-image {
  position: relative;
}

.solution-card-image img {
  width: 100%;

  object-fit: cover;
  display: block;
}

.solution-card-bottom {
  background: #97691a;
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  position: relative;
  z-index: 3;
}

.solution-card-icon {
  flex: 0 0 54px;
  max-width: 54px;
}

.solution-card-icon img {
  width: 100%;
  display: block;
}

.solution-card-divider {
  width: 1px;
  height: 58px;
  background: #fff;
  flex: 0 0 1px;
}

.solution-card-title {
   margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  font-family:  "Cormorant Infant", serif;;
  text-align:left;
}

.solution-card-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 66, 115, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: 0.35s ease;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 35px 40px;
}

.solution-card-hover:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), transparent 55%);
  pointer-events: none;
}

.solution-card-hover-inner {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 360px;
}

.solution-card:hover .solution-card-hover,
.solution-card.is-active .solution-card-hover {
  opacity: 1;
  visibility: visible;
}

/* optional slight zoom */
.solution-card-image img {
  transition: transform 0.4s ease;
}

.solution-card:hover .solution-card-image img,
.solution-card.is-active .solution-card-image img {
  transform: scale(1.03);
}

@media screen and (max-width: 1023px) {
  .solutions-feature-block {
    padding: 25px 20px;
  }

  .solution-card-image img,
  .solution-card-hover {
    height: 260px;
  }

  .solution-card-bottom {
    min-height: 105px;
    padding: 20px 22px;
    gap: 18px;
  }

  .solution-card-title {
    font-size: 20px;
  }

  .solution-card-hover-inner {
    font-size: 16px;
  }
}




.mortgage-cta-blocks {
  background: #000;

}

.mortgage-cta-card {
  background: #0c3964;
  position: relative;
  
}

.mortgage-cta-card-active {
  background: #10488c;
}

.mortgage-cta-inner {
  height: 100%;
      padding: 65px 65px 55px;
  position: relative;
}

.mortgage-cta-top {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.mortgage-cta-icon-box {

}

.mortgage-cta-icon-box img {
  
}

.mortgage-cta-content {
  flex: 1;
  padding-top: 2px;
}

 .mortgage-cta-content h3  {
  font-size: 24px;
line-height: 28px;
text-transform: uppercase;
color: #ffffff;
font-weight: 700;

}



.mortgage-cta-btn-wrap {
  position: absolute;
  left: 50%;
  bottom: -42px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.button.mortgage-cta-btn {
  display: inline-block;

  background: #97691a;
  color: #fff;
  transition: all 0.3s ease;
  border:1px solid #185cb0;
}
.button.mortgage-cta-btn:before
{
    display:none;
}
.button.mortgage-cta-btn:hover,
.button.mortgage-cta-btn:focus {
  background: #185cb0;
  color: #fff;
  opacity:1;
}

@media screen and (max-width: 1023px) {
  .mortgage-cta-inner {
    padding: 40px 28px 68px;
  }

  .mortgage-cta-icon-box {
    width: 105px;
    height: 145px;
  }

  .mortgage-cta-title {
    font-size: 27px;
  }

  .mortgage-cta-text {
    font-size: 16px;
    max-width: 100%;
  }

  .mortgage-cta-btn {
    min-width: 210px;
    font-size: 17px;
    padding: 17px 22px;
  }
}



.reviews-slider
{
    margin-top:35px;
}

.reviews-slider .slick-dots {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 35px 0  0 0;
  list-style: none;
  justify-content:center;
  position:static;
}

.reviews-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
  background: transparent;
}

.reviews-slider  .slick-dots button {
 padding:5px 6px !important;
  border: 0;
  border-radius: 50px;
  background: rgba(255,255,255,0.18);
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

.reviews-slider  .slick-dots li.slick-active button {
  padding:5px 10px !important;
  background: #ffffff;
}



.button  , button{
  position: relative;
 
  border: 0;
  background: transparent;
  border-radius: 999px; /* or your actual radius */
  overflow: visible;
  z-index: 1;
  text-transform:uppercase;
  font-size:1em !important;
  font-weight:400!important;
  padding:18px 30px!important;
  display:inline-block !important;
  align-items:center;
  transition:all 0.5s;
}
.button:hover  , button:hover
{
    transform:translateY(-4px);
    opacity:1;
    box-shadow: 0 9px 12px -2px #97691a85;
    cursor:pointer;

}
.button img
{
    margin-right:10px;
}
.button.btn-blue
{
    background:#185CB0 !important;
    border:2px solid #185CB0 !important;
}
.button.btn-blue:before
{
    display:none !important;
}
.button::before,
button::before{
  content: "";
  position: absolute;
  inset: -1px; /* pushes border slightly outward */
  padding: 1px; /* border thickness */
  border-radius: inherit;
  pointer-events: none;

  background: linear-gradient(
    90deg,
    #f6e27a 0%,
    #d39b2a 22%,
    #7fb3c9 70%,
    #1f6fbf 100%
  );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.new-header .button
{
    background: transparent !important;
    margin-left:10px;
    display:flex !important;
    padding:10px 20px!important;
}
.new-header .button.btn-blue
{
    background:#185CB0 !important;
    border:none !important;
    padding:
}
.logo
{
    margin: 10px 0 10px 0;
}

.main-navigation-background
{
    padding:10px 0
}
header ul.dropdown.menu li:first-child a:not(.button)
{
    padding-left:0 !important;
}
header ul.dropdown.menu li:last-child a:not(.button)
{
    padding-right:0 !important;
}
.banner-main-heading,
.section-main-heading
{
    font-size: 35px;
line-height: 40px;
text-transform: uppercase;
color: #ffffff;
font-weight: 600;
font-family: "Cormorant Infant", serif;;
margin-bottom: 12px;
}
.user-logged-out .inner-content-div {
    max-width: 45%;
    padding:0;
}
.dual-cta 
{
    margin-top:30px;
    margin-bottom:0;
    
}
.dual-cta .button:first-child 
{
    margin-right:12px;
}
.main-banner-sec .cell
{
    position:realtive;
}
.main-banner-sec .cell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
background:linear-gradient(to right, #000000b5 22%, #000000b0 0%, rgb(255 255 255 / 0) 60%, rgb(255 255 255 /0) 80%, rgba(19, 94, 151, 0.0))
}
.pos-ab-ban {
    z-index: 999 !important;
}

.inner-content-div p:not(.dual-cta)
{
    font-size:18px;
    line-height:25px;
}

.section-sub-heading,
.banner-sub-heading
{
    font-size: 18px;
line-height: 24px;
color: #97691a;
font-weight: 600;
font-family:"Inter", sans-serif;;
margin-bottom:15px;
}

.banner-sub-heading
{
    color:#fff !important;
}
.cta-link
{
    color:#0a65b4;
}
.area-cta
{
   color:#d69a31;
}

.section-service-areas .button
{
    padding:18px 18px !important;
  
}
.section-service-areas .button.btn-blue
{
    padding:12px 18px !important;
  
}

#_cbhtml[gray] .is-tool.is-column-tool button,
#_cbhtml .editbox .is-settings button, #_cbhtml .editsection .is-settings button
{
    padding:initial !important;
}

#_cbhtml .is-pop.columnmore button
{
    padding:initial !important;
        display: flex !important;
}
/* HEADING */
.faq-section .section-main-heading {
  margin-bottom: 35px;
}
.accordion-title:after{
    content: "";
    position: absolute;
    inset: -1px;
    padding: 1px;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(90deg, #f6e27a 0%, #d39b2a 22%, #7fb3c9 70%, #1f6fbf 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.accordion-item.is-active .accordion-title
{
 background:#185CB0;
}
.accordion-item
{
    margin-bottom:10px;
}
#_cbhtml label
{
    color:#000 !important;
}

.normal-card .cell {
  display: flex;
}

.normal-card .card {
     margin-bottom: 20px;
    padding: 20px 30px 0 30px;
    border-radius: 0px;
    position:relative;
    background: transparent;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0,0.57);
    transition: all .3s ease;
}
.normal-card .card:before
{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:5px;
    width:100%;
background:linear-gradient(
    90deg,
    #f6e27a 0%,
    #d39b2a 22%,
    #7fb3c9 70%,
    #1f6fbf 100%
  )
}

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

.list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
 
}

/* custom bullet */
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  
     background: linear-gradient(90deg, #f6e27a 0%, #d39b2a 22%, #7fb3c9 70%, #1f6fbf 100%);
}
/* ===== GRID WRAP ===== */
.testimonial-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
  list-style: none;
  padding: 0;
  align-items: stretch;
}

/* ===== EACH ITEM ===== */
.testimonial-list > li {
  width: 50%;
  padding: 12px;
}

/* ===== CARD ===== */
.testimonial {
  background: rgb(12, 57, 100);
  border-radius:0px;
  padding: 60px 30px 20px 30px;
  height: 100%;
  position: relative;
  box-shadow: 0 6px 18px rgba(0, 0, 0,0.57);
  transition: all 0.5s;
   display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

.testimonial:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0,0.57);
}

/* ===== TOP ACCENT ===== */
.testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
background: linear-gradient(90deg, #f6e27a 0%, #d39b2a 22%, #7fb3c9 70%, #1f6fbf 100%);
}

/* ===== IMAGE ===== */

.testimonial-header-image img {
 display:none;
}

/* ===== TEXT ===== */
.testimonial-writeup p {
  text-align:left;
}

.testimonial-writeup::before {
  content: "“";
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left:-13px;
  font-size: 60px;
  color: linear-gradient(90deg, #f6e27a 0%, #d39b2a 22%, #7fb3c9 70%, #1f6fbf 100%);
  font-weight: bold;
}


/* ===== NAME ===== */
.testimonial-writters-name {
  font-size: 16px;
  font-weight: 700;
  color:#d69a31;
}
.border-bottom {
    border-bottom: 1px solid #363636 !important;
}
.normal-card .card.contact-card
{
        padding: 20px 20px 0 20px;
}
/* Icon circle */
.contact-icon {
    width: 70px;
    height: 70px;
    margin:15px auto 20px;
    border-radius: 50%;
    background: #97691A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    
}

/* SVG styling */
.contact-icon svg {
  
    width: 28px;
    height: 28px;
}
.form-template-3 .ww-form-container-3 input[type="text"], .form-template-3 .ww-form-container-3 input[type="password"], .form-template-3 .ww-form-container-3 input[type="tel"], .form-template-3 .ww-form-container-3 input[type="email"], .form-template-3 .ww-form-container-3 select, .form-template-3 .ww-form-container-3 textarea, .form-template-3 #mob_phone_phone_number_tel
{
    background:transparent!important;
}

input[type="button"], input[type="submit"]
{
    background:#185CB0 !important;
}
#mob_phone_phone_number_tel
{
     border: 1px solid #363636 !important;
}
/* Icon hover animation */
.contact-icon-box:hover .contact-icon {
    transform: rotate(10deg) scale(1.1);
}

.form-template-3 form {
    border: 1px solid #696969;
}

/* ================================
   SERVICE AREAS SECTION
================================ */


.service-areas-grid-sec .section-main-heading {
  text-align: center;
  margin-bottom: 40px;
}

/* NEW BOX CLASS */
.service-area-box {
  background: #0c3964;
  border-radius: 0;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  transition: all 0.35s ease;
  position: relative;
  padding: 34px 28px 28px;
}

.service-area-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2);
}

/* top accent */
.service-area-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #f6e27a 0%, #d39b2a 22%, #7fb3c9 70%, #1f6fbf 100%);
}

/* heading */


/* list */
.service-area-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-area-box ul li {
  position: relative;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.55;
  padding-left: 28px;
  margin-bottom: 10px;
}

/* SVG location marker */
.service-area-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;

  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c99a2e'><path d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5S10.62 6.5 12 6.5s2.5 1.12 2.5 2.5S13.38 11.5 12 11.5z'/></svg>") no-repeat center;

  background-size: contain;
}

/* hover effect */
.service-area-box ul li:hover {
  color: #f3d27a;
}

.service-area-box ul li:hover::before {
  transform: scale(1.2);
  transition: 0.3s ease;
}
 .slick-dots li button:hover
 {
     transform:none !important;
 }
/* responsive */
@media screen and (max-width: 1023px) {
  .service-area-box {
    padding: 28px 22px 24px;
  }

 .logo
 {
     max-width:400px;
 }
  .service-area-box h3 {
    font-size: 24px;
  }

  .service-area-box ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 639px) {
  .service-areas-grid-sec .section-main-heading {
    margin-bottom: 28px;
  }

  .service-area-box {
    padding: 24px 18px 20px;
  }

  .service-area-box h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .service-area-box ul li {
    font-size: 15px;
    padding-left: 24px;
    margin-bottom: 8px;
  }

  .service-area-box ul li::before {
    width: 14px;
    height: 14px;
    top: 4px;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: linear-gradient(180deg, #0c3964, #082743);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #c99a2e, #f3d27a);
  border-radius: 10px;
  border: 2px solid #0c3964;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #f3d27a, #c99a2e);
}
@media screen and (max-width: 1024px) {
    .dropdown.menu > li > a {
    padding: 0.7rem 0.5rem;
    font-size:16px !important;
}

.new-header .button {
       padding: 8px 8px !important;
    font-size: 13px !important;
}
.user-logged-out .pos-ab-ban {
    align-items:flex-start;
}
.mortgage-cta-inner
{
    padding:30px;
}
.mortgage-cta-icon-box img {
    width: 50px;
}
}

@media screen and (max-width: 1023px) {
    header button.openMenu
{
    padding:6px 10px !important;
}

.new-header-9 .sidenav-bar {
   
    top: 19%;
}
    .testimonial-list > li {
    width: 100%;
  }
    .is-content-1200 {
        max-width: 100% !important;
    }
    .user-logged-out .inner-content-div {
    max-width:100% ;
    padding:30px 20px;
    }
    .main-banner-sec .cell::before
    {
        display:none;
    }
    .banner-main-heading, .section-main-heading {
    font-size: 30px;
    line-height: 35px;
    }
    .feature-strip{
        margin-top:0!important;
    }
    .padding-vertical-3
    {
        padding-top:30px !important;
         padding-bottom:30px !important;
    }
     .margin-vertical-3
    {
         margin-top:30px !important;
         margin-bottom:30px !important;
    }
    .mortgage-slider-dots .slick-dots{
        position:static;
        margin-bottom:50px;
         margin-top: 15px;
            justify-content: center;
    }
   .mortgage-slider-dots
   {
         position:static;
   }
.solution-card {
width:347px;
max-width:100%;
margin: 0 auto 30px;
}
.mortgage-card {
width:418px;
margin:0 auto;
max-width:100%;
}
.is-container.full
{
    padding:0 !important;
}
.mortgage-cta-btn-wrap
{
    position:static;
    transform:none;
    margin-top:30px;
    text-align:left;
    
}
.mortgage-cta-btn-wrap .button
{
    margin-bttom:0 !important;
}
    .mortgage-cta-icon-box img {
        width: 100%;
    }
    .footer-media-box
    {
        border-top:1px solid #363636;
        border-bottom:1px solid #363636;
        padding:30px 20px !important;
        margin:20px 0 !important;
    }
    .footer-media-box .shop-email
    {
        margin-bottom:0 !important;
    }
    footer .padding-vertical-2
    {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
@media screen and (max-width: 568px) {

.logo
{
    max-width:80%;
}
.new-header .button.btn-email
{
    display:none !important;
}
}
@media screen and (max-width: 480px) {
.new-header-9 .sidenav-bar {
        top: 15%;
    }
}