* {
  scrollbar-width: none;
}

*::-webkit-scrollbar {
  width: 12px;
}

/* header section start */

.header_section {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.navbar-brand {
  width: 21%;
}

.navbar-logo {
  width: 30rem;
  height: auto;
  object-fit: contain;
  margin: 1rem 2rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.navbar-light .navbar-nav .nav-link {
  color: #4f4f4f;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fa7e64;
}
.bg-light {
  background-color: transparent !important;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fa7e64;
}

.user_icon {
  width: 8rem;
  float: right;
  font-size: 2rem;
  color: #000;
}

.user_icon a {
  color: #000;
}

.user_icon a:hover {
  color: #fa7e64;
}

.call_btn {
  flex: 1;
}
.call_btn a {
  width: 100%;
  float: left;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #fa7e65;
  border-radius: 4rem;
  text-align: center;
  padding: 0.8rem 2rem;
}

.call_btn a:hover {
  color: #000;
  background-color: #fa7e65;
}

.padding_left10 {
  padding-left: 1rem;
}

.my-lg-0 {
  margin-right: 3rem;
}
.mr-auto,
.mx-auto {
  flex: 3;
}
/* banner section start */

.banner_section {
  width: 100%;
  /* height: 40rem; */
  float: left;
  position: relative;
  /* padding-bottom: 9rem; */
  background: linear-gradient(90deg, #fa7e64 10%, #ebab28 94%);
}

.banner_img {
  width: 45%;
  margin: 0 auto;
  background-image: url(../imsges/banner-img.png);
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
}

.banner_title {
  font-size: 5rem;
  color: #1c1b1b;

  font-weight: bold;
  text-align: center;
  padding-top: 8rem;
}

.banner_slider_img img {
  height: 100%;
  width: 100%;
}

.banner_title h3 {
  font-size: 3rem;
  color: #1c1b1b;
  text-transform: uppercase;
}

.banner_title p {
  font-size: 2rem;
  color: #1c1b1b;
}

.contact_bt {
  width: 17rem;
  margin: 0 auto;
  padding: 1.9rem 0px 0px 0px;
}

.contact_bt a {
  width: 100%;
  float: left;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #fa7f63;
  text-align: center;
  border-radius: 4rem;
  padding: 1rem 0rem;
}
.contact_bt a:hover {
  background-color: #252525;
  color: #ffffff;
}

.carousel-indicators li {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #252525;
  border-radius: 100%;
  top: -8rem;
}

.carousel-indicators .active {
  background-color: #fa7f63;
}
/* banner section end */

/* trainer section start */

.trainer_section {
  width: 100%;
  float: left;
  background: linear-gradient(90deg, #fa7e64 10%, #ebab28 94%);
  height: auto;
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.trainer_title {
  width: 100%;
  font-size: 4rem;
  color: #fefefd;
  text-align: center;
  font-weight: bold;
}

.trainer_section_2 {
  width: 100%;
  float: left;
  height: auto;
  background-size: 100%;
}

.trainer_section .owl-item.active .image_box {
  height: 50rem;
  width: 50rem;
  transform: scale(0.7);
}

.trainer_section .owl-item.active.center .image_box {
  transform: scale(1);
  padding-bottom: 6rem;
  margin-bottom: 9rem;
  height: 100%;
  width: 100%;
}

.trainer_section .owl-item.active .image_box img {
  height: 100%;
  width: 100%;
  border: 1rem solid #fff;
  border-radius: 50%;
  background-color: #252525;
}

.price_text {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 0rem;
  font-family: "Poppins", sans-serif;
}

.sound_text {
  width: 100%;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 0rem;
  font-family: "Poppins", sans-serif;
}

.sound_text_1 {
  text-align: center;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 0rem;
  font-family: "Poppins", sans-serif;
}

.buy_bt {
  width: 14rem;
  margin: 0 auto;
  text-align: center;
}

.buy_bt a {
  width: 100%;
  float: left;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #252525;
  padding: 1rem 0rem;
  text-align: center;
  margin-top: 2rem;
  border-radius: 4rem;
}

.buy_bt a:hover {
  color: #111111;
  background-color: #ffffff;
}

.trainer_section.layout_padding .owl-carousel .owl-nav button.owl-next,
.trainer_section.layout_padding .owl-carousel .owl-nav button.owl-prev {
  background-color: #ffffff;
  margin: 0rem 0rem;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 100%;
  box-shadow: 0px 0px 0.7rem 0.1rem;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  font-size: 3rem;
  color: #000;
  bottom: 0rem;
}

button.owl-prev {
  left: 48.5rem;
  position: absolute;
}

button.owl-next {
  right: 48.5rem;
  position: absolute;
}
.owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.owl-dots {
  display: none;
}

/* trainer section end */

/* about section start */

.about_section {
  width: 100%;
  float: left;
}

.about_title {
  width: 100%;
  font-size: 4rem;
  color: #252525;
  text-align: center;
  font-weight: bold;
}

.about_text {
  width: 100%;
  font-size: 3rem;
  line-height: 4rem;
  color: #252525;
  margin: 2rem 0px;
  text-align: center;
}

.about_text_1 {
  width: 86%;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #252525;
  margin: 2rem auto;
  text-align: center;
}

.about_img {
  width: 100%;
  text-align: center;
}

.readmore_bt {
  width: 17rem;
  margin: 4rem auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.readmore_bt a {
  width: 100%;
  height: 5rem;
  float: left;
  font-size: 1.8rem;
  color: #ffffff;
  background-color: #252525;
  padding: 0.8rem 0rem;
  text-align: center;
  border-radius: 4rem;
}

.readmore_bt a:hover {
  color: #ffffff;
  background-color: #fa7f63;
}

/* about section end */

/* testimonial section start */

.testimonial_section {
  width: 100%;
  height: 100%;
  float: left;
  background-image: url(../../images/client-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 7.5rem 0rem 14rem 0rem;
}
.testimonial_title {
  width: 100%;
  float: left;
  font-size: 4rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.testimonial_section_2 {
  width: 80%;
  margin: 0 auto;
  padding-top: 5rem;
}
.testimonial_main {
  width: 100%;
  height: 35rem;
  float: left;
  background-color: #fff;
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  padding-right: 3rem;
}

.testimonial_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.testimonial_img img {
  width: 25rem;
  height: 25rem;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #000;
  padding: 1rem;
}
.testimonial_main_2 {
  width: 100%;
  height: 35rem;
  float: left;
  background-color: #fff;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding-left: 3rem;
  margin-top: 4.5rem;
}

.testimonial_left {
  width: 30%;
  height: 100%;
  float: left;
  margin: 1rem;
}

.testimonial_right {
  width: 65%;
  height: 100%;
  float: left;
  padding-top: 3.5rem;
  overflow-y: auto;
}
.testimonial_left_2 {
  width: 30%;
  height: 100%;
  float: left;
  text-align: right;
}
.testimonial_right_2 {
  width: 65%;
  float: left;
  padding-top: 3.5rem;
  text-align: right;
  margin-right: 2rem;
  overflow-y: auto;
}
.name_text {
  width: 100%;
  float: left;
  font-size: 2.4rem;
  color: #252525;
  font-weight: bold;
}

.dolor_text {
  width: 100%;
  float: left;
  font-size: 1.4rem;
  color: #f29448;
  margin: 0px;
}

.lorem_text {
  width: 100%;
  float: left;
  font-size: 1.4rem;
  color: #252525;
  margin: 0px;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.testimonial_section .carousel-indicators li {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ffffff;
  border-radius: 100%;
  top: 6rem;
}

.testimonial_section .carousel-indicators .active {
  background-color: #252525;
}

/* testimonial section end */

/* contact section start */

.contact_section {
  width: 100%;
  float: left;
  padding-bottom: 9rem;
  padding-top: 4rem;
}
.contact_section_2 {
  width: 100%;
  float: left;
}

.contact_title {
  width: 100%;
  float: left;
  font-size: 4rem;
  color: #252525;
  text-align: center;
  padding: 3rem 0rem;
  font-weight: bold;
}

.contact_main {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.form-group {
  margin-bottom: 3rem;
}

.email-bt {
  color: #969695;
  width: 100%;
  height: 5rem;
  font-size: 1.8rem;
  padding: 0rem 2rem 0rem 2rem;
  background-color: transparent !important;
  border: 1px solid #6a9498 !important;
  border-radius: 4rem;
}

.massage-bt {
  color: #969695;
  width: 100%;
  height: 10rem;
  font-size: 1.8rem;
  padding: 3rem 2rem 0rem 2rem;
  background-color: transparent !important;
  border: 1px solid #6a9498 !important;
  border-radius: 1.5rem;
}

.send_bt {
  width: 100%;
  margin: 0 auto;
  padding-top: 3rem;
}

.send_bt a {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 1rem 0rem;
  background-color: #f8825f;
  font-weight: bold;
  border-radius: 4rem;
}

.send_bt a:hover {
  color: #ffffff;
  background-color: #252525;
}

.massage_text {
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  margin: 0px;
}

/* contact section end */

/* Student's Own Firms Section Styles */
.student_firms_section {
  background-color: #f8f9fa;
  margin: 6rem 0;
  padding-top: 9rem;
}

.student_firms_title {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin: 4rem 0;
  color: #242424;
}

.student_firms_container {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}

.student_firms_card_link {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
  width: 100%;
  max-width: 40rem;
}
.student_firms_card_link:hover {
  text-decoration: none !important;
  color: inherit !important;
}

.student_firms_card {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 40rem;
  transition: transform 0.3s ease;
}

.student_firms_card:hover {
  transform: translateY(-5px);
}

.student_firms_logo {
  width: 10rem;
  height: 10rem;
  margin-right: 2rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
}

.student_firms_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.student_firms_info {
  flex: 1;
}

.student_firms_name {
  font-size: 2rem;
  font-weight: bold;
  color: #242424;
  margin: 0 0 0.5rem 0;
}

.student_firms_company {
  font-size: 1.6rem;
  color: #666666;
  margin: 0;
}

@media (max-width: 768px) {
  .student_firms_container {
    gap: 2rem;
    padding: 2rem;
  }

  .student_firms_card {
    width: 100%;
    margin: 0;
  }

  .student_firms_logo {
    height: 12rem;
    width: 12rem;
  }

  .student_firms_name {
    font-size: 1.6rem;
  }

  .student_firms_company {
    font-size: 1.4rem;
  }
}

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
}

.location_bg {
  width: 100%;
  float: left;
  background-color: #393939;
  height: auto;
}

.location_main {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.location_main ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.location_main li {
  float: left;
  font-size: 1.6rem;
  color: #ffffff;
  padding: 2rem;
}

.location_main li a {
  color: #ffffff;
}

.location_main li a:hover {
  color: #f8825f;
}

/* footer section end */

/* copyright section start */

.copyright_section {
  width: 100%;
  float: left;
  background: linear-gradient(90deg, #fa7e64 10%, #ebab28 94%);
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  margin: 2rem 0rem;
}
.copyright_text a {
  color: #ffffff;
}
.copyright_text a:hover {
  color: #252525;
}

.margin_top90 {
  margin-top: 9rem;
}

/* copyright section end */

/* program section start */

.training_section {
  width: 100%;
  float: left;
  background: linear-gradient(90deg, #fa7e64 10%, #ebab28 94%);
  padding-bottom: 9rem;
  margin-top: 9rem;
}

.training_title {
  width: 100%;
  float: left;
  font-size: 4rem;
  color: #121212;
  text-align: center;
  font-weight: bold;
  padding-bottom: 4rem;
}

.program_box {
  background: #fff;
  padding: 3rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  margin-bottom: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.program_title {
  font-size: 3rem;
  color: #121212;
  font-weight: bold;
  margin-bottom: 2.5rem;
  text-align: center;
}

.program_info_container {
  position: relative;
  padding: 2rem 0;
  flex-grow: 1;
}

.program_info_block {
  background: #f8f8f8;
  padding: 2rem;
  border-radius: 0.8rem;
  margin-bottom: 3rem;
}

.info_title {
  font-size: 2.4rem;
  color: #121212;
  margin-bottom: 1.5rem;
}

.info_divider {
  height: 2px;
  background: #f6815e;
  margin: 1rem 0;
}

.info_text {
  font-size: 2rem;
  line-height: 2.4rem;
  color: #666666;
  margin: 0;
}

.program_connector {
  width: 2px;
  height: 3rem;
  background: #f6815e;
  margin: 0 auto;
  margin-bottom: 3rem;
}

.readmore_bt {
  margin-top: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .program_box_parent {
    margin-bottom: 3rem;
  }

  .program_box {
    margin-bottom: 3rem;
  }

  .training_title {
    font-size: 3.2rem;
    padding-bottom: 3rem;
  }
}

/* program section end */

/* fee structure section start */

.fee_section {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
  padding: 9rem 0;
}

.fee_title {
  width: 100%;
  float: left;
  font-size: 4rem;
  color: #121212;
  text-align: center;
  font-weight: bold;
  margin-bottom: 4rem;
}

.fee_table {
  background: #ffffff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  overflow: hidden;
}

.fee_table thead th {
  background-color: #f6815e;
  color: #ffffff;
  font-size: 3rem;
  padding: 3rem;
  font-weight: 600;
  text-align: center;
  border: none;
}

.fee_table tbody td {
  font-size: 2.4rem;
  padding: 2.4rem;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  vertical-align: middle;
  color: #666666;
}

.fee_table tbody tr:hover {
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

.total-row {
  background-color: #f8f8f8 !important;
  font-weight: bold;
}

.total-row td {
  color: #f6815e !important;
  font-size: 2rem;
}

.note-row td {
  font-size: 2.4rem;
  padding: 2rem !important;
  text-align: left !important;
  background-color: #fff9f7;
  color: #666666;
  font-style: italic;
}

@media (max-width: 768px) {
  .fee_title {
    font-size: 3.2rem;
    margin-bottom: 3rem;
  }

  .fee_table {
    font-size: 1.4rem;
  }

  .fee_table thead th,
  .fee_table tbody td {
    padding: 1rem 0.5rem;
  }

  .total-row td {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .fee_section {
    padding: 5rem 0;
  }

  .fee_title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }

  .table-responsive {
    border: none;
  }
}

/* fee structure section end */

/* Recruiters Section Styles */
.recruiter_section {
  background-color: #ffffff;
  padding: 6rem 0;
  overflow: hidden;
}

.recruiter_title {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 4rem;
  color: #242424;
}

.recruiter_slider_container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.recruiter_slider {
  display: flex;
  animation: scroll 30s linear infinite;
  width: fit-content;
}

.recruiter_logo_wrapper {
  flex: 0 0 20rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruiter_logo {
  max-width: 15rem;
  height: auto;
}

.recruiter_logo:hover {
  transform: scale(1.5);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50%));
  }
}

/* Pause animation on hover */
.recruiter_slider_container:hover .recruiter_slider {
  animation-play-state: paused;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .recruiter_logo_wrapper {
    flex: 0 0 15rem;
  }

  .recruiter_logo {
    max-width: 12rem;
  }
}

/* Landmarks Section Styles */
.landmarks_section {
  width: 100%;
  float: left;
  padding-top: 8rem;
}

.landmark_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  max-width: 180rem;
  margin: 0 auto;
}

.landmark_box {
  flex: 0 0 calc(50% - 1.5rem); /* 2 boxes per row on all devices */
  background: linear-gradient(90deg, #fa7e64 10%);
  backdrop-filter: blur(10px);
  border-radius: 2rem;
  padding: 3rem 2rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 40rem;
}

.landmark_box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background: linear-gradient(90deg, #ebab28 94%);
}

.landmark_icon {
  color: #ffffff;
  margin-bottom: 2rem;
  font-size: 4rem !important;
}

.landmark_number {
  color: #ffffff;
  font-size: 4rem;
  font-weight: bold;
  margin: 1rem 0;
  font-family: "Poppins", sans-serif;
}

.landmark_text {
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Extra small devices */
@media (max-width: 768px) {
  .landmark_box {
    padding: 3rem; /* Even smaller padding for very small devices */
    max-width: 27rem;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .landmark_box {
    padding: 3rem; /* Even smaller padding for very small devices */
    max-width: 40rem;
  }

  .landmark_number {
    font-size: 2.5rem;
  }

  .landmark_text {
    font-size: 1.2rem;
  }
}

/* Add these media queries at the end of the trainer section */

@media (max-width: 768px) {
  .trainer_section {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .trainer_title {
    font-size: 3rem;
    padding: 0 1rem;
  }

  .sound_text {
    font-size: 2rem;
  }

  .sound_text_1 {
    font-size: 1.6rem;
  }

  .price_text {
    font-size: 1.6rem;
  }

  .buy_bt {
    width: 12rem;
  }

  .buy_bt a {
    font-size: 1.4rem;
    padding: 0.8rem 0;
  }

  button.owl-prev {
    left: 2rem;
  }

  button.owl-next {
    right: 2rem;
  }

  .trainer_section.layout_padding .owl-carousel .owl-nav button.owl-next,
  .trainer_section.layout_padding .owl-carousel .owl-nav button.owl-prev {
    width: 4rem;
    height: 4rem;
  }

  .owl-carousel .owl-nav button.owl-next span,
  .owl-carousel .owl-nav button.owl-prev span {
    font-size: 2.4rem;
  }
}

@media (max-width: 480px) {
  .trainer_section {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .trainer_title {
    font-size: 3.2rem;
  }

  .sound_text {
    font-size: 2.6rem;
  }

  .sound_text_1 {
    font-size: 2rem;
  }

  .price_text {
    font-size: 2rem;
  }

  .buy_bt a {
    height: 5rem;
    width: 16rem;
    font-size: 1.8rem;
    padding: 0.8rem 0;
  }

  button.owl-prev {
    left: 1rem;
  }

  button.owl-next {
    right: 1rem;
  }

  .trainer_section.layout_padding .owl-carousel .owl-nav button.owl-next,
  .trainer_section.layout_padding .owl-carousel .owl-nav button.owl-prev {
    width: 8rem;
    height: 8rem;
  }

  .owl-carousel .owl-nav button.owl-next span,
  .owl-carousel .owl-nav button.owl-prev span {
    font-size: 3rem;
  }
}

.marquee_section {
  /* background: #f8f9fa; */
  padding: 2rem 0;
}

.marquee_container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  /* background: #fff; */
  padding: 1rem 0;
}

.marquee_content {
  display: flex;
  width: 100%;
}

.marquee_items {
  display: flex;
  animation: marquee 30s linear infinite;
  min-width: 100%;
}

.marquee_container:hover .marquee_items {
  animation-play-state: paused;
}

.marquee_item {
  padding: 0 2rem;
  color: #333;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Add smooth transition for hover effect */
.marquee_content {
  transition: animation-play-state 0.3s ease;
}
