.review_heading {
    display: flex;
    justify-content: space-between;
    color: black;
}
.section_brudcrumb {
    background: linear-gradient(227deg, #193751, #1f8a97);
    position: relative;
    padding: 50px 0;    
}
.banner_img_brudcrumb {
        text-align: center;
}
.banner_img_brudcrumb img {
        width: 100%;
        border-radius: 10px;    
}
.section_brudcrumb h5 {
        color: #ffbc5c;
    font-size: 30px;
}
.section_brudcrumb h4 {
        color: white;
}
.border_line_area {
    position:relative;
}
.border_line_area:before {
    content:'';
    position: absolute;
    width: 75%;
    height: 4px;
    background: #ffa500;
    top: 95px;
    left: 0px;
    right: 0;
    margin: auto;
}
.tag_line_item {
        padding: 25px;
    text-align: center;
    position: relative;
}
.tag_line_item h4 {
        font-weight: 600;
    font-size: 18px;
    color: #454242;
}
.tag_line_item .img_cricle {
        width: 125px;
    background: #ffa500;
    height: 125px;
    border-radius: 100px;
    line-height: 125px;
    margin: 10px auto;
}
.tag_line_item p {
    
}

.contact-section {
  padding: 60px 0;
}
.contact-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.contact-info {
  background: linear-gradient(227deg, #193751, #1f8a97);
  color: #fff;
  padding: 40px;
}
.contact-info h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.contact-info p {
  margin: 8px 0;
  font-size: 15px;
}
.contact-form {
  padding: 40px;
}
.form-group {
    margin-bottom: 1rem !important;
}
/* Custom select arrow style */
select {
  appearance: none;         /* Default arrow hide */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none;    /* Firefox */
  background: #fff url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") 
              no-repeat right 0.9rem center/16px 16px;
  padding-right: 2.5rem; /* Space for arrow */
  border: 1px solid #ced4da;
  border-radius: 8px;
}

/* For dark background */
select:focus {
  border-color: #0080cd;
  box-shadow: 0 0 0 0.25rem rgba(0,128,205,0.25);
}
.form-control {
  border-radius: 5px;
  box-shadow: none !important;
padding: 8px 10px;
font-size: 16px;
color: #212529;
border: 1px solid #616161;
}
label {
    display: inline-block;
    font-weight: 500;
    font-family: system-ui;
}
.policy-section {
    padding:50px 0;
}
.account_page {
    padding: 50px 0px;
    position: relative;
}
.Forgot_Password {
    color: black;
    margin-top: 6px;
    font-weight: 600;
    font-size: 14px;
}
.google_login button {
        border: none;
    padding: 5px;
    width: 100%;
    background: #eae7e7;
    color: black;
    border-radius: 5px;
}
.account_page .hidden { display: none; }
.search-filter {
    
} 
.search-filter h2 {
        font-size: 22px;
    font-weight: 600;
}
.search-filter .filter_search_bar {
    background: white;
    margin-top: 50px;
    box-shadow: 0 0 15px #ececec;
    padding: 15px 25px 5px;
    border-radius: 8px;
    border: 2px solid #ffa500;
}
.teacher_list {
    padding:50px 0;
} 
.filter_teacher_box {
    box-shadow: 0 0 5px #958f8f;
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
} 
.filter_teacher_box .teacher_img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
}
.filter_teacher_box .img_data_title {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
} 
.filter_teacher_box .img_data_title span {
        display: block;
    width: fit-content;
    margin: 5px 0px;
}
.filter_teacher_box .btn_group {
    padding: 10px;
    padding-top: 0;
}
.filter_teacher_box .btn_group a {
        width: 50%;
    text-align: center;
    font-family: system-ui;
}
 /* Custom Styling */
  .teacher-profile .profile-header {
        background: linear-gradient(135deg, #ffa500, #1c8693);
    color: #fff;
    padding: 1rem 1rem;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }
  .teacher-profile .profile-header img {
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
  .teacher-profile .profile-header h2 {
          font-size: 18px;
  }
  .teacher-profile .profile-header .lead {
      font-size: 16px;
  }
  
  .teacher-profile .profile-header::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
  }
  .teacher-profile .info-card {
    border-radius: 1rem;
    transition: transform 0.2s ease;
  }
  .teacher-profile .info-card:hover {
    transform: translateY(-4px);
  }
  .teacher-profile .review-box {
    background: #f9fafc;
    border-left: 4px solid #0080cd;
    padding: 1rem;
    border-radius: 0.5rem;
  }
.teacher-profile {
    padding:50px 0;
}
.teacher-profile .main_heading_teach {
    font-family: system-ui;
    font-size: 18px;
}
.teacher-profile .card-body {
    box-shadow: 0 0 5px #958f8f;
    border-radius: 8px;
}
.btn_filter_phone {
        margin-top: 30px;
    width: 100%;
    display: block;
}
.book-session-card .btn-option {
      border: 2px solid #000000;
        background: #fff;
        color: #000000;
        border-radius: 5px;
        padding: 6px 20px;
        width: 48%;
        transition: all 0.3s;
        font-weight: 600;
    }
.book-session-card .btn-option.active {
      background: #000000;
      color: #fff;
    }
.book-session-card .session-details {
      margin-top: 25px;
      display: none;
      animation: fadeIn 0.5s ease-in-out;
    }
    @keyframes fadeIn {
      from {opacity: 0; transform: translateY(-10px);}
      to {opacity: 1; transform: translateY(0);}
    }
    
.book-session-card .price-box {
  background: #f0f4ff;
  padding: 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-top: 10px;
}
.img_login_ai {
    
}
.img_login_ai img {
    width: 100%;
    border-radius: 5px;
}
@media (max-width:767px) {
    .img_login_ai {
        margin-top:30px;
    }
    .google_login {
        margin-top: 15px;   
    }
    .hero_section {
        padding: 40px 0px;
    }
.testimonila_slider .slick-slide {
    margin: 10px;
}
.footer-bottom-desc p {
    text-align:center;
}
.payment_img {
    text-align: center;
}
.payment_img img {
    width: 80%;
    border-radius: 3px;
}
    .section_brudcrumb {
            padding-top: 35px;
    text-align: center;
    }
    .main_title_left {
        font-size: 25px;
    }
    .row_revarsble {
        flex-direction: column-reverse;
    }
    .border_line_area:before {
        display:none;
    }
    .tag_line_item {
        padding: 0px 25px;
    }
}