:root {
    --primary: #285c72;
    --secondary: #04152d;
}

* {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
    color: #444444;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
}

body {
    display: block;
    background: #1e1f21;
    background-image: url(https://c.aka.al/assets/img/bg-blue-blurred.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    /* min-height: 100vh;
    min-height: 100dvh; */
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);

    /* width: 100vw; */
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.page-container {
    padding: 16px;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    display: none;
}

a {
    text-decoration: none;
    color: inherit
}

a:visited {
    color: inherit;
}

h1,h2,p {
    color: #fff;
}

h1 {
    font-size: 20px;
    line-height: 22px;
    margin-block: 4px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
}

h2 {
    font-size: 14px;
    font-weight: 100;
    line-height: 14px;
    margin-top: 4px;
    margin-bottom: 12px;
    text-align: center;
}

p {
    font-size: 12px;
}

.banner {
    aspect-ratio: 16 / 9;
}

.banner img {
    width: 100%;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}

.main-container, .banner {
    max-width: 320px;
    width: 100%;
    margin-top: 12px;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
}

.items {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: 64px 64px 64px 64px;
    row-gap: 8px;
    column-gap: 8px;
    justify-content: center;
}

.item {
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    height: 64px;
    display: flex;
    padding-inline: 15px;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 4px solid #ffffff55;
    color: #444;
    border-radius: 7px;
    width: 100%;
    max-width: 320px;
    overflow: hidden;
}

.item img {
    height: 32px;
    /*filter: drop-shadow(-1px -1px 1px #fff) drop-shadow(1px 1px 2px #0009) invert();*/
    filter: drop-shadow(1px 1px 1px #999) invert();
}

.item a {
    display: flex;
    align-items: center;
    transition: all 0.5s ease-out;
    width: 100%;
}
.item a p {
    margin-left: 32px;
    color: #000;
}

.item a:hover, .item a:focus {
    font-size: 110%;
}

.item #radio-status, .item #youtube-status {
    background: #ff3939;
    color: #fff;
    padding: 3px 12px;
    border-radius: 50vw;
    font-size: 75%;
    box-shadow: 0 0 11px 2px #e00;
    border: 2px solid #fff4;
    animation: blink 1s infinite;
    display: none; /* Hidden by default */
}

.icon p, .icon span {
    display: none;
}

.icon {
    justify-content: center;
    cursor: pointer;
}

.icon a, .icon > em {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer p {
    font-size: 10px;
    text-align: center;
    font-weight: 100;
    margin-top: 15px;
}

span, sup {
    color: inherit;
}

#website {
    background-color: #faa734;
    background-image: linear-gradient(90deg, #faa734,#f9f9f9 21%);
    grid-column-start: 1;
    grid-column-end: 5;
}
#youtube {
    background-color: #ff0000;
    background-image: linear-gradient(90deg, #ff0000,#f9f9f9 21%);
    grid-column-start: 1;
    grid-column-end: 5;
}
#radio {
    background-color: #f18930;
    background-image: linear-gradient(90deg, #f18930,#f9f9f9 21%);
    grid-column-start: 1;
    grid-column-end: 5;
}
#viber {
    background-color: #7360f2;
    background-image: linear-gradient(90deg, #7360f2,#f9f9f9 100%);
}
#whatsapp {
    background-color: #128c7e;
    background-image: linear-gradient(90deg, #128c7e,#f9f9f9 100%);
}
#facebook {
    background-color: #4267B2;
    background-image: linear-gradient(90deg, #4267B2,#f9f9f9 100%);
}
#instagram {
    background-image: linear-gradient(90deg, #405DE6,#5851DB,#833AB4,#C13584,#E1306C,#FD1D1D,#F56040,#F77737,#FCAF45,#FFDC80);
    position: relative;
}

#twitter {
    background-color: #1DA1F2;
    background-image: linear-gradient(90deg, #1DA1F2,#f9f9f9 100%);
}
#email {
    background-color: #d64a3e;
    background-image: linear-gradient(90deg, #d64a3e,#f9f9f9 100%);
}
#sms {
    background-color: #2588d5;
    background-image: linear-gradient(90deg, #2588d5,#f9f9f9 100%);
}
#phone {
    background-color: #3b3c3e;
    background-image: linear-gradient(90deg, #3b3c3e,#f9f9f9 100%);
}

#telegram {
    background-color: #229ED9;
    background-image: linear-gradient(90deg, #229ED9,#f9f9f9 100%);
}

#maps {
    background-color: #c1e4cb;
    background-image: linear-gradient(90deg, #c1e4cb,#f9f9f9 100%);
    grid-column-start: 1;
    grid-column-end: 5;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    padding-inline: 0;
    z-index: 0;
    border-radius: 5px;
}

#maps #map {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

footer {
    padding-top: 1rem;
}

.center {
    text-align: center;
}

.col-2 {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1rem;
    width: 100%;
}

.col-2 * {
    width: 100%;
}
/* Form */
.modal {
    display: none;
    visibility: hidden;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    padding: 1rem;
    backdrop-filter: blur(5px);
}

.modal.show {
    display: flex;
    visibility: visible;
    animation: fadeIn 0.5s;
}

.modal.hide {
    visibility: visible;
    animation: fadeOut 0.5s;
}


button.close-modal {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.25rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0.5rem;
    color: #000;
}
button.close-modal svg {
    width: 1rem;
    height: 1rem;
}

.form-container {
    background-color: #fefefe;
    padding: 2.5rem 1rem 1rem;
    border-radius: 7px;
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: relative;
    box-shadow: 0px 10px 25px black;
}

.form-container form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;

    padding: 1rem;
}

label {
    font-size: 0.8rem;
    font-weight: 500;
    color: #444;
    text-align: left;
    width: 100%;
}

input {
    padding: 0.5rem;
    border-radius: 7px;
    width: 100%;
    font-size: 0.8rem;
    border: 1px solid #ccc;
    margin-top: 0.35rem;

    transition: all 0.3s ease-out;
}

button {
    padding: 0.5rem 1.5em;
    border-radius: 7px;
    cursor: pointer;
    /* width: fit-content; */
    color: #fff;
}

button.close {
    border: 1px solid #ccc;
    background-color: transparent;
    color: var(--primary);
    transition: all 0.3s ease-out;
}
button.close:hover {
    background-color: #ececec;
}

button.submit {
    border: 0px solid var(--secondary);
    background-color: #128c7e;
    transition: all 0.3s ease-out;
}
button.submit:hover {
    background-color: #17a78f;
}

.disclaimer {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 1rem;
    color: #222;
    border-left: 2px solid #17a78f;
    border-right: 2px solid #17a78f;
    padding: 0.25rem 1rem;
    font-style: italic;
    background-color: #f9f9f9;
}

.error {
    color: #ff0000;
    font-size: 0.8rem;
}

.error span {
    display: none;
}

@keyframes blink {
    0% {opacity: 0.1;}
    75% {opacity: 1;}
    100% {opacity: 0.1;}
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-1rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Leaflet Styles */
.leaflet-popup-content {
    max-width: 175px;
}