@font-face {
  font-family: 'Social Gothic';
  src: url('/fonts/Social Gothic Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
  
   body {
      margin: 0;
      padding: 0;
        font-family: 'Poppins', sans-serif;
    }

    header {
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 100;
      padding: 20px 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: transparent;
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

    /* Style apabila scroll */
    header.scrolled {
      background-color: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    header.scrolled nav a {
      color: #000;
    }

    header.scrolled .logo {
      color: #cc991a;
    }

    .logo {
      font-size: 1.8rem;
      font-weight: bold;
      color: #cc991a;
      letter-spacing: 1px;
      transition: color 0.3s ease;
    }

    nav a {
      color: #fff;
      text-decoration: none;
      margin: 0 15px;
      font-weight: 500;
      transition: color 0.3s ease;
    }

    nav a:hover {
      color: #cc991a;
    }

    .hero-section {
  position: relative;
  overflow: hidden; /* pastikan tak overflow semasa scale */
  height: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
  }

  .contact-link:hover {
    color: #cc991a;
  }

@keyframes zoomOut {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #f5f5f5;
}


    .hero-content h2 {
      font-size: 1rem;
      font-weight: 500;
      color: #f3e5ab;
      letter-spacing: 2px;
      margin-bottom: 1rem;
    }

    .hero-content h1 {
      font-size: 3rem;
      margin-bottom: 0.5rem;
      color: #f3e5ab;
    }

    .hero-content p {
      font-size: 1.2rem;
      margin-top: 10px;
      letter-spacing: 2px;
    }

    .hero-btn {
      margin-top: 2rem;
      padding: 12px 30px;
      border: 2px solid #fff;
      background: transparent;
      color: #fff;
      font-size: 1rem;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .hero-btn:hover {
      background-color: #cc991a;
      border-color: #cc991a;
      color: #000;
    }

    .fade-in {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 1s ease-out, transform 1s ease-out;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 768px) {
      .hero-content h1 {
        font-size: 2rem;
      }

      nav {
        display: none;
      }
    }

    .bizmilla-section {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 100px 30px;
      font-family: 'Poppins', sans-serif;
}

.bizmilla-section h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #000;
}

.bizmilla-section .divider {
  font-size: 1.5rem;
  color: #cc991a;
  margin-bottom: 20px;
}

.bizmilla-section p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.8;
}

.bizmilla-section .highlight {
  color: #cc991a;
  font-weight: bold;
}

.card {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: none;
    }
    .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    .text-gold {
      color: #cc991a;
    }
    .social-icon i {
      font-size: 1.5rem;
      color: #000;
      transition: 0.3s;
    }
    .social-icon:hover i {
      color: #cc991a;
    }

.hero-btn {
  margin-top: 2rem;
  padding: 12px 30px;
  border: 2px solid #cc991a;
  background: transparent;
  color: #cc991a;
  font-size: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.hero-btn:hover {
  background-color: #cc991a;
  color: #fff;
}

.btn-detail {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  border: 2px solid #cc991a;
  color: #cc991a;
  background-color: transparent;
  font-size: 0.95rem;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-detail:hover {
  background-color: #cc991a;
  color: #fff;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
  }

  .contact-link:hover {
    color: #ffffff;
  }

  .social-icon {
    color: #000;
    font-size: 20px;
    transition: color 0.3s;
  }

  .social-icon:hover {
    color: #ffffff;
  }
  nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

  .text-gold {
  color: #cc991a;
}

.bg-gold {
  background-color: #cc991a !important;
}

.btn-gold {
  background-color: #cc991a;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background-color: #cc991a;
  transform: scale(1.05);
}

.ribbon {
  font-family: 'Poppins', sans-serif;
   z-index: 1;
}
.card {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
 .slide-hover-btn {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    color: #cc991a;
    border: 2px solid #cc991a;
    border-radius: 30px;
    overflow: hidden;
    transition: color 0.4s ease;
    z-index: 1;
  }

  .slide-hover-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #cc991a;
    z-index: -1;
    transition: all 0.4s ease;
  }

  .slide-hover-btn:hover {
    color: white;
  }

  .slide-hover-btn:hover::before {
    left: 0;
  }
 .btn {
    background-color: #cc991a;
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 50px;
    transition: background-color 0.3s ease;
  }

  .btn:hover {
    background-color: #25D366; /* Hijau WhatsApp */
    color: white;
  }
   .hero-heading {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: #f8e8c0;
  }

  .hero-subtext {
    font-size: 1.3rem;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
  }

  .hero-note {
    color: #f9e7c4;
    font-size: 1.2rem;
  }

  @media (max-width: 768px) {
    .hero-heading {
      font-size: 2.2rem;
    }

    .hero-subtext {
      font-size: 1rem;
      letter-spacing: 1px;
    }

    .hero-note {
      font-size: 1rem;
    }

    .btn {
      font-size: 0.95rem;
      padding: 10px 20px;
    }
  }

  @media (max-width: 480px) {
    .hero-heading {
      font-size: 1.7rem;
    }

    .hero-subtext {
      font-size: 0.95rem;
    }

    .hero-note {
      font-size: 0.9rem;
    }
  }