@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1150px;
  }
}

@media (max-width: 900px) {
  .slider-content .content {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .slider-content .content {
    font-size: 14px;
  }
}
@media (max-width: 612px) {
  .slider-content .content {
    font-size: 12px;
  }
}

@media (max-width: 612px) {
  .section-slider .nav-btn {
    display: none !important;
  }
}

/* Result page */

@media (max-width: 612px) {
  .page-form form {
    width: 100% !important;
  }
}

/* Custom Scrollbar for Light Mode */
::-webkit-scrollbar {
  width: 10px; /* Width of scrollbar */
}

::-webkit-scrollbar-track {
  background: #f4f4f4; /* Light background for track */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgb(28, 116, 187), #00ba66);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #00ba66, rgb(28, 116, 187));
}
