/* =========================================================
   HEADER & FOOTER CSS ONLY
   (Cleaned – duplicate rules removed, only header/footer kept)
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@700&display=swap');

@font-face {
	font-family: 'Butler';
	src: url('../fonts/Butler-UltraLight.woff2') format('woff2'), url('../fonts/Butler-UltraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Butler';
	src: url('../fonts/Butler-ExtraBold.woff2') format('woff2'), url('../fonts/Butler-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Butler';
	src: url('../fonts/Butler.woff2') format('woff2'), url('../fonts/Butler.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Butler';
	src: url('../fonts/Butler-Bold.woff2') format('woff2'), url('../fonts/Butler-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Butler';
	src: url('../fonts/Butler-Black.woff2') format('woff2'), url('../fonts/Butler-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Butler';
	src: url('../fonts/Butler-Light.woff2') format('woff2'), url('../fonts/Butler-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Butler';
	src: url('../fonts/Butler-Medium.woff2') format('woff2'), url('../fonts/Butler-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: Raleway, sans-serif;
}

/* =========================================================
   HEADER
   ========================================================= */

.main-style-header {
	background: #00000047;
	position: absolute;
	width: 100%;
	z-index: 9;
	border-bottom: 1px solid #dddddd3d;
}

.main-style-header.fixheader {
	position: fixed;
	width: 100%;
	background: #160c06;
}

.main-style-header.fixheader header#header {
	padding: 0;
}

.main-style-header.fixheader nav#navigation ul#menu-menu {
	background-color: #160c06;
}

.main-style-header header#header {
	background: transparent;
	padding: 5px 0;
}

.main-style-header header#header .wrap {
	background: transparent;
}

.main-style-header nav#navigation .wrap {
	background: transparent;
}

.main-style-header nav#navigation ul#menu-menu {
	margin: 0;
	padding: 0;
}

.main-style-header aside.header-right.widget-area.sidebar {
	display: none;
}

.main-style-header p.header-stript {
	display: none;
}

.main-style-header .title-area a {
	display: block;
	z-index: 999;
	height: 80px;
}

.main-style-header .title-area {
	margin: -110px auto auto;
	float: none;
	background: url(../images/logo-white.png);
	width: 440px;
	background-size: 440px;
	height: 111px;
	background-repeat: no-repeat;
}

.main-style-header .title-area img {
	filter: invert(1);
	display: none;
}

/* Navigation menu */
.main-style-header #navigation #menu-menu li a {
	position: relative;
	margin-right: 0px;
	padding: 12px 8px;
	color: #cdc6c6;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

.main-style-header #navigation #menu-menu li a:hover {
	background: transparent !important;
	color: #be9667;
}

.main-style-header #navigation #menu-menu li a:after {
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	width: 1px;
	background: #786d6d;
	top: 0;
	left: -5px;
	bottom: 0;
	margin: auto;
}

.main-style-header #navigation #menu-menu li:first-child a:after {
	content: none;
}

.main-style-header #navigation #menu-menu li {
	border-right: none;
	margin: 0px 0;
	padding: 0 0px;
}

.main-style-header #navigation #menu-menu li:hover ul {
	background-color: #be9667;
	width: 240px;
	top: 100%;
	padding: 10px 0;
}

.main-style-header #navigation #menu-menu li:hover ul li {
	width: 100%;
	display: block;
}

.main-style-header #navigation #menu-menu li:hover ul li a {
	padding: 0.6em 1.7em;
	color: #fff;
	width: 100%;
	line-height: 20px;
}

.main-style-header #navigation #menu-menu li:hover ul li a:hover {
	color: #000;
}

/* Alternate menu (menu-home-new) */
ul#menu-home-new li a {
	margin-right: 0px;
	padding: 12px 8px;
	color: #cdc6c6;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
ul#menu-home-new li:hover, ul#menu-home-new li a:hover {
	background-color: transparent !important;
}
ul#menu-home-new li a:hover, .policy-outer a:hover, .policy-outer a {
	color: #be9667;
}
ul#menu-home-new li:hover .sub-menu {
	background-color: #be9667;
	width: 240px;
	top: 100%;
	padding: 10px 0;
}
ul#menu-home-new li:hover .sub-menu li {
	width: 100%;
	display: block;
}
ul#menu-home-new li:hover .sub-menu li a {
	padding: 0.6em 1.7em;
	color: #fff;
	width: 100%;
	line-height: 20px;
}
ul#menu-home-new li .sub-menu li:hover a {
	background: #000 !important;
	transition: .2s ease-in-out;
}

/* Top bar (contact strip above main nav) */
.header-top {
	display: flex;
	justify-content: space-between;
	padding: 10px 30px;
	align-items: center;
}

.header-top ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
}

.header-top ul li {
	margin-right: 20px;
	padding-left: 25px;
	position: relative;
}

.header-top ul li:first-child {
	margin-bottom: 10px;
}

.header-top ul li:last-child {
	width: 58%;
}

.header-top ul li a {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.header-top ul li a i {
	color: #fff;
	padding-right: 4px;
	position: absolute;
	left: 0;
	top: 7px;
}

.header-top ul li a:hover {
	color: #be9667;
}

.header-top ul li a:hover i {
	color: #be9667;
}

.header-top a.custom-wave-btn {
	line-height: initial;
	padding: 5px 17px;
}
.custom-wave-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    width: fit-content;

    background-color: #be9667;
    border: none;
    color: #fff;

    text-transform: uppercase;
    white-space: nowrap;
    font-size: 0.786em;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 30px !important;

    padding: 8px 14px !important;
}

.custom-wave-btn::after {
    content: "";
    position: absolute;
    top: -50px;
    left: -95px;
    width: 50px;
    height: 200px;
    background: #fff;
    opacity: 0.2;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 10;
}

.custom-wave-btn:hover::after {
    left: 120%;
}

/* =========================================================
   HEADER — RESPONSIVE
   ========================================================= */

@media (max-width:1200px) {
	.main-style-header #navigation #menu-menu li a {
		padding: 12px 3px;
	}
	.main-style-header header#header {
		padding: 0;
	}
	.header-top {
		padding: 10px 10px 0px;
		align-items: center;
	}
	.main-style-header .title-area {
		width: 330px;
		background-size: 330px;
		height: 86px;
		margin: -49px auto auto;
	}
	.header-top ul li a {
		font-size: 13px;
	}
	.main-style-header nav#navigation .wrap {
		height: auto;
	}
}

@media (max-width:991px) {
	.main-style-header #navigation #menu-menu li a {
		padding: 5px 3px;
	}
	.main-style-header .title-area {
		width: 260px;
		background-size: 260px;
	}
}

@media (max-width:767px) {
	.header-top {
		display: none;
	}
	.main-style-header .title-area {
		margin: 0px auto auto;
	}
	.main-style-header .mobile-cta {
		display: none;
	}
	.header-left ul {
		width: 100%;
		justify-content: center;
	}
	.header-top ul li {
		margin-right: 10px;
	}
	.header-top {
		display: block !important;
		background: #be9667;
	}
	.header-top ul li:first-child {
		margin-bottom: 5px;
	}
	.header-right {
		display: none;
	}
	.header-top ul li {
		padding-left: 15px;
	}
	.header-top ul li, .header-top ul li:last-child {
		width: 100%;
	}
	.header-top ul li {
		line-height: 1.2;
		font-size: 14px;
	}
	.header-top {
		padding: 10px 0px 10px;
	}
	.header-top ul li a i {
		position: relative;
		left: inherit;
		top: inherit;
	}
}

@media (max-width:640px) {
	.main-style-header.fixheader, .main-style-header {
		position: static;
		width: 100%;
	}
	.main-style-header header#header {
		padding: 5px 0;
		background: #fff;
	}
	.main-style-header .title-area img {
		display: block;
		margin: auto;
		filter: none;
	}
	.main-style-header .title-area {
		background: none;
	}
}

@media (max-width:575px) {
	.main-style-header .title-area {
		width: 100%;
		background-size: 330px;
		height: 86px;
	}
}

@media (max-width:360px) {
	.header-top a.custom-wave-btn {
		line-height: 30px !important;
		padding: 8px 14px !important;
	}
}

/* =========================================================
   FOOTER
   ========================================================= */

.footer_section {
	width: 33% !important;
	text-align: left;
}

p.footer-stript.custom-text {
	margin-bottom: 0px !important;
}

li.foot_button.appoint a.footer_button.appoint-btn.acuity-embed-button {
	width: 180px !important;
}

/* =========================================================
   FOOTER — RESPONSIVE
   ========================================================= */
.singular-page-4271 h2, .singular-page-4271 .h2 {
    font-size: clamp(2rem, 1.35rem + 2.8vw, 4.8rem)!important;
    line-height: 1.2!important;
}
.list-num {
    list-style-type: none;
    margin-top: 60px;
}
p.eyebrow {
    font-size: 14px!important;
}
@media (max-width:991px) {
	.footer_custom .footer-widgets .wrap.col-4 ul li,
	.footer_custom .footer-widgets .wrap.col-4 ul li a {
		color: #000;
		font-size: 13px;
	}
	ul.ml-0{
		 margin-left:0px!important;
	}
	.leading-relaxed.max-w-md {
		max-width: 100%;
	}
}

@media (max-width:767px) {
	.footer-widgets .widget-first .textwidget .footer_section {
		width: 100% !important;
	}
	.footer_custom .footer-widgets .wrap.col-4 {
		padding: 20px 0px !important;
	}
}
/** banner new css **/
.banner-new h1{
	color:#fff!important;
}
.text-white{
    color: #fff!important;
}
p {
    font-size: 18px!important;
    line-height: 25px;
    margin: 0 0 20px;
    padding: 0;
}
.list-num{
	list-style-type:none;
}
