.new_design_mobile{
    width: 50% !important;
}

.new_design_mobile1{
    width: 70% !important;
}

.new_design_mobile2{
    width: 50% !important;
}

.cams_point{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.cams_text{
    margin-bottom: 0;
    padding-left: 10px;
}

.title{
    color: #30446e;
    font-weight: 600;
}
.answer{
    text-align: justify;
    color: black;
}

.course_card_mobile{
    width:19% !important;
    margin: 5px !important;
}
.course_card{
    overflow: hidden;
    border-radius: 20px;
    border: 3px solid #30446e;
    height: 160px;
}

.card-heading{
    padding-top: 10px;
    font-size: 22px;
    text-align: center;
}

.card_course_text{
    text-align: center;
    color: #000;
    font-weight: 600;
    line-height: 20px;
    padding:10px;
}

.new-point-heading{
    justify-content: center;
    display: flex;
    align-items: center;
}

.new-point-text{
    width: 100% !important;
    line-height: 1.5;
    text-align: justify;
    padding: 20px;
    list-style-type: disc;
    color: #000;
    margin-left: 3%;
}

.pint_class{
    border: 2px solid #fa8017;
    padding: 5px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.module_head{
    display: flex;
    flex-direction: row;
}

.module{
    width:50%;
}

.features-container {
  display: grid;
grid-template-columns: 1fr;
gap: 20px;
padding: 20px;
max-width: 500px;
margin: 0 auto;
}

@media (min-width: 768px) {
.features-container {
grid-template-columns: repeat(2, 1fr);
}
}

.feature-box {
  display: flex;
align-items: center;
background-color: #fff;
border-radius: 12px;
padding: 20px;
box-shadow: 8px 8px 0px 0px #000;
transition: transform 0.2s;
  border: 1px solid #000;
}

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

.feature-icon {
  background-color: #f37021;
color: white;
font-size: 22px;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
flex-shrink: 0;
}

.feature-text {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}
@media only screen and (max-width: 600px){
    .intro-inner{
        width: 84% !important;
        text-align: center !important;
    }
    
    h3{
        font-size: 30px !important;
        line-height: 35px !important;
    }
    
    .team-member h3{
        font-size: 10px !important;
        line-height: 15px !important;
    }
    
    .team-member p{
        font-size: 10px !important;
    }
    
    .about_us_home1{
        line-height: 30px;
        font-size: 18px !important;
    }
    
    .new_design_mobile{
        width: 100% !important;
    }
    
    .new_design_mobile1{
        width: 100% !important;
    }
    
    .new_design_mobile2{
        width: 100% !important;
    }
    
    .text_faq{
        font-size:16px !important;
    }
    
    .course_trainer{
        line-height: 30px !important;
    }
    
    .module_head{
        display: flex;
        flex-direction: column;
    }

    .module{
        width:100%;
    }
    
    .feature-box {
        flex: 1 1 100%;
    }
    
    .card h3 {
      margin: 0;
      font-size: 18px !important;
      color: #000;
    }
    
    .moduleCard{
        position: relative;
        margin-bottom: 20px;
    }
    
    .module-titless{
        font-size: 20px !important;
        padding-top: 30px;
    }
    
    .moduleCard{
        width:100% !important;
    }
    
    .module-header{
        position: absolute;
        top: -20px;
        left: 35%;
    }
    
    .info-titles.center {
        left: 23% !important;
    }
}

.card-container {
      display: grid;
      grid-template-columns: 1fr;
      gap: 20px;
      max-width: 900px;
      margin: 0 auto;
      justify-items: center;
    }

    @media (min-width: 768px) {
      .card-container {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (min-width: 1024px) {
      .card-container {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    .card {
      border: 2px solid #fb7705ed;
      border-radius: 20px;
      padding: 20px 30px;
      text-align: center;
      max-width: 300px;
      position: relative;
      background-color: #fff;
    }

    .scores {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 0px;
      flex-wrap: wrap;
    }

    .score-circle {
      background-color: #fb7705ed;
      color: #fff;
      font-weight: bold;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
    }

    .profile-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 2px solid #fb7705ed;
      object-fit: cover;
    }

    .card h3 {
      margin: 0;
      font-size: 18px;
      color: #000;
      line-height: 1;
    }

    .card p {
      margin: 0;
      font-size: 15px;
      color: #333;
    }
    
    .containerModule {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.moduleCard {
    position: relative;
  background: #fff;
  border: 2px solid #fa8017;
  border-radius: 20px;
  padding: 0px;
  width: 250px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.module-header {
  background: #fa8017;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 10px;
  position: absolute;
top: -20px;
        left: 35%;
}

.module-titless{
    text-align: center;
  color: #fa8017;
  margin-bottom: 15px;
  font-size: 16px;
  padding-top: 30px;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.team-member {
  background: #e3e3e3;
  border: 2px solid #e3e3e3;
  width: calc(20% - 20px);
  text-align: center;
  padding: 16px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.team-member img {
  width: 80%;
  height: auto;
  border: 1px solid #888;
  padding: 3px;
  background-color: #f0f0f0;
}

.team-member h3 {
  margin: 0px;
  font-size: 16px;
  color: #000;
  padding:0px;
}

.team-member p {
  font-size: 14px;
  color: #333;
  margin: 0px;
  padding:0px;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .team-member {
    width: calc(30% - 20px);
  }
}

@media (max-width: 480px) {
  .team-member {
    width: calc(30% - 20px);
  }
}

.info-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.info-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 30px 20px 20px;
  width: 300px;
  position: relative;
}

.info-boxs {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 30px 20px 20px;
  width: 600px;
  position: relative;
}

.info-title {
  background-color: #fb7705ed;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 16px;
  position: absolute;
  top: -20px;
  display: inline-flex;
  align-items: center;
}

.info-titles {
  background-color: #fb7705ed;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 16px;
  position: absolute;
  top: -20px;
  display: inline-flex;
  align-items: center;
}

.info-titles.center {
  left: 33%;
  border-radius: 45px;
}

.info-title.left {
  left: 26%;
  border-radius: 45px;
}

.info-title.right {
  right: 17%;
  border-radius: 45px;
}

.title-line {
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #fff;
  margin-left: 10px;
}

.info-title.left .title-line {
  order: -1;
  margin-left: 0;
  margin-right: 10px;
}

.info-box ul {
  margin-top: 0px;
  padding-left: 15px;
}

.info-box li {
  list-style-type: disc !important;
  color: #000;
  font-size: 13px;
  margin:0px !important;
  font-weight: 500;
  overflow: visible !important;
}

.info-boxs ul {
  margin-top: 0px;
  padding-left: 6px;
}

.info-boxs li {
  list-style-type: disc !important;
  color: #000;
  font-size: 13px;
  margin:0px !important;
  font-weight: 500;
  overflow: visible !important;
}

@media (max-width: 700px) {
  .info-box {
    width: 100%;
    max-width: 90%;
  }
  
  .info-boxs {
    width: 100%;
    max-width: 90%;
  }
}

.team-grid {
  display: flex;
      flex-wrap: wrap;
      gap: 80px;
      justify-content: center;
}

.profile-card {
     display: flex;
      align-items: center;
      background-color: #fb7705ed;
      color: white;
      border-radius: 50px;
      position: relative;
      max-width: 250px;
      width: 100%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    
    .profile-card-image{
        width: 100px;
      height: 100px;
      object-fit: cover;
      position: absolute;
        left: -47px;
    }

    .profile-card img {
      width: 100px;
      height: 100px;
      
    }

    .profile-info {
      padding: 0px;
      flex: 1;
    }

    .profile-info h2 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0px;
      white-space: nowrap;
      color: #fff;
    }

    .profile-info .badge {
      display: inline-block;
    position: relative;
      border-radius: 5px;
      
    }
    
    .profile-info p {
      font-size: 13px;
      margin: 0;
    }

    @media (max-width: 500px) {
        .team-grid {
            flex-direction: column;
            align-items: center;
            margin-top:30px;
            gap: 30px;
        }
        
        .video-grid {
            flex-direction: column;
            align-items: center;
            margin-top:30px;
            gap: 30px;
        }
        
      .profile-card {
        border-radius: 20px;
        flex-direction: column;
        text-align: center;
      }
      
      .profile-card-image{
        bottom: 16px;
    }

     
      .profile-info {
        padding: 10px;
      }
    }

/*.trainer-section {
      max-width: 1000px;
      margin: auto;
      padding: 20px;
    }*/

    /*.trainer-header {
      text-align: center;
      border: 3px solid #fb7705ed;
      border-radius: 20px;
      padding: 10px;
      margin-bottom: 30px;
    }
*/
    /*.trainer-header h2 {
      color: #fb7705ed;
      font-size: 28px;
      margin-bottom: 10px;
    }

    .trainer-header h3 {
      font-size: 20px !important;
      font-weight: 500;
        margin:0;
    }*/

    /*.trainer-content {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      align-items: flex-start;
    }*/

    /*.trainer-left {
      flex: 1 1 300px;
      text-align: center;
    }*/

    /*.trainer-left img {
      width: 250px;
      height: 250px;
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid #fb7705ed;
    }*/

    /*.trainer-details-box {
      border: 3px solid #fb7705ed;
      border-radius: 15px;
      padding: 15px 10px;
      margin-top: 15px;
    }

    .trainer-details-box h4 {
      font-size: 22px;
      margin-bottom: 5px;
    }

    .trainer-details-box p {
      font-weight: bold;
      margin: 5px 0;
    }*/

    /*.trainer-right {
      flex: 2 1 500px;
      font-size: 16px;
      line-height: 1.7;
    }*/

    /*@media (max-width: 768px) {
      .trainer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .trainer-right {
        text-align: left;
      }
    }*/
    
    .containerNeww {
      max-width: 100%;
      margin: auto;
      padding: 20px;
      text-align: center;
      width: 100%;
    }
    
     .containerNewwheader {
      position: relative;
      background: linear-gradient(to right, #1a2e38, #fff, #1a2e38);
      color: #ffa500;
      padding: 30px 20px;
      text-align: center;
      clip-path: polygon(54px 0px, 100% 0px, 95% 100%, -0.11% 100.58%);
      max-width: 100%;
        width: 96%;
    }

    .containerNewwheader h1 {
      margin: 0;
      font-size: 3rem;
      font-weight: 900;
    }

    .containerNewwheader p {
      color: #000;
      margin: 10px 0 0;
          font-size: 30px;
      font-weight: 900;
      line-height: 35px;
    }
    
    .containerNewwheader p span{
        font-size: 25px;
        font-weight: 900;
    }
    
    .faqnew{
        background:#fff !important;
        border-radius:30px;
        padding:0px;
        text-align: left;
        color: red;
    }
    
    .video-grid {
  display: flex;
      flex-wrap: wrap;
      gap: 80px;
      justify-content: center;
}

@media only screen and (max-width: 600px){
    .containerNewwheader p{
        padding-top: 10px !important;
        font-size: 22px !important;
        line-height: 30px;
    }
    .containerNewwheader p span{
        font-size: 18px !important;
    }
    
    .testimonial-img{
        width:50px !important;
        height:50px !important;
    }
    
    .testimonial-description{
        height:230px !important;
    }
}
.testimonial-description{
    line-height:1.5;
    text-align:justify;
}

.owl-prev{
    position: absolute;
    left: 0;
    top: 40%;
    font-size: 40px;
    background: rgb(255 255 255);
    width: 25px;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
}

.owl-next{
    right: 0;
    position: absolute;
    top: 40%;
    font-size: 40px;
    background: rgb(255 255 255);
    width: 25px;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
}

.testimonials1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px;
  padding: 20px;
}

.testimonial1-card {
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  border: 2px solid #fb7705ed;
  border-radius: 25px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.testimonial1-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.testimonial1-card img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.testimonial1-header h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.stars {
  color: #fb7705ed;
  font-size: 24px;
  margin-bottom: 10px;
}

.testimonial1-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

@media (max-width: 768px) {
  .testimonials1 {
    grid-template-columns: 1fr; 
  }
  
  .testimonial1-header {
    flex-direction: column;
  }

  .testimonial1-header img {
    margin-bottom: 10px;
  }
  
  .stars{
      font-size:  13px !important;
  }
  
  .testimonial1-header h3 {
  font-size: 22px !important;
  
}
}
