
body {
    background: #25292A;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif, Georgia, serif;
    font-size: 14px;
    margin: 0;
}

section {
    display: block;
}

p {
    display: block;
    margin-top: 0px;
}

.btn-main {
    max-width: 500px;
    width: 100%;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 187, 252, 0.5);
    white-space: normal;
    margin: 0px;
    border: 2px solid #00BBFC;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    outline: none;
    margin: auto;
}

.btn-main:hover {
    background-color: #00BBFC;
    border: 2px solid transparent;
}

.btn-main-icon {
    height: 30px;
    width: auto;
    vertical-align: middle;
}

.btn-main-text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 100%;
    font-weight: bold;
    vertical-align: middle;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
}

.loader {
    border: 5px solid rgba(0, 187, 252, 0.5);
    border-top: 5px solid #00BBFC;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: auto;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

a {
    color: #FEFEFE;
    font-size: 16px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.link_text {
    color: #FEFEFE;
    font-size: 16px;
    margin: 30px 0 20px 0;
}

.link_text a {
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.link_text a:hover {
    color: #B0B3C5;
}

.content_area {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.intro {
    padding: 50px 0px 20px;
    text-align: center;
}

.intro {
    max-width: 700px;
    width: 90%;
    margin: auto;
}

.intro-logo {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.intro-title {
    font-size: 28px;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.intro-subtitle {
    margin-bottom: 36px;
}

.intro-subtitle p, .register-subtitle p {
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 0px;
}



.followus {
    max-width: 500px;
    width: 90%;
    padding: 50px 0px 80px;
    margin: auto;
    text-align: center;
}

.followus-title {
    font-size: 24px;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
}

.followus-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.followus-list-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.followus-list-item-icon {
    width: 50px;
    cursor: pointer;
}

.content {
    width: 75%;
    margin: auto;
}

.separator {
    margin-top: 60px;
    border-bottom: 2px solid #3aa8d9;
}

.download_img {
    border-radius: 5px;
    cursor: pointer;
}

.os-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    margin: auto;
}

.os-list-item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
}

.os-list-item-icon {
    width: 25px;
}

.image-item {

}

.image-item-left {
	float: left;
}

.image-item-left img {
	width: 300px;
	border: 1px solid #FFFFFF;
}

.image-item-right {
	padding-top: 10px;
	font-size: 18px;
}

.image-item-right a {
	width: 200px;
}/* =============================================
   SPOTS MAP PAGE
   ============================================= */

html {
    scroll-behavior: smooth;
}

/* --- Section base --- */
.section-container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* =============================================
   HEADER
   ============================================= */
.spots-header {
    padding: 40px 0 20px;
    background: #25292A;
    text-align: center;
}

.spots-header-logo {
    max-width: 200px;
    width: 50%;
    height: auto;
    margin-bottom: 16px;
}

.spots-header h1 {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px;
}

.spots-header p {
    font-size: 15px;
    color: #aaa;
    margin: 0;
}

.spots-intro {
    font-size: 15px;
    line-height: 1.7;
    color: #ccc;
    max-width: 700px;
    margin: 16px auto 0;
}

/* =============================================
   SEARCH BAR
   ============================================= */
.spots-search {
    background: #1E2122;
    padding: 16px 0;
    border-bottom: 1px solid #333;
}

.spots-search-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}

.spots-search-input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #2C3032;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    color: #fff;
    outline: none;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.spots-search-input::-webkit-input-placeholder {
    color: #888;
}

.spots-search-input::-moz-placeholder {
    color: #888;
}

.spots-search-input:-ms-input-placeholder {
    color: #888;
}

.spots-search-input::-ms-input-placeholder {
    color: #888;
}

.spots-search-input::placeholder {
    color: #888;
}

.spots-search-input:focus {
    border-color: #00BBFC;
}

.spots-search-count {
    font-size: 13px;
    color: #aaa;
    white-space: nowrap;
}

/* =============================================
   MAP
   ============================================= */
.spots-map-wrap {
    background: #1A1D1E;
}

#spots-map {
    width: 100%;
    height: 75vh;
    min-height: 400px;
}

/* Leaflet popup override */
.leaflet-popup-content-wrapper {
    background: #2C3032 !important;
    color: #fff !important;
    border-radius: 8px !important;
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.4) !important;
            box-shadow: 0 4px 16px rgba(0,0,0,0.4) !important;
}

.leaflet-popup-content {
    margin: 12px 16px !important;
    font-size: 13px;
    line-height: 1.5;
}

.leaflet-popup-tip {
    background: #2C3032 !important;
}

.popup-spot-name {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
}

.popup-spot-location {
    color: #aaa;
    margin-bottom: 6px;
}

.popup-spot-label {
    font-style: italic;
    color: #ccc;
    margin-bottom: 8px;
}

.popup-spot-link {
    display: inline-block;
    color: #00BBFC;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.popup-spot-link:hover {
    text-decoration: underline;
}

/* =============================================
   LEGEND
   ============================================= */
.spots-legend {
    background: #1E2122;
    padding: 12px 0;
    border-top: 1px solid #333;
}

.spots-legend-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    font-size: 13px;
    color: #ccc;
}

.legend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
}

.legend-dot-gold {
    width: 12px;
    height: 12px;
    background: #FFD700;
    border: 2px solid #DAA520;
    border-radius: 50%;
}

.legend-dot-blue {
    width: 10px;
    height: 10px;
    background: #00BBFC;
    border: 2px solid #0099CC;
    border-radius: 50%;
}

/* =============================================
   SPOT DIRECTORY
   ============================================= */
.spots-directory {
    padding: 40px 0 60px;
    background: #1E2122;
    border-top: 1px solid #333;
}

.spots-directory h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 30px;
}

.spots-directory-country {
    margin-bottom: 24px;
}

.spots-directory-country h3 {
    font-size: 14px;
    font-weight: 700;
    color: #00BBFC;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #333;
}

.spots-directory-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 16px;
}

.spots-directory-list li {
    margin: 0;
}

.spots-directory-list a {
    display: block;
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    padding: 6px 0;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.spots-directory-list a:hover {
    color: #00BBFC;
}

.spots-directory-location {
    color: #666;
    font-size: 12px;
    margin-left: 8px;
}

@media (min-width: 768px) {
    .spots-directory-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .spots-directory-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* =============================================
   FOOTER (same as other pages)
   ============================================= */
.site-footer {
    background: #1A1D1E;
    padding: 40px 0 30px;
    text-align: center;
}

.footer-links {
    margin-top: 20px;
}

.footer-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 13px;
    margin: 0 12px;
}

.footer-links a:hover {
    color: #00BBFC;
}

.footer-copyright {
    color: #666;
    font-size: 12px;
    margin-top: 16px;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (min-width: 768px) {
    .spots-header h1 {
        font-size: 36px;
    }

    #spots-map {
        height: 80vh;
    }
}
