body {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.5;
  background-color: #1e1e1e;
  color: #ffffff;
}

/* Navbar styles */
.navbar-custom {
  background-color: #1e1e1e;
  border-radius: 100px;
  margin-top: 40px;
  padding: 10px 20px;
}

.logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.navh1 {
  font-size: 28px;
  color: #ffffff;
  line-height: 40px;
  margin: 0;
}

.custom-btn-text {
  color: #00ff88 !important;
}

.custom-btn-text:hover {
  color: #ffffff !important;
}

.form-control {
  background-color: #ffffff;
  border: #1e1e1e solid 2px;
  color: #000;
}

/* Custom button styles */
.col-4 {
  margin: 30px;
  width: 200px;
}

.col-8 {
  width: 1200px;
  margin: 30px;
  overflow: hidden;
  height: 600px;
}

.custom-list-group .list-group-item {
  background-color: #1e1e1e;
  color: #ffffff;
  border: 1px solid #333;
  transition: all 0.3s ease;
}

.custom-list-group .list-group-item:hover,
.custom-list-group .list-group-item:focus,
.custom-list-group .list-group-item.active {
  background-color: #ffffff;
  color: #1e1e1e;
  border-color: #000000;
}

.custom-scrollspy {
  max-height: 800px;
  overflow-y: auto;
  padding: 20px;
  background-color: #2a2a2a;
  border-radius: 15px;
  color: #ffffff;
  border: 2px solid #444;
}

.scrollspy-example h4 {
  margin-top: 40px;
  font-size: 24px;
  color: #00ff88;
}


/* Custom scrollbar for WebKit browsers */
.custom-scrollspy::-webkit-scrollbar {
  width: 10px;
}

.custom-scrollspy::-webkit-scrollbar-track {
  background: #1e1e1e; 
  border-radius: 10px;
}

.custom-scrollspy::-webkit-scrollbar-thumb {
  background-color: #00ff88;
  border-radius: 10px;
  border: 2px solid #2a2a2a;
}

.custom-scrollspy::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff;
}



/* Carousel */

.carousel-img {
  width: 100%;
  height: 500px; 
  object-fit: contain;
  background-color: #1e1e1e;
}


.carousel-item p,
.carousel-item h5 {
  background-color: #4e4d4d;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  border-radius: 8px;
  padding: 10px;
}



.h1, h1 {
    font-size: 85px;
}

.col-8{
  padding: 8px;
  padding-left: 10px;
  margin: 8px;
}

.scroll-img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}


.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 15px;
}

/* footer-section */
#foot{
  background-color: #1e1e1e;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
}

/* 
Tips Visit Styles */
.tips-container {
  padding: 60px 30px;
  background-color: #1e1e1e;
  color: #ffffff;
  font-family: "Baloo 2", cursive;
}

.tips-title {
  font-size: 48px;
  text-align: center;
  color: #00cc6a;
  margin-bottom: 40px;
}

.tips-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tips-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.tips-heading {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 15px;
}

.tips-description {
  font-size: 18px;
  color: #bbbbbb;
}

.tips-explore-btn {
  margin-top: 20px;
  display: inline-block;
  background-color: #00cc6a;
  color: #1e1e1e;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.tips-explore-btn:hover {
  background-color: #ffffff;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.tips-card {
  background-color: #2a2a2a;
  border: 2px solid #00cc6a;
  border-radius: 20px;
  padding: 25px;
  position: relative;
  text-align: center;
}

.visit-btn {
  margin-top: 20px;
  display: inline-block;
  background-color: #00cc6a;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.visit-btn:hover {
  background-color: #209426;
  color: #ffffff;
}

.channel-title {
  margin-top: 20px;
  font-size: 20px;
  color: #ffffff;
}

.channel-desc {
  font-size: 16px;
  color: #cccccc;
  margin-top: 10px;
}


/*About Us Section */
.about-toggle-btn {
  display: inline-block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: bold;
  color: #00cc6a;
  border: 2px solid #00cc6a;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: transparent;
}

.about-toggle-btn:hover {
  background-color: #ffffff;
  color: #1e1e1e;
  text-decoration: none;
}

.about-card {
  max-width: 700px;
  margin: 20px auto;
  background-color: #1e1e1e;
  color: #ffffff;
  border-left: 6px solid #00cc6a;
  padding: 25px 30px;
  font-size: 17px;
  line-height: 1.7;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 204, 106, 0.2);
  transition: all 0.3s ease-in-out;
}
