@media (max-width:991px) {
    .nav_bg_design {
        background-image: none;
        padding: 0;
    }

    .desktop_logo {
        display: none;
    }
}

@media (min-width:991px) {
    .nav-link {
        color: var(--white-color);
    }

    .menuList {
        gap: 14px;
    }

}

@media (max-width:767px) {
    .banner_bg {
        margin-top: -40% !important;
    }
}

@media (max-width:580px) {
    .banner_content h1 {
        font-weight: 700;
        font-size: 40px;
    }

    .banner_content h2 {
        font-weight: 700;
        font-size: 33px;
    }

    .banner_content h3 {
        font-weight: 700;
        font-size: 29px;
    }

    .banner_bg .img-fluid img {
        width: auto;
        width: 100% !important;
        width: fit-content;
        max-height: 110px;
    }
    .header_menu.phone_box { 
    padding: 9px 9px !important;
    font-size: 11px !important;
            transform: scale(1.13) !important;
}
}

@media (min-width:576px) {
    .top_box .top_phone_box::before {
        position: absolute;
        content: '';
        width: 77px;
        height: 31px;
        rotate: -64deg;
        left: -45px;
        background-color: var(--main-color);
    }
}

@media (max-width:576px) {
    .top_box {
        flex-direction: column;

    }

    .top_email_box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .top_email_box,
    .top_phone_box {
        width: 100%;
    }

    .banner_bg {
        margin-top: -90% !important;
    }
}




@media (max-width: 992px) {
    .learner-section {
        text-align: center;
        /* padding: 60px 20px; */
    }

    .image-box {
        margin-top: 30px;
    }

    .learner-img {
        max-width: 350px;
    }
}

@media (max-width: 576px) {
    .learner-section h2 {
        font-size: 26px;
    }

    .learner-section p {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .trainer-section {
        padding: 60px 20px;
        text-align: center;
    }

    /* .photo-frame .frame {
    width: 250px;
  }

  .photo-frame .photo {
    width: 220px;
    top: 18px;
    left: 15px;
  }

  .trainer-content h2 {
    font-size: 26px;
  } */
}

@media (max-width: 991px) {
    .faq-container {
        padding: 50px 40px;
    }

    h1 {
        font-size: 32px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .faq-container {
        padding: 40px 30px;
    }

    h1 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .question-text {
        font-size: 16px;
    }

    .answer-text {
        font-size: 15px;
        padding-right: 24px;
    }

    .faq-question {
        padding: 22px 0;
    }

    .faq-answer.active {
        padding-bottom: 22px;
    }
}

@media (max-width: 575px) {
    /* body {
                padding: 20px 0;
            } */

    .faq-container {
        padding: 30px 20px;
        border-radius: 0;
    }

    h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .question-text {
        font-size: 15px;
    }

    .answer-text {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .footer-title {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .dotted-line {
        padding: 0 30px;
    }

    .contact-section {
        gap: 30px;
        margin-bottom: 60px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }

    .footer-links {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    footer {
        padding-top: 60px;
    }

    .footer-title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .info-content p {
        text-align: justify;
    }

    .contact-section {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 50px;
    }

    .dotted-line {
        display: none;
    }

    .icon-wrapper {
        width: 90px;
        height: 90px;
    }

    .icon-wrapper i {
        font-size: 36px;
    }

    .contact-label {
        font-size: 18px;
    }

    .contact-info {
        font-size: 18px;
        font-weight: 400;
    }

    .top_phone_box a {
        color: var(--white-color);
        text-decoration: none;
        grid-area: 6px;
        text-decoration: underline;
    }

    .top_phone_box {
        text-align: right !important;
    }

    .footer-links {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .copyright-bar {
        font-size: 13px;
        padding: 15px 20px;
    }
}

@media (max-width: 576px) {
    footer {
        padding-top: 50px;
    }

    .info-content h1 {
        font-size: 22px;
    }

    .header_row {
        flex-direction: column-reverse !important;
    }


    .footer-title {
        font-size: 22px;
    }

    .icon-wrapper {
        width: 80px;
        height: 80px;
    }

    .icon-wrapper i {
        font-size: 32px;
    }

    .contact-label {
        font-size: 17px;
    }

    .contact-info {
        font-size: 14px;
    }

    .footer-divider {
        width: 85%;
    }

    .copyright-bar {
        font-size: 12px;
    }

    .number_box_img {
        display: none !important;
    }

    .journy-box {
        flex-direction: row-reverse !important;
        gap: 25px !important;
    }

    .journey_content {
        text-align: left !important;
    }

    .journey_content h3 {
        font-size: 17px;
        font-weight: 600;
    }

    .journey_content p {
        font-size: 13px !important;
    }

    .journy-box .rounded {
        height: 70px !important;
        width: 70px !important;
    }

    .journy-box hr {
        margin: 0 !important;
    }

    .journy-box .img-top {
        height: fit-content !important;
    }

    .intro-content h3 {
        font-weight: 600;
        font-size: 23px;
    }

    .info-content p {
        text-align: justify !important;
    }

    .form-note {
        font-size: 11px !important;
    }

    .icon-wrapper {
        width: 60px !important;
        height: 60px !important;
    }

    .icon-wrapper i { 
        font-size: 26px !important;
    }
    .contact-info,
    .contact-info a { 
    font-size: 15px;
    font-weight: 600;
    }
    .form-wrapper {
        padding: 10px !important;
        box-shadow: 0 0 20px -10px gray;
    margin: 10px;
    border-radius: 10px;
    }
    .info-box p{
        text-align: center !important;
    }
}