@font-face {
    font-family: 'The Brittany Script';
    src: url('The Brittany Script.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

html {
  scroll-behavior: smooth;
  background-color: #000000;
}

/* Global link styles */
a {
  text-decoration: none;
  color: inherit;
}

/* Ensure phone numbers don't get styled */
a[href^="tel:"],
a[href^="tel:"]:hover,
a[href^="tel:"]:visited,
a[href^="tel:"]:active {
  text-decoration: none;
  color: inherit;
}

/* Prevent number styling on iOS */
.policy-text {
  -webkit-text-fill-color: inherit;
  text-decoration: none;
}

.phone-number {
  color: inherit;
  text-decoration: none;
  -webkit-text-fill-color: inherit;
}

.navbar {
  background-color: #000000;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-links {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  font-family: 'Quicksand', sans-serif;
  position: relative;
  padding: 5px 0;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

@media (max-width: 768px) {
  .nav-links {
    gap: 30px;
  }

  .nav-link {
    font-size: 1rem;
  }
}

body {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    background-color: #f4ede9;
    color: #1a1a1a;
    scroll-margin-top: 80px;
  }
  
  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
  }
  
  .welcome-text {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .site-title {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    margin: 0;
  }
  
  .by-carolina {
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.8rem;
    margin-top: 5px;
  }
  
  .content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
  }
  
  .text-section {
    flex: 1 1 55%;
  }
  
  .meet-title {
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: bold;
  }
  
  .nail-tech {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-top: 5px;
  }
  
  .description {
    margin-top: 15px;
    font-size: 1rem;
    line-height: 1.6;
  }
  
  .image-section {
    flex: 1 1 35%;
    text-align: center;
  }
  
  .profile-pic {
    height: 400px;
    border-radius: 50%;
    object-fit: cover;
  }

  .policies-container {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .policy-section {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  .policy-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    color: #1a1a1a;
  }

  .policy-text {
    font-size: 1rem;
    line-height: 1.6;
    margin: 10px 0;
    letter-spacing: 0.5px;
  }

  @media (max-width: 768px) {
    .policies-container {
      margin-top: 40px;
      gap: 20px;
    }

    .policy-section {
      padding: 20px;
    }

    .policy-title {
      font-size: 1.5rem;
    }
  }

  .widget-container {
    margin-top: 60px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  .widget-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin: 0 0 20px 0;
    color: #1a1a1a;
    text-align: center;
  }

  @media (max-width: 768px) {
    .widget-container {
      margin-top: 40px;
      padding: 20px;
    }

    .widget-title {
      font-size: 1.6rem;
    }
  }

  .service-info-container {
    margin-top: 60px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  .service-info-title {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin: 0 0 20px 0;
    color: #1a1a1a;
  }

  .service-info-list {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
  }

  .service-info-list li {
    font-size: 1rem;
    line-height: 1.8;
    margin: 15px 0;
    color: #1a1a1a;
  }

  .connect-container {
    margin-top: 60px;
    text-align: center;
  }

  .connect-title {
    font-size: 3rem;
    margin: 0 0 30px 0;

  }

  .social-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
  }

  .social-icon {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 2.5rem;
    transition: transform 0.2s, color 0.2s;
  }

  .social-icon:hover {
    transform: scale(1.1);
  }

  .social-icon .fa-instagram:hover {
    color: #E4405F;
  }

  .social-icon .fa-youtube:hover {
    color: #FF0000;
  }

  .social-icon .fa-tiktok:hover {
    color: #000000;
  }

  .social-handle {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 10px 0 5px 0;
  }

  .social-platforms {
    font-size: 1rem;
    color: #666;
    margin: 5px 0;
  }

  .thank-you {
    font-family: 'The Brittany Script';
    font-size: 1rem;
    margin: 40px 0 0 0;
  }

  .for-booking {
    font-family: 'Quicksand', sans-serif;
    display: block;
    font-size: 2rem;
    margin-top: 5px;
  }

  @media (max-width: 768px) {
    .service-info-container {
      margin-top: 40px;
      padding: 20px;
    }

    .service-info-title {
      font-size: 1.6rem;
    }

    .connect-title {
        font-family: 'Playfair Display', serif;
      font-size: 2.2rem;
    }

    .social-icons {
      gap: 20px;
    }

    .social-icon {
      font-size: 2rem;
    }

    .thank-you {
      font-size: 1rem;
    }

    .for-booking {
      font-size: 1.6rem;
    }
  }

#home {
  scroll-margin-top: 80px;
}

#policies {
  scroll-margin-top: 80px;
}

#book {
  scroll-margin-top: 80px;
}