:root {

}

  /* Top Bar */
  .home .header-container {
    max-height: 145px;
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    background-color: transparent;
    transition: background-color 0.3s, max-height 0.3s;
}

.home .header-container.scrolled {
    max-height: 90px; /* Adjust the height as needed */
    background-color: #fff;
}

/* .header-container.scrolled .main-logo a img.black-logo {
    filter: invert(100%);
} */
.home .header-container.scrolled .main-logo img.black-logo {
	max-width: 90px;
	max-height: 90px;
	/* margin-left: 50%; */
	/* margin-left: 50px; */
	transition: max-width 0.3s, max-height 0.3s, margin-left 0.3s, transform 0.3s;
	position: relative;
	top: 0;
}


.home .header-container.scrolled .the-primary-menu .site-menu li a {
    color: #000 !important; /* Change the color to black */
}

.home .header-container.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
}

.home .header-container.scrolled .search-trigger::before {
    color: #000 !important;
}
/* other inside pages */

.header-container {
    max-height: 145px;
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    background-color: var(--the-white);
    transition: background-color 0.3s, max-height 0.3s;
}

.header-container.scrolled {
    max-height: 90px; /* Adjust the height as needed */
    background-color: #fff;
}

/* .header-container.scrolled .main-logo a img.black-logo {
    filter: invert(100%);
} */
.header-container.scrolled .main-logo img.black-logo {
	max-width: 90px;
	max-height: 90px;
	/* margin-left: 50%; */
	/* margin-left: 50px; */
	transition: max-width 0.3s, max-height 0.3s, margin-left 0.3s, transform 0.3s;
	position: relative;
	top: 0;
}


 .header-container.scrolled .the-primary-menu .site-menu li a {
    color: #000 !important; /* Change the color to black */
}
.header-container.scrolled #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,.header-container.scrolled #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,.header-container.scrolled #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	background-color: var(--the-black);
}
 .header-container.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
}

 .header-container.scrolled .search-trigger::before {
    color: #000 !important;
}
.header-container.scrolled .search-trigger span::before, .header-container.scrolled .search-trigger span::after {
	content: "";
	background: var(--the-black) !important;
}



/*  */

.header-container {
	max-height: 145px;
	display: flex;
	align-items: center;
}
.social-media {
	position: absolute;
	bottom: 100px;
	z-index: 99;
	left: 7%;
	display: flex;
	gap: 2em;
}
.social-media i {
	color: var(--the-white);
}
.home .main-logo img {
	width: 180px;
	height: 219px;
	object-fit: contain;
	margin-left: 36px;
	position: relative;
	top: 38px;
	background: var(--the-white);
}

.slider-container {
	position: relative;
}
.main-logo img {
	width: 180px;
	height: 219px;
	object-fit: contain;
}

.mst-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	justify-content: space-between;
	align-items: center;
}



.menu-icon::before {
	content: '\e806';
	font-family: 'covenant';
	color: var(--the-black);
	position: relative;
	right: -20px;
	font-size: 1.4em;
}
.menu-icon {
	color: transparent;
}





/* Responsive styles for primary menu */
@media (max-width: 850px) {

}

/* Responsive styles for primary menu after 850px */
@media (min-width: 851px) and (max-width: 1200px) {

}

/* Responsive styles for the body after 1200px */
@media (min-width: 1201px) {
    body {
        width: 100%;
        margin-left: auto;
    }
	/* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		border-radius: 0;
		background: #f1f1f1;
		border: 0;
		padding: 0px 0px 0px 0px;
		position: absolute;
		width: 100vw;
		max-width: 1223px;
		left: 0;
		z-index: 99999999;
	} */
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {

}

@media(min-width: 1201px){

}



.social-icons {
	display: flex;
	flex-direction: column;
	gap: 1em;
	position: absolute;
	align-items: center;
	top: 45%;
	left: 23px;
}
.locations-wrapper {
	position: absolute;
	height: 100%;
	width: 5%;
	background: var(--the-main-blue);
}
@media(max-width: 759px){
	.locations-wrapper {
		position: relative;
		height: 100%;
		width: 100%;
		background: var(--the-main-blue);
		/* margin-left: 5%; */
		padding: 5px 25px;
		display: flex;
	}
	.actual-locations {
		display: flex;
		flex-wrap: wrap;
		gap: 2em;
	}
}
@media(min-width: 760px){
	.locations-wrapper {
		position: absolute;
		height: 100%;
		width: 5%;
		background: var(--the-main-blue);
		z-index: 9;
	}
}
body:not(.home) .locations-wrapper {
    display: none;
}
.the-primary-menu {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	background: var(--the-pink ) !important;
	min-height: 290px !important;
	padding-top: 2em !important;
	margin-top: 25px !important;
}
@media screen and (min-width: 700px) and (max-width: 1500px) {
	.mega-sub-menu li ul {
		padding: 11px 56px !important;
	}
	.textwidget::after {
		content: "";
		position: absolute;
		border-right: 1px solid var(--the-white);
		height: 165px;
		right: 0px;
		top: -20px;
	}
  }
  @media(min-width: 1501px){
	.mega-sub-menu li ul {
		padding: 11px 75px !important;
	}
	.textwidget::after {
		content: "";
		position: absolute;
		border-right: 1px solid var(--the-white);
		height: 165px;
		right: 0px;
		top: -20px;
	}
  }
  .mega-sub-menu li {
	color: var(--the-white ) !important;
}
.mega-sub-menu li a {
	color: var(--the-white ) !important;
	font-weight: 500 !important;
}
.mega-sub-menu li {
	padding: 5px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
	content: "\e808";
	font-family: 'tutorial';
	font-weight: normal;
}
:not(.home) .search-trigger::before {
	color: var(--the-black) !important;
}
:not(.home) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: var(--the-black);
}

.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: var(--the-white);
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after {
	content: "\e807";
}
.home .search-trigger::before {
	color: var(--the-white ) !important;
}
/* mobile menu */

@media(max-width:1163px){
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
		color: #ffffff !important;
		background: var(--the-gradient);
	}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
		background: var(--the-main-blue);
	}
	.mega-sub-menu {
		background: var(--the-pink ) !important;
		min-height: auto !important;
		padding-top: 0em !important;
		margin-top: 0px !important;
	}
	.locations-wrapper {
		display: none;
	}
	.floating-img {
		overflow: hidden;
	}
	.home .main-logo img {
		width: 138px;
		height: 219px;
		object-fit: contain;
		margin-left: 0px;
		position: relative;
		top: 19px;
	}
	.srch {
		position: absolute;
		z-index: 8;
	}
	#mega-toggle-block-0 {
		position: relative;
		z-index: 9;
	}
	.search-trigger {
		position: relative;
		right: 105px !important;
	}
	.home .header-container.scrolled #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		color: #fff !important;
	}

}