/**
 * Theme Name: Cuba Buddy Theme
 * Template: twentytwentyone
 */

/** Start Block Kit CSS: 135-3-c665d4805631b9a8bf464e65129b2f58 **/

.envato-block__preview{overflow: visible;}

/** End Block Kit CSS: 135-3-c665d4805631b9a8bf464e65129b2f58 **/

/* Show the menu item with ID 'us-guide-css' only on en-US */
html[lang="en-US"] #us-guide-css {
    display: block;
}

/* Show the menu item with ID 'us-guide-css' only on en-US */
html[lang="en-US"] #us-guide-css {
    display: block;
}

/* Hide the menu item with ID 'us-guide-css' on en-UK, en-EU, fr, and it */
html[lang="en-UK"] #us-guide-css,
html[lang="en-EU"] #us-guide-css,
html[lang="fr"] #us-guide-css,
html[lang="en-ca"] #us-guide-css,
html[lang="it"] #us-guide-css {
    display: none 
}

.us-visible {
    display: none; 
}

/* Show only for US users */
[lang="en-US"] .us-visible {
    display: list-item;
		
}

/*  Split Section CSS FROM HERE */

/* Mobile hero banner */
.split-section-mobile-background-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 767px) {
    .split-section-mobile-background-img {
        display: none;
    }
}

/* Hero banner right section */
.elementor .elementor-element.split-right-background-image:not(.elementor-motion-effects-element-type-background) {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .elementor .elementor-element.split-right-background-image:not(.elementor-motion-effects-element-type-background) {
        background-image: none !important;
        background-color: #fff !important;
    }
}

/*  Button Hover Effect */

.tiles-parent-wrapper:hover .tiles-hover-btn .elementor-button {
    background-color: #00514B!important; /* Teal background */
    color: #FFFFFF!important; /* White text */
    opacity: 1!important; /* Make the button fully visible */
    pointer-events: auto!important; /* Allow interaction */
}

/* On mobile (always show the button for all structures) */
@media (max-width: 767px) {
    .tiles-parent-wrapper .tiles-hover-btn .elementor-button {
        background-color: #00514B !important; /* Teal background */
        color: #FFFFFF !important; /* White text */
        opacity: 1 !important; /* Make the button visible */
        pointer-events: auto !important; /* Allow interaction */
    }
}

/*  Grid Box Section Icon and text center */
 .elementor-widget-container  .elementor-icon-box-wrapper {
     align-items: center;
     
 }

/* Header on Mobile background color */
@media(max-width: 767px) {
        .elementor .e-con-inner .elementor-element-79a84f6 {
   background: #00514B!Important;
        
    }	
    
    .elementor-element .unique-mobile-navigation li a {
        color: #FFF!important;
    }
    
    #menu-toggle-200 .e-n-menu-toggle-icon {
        background: #00514B; 
    }
	
	#menu-toggle-200 .e-n-menu-toggle-icon .e-font-icon-svg {
		fill: #fff;
	}
}

/* Header Third Container  */
.elementor-element-9ff78f6 .e-con-inner .elementor-element-79a84f6 {
	width: min(100%, 1280px);
  margin-left: auto;
  margin-right: auto;
}

.elementor-element-19863a6b .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
  font-size: 12px;
	line-height: 18px;
  font-weight: 300;

}

.elementor-element-19863a6b 
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span b
{
 font-size: 14px;
	line-height: 21px;
  font-weight: 500;
}


/* Hero/Split Section CSS */

@media (min-width: 768px) {
	.split-left-text-section-main .split-section-wrapper-left-heading .elementor-heading-title {
	   font-size: 3.199rem!important;
		 line-height: 1.2!important;
     font-weight: 400!important;
		 margin-bottom: .55em;
}

	.split-left-text-section-main .split-split-left-inside-container {
 justify-content: start;
} 

}

.split-section-left-icon-list-title .elementor-icon-list-text {
	font-size: 1rem;
  font-weight: 300;
  line-height: 1.38;
}
.split-left-text-section-main {
	        width: max(10ch, min(35rem, 40vw));
}
.split-left-text-section-main  .split-split-left-inside-container {
	padding: 2.5rem 3.5rem;
}
@media (min-width: 1024px) {
    .split-left-text-section-main  .split-split-left-inside-container {
        padding-bottom: 8rem;
    }

}
.elementor .split-main-wrapper-both {
	overflow: hidden;
}
@media (min-width: 1200px) {
 .split-right-background-image {
	max-height: 600px;
}
}
.split-section-grid-wrapper {
	width: 24rem;
	max-width: 100%;
	border-radius: 1rem;
	padding: 0;
}

.split-section-grid-wrapper .split-right-grid-background-container {
	border-radius: 1rem 1rem 0 0;
padding: 1rem;
}

.split-section-grid-wrapper 
.split-section-right-free-text .elementor-icon-list-text {
	font-size: .85rem!Important;
}


.split-right-grid-bottom-container {
 padding: 0;
}

.split-right-grid-bottom-container .e-grid {
	padding: 1rem 1.25rem 1.25rem;
}
.split-right-grid-bottom-container .e-grid .e-con-full.e-flex.e-con.e-child {
	padding: 0;
}


.split-right-grid-bottom-container  .spit-right-section-img-one ,
.split-right-grid-bottom-container  .spit-right-section-img-two ,
.split-right-grid-bottom-container  .spit-right-section-img-three ,
.split-right-grid-bottom-container  .spit-right-section-img-four    {
 max-width: 160px;
}

.split-right-grid-bottom-container  .spilt-rightsection-button    {
     width: max-content;
    padding: .35rem 1rem;
    margin: -1.5rem auto auto;
    font-size: .75rem;
		
} 

.split-right-grid-bottom-container  .spilt-rightsection-button .elementor-heading-title {
	padding: 0.5rem 0.7rem;
	border-radius: 1rem;
}
.split-right-grid-bottom-container .e-grid .e-con-full.e-flex.e-con.e-chil div.e-con-full.e-flex.e-con.e-child {
	width: max-content;
    padding: .35rem 1rem;
    margin: -1.5rem auto auto;
    font-size: .75rem;
}

.split-section-grid-wrapper .split-right-section-main-cta {
	padding: 0 1rem 1rem;
}
.split-section-grid-wrapper .split-right-section-main-cta 
@media (min-width: 768px) {
   .split-section-grid-wrapper .split-right-grid-bottom-container .split-section-right-heading-grid-four .elementor-heading-title {
        font-size: 20px!Important;
        line-height: 1.15!Important;
				margin: 1.5rem auto 0!important;
    }
}

@media (min-width: 768px) {
    .split-section-right-grid-heading .elementor-heading-title {
        font-size: 20px!Important;
        line-height: 1.15!important;
    }
}


/*  Homepage Width of Sections */
.elementor .elementor-element-af7b4d1  .e-con-inner ,
.elementor .elementor-element-5e068c23  .e-con-inner ,
.elementor .elementor-element-6970d5f4  .e-con-inner ,
.elementor .elementor-element-c27f11a  .e-con-inner ,
.elementor .elementor-element-f9ef1c .e-con-inner 
{
		width: min(100%, 1280px);
    margin-left: auto;
    margin-right: auto;
}
/* ,
.elementor .elementor-element-4d6280c0  



,
.elementor  .elementor-element-39270f25 .e-con-inner ,
.elementor .elementor-element-66b3c5e4 .e-con-inner 

*/







#home-css:hover {
	background-color: #00514B;
	color: #fff;
}
#home-css a {
	color: #fff;
}



.feature__wrap {
    width: min(100%,1280px);
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    gap: 1rem;
    height: 70vh;
    padding: 3rem;
}
.feature-title {
width: min(70ch, 100%);
}
.feature__subtitle {
width: min(50ch, 100%);
}


/* Intro Wrapper CSS */

.elementor .intro-wrapper .e-con-inner 
{
		width: min(100%, 900px);
    margin-left: auto;
    margin-right: auto;
		padding: 3rem 1rem;
}

@media (min-width: 768px) { 
		.elementor .intro-wrapper .e-con-inner {
		padding: 1rem 1rem;
		margin-top: calc(4rem / 4);
		margin-bottom: calc(4rem / 4);

	}
	.elementor .intro-wrapper .e-con-inner .intro-wrapper-left {
-webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        margin: 0 1rem 0 0;
}
	.elementor .intro-wrapper .e-con-inner .intro-wrapper-right {
	width: min(100%, 600px)!important;
}
}
.elementor .intro-wrapper .e-con-inner .intro-wrapper-left  .elementor-main-swiper {
	width: max-content!Important;
	padding-bottom: 20px!Important;
}
.elementor .intro-wrapper .e-con-inner .intro-wrapper-left .elementor-testimonial__image img {
	width: 180px;
	height: 180px;
}

.tiles-parent-wrapper {
	  border-radius: 30px;
    box-shadow: 0px 4px 6px     rgba(0, 0, 0, 0.15);
    padding: 20px;

}
.elementor-element-175f55bc {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 767px) {
.circle-item {
width: 1140px!important;
overflow: hidden!important;
	width: 90px!important;
}
.circle-item .circle-container {
 height: 90px!important;
}


}



@media (min-width: 767px) {



.elementor .elementor-element-d4939c4 .e-con-inner , 
.elementor .elementor-element-8ee9ce4 .elementor-element-19e94bb ,
.elementor-element-65878b1 .elementor-element-a489d3b
{
width: min(100%, 1280px);
    margin-left: auto;
    margin-right: auto;
}

}


.icons-list-video-section .elementor-widget-container .elementor-icon-list-item {
	padding-top: 7px;
	padding-bottom: 7px;
	color: #000;
}

.icons-list-video-section .elementor-widget-container .elementor-icon-list-item .e-font-icon-svg {
    fill: #fff;
    background: #1a7f81;
    padding: 2px;
    border-radius: 100%;
}
}





#map {
    width: 1280px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    
}

/* Numbered markers */
.marker {
    background-color: #004d40;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
		cursor: pointer;
}

.mapboxgl-popup-close-button {
	padding: 10px!Important;
}

@media (min-width: 768px) {
	.wp-block-woocommerce-cart.alignwide ,
.wc-block-checkout.is-large {
	 max-width: 1024px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button  {
    background-color: #F8AE00!important;
    font-family: "Heebo", Sans-serif!important;
    font-size: 14px!important;
    font-weight: 500!important;
    text-transform: none!important;
    font-style: normal!important;
    text-decoration: none!important;
    line-height: 1.2em!important;
    fill: #000000;
    border-radius: 40px 40px 40px 40px!important;
}
.wc-block-components-button__text {
	color: #000000;
}
.wc-block-components-quantity-selector {
	gap: 5px;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	border-radius: 100px!Important;
}
.wc-block-components-quantity-selector__button {
	 background-color: #f1ad14!important;
	 color: #000!important;
	opacity: 1!important;
}
/* E-Visa Styling */
 .quantity-container {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
        }

        .quantity-label {
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }

        .quantity-input {
            width: 90px;
            text-align: center;
            font-size: 12px;
 padding: .6rem 1.5rem!important;
            border: 1px solid #ccc;
            border-radius: 5px;
            outline: none;
        }

        .quantity-btn {
            background-color: #faae00!important;
            border: none;
            padding: .8rem 1.5rem!important;
            font-size: 18px;
            border-radius: 10px;
            color: black;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .quantity-btn:hover {
            background-color: #f7c843;
        }

        .buy-now {
            display: block;
            width: 100%;
            padding: 15px;
            background-color: #06736d;
            color: #fff!important;
            font-size: 18px;
            text-align: center;
            text-decoration: none;
            border-radius: 10px;
            font-weight: bold;
            margin-top: 10px;
        }

        .buy-now:hover {
            opacity: 0.9;
        }
.svg-wave-line .elementor-widget-container svg { 
	width: 10em!important;
}

.elementor-element-d4ab85c .elementor-widget-container img {
	width: 150px;
}

@media (max-width: 767px) {

.svg-wave-line .elementor-widget-container svg { 
	width: 8em!important;
}

.elementor-element-d4ab85c .elementor-widget-container img {
	width: 120px;
}

}


   .customer-review-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #f5f5f5;
        padding: 15px 20px;
    }

    .review-details {
        flex: 1;
    }

    .star-rating-custom {
        font-size: 20px;
        color: #f2a900;
        margin-bottom: 5px;
    }

    .review-message {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
    }

    .review-author {
        font-size: 14px;
        color: #666;
        font-style: italic;
    }

    .icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: #f8e6d0; /* Light beige circle */
    }

    .icon-container svg {
        width: 32px;
        height: 32px;
        fill: none;
        stroke: #06746d;
        stroke-width: 2;
    }


.wp-block-woocommerce-cart {
	font-family: "Assistant", Sans-serif!important;
}


.product-price-e-visa-page .type-product img ,
.product-price-e-visa-page .type-product .woocommerce-loop-product__title ,
.product-price-e-visa-page .type-product .add_to_cart_button ,
.product-price-e-visa-page .woocommerce-message
 {display: none;!Important}

.product-price-e-visa-page .woocommerce-Price-amount.amount ,
.product-price-e-visa-page .woocommerce-LoopProduct-link {
 pointer-events: none!important;
 cursor: default!Important;
 Color: #000!important;
}

.wp-block-woocommerce-empty-cart-block .wp-block-product-new {
 display: none;
}

.form-field.ovatb-checkout-field {
 display: none;
}
.price-wrap-city-tour {
 margin-top: 10px;
 margin-bottom: 10px;
}
.price-wrap-city-tour .price {
 display: block!important;
 font-family: 'Lato', sans-serif;
 font-style: normal;
 font-weight: 600;
 font-size: 15px;
 line-height: 27px;
 color: rgb(68, 68, 68);
}
.price-wrap-city-tour .price .woocommerce-Price-amount {
 font-size: 18px;
 color: #045e57;
}

#booking-form .field-wrap .ovatb-total .ovatb-total-amount {
 display; none!Important:
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border-radius: 30px;
  border-top: none;
} 
.e-woocommerce-notices-wrapper .woocommerce-message .button {
	background-color: #f8ad00!important;
	border-radius: 30px;
	color: #000!important;
}




/* Cart Icon Styling */
/* Default: header style */
.cart-icon-placement {
    display: block;
    position: static;
}

/* Cart icon structure */
.custom-cart-icon {
    position: relative;
    display: inline-block;
    animation: pulse 1.5s infinite ease-in-out;
}

.custom-cart-circle {
    background-color: #00514b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cart-icon-svg {
    stroke: white;
    fill: none !important;
    width: 1.5em !important;
    height: 1.5em;
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #fbb000;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 999px;
    font-weight: bold;
    min-width: 20px;
    text-align: center;
}

/* Pulse Animation (desktop) */
@keyframes pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Mobile override */
@media (max-width: 767px) {
    .cart-icon-placement {
        display: none;
    }

    .cart-icon-placement.mobile-fixed {
        display: block !important;
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 9999;
    }

		.custom-cart-icon {
        animation: bounce 7s infinite;
    }

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-20px); /* Higher bounce */
    }
    50% {
        transform: translateY(0);
    }
    70% {
        transform: translateY(-12px); /* More visible rebound */
    }
}

}
@media (min-width: 767px) {
	.e-n-menu-heading .e-n-menu-content .elementor-image-box-wrapper .elementor-image-box-img {
/* display: none; */

}
	.e-n-menu-item .elementor-image-box-img {
	width: 30%!Important;
}
	
	
.e-n-menu .e-n-menu-content .e-con-inner .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content ul li:last-child  {
  list-style-type: none!Important; 
}
}


.e-n-menu .e-n-menu-content .e-con-inner .elementor-widget-container .elementor-image-box-wrapper .elementor-image-box-content ul li {
	margin-bottom: .25em;
}


/* Menu changes */
@media (max-width: 767px) {
  nav.e-n-menu .e-n-menu-title.e-n-menu-title .e-n-menu-title-text {
    position: relative !important;
    display: inline-block !important;
    z-index: 1 !important;
		font-size: 22px!important;
	font-family: 'Assistant','Sans-Serif'!important;
	font-weight: 500!important;
	line-height: 1.2rem!important;
  }
	nav.e-n-menu .elementor-widget-container .elementor-image-box-content ul li {
	font-size: 15px!important;
	font-family: 'Assistant','Sans-Serif'!important;
	font-weight: 300!important;

}
 nav.e-n-menu .e-n-menu-title.e-n-menu-title .e-n-menu-title-text::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 2px !important;
    width: 100% !important;
    height: 0.2em !important;
    background-color: #ffb800 !important;
    z-index: -1 !important;
    pointer-events: none !important;
  } 

.e-n-menu-title.e-active,
.e-n-menu-title:active,
.e-n-menu-title:hover {
    background-color: #ffffff !important;
}

	#menubar-200 {
	margin-top: 0.8em!Important;
	height: 100vh;
	background: #fff;
}

	.e-n-menu-item .e-n-menu-content .e-con-boxed {
	padding: 0px!important;
}
	.e-n-menu-item .elementor-image-box-wrapper {
		display: flex!important;
    gap: 10px!important;
    align-items: center!important;

}
	.e-n-menu-item .elementor-image-box-img {
	margin-right: 15px!important;
	width: 25%!Important;
}
}

.elementor-15819 * {
	font-family: 'Assistant', 'Sans-serif'!important;
}

.elementor-15819 .woocommerce-button ,
.elementor-15819 .button
 {
	background-color: #F8AE00!important;
    font-family: "Assistant", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    fill: #000000;
    color: #000000;
    border-radius: 40px 40px 40px 40px;
		 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elementor-15819 .woocommerce-notice {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}
.elementor-15819 .woocommerce-order-details__title ,
.elementor-15819 .woocommerce-column__title ,
.elementor-15819 h2  {
	font-size: 30px!important;
	margin-bottom: 10px;
}

.elementor-15819 .order_details ,
.elementor-15819 .woocommerce-customer-details address ,
.elementor-15819 .woocommerce-order-details .shop_table {
	padding: 1rem 3rem;
	background-color: #f9f9f2;
	border-radius: 30px;
}

.elementor-element-2713ba4d {
	padding: 2rem;
}


/*
#activities-css .e-n-menu-title-text {
  color: red;
  animation: blinkFade 2.5s linear infinite;
  transition: all 0.3s ease;
}

#activities-css .e-n-menu-title-text:hover {
  color: white !important;
  animation: none !important;
  opacity: 1 !important;
  background-color: #00514B; 
}
*/


@keyframes blinkFade {
  0% { opacity: 1; }
  70% { opacity: 0; }
  71% { opacity: 1; }
  100% { opacity: 1; }
}


#e-n-menu-content-2005 .hover-effect-links li {
  position: relative;
}

#e-n-menu-content-2005 .hover-effect-links li a {
  display: inline-block;
  position: relative;
  padding-right: 40px; 
	white-space: nowrap;
  text-overflow: ellipsis;
}

#e-n-menu-content-2005 .hover-effect-links li a::after {
  position: absolute;
  top: -2px;
  right: 0;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  z-index: 2;
}

/* HOT */
#e-n-menu-content-2005 .hover-effect-links li:nth-child(2) a::after {
  content: "HOT";
  background-color: #ffc107;
}

/* NEW */
#e-n-menu-content-2005 .hover-effect-links li:nth-last-child(2) a::after {
  content: "NEW";
  background-color: #dc3545;
}

/* VISA 
#e-n-menu-content-2005 .hover-effect-links li:last-child a::after {
  content: "eVisa";
  background-color: #28a745;
}
*/

#menubar-200 #trips-css .e-n-menu-title-text {
  position: relative;
  padding-right: 20px;
}
/*
@media (min-width: 767px) {
	#menubar-200 #trips-css .e-n-menu-title-text::after {
		content: "🇨🇺";
		position: absolute;
		top: 0;
		right: 0;
		font-size: 14px;
		line-height: 1;
	}
}
*/
  .calender-embed {
  position: relative;
  z-index: 1;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.5rem;
  border: 1px solid hsl(0, 0%, 90%);
  background: hsl(0, 0%, 98%);
}

.calender-embed__loader {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-bottom: 2rem;

  transform: translate(-50%, -50%);
}
.calender-embed__icon { margin: 0 auto 1rem; }

.calender-embed__widget[data-step="1"] { height: 600px; }
.calender-embed__widget[data-step="2"] { height: 1060px; }
.calender-embed__widget[data-step="3"] { height: 600px; }

@media (min-width: 768px) {
	.calender-embed {
		padding: 4rem;
	}
}

@media (max-width: 768px) {
    .calender-embed__widget[data-step="1"] { height: 770px; }
    .calender-embed__widget[data-step="2"] { height: 1200px; }
    .calender-embed__widget[data-step="3"] { height: 640px; }
}




@media (max-width: 1024px) {
    .e-n-menu-item.injected-arrow {
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .arrow-wrapper {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
   
        width: 98% !important;
        box-sizing: border-box;
    }

    .arrow-wrapper .e-n-menu-title {
        flex: 1 !important;
        display: flex !important;
        align-items: center !important;
    }

    .arrow-wrapper .e-n-menu-title-text {
        text-align: left !important;
        flex: 1 !important;
    }

    .arrow-injected {
        width: 25px!important;
        height: 25px!important;
        cursor: pointer;
        transition: transform 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .arrow-injected.rotate-down {
        transform: rotate(90deg);
    }
}



@media (max-width: 1024px) {

  .e-n-menu .e-n-menu-toggle {
    position: relative;
  }

  .e-n-menu .e-n-menu-toggle::after {
    content: "Menu";
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    margin-top: 2px;
    
  }
  .e-n-menu #menu-toggle-200 {
   	flex-direction: column;
	background: #00514B;
  }
	
}

@media (max-width: 767px) {
    .menu-image-box .e-n-menu-dropdown-icon {
        background: #fff !important;
        color: #000 !important;
        border: none !important;
        border-radius: 20px;
        padding: 6px 12px;
        font-size: 20px;
        margin-left: auto !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .menu-image-box .e-n-menu-dropdown-icon svg {
        fill: #000 !important;
        width: 1em;
        height: 1em;
        vertical-align: middle;
    }

    .menu-image-box .e-n-menu-dropdown-icon:hover,
    .menu-image-box .e-n-menu-dropdown-icon:focus {
        background: #fff !important;
        color: #000 !important;
    }

    .menu-image-box .elementor-widget-container {
        margin: 0px !important;
    }

    .menu-image-box .elementor-image-box-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }


	    #menubar-200 .e-n-menu-content .e-con-inner {
    align-items: flex-start !important;
  }

  #menubar-200 .menu-image-box.elementor-widget-image-box {
    align-self: flex-start !important;
  }

  #menubar-200 .menu-image-box .elementor-image-box-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start !important;
  }

  #menubar-200 .menu-image-box .elementor-image-box-img {
    margin-right: 12px;
    flex-shrink: 0;
  }

  #menubar-200 .menu-image-box .elementor-image-box-content {
    text-align: left;
  }
}
