 body {
      margin: 0;
      font-family: "Segoe UI", sans-serif;
 
    }

    /* NAVBAR */
    .navbar {
      background-color: #000;
    }

    .navbar .nav-link,
    .navbar .navbar-brand {
      color: #fff !important;
    }

    .navbar .nav-link:hover {
      background-color: #222;
    }

    /* SIDEBAR */
    .sidebar {
      position: fixed;
      top: 0;
      left: -260px;
      width: 250px;
      height: 100%;
      background: #000;
      padding-top: 70px;
      z-index: 1050;
      transition: all 0.3s ease-in-out;
    }

    .sidebar.active {
      left: 0;
    }

    .sidebar a {
      display: block;
      padding: 12px 20px;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
    }

    .sidebar a:hover {
      background-color: #1c1c1c;
    }

    .sidebar .submenu {
      display: none;
      padding-left: 20px;
      transition: all 0.3s ease-in-out;
    }

    .sidebar .submenu a {
      font-size: 14px;
      padding: 8px 20px;
    }

    .sidebar .dropdown-toggle::after {
      float: right;
      margin-top: 5px;
      transition: transform 0.2s;
    }

    .sidebar .open .dropdown-toggle::after {
      transform: rotate(90deg);
    }

    .sidebar .open .submenu {
      display: block;
    }

    /* OVERLAY */
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      z-index: 1040;
    }

    .overlay.active {
      display: block;
    }

    @media (min-width: 992px) {
      .sidebar,
      .overlay {
        display: none !important;
      }
    }
    
    /* Slider container styling */
    #text-slider {
      background-color: #000;
      color: #fff;
      height: 250px;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .carousel-item {
      height: 250px;
      display: none; /* hide all slides initially */
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 0 1rem;
      text-align: center;
      opacity: 0;
      transition: opacity 1s ease;
      position: absolute;
      top: 0; left: 0; width: 100%;
    }
    .carousel-item.active {
      display: flex !important;
      opacity: 1;
      position: relative;
    }
    .carousel-caption {
      position: static;
      color: #fff;
    }
    .carousel-caption h5 {
      font-size: 2rem;
      font-weight: bold;
      text-shadow: 2px 2px 8px rgba(0,0,0,0.8);
      margin-bottom: 0.5rem;
    }
    .carousel-caption p {
      font-size: 1.2rem;
      text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
    }
    /* Carousel controls color */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(1);
    }

    #events {
  background: #f9f9f9;
}
#events .card {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
#events .card:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}


/* About Section Styling */
#about {
  background-color: #f8f9fa;
  padding: 60px 0;
}

/* Heading Style */
#about h2 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #333;
}

#about hr {
  border-top: 3px solid #6c63ff;
  width: 80px;
  margin: 10px auto 30px;
}

/* Card Shadow and Layout */
#about .card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
  background-color: #ffffff;
}

#about .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* Image Styling */
#about img {
  max-height: 200px;
  border-radius: 10px;
}

/* Text Content */
#about h3 {
  font-weight: 600;
  color: #6c63ff;
}

#about p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
}

@media (max-width: 767px) {
  #about .card {
    text-align: center;
  }

  #about img {
    margin-bottom: 20px;
  }
}


/* Section Styling */
.rental-services-section {
  background: linear-gradient(to right, #0f0f0f, #1a1a1a);
  color: #fff;
  position: relative;
  z-index: 1;
}

.section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.section-heading::after {
  content: '';
  width: 60px;
  height: 3px;
  background: #ff6a00;
  display: block;
  margin: 10px auto 0;
  border-radius: 5px;
}

/* Card Styling */
.service-card {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(255, 106, 0, 0.3);
}

.service-card h5 {
  color: #ff6a00;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-card ul {
  list-style-type: '➤ ';
  padding-left: 20px;
}

.service-card li {
  color: #ddd;
  margin-bottom: 8px;
}

/* Accent color utility */
.text-accent {
  color: #ff6a00;
}


.footer-advanced {
  background: linear-gradient(135deg, rgba(0,0,0,0.95), rgba(10,10,10,0.85));
  backdrop-filter: blur(12px);
  box-shadow: inset 0 0 20px rgba(255,255,255,0.05);
  border-top: 1px solid rgba(255,255,255,0.1);
  position: relative;
}

.footer-advanced .section-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 1rem;
  position: relative;
}

.footer-advanced .section-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #ff6a00, #ff00c8);
  margin-top: 8px;
  border-radius: 2px;
}

.footer-advanced p,
.footer-advanced li {
  color: #aaa;
}

.footer-advanced .form-control-dark {
  background-color: rgba(255, 255, 255, 0.08);
  border: none;
  color: #fff;
}

.footer-advanced .form-control-dark::placeholder {
  color: #bbb;
}

.footer-advanced .btn-glow {
  background: linear-gradient(90deg, #ff6a00, #ff00c8);
  border: none;
  color: white;
  padding: 0.45rem 1rem;
  font-weight: bold;
  transition: box-shadow 0.3s ease;
}

.footer-advanced .btn-glow:hover {
  box-shadow: 0 0 15px #ff00c8;
}

.footer-advanced .social-icons a {
  color: #ccc;
  font-size: 1.2rem;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.footer-advanced .social-icons a:hover {
  color: #ff00c8;
  transform: scale(1.2);
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    width: 60px;
    height: 60px;
    z-index: 999;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebd5b;
}

.whatsapp-float img {
    width: 28px;
    height: 28px;
}

.whatsapp-float::after {
    content: attr(title);
    position: absolute;
    bottom: 70px;
    right: 0;
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.whatsapp-float:hover::after {
    opacity: 1;
    transform: translateY(0);
}
#yt-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  z-index: 9999;
}

.yt-bar {
  width: 0%;
  height: 100%;
  background: #ff0000;
  animation: ytLoad 1.5s ease forwards;
}

@keyframes ytLoad {
  0% { width: 0; }
  50% { width: 60%; }
  80% { width: 90%; }
  100% { width: 100%; }
}
