.lc_service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lc_service-card .box-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.lc_service-card .box-text {
  /* margin-top: auto; */
}
.lc_box_title {
  font-size: 20px;
  font-weight: 600;
  color: #222; /* default color */
  transition: color 0.3s ease-in-out;
}

.lc_service-card:hover .lc_box_title {
  color: #fff; /* white on hover */
}

.lc_header_logo {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.lc_text_center {
  text-align: center;
}
.lc_side_logo {
  height: 100px !important;
}

.lc_about_img_section {
  height: 360px;
}

.lc_about_img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

/* Trainer Css */

/* Card Base */
.lc_about-card {
  border-radius: 18px;
  padding: 5px 30px 40px 30px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

/* Title */
.lc_about-card_title {
  font-size: 48px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
  line-height: 1.3;
}

/* Designation */
.lc_about-card_design {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ff4d4d;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* About Text */
/* About Text Styling */
.lc_about-card_text {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 25px;
  text-align: left;
  font-weight: 400;
}

/* Emphasized Words */
.lc_about-card_text b {
  color: #ff4d4d;
  font-weight: 600;
}

/* Achievements */
.lc_team-details-about-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.lc_team-details-about-info ul li {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 36px;
  color: #222;
  background: #fff;
  border-left: 4px solid #ff4d4d;
  border-radius: 8px;
  padding: 10px 14px 10px 10px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.lc_team-details-about-info ul li i {
  color: #ff4d4d;
  font-size: 1rem;
  min-width: 20px; /* keeps icons aligned even if text wraps */
  text-align: center;
  margin-right: 10px;
}

.lc_team-details-about-info ul li:hover {
  background: #fff5f5;
  transform: translateX(4px);
}

.lc_price_card {
  position: relative;
  justify-content: center;
  background: linear-gradient(135deg, #f41e1e, #e15f3f);
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid #f41e1e;
  overflow: hidden;
  transition: transform 0.3s ease;
  border-color: #f41e1e;
}

.lc_price_title_wrap {
  background: none !important;
}

.lc_card_price_label {
  font-size: 50px !important;
  margin-bottom: 20px !important;
}

.lc_card_price_amount {
  font-size: 35px !important;
  margin-top: 15px;
}

.lc_price_title_wrap h3,
.lc_price_title_wrap h4,
.lc_price_title_wrap span {
  color: #fff !important;
}

.lc_price_card:hover {
  transform: scale(1.05);
  background: #fff;
  border-color: #f41e1e !important;
}

.lc_price_card:hover .lc_price_title_wrap h3,
.lc_price_card:hover .lc_price_title_wrap h4,
.lc_price_card:hover .lc_price_title_wrap span {
  color: #f41e1e !important;
}

.lc_about_logo_img {
  height: 100% !important;
  width: 100% !important;
}

.lc_about_logo_long_icon {
  border-radius: 0% !important;
}

.lc_about_logo_long_icon::after,
.lc_about_logo_long_icon::before {
  border-radius: 0% !important;
}

/* Why Choose */

.lc_why_img_box {
  padding-top: 10px !important;
}

.lc_why_img1_section {
  height: 480px;
}

.lc_why_img1 {
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px;
}

/* Responsive */
@media (max-width: 992px) {
  .lc_about-card {
    padding: 30px 20px;
  }
  .lc_about-card_title {
    font-size: 1.7rem;
  }
  .lc_about-card_text {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .lc_about-card {
    padding: 20px 15px;
    border-radius: 14px;
  }
  .lc_about-card_title {
    font-size: 1.4rem;
  }
  .lc_about-card_design {
    font-size: 0.95rem;
  }
  .lc_about-card_text {
    font-size: 0.9rem;
  }
  .lc_team-details-about-info ul li {
    font-size: 0.9rem;
    padding: 8px 12px 8px 32px;
  }
}

.lc_training_box_img {
  height: 485px !important;
}

.lc_training_box_img img {
  width: 100% !important;
}

@media (min-width: 426px) and (max-width: 768px) {
  .lc_training_box_img {
    height: 550px !important;
  }
}

.feature-card {
  height: 325px;
}

/* Padding */

.lc_section_padding {
  padding: 90px 0px;
}





.gallery-slider1 .slider-pagination {
  margin-top: 60px !important;
}

.lc_goal_achieved_title_area {
  margin-bottom: 10px !important;
}

.lc_about_card_img_section {
  height: 100%;
}

.lc_about_card_img {
  height: 100% !important;
  object-fit: cover;
}

.lc_gallery_img_section,
.lc_gallery_video_section {
  height: 450px;
}

.lc_gallery_img,
.lc_gallery_video_img {
  height: 100% !important;
  object-fit: cover;
}

/* Gallery Page */

#lc_gallery_tab_col {
  margin-bottom: 30px !important;
}

#lc_gallery_tab_menu {
  gap: 0 !important;
}

.lc_gallery_tab_btn {
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 15px 30px !important;
  min-width: 170px !important;
  text-transform: uppercase !important;
  border-radius: 0px !important;
}


#lc_about_trainer_img_section{
  height: 500px;
}

#lc_about_trainer_img_section img{
  height: 100%;
}





/* Responsive */

@media (max-width: 425px) {
  .lc_section_padding {
    padding: 20px 0px;
  }

  .lc_about_card_img_section {
    height: 400px !important;
  }

  .lc_counter_title {
    font-size: 23px !important;
  }

  #lc_about_trainer_img_section{
    height: 400px
  }

}

@media (min-width: 426px) and (max-width: 576px) {
  .lc_section_padding {
    padding: 30px 0px;
  }
}

@media (max-width: 576px) {
  .lc_why_choose_img1 {
    display: none;
  }
}

@media (max-width: 991px) {
  .lc_about_wrap_content {
    font-size: 20px;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  .lc_section_padding {
    padding: 50px 0px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .lc_section_padding {
    padding: 30px 0px;
  }

  .lc_banner_title1 {
    font-size: 45px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .lc_section_padding {
    padding: 50px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .lc_about_wrap_content {
    font-size: 23px;
  }
}

@media (max-width: 1024px) {
  .lc_why_img_box {
    padding-right: 5px !important;
  }
}
#whatsapp-icon {
  position: fixed;
  bottom: 120px !important;
  right: 30px;
  z-index: 1000;
  animation: floatAnimation 2s ease-in-out infinite;
}

#whatsapp-icon img {
  width: 50px;
  height: 50px;
}

@keyframes floatAnimation {
  0% {
    bottom: 80px;
  }
  50% {
    bottom: 90px;
  }
  100% {
    bottom: 80px;
  }
}

#whatsapp-icon:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

  .lc_ul {
      list-style: none;
      padding: 0;
    }
    .lc_ul li {
      margin: 10px 0;
      cursor: pointer;
      font-size: 18px;
      transition: color 0.3s;
    }
    .lc_ul li:hover {
      color: #ffcc00;
    }

    /* Modal styles */
    .lc_modal {
      display: none;
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.8);
      justify-content: center;
      align-items: center;
    }
    .lc_modal img {
      max-width: 80%;
      max-height: 80%;
      border-radius: 10px;
      box-shadow: 0 0 15px #000;
    }
    .lc_close {
      position: absolute;
      top: 20px;
      right: 30px;
      color: #fff;
      font-size: 35px;
      cursor: pointer;
      font-weight: bold;
      transition: color 0.3s;
    }
    .lc_close:hover {
      color: #ff4444;
    }
    

    .lc_achievements_list{
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
}

.lc_achievements_list li {
  margin-bottom: 10px; /* space between items */
  font-size: 16px;
  display: flex;
  align-items: center;
}

.lc_achievements_list li i {
  color: #ff4d4f; /* color for dumbbell icon */
  margin-right: 8px; /* space between icon and text */
}
.lc-modal { display: none; position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.5); z-index: 1000; }
.lc-modal-content { background: #fff; padding: 20px; margin: 5% auto; width: 400px; border-radius: 10px; position: relative; }
.lc-close { position: absolute; top: 10px; right: 15px; font-size: 24px; cursor: pointer; }
/* Modal overlay */
.lc-modal {
    display: none; /* hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6); /* semi-transparent background */
    transition: opacity 0.3s ease;
}

/* Modal content box */
.lc-modal-content {
    background-color: #fff;
    margin: 8% auto;
    padding: 30px 25px;
    border-radius: 12px;
    max-width: 500px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    animation: slideDown 0.4s ease;
}

/* Slide down animation */
@keyframes slideDown {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Close button */
.lc-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: color 0.2s ease;
}

.lc-close:hover {
    color: #ff0000;
}

/* Modal title */
.lc-modal .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    color: #222;
}

/* Form styling */
.lc-modal form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Inputs & textarea */
.lc-modal input,
.lc-modal textarea {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lc-modal input:focus,
.lc-modal textarea:focus {
    border-color: #28a745;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
    outline: none;
}

/* Textarea */
.lc-modal textarea {
    min-height: 100px;
    resize: vertical;
}

/* Submit button */
#lcSubmitBtn {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#lcSubmitBtn:hover {
    background-color: #218838;
}

/* Responsive for mobile */
@media (max-width: 576px) {
    .lc-modal-content {
        width: 90%;
        padding: 20px;
    }
}
/* Snackbar */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 14px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 16px;
  transition: visibility 0s, opacity 0.3s linear;
}

/* Buttons */
#lcSubmitBtn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

#lcSubmitBtn.btn-disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}

#lcSubmitBtn.btn-enabled {
  background-color: #28a745;
  color: #fff;
}

#lcSubmitBtn.btn-enabled:hover {
  background-color: #218838;
}
@media (min-width: 992px) {
.lc_sec_btn{
  display:none;
}
}
.lc_hero_img {
  display: block !important;
  text-align: center;
  margin-top: 20px;
}

.lc_hero_img_tag {
  max-width: 100%;
  height: auto;
}

.lc_hero_shadow {
  font-size: 120px;
  opacity: 0.05;
  position: absolute;
  top: 20%;
  left: 10%;
  font-weight: 900;
}

.lc_hero_bg_shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 992px) {
 
  .lc_hero_style {
    text-align: center;
    padding-bottom: 20px;
  }

  .lc_hero_img_col {
    margin-top: 20px;
  }

  .lc_hero_img_tag {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }

  /* Adjust hero shadow text so it doesn't overlap */
  .lc_hero_shadow {
    font-size: 80px;
    top: 10%;
    left: 5%;
  }

  /* Adjust counter and buttons */
  .lc_hero_counter {
    justify-content: center;
    margin-top: 15px;
  }

  /* .lc_icon_box {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  } */
}

.lc_desc{
    height: 130px; /* change this value as needed */

}


@media (max-width: 320px) {
  .lc_desc{
    font-size: 14px !important; /* change this value as needed */
  }
}
 .lc_testimonial_section_1 {
  position: relative;
  background-color: #000;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
}

.lc_overlay_1 {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.lc_container_1 {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
}
.lc_section_title_1 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}

.lc_section_title_1::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #d4af37;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}


/* Swiper Fixes */
.lc_testimonial_slider_1 {
  position: relative;
  overflow: hidden;
}

.lc_swiper_slide_1 {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.lc_swiper_slide_active_1 {
  opacity: 1 !important;
  visibility: visible !important;
}

.lc_quote_1 {
  font-size: 40px;
  color: #d4af37;
  margin-bottom: 20px;
}

.lc_testimonial_text_1 {
  font-size: 18px;
  line-height: 1.6;
  font-style: italic;
  color: #fff;
  margin-bottom: 40px;
  max-width: 800px;
  margin-inline: auto;
}

.lc_testimonial_author_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.lc_author_image_1 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #d4af37;
  object-fit: cover;
}

.lc_author_name_1 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.lc_author_role_1 {
  font-size: 14px;
  opacity: 0.8;
}

.lc_slider_nav_1 {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.lc_slider_nav_1 button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.lc_slider_nav_1 button:hover {
  background: #d4af37;
  color: #111;
  border-color: #d4af37;
}

/* Pagination Dots */
.lc_swiper_pagination_bullet_1 {
  background: #d4af37;
  opacity: 0.5;
}

.lc_swiper_pagination_bullet_active_1 {
  opacity: 1;
}
