body {
    font-family: "Inter", sans-serif;
    background-color: #fff;
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    overflow-x: hidden;
}

.top-bar {
    background-color: #3C1A6E;
    padding: 12px;
    color: #fff;
}
.top-bar a {
    color: #fff;
}
.top-bar i {
    color: #fff;
}
.ruzuku-navbar {
    background-color: #FFF !important;
    color: #3C1A6E !important;
    padding: 10px 20px;
}

.ruzuku-navbar .navbar-brand, .ruzuku-navbar .nav-link, .ruzuku-navbar .navbar-text {
    color: #3C1A6E !important;
}

.ruzuku-logo {
    height: 90px;
}
.ruzuku-logo .navbar-nav.mx-auto {
    justify-content: center;
}
.ruzuku-navbar .nav-link {
    margin: 0px 15px;
    font-size: 14px;
    transition: color 0.3s ease;
    font-weight: 400;
}

.ruzuku-navbar .btn-warning {
    background-color: #3C1A6E;
    border: none;
    padding: 10px 30px !important;
    border-radius: 0px;
    transition: background-color 0.3s ease;
    color: white !important;
}

.btn-warning {
    background-color: #3C1A6E !important;
    border: none;
    border-radius: 0px;
    transition: background-color 0.3s ease;
    color: white;
    font-size: 14px;
}

.hero-section {
  height: 1000px;
  background: url('../images/hero.jpg') center center / cover no-repeat;
  position: relative;
  color: white;
}

.hero-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.564);
  z-index: 1;
}

.hero-section .container {
  z-index: 3;
  position: relative;
}


.hero-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 80%;
  background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='6' fill='rgba(255,255,255,0.35)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 35px 35px;
  opacity: 1;
  z-index: 2 !important;
}

.hero-section small {
  font-size: 13px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #FFF;
}

.hero-section h1 {
    font-size: 68px;
    font-weight: 800 !important;
    margin: 20px 0;
    letter-spacing: 1px;
}


.hero-section .btn-warning {
    background-color: #3C1A6E;
    border: none;
    padding: 15px 30px !important;
    border-radius: 0px;
    transition: background-color 0.3s ease;
    color: white;
    font-size: 14px;
}
mark {
    color: #E62E2E;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.font-weight-bold {
    font-weight: 600 !important;
}
.text-warning {
    color: #E62E2E !important;
}
.sub-intro {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #3C1A6E;
}
.about-image {
  padding: 5px; position: relative;
}
.about-image .second-image {
  position: absolute;
  top: 50%;
  left: -30%;
  width: 60%;
  height: 330px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 0px;
}
.about-image .third-image {
  position: absolute;
  top: 10%;
  left: -25%;
  width: 40%;
  height: 200px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 0px;
}

.about-image .third-image:hover {
  transform: scale(1.05) rotate(1.5deg);
  transition: transform 0.5s ease;
}
.about-image .second-image:hover {
  transform: scale(1.05) rotate(-1.5deg);
  transition: transform 0.5s ease;
}
.about-image img:hover {
  transform: scale(1.05) rotate(1.5deg);
  transition: transform 0.5s ease;
}

.about-image img {
  border-radius: 0px;
}
.bg-darkblue {
    background-color: #3C1A6E !important;
    color: white !important;
}
.title {
    font-size: 52px;
    font-weight: 600;
    color: #001F49;
}
.title-md {
  font-size: 35px;
}
.text-purple {
    color: #3C1A6E !important;
}
.fa-icon {
  font-size: 20px;
}
.about-title {
  width: 90%; font-weight: 900 !important; margin: 10px 0;
}
.text-gray {
    color: #565c61 !important; font-weight: 300;
}
.top-box {
    background-color: #E62E2E;
    padding: 30px;
    border-radius: 5px;
    color: white;
}
.bg-lightblue {
    background-color: #E5F1FF !important;
    color: #001F49 !important;
}
.emphasize {
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
}

.w-12 {
  width: 50px;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease-in-out;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #20ba5a;
  color: #fff;
}

.bi-whatsapp {
  font-size: 32px;
}


.destination-image {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.destination-slider .slick-slide {
    margin: 0 10px;
}

.destination-slider .slick-slide span {
    margin-top: 0px;
    font-weight: 300;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

/* Allow slides to overflow when scaled */
.destination-slider .slick-list {
  overflow: visible !important;
}

/* Optional: keep smooth transitions */
.destination-slider .slick-track {
  display: flex;
  align-items: center;
}

.destination-slider .slick-slide:hover {
    transform: scale(1.08) rotate(1.5deg);
    transition: transform 0.3s ease;
}


.core-values {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.value-card {
  background: #fff;
  border: none;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.icon-circle {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(155, 89, 182, 0.1);
  border-radius: 50%;
  color: #9b59b6;
  font-size: 28px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.value-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.value-desc {
  color: #616970;
  font-size: 0.85rem;
  line-height: 1.6;
}


.services-section {
  padding: 80px 0;
}
.section-title {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
.service-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 300px;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.service-card:hover img {
  transform: scale(1.08);
}
.service-overlay {
  position: absolute;
  inset: 0;
  background: rgba(53, 11, 104, 0.55);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: background 0.4s ease;
}
.service-card:hover .service-overlay {
  background: rgba(53, 11, 104, 0.7);
}
.service-icon {
  font-size: 40px;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.service-title {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 10px;
}
.service-desc {
  font-size: 0.95rem;
  opacity: 0.9;
}


.bg-gray {
    background: #f1f6fb;
}

.hex-clip {
    width: 100%;
    aspect-ratio: 1.154; /* optional: keeps shape proportional */
    background: #E62E2E;
    -webkit-clip-path: polygon(
      50% 0%,   /* top point */
      100% 25%, /* top right */
      100% 75%, /* bottom right */
      50% 100%, /* bottom point */
      0% 75%,   /* bottom left */
      0% 25%    /* top left */
    );
    clip-path: polygon(
      50% 0%,
      100% 25%,
      100% 75%,
      50% 100%,
      0% 75%,
      0% 25%
    );
    display: grid;
    place-items: center;
    margin: 30px auto;
    color: white;
  }

  .hex-content { padding: 15px;text-align:center; min-height: 250px; display: flex; justify-content: center; align-items: center; flex-direction: column; gap: 10px; }
  .hex-clip.blue { background: #001F49; }
  .hex-clip h4 { font-size: 18px; font-weight: 600; }

  .numbering {
    font-size: 42px;
    font-weight: 700;
    color: #E62E2E;
  }
  .bg-gray-900 {
    background: #272A2C; color: #FFF;
  }
  .bg-gray-800 {
    background: #2E3135; color: #FFF;
  }
  .bg-gray-900 .title,   .bg-gray-800 .title { color: #fff; }

  .whitebox {
    background: #ffffffea;
    padding: 50px 30px;
    border-radius: 10px;
  }

  #contactForm .form-control {
    padding: 10px 15px; 
    min-height: 54px;
  }

  .footer-title {
    font-size: 12px; font-weight: bold; letter-spacing: 4px; text-transform: uppercase; color: #cdcdcd; margin-bottom: 20px;
  }

  .footer ul{ 
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
  }
  .footer ul li {
    margin-bottom: 10px;
  }

  .footer ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
  }

  .footer ul li a:hover {
    color: #ccc;
  }

  .footer a {
    color: #fff; text-decoration: none;
  }
  .footer a:hover {
    color: #ccc;
  }

  .w-full {
    width: 100%;
  }


.modal-header {
      background: linear-gradient(135deg, #6f42c1, #9b59b6);
      color: #fff;
      border-bottom: none;
    }

    .modal-title {
      font-weight: 600;
    }

    .form-label {
      font-weight: 500;
    }

    .form-control, .form-select {
      border-radius: 10px;
      padding: 10px 14px;
    }

    .btn-primary {
      background: #6f42c1;
      border: none;
      border-radius: 8px;
      font-weight: 500;
      transition: background 0.3s ease;
    }

    .btn-primary:hover {
      background: #5b2ea6;
    }

    .modal-content {
      border-radius: 16px;
      overflow: hidden;
      border: none;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    }

    .btn-book {
      background: #6f42c1;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 12px 24px;
      font-weight: 500;
      transition: all 0.3s ease;
    }

    .btn-book:hover {
      background: #5b2ea6;
      transform: translateY(-2px);
    }
    
  @media (max-width: 680px) {
    .hidden-mobile {
      display: none;
    }
    .navbar-toggler {
      background: #3c1a6e3f; border: none;
    }
    .navbar-collapse {
      padding-top: 30px;
    }

    .title {
      font-size: 30px;
    }

    .about-image .second-image, .about-image .third-image {
      display: none;
    }
    .ruzuku-logo {
        height: 50px;
    }
    .hero-section h1 {
        font-size: 48px;
    }
    .value-card {
      padding: 15px;
      height: 100%;
    }

    .service-overlay {
      padding: 10px;
    }
    .service-desc {
      font-size: 0.75rem;
    }
  }