body {
    background: url('../img/bg.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-align: center;
    overflow-y: auto;
}

.white-link {
    color: white;
    opacity: 0.5;
}

.glass {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.2px) saturate(300%);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-info {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 32px auto 0 auto;
    max-width: 350px;
    text-align: center;
    display: block;
}
.contact-info h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.3em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.contact-info p {
    margin: 10px 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 1em;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.contact-info .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
}
.contact-info .icon svg path {
    fill: #fff;
}

.contact-info p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hand {
    animation: rotate 2s linear infinite;
    animation-play-state: paused;
    transform-origin: 50% 50%;
  }
  .clock {
      position: relative;
      width: 400px;
      height: 400px;
  }
  
  .dial {
      width: 100%;
      height: 100%;
  }
  
.hand {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 200px 200px;
    animation: rotate 60s linear infinite;
    transform: rotate(259deg);
}
  
@keyframes rotate {
    from {
        transform: rotate(259deg);
    }
    to {
        transform: rotate(619deg);
    }
}

.hand.paused {
    animation-play-state: paused;
}

#wpa-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    text-align: center;
    visibility: hidden;
    color: white;
    padding: 10px;
    z-index: 1000;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
a[href^="mailto:"] {
    color: #ffffff;
}

a[href^="tel:"] {
    color: #ffffff;
}
.contact-info h2 {
    margin-top: 10px;
}

.social-links {
    margin-top: 10px;
}

.social-links a {
    margin: 0 10px;
}


@media screen and (max-width: 600px) {
    .container {
        max-width: 100%;
        padding: 20px;
    }

    .container img {
        width: 100%;
    }

    body {
        font-size: 14px;
    }

    #PL, #PS {
        width: 300px;
    }

    .social-links img {
        width: 45px;
    }
    a[href^="mailto:"] {
        color: #ffffff;
    }

    a[href^="tel:"] {
        color: #ffffff;
    }
}


@media screen and (min-width: 601px) and (max-width: 900px) {
    .container {
        max-width: 100%;
        padding: 20px;
    }

    .container img {
        width: 100%;
    }

    body {
        font-size: 16px;
    }

    #PL, #PS {
        width: 310px;
    }

    .contact-info, .social-links {
        font-size: 16px;
    }

    .social-links img {
        width: 55px;
    }
    a[href^="mailto:"] {
        color: #ffffff;
    }

    a[href^="tel:"] {
        color: #ffffff;
    }
}


@media screen and (min-width: 901px) {
    .container {
        max-width: 800px;
        padding: 20px;
    }

    .container img {
        width: 100%;
    }

    body {
        font-size: 18px;
    }

    #PL, #PS {
        width: 320px;
    }

    .social-links img {
        width: 55px;
    }

    a[href^="mailto:"] {
        color: #ffffff;
    }

    a[href^="tel:"] {
        color: #ffffff;
    }
}
