/* Common CSS Start */
:root {
    --color-1: #000000;
    --color-2: #c8a96a;
    --color-3: #2671B8;
    --color-4: #333333;
    --color-5: #000000;
    --color-6: #fff;
    --font-montserrat: "Montserrat";
    --font-lato: "Lato";
}
* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}
html {
    scroll-behavior: smooth;
}

body, html{
    height: 100%;
}
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    color: var(--color-4);
    line-height: 30px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 5%;
}
.wow {
    overflow: hidden;
}

@keyframes zoomIn {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.zoomInEffect {
    animation: zoomIn 1s ease-out forwards;
}

img {
    max-width: 100%;
    height: auto;
}
.nav-link:focus, .nav-link:hover {
    color: var(--color-3);
}
.hide{
    display: none;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

:focus{
    outline: 0;
    outline: none;
}
a {
    color: var(--color-2);
    text-decoration: none;
}
a:hover {
    color: #000000;
}
html body a:focus, html body h1:focus, html body h2:focus, html body h3:focus, html body h4:focus, html body h5:focus, html body h6:focus {
    outline: var(--color-2);
    text-decoration: unset;
}
p {
    margin-bottom: 15px;
}
p:last-child{
    margin-bottom: 0
}
a:focus {
    color: #000000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
    box-shadow: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: var(--color-3);
}
select{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}
a img{
    outline: 0;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

.bgcover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logged-in header#header {
    top: 0px;
}
/* body.logged-in {
    padding-top: 112px;
} */
body.nav-open-menu{
    overflow: hidden;
}
/* btn sec */
.btn svg, .btn img {
    width: 18px;
    height: 17px;
    margin-left: 8px;
    position: relative;
    top: 0px;
    display: inline-block;
}
.btn {
    border-radius: 0;
    color: #ffffff;
    position: relative;
    border: 1px solid #ffffff;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    background: #000000;
}
.btn:hover {
    transition: 0.5s;
    border-color: #000000;
    color: #000000;
    background: #ffffff;
}
.btn.focus, .btn:focus {
    transition: 0.5s;
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
}

.btn:hover svg path {
    stroke: #000000;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    transition: 0.5s;
    border-color: #000000;
    color: #ffffff;
    background-color: #000000;
}

input, select, textarea{
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}
[type=submit]{
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

p:empty {
    display: none;
}

.btn:hover svg {
    transition: 0.5s;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    color: #000000;
    font-family: var(--font-montserrat);
    font-weight: 400;
    line-height: 1.3;
}
h1 {
    font-size: 55px;
    margin-bottom: 15px;
    font-family: var(--font-montserrat);
}
h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 35px;
    font-family: var(--font-montserrat);
    text-transform: uppercase;
}
.h3, h3 {
    font-size: 48px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: var(--font-montserrat);
    text-transform: uppercase;
    letter-spacing: 10%;
    font-weight: 400;
}
.h4, h4 {
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: var(--font-montserrat);
    text-transform: capitalize;
    letter-spacing: 10%;
    font-weight: 400;
    color: #000000;
}
.h5, h5 {
    font-size: 27px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: var(--font-montserrat);
    text-transform: uppercase;
    letter-spacing: 10%;
    color: #000000;
    font-weight: 400;
}
h6 {
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: var(--font-montserrat);
    text-transform: uppercase;
    letter-spacing: 10%;
    color: #000000;
    font-weight: 400;
}
.linklist ol, .linklist ul {
    margin-bottom: 15px;
    line-height: 28px;
    padding-left: 15px;
}
.linklist ul li ul, .blog-box .blog-content ol li ol, .blog-box .blog-content ul li ul {
    margin-top: 10px;
    position: relative;
}
.linklist ol li, .linklist ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 25px;
}
.linklist ul li:after {
    position: absolute;
    left: 0;
    content: "";
    border-radius: 100%;
    height: 14px;
    width: 14px;
    background-color: transparent;
    background-image: url(../img/list-star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 6px;
}
.linklist ol {
    padding-left: 30px;
}
.linklist ol li {
    padding-left: 0px;
    display: list-item;
}

.linklist ol {
    clear: both;
    list-style: none;
    margin-bottom: 25px;
    padding-left: 0;
}
.linklist ol>li {
    counter-increment: li;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    padding: 14px 18px 14px 47px;
    position: relative;
    padding-top: 12px;
}
.linklist ol>li:before {
    background-color: #9a2035;
    border-radius: 50%;
    color: #fff;
    content: counter(li);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 32px;
    left: 0;
    line-height: 33px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 32px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 25px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid #000000;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
}
.sidebar-form .form-control {
    padding: 20px 0px;
}

.section-pd {
    padding: 120px 0;
}
.section-pt {
    padding-top: 70px;
}
.section-pb {
    padding-bottom: 70px;
}
.space-pd {
    padding: 120px 0;
}
.title, .heading {
    margin-bottom: 20px;
    position: relative;
    display: block;
    color: rgba(0, 0, 0, 1);
    font-size: 45px;
    line-height: 70px;
    font-weight: 400;
    font-family: var(--font-montserrat);
    letter-spacing: 0;
}
.title-font{
    font-family: var(--font-montserrat);
}
.h2, h2 {
    font-size: 64px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    font-family: var(--font-montserrat);
    text-transform: uppercase;
    letter-spacing: 10%;
}
.white-color-sec p a, .white-color-sec .heading, .white-color-sec p, .white-color-sec .title,
.white-color-sec ul li, .white-color-sec h2, .white-color-sec h3, .white-color-sec h4, .white-color-sec h5,
.white-color-sec h6, .white-color-sec .small-text {
    color: var(--color-2);
}
.white-color-sec .btn {
    transition: .5s;
    background: transparent;
    color: var(--color-2);
    border-color: var(--color-2);
}

.white-color-sec .btn:hover {
    transition: .5s;
    background: var(--color-3);
    color: var(--color-2);
    border-color: var(--color-3);
}

div#html5-close {
    background-image: url(../img/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
    top: 5px !important;
}
div#html5-close img {
    display: none;
}
.searchform .close-btn {
    right: 25px;
    top: 10px;
}
.default-page .default-content ul{
    padding-left: 30px;
}
.searchform .close-btn:before, .searchform .close-btn:after {
    left: 0;
    right: 0;
    top: 10px;
}
/* Common CSS END */

/* Menu CSS Start */
ul {
    padding: 0;
    margin: 0;
}
ul.menu-top li {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0 10px;
    margin-left: 0;
    transition: .5s;
}
ul.menu-top li:first-child {
    margin-left: 0px;
}
ul.menu-top > li.menu-item-has-children {
    margin-right: 0;
}
ul.menu-top>li#menu-item-250 > ul.sub-menu {
    right: 0;
}
.menu-top li a br, .menu-top li .sub-menu li a br{
    display: none;
}
.menu-top li a {
    padding: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    /*    font-weight: 600;*/
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0px;
    color: var(--color-6);
    font-family: var(--font-montserrat);
    padding-bottom: 7px;
    text-transform: capitalize;
    padding: 10px 10px;
    border-radius: 5px;
}
ul.menu-top > li.menu-item-has-children > a {
    margin-right: 0;
    padding-right: 20px;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--color-7);
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 0;
}
.nav-menu .menu-top>li>a:hover:before {
    width: 100%;
    opacity: 0;
}
.nav-menu .menu-top>li.current-menu-ancestor a:before, .nav-menu .menu-top>li.current-menu-item>a:before {
    width: 100%;
    opacity: 0;
}
.menu-top li a:hover, .menu-top li a:focus {
    color: #c8a96a;
    background: unset;
    border-radius: 0px;
}
.nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor>a {
    font-weight: 600;
    color: rgba(200, 169, 106, 1);
    background-color: unset;
    border-radius: 10px;
}
.nav-menu>.menu-top>li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #fff transparent transparent;
    display: flex;
    align-items: center;
}

ul.menu-top li ul.sub-menu li.menu-item-has-children:after{
    display: none;
}
/* dropdown start here */
ul.menu-top li:hover>ul {
    display: block;
}

ul.menu-top li:hover li {
    float: none;
}
ul.menu-top li:hover li a:hover {
    background: var(--color-3);
    color: #fff;
}
.menu-top .sub-menu > li {
    border-bottom: none;
}
.menu-top .sub-menu > li:last-child {
    border-bottom: none;
}
.menu-top .sub-menu li.current-menu-parent > a {
    background-color: var(--color-2);
    color: #fff;
}
.menu-top .sub-menu li.current_page_item a {
    background: linear-gradient(270deg, #c8a96a 0%, #dbc79e 50%, #c8a96a 100%);
    color: black;
    border-radius: 0;
}
.menu-top .sub-menu li:hover {
    border-radius: 0 !important;
}
.menu-top .sub-menu > li:nth-child(1) {
    border-top: 0px solid #efefef;
}
.menu-top .sub-menu>li.current_page_item ul li a {
    background-color: #fff;
    color: #000;
}
.menu-top .sub-menu > li.current_page_item ul li a:hover, .menu-top .sub-menu > .current_page_ancestor > a {
    background-color: var(--color-3);
    color: #fff;
}
.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}
/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}
ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(238, 226, 215, 1);
    border-radius: 0 !important;
}
ul.menu-top li .sub-menu li:hover a {
    color: #000000;
}
.nav-menu-inner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    border-top: none;
}
.menu-top {
    position: relative;
    transition: all ease-in-out .2s;
    text-align: right;
    justify-content: space-between;
    display: flex;
    right: -10px;
    top: 3px;
}
.menu-top li:last-child {
    margin-right: 0;
}
ul.menu-top li#menu-item-25 {
    display: none;
}
.sub-menu {
    background-color: #fff;
    min-width: 220px;
    text-align: left;
    left: 15px;
}
ul.menu-top li .sub-menu li a {
    font-size: 16px;
    padding: 10px 10px 5px 10px;
    line-height: 18px;
    margin: 0;
    color: #363534;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    text-transform: capitalize;
    line-height: 24px;
}
ul.menu-top li .sub-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.menu-top .sub-menu li.current_page_item a:before, .menu-top .sub-menu li a:hover:before {
    background: #fff;
}
ul.menu-top li .sub-menu li a:hover {
    color: #000000;
    background: linear-gradient(270deg, #c8a96a 0%, #dbc79e 50%, #c8a96a 100%);
}
.menu-header ul.sub-menu li.menu-item-has-children>a:after {
    -ms-transform: rotate(227deg);
    -webkit-transform: rotate(227deg);
    -moz-transform: rotate(227deg);
    -o-transform: rotate(227deg);
    transform: rotate(227deg);
    right: 13px;
    top: 0;
    bottom: 0;
    content: "";
    border-left: 2px solid #293a4c;
    border-bottom: 2px solid #293a4c;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
}
ul.menu-top li .sub-menu li.menu-item-has-children > a:hover {
    background-color: var(--color-3);
    color: #fff;
}
.menu-header ul.sub-menu li.current-menu-ancestor>a:after {
    border-color: #fff;
}
.menu-header ul.sub-menu li.current-menu-item>a:after, .menu-header ul.sub-menu li.menu-item-has-children>a:hover:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.menu-header > ul > li > ul {
    transform: translateY(1.250em);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
    margin-top: 0px;
}
header#header.small-header .menu-header > ul > li > ul {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);
    transition: all linear 0.1s;
}
.menu-header .sub-menu {
    visibility: hidden;
}
.menu-header ul li:hover>ul {
    opacity: 1;
    transform: translateY(0);
    display: block;
    visibility: visible;
    z-index: 1;
}
.menu-top li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 2px;
    margin: auto;
    right: 10px;
    background-size: 11px;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-black-down.svg);
    background-position: center;
    height: 16px;
    width: 16px;
    bottom: 0px;
}
.menu-top > li.current-menu-item:after, .nav-menu .menu-top>li.current-menu-ancestor:after {
    background-image: url(../img/arrow-black-down.svg);
}
.menu-header ul li#menu-item-146765:hover>ul {
    max-height: 500px;
    overflow-y: scroll;
}
.menu-header .two-col-menu ul.sub-menu {
    column-count: 2;
    min-width: 420px;
}
.menu-header .two-col-menu .sub-menu li {
    padding: 0;
    display: inline;
}
.menu-header .two-col-menu .sub-menu li a {
    border-bottom: 1px solid rgba(243, 243, 243, 1);
}
/* Menu CSS END */
/* block css default */
.wp-block-group, .wp-block-columns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
}
.wp-block-group ul, .wp-block-columns ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 15px;
}
/* block css default */

/* Header Search */
.search-box-outer {
    width: 57%;
    margin-left: auto;
}
.search-icon{
    cursor: pointer;
    transition: all ease-in-out 0.45s;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../img/search-white.png);
    background-position: 0px 0px;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
}
.close-search{
    cursor: pointer;
}
.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px;
}
.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}
.mobile-search-bar {
    cursor: pointer;
    position: relative;
    padding-left: 0;
    margin-right: 20px;
    top: 2px;
    height: 19px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    margin-left: 15px;
}
.mobile-search-bar .white-search-icon {
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/search.svg);
    background-position: center;
    cursor: pointer;
    transition: 0.5s;
}
.mobile-search-bar .white-search-icon:hover {
    background-image: url(../img/search-hover.svg);
    transition: 0.5s;
}
header#header.small-header .search-bar-box {
    top: 0;
}
#SiteSearchs img {
    width: 1.5em;
}
.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar {
    -webkit-transition:  all ease-in-out 0s;
    -moz-transition:  all ease-in-out 0s;
    -o-transition:  all ease-in-out 0s;
    transition: all ease-in-out 0s;
}
.search-icon-form button.btn {
    background-color: var(--color-3);
    padding: 20px;
    margin-top: 0;
}
.search-icon-form button.btn:hover {
    background-color: #fff;
    color: var(--color-3);
    border: 1px solid #fff;
}

.search-icon-form button.btn:focus{
    background-color: var(--color-3);
    color: #fff;
    border: 1px solid var(--color-3);
}

.search-wrapper {
    flex-direction: column;
    text-align: center;
}

.search-wrapper .title {
    color: var(--color-3);
    margin-bottom: 50px;
}

.search-input-box .form-control {
    color: #76777a;
}

.search-form-outer{
    width: 100%
}

.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}

.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: auto;
}

.search-input-box{
    width: 100%
}

.search-input-box input{
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}

#m-SiteSearchs-form .search-input-box ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}

.top-search-wrap {
    display: inline-block;
}

.search-input-box .form-control {
    padding: 0;
    height: 2.5rem;
    background-color: transparent;
    color: #000000;
}

.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}
/* Header Search End */

/* side menu logo */
.menu-logo-wrapper {
    position: absolute;
    padding: 15px;
    max-width: 115px;
    z-index: 15;
    opacity: 0;
    pointer-events: none;
}
.menu-logo-wrapper a {
    display: inline-block;
}
.menu-logo-wrapper a img {
    width: auto;
}
/* side menu logo */

/* Header CSS Start */
.menu-wrap, .mobile-header-sec{
    display: none;
}
.top-right-phone-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.logo-wrapper {
    height: auto;
    position: relative;
    width: auto;
    top: 0;
}
.logo-wrapper a {
    display: flex;
    align-items: center;
}
.logo-wrapper a img {
    width: auto;
    transition: 1s;
    object-fit: contain;
}
.menu-top li a, header#header.small-header .header-contact-info a {
    transition: 1s;
}
header#header.small-header .logo-wrapper a img {
    max-width: 100%;
}

.top-search-bar {
    text-align: right;
    position: relative;
    width: 45px;
}
.nav-menu-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    padding-right: 0;
    justify-content: right;
    align-items: center;
}
.menu-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.nav-menu-inner ul > li .sub-menu *{
    transition: none;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 25px 0 25px 0;
    background: transparent;
    transition: all 0.5s;
}
header#header.small-header {
    transition: all 0.5s;
    background-color: black;
    border-bottom: 1px solid white;
}
.header-left-logo {
    display: flex;
    align-items: center;
}

.header-aside-col {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

.header-contact-info {
    /* margin-top: 0; */
    position: relative;
    /* display: flex; */
    /* width: 314px; */
    flex-direction: column;
    /* padding-left: 0; */
    /* padding-bottom: 0; */
    height: 66px;
    /* justify-content: center; */
    top: 10px;
    /* align-items: flex-start; */
}
.header-contact-info a {
    margin-left: 0;
    width: auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    font-family: var(--font-poppins);
    line-height: 24px;
    color: var(--color-2);
    background-position: 1px center;
    background-image: url(../img/phone-icon.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.header-contact-info a:hover span {
    text-decoration: none;
}
.header-contact-info a:hover div {
    transition: 0.5s;
    text-decoration: unset;
}
.header-contact-info a span {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 4px;
    display: block;
    line-height: 1;
    position: relative;
    top: -2px;
    letter-spacing: normal;
    font-family: var(--font-dm-sans);
    color: var(--color-7);
}
.header-contact-info a div {
    font-size: 20px;
    font-weight: 600;
    display: block;
    line-height: 1;
    position: relative;
    letter-spacing: normal;
    font-family: var(--font-dm-sans);
    color: var(--color-7);
}
.header-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/** Mobile Search Bar ***/
.mobile-search-bar-box .search-input-box{
    width: 100%;
    position: relative;
}
.close-btn {
    position: absolute;
    right: -15px;
    top: -10px;
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 0;
    color: #fff;
    border: none;
    background: var(--color-6);
    border-radius: 45px;
    z-index: 1;
    border: 1px solid var(--color-2);
    transition: .5s;
}
.close-btn:hover {
    opacity: 1;
    cursor: pointer;
    background-color: black;
    border: 1px solid black;
    transition: .5s;
}
.close-btn:before, .close-btn:after {
    position: absolute;
    left: 0;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #000000;
    right: 0;
    margin: auto;
}

.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: #ffffff;
}
.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}
.modal-dialog-scrollable .modal-content {
    overflow: inherit;
}
.mobile-search-bar-box{
    display: none
}
.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 125px;
    z-index: 10000;
    background-color: var(--color-2);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.42);
    opacity: 0;
}
.mobile-search-active .mobile-search-bar-box {
    transform: translate(0);
    z-index: 999999;
    opacity: 1;
}
.mobile-search-bar-box form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-search-bar-box .search-input-box input {
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    height: 46px;
    padding-left: 0px;
    padding-right: 50px;
    border-radius: 0;
}
.mobile-search-bar-box .search-icon-form img{
    width: 28px;
    max-width: 54px;
}
.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: -20px;
    position: relative;
    background-image: url(../img/white-search-icon.svg);
    opacity: 0.7;
}

.search-icon-form button:hover {
    opacity: 1;
}

.search-input-box .form-control:focus {
    border-bottom: 1px solid #d9c295!important;
    color: #fff;
}
.mobile-search-bar-box .search-input-box {
    position: relative;
}
.req-error {
    position: absolute;
    font-size: 11px;
    bottom: -19px;
    display: none;
    color: #fff;
    font-weight: normal;
    right: 0;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 0;
    line-height: normal;
    text-transform: capitalize;
}
.mobile-search-bar img {
    cursor: pointer;
    top: -3px;
    position: relative;
}

.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}
.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}
.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 0px;
    bottom: 3px;
    width: 40px;
}
.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
    background-color: transparent
}

.nav-menu-inner .nav-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}
header#header.small-header .nav-menu-inner .nav-menu {
    top: 0;
}
/* Mobile Search Bar */

/* Footer CSS */
.main-footer {
    margin-top: 0;
    width: 100%;
    position: relative;
}
.footer-wrapper {
    width: 100%;
    position: relative;
    padding: 70px 0px;
    z-index: 9;
}
.footer-heading {
    margin-bottom: 10px;
    color: var(--color-6);
    font-family: 'Lato';
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}
.footer-logo a {
    display: inline-block;
    line-height: normal;
}
.footer-logo a img {
    width: auto;
}
.footer-logo {
    max-width: 360px;
    margin: auto;
}
.copyright-wrapper {
    width: 100%;
    position: relative;
    padding: 0px 0px 20px 0;
    z-index: 9;
}
.copyright-wrapper .copyright {
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-footer li a {
    color: var(--color-6);
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 16px;
    transition: .5s;
}
.menu-footer li a:hover {
    color: #363534;
    transition: .5s;
}
.copyright .small-nav {
    margin-left: 5px;
    color: var(--color-5);
}
.copyright .small-nav a {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    padding-right: 0;
    color: white;
    margin-left: 4px;
}
.copyright .small-nav a:hover {
    color: var(--color-5);
    text-decoration: underline;
}
.copyright .small-nav a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: rgb(255 255 255);
    top: 0;
    right: -8px;
    bottom: 0;
    margin: auto;
}
.copyright .small-nav a:last-child:after {
    display: none;
    opacity: 0;
}
.footer-social {
    z-index: 1;
    display: flex;
    margin-top: 0;
    gap: 0 30px;
    position: relative;
    justify-content: center;
}
.footer-social li:last-child {
    margin-right: 0
}
.footer-social li a {
    position: relative;
    height: 45px;
    width: 45px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: .5s;
}
.footer-social li a:hover {
    border-color: #c8a96a;
    transition: .5s;
    background: transparent;
}
ul.footer-social li a svg,ul.footer-social li a img {
    height: 20px;
    width: 20px
}

/*ul.footer-social li a svg path,ul.footer-social li a svg circle,ul.footer-social li a svg rect {
    fill: var(--color-6);
}*/


/*ul.footer-social li a:hover svg path,ul.footer-social li a:hover svg circle,
ul.footer-social li a:hover svg rect {
    fill: var(--color-6);
}*/


/* Footer CSS */

/* Blog Section CSS */
.latest-blogs-section {
    background: #f5f5f5;
    width: 100%;
    position: relative;
}
.blog-col-item .blog-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    color: var(--color-1);
}
.blog-col-item .blog-title a:hover {
    color: var(--color-3);
}

.blog-col-item .blog-info-sec {
    padding: 20px;
    width: 100%;
}

.blog-col-item {
    display: block;
}

.blog-col-item .blog-item {
    background: #fff;
    width: 100%;
    height: 100%;
}
.blog-col-item .blog-title {
    width: 100%;
    margin-bottom: 8px;
}
.blog-col-item .blog-item .blog-image {
    width: 100%;
}
.blog-col-item .blog-item .blog-image a {
    display: block;
    overflow: hidden;
}
.blog-col-item .blog-item .blog-image a img {
    width: 100%;
    transition: 0.7s;
    height: 216px;
    object-fit: cover;
}
.blog-col-item .blog-item .blog-image a:hover img {
    transition: 0.7s;
    transform: scale(1.1);
}

.blog-col-item .blog-item .blog-image a.no-blog-image {
    background: var(--color-3);
}

.blog-col-item .blog-item .blog-image a.no-blog-image img {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.blog-col-item .blog-item .blog-info-sec p {
    color: #4D4D4D;
}

.latest-blogs-list {
    width: 100%;
    position: relative;
}

.blogs-btn-col {
    margin-top: 46px;
}
.latest-blogs-list .blog-col-item {
    margin-top: 30px;
}
/* Blog Section CSS */

/* Post Author CSS */
.post-author a {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 10px;
}
.post-author a:hover .author-name {
    color: #c8a96a;
    display: inline-block;
}
.post-meta img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    background-color: #c1c1c1;
    border-radius: 50%;
}
.blog-category-and-date {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.bg-color .author-name {
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
}
.post-meta .blog-date {
    font-size: 15px;
    color: rgba(77, 77, 77, 0.68);
    text-transform: uppercase;
    line-height: normal;
    margin-right: 5px;
}
/* Post Author CSS */

.nap-postal-address-wrapper {
    font-family: 'lato';
    color: black;
}
.nap-postal-address-wrapper a {
    color: black;
}
.home-banner {
    padding: 180px 0px 0px 0;
    overflow: hidden;
}
.home-banner .banner-des .h1, .home-banner .banner-des h1 {
    font-size: 85px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font-outfit);
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -16px;
    right: 0px;
    font-size: 11px;
    background-color: #c20000;
    padding: 0px 4px;
    border-radius: 0;
    height: auto;
    line-height: 16px;
    z-index: 1;
}
.footer-contact-section::after {
    background: #00000099;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.footer-frm .wpcf7-textarea {
    height: 120px;
    resize: none;
    margin-bottom: 0;
}
.footer-frm .form-control {
    border-radius: 0;
    color: #000000;
}
.footer-frm .wpcf7-form-control::placeholder {
    color: #000000;
    font-family: 'lato';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}
.form-control:focus {
    color: #000;
    border-color: #c8a96a;
    outline: 0;
    box-shadow: unset;
    background-color: transparent;
}
.sidebar-form .wpcf7-textarea {
    height: 120px;
    resize: none;
}
.sidebar-frm .wpcf7-form-control {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
}
.sidebar-frm .wpcf7-form-control::placeholder {
    color: #fff;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 15px;
    line-height: 182%;
    letter-spacing: 0%;

}
.sidebar-frm .wpcf7-form-control {
    color: #ffffff !important;
    background-color: transparent;
}
.sidebar-frm .wpcf7-textarea {
    margin-bottom: 0;
}
.sidebar-frm .btn:hover {
    background-color: transparent;
    color: #c8a96a !important;
}
.faq-section .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}
.faq-section .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
button.accordion-button.collapsed {
    text-transform: capitalize;
    border-radius: 20px !important;
    margin-bottom: 0;
    transition: .5s;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: white;
}
.accordion-button:not(.collapsed) {
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1);
    border-radius: 20px !important;
    margin-bottom: 0;
    transition: .5s;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: rgb(255 255 255);
}
.accordion-item {
    background-color: transparent;
    border-radius: 20px !important;
    margin-bottom: 15px;
    padding: 0px 0px;
    border: none;
    box-shadow: none;
    border: 1px solid #EDF5FF1C !important;
}
.accordion-button {
    background-color: transparent;
}
.accordion-body {
    padding-top: 0;
    color: white;
    font-size: 18px;
}
.faq-section {
    background-color: #131829;
}
.accordion-button {
    font-family: var(--font-dm-sans) !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/uploads/2026/03/faq-down-arrow.svg);
    background-size: 14px;
    transform: rotate(0deg);

}
.accordion-button::after {
    border-radius: 100px;
    background-image: url(/wp-content/uploads/2026/03/faq-down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    transform: rotate(-90deg);
}
.page-banner {
    height: 330px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0px;
    padding-top: 150px;
}
.page-banner h1 {
    color: white;
}
.page-banner .h1, .page-banner h1 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 64px;
    letter-spacing: 5%;
    text-transform: uppercase;
}
.blog-box-div {
    margin: 15px;
}
.blog-box-div {
    background-color: white;
    border-radius: 20px;
}
.blog-title-div {
    padding: 30px;
}
.publish-date {
    font-size: 14px;
    text-transform: uppercase;
}
.blog-post-div .main-blog-post-content .blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0px;
}
.blog-section .blog-title {
    font-family: var(--font-dm-sans);
    font-weight: 600;
    font-size: 24px;
    color: #131829;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.blog-section .blog-title a{
    color: #131829;
    transition: .5s;
}
.blog-section .blog-title a:hover{
    color: var(--color-3);
    transition: .5s;
}
.blog-section .blog-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin: 10px 0;
    line-height: 25px;
    font-size: 15px;
}
.homeblog-btn{
    text-align: right;
}
.blog-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 150px;
    margin-top: 30px;
}
/* Dots */
.blog-dots .slick-dots {
    position: relative;
    bottom: 0;
}
.blog-dots .slick-dots li button:before {
    font-size: 10px;
    color: #fff;
    opacity: 0.5;
}

.blog-dots .slick-dots li.slick-active button:before {
    opacity: 1;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #ff000000;
    border: 0;
    outline: none;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 100px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-active button {
    background: rgba(255, 255, 255, 1) !important;
    color: green;
}
.home-blog-list {
    margin-bottom: 0 !important;
}
.blog-arrows .prev-icon {
    border: 1px solid rgba(15, 17, 13, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 0px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.blog-arrows .next-icon {
    border: 1px solid rgba(15, 17, 13, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 0px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.blog-arrows {
    display: flex;
    gap: 0 20px;
}
.services-controls .blog-arrows svg path {
    fill: black;
}
.services-controls .blog-arrows .prev-icon:hover {
    background-color: black;
}
.services-controls .blog-arrows .next-icon:hover {
    background-color: black;
}
.services-controls .blog-arrows .prev-icon:hover svg path{
    fill: white;
}
.services-controls .blog-arrows .next-icon:hover svg path {
    fill: white;
}
.blog-category {
    margin: 0px 0 15px 0;
}
button.search-btn {
    width: 60px;
    height: 50px;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 11px;
    border: none;
    z-index: 9;
    transition: .5s;
    background: linear-gradient(270deg, #c8a96a 0%, #dbc79e 50%, #c8a96a 100%);
}
.search-btn:hover {
    background-color: #2671b8;
    transition: .5s;
}
.parent-pages {
    padding: 40px 20px;
    border-radius: 0px;
    background-color: white;
    margin-top: 30px;
    border: 1px solid #DFE1E0;
}
.sidebar-blog-list {
    padding: 40px 20px;
    border-radius: 0;
    background-color: white;
    margin-top: 30px;
    border: 1px solid rgba(0, 0, 0, 1);
}
.sidebar-heading {
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
}
.sidebar-blog-list li a:after {
    background-image: url(../img/blog-sidebar-arrow.svg);
    position: absolute;
    right: 0px;
    top: 3px;
    width: 25px;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
    content: "";
    height: 25px;
}
.sidebar-blog-list a {
    color: rgba(21, 26, 43, 1);
    transition: .5s;
}
.sidebar-blog-list a:hover {
    color: #c8a96a;
    transition: .5s;
}
.sidebar-blog-list li {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
}
.sidebar-form {
    background-color: rgba(10, 10, 10, 1);
    padding: 40px 20px;
    border-radius: 0;
}
.wpcf7-spinner {
    display: block !important;
    position: absolute;
}
.sidebar-form .sidebar-heading {
    color: white;
    text-align: left;
    margin-top: 0;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0%;
}
nav.navigation.pagination {
    justify-content: center;
    position: relative;
    margin-top: 50px;
}
span.page-numbers.current {
    color: black;
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 0;
    margin: 0 0px;
    background: linear-gradient(270deg, #c8a96a 0%, #dbc79e 50%, #c8a96a 100%);
}
a.page-numbers {
    border: 1px solid black;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin: 0 10px;
    color: rgba(0, 7, 19, 1);
    background-color: white;
    transition: .5s;
}
a.page-numbers:hover {
    background: linear-gradient(270deg, #c8a96a 0%, #dbc79e 50%, #c8a96a 100%);
    border: 1px solid #c8a96a;
    color: black;
    transition: .5s;
}
.pagination .prev {
    background: linear-gradient(270deg, #c8a96a 0%, #dbc79e 50%, #c8a96a 100%);
    border: 1px solid #c8a96a;
    transition: .5s;
    border-radius: 100px;
    width: 115px;
    height: 60px;
    border-radius: 0;
    position: absolute;
    left: -11px;
}
.pagination .next {
    border: 1px solid #c8a96a;
    transition: .5s;
    border-radius: 100px;
    background: linear-gradient(270deg, #c8a96a 0%, #dbc79e 50%, #c8a96a 100%);
    width: 115px;
    height: 60px;
    border-radius: 0;
    position: absolute;
    right: 13px;
}
.blog-search input {
    border: none;
    padding: 22px;
    border-radius: 0;
    border: 1px solid #EFEFEF;
    background-color: white;
    box-shadow: none;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.blog-search .form-control:focus {
    color: #000000;
    background-color: white;
    border: 1px solid #d6b23d;
    outline: 0;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.breadcrumbs-block {
    background-color: rgba(244, 244, 244, 1);
    padding: 7px 0;
}
.breadcrumbs-block {
    background-color: #EFEFEF;
    font-size: 15px;
}
#breadcrumbs {
    color: #000713;
}
#breadcrumbs {
    color: #000713;
    font-weight: 600;
    letter-spacing: 5%;
    text-transform: capitalize;
}
#breadcrumbs a{
    color: #000713;
}
.contact-frm .wpcf7-textarea {
    height: 150px;
    resize: none;
    margin-bottom: 0;
}
.contact-frm .contact-page-btn {
    margin-top: 50px;
}
.contact-us-content-div {
    padding-right: 30px;
}
.footer-frm .contact-page-btn {
    margin-top: 50px;
    margin-left: 10px;
}
.no-featured-wrapper {
    background-color: #7a7a7a;
    padding: 50px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-featured {
    height: 100px !important;
}
.btn-blog {
    color: #000000;
    transition: .5s;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--font-montserrat);
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}
.btn-blog:after{
    content: "";
}
.btn-blog:hover {
    color: #c8a96a;
    transition: .5s;
    text-decoration: underline;
}
.blog-title.h5{
    color: rgba(19, 24, 41, 1);
    transition: .5s;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}
.blog-title.h5:hover {
    color: #c8a96a;
    transition: .5s;
}
.blog-detail .blog-title {
    margin: 20px 0;
    line-height: 1.2;
    text-transform: uppercase;
}
.parent-pages ul {
    padding-left: 0px;
}
.sidebar-form .contact-page-btn {
    margin-top: 30px;
}
.btn-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: rgba(200, 169, 106, 1);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    z-index: 9;
    opacity: 1;
    border: 2px solid white;
}
.btn-close:hover {
    opacity: 1;
}
.modal-body {
    padding: 40px;
}
.error-frm .wpcf7-form-control {
    border: none;
    border-bottom: 1px solid #959595;
    border-radius: 0;
}
.error-frm .wpcf7-form-control::placeholder {
    color: #959595;
}
.error-frm .wpcf7-form-control{
    color: #959595 !important;
}
.error-frm .wpcf7-textarea {
    height: 150px;
}
.error-frm .contact-page-btn {
    margin-top: 30px;
}
.post-lists .search-post-loop {
    margin-bottom: 50px;
    background: #eee;
    padding: 30px 40px;
}
.post-content .content {
    margin-bottom: 10px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
input.form-control.blogsearch {
    color: black;
    padding-right: 90px;
    border: 1px solid rgba(0, 0, 0, 1);
}
em {
    word-wrap: break-word;
}
.footer-social li {
    list-style: none;
}
.privacy-policy .default-privacy-policy ul {
    padding-left: 30px;
}
.header-contact-info {
    padding-right: 40px;
}
.header-contact-info a:hover div {
    color: #efbf04;
    transition: .5s;
}
.header-contact-info a div {
    transition: .5s;
}
.direction-link {
    text-decoration: underline;
    font-weight: 700;
}
.direction-link:hover {
    text-decoration: underline;
}
.mail {
    font-weight: 600;
}
.nap-postal-address-wrapper a:hover {
    color: #c8a96a;
    transition: .5s;
}
.nap-postal-address-wrapper a{
    transition: .5s;
}
.footer-phonenumber .footer-phone-number {
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    color: white;
    transition: .5s;
}
.footer-phone-number:hover {
    color: #854200;
    transition: .5s;
}
.footer-mobile-contact {
    margin-bottom: 40px;
    margin-left: 70px;
}
.footer-phonenumber-title {
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.blog-button-list {
    margin-right: 150px;
}
.banner-phone-area {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.home-banner-btn-area {
    display: flex;
    align-items: center;
    gap: 0 25px;
}
.banner-phone-area a {
    color: white;
    font-size: 18px;
    transition: .5s;
}
.banner-phone-area a:hover {
    color: var(--color-3);
    transition: .5s;
}
.banner-phone-area svg {
    width: 25px;
    height: 25px;
}
.banner-phone-area img {
    width: 20px;
    height: 20px;
}
.parent-pages li a:after {
    background-image: url(../img/blog-sidebar-arrow.svg);
    position: absolute;
    right: 0px;
    top: 2px;
    width: 25px;
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    content: "";
    height: 25px;
}
.parent-pages li a {
    transition: .5s;
    color: rgba(21, 26, 43, 1);
}
.parent-pages li a:hover {
    transition: .5s;
    color: var(--color-2);
}
.parent-pages li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
    padding-right: 50px;
}
.sidebar-blog-list ul li:last-child {
    margin-bottom: 0;
}
.parent-pages ul li:last-child {
    margin-bottom: 0;
}
.error-page-form .btn:hover {
    background-color: transparent;
    border: 1px solid #854200;
    color: #854200;
}
.home-blog-list .blog-box-div img {
    height: 280px;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px 20px 0px 0px;
}
.main-blog-post-content .content {
    margin: 10px 0;
}
.post-lists .post-blog-image img {
    height: 270px;
    object-fit: cover;
    object-position: top center;
}
.post-lists .blog-post-div .content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.nap-item {
    line-height: 30px;
}
.parent-pages .current-menu-item a {
    color: #2671B8;
}
.category-page .blog-post-div .post-image img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.load-more .btn:hover {
    background: rgba(38, 113, 184, 1);
    border: 1px solid rgba(38, 113, 184, 1);
}
.load-more {
    margin-top: 45px;
}
.sidebar-blog {
    padding-left: 100px;
}
.form-control.blogsearch {
    margin-bottom: 0;
}
.homeblog-btn .btn:hover svg path {
    fill: var(--color-3);
    stroke: var(--color-3);
}
.homeblog-btn .btn:hover svg line {
    fill: var(--color-3);
    stroke: var(--color-3);
}
.btn-wrap .btn:hover svg path {
    fill: var(--color-3);
    stroke: var(--color-3);
}
.btn-wrap .btn:hover svg line {
    fill: var(--color-3);
    stroke: var(--color-3);
}
.menu-footer li {
    list-style: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}
.copyright .small-nav a{
    text-decoration: underline;
    transition: .5s;
}
.copyright .small-nav a:hover {
    color: #c8a96a;
    transition: .5s;
}
.sitemap-page ul {
    padding-left: 25px;
}
.faq-content {
    padding-right: 190px;
}
.blog-controls .blog-arrows .prev-icon:hover {
    background-color: rgba(133, 66, 0, 1);
}
.blog-controls .blog-arrows .next-icon:hover {
    background-color: rgba(133, 66, 0, 1);
}
.blog-detail .single-post-detail img {
    height: 400px;
    object-fit: cover;
    object-position: top center;
    border-radius: 0;
}
.post-author img {
    height: 100% !important;
    border-radius: 100px !important;
}
.banner-description {
    margin: 15px 0 25px 0;
}
.nav-menu .menu-top>li.current-menu-item.menu-item-has-children>a, .nav-menu .menu-top>li.current-menu-ancestor.menu-item-has-children>a {
    padding-right: 20px;
}
.home-banner {
    margin-top: 0;
}
.blog-main-content {
    font-size: 24px;
}
.home-blog-list .blog-box-div {
    margin-right: 40px;
    margin-left: 0;
}

.btn-close svg path {
    color: white;
    fill: white;
    stroke: white;
}
.btn-close {
    --bs-btn-close-bg: unset;
}
.main-blog-page-slider {
    margin-bottom: 50px;
}
.sidebar-form {
    margin-top: 30px;
}
.accordion-header {
    margin-bottom: 0;
    margin-top: 0;
}
.practice-section .practice-home-heading {
    position: absolute;
    bottom: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, 0%);
    text-transform: uppercase;
    color: white;
    width: 100%;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0%;
    text-align: center;
}
.practice-icon-boxes img {
    height: 330px;
    object-fit: cover;
    transition: .5s;
}
.practice-icon-boxes {
    overflow: hidden;
}
.practice-icon-boxes:hover img {
    transition: .5s;
    filter: grayscale(0%);
}
.practice-icon-boxes img {
    height: 540px;
    object-fit: cover;
    transition: .5s;
    filter: grayscale(100%) brightness(0.5);
}
.testimonial-item {
    background-color: white;
    padding: 50px 40px;
    border-radius: 17px;
    border: 1px solid rgba(171, 149, 76, 1);
    height: 100%;
    position: relative;
}
.testimonial-content-page-main .testimonial-item {
    background-color: white;
    padding: 40px 20px;
    border-radius: 17px;
    border: 1px solid rgba(171, 149, 76, 1);
    height: 100%;
    position: relative;
}
.testimonial-slider {
    position: relative;
}
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    width: 50px;
    height: 50px;
    background: #74B1EA;
    border-radius: 50%;
    z-index: 5;
}

/* Left arrow ko left visible slide ke center me lao */
.testimonial-slider .slick-prev {
    left: 9%;
}

/* Right arrow ko right visible slide ke center me lao */
.testimonial-slider .slick-next {
    right: 9%;
}

/* Vertical center */
.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    top: 50%;
    transform: translateY(-50%);
}
.location-area {
    display: flex;
    gap: 0 10px;
}
.nap-contact-info {
    display: none;
}
.nap-mail-info {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: 20px;
}
.logo-image-section {
    background-color: #F5F5F5;
    padding: 60px 0;
}
.logo-title{
    margin-bottom: 50px;
}
.our-team-div {
    margin-bottom: 40px;
}
.main-team-page {
    overflow: hidden;
}
.main-team-page .attorney-name {
    transition: .5s;
}
.main-team-page:hover .attorney-name {
    color: #49A3F7;
    transition: .5s;
}
.phone-number {
    transition: .5s;
}
.phone-number:hover  {
    color: #c8a96a;
    transition: .5s;
}
.testimonial-slider .slick-arrow{
    transition: .5s;
}
.testimonial-slider .slick-arrow:hover{
    background: #2671b8;
    border: 1px solid #2671b8;
    transition: .5s;
}
.post-meta {
    display: block;
}
.post-blog-image::after {
    background: linear-gradient(0deg, #00000094 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.map-area iframe {
    width: 100%;
    display: block;
    height: 600px;
}

/* Site Schema Styling */
.clientreviews {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}
.clientreviews .heading {
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    font-size: 35px;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 50px;
}
.clientreviews div strong, .clientreviews p strong {
    color: var(--color-2-beige);
    letter-spacing: 1px;
}
.clientreviews p {
    color: #000;
}
.page_review_by .testimonialTitle {
    color: #000;
}
.clientreviews p strong {
    font-weight: 600;
}
.review-schema-wrapper .page_review {
    line-height: 32px;
}
.clientreviews .heading span, .clientreviews .heading strong {
    position: relative;
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.video-schema p {
    line-height: 32px;
    margin-bottom: 5px;
}
.site-schema {
    margin-top: 0px;
}
.video-schema {
    margin-bottom: 0px;
    margin-top: 0px;
}
.video-schema .heading {
    margin-bottom: 15px;
}
.clientreviews iframe {
    border: 1px solid #f6f6f6;
    width: 100%;
}
.review-schema-wrapper + .clientreviews.video-schema {
    margin-bottom: 70px;
}
/*  Site Schema Styling End */

.home-banner {
    height: auto;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.banner-video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-des {
    position: relative;
    z-index: 9;
}
.banner-video:after {
    content: '';
    background: rgb(0 0 0 / 54%);
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.phone-number {
    transition: .5s;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0%;
    color: white;
}
.banner-subheading {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 10%;
    padding: 20px 0px 0 0px;
}
.dic-doc-logo img {
    margin: auto;
}
.social-footer {
    margin: 30px 0;
}
.logo-div-area {
    padding: 0px 0 90px 0;
}
.common-footer-form {
    background-color: white;
    padding: 50px;
    margin-bottom: 90px;
}
.about-us-left-image img{
    position: absolute;
    top: 0;
    left: 0;
}
.about-us-right-image img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.award-winning-section.no-right-image .about-us-left-image {
    position: relative;
    flex: 0 0 35%;
    max-width: 35%;
    align-self: center;
}
.award-winning-section.no-right-image .about-us-left-image img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: auto;
}
.award-winning-section.no-right-image .col-lg-12 {
    flex: 0 0 65%;
    max-width: 65%;
}
.award-winning-section.no-right-image .about-us-div {
    padding: 0 40px;
}
.award-winning-section.no-right-image .about-us-right-image {
    display: none;
}
.about-us-div {
    padding: 0 180px;
}
.common-subheading {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 10%;
    margin-bottom: 10px;
}
.stunning-results-btn {
    margin-top: 35px;
}
.stunning-results-content{
    padding-right: 50px;
}
.stunning-results-btn .btn:hover {
    color: #c8a96a;
}
.footer-form-title {
    letter-spacing: 0;
}
.practice_areas .container {
    z-index: 1;
    position: relative;
}
/* IMAGE STYLE */
.practice_areas_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97.6%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
}
/* ACTIVE IMAGE */
.active.practice_areas_img {
    opacity: 1;
    visibility: visible;
}
/* CONTENT SHOW */
.practice_area_item.active .hover-content {
    display: block;
}
/* ITEM STYLE */
.practice_area_item {
    padding: 0px 0px 25px 0;
    transition: .5s;
    border-bottom: 1px solid black;
    margin-bottom: 25px;
}
/* ACTIVE ITEM */
.practice_area_item.active {
    border-color: #c8a96a;
}
/* IMAGE WRAPPER FIX */
.services-image {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.services-area-heading-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-heading {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0%;
    color: black;
    transition: .5s
}
.practice_areas_box .hover-content {
    color: #333333;
}
.practice_area_item.active .services-heading{
    color: #c8a96a;
    transition: .5s
}
.practice_area_item.active .services-area-heading-div svg path{
    stroke: #c8a96a;
    transition: .5s
}
.services-area-heading-div svg path {
    transition: .5s
}
.stunning-results-section::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000054;
    content: '';
}
.stunning-results-section * {
    z-index: 9;
}
.dr-edward-row {
    background-color: black;
    padding: 70px;
}
.dr-edward-image {
    margin: -130px 0 -150px 0;
}
.profile-btn {
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 20%;
    font-weight: 300;
    transition: .5s;
}
.profile-btn:hover {
    color: rgba(200, 169, 106, 1);
    transition: .5s;
}
.dr-edward-description {
    color: white;
    margin: 30px 0;
}
.attorney-name {
    letter-spacing: 0;
}
.our-team-page-section h4 {
    margin-top: 0;
}
.desigination {
    font-family: 'Lato';
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}
.our-team-content-div {
    margin-bottom: 50px;
}
.video-img .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-img img {
    height: 260px;
    object-fit: cover;
    object-position: top center;
    transition: .5s;
}
.video-img:hover img {
    transform: scale(1.03);
}
.video-img{
    overflow: hidden;
}
.video-img .play-btn svg {
    width: 50px;
    height: 40px;
}
.video-img .play-btn img {
    width: 50px;
    height: 40px;
}
.main-video-title {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 10%;
    margin-top: 20px;
    color: rgba(0, 0, 0, 1);
}
.common-location-name {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0%;
    color: #000000;
}
.hours-name {
    margin-top: 25px;
}
.phone-title{
    margin-top: 25px;
}
.contact-row {
    background-color: white;
    padding: 50px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.location-botox-section {
    background-color: #000000;
}
.location-botox-row {
    border: 1px solid white;
    padding: 20px;
}
.location-botox-date {
    margin-bottom: 20px;
}
.location-dic-doc-row {
    background-color: #333333;
}
.dic-doc-social-row {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.dic-doc-social-div {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    transition: .5s;
}
.dic-doc-social-div:hover {
    background-color: #c8a96a;
    transition: .5s;
}
.dic-doc-social-title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 10%;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
}
.location-dic-doc-image img {
    margin: -40px 70px 0px auto;
}
.sidebar-blog-list ul li a {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 5%;
    text-transform: uppercase;
}
.sidebar-blog-list li a:after {
    top: 1px;
    background-size: 20px;
}
.post-image {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000000;
    padding: 20px;
    align-items: center;
}
.post-blog-image {
    width: 420px;
}
.main-blog-post-content {
    width: calc(100% - 420px );
    padding-left: 20px;
}
.blog-post-div {
    margin-bottom: 20px;
}
.listen-heading {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 10%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.podcast-music-section {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 100%);
}
.podcast-content-div {
    margin-bottom: 40px;
}
.single-events .single-events-detail ul {
    padding-left: 30px;
    padding-bottom: 10px;
}
.events-btn {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    transition: .5s;
    border-bottom: 1px solid rgba(200, 169, 106, 1);
}
.events-btn:hover {
    color: rgba(200, 169, 106, 1);
    transition: .5s;
}
.patient-form-boxes{
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 40px;
}
.patient-form-heading {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 10%;
    color: rgba(0, 0, 0, 1);
    margin-top: 20px;
    transition: .5s;
}
.patient-form-boxes:hover .patient-form-heading {
    color: rgba(200, 169, 106, 1);
    transition: .5s;
}
.patient-form-page-div {
    margin-bottom: 40px;
}
.dr-desigination {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 10%;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
    margin-top: 10px;
}
.dr-content-div h4 {
    margin: 0;
}
.dr-content {
    margin: 20px 0 30px 0;
}
.podcast-iframe iframe {
    height: 240px;
}
.podcast-iframe {
    height: 230px;
}
.blog-detail .single-post-detail ul {
    padding-left: 30px;
}
.blog-detail .single-post-detail .h2{
    font-size: 36px;
}
.blog-detail .single-post-detail h2{
    font-size: 36px;
}
.meet-dr-section .default-meet-dr-content .h2{
    font-size: 36px;
}
.meet-dr-section .default-meet-dr-content h2{
    font-size: 36px;
}
.meet-dr-section .default-meet-dr-content .h3{
    font-size: 36px;
}
.meet-dr-section .default-meet-dr-content h3{
    font-size: 36px;
}
.blog-detail .single-post-detail .h3{
    font-size: 30px;
}
.blog-detail .single-post-detail h3{
    font-size: 30px;
}
.sidebar-page-wrap {
    padding-left: 50px;
}
.single-video-title {
    margin: 0 0px 15px 0;
}
.meet-dr-row {
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 30px;
}
.dr-meet-single-page-section .dr-meet-single-page-content-div h4 {
    margin-top: 0;
}
.meet-phone-number {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0%;
    color: rgb(255 255 255);
    line-height: 100%;
    margin-top: 20px;
    transition: .5s;
}
.meet-phone-div-area {
    border: 1px solid white;
    padding: 25px;
    z-index: 9;
    position: relative;
    color: white;
    text-align: center;
}
.meet-phone-image-area {
    background-image: url(/wp-content/uploads/2026/03/phone-bg-imagee.webp);
    padding: 10px;
    position: relative;
    background-position: bottom -70px center;
    background-size: cover;
    background-repeat: no-repeat;
}
.meet-phone-image-area::after {
    position: absolute;
    top: 0;
    background: rgb(94 94 94 / 60%);
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.meet-phone-number-text {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 12%;
    text-transform: uppercase;
}
.meet-phone-number:hover {
    color: rgba(200, 169, 106, 1);
    transition: .5s;
}
.professional-memberhips-col {
    padding-left: 40px;
}
.education-and-traning-col {
    padding-right: 30px;
}
.meet-phone-image-area-main {
    margin-top: 30px;
}
.page-traveling-to-vegas .sidebar-form {
    margin-top: 0;
}
.page-traveling-to-vegas .default-content h2{
    font-size: 36px;
}
.page-traveling-to-vegas .parent-pages{
    display: none;
}
.services-heading {
    margin: 0;
}
.dic-doc-social-div svg {
    display: block;
}
.dic-doc-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 10%;
    margin-right: 155px;
}
.dic-doc-content-div h4 {
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-top: 0;
}
.location-botox-content {
    margin-right: 80px;
}
.main-home-page-css {
    display: none !important;
}
.edward-zimmerman-award-image img {
    height: 100px;
    width: 150px;
    object-fit: contain;
}
.dr-edward-row .dr-edward-title-div h2 {
    font-weight: 600;
}
.dr-edward-section {
    padding: 170px 0 170px 0;
}
.award-repeate-row {
    margin: 40px 0 80px 0;
}
.breadcrumbs-block a {
    color: black;
    transition: .5s;
}
.breadcrumbs-block a:hover {
    color: var(--color-2);
    transition: .5s;
}
.podcast-music-boxes img {
    width: 100px;
    max-width: 100%;
    height: 60px;
    object-fit: contain;
    margin: auto;
}
.testimonial-content svg {
    width: 25px;
    height: 25px;
}
.testimonial-content img {
    width: 25px;
    height: 25px;
}
.modal-body svg {
    width: 25px;
    height: 25px;
}
.modal-body img {
    width: 25px;
    height: 25px;
}
#testimonial-filter option {
    color: black;
}
#testimonial-filter select {
    padding: 20px 10px;
    line-height: 0;
    width: 100%;
}
#testimonial-filter {
    display: flex;
    align-items: center;
    gap: 0 15px;
    justify-content: center;
}
#reset-filter {
    font-size: 20px;
    padding: 16px 35px;
}
#testimonial-filter select{
    appearance: none;
}
#testimonial-filter select {
    text-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2026/03/Vector-3.svg);
    background-size: 14px;
    background-position: calc(100% - 8px) 50%;
    line-height: normal;
    color: black;
}
.testimonial-page-content {
    margin-bottom: 40px;
}
.testimonial-content-page-main {
    margin-top: 40px;
}
.testimonial-source-logo img {
    width: auto;
    height: 40px;
    object-fit: contain;
}
.testimonial-rating .star {
    font-size: 30px;
    color: #ccc;
}

.testimonial-rating .star.filled {
    color: rgba(200, 169, 106, 1);
}
.testimonial-ranking-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.patient-name {
    font-weight: 700;
    font-size: 19.45px;
    letter-spacing: 3%;
    margin: 20px 0 10px 0;
}
.testimonial-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.testimonial-read-more {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 5%;
    text-decoration: underline;
    transition: .5s;
}
.t-details svg {
    width: 20px;
    height: 20px;
}

/*.testimonial-slider {
    margin: 0 -100px 0 100px;
}*/
.ranking-image {
    text-align: right;
}
.testimonial-slider .testimonial-item {
    margin: 0 40px;
}
.testimonial-slider .testimonial-svg {
    position: absolute;
    left: -30px;
    top: 20px;
}
.testimonial-right-svg {
    position: absolute;
    right: -27px;
}
.slick-slider ul.slick-dots li button {
    border-radius: 52%;
    width: 14px;
    height: 14px;
    background: transparent;
    margin: 0px;
}
.slick-slider ul.slick-dots li {
    margin: 0px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.slick-slider ul.slick-dots li.slick-active {
    border: 1px solid rgba(0, 0, 0, 1);
    background: var(--color-2);
}
.slick-slider ul.slick-dots li.slick-active button {
    border-radius: 52%;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 1)!important;
    margin: 0px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    gap: 12px;
}
.our-service-box {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.service-main-div {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 9;
    right: 20px;
}
.practice-section .our-service-box:hover .service-hover-info {
    opacity: 1;
    height: 160px;
    transition: 1s;
}
.service-hover-info {
    height: 0;
    opacity: 0;
    width: 100%;
    transition: 1s;
}
.our-service-box img {
    height: 420px;
    object-fit: cover;
    object-position: top center;
}
.our-service-box::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    content: '';
}
.practice-section .our-services-title {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    border-bottom: 2px solid rgba(200, 169, 106, 0.75);
    padding-bottom: 3px;
}
.our-services-content {
    color: white;
    padding: 10px 0 0 0;
}
.services-button {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid rgba(200, 169, 106, 1);
    transition: .5s;
}
.services-button:hover {
    color: rgba(200, 169, 106, 1);
    transition: .5s;
}
.services-button-div {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-top: 10px;
}
.practice-section .our-services-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
#servicesTabsContent {
    margin-top: 50px;
}
.nav-link.active {
    color: black!important;
    border: none;
    padding: 15px 30px;
    line-height: normal;
    border-radius: 15px;
    background: linear-gradient(270deg, #c8a96a 0%, #dbc79e 50%, #c8a96a 100%);
}
#servicesTabs {
    justify-content: center;
    border: none;
    gap: 0 20px;
    margin: 30px 0 0 0;
}
.nav-link {
    background-color: transparent;
    padding: 15px 30px;
    line-height: normal;
    border-radius: 0px!important;
    color: rgba(26, 36, 55, 1);
    border: 1px solid rgba(200, 169, 106, 0.40) !important;
    color: black !important;
}
.default-page .default-content .h2 {
    font-size: 36px;
}
.default-page .default-content h2 {
    font-size: 36px;
}
.default-page .default-content .h3 {
    font-size: 30px;
}
.default-page .default-content h3 {
    font-size: 30px;
}
.default-page .sidebar-form {
    margin-top: 0;
}
.default-page .default-content h2:first-child {
    margin-top: 0;
}
.consultation-div {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.phone-number {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.phone-number svg {
    position: relative;
    top: 3px;
}
.header-btn .btn {
    color: #ffffff;
    background: #000000;
}
.header-btn .btn:hover {
    color: #000000;
    background: #ffffff;
}
.btn-close svg path {
    stroke: black;
}
.slick-dots {
    position: absolute;
    bottom: -60px;
    left: 0;
}
.testimonial-slider .testimonial-item {
    height: 290px;
}
.awards-recognition-section h4 {
    margin-top: 0;
}
.pubications-ans-leadership h4 {
    margin-top: 0;
}
.home-services-section .practice-home-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 0%;
    color: white;
}
.contact-phone {
    color: rgba(0, 0, 0, 1);
    transition: .5s;
}
.contact-phone:hover {
    color: rgba(200, 169, 106, 1);
    transition: .5s;
}
.about-us-content {
    padding: 0 0px;
}
.about-us-btn {
    margin-top: 30px;
}
.testimonial-slider {
    margin-top: 20px;
}
.team-page-row:nth-child(odd) .team-page-column {
    padding-left: 20px;
}
.team-page-row:nth-child(even) .team-page-column {
    padding-right: 20px;
}
.home-testimonial-btn {
    margin-top: 90px;
    position: relative;
    left: 0;
}
.instagram-div {
    padding: 0 10px;
}
.profile-main-btn {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.profile-main-btn svg {
    width: 40px;
    height: 40px;
}
.practice-section h2 {
    margin-top: 0;
}
.team-page-row img {
    height: 750px;
    object-fit: cover;
}
.category-page .blog-tags {
    display: none;
}
.category-page .no-featured-wrapper {
    height: 300px;
}
.blog-detail iframe {
    width: 100%;
    height: 350px;
}
.blog-table th, td {
    border: 1px solid black;
    padding: 10px;
    text-align: left;
}
.blog-table th {
    background-color: #f2f2f2;
}
.video-detail .blog-search {
    display: none;
}
.video-detail .sidebar-form {
    margin-top: 0;
}
.video-detail .sidebar-blog-list{
    display: none;
}
.video-detail .video-detail-img img {
    height: auto;
}
.award-repeate-row {
    display: none;
}
.edward-award {
    padding: 30px 0 90px 0;
}
.main-events-title {
    letter-spacing: 0;
}
#testimonial-filter select {
    font-size: 14px;
}
.services-button:focus {
    color: white;
}
.single-events .practice-section h3 {
    margin: 0;
}
.single-events .our-service-box img {
    height: 310px;
}
.edward-zimmerman-div {
    position: absolute;
    bottom: 0px;
    max-width: 39%;
}
.instagram-section{
    overflow: hidden;
}
.btn-close svg {
    position: relative;
    top: -1px;
    left: 0;
}
.location-botox-image img {
    height: 310px;
    object-fit: cover;
}
.dr-edward-content {
    padding-right: 80px;
}
.practice-icon-boxes img {
    transform: scale(1.01);
}
.testimonial-slider .t-details {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.feature-procedures .feature-title {
    font-size: min(max(24px, 2.5vw), 35px);
    font-weight: 500;
    line-height: 1.7;
}
.feature-procedures .link-reveal-container {
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-bottom:20px;
}
.link-reveal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.001;
    transition: opacity 0.4s ease, background 4s ease;
}
.feature-procedures .link-reveal-container ul {
    text-align: center;
    padding-left: 0 !important;
    display:block;
}
.link-reveal ul {
    padding: 0;
    list-style-type: none !important;
}
.link-reveal ul li:nth-of-type(1)
{
    transition-delay: 0s;
}

.link-reveal ul li {
    transform: translateY(100%);
    opacity: 0.001;
    transition: transform 0.4s ease, opacity 0.4s ease;
    position: relative;
    z-index: -1;
}
.link-reveal ul li a {
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition: .5s;
}
.link-reveal ul li a:hover {
    background-size: 100% 1px !important;
    border-bottom: 1px solid #c8a96a;
    transition: .5s;
}
.feature-procedures .link-reveal-container img {
    transition: transform 0.4s ease-in-out;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
}
.feature-procedures .link-reveal-container:hover img {
    transform: scale(1.1);
    transition: transform 0.4s ease-in-out;
}
.link-reveal-container:hover .link-reveal {
    opacity: 1;
}

.link-reveal-container:hover .link-reveal ul li {
    transform: translateY(0%);
    opacity: 1;
    z-index: 1;
}
@keyframes activateLink {
    0% {
        pointer-events: none
    }

    99% {
        pointer-events: none
    }

    100% {
        pointer-events: all !important
    }
}
.before-after-images {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
.single-gallery-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    font-weight: 300;
    line-height: 2;
}
.single-gallery-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
}
.procedures-arrow svg {
    transform: rotate(180deg);
}
.single-gallery-item img {
    height: 260px;
    object-fit: cover;
}
.gallery-grid {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.gallery-grid img {
    height: 130px;
    object-fit: cover;
    width: 100%;
}
.gallery-grid a {
    margin-right: 20px;
    overflow: hidden;
    flex-basis: calc(100% / 7 - 17px);
}
.gallery-grid .pair-link {
    background: #c8a96a;
    color: black;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    transition: opacity 0.4s ease;
}
.category-btn{
    gap: 0 10px;
}
.gal-cat-list li {
    list-style: none;
}
.gallery-grid a:last-child {
    margin-right: 0;
}
.custom-pagination {
    margin-top: 50px;
    justify-content: center;
    text-align: center;
}
.gallery-navigation a {
    display: inline-flex;
    align-items: center;
    gap: 0 15px;
    font-size: 20px;
}
.gallery-navigation a svg path {
    stroke: var(--color-2);
}
.dic-doc-logo-cartoon img {
    margin: 0;
    width: 100%;
    max-width: 230px;
}



.blog-box-div {
    display: flex;
    align-items: stretch;
    background: #000;
    align-items: center;
    gap: 0 30px;
}
.slider-blog-title-div {
    color: white;
}
.home-blog-list-image{
    width: 550px;
}
.home-blog-list-image img {
    border-radius: 0 !important;
}
.home-blog-list-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.home-blog-list .blog-box-div img {
    height: 350px;
    object-fit: cover;
    object-position: top center;
}
.blog-title-div{
    width: 55%;
    padding: 40px 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slider-blog-title a {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: white;
    font-family: var(--font-montserrat);
    text-transform: uppercase;
    letter-spacing: 10%;
    line-height: 50px;
	transition: .5s;
}
.slider-blog-title a:hover {
    color: #c8a96a;
	transition: .5s;
}
.slider-btn-blog {
    margin-top: 40px;
	transition: .5s;
}
.slider-btn-blog:hover {
	color: #c8a96a;
	transition: .5s;
}
.slider-blog-title-div .home-blog-category {
    color: white;
	transition: .5s;
}
.slider-blog-title-div .home-blog-category:hover {
    color: #c8a96a;
	transition: .5s;
}

#header .container {
    max-width: 100%;
    padding: 0 50px;
}
#videoTab {
    gap: 0 20px;
    border: none;
}



.services-slider .service-slide {
    padding: 10px;
    text-align: center;
}
.services-slider .slide-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.services-arrow-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.services-slider .slide-title {
    position: relative;
}
.services-slider .slide-title::after {
    position: absolute;
    top: -20px;
    left: 50%;
    content: '';
    background: black;
    height: 1px;
    width: 350px;
    transform: translate(-50%, -50%);
}
.services-slider .slide-title {
    position: relative;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 36px;
    letter-spacing: 10%;
    text-align: center;
    color: black;
    margin-top: 50px;
}
.services-slider .slide-image{
    overflow: hidden;
    position: relative;
}
.services-slider .slide-image img{
    transition: .5s;
}
.services-slider .slide-image img:hover {
    transform: scale(1.1);
    transition: .5s;
    filter: none;
}

.contact-us-section.position-relative.section-pd {
    background-image: url(https://aestheticrestg.wpenginepowered.com/wp-content/uploads/2026/03/BG.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.dic-doc-logo-wrapper img {
    width: 150px;
    height: 160px;
    object-fit: contain;
}
.home-banner::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: #000000d1;
}
.banner-main-image {
    position: relative;
    z-index: 9;
}
.expect-video {
    width: 100%;
    height: 100%;
}
.expect-image {
    position: absolute;
    right: 0;
    width: 40%;
    height: 100%;
    top: 0;
}
.edward-zimmerman-section{
    position: relative;
    overflow: hidden;
}
.expect-image img {
    object-fit: cover;
    object-position: top center;
    border-radius: 10px 0px 0px 10px;
}
.procedures-button-div {
    display: flex;
    gap: 0 30px;
    margin-top: 40px;
}
.procedures-button .btn:hover {
    background: transparent;
    color: #c8a96a;
}
.contact-btn .btn:hover {
    background: transparent;
    color: #c8a96a;
}
.our-service-box .no-featured-wrapper {
    height: 100%;
    display: flex;
    min-height: 420px;
}
.our-service-box .no-featured {
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}
/* L2 subcategory tabs - slightly different style to distinguish from L1 */
.proc-tabs-l2 {
    margin-top: 25px;
    margin-bottom: 30px;
    border-bottom: none;
    justify-content: center;
    gap: 15px;
}

.proc-tabs-l2 .nav-link {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 25px;
    border-color: #555 !important;
    color: #555;
}

.proc-tabs-l2 .nav-link.active,
.proc-tabs-l2 .nav-link:hover {
    border-color: #b3925a !important;
    color: #b3925a;
    background: linear-gradient(270deg, #c8a96a 0%, #dbc79e 50%, #c8a96a 100%);
}
#servicesTabsContent {
    margin-top: 30px;
}
/* L3 tabs - Male Enhancement sub-groups */
.proc-tabs-l3 {
    margin-top: 20px;
    margin-bottom: 25px;
    border-bottom: none;
    justify-content: center;
    gap: 10px;
}

.proc-tabs-l3 .nav-link {
    font-size: 14px;
    letter-spacing: 0.8px;
    padding: 14px 25px;
    border: 1px solid #555 !important; /* dashed to visually distinguish from L2 */
    color: #777;
    background: transparent;
}

.proc-tabs-l3 .nav-link.active,
.proc-tabs-l3 .nav-link:hover {
    border-color: #b3925a !important;
    border-style: solid !important;
    color: #b3925a;
     background: linear-gradient(270deg, #c8a96a 0%, #dbc79e 50%, #c8a96a 100%);
}
#servicesTabs > li > .nav-link {
    min-width: 200px;
}
/* Mobile */
@media(max-width: 767px){
    .blog-box-div{
        flex-direction: column;
    }

    .home-blog-list-image,
    .blog-title-div{
        width: 100%;
    }
}

/* ============================================================
   LIGHT-THEME REBRAND OVERRIDES  (added 2026-08-13)
   Goal: white / off-white dominant site, black buttons,
   gold (#C8A96A) as accent only. Reversible: delete this block.
   ============================================================ */
:root { --ar-offwhite: #f8f6f2; --ar-ink: #131829; }

/* ---- Dr. Edward Zimmerman band (homepage) : black -> off-white ---- */
.dr-edward-section { background-image: none !important; background-color: var(--ar-offwhite) !important; }
.dr-edward-row { background-color: var(--ar-offwhite) !important; }
.dr-edward-row .text-white { color: var(--ar-ink) !important; }
.dr-edward-description { color: var(--ar-ink) !important; }
.profile-btn { color: var(--ar-ink) !important; }
/* TikTok glyph white layer -> ink so it reads on light bg */
.dr-edward-row .profile-main-btn svg path[fill="white"] { fill: var(--ar-ink); }

/* ---- FAQ section : dark navy -> off-white ---- */
.faq-section { background-color: var(--ar-offwhite) !important; }
.faq-section .accordion-button,
.faq-section button.accordion-button.collapsed,
.faq-section .accordion-button:not(.collapsed),
.faq-section .accordion-body { color: var(--ar-ink) !important; }
.faq-section .accordion-item { border: 1px solid rgba(19,24,41,0.15) !important; }
.faq-section .accordion-button::after { filter: brightness(0); }

/* ---- Location sections (Our Office page) : black/#333 -> off-white ---- */
.location-botox-section, .location-dic-doc-row { background-color: var(--ar-offwhite) !important; }
.location-dic-doc-row, .location-dic-doc-row .dic-doc-social-title { color: var(--ar-ink) !important; }
.location-botox-row { border-color: rgba(19,24,41,0.15) !important; }
.location-dic-doc-row .dic-doc-social-div { border-color: rgba(19,24,41,0.2) !important; }
.location-dic-doc-row .dic-doc-social-div img,
.location-dic-doc-row .dic-doc-social-div svg { filter: brightness(0); }

/* ---- Homepage blog cards : black -> white ---- */
.home-blog-list .blog-box-div, .blog-box-div { background: #ffffff !important; }
.slider-blog-title-div { color: var(--ar-ink) !important; }

/* ---- Sticky (scrolled) header : black -> white ---- */
header#header.small-header { background-color: #ffffff !important; border-bottom: 1px solid #c8a96a !important; }
header#header.small-header .menu-top > li > a { color: var(--ar-ink); }
header#header.small-header .nav-menu > .menu-top > li.menu-item-has-children:after { border-color: var(--ar-ink) transparent transparent; }
header#header.small-header .search-icon { filter: brightness(0); }
header#header.small-header .phone-number svg path { stroke: var(--ar-ink) !important; }
header#header.small-header .mobile-phonenumber .header-ph svg path { stroke: var(--ar-ink) !important; }
header#header.small-header .phone-number, header#header.small-header .phone-label, header#header.small-header .consultation-title { color: var(--ar-ink) !important; }

/* ---- Edward Zimmerman credentials section (homepage) : dark -> off-white ---- */
.edward-zimmerman-section { background-image: none !important; background-color: var(--ar-offwhite) !important; }
.edward-zimmerman-section .text-white { color: var(--ar-ink) !important; }
/* accreditation bar is a grayscale-on-black JPG; invert -> white bg, dark logos */
.edward-award img { filter: invert(1); }

/* ---- Header logo swap: white ARLV over dark hero, gold vertical when sticky ---- */
.logo-wrapper .logo-sticky { display: none; }
header#header.small-header .logo-wrapper .logo-hero { display: none; }
header#header.small-header .logo-wrapper .logo-sticky { display: inline-block; }

/* ==== HOMEPAGE HERO — LIGHT (CREAM) OVERLAY · Variant B · added 2026-08-18 ==== */
/* Reversible: delete from this marker to EOF. Scoped to body.home only. */
body.home .home-banner::after { background: rgba(251,247,244,0.82) !important; }
body.home .banner-video:after { background: rgba(251,247,244,0.80) !important; }

body.home .home-banner .banner-heading,
body.home .home-banner .banner-subheading,
body.home .mobile-home-banner .banner-heading,
body.home .mobile-home-banner .banner-subheading { color: var(--ar-ink) !important; }

body.home .home-banner .procedures-button .btn { background:#000 !important; color:#fff !important; border:1px solid #000 !important; }
body.home .home-banner .contact-btn .btn { background:transparent !important; color:var(--ar-ink) !important; border:1px solid var(--ar-ink) !important; }
body.home .home-banner .contact-btn .btn:hover { background:var(--ar-ink) !important; color:#fff !important; }

body.home header#header:not(.small-header) .logo-wrapper .logo-hero { display:none !important; }
body.home header#header:not(.small-header) .logo-wrapper .logo-sticky { display:inline-block !important; }
body.home header#header:not(.small-header) .menu-top > li > a { color: var(--ar-ink) !important; }
body.home header#header:not(.small-header) .nav-menu > .menu-top > li.menu-item-has-children:after { border-color: var(--ar-ink) transparent transparent !important; }
body.home header#header:not(.small-header) .search-icon { filter: brightness(0); }
body.home header#header:not(.small-header) .phone-number,
body.home header#header:not(.small-header) .header-contact-info a { color: var(--ar-ink) !important; }
body.home header#header:not(.small-header) .phone-number svg path { stroke: var(--ar-ink) !important; }

body.home .mobile-home-banner { position: relative; }
body.home .mobile-home-banner::after { content:''; position:absolute; inset:0; background: rgba(251,247,244,0.82); z-index:1; pointer-events:none; }
body.home .mobile-home-banner > .container { position:relative; z-index:2; }
/* ==== END HOMEPAGE HERO LIGHT OVERLAY ==== */
body.home header#header:not(.small-header) .mobile-phonenumber .header-ph svg path { stroke: var(--ar-ink) !important; }
/* ==== END HOMEPAGE HERO LIGHT OVERLAY (mobile phone icon) ==== */
body.home header#header:not(.small-header) .phone-label,
body.home header#header:not(.small-header) .consultation-title { color: var(--ar-ink) !important; }

/* ============================================================
   LIGHT SITEWIDE — INNER BANNERS + FOOTER + SECTION BLENDING
   (added 2026-08-19)  ·  Reversible: delete from this marker to EOF.
   Takes the homepage cream hero (Variant B) site-wide: inner-page
   banners, footer, and the header top-state all go light; plus soft
   gradient transitions so the one intentionally-dark band (Stunning
   Results) and the footer no longer meet light sections on a hard line.
   Logo is the black ARLV lockup (attachment 8955) in every header
   state (set in header.php $hero_logo_id + header_logo/footer_logo opts).
   ============================================================ */

/* ---- (B) Header top (non-sticky) state -> ink on light, ALL pages ---- */
header#header:not(.small-header) .menu-top > li > a { color: var(--ar-ink) !important; }
header#header:not(.small-header) .nav-menu > .menu-top > li.menu-item-has-children:after { border-color: var(--ar-ink) transparent transparent !important; }
header#header:not(.small-header) .search-icon,
header#header:not(.small-header) .white-search-icon { filter: brightness(0) !important; }
header#header:not(.small-header) .phone-number,
header#header:not(.small-header) .phone-label,
header#header:not(.small-header) .consultation-title,
header#header:not(.small-header) .header-contact-info a { color: var(--ar-ink) !important; }
header#header:not(.small-header) .phone-number svg path,
header#header:not(.small-header) .mobile-phonenumber .header-ph svg path { stroke: var(--ar-ink) !important; }

/* ---- (A) Inner-page banner : dark photo -> cream overlay, ink title ---- */
.page-banner { position: relative; }
.page-banner::after { content:''; position:absolute; inset:0; background: rgba(251,247,244,0.86); z-index:0; pointer-events:none; }
.page-banner > .container { position: relative; z-index: 1; }
.page-banner h1,
.page-banner .h1,
.page-banner .heading-h1,
.page-banner .page-banner-h1,
.page-banner .banner-page-subtitle { color: var(--ar-ink) !important; }

/* ---- (C) Footer : dark building photo -> faint cream watermark, ink text ---- */
.main-footer::after { content:''; position:absolute; inset:0; background: rgba(248,246,242,0.90); z-index:0; pointer-events:none; }
.main-footer > .container,
.main-footer > .copyright-wrapper { position: relative; z-index: 1; }
.main-footer .footer-heading { color: var(--ar-ink) !important; }
.main-footer .copyright-wrapper .copyright,
.main-footer .copyright .small-nav,
.main-footer .copyright .small-nav a { color: var(--ar-ink) !important; }
.main-footer .copyright .small-nav a:after { background: var(--ar-ink) !important; }
/* social glyphs are white PNGs -> ink so they read on cream */
.main-footer ul.footer-social li a img { filter: brightness(0) !important; }
.main-footer .footer-social li a { border-color: rgba(19,24,41,0.18); }

/* ---- (D) Soft gradient transitions at the light<->dark boundaries ---- */
/* Stunning Results stays a dramatic dark band; fade its top edge out of the light
   section above and its bottom edge into the light section below. Fades live inside
   the top/bottom padding so they never wash out the white text (content is z-index:9). */
.stunning-results-section { position: relative; }
.stunning-results-section::before {
    content:''; position:absolute; left:0; right:0; top:0; bottom:0; z-index:8; pointer-events:none;
    background:
        linear-gradient(to bottom, #f8f6f2 0, rgba(248,246,242,0) 90px),
        linear-gradient(to top,    #f8f6f2 0, rgba(248,246,242,0) 90px);
}

/* ============================================================
   BH-165 / BH-166 — SECTION FADE REFINEMENT (added 2026-08-20)
   Reversible: delete from this marker to EOF.
   Homepage light sections render pure white (#fff), so fades
   target #fff (earlier cream #f8f6f2 left a faint seam).
   165: height-independent (%) eased fade blends the dark
        Stunning Results band into the white sections around it.
   166: bottom white fade on the homepage hero into About below.
   ============================================================ */
.stunning-results-section::before {
    background: linear-gradient(to bottom,
        #ffffff 0%,
        rgba(255,255,255,0.55) 7%,
        rgba(255,255,255,0) 26%,
        rgba(255,255,255,0) 74%,
        rgba(255,255,255,0.55) 93%,
        #ffffff 100%) !important;
}
body.home .home-banner { position: relative; }
body.home .home-banner::before {
    content:''; position:absolute; left:0; right:0; bottom:0;
    height:130px; z-index:10; pointer-events:none;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 100%);
}
/* ============================================================ */

/* ==== BH — Stunning Results: light image + black text (2026-08-20) · reversible ==== */
body.home .stunning-results-section::after { background: transparent !important; }
body.home .stunning-results-section .text-white,
body.home .stunning-results-section .stunning-results-title .heading,
body.home .stunning-results-section .stunning-results-content,
body.home .stunning-results-section .stunning-results-content * { color: #000 !important; }
/* ==== END ==== */

/* ===== Patient Forms page — Cognito paperwork links (2026-08-25) ===== */
.page-patient-forms .patient-forms-links {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
}
.page-patient-forms .patient-form-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #131829;
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: color .25s ease;
    width: fit-content;
}
.page-patient-forms .patient-form-link img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex: 0 0 auto;
}
.page-patient-forms .patient-form-link:hover {
    color: var(--color-2);
    text-decoration: underline;
}
