/* General styles for the slider */
.mbslider {
    max-width: none; /* Adjust as needed for the proper width */
    margin: auto;
    color: #fff; /* Adjust if you have different text color */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Simple shadow for styling */
    border-radius: 5px; /* Rounded corners if needed */
    overflow: hidden; /* To ensure the border-radius is applied on images */
    background-color: #000; /* Adjust background color as needed */
}

.mbslider .slide .slideWrap {
    display: flex;
    flex-direction: row; /* Use 'column' if the text should be under the image */
    align-items: center;
    justify-content: space-between;
}

.mbslider .slideContent {
    padding: 0;
    flex: 1;
}

.mbslider .productLogo img {
    max-width: 100%; /* Ensures the logo image is responsive */
    height: auto;
    margin-bottom: 20px; /* Adds space below the logo */
}

.mbslider .mainProductMessage p {
    margin: 0 0 10px; /* Adjust spacing between paragraphs */
    text-transform: uppercase;
	font-size: 20px;
    font-style: normal;
    font-family: "Play", Sans-serif;
}

.mbslider .button {
    text-transform: uppercase; /* Example style for the button text */
    font-weight: bold;
}

.mbslider .button a {
    display: inline-block;
    background-color: var(--e-global-color-accent); /* Button background color */
    border: 1px solid var(--e-global-color-accent);
    color: #000; /* Button text color */
    text-decoration: none;
    border-radius: 0; /* Rounded corners for the button */
    transition: background-color 0.3s ease; /* Smooth background color transition on hover */
    min-width: 150px;
    text-align: center;
    padding: 5px 20px;
    min-width: 150px;
    text-transform: uppercase;
    margin-top: 20px;
}

.mbslider .button a:hover {
    background-color: #000; /* Slightly darker shade on hover */
    color: #FFF;
}

.mbslider .hotspots-image-container,
.mbslider .leaflet-container {
    background: #000 !important;
}

.mbslider .slidePhoto {
    flex: 1;
    position: relative;
}

.mbslider .slidePhoto img {
    width: 100%; /* Ensures the image takes the full width of its container */
    height: auto;
    border-top-right-radius: 5px; /* If your design requires it */
    border-bottom-right-radius: 5px; /* If your design requires it */
}

.mbslider .leaflet-interactive.mbActive {
    opacity: 0;
    transition: all 0.5s;
}

.mbslider .leaflet-pane.leaflet-tooltip-pane {
    display: none;
}


.mbslider .topSection {
    width: 100%;
    min-height: 300px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-auto-flow: row;
    align-items: center;
}

.mbslider .topSection .titleWrapper {
    position: relative;
    z-index: 2;
    background-color: #00000063;
    width: 100%;
    min-height: 300px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-auto-flow: row;
    align-items: end;
    padding: 20px 30px;
}

.mbslider .topSection .titleWrapper h2 {
	max-width: var(--content-width);
    margin: 0 auto;
    display: block;
    width: 100%;
	color: var( --e-global-color-7645ae0 );
    font-family: "Play", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1em;
}

.mbslider .slideContent .productLogo img {
    width: 250px;
}

/* selector .mainProductMessage p {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Play", Sans-serif;
} */

/* selector .mbslider .button a {
    background-color: var(--e-global-color-accent);
    border: 1px solid var(--e-global-color-accent);
    color: #000;
    padding: 5px 20px;
    text-decoration: none;
    min-width: 150px;
    text-transform: uppercase;
    margin-top: 20px;
} */


.mbslider .mbMap {
    max-width: var(--content-width);
    margin: 0 auto;
}

.mbslider .slideWrapper {
	padding: 20px 30px;
}

.mbslider .slideWrapper .slick-list {
    max-width: var(--content-width);
    margin: 0 auto;
}

.mbslider .topSection .videoBgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.mbslider .slick-dots {
	bottom: 32px;
}
.mbslider .slick-dots li button:before {
	font-size: 16px;
    color: #FFF;
    opacity: 0.5;
}
.mbslider .slick-dots li.slick-active button:before {
	color: var(--e-global-color-accent);
}
.mbslider .slick-dots li button:hover, .mbslider .slick-dots li button:focus {
	background-color: transparent !important;
}

.mbslider .slick-dotted.slick-slider {
	padding-bottom: 0;
}