@media (max-width: 360px) {
  .hero-section .hero-title {
    background-size: 300px auto;
    background-position: center;
  }

  .hero-section .hero-title h1 {
    font-size: 28px;
  }

  .top-grid .col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
  }

  /* Intro section responsive */
  .intro-section {
    padding: 20px 0;
  }

  .intro-section .card {
    margin-top: 20px;
  }

  .intro-section h2 {
    font-size: 20px;
  }

  .intro-section .card-text p,
  .intro-section .card-text li {
    font-size: 14px;
  }

  .video-tag {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }

  /* Modal responsive styles */
  .modal-dialog {
    margin: 0.5rem;
  }

  .modal-content {
    border-radius: 8px;
  }

  .modal-body {
    padding: 15px;
  }

  .form-label {
    font-size: 14px;
  }

  .form-control,
  .form-select {
    font-size: 14px;
    padding: 8px 12px;
  }

  .alert {
    font-size: 13px;
    padding: 10px;
  }

  /* Responsive dropdown styles */
  .dropdown-menu {
    width: 100%;
    position: static !important;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: rgba(255, 249, 229, 0.8);
    transform: none !important;
  }

  .dropdown-item {
    padding: 10px 20px;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: none;
  }

  .dropdown-menu.show {
    display: block;
  }

  .section-programs::before {
    content: "";
    display: none;
  }

  .programs {
    width: 100%;
  }

  .programs .inner {
    padding: 20px 20px;
  }

  .programs .inner img {
    width: 70%;
    margin-bottom: 1.2rem;
  }

  .section-location {
    width: 100%;
    position: relative;
    height: 630px;
  }

  .section-location .title {
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
  }

  .section-location .arclogo {
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .latest-box {
    width: 50px;
    height: 50px;
  }

  .latest-line {
    width: 15px;
    height: 1px;
    background-color: #ff8800;
  }

  .latest-view-box {
    margin-left: 15%;
    width: 70%;
    height: 250px;
  }

  .offline-top {
    width: 100%;
    height: 450px;
    background-color: #fff9e5;
    clip-path: ellipse(99% 100% at 50% 0%);
    position: relative;
  }

  .ellipse4 {
    right: 37px;
  }

  .characters {
    width: 80%;
  }
  .location-grid span.gradint-text {
    font-size: 8px;
  }
}
@media (min-width: 361px) and (max-width: 450px) {
  .hero-section .hero-title {
    background-size: 300px auto;
    background-position: center;
  }

  .hero-section .hero-title h1 {
    font-size: 28px;
  }

  .top-grid .col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
  }

  .section-programs::before {
    content: "";
    display: none;
  }

  .programs {
    width: 100%;
  }

  .programs .inner {
    padding: 20px 20px;
  }

  .programs .inner img {
    width: 70%;
    margin-bottom: 1.2rem;
  }

  .section-location {
    width: 100%;
    position: relative;
    height: 630px;
  }

  .section-location .title {
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
  }

  .section-location .arclogo {
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .latest-box {
    width: 50px;
    height: 50px;
  }

  .latest-line {
    width: 15px;
    height: 1px;
    background-color: #ff8800;
  }

  .latest-view-box {
    margin-left: 15%;
    width: 70%;
    height: 250px;
  }

  .offline-top {
    width: 100%;
    height: 450px;
    background-color: #fff9e5;
    clip-path: ellipse(99% 100% at 50% 0%);
    position: relative;
  }

  .ellipse4 {
    right: 37px;
  }

  .characters {
    width: 80%;
  }

  .location-grid span.gradint-text {
    font-size: 10px;
  }
}

@media (min-width: 451px) and (max-width: 770px) {
  .wl80m100 {
    width: 100%;
  }

  .hero-section .hero-title {
    background-size: 400px auto;
    background-position: center;
  }

  .hero-section .hero-title h1 {
    font-size: 35px;
  }

  .top-grid .col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
  }

  /* Intro section responsive - tablet */
  .intro-section {
    padding: 30px 0;
  }

  .intro-section .card {
    margin-top: 25px;
  }

  .intro-section h2 {
    font-size: 24px;
  }

  .intro-section .card-text p,
  .intro-section .list-unstyled li {
    font-size: 15px;
  }

  .intro-section .rounded-circle {
    width: 25px !important;
    height: 25px !important;
    font-size: 12px !important;
  }

  .stats-section .col-md-4 .stats-title {
    width: 190px;
  }

  .video-tag {
    font-size: 12px !important;
    padding: 5px 10px !important;
  }

  /* Modal responsive styles */
  .modal-dialog {
    margin: 0.5rem;
  }

  .modal-content {
    border-radius: 8px;
  }

  .modal-body {
    padding: 15px;
  }

  .form-label {
    font-size: 14px;
  }

  .form-control,
  .form-select {
    font-size: 14px;
    padding: 8px 12px;
  }

  .alert {
    font-size: 13px;
    padding: 10px;
  }

  /* Responsive dropdown styles */
  .dropdown-menu {
    width: 100%;
    position: static !important;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: rgba(255, 249, 229, 0.8);
    transform: none !important;
  }

  .dropdown-item {
    padding: 10px 20px;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: none;
  }

  .dropdown-menu.show {
    display: block;
  }

  .section-programs::before {
    content: "";
    width: 145px;
    height: 145px;
  }

  .programs .inner img {
    width: 100%;
    cursor: pointer;
  }

  .section-location .title {
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
  }

  .section-location .arclogo {
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .latest-box {
    width: 57px;
    height: 57px;
  }

  .latest-line {
    width: 25px;
    height: 1px;
    background-color: #ff8800;
  }

  .latest-view-box {
    margin-left: 20%;
    width: 60%;
    height: 200px;
  }

  /* about */
  .about-perfom .perfom-img {
    width: 100%;
    position: relative;
  }

  .bullet .img {
    width: 25px;
    height: 25px;
  }

  .bullet p {
    margin: 0; /* Remove default margins */
    font-size: 14px; /* Adjust text size as needed */
    line-height: 1.2; /* Ensure good readability */
    font-weight: lighter;
  }
}

@media (min-width: 771px) and (max-width: 991px) {
  .wl80m100 {
    width: 92%;
  }

  .hero-section .hero-title {
    background-size: 400px auto;
    background-position: center;
  }

  .hero-section .hero-title h1 {
    font-size: 30px;
  }

  .top-grid .col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
  }

  .stats-section .col-md-4 .stats-title {
    width: 215px;
  }

  .section-programs::before {
    content: "";
    width: 145px;
    height: 145px;
  }

  .programs .inner img {
    width: 100%;
    cursor: pointer;
  }

  .latest-box {
    width: 57px;
    height: 57px;
  }

  .latest-line {
    width: 25px;
    height: 1px;
    background-color: #ff8800;
  }

  .latest-view-box {
    width: 100%;
    height: 200px;
  }

  /* about */
  .about-perfom .perfom-img {
    width: 100%;
    position: relative;
  }
}

@media (min-width: 992px) {
  .latest-box {
    width: 57px;
    height: 57px;
  }

  .latest-line {
    width: 25px;
    height: 1px;
    background-color: #ff8800;
  }

  .latest-view-box {
    width: 90%;
    height: 200px;
  }
}
