@media screen and (max-width: 768px) {
  .mobile-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-content: center;
  }
  .header-navbar {
    display: none;
  }
  .sidebarMenuContainer .closeMenu {
    background: #a89168;
  }
  .banner {
    padding-top: 50px;
    padding-left: 40px;
    height: 70vh;
  }
  .banner-text .subtitle {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .banner-text .title {
    font-size: 60px;
    margin-top: -15px;
  }
  .banner-text .pera1 {
    font-size: 20px;
  }
  .banner-text .pera2 {
    font-size: 20px;
  }
  header {
    padding: 20px 0 20px 0;
  }
  .tutor1-text {
    text-align: center;
    padding-top: 40px;
  }
  .tutor1-text h2,
  .tutor2-text h2 {
    font-size: 40px;
  }
  .tutor1,
  .tutor2 {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
  }

  .review-container .container {
    display: flex;
    flex-direction: column;
  }
  .review-item2 {
    order: 1;
  }
  .review-item1 {
    order: 2;
  }
  .review-item3 {
    order: 3;
  }
  .tutor2-text {
    text-align: center;
    padding-top: 0;
  }
  .sub-container {
    gap: 0;
  }
  .get-box {
    margin: 20px 10px;
  }
  .get-box p {
    font-size: 24px;
  }
  .youtubee_section {
    padding: 100x;
  }
  .youtubee_section img {
    padding-bottom: 10px;
  }
  .future-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .future-list {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .future-list img {
    display: none;
  }
  .future-list2 .title1 {
    text-align: center;
  }
  .future-list2 .tRight {
    text-align: center;
  }
  .future-list2 .p2 {
    text-align: center;
  }
  .future-list p {
    width: auto;
    text-align: center;
  }
  .future-Session-list {
    display: flex;
    flex-direction: column;
  }

  .future-Session-list > * + * {
    margin-top: 30px;
  }
  .future-Session-list .section1 {
    text-align: center;
    order: 2;
  }
  .future-Session-list .section2 {
    text-align: center;
    order: 3;
  }
  .future-Session-list .section3 {
    text-align: center;
    order: 1;
  }
  .future-list-container {
    background-color: #eaefec;
    padding: 40px 40px 0px 40px;
  }
  .sub {
    margin-bottom: 30px;
  }
  .faq-message-img {
    display: none;
  }
  .footer-container {
    color: #000000;
    padding: 40px;
    display: block;
  }
  .footer-title {
    font-size: 26px;
  }

  .footer-info h3 {
    font-size: 20px;
  }

  .footer-info p {
    font-size: 16px;
  }

  .footer-social a {
    font-size: 20px;
    margin-right: 10px;
  }

  .footer-image img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tutor1-text h2,
  .tutor2-text h2 {
    font-size: 30px;
  }
  .sub .icon {
    width: 100%;
  }
  .sub {
    width: 150px;
    height: 200px;
  }
  .pricing-box {
    margin-bottom: 30px;
  }
  .single-answer {
    margin-bottom: 10px !important;
  }
  .trial-body-inner {
    max-width: 100%;
    margin: 50px 20px;
  }
}

@media screen and (max-width: 575px) {
  .get-started-header h2 {
    font-size: 32px;
  }
  .faq::before {
    display: none;
  }
  .footer-branding.text-right {
    text-align: center !important;
  }
  .footer-copyright {
    text-align: center;
    margin-bottom: 10px;
  }

  .tutor1::before,
  .tutor2::before {
    display: none;
  }
  .banner {
    padding: 20px 0px 20px 30px;
    height: 50vh;
  }
  .banner-text .subtitle {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .banner-text .title {
    font-size: 50px;
    margin-top: -10px;
  }
  .banner-text .pera1 {
    font-size: 20px;
  }
  .banner-text .pera2 {
    font-size: 20px;
  }
  .brand {
    display: none;
  }
  .subjects {
    padding: 70px 10px;
  }
  .get-started-footer h2 {
    font-size: 22px;
  }
  .faq {
    padding: 30px 10px;
  }
  .faq h1 {
    font-size: 30px;
  }
  #faq .card {
    border-radius: 20px;
  }
  .banner-section h4 {
    color: #222;
  }
  .footer-title {
    font-size: 22px;
  }

  .footer-info h3 {
    font-size: 18px;
  }

  .footer-info p {
    font-size: 14px;
  }

  .footer-social a {
    font-size: 18px;
    margin-right: 8px;
    padding: 0 4px; /* Reduce padding on very small screens */
  }

  .footer-image img {
    max-height: 200px; /* Further reduce image size for mobile */
  }
}
