/*
Theme Name: Divi Child
Theme URI: https://example.com/divi-child/
Description: Divi Child Theme
Author: -
Author URI:-
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#main-header {
	box-shadow: none;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: 5%;
	text-transform: uppercase;
	color: #2C3036;
}

/* .et_header_style_left #et-top-navigation nav > ul > li:nth-child(2), */
.et_header_style_left #et-top-navigation nav > ul > li
{
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.42559 8.19685L0.288086 7.05935L5.461 1.88643H1.0735V0.288513H8.19642V7.41143H6.5985V3.02393L1.42559 8.19685Z' fill='%231C1B1F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right 3px;
  margin-right: 40px;
  background-size: 10px;
  padding-right: 16px;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
	padding-bottom: 20px;
}

#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after{
	content: "";
}

ul.sub-menu{
	box-shadow: none!important;
	padding-top: 0!important;
	padding-bottom: 10px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
}
#top-menu li li {
	padding: 0 0px;
}
#top-menu li li a {
padding: 6px 10px;	
}

#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
	padding-right: 0!important;
}

#top-menu ul.sub-menu li a {
	color: #898989!important;
}

#top-menu ul.sub-menu li.current-menu-item a {
	color: #000000!important;
}

#top-menu ul.sub-menu li a:hover {
	background-color: transparent!important;
	color: #000000!important;
	opacity: 1;
}


.marquee-container {
	width: 100%;
	height: 70px;
	backdrop-filter: blur(10px);
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
}

.marquee-content {
	display: flex;
	animation: marquee 40s linear infinite;
	white-space: nowrap;
	padding: 10px 0;
}

.marquee-item {
	display: inline-flex;
	align-items: center;
	padding: 12px 50px 12px 30px;
	margin: 0 15px;
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 700;
	color: black;	
	position: relative;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.marquee-item a {
	color: black!important;	
	text-decoration: none;
}

/* Arrow background using pseudo-element */
.marquee-item::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4L10.59 5.41L16.17 11H4V13H16.17L10.59 18.59L12 20L20 12L12 4Z' fill='black'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
}

.zmarquee-item:hover {
	background-color: rgba(255, 255, 255, 0.25);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.marquee-item:hover a{
	text-decoration: underline;
	
}

/* Pause animation on hover */
.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}

/* Marquee animation */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}


.form-research input[type="email"] {
	width: 100%;
  	padding: 12px 22px;
  	border-radius: 10px;
	font-family: 'Inter';
	font-weight: 600;
	line-height: 15px;
	font-size: 13px;
	border: 0;
}

.form-research input.wpcf7-submit {
	border: 0;
	width: 100%;
	padding: 12px 22px;
  	border-radius: 10px;
	text-align: center;
	background: #B0EEBA;
	font-family: 'Inter';
	font-weight: 600;
	line-height: 15px;
	font-size: 13px;
	color: #2C3036;
	
}

.et_pb_accordion_0.et_pb_accordion .et_pb_accordion_item {
	margin-bottom: 0!important;
	padding-top: 36px!important;
	padding-bottom: 36px!important;
}
.map-tooltip-content {
	max-width: 400px;
	padding: 20px;
	text-wrap: wrap;
}
.map-label {
	display: inline-block;
	font-family: 'Inter';
	font-weight: 600;
	line-height: 23px;
	font-size: 12px;
	color: #2C3036;
	padding: 8px 18px;
	background: #F0C05A;
	border-radius: 30px;
	margin-bottom: 20px;
}



.map-title {
	display: inline-block;
	font-family: 'Inter';
	font-weight: 700;
	line-height: 120%;
	font-size: 18px;
	color: #2C3036;	
	margin-bottom: 12px;
}

.map-content {
	display: block;
	font-family: 'Inter';
	font-weight: 500;
	line-height: 130%;
	font-size: 14px;
	color: #2C3036;		
	margin-bottom: 12px;
}

.map-button {
	display: inline-block;
	font-family: 'Inter';
	font-weight: 600;
	line-height: 23px;
	font-size: 12px;
	color: #fff;
	padding: 8px 18px;
	background: #2C3036;
	border-radius: 30px;
	padding-right: 40px;
	position: relative;
}

.map-button::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4L10.59 5.41L16.17 11H4V13H16.17L10.59 18.59L12 20L20 12L12 4Z' fill='white'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
}



body.post-template-default .et_pb_post_content img {
	width: 100%;
	border-radius: 20px;
	margin: 15px auto;
}

body.post-template-default .et_pb_post_content figcaption{	
	font-family: 'Inter';
	font-weight: 400;
	line-height: 130%;
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}

body.post-template-default .et_pb_post_content h2 {	
	font-family: 'Inter';
	font-size: 22px;
	font-weight: 700;
	line-height: 120%;	
	margin: 20px 0;
}


body.post-template-default .et_pb_post_content h3 {
	font-family: 'Inter';
	font-size: 20px;
	font-weight: 500!important;
	line-height: 120%;
	margin: 20px 0;
}


body.post-template-default .et_pb_post_content h4 {
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
	margin: 20px 0;
}

body.post-template-default .et_pb_post_content h5 {
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	margin: 20px 0;
}

body.post-template-default .et_pb_post_content h6 {
	font-family: 'Inter';
	font-size: 15px;
	font-weight: 600;
	line-height: 120%;
	margin: 20px 0;
	text-transform: uppercase;
}
body.post-template-default .et_pb_post_content a {
	color: #2C3036!important;
	text-decoration: underline!important;
	font-weight: 500;
}
.the-post-meta-categories .et_pb_title_meta_container {
	border: 1px solid #F0C05A;
	border-radius: 30px;
	padding: 4px 20px!important;
	display: inline-block;
	margin-right: 10px;
}

.sidebar-post-categories {
	width: 100%!important;
	margin: 0!important;
}
.sidebar-post-categories #menu-post-categories {
	display: flex;
}
.sidebar-post-categories .et_pb_widget {
	width: 100%!important;
	margin: 0!important;	
}


.sidebar-post-categories li {
	border: 1px solid #F0C05A;
	border-radius: 30px;
	padding: 4px 20px!important;
	display: inline-block;
	margin-right: 10px;	
}

.sidebar-post-categories li.current-menu-item {
	background: #F0C05A;
}

.et_pb_blog_grid article .post-meta a{
		border: 1px solid #F0C05A;
	border-radius: 30px;
	padding: 4px 20px!important;
	display: inline-block;
	margin-right: 10px;	
	color: #2C3036!important;
	
	font-family: 'Inter';
	font-size: 12px;
	font-weight: 600;
	line-height: 23px;
	margin: 20px 10px 20px 0;
}

.et_pb_blog_grid article a.more-link {
	margin-top: 20px;
	font-family: 'Inter';
	font-size: 14px;
	font-weight: 600;
	line-height: 23px;
	border-radius: 30px;
	padding: 4px 20px!important;
	display: inline-block;
	color: #2C3036!important;
	background: #F0C05A;
	text-transform: capitalize;
}

.et_pb_blog_grid .et_pb_image_container img {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}