body {
  font-family: 'Segoe UI', sans-serif;
  background: linear-gradient(135deg, #f0f4f8, #d9e2ec);
  margin: 0;
  padding: 0;
}

.booking-section {
  padding: 80px 20px;
  background: linear-gradient(to right, #f9fafc, #e6eef8);
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color:  rgba(33 37 41) !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;}

.booking-card {
  max-width: 800px;
  width: 100%;
  margin: 5px auto;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(11, 27, 207, 0.08);
}

#calendar {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  max-width: 700px;
  margin: auto;
}

.flatpickr-calendar {
  max-width: 350px;
  margin: 20px auto;
}

.flatpickr-day.booked {
  background: #0050ff !important;
  color: #fff !important;
  border-radius: 50% !important;
}
body { font-family: 'Segoe UI', sans-serif; }
    .hero { padding: 60px 0; background: #fff; }
    .hero h1 { font-weight: 800; font-size: 3rem; }
    .hero p { font-size: 1.25rem; color: #555; }
    .hero .btn { padding: 12px 24px; font-size: 1rem; }
    .image-grid img {
      width: 100%;
      border-radius: 8px;
      transition: transform 0.3s ease;
    }
    .image-grid img:hover {
      transform: scale(1.05);
    }
    .image-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    @media (min-width: 768px) {
      .image-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    .navbar-toggler {
      border: none;
    }
    .navbar-nav .nav-link {
      margin-right: 10px;
    }

        body { font-family: 'Segoe UI', sans-serif; }
    .hero { padding: 60px 0; background: #fff; }
    .hero h1 { font-weight: 800; font-size: 3rem; }
    .hero p { font-size: 1.25rem; color: #555; }
    .hero .btn { padding: 12px 24px; font-size: 1rem; }
    .image-grid img {
      width: 100%;
      border-radius: 8px;
      transition: transform 0.3s ease;
    }
    .image-grid img:hover {
      transform: scale(1.05);
    }
    .image-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }
    @media (min-width: 768px) {
      .image-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }
    .navbar-toggler {
      border: none;
    }

    .navbar {
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}

/* Prevent logo from shrinking */
.navbar-brand img {
  height: 120px; /* your current size */
  width: auto;
}

    .navbar-nav .nav-link {
      margin-right: 10px;
    }
    .highlight-section {
      background: #fff;
      padding: 60px 0;
    }
    .highlight-section .label {
      font-size: 0.75rem;
      font-weight: bold;
      color: #0d1116;
      background: #e6f0ff;
      padding: 5px 12px;
      border-radius: 20px;
      display: inline-block;
      margin-bottom: 15px;
    }
    .highlight-section h2 {
      font-weight: 800;
    }
    .highlight-section p {
      color: #555;
      font-size: 1rem;
    }
    .highlight-section .btn {
      font-weight: 500;
      font-size: 1rem;
      padding: 10px 20px;
      transition: all 0.3s ease;
    }
    .highlight-section .btn:hover {
      transform: scale(1.05);
    }
    .img-rounded {
      border-radius: 20px;
      transition: transform 0.3s ease;
    }
    .img-rounded:hover {
      transform: scale(1.02);
    }
    
body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      background-color: #f9fbfd;
      padding: 40px;
    }

    .section {
      text-align: center;
    }

    .badge {
      display: inline-block;
      background-color: #d8f3dc;
      color: #095c3c;
      border-radius: 20px;
      padding: 6px 18px;
      font-weight: bold;
      margin-bottom: 12px;
    }

    h2 {
      font-size: 2.2em;
      margin-bottom: 30px;
      color: #1a1a1a;
    }

    .slider-container {
      overflow: hidden;
      position: relative;
      width: 100%;
      padding: 0 0 20px;
    }

    .slider-track {
      display: flex;
      animation: scroll 30s linear infinite;
    }

    .slide {
      flex: 0 0 auto;
      width: 300px;
      margin: 0 15px;
      background: #fff;
    }

    .thumbnail {
      width: 100%;
      border-radius: 12px;
      overflow: hidden;
      position: relative;
    }

    .thumbnail img {
      width: 100%;
      height: auto;
      border-radius: 12px;
    }

    .video-title {
      margin-top: 10px;
      color: #334155;
      font-size: 15px;
      text-align: left;
      padding: 0 8px;
    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    @media (max-width: 768px) {
      .slide {
        width: 250px;
      }
    }

   
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Segoe UI', sans-serif;
    }

    .achievement-section {
      background-image: url('your-image.jpg'); /* Replace with your image path */
      background-size: cover;
      background-position: center;
      padding: 80px 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .achievement-card {
      background: #ffffff;
      border-radius: 24px;
      padding: 40px;
      max-width: 720px;
      width: 100%;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }

    .achievement-card h2 {
      color: #1e293b;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 16px;
    }

    .achievement-card p {
      color: #64748b;
      font-size: 16px;
      margin-bottom: 32px;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
    }

    .stats {
      display: flex;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
    }

    .stat {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .stat i {
      font-size: 28px;
      background-color: #2563eb;
      color: white;
      padding: 14px;
      border-radius: 50%;
      margin-bottom: 10px;
    }

    .stat h3 {
      font-size: 24px;
      font-weight: 700;
      color: #1e293b;
      margin-bottom: 4px;
    }

    .stat p {
      color: #64748b;
      font-size: 14px;
    }

    @media(max-width: 600px) {
      .stats {
        gap: 24px;
      }

      .achievement-card {
        padding: 24px;
      }
    }

    .achievement-section {
  background-image: url('Ajele7.jpg'); /* Replace with your actual image path */
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  display: flex;
  justify-content: flex-start; /* Align to right */
  align-items: center;
}

.achievement-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  max-width: 720px;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  margin-right: 40px; /* Optional spacing from the right edge */
}

.cta-section {
  background-color: #f8f9fa; /* light background */
  padding: 80px 0;
}

.cta-section h2 {
  font-size: 2.4rem;
  color: #1e2a38;
}

.cta-section .btn-primary {
  background-color: #0050ff;
  border: none;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 80, 255, 0.2);
  transition: all 0.3s ease;
}

.cta-section .btn-primary:hover {
  background-color: #2c6df0;
}

.footer-section h1 {
  font-size: 3rem;
  color: #e2e8f0;
}

.footer-section p {
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.footer-section a i {
  font-size: 1.2rem;
  transition: color 0.3s;
}

.footer-section a:hover i {
  color: #0d6efd;
}

.clients-section {
  background-color: #fff;
}

.clients-heading {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1e2a3c;
}

.client-logos {
  gap: 40px;
  flex-wrap: wrap;
}

.client-logo {
  height: 36px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}

.client-logo:hover {
  opacity: 0.9;
  filter: grayscale(0%);
}
.clients-section {
  background-color: #fff;
}

.clients-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e2a3c;
}

.client-logos {
  gap: 60px;
  flex-wrap: wrap;
}

.client-logo {
  height: 56px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}

.client-logo:hover {
  opacity: 0.9;
  filter: grayscale(0%);
}

.slider-container {
  overflow: hidden;
  width: 100%;
  background: #000;
  position: relative;
}

.slider-track {
  display: flex;
  animation: scroll 40s linear infinite;
}

.slide {
  flex: 0 0 auto;
  width: 300px;
  margin: 10px;
  color: #fff;
  text-align: center;
}

.thumbnail img {
  width: 100%;
  border-radius: 10px;
}

.video-title {
  margin-top: 8px;
  font-size: 14px;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.section {
  padding: 1rem;
}

.badge {
  font-weight: bold;
  font-size: medium;
  background-color: #79f8ac;
  padding: 1rem 2rem;
  display: inline-block;
}

.icon-wrapper {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
}

.icon-wrapper i {
  color: red;
}

    html {
  scroll-behavior: smooth;
}