 .containerDIV {
            position: relative;
            width: 100%;
            height: 100%;
            margin-left:40px;
        }

        .reviewImg{
          display: block;
        }

        .shape-left {
            position: absolute;
            top: -40px;
            left: -70px;
            width: 60%;
            height: 80%;
        }

        .shape-right {
            position: absolute;
            bottom: -10px;
            right: -10px;
            width: 80%;
            height: 100%;
        }

        .main-image {
            position: relative;
            z-index: 2;
            margin-top: 20px;
            width: 100%;
            border: 5px solid #00727A;
            border-radius: 15px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .containerss {
            position: relative;
            width: 400px;
            margin-top: 100px;
            text-align: center;
        }

        .contai {
          position: relative;
          width: 100%;
          margin-top: 0px;
          text-align: center;
          display: flex;
      }

        .background-circle {
            position: absolute;
            top: 70px;
            left: 50%;
            transform: translateX(-50%);
            width: 400px;
            height: 400px;
            background-color: #d9f7e7;
            border-radius: 50%;
            z-index: 1;
        }

        .main-images {
            position: relative;
            z-index: 2;
            width: 100%;
            border-radius: 10px;
        }

          .info-box {
            position: absolute;
            background-color: white;
            padding: 10px 15px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 3;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .info-box i {
            font-size: 20px;
            color: #00727A;
        }

        .info-box.top-left {
            top: 50px;
            left: -80px;
      animation: bounce 3s, slideIn 2s ease-in-out ;
        }

        .info-box.top-right {
            top: 50px;
            right: -80px;
       animation: fadeIn 2s ease-in-out, slideIn 5s ease-in-out;
      animation-direction: alternate;
        }

        .info-box.bottom-left {
            bottom: 50px;
            left: -80px;
      animation: slideIn 3s ease-in-out;
      animation-direction: alternate;
        }

         @keyframes slideIn {
    from {
      transform: translateX(-100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }

        .info-box.bottom-right {
            bottom: 50px;
            right: -80px;
      animation: slideIn 3s ease-in-out;
        }
        .info-box h3 {
            margin: 5px 0;
            font-size: 16px;
            color: 00727A;
        }

        .info-box p {
            margin: 0;
            color: #555;
        }

       /*START LEARNING STEPS STYLE*/
      .socialBTN {
  color: #FFFFFF;
  font-size: 17px;
  background: linear-gradient(90deg, #FBB040, #FF6A00);
  padding: 10px;
  border-radius: 50%;
}
.l3{
  background-color: #ffffff;
  box-shadow: 0px 20px 40px 0px #d9f7e7;
  border-radius: 20px;
}

.l4{
  background-color: none;
  box-shadow: 0px 20px 40px 0px #d9f7e7;
  border-radius: 20px;
}

.l5{
  background-color: none;
}

.l5 :hover{
  background-color: none;
  box-shadow: 0px 20px 40px 0px #d9f7e7;
  border-radius: 10px;
  border:  solid none;
}

/*SUBJECT STYLES*/
.subjects {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.subject-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color:  #ffffff;
    color: 00727A;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.subject-btn:hover {
    color: #fff;
    background-color: #00727A;
}

.subject-btns {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color:  #d9f7e7;
    color: 00727A;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.subject-btns:hover {
    color: 00727A;
    background-color: #ffffff;
}

/*EXPERT GUIDE CSS*/


h1 {
    font-size: 28px;
    color: #075e23;
    margin-bottom: 10px;
}

p {
    font-size: 16px;
    color: 00727A;
    margin-bottom: 20px;
    width: 100%;
}

.button-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.guide-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    background: linear-gradient(90deg, #0f9d58, #34a853);
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bg{
background: linear-gradient(90deg, #FBB040, #FF6A00);
}
.guide-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.ghs {
  border-bottom: 5px solid #FF6A00;
  border-bottom-left-radius: 20px;
  color: #000;
  display: inline-block; /* keeps it neat if inline */
  animation: pulse 2s ease-in-out infinite alternate;
}

/* card info with CARLOS */
.testimoniald-cardds {
      background-color: #00727A;
      border-radius: 10px;
      width: 100%;
      padding: 5px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
    }

.jj {
  border-bottom: 5px dotted #FF6A00;
  border-bottom-left-radius: 20px;
  color: #000;
  display: inline-block; /* keeps it neat if inline */
  animation: pulse 2s ease-in-out infinite alternate;
}





   

    .testimoniald-card {
      background-color: #00727A;
      border-radius: 10px;
      width: 90%;
      padding: 50px;
      margin-left: 5%;
      margin-right: 5%;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      display: flex;
      align-items: center;
    }

    .testimoniald-ccard {
      background-color: none;
      border-radius: 10px;
      width: 90%;
      padding: 50px;
      margin-left: 5%;
      display: flex;
      align-items: center;
    }

    .testimoniald-card .testimoniald-ccard img {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      margin-right: 20px;
    }

    .testimoniald-content {
      flex-grow: 1;
    }

    .testimoniald-content p {
      font-size: 14px;
      color: #00727A;
      margin: 0;
    }

    .testimoniald-ccontent {
      flex-grow: 1;
      margin-bottom: -40px;
      margin-left:-40px;
    }

    .testimoniald-ccontent h1 {
      font-size: 34px;
      color: 00727A;
      
    }

    .testimoniald-content p .fa-quote-left, .testimoniald-content p .fa-quote-right {
      color: #FF6A00;
      font-size: 50px;
    }

    .testimoniald-rating {
      color: #FF6A00;
      margin: 10px 0;
    }

    .testimoniald-author {
      font-weight: bold;
      color: 00727A;
      font-size: 23px;
    }

    /* MORE INFORMATION FORM */
.ccontainer {
    display: flex;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #d9f7e7;
}

.image-sections img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-sections {
    width: 50%;
}

.form-sections {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}

.form-sectionss {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.form-sections h2 {
    margin-bottom: 10px;
    color: 00727A;
}

.form-sections p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.form-groups {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.form-groups input, 
.form-groups select, 
.form-groups textarea, 
.butts {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #d9f7e7;
    border:  solid solid 00727A;
    box-sizing: border-box;
}

.butts {
    background-color: #00727A;
    color: #fff;
    border: none;
    width: 50%;
    cursor: pointer;
}


.butts:hover {
    background-color: #218838;
}

 /*COURSES FILTER CSS*/

 .profile-card {
      border-radius: 10px;
      background-color: #ffffff;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
     
      }
    .profile-image {
      width: 100%;
      height: 100%;
      object-fit: fitXY;
      margin-right: -15px;
      border-top-left-radius:10px ;
      border-bottom-left-radius:10px ;
      margin-left: -20px;
     
    }

    @keyframes bounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-50px);
      }
    }
    .profile-info {
      flex-grow: 1;
      padding: 10px;
    
    }
     .profile-info i {
      font-size: 13px;
      color: #00727A;
       animation: bounce 3s;
    }
     .profile-info p{
      font-size: 15px;
       display: -webkit-box;
      -webkit-line-clamp: 2; /* Number of lines to display */
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .rating-section {
      text-align: right;
    }
    .rating-section span {
      color: gold;
    }
    .language-box {
      display: inline-block;
      padding: 5px 15px;
      background-color: #d9f7e7; /* Light gray background */
      border-radius: 3px; /* Rounded corners */
      font-size: 14px; /* Adjust font size */
      color: #212529; /* Text color */
      opacity: 0;
    animation: fadeIn 3s forwards;
    }

     @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .testimoniald-card-mob {
    display: none;
  }

  .tit{
    font-size: 40px; 
    color: black;
  }


    .language-boxx {
      padding: 5px;
      background-color: #f2f0fA; /* Light gray background */
      border-radius: 5px; /* Rounded corners */
      font-size: 10px; /* Adjust font size */
      color: #212529; /* Text color */
      text-align: center;
        animation: slideIn 2s ease-in-out;
    }

    .language-boxxs {
      padding: 5px;
      background-color: #f8f8fA; /* Light gray background */
      border-radius: 5px; /* Rounded corners */
      font-size: 10px; /* Adjust font size */
      color: #212529; /* Text color */
      text-align: center;
        animation: fadeIn 2s ease-in-out;
    }
    .bb {
        animation: bounce 5s infinite;
    }

    .tti{
      font-size: 50px; 
      color: #000;
    }

    .tipi{
      font-size: 80px;
    }

    .tii{
      font-size: 40px;
    }

    /* MOBILE VIEW FOR TUTOR'S PROFILES */
    /* Mobile-specific styles */
@media (max-width: 768px) {

    .image-sections {
    width: 1%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.nav-items{
  display:block;
}

.tit{
  font-size: 25px; 
  color: black;
}

.tti{
  font-size: 30px; 
  color: #000;
}

.tipi{
  font-size: 50px;
}

.tii{
  font-size: 30px;
}

.testimoniald-card-mob {
  display: block;
  background-color: #FF6A00;
  border-radius: 10px;
  width: 100%;
  padding: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.testimoniald-cardds{
  display: none;
}

.form-sections {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

    .bdcrum{
        height: 200px;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        margin-top:-140px;
        font-size: 26px;
        padding-bottom: 10px;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
        font-size: 14px;
        display:block;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item i {
        font-size: 10px;
        display:none;
    }

  .profile-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .profile-image {
    width: 80px;
    height: 80px;
    margin-right: 0;
    border-radius:20px ;
    margin-bottom: 10px;
  }

  .profile-info h2 {
    font-size: 16px;
  }

  .profile-info p {
    font-size: 12px;
  }

  .language-box {
    font-size: 11px;
    padding: 3px 8px;
  }

  .reviewImg{
    display: none;
  }
}

/* Extra small devices (phones, < 576px) */
@media (max-width: 576px) {

    .image-sections {
    width: 1%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.reviewImg{
  display: none;
}

.tit{
  font-size: 20px; 
  color: black;
}

.testimoniald-card-mob {
  display: block;
  background-color: #FF6A00;
  border-radius: 10px;
  width: 100%;
  padding: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.testimoniald-cardds{
  display: none;
}

.form-sections {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

    .bdcrum{
        height: 200px;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        margin-top:-140px;
        font-size: 24px;
        padding-bottom: 10px;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
        font-size: 12px;
        display:block;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item i {
        font-size: 10px;
        display:none;
    }

  .profile-card {
    padding: 8px;
  }

  .profile-image {
    width: 70px;
    height: 70px;
    border-radius:20px ;
  }

  .profile-info h2 {
    font-size: 14px;
  }

  .profile-info p {
    font-size: 11px;
  }

  .language-box {
    font-size: 10px;
    padding: 3px 6px;
  }
}

/* Very small devices (small phones, < 400px) */
@media (max-width: 400px) {

    .image-sections {
    width: 1%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.reviewImg{
  display: none;
}

.tit{
  font-size: 20px; 
  color: black;
}

.testimoniald-card-mob {
  display: block;
  background-color: #FF6A00;
  border-radius: 10px;
  width: 100%;
  padding: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.testimoniald-cardds{
  display: none;
}

.form-sections {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

    .bdcrum{
        height: 200px;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        margin-top:-140px;
        font-size: 22px;
        padding-bottom: 10px;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
        font-size: 10px;
        display:block;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item i {
        font-size: 10px;
        display:none;
    }

    


  .profile-card {
    padding: 5px;
  }

  .profile-image {
    width: 60px;
    border-radius:20px ;
    height: 60px;
  }

  .profile-info h2 {
    font-size: 13px;
  }

  .profile-info p {
    font-size: 10px;
  }

  .language-box {
    font-size: 9px;
    padding: 2px 5px;
  }
}

/* FAQS ACCORDION CSS START */

.faq-container {
  max-width: 70%;
  margin: 0 auto;
  
}

h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.accordion {
  border-radius: 8px;
  background: none;
  overflow: hidden;
}

.accordion-item {
  border-bottom:  solid solid #ddd;
  margin-bottom: 10px;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  display: flex;
  justify-content: space-between; /* Ensures title and icon are on opposite ends */
  align-items: center; /* Vertically aligns the items */
  width: 100%; /* Ensures the header spans the full width */
  background: none;
  border: none;
  padding: 10px;
  font-size: 16px;
  text-align: left;
  color:#212529;
  cursor: pointer;
}

.icon {
  margin-left: auto; /* Pushes the icon to the far right */
  transition: transform 0.3s ease;
}

.accordion-item.active .icon {
  transform: rotate(180deg); /* Rotate icon when active */
}

.accordion-header:hover {
  background: #FF6A00;
  color:00727A;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
}

.accordion-content p {
  padding: 10px 0;
  font-size: 0.9rem;
}

.accordion-item.active .accordion-content {
  max-height: 150px; /* Adjust based on your content size */
  padding: 10px 15px;
}

.accordion-item.active .accordion-header {
  font-weight: bold;
  color: #00727A;
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-container {
    padding: 10px;
  }

  .accordion-header {
    font-size: 0.9rem;
    padding: 10px;
  }
}

/* FAQS ACCORDION CSS END */

/* RATES PAGE CSS START */

.discounts {
  background-color: #d6ecf7;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0px 5px 10px rgb(218, 218, 218);
  margin-bottom: 20px;
  min-height: 430px;
}

.discounts:hover {
  background-color: #ffffff;
  border-radius: 40px;
}

.free-meeting {
  background-color: #eee6c2;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0px 5px 10px rgb(218, 218, 218);
  min-height: 400px;
}

.free-meeting:hover {
  background-color: #ffffff;
  border-radius: 40px;
}

.free-meeting h3 {
  font-size: 1.9rem;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.free-meeting ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.free-meeting ul li {
  margin: 10px 0;
  display: flex;
  font-size: 20px;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  gap: 10px;
  color: #00727A;
  text-align: left;
  font-weight: bold;
}

.discounts h3 {
  font-size: 1.9rem;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.discounts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.discounts ul li {
  margin: 10px 0;
  display: flex;
  font-size: 20px;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  gap: 10px;
  text-align: left;
  color: #00727A;
  font-weight: bold;
}

.discounts  ul li::before {
  content: '\2713';
  color: green;
  font-weight: bold;
  font-size: 20px;
  background-color:none;
  border-radius: 50%;
  height: 20px;
  padding: solid;
  margin-right: 10px;
  margin-bottom: 10px;
}

.free-meeting ul li::before {
  content: '\2713';
  color: green;
  font-weight: bold;
  font-size: 20px;
  background-color:none;
  border-radius: 50%;
  height: 20px;
  padding: solid;
  margin-right: 10px;
  margin-bottom: 10px;
}
.foote {
  margin-top: 20px;
  text-align: center;
  font-size: 0.9rem;
}



.foote a:hover {
  text-decoration: underline;
}

/* RATES PAGE CSS END */

/* HOMESCHOOLING CSS START */
.choose{
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding-top:50px ;
  padding-bottom: 50px;
}
.cardBox{
  width: 30%;
  height: 300px;
  padding-bottom: 20px;
}
.cardBox i{
  font-size: 70px;
  text-align: center;
  color: #00727A;
  display: flex;
  justify-content: space-around;
  padding-bottom: 20px;
}

.cardBox h3{
  font-size: 25px;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.cardBox p{
  font-size: 17px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  padding-left: 20px;
  padding-right: 20px;
  color: #00727A;
}
.cardImg{
  justify-content: center;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.feature_part1{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}
.bookingTab{
  width: 80%;
  background: #d9f7e7;
  height: 20rem;
  border-radius: 20px;
  padding-bottom: 20px;
}
/* For Mobile Devices */
@media screen and (max-width: 480px) {
  /* Styles for small mobile */
  .choose{
  display: block;
  padding-top:50px ;
  padding-bottom: 50px;
}
.cardBox{
    width: 100%;
  }
  .cardBox i{
  font-size: 70px;
}
.bookingTab{
  height: 100%;
  padding-bottom: 20px;
}
.bookingTab h1{
  ont-size: 10px;
}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  /* Styles for large mobile */
  .cardBox{
    height: 100%;
  }
}

/* For Tablet Devices */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Styles for small tablet */
  .cardBox{
    height: 100%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  /* Styles for large tablet */
}
/* HOMESCHOOLING CSS END */

/* TEAMS CSS */
.team-name{
  color:#fff; 
  background-color: #00727A; 
  opacity:0.9; 
  padding: 10px; 
  border-radius: 10px;
}

/* .l6{
  background-color: none;
  padding: 10px;
  border-radius: 10px;
}

*/
.l6 :hover{
  background-color: none;
  box-shadow: 0px 10px 20px 0px #8dceab;
  border-radius: 20px;
  cursor:grab;
  border:  solid none;
} 

.l7{
  background-color: none;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #00727A;
  margin:10px; 
  width: 100%;
}


.l7 :hover{
  background-color: none;
  box-shadow: 0px 10px 20px 0px #00727A;
  border-radius: 20px;
 
  border-top: 1px solid #00727A;
}


/* LOGIN STYLING START */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.modal.active {
  display: flex;
}
.imh {
  width: 150px;
  height: 150px;
}

.kop{
  border-right: 1px solid #00727A;
}

/* LOGIN FORM */
.login-container {
  background: none;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.login-container input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.password-container {
  position: relative;
}
.password-container input {
  width: calc(100% - 30px);
}
.password-container .toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.login-button {
  background: #00727A;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}
.forgot-password {
  text-align: right;
  font-size: 12px;
  color: #00727A;
  cursor: pointer;
}
.sign-in-options {
  margin-top: 10px;
  font-size: 14px;
  color: #00727A;
  cursor: pointer;
}




/* LOGIN STYLING END */

