/*
1. Hero section
2. About us
3. Plans
5. Contact us
6. Testimonial
7. Promo
8. Videos
*/

/*========== 1. Hero section ==========*/

.hero-section {
    width: 100%;
    background: #f8faf9;
}

.hero-section img {
    width: 500px;
    /* box-shadow: inset 6px 9px 20px 20px rgb(80 202 253 / 94%); */
    border-radius: 10px;
}

.hero-section .social-media {
    /* background: var(--sm-btn-bg);
    color: var(--sm-btn-color); */
    border: var(--sm-btn-border-size) solid;

}

.social-media {
    height: 44px;
    width: 44px;
    line-height: 41px;
    border-radius: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.social-media:hover {
    transform: scale(0.9);
    /* background-color: var(--sm-btn-hover-bg); */
    color: var(--sm-btn-hover-color);
    border: var(--sm-btn-hover-border-size) solid var(--sm-btn-hover-border-color);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}



/*========== 2. About us =====================*/
.trainer-profile {
    background: whitesmoke;
}

.trainer-profile .overview h3 {
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    /* line-height: 59px; */
}

.trainer-profile .overview p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.trainer-profile .features ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 0;
}

.trainer-profile .features ul li {
    display: flex;
    align-items: center;
    border-radius: 50rem;
    padding-left: 10px;
    font-weight: 600;
    box-shadow: inset -2px -2px 2px rgba(7, 13, 29, 0.3);

    img{
        padding-left: 5px;
    }
}

.trainer-profile .features ul li i {
    border-right: 3px solid #fff;
}

.trainer-profile .features ul li i,
.trainer-profile .features ul li span {
    padding: 7px 11px 7px 7px;
    line-height: unset;
    font-size: 16px;
}
.trainer-profile .features > div > ul > li:nth-child(1) i {
    border-right: 3px solid var(--bs-red);
}

.trainer-profile .features > div > ul > li:nth-child(2) i {
    border-right: 3px solid var(--bs-blue);
}

.trainer-profile .features > div > ul > li:nth-child(3) i {
    border-right: 3px solid #109f75;
}

.trainer-profile .features > div > ul > li:nth-child(4) i {
  border-right: 3px solid var(--bs-purple);
}

.trainer-profile .features > div > ul > li:nth-child(1) {
    background: linear-gradient(
        90deg,
        var(--bs-red) -108%,
        rgba(98, 95, 251, 0) 99.77%
    );
    color: var(--bs-red);
}

.trainer-profile .features > div > ul > li:nth-child(2) {
    background: linear-gradient(
        90deg,
        var(--bs-blue) -108%,
        rgba(98, 95, 251, 0) 99.77%
    );

    color: var(--bs-blue);
}

.trainer-profile .features > div > ul > li:nth-child(3) {
    background: linear-gradient(
        90deg,
        var(--bs-teal) -108%,
        rgba(98, 95, 251, 0) 99.77%
    );
    color: #109f75;
}

.trainer-profile .features > div > ul > li:nth-child(4) {
    background: linear-gradient(
        90deg,
        var(--bs-purple) -108%,
        rgba(98, 95, 251, 0) 99.77%
    );
    color: var(--bs-purple);
}

.trainer-profile .features > div > ul > li:nth-child(5) {
    background: linear-gradient(
        90deg,
        var(--bs-teal) -108%,
        rgba(98, 95, 251, 0) 99.77%
    );
    color: #109f75;
}

.profile-container img {
    width: 300px;
    height: 300px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: var(--color-primary) 0px 3px 8px;
    animation: shadow-rotation 2s linear infinite;
}

/*================ 3. Our Clients ===============*/

.ourClientSlider .slick-prev:before, .ourClientSlider .slick-next:before{
    color: #333;
}


/*================ 4. Plans =====================*/
.plan-section {
    background-color: #2196f33b;

    .card {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

        .card-body {
            padding: 30px;
            text-align: center;

            .card-title {
                font-size: 24px;
                font-weight: bold;
                color: #333;
            }

            .card-text {
                font-size: 16px;
                color: #777;
                margin-bottom: 30px;
            }


        }
    }

    ul{
        padding-left: 0;

        li {
            font-size: 14px;
            color: #333;
            margin-bottom: 10px;
            list-style: none;
            gap: 5px;
            display: flex;
        
            svg{
                width: 20px;
                height: 20px;
                margin-right: 2px;
                flex-shrink: 0;
            }
        }

        i {
            color: #27ae60;
            margin-right: 10px;
        }
    }


    
}


.offer-badge {
    position: absolute;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: right;
    height: 50px;
    width: 95px;
    background-repeat: no-repeat;
    background-size: contain;
    color: white;
    font-weight: bold;
}

.offer-badge p {
    font-size: 14px;
    font-weight: bold;
    margin: 4px 12px 0 0;
}

.recommended-plan{
    background: #fad7f7;
    border-radius: 0 0 auto auto;
}

.recommended-plan-badge {
    width: 100%;
    height: 35px;
    background: red;
    position: relative;
    top: 0;
    left: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.recommended-plan-badge p {
    font-weight: bold;
    font-size: 16px;
}
.plan-package-heading{
    background: var(--color-primary);
    border-radius: 50px;
    padding: 5px;
    color: white;
}

/*=========== 5. Testimonials ============*/
:root{
    --testimonial-user-title:#ffc107;
  }
  
  .testimonial-section {
      background: #f5f5f5;
  }
  
  .testimonial-slider .slick-dots {
      bottom: -20px;
  }
  
  .testimonial-slider .slick-dots li button:before {
      color: #ccc;
  }
  
  .testimonial-slider .slick-dots li.slick-active button:before {
      color: #007bff;
  }
  
  .testimonial-slide {
      background: linear-gradient(135deg, #eb0079, #eb0079, #eb0079, #ab1562, #9e1b5e);
      padding: 15px;
      border-radius: 30px;
  }
  
  .slick-track {
      display: flex !important;
      justify-content: center !important;
      gap: 15px;
  }
  
  .slick-slide {
      margin: 0;
      max-width: 100%;
  }
  
  .testimonial-slide p {
      font-size: 18px;
  }
  
  .user-details p {
      font-size: 12px;
  }
  
  .user-details span {
      font-size: 18px;
      color: var(--testimonial-user-title);
      font-weight: 600;
      text-shadow: -1px 1px 2px black;
  }
  
  .testimonial-slide .user-details img {
      height: 50px;
      width: 50px;
      object-fit: cover;
      border-radius: 50%;
  }
  
  .testimonial-stars span {
      font-size: 25px;
  }
  
  .slick-dots li button:before {
      top: 20px !important;
  }
  

  /*============ 6. Promo section =============*/
  .promo-section .container {
    background: #4243af;
    box-shadow: 3px 5px 20px 0px var(--color-primary);
    border-radius: 20px;
    padding: 30px 25px;
  }
  
  .promo-section h2 {
    padding-bottom: 0px;
    line-height: 45px;
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 500;
  }
  
  .promo-section img {
    height: 150px;
  }
