html, body {
    background: white;
        color: black;
        font-family: Arial, sans-serif;
        scroll-behavior: smooth;
        
    }
    .hero-content h1 {
    margin-bottom: 50px; 
        margin-top: 50px; 
        font-weight: bold;
    }
    
    .testimonial-intro {
        padding: 60px 0 20px;
        background-color: white;
    }
    
    .testimonial-heading {
        font-family: 'Poppins', sans-serif; 
        font-size: 50px;
        font-weight: 700;
        color: #000;
        margin-bottom: 0;
    }
    .testimonial-subtext {
        font-size: 18px;
        color: #555;
        max-width: 700px;
        margin: 20px auto 0;
        line-height: 1.6;
        font-weight: 400;
    }
    
    .testimonials-section {
        background-color: white !important;
        color: black !important;
        padding: 80px 0;
        text-align: center;
    }
 
    #hero-title {
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    }
    
    .location-placeholder {
    font-weight: bold;
    color: #36b1ea;
    cursor: pointer;
    }

    .dropdown-container {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    }

    #locationDropdown {
    font-size: 20px;
    border: none;
    background: transparent;
    color: #36b1ea;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    appearance: none;
    }
    
    #locationDropdown::-ms-expand {
    display: none;
    }
    
    #locationDropdown:focus {
    outline: none;
    }
  
    
    html {
    scroll-behavior: smooth;
    }
    
    .testimonials-section {
        background-color: white;
        color: rgb(255, 255, 255);
        padding: 80px 0;
        text-align: center;
    }
    
    .testimonial {
    max-width: 600px;
        margin: auto;
    }
    
    .testimonial-img {
    width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-bottom: 15px;
    }
    .testimonial,
    .review-text,
    .reviewer-name {
        font-family: 'Fredoka', sans-serif;
    }
    
    .carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: brightness(0) saturate(100%) invert(60%); 
    background-color: transparent;
    width: 2rem;
    height: 2rem;
    transition: all 0.3s ease;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    filter: brightness(0) saturate(100%) invert(30%);
    transform: scale(1.1);
}

.carousel-control-prev-icon:active,
.carousel-control-next-icon:active {
    filter: brightness(0) saturate(100%) invert(15%);
    transform: scale(0.95);
}

    .why-book-section {
    padding: 80px 0;
        background: linear-gradient(to bottom, rgb(255, 255, 255), rgb(255, 255, 255));
        color: rgb(0, 0, 0);
        color:#007BFF;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    }
    .why-book-section p{
      color:black;
    }
    
    .why-book-section ul {
    list-style: none;
        padding: 0;
    }
    
    .why-book-section ul li {
    font-size: 18px;
        margin-bottom: 10px;
        color: #000;
        color:black;
      font-size: 1rem;
      font-weight: 500;
      font-family: 'Poppins', sans-serif;
    
    }
    
    .why-book-img {
    width: 100%;
        border-radius: 10px;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    }
    .custom-footer {
      background-color: rgb(20, 20, 20);
      border-top: 2px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0;
      padding: 20px 0 10px 0; 
      margin-top: 0 !important;
      text-align: center;
    }
    
    .footer-logo {
      margin-bottom: 5px; 
    }
    .custom-footer {
      padding-top: 20px;
      padding-bottom: 20px;
      overflow: hidden;
    }
    
    
    .footer-logo img {
      height: 40px;
      width: auto;
      transform: scale(4); 
      transform-origin: center;
    }
    
    
    .footer-description {
      font-size: 14px;
      line-height: 1.4;
      margin: 10px auto;  
      max-width: 500px;
      color: #fff;
    }
    
    .footer-links {
      display: flex;
      justify-content: center;
      gap: 16px;
      margin-top: 8px;  
      flex-wrap: wrap;
    }
    
    .footer-links a {
      font-weight: 500;
      text-decoration: none;
      color: #fff;
      font-size: 14px;
    }
    
    .footer-links a:hover {
      color: #36b1ea;
    }
    
    .footer-brand {
      color: #fff;
      font-size: 16px;
      margin-top: 5px;
    }
    
    
    .explore-icon {
    margin-left: 10px;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }
    
    .explore-icon:hover {
    color: #ddd;
    }
    
    .explore-icon i {
    transition: transform 0.3s ease-in-out;
    }
    
    .explore-icon:hover i {
    color:#007BFF;
    transform: scale(1.3)
    }
    
    .hero {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(20, 20, 20, 0.85), #0a0a0a),
                  url('images/background test.jpg') center/cover no-repeat;
      height: 100vh;
      min-height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 0 20px;
      position: relative;
      color: white;
    }
    
    .hero-content {
      max-width: 100%;
    }
    
    #hero-title {
      font-size: 3.2rem;
      font-weight: 800;
      line-height: 1.3;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
      margin-bottom: 1rem;
    }
    
    .location-placeholder {
      color: #36b1ea;
      font-weight: bold;
      font-size: 2rem;
      display: block;
      margin-top: 10px;
    }
    
    
    @media (max-width: 768px) {
      .hero {
        height: 100vh;
        padding-top: 0;
        padding-bottom: 0;
        background-position: center;
      }
    
      #hero-title {
        font-size: 2.5rem;
        line-height: 1.4;
      }
    
      .location-placeholder {
        font-size: 1.5rem;
      }
    }
    


section.container {
    color: rgb(0, 0, 0);
  }
  
  section.container h2 {
    color: #36b1ea;
    margin-bottom: 15px;
  }
  
  section.container ul {
    padding-left: 1.2rem;
    list-style: none;
  }
  
  section.container ul li {
    font-size: 18px;
    margin-bottom: 10px;
  }
  

  
  .fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  
  .fade-up.active {
    opacity: 1;
    transform: translateY(0);
  }

  
/* Navbar */
.navbar {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
  z-index: 1000;
  position: relative;
  min-height: 60px;
}

.navbar-logo,
.navbar-brand img {
  height: 40px;
  width: auto;
  margin-right: 8px;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.navbar-title {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: black;
  transition: color 0.3s ease;
}

.navbar-brand:hover .navbar-title {
  color: #007BFF;
}

.navbar-nav .nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: black !important;
  transition: color 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: #007BFF !important;
}

.account-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-icon i {
  font-size: 26px;
  color: black !important;
  transition: color 0.3s ease-in-out;
}

.account-icon i:hover {
  color: #007BFF !important;
}

@media (min-width: 768px) {
  .navbar-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    position: static;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .navbar-collapse {
    background-color: white;
    padding: 1rem 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .navbar .fa-user-circle {
    font-size: 1.5rem;
  }

  .navbar-toggler {
    margin-left: 0.5rem;
  }
  .navbar-brand {
    cursor: pointer;
  }
  
  
}
@media (max-width: 1024px) {
  .navbar-nav {
    position: static;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .navbar-collapse {
    background-color: white;
    padding: 1rem 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .navbar .fa-user-circle {
    font-size: 1.5rem;
  }

  .navbar-toggler {
    margin-left: 0.5rem;
  }
  .navbar-brand {
    cursor: pointer;
  }
}

.custom-button {
  background-color: #007bff;     
  color: white;                  
  border: none;                  
  padding: 10px 20px;           
  border-radius: 30px;           
  font-size: 16px;               
  font-weight: bold;
  cursor: pointer;              
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #0056b3;     
}

.abu-wrapper {
  background-color: #fff;
  padding: 60px 0;
}

.abu-card {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.abu-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}


.abu-overlay {
  position: absolute;
  top: 50%;
  right: -60px; 
  transform: translateY(-50%);
  background-color:#007BFF;
  padding: 2rem 2.5rem;
  width: 480px;
  max-width: 90vw;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  z-index: 2;
  border-radius: 0;
}

.abu-overlay h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.abu-overlay p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.abu-overlay ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.abu-overlay li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.abu-overlay i {
  color: #000;
  margin-right: 8px;
}

.abu-overlay a {
  display: inline-block;
  padding: 12px 24px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: background 0.2s ease;
}

.abu-overlay a:hover {
  background: #f1f1f1;
}
.abu-overlay a {
  display: inline-block;
  padding: 12px 24px;
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.abu-overlay a i {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.abu-overlay a:hover {
  background: #f1f1f1;
  color: #000;
}

.abu-overlay a:hover i {
  transform: translateX(4px);
}


@media (max-width: 768px) {
  .abu-overlay {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 1.5rem;
    right: auto;
  }

  .abu-img img {
    height: auto;
  }
}
.discover-articles-section {
  padding: 60px 0;
}

.discover-articles-section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

.discover-articles-section .card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.discover-articles-section .card-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.95rem;
}
.read-more-link {
  display: inline-block;
  color: #007BFF; 
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.read-more-link i {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.read-more-link:hover {
  color: #0056b3; /* darker blue on hover */
}

.read-more-link:hover i {
  transform: translateX(4px);
}
.discover-articles-section .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.discover-articles-section .card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.article-img-wrapper {
  height: 220px;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.article-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.read-more-link {
  display: inline-block;
  color: #007BFF;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.read-more-link i {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.read-more-link:hover {
  color: #0056b3;
}

.read-more-link:hover i {
  transform: translateX(4px);
}

/* Hover effect on card */
.discover-articles-section .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.discover-articles-section .card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
