/* General Styles */
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: var(--white);
    margin: 0;
    padding: 0;
}
p {
    font-size: 18px;
}
/* Root Variables */
:root {
    --orange: #FF6600;
    --blue: #4166F5;
    --white: #ffffff;
    --gray: #c2c2c2;
}

/* .bl-0 {
    border-left: 0px !important;
}
.br-0 {
    border-right: 0px !important;
}
.bt-0 {
    border-top: 0px !important;
}
.bb-0 {
    border-bottom: 0px !important;
}
.rounded-50 {
    border-radius: 50px !important;
} */
/* Container Styles */
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

.container-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background: var(--blue);
}

/* Navbar Styles */
.navbar-custom {
    background-color: var(--white);
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    width: 95%;
    max-width: 1320px;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
  }
  .fullscreen-menu ul {
    list-style: none;
    padding: 0;
  }
  .fullscreen-menu .nav-link {
    font-size: 2rem;
    margin: 1rem 0;
    color: #000;
  }
  .fullscreen-menu .close-btn {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--blue);
  }
.date-tab button {
    border-radius: 20px;
    padding: 5px 15px;
    margin: 5px;
    background: var(--blue);
    color: white;
  }
  .date-tab button.active {
    background-color: var(--orange);
    color: white;
  }
/* Menu Icon */
.menu-icon {
    font-size: 2rem;
    color: var(--orange);
}

/* Logo */
.logo {
    height: 30px;
}

/* Hero Section */
.hero-section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-text .semi-circle {
    display: inline-block;
    width: 100px;
    height: 50px;
    border: 20px solid var(--white);
    border-bottom: none;
    border-radius: 50px 50px 0 0;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.hero-content {
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.circle-top-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.rotating-image {
    position: absolute;
    top: 0%;
    transform: translateY(5%) rotate(0deg);
    transition: transform 0.1s linear;
  }
  .rotating-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--orange);
  }
/* Background Colors */
/* .orange-bg,
.blue-bg,
.gray-bg,
.white-bg {
    border: 0.5px solid var(--white);
} */

.orange-bg {
    background-color: var(--orange);
    position: relative;
    z-index: 1; /* Below the navbar */
}

.blue-bg {
    background-color: var(--blue);
    position: relative;
    z-index: 1; /* Below the navbar */
}

.white-bg {
    background-color: var(--white);
}

.gray-bg {
    background-color: var(--gray);
    position: relative;
    z-index: 1; /* Below the navbar */
}

/* Typography */
.big-text {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
}

.highlight-orange {
    color: var(--orange);
    font-weight: bold;
}

.subtext {
    color: #b3b3b3;
}

/* Logo Icon */
.logo-icon {
    display: inline-block;
    width: 50px;
    height: 25px;
    border: 10px solid var(--orange);
    border-bottom: none;
    border-radius: 50px 50px 0 0;
    margin-left: 0.5rem;
    vertical-align: middle;
}
.rounded1{
    border-radius:80px 80px 50px 50px;
}
.rounded2{
    border-radius:80px 50px 50px 80px;
}
.rounded3{
    border-radius:50px 50px 80px 80px;
}
.rounded4{
    border-radius:80px 80px 50px 50px;
}
.text-orange{
    color:var(--orange);
}
.text-blue{
    color:var(--blue);
}
button.btn:hover{
    color: #ff5b00;
    border-color: #ff5b00;
}
button.btn.active:hover{
    color: var(--white)!important;
    border-color: transparent;
    background: var(--orange);
}

.bg-map{
    background-image: url(../image/bg-map.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 1; /* Below the navbar */
}
/* Section 2 */
.date-tab-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
  }

  /* Default (desktop) — tombol dibungkus biasa */
  .date-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  #scrollImage {
    transition: transform 0.6s ease, opacity 0.6s ease;
    will-change: transform, opacity;
    opacity: 1;
  }

  
  #rotatingImage {
    transition: transform 0.2s linear;
    will-change: transform;
  }
  @media (max-width: 700px) {
    .date-tab-wrapper {
      overflow-x: auto;
      white-space: nowrap;
    }

    .date-tab {
      display: inline-flex;
      flex-wrap: nowrap;
      width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .date-tab button {
      white-space: nowrap;
      margin-right: 0.5rem;
      flex-shrink: 0;
    }

    /* Optional: hide scrollbar */
    .date-tab-wrapper::-webkit-scrollbar {
      display: none;
    }

    .date-tab-wrapper {
      -ms-overflow-style: none;  /* IE/Edge */
      scrollbar-width: none;     /* Firefox */
    }
  }