.body {
    font-family: "Gothic A1", sans-serif;
    color: #4d4d4d;
    overflow-x: hidden;
}

/*************
			TOP NAVIGATION STYLING
							**************/

.nav-container {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.top-nav {
    width: 93%;
    margin: 0 auto;
    height: 40px;
    padding: 7px 0px;
    background-color: rgba(255, 0, 0, 0);
}

.top-nav h1 {
    font-family: "Cookie", cursive;
    font-size: 2em;
    color: #fff;
    float: left;
    font-weight: 100;
    margin-top: 3px;
}

.top-nav h1 span {
    font-family: "Gothic A1", sans-serif;
}

.top-nav ul {
    float: right;
    margin-top: 3px;
}

.top-nav ul li {
    padding: 0 20px;
    line-height: 2em;
}

.top-nav ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 0.75em;
}

.moved {
    position: fixed !important;
    background: #2a784e;
    z-index: 9999;
}

/*************
			FOOTER STYLING
						***************/

.footer.content {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Gothic A1", sans-serif;
}

.footer-content > div {
    display: inline-block;
    vertical-align: top;
}

.footer-logo {
    width: 60%;
    float: left;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 0 0 60px;
}

.footer-logo p {
    margin: 20px 0;
    font-size: 0.8em;
    width: 150px;
}

.footer-nav {
    width: 40%;
    float: right;
    background-color: #fff;
    box-sizing: border-box;
}

.footer-nav h3,
.footer-button {
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: 1.3em;
}

.footer-button {
    padding: 10px 20px;
    width: 120px;
    margin-top: 20px;
    font-size: 0.8em;
}

.footer-nav nav {
    height: 30px;
    width: 100%;
    margin: 13px 0px;
}

.footer-nav p {
    font-size: 0.8em;
    padding: 10px 20px;
}

.footer-nav ul {
    width: 100%;
}

.footer-nav ul li {
    padding: 5px 10px;
    border-right: solid 2px #d3d3d3;
}

.footer-nav ul li:first-child {
    padding-left: 0px;
}

.footer-nav ul li:last-child {
    border: none;
}

.footer-nav ul li a {
    font-weight: bold;
    cursor: pointer;
    font-size: 0.8em;
}

.footer-copyrights {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #fff;
    padding: 30px 0px;
    background-color: #2a794e;
}

.footer-copyrights p {
    font-size: 0.8em;
}

/********************
					HOME SECTION STYLING
									*********************/

.wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(27, 18, 9, 0);
}

.header-holder {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 93vh;
    margin-bottom: -55px;
    position: relative;
    filter: brightness(100%);
}

.home-section {
    width: 100%;
    height: 63vh;
    text-align: center;
    color: #fff;
}

.home-section p {
    font-size: 0.9em;
    width: 440px;
    margin: auto;
    line-height: 1.8em;
    text-shadow: 2px 2px 4px #000;
}

.home-section h1 {
    font-family: "Cookie", cursive;
    font-size: 3em;
    padding-bottom: 15px;
    text-shadow: 2px 2px 4px #000;
}

.home-content h4 {
    font-size: 1em;
    padding-bottom: 20px;
    text-shadow: 2px 2px 4px #000;
}

.home-section a {
    padding: 20px;
    font-size: 0.8em;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 20px;
}

/********************
					ABOUT US SECTION STYLING
									*********************/
#aboutus {
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: 100% 60%;
    margin-top: -7px;
    background-color: #fafafa;
}

.aboutus-section {
    width: 80%;
    margin: auto;
    padding: 0px;
}

.aboutus-section h3 {
    color: #bcbcbc;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.aboutus-section h1 {
    font-size: 2.8em;
    margin-bottom: 10px;
}

.aboutus-section p {
    font-size: 0.9em;
    margin-bottom: 70px;
    width: 375px;
    line-height: 1.5;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2a794e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/********************
					MAP SECTION STYLING
									*********************/

.establishments {
    background-color: #fafafa;
}
.map-section {
    width: 100%;
    height: auto;
}

.map-buttons-holder {
    width: 100%;
    height: 300px;
    margin: 20px 0px 70px 0px;
}

.map-button {
    width: 120px;
    height: 120px;
    background-color: #fff;
    color: #2a794e;
    margin: 5px;
    padding: 5px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: solid 1px #e3e3e3;
}

/*.map-button iframe{
	position: absolute;
    left: 36%;
    top: 20%;
}*/
.map-button object {
    height: 40px;
    margin: auto;
    width: auto;
    padding-top: 20px;
}

.map-button-text {
    font-size: 0.7em;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 70px;
}

.map {
    width: 100%;
    height: 600px;
}

.select-holder {
    width: 100%;
    padding: 10px;
}

/*.chosen-select {
	width: 40%;
	padding: 10px;
	border-radius: 4px;
}*/

.map-options {
    width: 100%;
    padding: 10px 0;
}

.chosen-select {
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
}

/********************
					AMENITIES SECTION STYLING
									*********************/

.amenities {
    background-color: #fafafa;
}

.amenities-section {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.amenities-slider-holder {
    width: 900px;
    margin: 0 auto;
    padding: 80px 0;
}

.amenities-slider-holder h1 {
    font-size: 1em;
    font-weight: bold;
    padding: 0 0 25px;
}

.amenities-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
    text-align: center;
}

.amenities-slider__item {
    position: relative;
    width: 100%;
    height: 100%;
}

.amenities-slider__item-col1 {
    position: relative;
    width: 60%;
    vertical-align: top;
}

.amenities-slider__col1-row {
    width: 100%;
    height: 200px;
    margin-bottom: 5px;
}

.amenities-slider__col1-row-img-40 {
    position: relative;
    width: 39%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.amenities-slider__col1-row-img-40.margin-r {
    margin-right: 1%;
}

.amenities-slider__col1-row-img-40.margin-l {
    margin-left: 1%;
}

.amenities-slider__col1-row-img-60 {
    position: relative;
    width: 60%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.amenities-slider__item-col2 {
    position: relative;
    width: 40%;
    height: 100%;
    vertical-align: top;
}

.amenities-slider__col1-row-img-100 {
    position: relative;
    width: 98%;
    height: 405px;
    margin-left: auto;
    background-size: cover;
    background-position: center;
}
/*
#amenities_2 {
	width: 300px;
}

#amenities_3 {
	width: 320px;
	height: 436px;
}

#amenities_4 {
	width: 300px;
	position: absolute;
	bottom: 0px;
	left: 35px;
}

#amenities_5 {
	position: absolute;
	bottom: 0px;
	left: 338px;
}*/

/*.amenities-image {
	width: 100%;
	height: 650px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}

.image1,
.image2,
.image3,
.image4,
.image5 {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}*/

.amenities-image {
    width: 200px;
    height: 216px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    vertical-align: top;
}

.prev {
    left: 4%;
    top: 44%;
    font-size: 48px;
    color: #2a794e;
    position: absolute;
}

.next {
    right: 4%;
    top: 44%;
    font-size: 48px;
    color: #2a794e;
    position: absolute;
}

/********************
					INCLUSION SECTION STYLING
									********************/
.wrapper1 {
    width: 100%;
    height: 950px;
    background-color: rgba(27, 18, 9, 0.6);
}
.inclusion {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fafafa;
    padding: 0;
    margin-bottom: -30px;
    height: auto;
}

.inclusion-section {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.inclusion-section h1 {
    text-align: center;
    color: #fff;
    font-family: "Cookie", cursive;
    padding: 30px 0 50px;
    margin-bottom: 40px;
    font-size: 3em;
}

.inclusion-section-row1 {
    width: 100%;
    margin-bottom: 20px;
}

.inclusion-section-row2 {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.inclusion-section-col {
    width: 220px;
    height: 165px;
    background-color: #fff;
    color: #2a794e;
    margin: 5px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: thin solid #eeeeee;
}

.inclusion-section-col object {
    height: 40px;
    margin: auto;
    width: auto;
    padding-top: 50px;
}

.inclusion-section-col h4 {
    font-size: 0.8em;
    font-weight: bold;
    margin-top: -65px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #333 !important;
}

/********************
					ROOM SECTION STYLING
									*******************/

.rooms {
    background-color: #fafafa;
}
.room-section {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.room-section-text {
    width: 45%;
    margin-top: 100px;
    float: left;
    height: 500px;
    position: relative;
    background-color: #fff;
}

.room-section-text h1 {
    padding: 40px 0px 0px 50px;
    font-size: 2.8em;
}

.room-section-text h4 {
    padding-left: 50px;
    color: #000;
    font-size: 1em;
}

.room-section-text p {
    padding-left: 50px;
    font-size: 0.9em;
    color: #000;
}

.room-section-prices {
    text-align: center;
}

.room-section-prices h4 {
    margin-top: 30px;
    font-size: 1.3em;
    padding-left: 0px !important;
    color: #000;
}

.room-section-prices small {
    font-size: 0.7em;
}

.room-section-image {
    width: 55%;
    margin-top: 100px;
    float: left;
    position: relative;
}

.small-text {
    width: 350px;
    margin: 30px auto;
}

.room-img {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.arrow-prev {
    position: absolute;
    left: 2%;
    top: 42%;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}

.arrow-next {
    position: absolute;
    right: 2%;
    top: 42%;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    z-index: 1;
}

/********************
					CONTACT FORM STYLING
									*******************/

.contact {
    background-color: #fafafa;
}

.contact-section {
    width: 60%;
    margin: 0 auto;
    height: auto;
    padding: 20px;
}

.contact-title {
    width: 100%;
    text-align: center;
    padding: 70px 0px;
}

.contact-title h4 {
    font-size: 1em;
}

.contact-title h1 {
    font-size: 2.6em;
}

.contact-title h3,
.contact-title h1,
.contact-title p {
    margin: 20px 0px;
}

.contact-title p {
    font-size: 0.9em;
}

.contact-form {
    width: 100%;
    text-align: center;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 12px 0px 12px 11px;
    font-size: 0.8em;
    border-radius: 8px;
    margin-bottom: 25px;
    background-color: #fff;
    color: #4d4d4d;
    border: solid 1px #e3e3e3;
    box-sizing: border-box;
}

.contact-form button {
    margin-top: 20px;
    margin-bottom: 120px;
    cursor: pointer;
}

.contact-form button {
    margin-top: 20px;
    margin-bottom: 120px;
    cursor: pointer;
    font-size: 0.8em;
    padding: 12px 35px;
    height: auto;
}

.options {
    padding: 10px 0px;
    color: #4d4d4d;
}

#name {
    width: 100%;
}

#email {
    width: 47%;
    float: left;
}

#room {
    width: 47%;
    float: left;
}

#mobile {
    width: 47%;
    float: right;
}

#leaseperiod {
    width: 47%;
    float: right;
}

#messagedetails {
    width: 100%;
    height: 200px;
}

.popup-overlay {
    /*Hides pop-up when there is no "active" class*/
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    z-index: 9999;
}
.popup-overlay.active {
    /*displays pop-up when "active" class is present*/
    display: block;
}

.popup-content {
    /*Hides pop-up content when there is no "active" class */
    display: none;
}

.popup-content.active {
    /*Shows pop-up content when "active" class is present */
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0px auto;
    padding-top: 0px;
    height: 100%;
    background-color: #fff;
}

.close {
    color: #fafafa;
    font-size: 32px;
    cursor: pointer;
    float: right;
    margin: 20px;
}

/*HOUSE AND RULES POLICIES MODAL STYLING*/

.popup-overlay1,
.popup-overlay2,
.popup-overlay3 {
    /*Hides pop-up when there is no "active" class*/
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    z-index: 9999;
}
.popup-overlay1.active,
.popup-overlay2.active,
.popup-overlay3.active {
    /*displays pop-up when "active" class is present*/
    display: block;
}

.popup-content1,
.popup-content2,
.popup-content3 {
    /*Hides pop-up content when there is no "active" class */
    display: none;
}

.popup-content1.active {
    /*Shows pop-up content when "active" class is present */
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0px auto;
    padding-top: 0px;
    height: 100%;
    background-color: #fff;
}

.popup-content2.active,
.popup-content3.active {
    display: block;
    position: relative;
    top: 120px;
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
    height: 50vh;
    background-color: #fff;
}

.map-button-overlay,
.map-button-overlay2,
.map-button-overlay3,
.map-button-overlay4,
.map-button-overlay5,
.map-button-overlay6,
.map-button-overlay7,
.map-button-overlay8,
.map-button-overlay9,
.map-button-overlay10 {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
    top: 0%;
    left: 0%;
    position: fixed;
    overflow-x: hidden;
    z-index: 9999;
}

.map-header-title {
    text-align: center !important;
    margin: 20px 0px;
    font-size: 53px;
    color: #2a794e;
    font-family: "Cookie", cursive;
}

.map-button-overlay.active,
.map-button-overlay2.active,
.map-button-overlay3.active,
.map-button-overlay4.active,
.map-button-overlay5.active,
.map-button-overlay6.active,
.map-button-overlay7.active,
.map-button-overlay8.active,
.map-button-overlay9.active,
.map-button-overlay10.active {
    display: block;
}

.map-button-content,
.map-button-content2,
.map-button-content3,
.map-button-content4,
.map-button-content5,
.map-button-content6,
.map-button-content7,
.map-button-content8,
.map-button-content9,
.map-button-content10 {
    display: none;
    margin: 0 auto;
    padding: 30px;
    border-radius: 8px;
}

.map-button-content ul,
.map-button-content2 ul,
.map-button-content3 ul,
.map-button-content4 ul,
.map-button-content5 ul,
.map-button-content6 ul,
.map-button-content7 ul,
.map-button-content8 ul,
.map-button-content9 ul,
.map-button-content10 ul {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    max-height: 600px;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    background-color: #fff;
}

.map-button-content ul li,
.map-button-content2 ul li,
.map-button-content3 ul li,
.map-button-content4 ul li,
.map-button-content5 ul li,
.map-button-content6 ul li,
.map-button-content7 ul li,
.map-button-content8 ul li,
.map-button-content9 ul li,
.map-button-content10 ul li {
    width: 100%;
    font-size: 24px;
    text-align: center;
    padding: 15px 0px;
}

.map-button-content.active,
.map-button-content2.active,
.map-button-content3.active,
.map-button-content4.active,
.map-button-content5.active,
.map-button-content6.active,
.map-button-content7.active,
.map-button-content8.active,
.map-button-content9.active,
.map-button-content10.active {
    display: block;
    background-color: #fff;
    position: relative;
    top: 8%;
    width: 40%;
    height: auto;
}

/********************
					PRIVACY POLICY STYLING
									*********************/

.prvcy-plcy__holder {
    position: relative;
    width: 80%;
    margin: auto;
    min-height: 100vh;
    padding-top: 20vh;
}

.prvcy-plcy__title {
    color: #2a794e;
    font-size: 2.6em;
    text-align: center;
    margin-bottom: 5vh;
    font-family: "Cookie", cursive;
}

.prvcy-plcy__content {
    padding-bottom: 5vh;
}

.prvcy-plcy__content * {
    line-height: 1.5;
    font-family: "Gothic A1", sans-serif;
}

.prvcy-plcy__content p {
    font-size: 0.9em;
}

.prvcy-plcy__content span {
    font-size: 1em;
}

.prvcy-plcy__content ul {
    padding-left: 20px;
}

.prvcy-plcy__content li {
    display: list-item;
    font-size: 0.9em;
}

.prvcy-plcy__content strong {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Gothic A1", sans-serif;
}

@media screen and (max-width: 1024px) {
    .prvcy-plcy__holder {
        width: 90%;
    }

    .prvcy-plcy__title {
        font-size: 2.3em;
    }
}

/********************
					MAP STYLING
									*********************/

.leaflet-control-custom.home-button {
    background-color: #2a794e;
    width: 30px;
    height: 30px;
    display: flex;
    cursor: pointer;
    border-radius: 1px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.map-container {
    width: 80%;
    max-width: 200vh;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    border: 2px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: white;
    position: relative;
}
.zoom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.zoom-overlay.show {
    opacity: 1;
}

.zoom-text {
    color: white;
    font-size: 16px;
    background: #2a794e;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    text-align: center;
}

/* Default (Bottom) Tooltip */
.map-toggle-button[data-tooltip]:not(.tooltip-right):not(.tooltip-left)::after {
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
}

.map-toggle-button[data-tooltip]:not(.tooltip-right):not(
        .tooltip-left
    )::before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-bottom-color: #2a794e;
}

/* Tooltip Right */
.home-button.tooltip-right[data-tooltip]::after,
.map-toggle-button.tooltip-right[data-tooltip]::after {
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
}

.home-button.tooltip-right[data-tooltip]::before,
.map-toggle-button.tooltip-right[data-tooltip]::before {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #2a794e;
}

.map-toggle-button.tooltip-left[data-tooltip]::after {
    top: 50%;
    right: 110%;
    left: auto;
    transform: translateY(-50%);
}

.map-toggle-button.tooltip-left[data-tooltip]::before {
    top: 50%;
    right: 100%;
    left: auto;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-right-color: #2a794e;
}

.home-button[data-tooltip]::after,
.home-button[data-tooltip]::before,
.map-toggle-button[data-tooltip]::after,
.map-toggle-button[data-tooltip]::before {
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 9999;
}

.home-button[data-tooltip]:hover::after,
.home-button[data-tooltip]:hover::before,
.map-toggle-button[data-tooltip]:hover::after,
.map-toggle-button[data-tooltip]:hover::before {
    opacity: 1;
}

.home-button[data-tooltip]::after,
.map-toggle-button[data-tooltip]::after {
    content: attr(data-tooltip);
    background-color: #2a794e;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
}

#map {
    width: 100%;
    height: 100%;
}

.map-toggle-button {
    display: flex;
    align-items: center;
    gap: 6px;
}

.map-toggle-button.activated {
    background-color: #2a794e;
}

.leaflet-top.leaflet-right {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.toggle-icon {
    width: 29px;
    height: 29px;
}
.map-toggle-button {
    padding: 6px 8px;
    border-radius: 6px;
    background: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: background 0.3s ease;
}

.map-toggle-button:hover {
    background: #e0e0e0;
}

.map-toggle-button.activated {
    background: #164029;
}

.leaflet-control.basemap-toggle {
    background: white;
    padding: 6px 12px;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e6e6;
    border-radius: 26px;
    transition: 0.4s;
}
.slider img {
    position: absolute;
    height: 18px;
    width: 18px;
    top: 4px;
    left: 4px;
    transition: transform 0.4s ease, left 0.4s ease;
    border-radius: 50%;
    pointer-events: none;
}
.switch input:checked + .slider {
    background-color: #cccccc;
}
.switch input:checked + .slider:before {
    transform: translateX(24px);
}

.no-select {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: none;
}
@media (max-width: 768px) {
    .map-container {
        max-width: 100vw;
        aspect-ratio: auto;
        height: 80vh;
        border-radius: 0;
        border: none;
    }
}
@media (max-width: 480px) {
    .map-toggle-button {
        padding: 4px 6px;
        gap: 4px;
    }
    .leaflet-control-attribution {
        font-size: 10px;
        padding: 2px 4px;
        background: rgba(255, 255, 255, 0.7);
        max-width: 90vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .toggle-icon {
        width: 20px;
        height: 20px;
    }

    .leaflet-control.basemap-toggle {
        padding: 4px 8px;
        gap: 6px;
        font-size: 0.8em;
    }

    .switch {
        width: 40px;
        height: 22px;
    }

    .slider img {
        height: 14px;
        width: 14px;
        top: 4px;
        left: 4px;
    }
    .leaflet-top.leaflet-right {
        flex-direction: column;
        align-items: flex-end;
        gap: 1px;
    }

    .map-toggle-button,
    .leaflet-control.basemap-toggle {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
