@charset "utf-8";

.listing-section {
  min-height: 500px;
}

.filter-group {
  background-color: #fff6f5;
  border: 1px solid #ecd7d4;
  border-radius: 15px;
}

.filter-group .heading {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-group .heading h6 {
  font-weight: 700;
}

.filter-group .heading button[type="reset"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #fb5d52;
  border-bottom: 2px solid #fb5d52;
}

.filter-group .accordion-item:first-of-type {
  border-radius: 0 !important;
}

.filter-group .accordion-item {
  background: none !important;
  border: none !important;
}

.filter-group .accordion-item .accordion-button {
  border-radius: 0 !important;
  background: none !important;
  border-top: 1px solid #ecd7d4 !important;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 600;
  color: #484c5b;
  padding: 15px !important;
}

.filter-group .accordion-button::after {
  color: #fb5d52 !important;
}

.filter-group .accordion-body {
  padding: 0 15px 15px 15px;
}

.filter-group .accordion-item p {
  margin: 0;
}

.filter-group .accordion-item p a {
  color: #fb5d52;
}

.filter-group .search {
  background-color: #ffffff;
}

.right .detect-location {
  margin: 0 20px;
  cursor: pointer;
}

.right select {
  width: 150px;
  background: #fff6f5
    url(https://f005.backblazeb2.com/file/bmpcdn90/asset/images/dd-filter.png)
    no-repeat right;
  border-color: #ecd7d4;
}

.right button[type="menu"] {
  width: 6rem;
  background: #fff6f5
    url(https://f005.backblazeb2.com/file/bmpcdn90/asset/images/sliders.png)
    no-repeat right;
  border: 1px solid #ecd7d4;
  border-radius: 10px;
  text-align: left;
  padding: 0.375rem 0.75rem;
}

@media only screen and (max-width: 760px) {
  .listing-title {
    width: 100%;
    font-size: 16px !important;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .right {
    width: 100%;
  }

  .right .detect-location {
    margin: 0;
  }

  .right .detect-location button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff6f5;
    border: 1px solid #ecd7d4;
    border-radius: var(--bs-border-radius);
  }

  .right .detect-location button span {
    display: block;
  }

  .right select {
    width: 48%;
  }
}

.academy-list-wrapper .academy-box {
  margin: 20px auto;
  min-height: 200px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(239, 223, 221, 0.6);
  padding: 5px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.academy-list-wrapper .academy-box figure {
  margin: 0;
  padding: 0;
  width: 285px;
  height: 190px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}


.academy-list-wrapper .academy-box figure img {
  max-width: 100%;
  border-radius: 10px;
}

.academy-list-wrapper .academy-box aside {
  width: calc(100% - 295px);
  padding: 5px;
}

.academy-list-wrapper .academy-box .sport-name {
  font-size: 14px;
  font-weight: 400;
  color: #484c5b;
}

.academy-list-wrapper .academy-box .rating {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #484c5b;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.academy-list-wrapper .academy-box .rating strong {
  font-weight: 600;
  color: #484c5b;
}

.academy-list-wrapper .academy-box .verified {
  font-size: 14px;
  font-weight: 500;
  color: #64ce23;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.academy-list-wrapper .academy-box h6 {
  font-size: 18px;
  margin-top: 0.5rem;
  margin-bottom: 0 !important;
}

.academy-list-wrapper .academy-box h6 span {
  font-size: 16px;
  font-weight: 400;
}

.academy-list-wrapper .academy-box .content {
  overflow: hidden;
}
.academy-list-wrapper .new_academy_box .content {
  width: 100%;
}

.academy-list-wrapper .academy-box .button {
  width: 150px;
}

.academy-list-wrapper .academy-box .button button {
  margin: 10px 0 0 0;
  width: 100%;
  height: 44px;
  background: #6cd3ff33;
  border: none;
  border-radius: 10px;
}

.academy-list-wrapper .academy-box .button button a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #484c5b;
}

.academy-list-wrapper .academy-box p {
  margin: 0.2rem 0;
  font-size: 14px;
}

.academy-list-wrapper .academy-box p i {
  width: 20px;
  text-align: center;
}

.academy-list-wrapper .academy-box .graph {
  font-size: 14px;
  font-weight: 500;
  color: #2860f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  display: inline-block;
}

.academy-list-wrapper .academy-box ul.tags, .new_tags ul.tags {
  margin: 0.5rem 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}

.academy-list-wrapper .academy-box ul.tags li, .new_tags ul.tags li {
  background: #fef9e8;
  border: 1px solid #efe6c7;
  border-radius: var(--bs-border-radius);
  text-align: center;
  padding: 5px 7px;
  font-size: 12px;
  font-weight: 400;
  color: #494e53;
}

.hide {
  display: none !important;
}

.read-more-show,
.read-more-hide {
  background: #fef9e8;
  border: 1px solid #efe6c7;
  border-radius: var(--bs-border-radius);
  text-align: center;
  padding: 5px 7px;
  font-size: 12px;
  font-weight: 400;
  color: #494e53;
  display: inline-block;
}

@media only screen and (max-width: 760px) {
  .academy-list-wrapper .academy-box {
    margin: 10px auto;
    flex-wrap: wrap;
  }

  .academy-list-wrapper .academy-box .slick-dotted.slick-slider {
    margin: 0;
  }

  .academy-list-wrapper .academy-box figure {
    width: 100%;
    height: auto;
  }

  .academy-list-wrapper .academy-box aside {
    width: 100%;
    padding: 0;
  }

  .academy-list-wrapper .academy-box .sport-name {
    font-size: 12px;
    font-weight: 400;
    color: #484c5b;
  }

  .academy-list-wrapper .academy-box .rating {
    margin-right: 10px;
    font-size: 12px;
  }

  .academy-list-wrapper .academy-box .verified {
    font-size: 12px;
  }

  .academy-list-wrapper .academy-box h6 {
    font-size: 16px;
  }

  .academy-list-wrapper .academy-box h6 span {
    font-size: 14px;
  }

  .academy-list-wrapper .academy-box .content {
    width: 100%;
  }

  .academy-list-wrapper .academy-box .button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .academy-list-wrapper .academy-box .button button {
    width: 100%;
    height: 40px;
  }

  .academy-list-wrapper .academy-box .button button a {
    font-size: 14px;
  }

  .academy-list-wrapper .academy-box p {
    font-size: 12px;
  }

  .academy-list-wrapper .academy-box .graph {
    font-size: 12px;
  }

  .academy-list-wrapper .academy-box ul.tags li {
    font-size: 10px;
  }
}

@media only screen and (min-width: 761px) and (max-width: 1023px) {
  .academy-list-wrapper .academy-box {
    flex-wrap: wrap;
  }

  .academy-list-wrapper .academy-box .slick-dotted.slick-slider {
    margin: 0;
  }

  .academy-list-wrapper .academy-box figure {
    width: 100%;
    height: auto;
  }

  .academy-list-wrapper .academy-box aside {
    width: 100%;
    padding: 0;
  }

  .academy-list-wrapper .academy-box .content {
    width: 100%;
  }

  .academy-list-wrapper .academy-box .button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .academy-list-wrapper .academy-box .button button {
    width: 100%;
  }
}

@media only screen and (min-width: 761px) and (max-width: 1169px) {
  .academy-list-wrapper .academy-box .content {
    width: 100%;
  }

  .academy-list-wrapper .academy-box .button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .academy-list-wrapper .academy-box .button button {
    width: 100%;
  }
}

#filter-content {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
}

#filter-content .filter-tab {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background-color: #ffffff;
  border-radius: 20px 20px 0 0;
}

#filter-content .heading {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#filter-content .heading h6 {
  font-weight: 700;
}

#filter-content .heading button[type="reset"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #fb5d52;
  border-bottom: 2px solid #fb5d52;
}

.season_tabs {
  position: relative;
  min-height: 360px;
  clear: both;
  margin: 0;
}

.season_tab {
  float: left;
  clear: both;
  width: 150px;
  border-top: 1px solid #ecd7d4;
}

.season_tab label.label-tab {
  background: #fff6f5;
  padding: 10px 15px;
  border-bottom: 1px solid #ecd7d4;
  vertical-align: middle;
  position: relative;
  width: 150px;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  color: #484c5b;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.season_tab [type="radio"] {
  display: none;
}

.season_content {
  position: absolute;
  top: 0;
  left: 150px;
  background: #ffffff;
  right: 0;
  bottom: 0;
  padding: 15px;
  border: 1px solid #ecd7d4;
}

.season_content span {
  animation: 0.5s ease-out 0s 1 slideInFromTop;
}

.season_tabs [type="radio"]:checked ~ label {
  background: #fb5d52;
  color: #ffffff;
  z-index: 2;
}

.season_tabs [type="radio"]:checked ~ label ~ .season_content {
  z-index: 1;
}

.season_tabs .search {
  display: block;
}

.show-more-text,
.show-more-text2,
.show-more-text3 {
  max-height: 500px;
  overflow: auto;
}

.show-more-height,
.show-more-height2,
.show-more-height3 {
  max-height: 165px;
  overflow: hidden;
}

@media only screen and (max-width: 760px) {
  .show-more-text {
    max-height: 165px;
    overflow: auto;
  }

  .show-more-text2 {
    height: 220px;
    overflow: auto;
  }

  .show-more-text3 {
    height: 220px;
    overflow: auto;
  }
}

.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.form-check-input:checked {
  background-color: #fb5d52;
  border-color: #fb5d52;
}

.season_content [type="radio"] {
  display: block;
}

.season_content [type="radio"]:checked ~ label {
  background: none;
  color: #484c5b;
}

.detect-location button {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  color: #494e53;
}

.search input[type="search"] {
  margin: 0;
  padding: 10px 40px 10px 10px;
  width: 100%;
  height: 38px;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #494e53;
}

.academy-js img {
  width: 285px;
  height: 189px;
}

.name-trim {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.name-trim2 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.confirm-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.confirm-backdrop,
.confirm-backdrop-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.confirm-content {
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 820px;
}

.confirm-body figure {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.confirm-body p {
  margin-top: 20px;
}

.confirm-footer {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.confirm-button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.register-academy-section {
  padding: 50px 0;
}

.register-academy-wrap {
  position: relative;
  z-index: 1;
  background: url(https://f005.backblazeb2.com/file/bmpcdn90/asset/images/register-accademy-bg.jpg)
    no-repeat center center / cover;
  border-radius: 20px;
}

.register-academy-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 49, 47, 0.35);
  backdrop-filter: blur(4.5px);
  border-radius: 20px;
  z-index: -1;
}

.register-academy-wrap figure img {
  max-width: 275px;
  margin-top: -30px;
  width: 100%;
  height: 100%;
}

.register-academy-cont {
  position: absolute;
  bottom: -170px;
  left: 0;
  width: 100%;
  text-align: center;
}

.register-academy-cont h3 {
  font-size: 20px;
  line-height: 29px;
  color: #1e212f;
  margin-bottom: 20px;
}

.register-academy-cont a {
  padding: 5px 20px;
}

.register-academy-wrap .doted-shape {
  display: none;
}

@media (min-width: 768px) {
  .register-academy-wrap {
    border-radius: 40px;
  }

  .register-academy-wrap::before {
    border-radius: 40px;
  }

  .register-academy-cont {
    position: relative;
    bottom: unset;
    left: unset;
    text-align: left;
  }

  .register-academy-cont h3 {
    font-size: 25px;
    line-height: 33px;
    color: #ffffff;
  }

  .register-academy-cont a {
    padding: 6.5px 28px;
  }

  .register-academy-wrap .row {
    align-items: center;
  }

  .register-academy-wrap figure img {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .register-academy-section {
    position: relative;
  }

  .register-academy-section::before {
    position: absolute;
    top: 50%;
    left: -240px;
    transform: translate(0, -50%);
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: #ffa69f;
    opacity: 0.5;
    filter: blur(142px);
  }

  .register-academy-wrap .doted-shape {
    display: block;
    position: absolute;
    bottom: -40px;
    left: -40px;
    z-index: -10;
  }

  .register-academy-wrap .row {
    align-items: flex-start;
  }

  .register-academy-wrap figure img {
    margin-top: -60px;
  }

  .register-academy-cont {
    padding: 60px 0 0 0;
  }

  .register-academy-cont h3 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 35px;
  }
}

.top_tabs .nav-link.active {
  color: #fff !important;
  background-color: #fb5d52;
}
.top_tabs .nav-link {
  color: #000222 !important;
  background-color: #fff6f5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #fedad7;
  border-top: 1px solid transparent;
}
.top_tabs .nav-link:hover {
  color: #000222 !important;
  background-color: #fff6f5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #fedad7;
  border-top: 1px solid transparent;
}

.nav-tabs.top_tabs {
  border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 1024px) {
  .academy-js img {
    width: 100%;
  }

  .top_tabs button {
    font-size: 10px;
  }
}

.zoom-out {
  object-fit: cover;
  object-position: 0 21%;
}

.other-links-section {
  padding: 50px 0;
  padding-top:5px;
}

.other-links-section section {
  min-height: 120px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px #efdfdd99;
  border-radius: 15px;
  padding: 25px;
}

.other-links-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.other-links-section ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #2f1e21;
}

.other-links-section ul li a {
  color: #2f1e21;
  transition: all 0.4s ease-in-out;
}

.other-links-section ul li a:hover {
  color: #0760e5;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 760px) {
  .other-links-section,
  .similar-academies-section {
    padding: 20px 0;
  }

  .other-links-section section {
    padding: 15px;
  }

  .accordion-flush .accordion-button,
  .other-links-section ul li {
    font-size: 14px;
  }

  .other-links-section ul {
    gap: 10px;
  }

  .rtl-slider-flex .rtl-slider-slide {
    padding-top: 56%;
  }
}

.inquiry-section {
  padding: 50px 0;
}

.inquiry-section section {
  min-height: 450px;
  background: url(https://f005.backblazeb2.com/file/bmpcdn90/asset/images/inquiry-bg.png)
    no-repeat center/cover;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
}
.inquiry-section2 section {
  padding:10px;
}

.inquiry-section h2 {
  color: #ffffff;
}

.inquiry-section form {
  margin: 0 auto;
  max-width: 720px;
}

.inquiry-section form [class*="col-"] {
  padding: calc(var(--bs-gutter-x) * 0.5);
}

.inquiry-section input[type="text"],
.inquiry-section input[type="email"],
.inquiry-section input[type="tel"],
.inquiry-section select,
.inquiry-section textarea {
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  height: 50px;
  background: #00000040;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.inquiry-section select {
  background: #00000040
    url(https://f005.backblazeb2.com/file/bmpcdn90/asset/images/dd-arrow.png) no-repeat right;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inquiry-section textarea {
  height: 100px;
  overflow: auto;
  resize: none;
}

.inquiry-section ::placeholder {
  color: #ffffff;
  opacity: 1;
}

.inquiry-section ::-ms-input-placeholder {
  color: #ffffff;
}

@media only screen and (max-width: 760px) {
  .inquiry-section section {
    padding: 20px;
  }
}


@media only screen and (max-width:760px){

.academy_main{
  height: 530px;
  overflow: auto;
}
}

.enquiry_error_box{
  padding:10px;
  visibility: hidden;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color:White;
}

.locality_box{
  padding: 10px 15px;
  color: #6e706f;
  background-color:#f3f3f3;
  border-radius: 50px;
}

@media (max-width: 760px) {
  .d-flex-wrap-change {
    flex-wrap: wrap !important;
  }
}

.premium-background {
  background: linear-gradient(90deg, #fffef8, #ffffe1);
  border: 2px solid #FFD700; 

}

.hidden{
  display: none;
}

.header {
  color: #FE5C4D;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 30px;
}
.header h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
.header p {
  font-size: 1.2rem;
  margin-top: 10px;
  color: #000000;
}
.section-header {
  color: #FE5C4D;
  margin-bottom: 20px;
}
.section-header h4 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.banner img {
  border-radius: 10px;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.card:hover {
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
}


.register-as-coach-section {
  padding: 20px 0 0 0;
}

.register-as-coach-section .container {
  position: relative;
}

.register-as-coach-section .container article {
  position: absolute;
  left: 7%;
  bottom: 17%;
  max-width: 550px;
}

.register-as-coach-section .container article h2 {
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}

.register-as-coach-section img{
  width: 100%;
  height: 100%;
}

@media only screen and (max-width:760px) {
  .register-as-coach-section {
      padding: 20px 0 0 0;
  }

  .register-as-coach-section .container {
      position: inherit;
  }

  .register-as-coach-section .container article {
      position: inherit;
      left: auto;
      bottom: auto;
      max-width: 100%;
      text-align: center;
  }

  .register-as-coach-section .container article h2 {
      font-size: 20px;
      color: #1E212F;
      margin-bottom: 1rem;
      margin-top: 1rem;
  }
}

.container-video {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 20px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  /* Set the height to 350px */
  overflow: hidden;
}

.background-clip {
  width: 100%;
  height: 100%;
  object-fit: fill;
  /* Ensures the video is fully visible */
  object-position: center;
  /* Keeps the video centered */
}

.content-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
  text-align: center;
  border: 1px solid transparent;
}

.content-video h1 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
}

.content-video a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 50px;
  transition: 0.3s;
}

#myVideo{
  object-fit: cover;
  object-position: center;
}

.content-video a:hover {
  background-color: #fff;
  color: #000;
}

.controls-video {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  /* Ensure the controls are above the video */
}

.controls-video button {
  padding: 10px 15px;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}

.button-video {
  background-color: #FB5D52;
  border-color: #FB5D52;
  font-size: 16px;
  font-weight: 600;
  line-height: 33px;
  color: #FFFFFF !important;
  white-space: nowrap;
  border-radius: 12px;
  border: none;
  outline: none;
  width: 100px;
}

.listing_banner, .listing_banner2{
  height: 400px;
  width: 100%;
  margin: 1rem 0;
}

.listing_banner img, .listing_banner2 img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media only screen and (max-width:900px){
  .listing_banner, .listing_banner2{
    height: 250px;
  }
}

.top_flex{
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap:1rem;
}

.slider_arrow{
  white-space: nowrap;
  cursor: pointer;
}

.top_flex h2{
  text-align: start;
}

.slider_arrow img{
  height: 30px;
  width: 30px;
  margin-bottom:1rem;
  cursor: pointer;
  gap:1rem;
  position: relative;
  z-index: 1; 
}

.slider_arrow img:first-child{
  margin-right: 0.5rem;
}



.popular-sports-academies-section {
  padding: 10px 0;
}

.popular-sports-academies-section h2 {
  text-align: center;
  font-weight: 700;
}

@media (min-width: 768px) {
  .popular-sports-academies-section {
      padding: 10px 0;
      padding-top: 50px;
  }

  .popular-sports-academies-section h2 {
      margin-bottom: 15px;
  }

  .popular-sports-academies-item, .popular-sports-academies-item2 {
     padding-top: 0;
     padding-bottom: 0;
     padding-right: 15px;
  }

  .logo-wrap {
      width: 80px;
      height: 80px;
  }

  .logo-wrap img {
      max-width: 74px;
  }
}

@media (min-width: 1200px) {
  .popular-sports-academies-section {
      overflow-x: hidden;
      position: relative;
  }

  .popular-sports-academies-section::before {
      position: absolute;
      content: "";
      bottom: 0;
      right: -194px;
      width: 388px;
      height: 388px;
      border-radius: 50%;
      border-radius: 194px;
  }

  .popular-sports-academies-section h2 {
      margin-bottom: 30px;
  }
}

.js-popular-sports-academies{
  display: flex;
  justify-content: start;
  align-items: start;
  gap:1rem;
  overflow: auto;
}

.js-popular-sports-academies .popular-sports-academies-item{
  width:260px;
  flex-shrink: 0;
}
.js-popular-sports-academies .popular-sports-academies-item2{
  width: 190px;
  flex-shrink: 0;
}

.js-popular-sports-academies .slick-list {
  padding: 20px 0;
}

.popular-sports-academies-inner {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(246, 225, 222, 0.8);
  border-radius: 15px;
}

.image-wrapper img {
  width: 100%;
  border-radius: 15px;
}

.academy_image{
  width: 100%;
  height: 163px;
}

.new_wrapper img{
  height: 163px;
}

.popular-sports-content {
  padding: 0 8px 12px 8px;
}


.popular-sports-content a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #2F1E21;
}

.popular-sports-content:hover a {
  color: #FB5D52;
}

.popular-sports-content h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #494E53;
  margin: 8px 0;
}

.popular-sports-content p {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #484C5B;
  margin-bottom: 0;
}

.popular-sports-content p:last-child {
  margin-top: 8px;
}

.popular-sports-content p i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.sport-logo-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 0 4px;
  margin-bottom: 8px;
}

.sport-logo-text .left-box {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.sport-logo-text span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: #64CE23;
  margin-bottom: 5px;
}

.sport-logo-text .left-box span {
  color: #929292;
}

.sport-logo-text .left-box span b {
  font-weight: 600;
  color: #484C5B;
}

.sport-logo-text .left-box {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.sport-logo-text .left-box span {
  color: #929292;
}

.sport-logo-text .left-box span b {
  font-weight: 600;
  color: #484C5B;
}

.academy_name{
  white-space: nowrap;
  overflow: hidden;
  width: 99%;
  text-overflow: ellipsis !important;
}

.overview-box {
  margin: 15px 0;
}

.white-box {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(239, 223, 221, 0.5);
}

.about_box{
  margin-top: 2rem !important;
}


.reviews-box {
  overflow: auto;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(239, 223, 221, 0.5);
  padding: 5px 20px;
}

.reviews-box .card {
  padding: 15px 0;
  background: url(https://f005.backblazeb2.com/file/bmpcdn90/asset/images/q-mark.svg)
    no-repeat top;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e4e4e6;
}

.reviews-box .card .card-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

.reviews-box .card .card-header h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.reviews-box .card .card-header p {
  margin: 0;
}

.reviews-box .card .card-image {
  width: 50px;
  height: 50px;
}

.reviews-box .card .card-info {
  width: calc(100% - 150px);
}

.reviews-box .card .card-rating {
  width: 170px;
  text-align: end;
  white-space: nowrap;
}

.reviews-box .card .card-content {
  width: 100%;
}

.reviews-box .card .card-content p {
  margin-top: 1rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 760px) {
  .reviews-box .card .card-header h6 {
    font-size: 16px;
  }
}

.js-top-cities{
  display: flex;
  justify-content: start;
  align-items: start;
  gap:1rem;
  overflow: auto;
}

.js-top-cities .slick-list {
  padding: 10px 0 20px 0;
}

.js-top-cities{
  padding-bottom: 1rem;
}

.js-top-cities .cities-item{
  width: 216px;
  flex-shrink: 0;
}


.js-top-cities .cities-item{
  width: 216px;
  flex-shrink: 0;
}

.cities-item {
  padding: 0 9px;
}

.cities-item-inner {
  position: relative;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(246, 225, 222, 0.7);
  border-radius: 15px;
  width: 180px;
  padding: 30px 12px;
}

.cities-item-inner::before,
.cities-item-inner::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  border: 40px solid #ED5D30;
  border-color: #ED5D30 transparent transparent #ED5D30;
  border-radius: 3px;
  opacity: 0.1;
}

.cities-item-inner::after {
  top: unset;
  left: unset;
  bottom: 5px;
  right: 5px;
  border-color: transparent #27A31C #27A31C transparent;
}

.cities-item-inner img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.cities-item-inner span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #484C5B;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .cities-item-inner {
      width: auto;
  }
}

@media (min-width: 1200px) {
  .cities-item-inner img {
      max-width: 60px;
      margin: 0 auto;
  }

  .js-top-cities .slick-list {
      padding: 10px 0 30px 0;
  }

  .top-cities-section h2 {
      margin-bottom: 30px;
  }

  .cities-item-inner::before,
  .cities-item-inner::after {
      border-width: 50px;
  }
}

.location-card {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
.location-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
  border: 1px solid #dcdcdc;
}
.location-info {
  flex-grow: 1;
}
.location-info h6 {
  margin-bottom: 0;
  font-size: 18px;
}
.location-tags .badge {
  background-color: #F2E8C1;
  color: #000;
  margin-right: 5px;
  font-size: 12px;
}
.rating-stars {
  color: #ffc107;
}
.rating-count {
  margin-left: 5px;
  color: #888;
}

.academy-price-fee {
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px #efdfdd99;
  border-radius: 15px;
  padding: 15px;
}

.academy-price-fee p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.academy-price-fee p strong {
  font-size: 20px;
}

.academy-price-fee p:last-child {
  margin-bottom: 0;
}

.academy-price-fee p strong {
  font-size: 16px;
}

.academy-price-fee h2{
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dcdcdc;
}

.register-as-a-academy {
  background: #1e3620
    url(https://f005.backblazeb2.com/file/bmpcdn90/asset/images/register_academy_details.webp)
    no-repeat top/cover;
  border-radius: 15px;
  padding: 250px 15px 30px 15px;
  margin: 30px 0;
  min-height: 400px;
  text-align: center;
}

.register-coach{
  background: #1e3620
  url(https://f005.backblazeb2.com/file/bmpcdn90/asset/images/register_coach_details.webp)
  no-repeat top/cover;
}
.register-player{
  background: #1e3620
  url(https://f005.backblazeb2.com/file/bmpcdn90/asset/images/register_player_details.webp)
  no-repeat top/cover;
}

.left-academy{
  margin-top: 0;
}

.register-as-a-academy h2,
.register-as-a-academy p {
  color: #ffffff;
}

.register-as-a-academy p {
  font-size: 14px;
}

.image-container {
  display: flex;
  overflow: auto;
  gap:1rem;
}

.image-box {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.image-box input[type="checkbox"] {
  position: absolute;
  top: 10px;
  right: 10px;
}

.delete-btn {
  margin-top: 10px;
}

/* Hide the default file input */
#photoUpload {
  display: none;
}

.contribute.btn-danger{
  background-color: #FE5C4D;
  border: 1px solid #fe5c4d;
}
.contribute.btn-outline-danger{
  color: #FE5C4D;
  border: 1px solid #fe5c4d;
}
.contribute.btn-outline-danger:hover{
  background-color: #FE5C4D;
  color:#fff;
}

.image-box-new {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center; /* Vertically center the image and caption */
}

.image-box-new img {
  width: 100px;
  height: auto;
  border-radius: 5px;
}

.image-box-new .caption-input {
  margin-left: 15px;
  flex: 1;
}

.image-box-new input[type="text"] {
  width: 100%;
}

.image-box-new .delete-btn {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background: url('menu_cross.svg') no-repeat center center;
  background-size: contain;
  cursor: pointer;
}

@media (max-width: 768px) {
  .image-box-new img {
      width: 80px;
  }

  .image-box-new .caption-input {
      margin-left: 10px;
  }
}

@media (max-width: 576px) {
  .image-box-new {
      flex-direction: column;
      align-items: flex-start;
  }

  .image-box-new img {
      width: 100px;
      margin-bottom: 10px;
  }

  .image-box-new .caption-input {
      width: 100%;
      margin-left: 0;
  }
}

.image-box-new {
  position: relative;
}

.remove-image-btn {
  top: 5px;
  right: 5px;
  z-index: 10;
}

.caption-input textarea {
  height: auto;
  resize: none;
}

.tab_height{
  height: 50px;
}
#coach-reviews{
  max-height: 430px;
  overflow: auto;
}


#coach-reviews {
  scrollbar-width: thin;
  scrollbar-color: #dcdcdc #FFFFFF;
}

#coach-reviews::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

#coach-reviews::-webkit-scrollbar-track {
  background-clip: content-box;
  border: 2px solid transparent;
}

#coach-reviews::-webkit-scrollbar-thumb {
  background-color: #dcdcdc;
}


#coach-reviews::-webkit-scrollbar-corner,
#coach-reviews::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}

.sport_js{
  height: 100%;
}

.item.sport_pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Ensure that the container has a height */
}

.item.sport_pic img {
  width:65px; /* Prevent the image from overflowing */
  height:65px; /* Prevent the image from overflowing */
  object-fit: contain; /* Maintain aspect ratio */
}

.photo_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Modal */
.modal-content {
  border-radius: 15px;
  padding: 30px;
  text-align: center;
}

/* Header */
.modal-header {
  border-bottom: none;
}

/* Close Button */
.modal-header .close {
  outline: none;
}

/* Phone Number and Edit Icon */
.edit-phone-number h6 {
  margin: 0;
  font-weight: bold;
}

.edit-phone-number img {
  margin-left: 10px;
  width: 20px;
  cursor: pointer;
}

/* OTP Input Fields */
.mob_otp_input3 {
  width: 60px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  border-radius: 10px;
  margin: 0 5px;
}

/* Verify OTP Button */
#btn-signup3 {
  width: 100%;
  background-color: #ff6f61;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
}

#btn-signup3:hover {
  background-color: #e55a50;
}

/* Timer Section */
#timer {
  color: gray;
  font-size: 14px;
}

.custom-view-all {
  border: 1px solid #FE5C4D;
  color: #FE5C4D;
  padding: 5px; /* Adjusting horizontal padding */
  background-color: transparent;
  border-radius: 5px; /* Optional: To give it slightly rounded corners */
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

.custom-view-all:hover {
  background-color: #FE5C4D;
  color: white;
}

.table {
  margin: 0;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.table-light {
  --bs-table-bg: #ffe9e7;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 1rem;
  font-size: 16px;
  color: #484c5b;
}

.table-fixed thead > tr,
.table-fixed tbody > tr {
  display: flex;
  justify-content: space-around;
  flex: 0 0 auto;
}

.table-fixed thead > tr th,
.table-fixed thead > tr td,
.table-fixed tbody > tr th,
.table-fixed tbody > tr td {
  flex: 1;
}

.table-fixed thead,
.table-fixed tbody {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}


.table-fixed thead > tr th:nth-child(1),
.table-fixed tbody > tr td:nth-child(1) {
    flex: 0 0 15%; /* 20% width for the first column */
    max-width: 15%; /* Prevent expansion */
    text-align: left;
}

.table-fixed thead > tr th:nth-child(2),
.table-fixed tbody > tr td:nth-child(2) {
    flex: 0 0 40%; /* 35% width for the second column */
    max-width: 40%; /* Prevent expansion */
    text-align: left;
}

.table-fixed thead > tr th:nth-child(3),
.table-fixed tbody > tr td:nth-child(3) {
    flex: 0 0 45%; /* 45% width for the third column */
    max-width: 45%; /* Prevent expansion */
    text-align: left;
}

.tag {
  display: inline-block;
  padding:4px 8px;
  border-radius: 4px;
  background-color: #ffe9e7;
  color: #fb5d52;
  font-size: 12px;
  font-weight: 600;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow for a slight lift effect */
  margin-bottom: 0.5rem;
}

.tag_price{
  font-size: 14px;
  padding: 4px 8px;
}

.tab_tags{
  border: 1px solid #fb5d523e;
  border-radius: 4px;
  padding:6px;
  padding-bottom: 0px;
  display: flex;
  justify-content: start;
  align-items:start;
  flex-wrap: wrap;
}

.tag_flex{
  display: flex;
  justify-content: start;
  align-items: start;
  gap:1rem;
  flex-direction: row;
}

@media only screen and (max-width: 1050px) {
  .tag_flex{
    flex-direction: column-reverse;
  }
  
}


.listing_banner {
  position: relative;
  overflow: hidden;
}

.banner_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  align-items: start;
  justify-content: start;
  pointer-events: none; 
  border-radius: 10px;
}

.banner_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-left: 1rem;
}

.animated_text {
  margin: 0; /* Reset margin */
  font-size: 16px; /* Smaller font size */
  font-weight: 500;
  text-align: left;
  opacity: 1; /* Always visible after animation */
  position: relative;
  animation: slideFromLeft 1s ease-in-out;
  color:#fff;
}

@keyframes slideFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}


.slide-left { animation: slideFromLeft 1s ease-in-out forwards; }


@media only screen and (max-width: 760px){
  .animated_heading{
    font-size: 18px !important;
  }
}

.entity-tag{
  background: linear-gradient(90deg, rgba(251, 93, 82, 0) 0%, #fb5257 51.52%, rgba(251, 93, 82, 0) 100%);
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
    position: absolute;
    bottom: 5px;
}
.sport_box{
  flex-wrap: wrap;
}

@media only screen and (max-width: 920px) {
  .sport_box{
    flex-wrap: nowrap;
  }
}

.other-backlinks-section {
  margin-top: 1rem;
}

.other-backlinks-section section {
  min-height: 120px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px #efdfdd99;
  border-radius: 15px;
  padding: 25px;
}

.other-backlinks-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.other-backlinks-section ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #2f1e21;
}

.other-backlinks-section ul li a {
  color: #2f1e21;
  transition: all 0.4s ease-in-out;
}

.other-backlinks-section ul li a:hover {
  color: #fb5257;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}


@media only screen and (max-width: 760px){
  .other-backlinks-section,
  .similar-academies-section {
    padding: 20px 0;
  }

  .other-backlinks-section{
    padding: 16px 0;
    max-height: 400px;
    margin-bottom: 1rem;
    overflow: auto;
  }

  .other-backlinks-section section {
    padding: 15px;
  }

  .other-backlinks-section ul li {
    font-size: 14px;
  }

  .other-backlinks-section ul {
    gap: 10px;
  }
}
@media only screen and (min-width: 760px){
  .other-backlinks-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
  }
  
  .other-backlinks-section ul li {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
  }
  
  
  .other-backlinks-section ul li a {
    color: #555;
    transition: all 0.4s ease-in-out;
  }
}



.other_link_li::after {
  content: "|";
  margin-left: 5px;
}

.other_link_li:last-child::after {
  content: "";
}


















