@media (max-width: 1200px) {

    .hero-section .hero-img {
        max-width: 570px;
    }

    .hero-img img {
        width: 100%;
        height: auto;
    }
}


@media (max-width: 1024px) {

    br {
        display: none;
    }

    .container {
        max-width: 1170px;
        width: 100%;
        margin: 0 auto;
        padding: 30px;
    }

    /* Hero Section */

    .hero-section {
        flex-direction: column !important;
        gap: 30px;
    }

    .hero-section .content-area {
        max-width: 100%;
    }

    .hero-section .hero-img {
        max-width: 100%;
    }

    /* all-in-one Section */

    .card-wrapper .card:nth-child(-n + 3) {
        grid-column: span 6;
    }

    .card-wrapper .card:nth-child(n + 4) {
        grid-column: span 6;
    }


    /* How it works Section */
    .how-it-works-inner {
        flex-direction: column;
        gap: 24px;
    }

    .how-it-works-inner .title {
        display: block;
        text-align: center;
    }

    .how-it-works-content .title {
        display: none;
    }

    .how-it-works-img {
        max-width: 470px;
        gap: 14px;
    }

    .how-it-works-img img {
        width: 100%;
        height: 206px;
    }

    .how-it-works .how-it-works-content {
        max-width: 100%;
    }

}

@media (max-width: 767px) {

    .fs-16 {
        font-size: 14px;
        line-height: 21px;
    }

    .fs-20 {
        font-size: 18px;
        line-height: 27px;
    }

    .fs-24 {
        font-size: 20px;
        line-height: 30px;
    }

    .fs-48 {
        font-size: 28px;
        line-height: 36px;
    }

    .btn {
        padding: 12.5px 20px;
    }


    .container {
        padding: 24px;
    }


    /* Header */

    .header-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 24px !important;
    }

    .header-main .header-logo {
        width: 100%;
        height: 32px;
    }


    .header .navbar-nav .nav-item .nav-link {
        color: var(--color-text-primary);
        font-weight: 500;
        line-height: 24px;
    }

    .header .navbar-nav .nav-item .nav-link:hover {
        color: var(--color-primary);
    }



    .login {
        color: #101010;
        background-color: var(--color-white);
    }

    .title {
        font-weight: 600;
        color: var(--color-text-primary);
    }

    .title span {
        font-weight: 600;
        background-color: var(--color-primary);
        border-radius: 4px;
        padding: 4px 8px;
    }

    .header .navbar-nav,
    .header-button {
        display: none;
    }

    .hamburger {
        display: block;
        width: 24px;
        height: 24px;
    }



    /* Hero Section */
    .hero-section {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        gap: 30px;
    }


    .hero-section .content-area {
        align-items: center;
        gap: 24px;
    }

    .content-area .content-main {
        align-items: center;
        gap: 20px;
        text-align: center;
    }

    .content-area .rating {
        padding: 6.5px 12px;

    }

    .rating .rating-text span {
        font-size: 10px;
        line-height: 18px;
    }

    .rating .rating-star,
    .rating .trust-pilot {
        height: 16px;
    }

    .content-main .hero-title {
        font-size: 36px;
        line-height: 43px;
    }

    .hero-section .hero-img {
        max-width: 100%;
        height: auto;
    }


    /* Job Search Section */

    .job-search {
        gap: 20px;
    }

    .job-search .content-area {
        gap: 16px;
        text-align: center;
    }

    .logo-track {
        gap: 16px;
    }

    .logo-track img {
        height: 62px;
    }


    /* all-in-one Section */

    .all-in-one .all-in-one-inner {
        padding: 16px;
        gap: 20px;
    }

    .card {
        padding: 16px;
    }

    .icon-box {
        padding: 12px;
        margin-bottom: 16px;
    }

    .icon-box img {
        width: 24px;
        height: 24px;
    }

    .card h3 {
        margin-bottom: 12px;
    }

    .card-wrapper {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .card {
        grid-column: span 1 !important;
    }



    /* How it works Section */

    .how-it-works-inner {
        gap: 20px;
    }

    .how-it-works-img {
        max-width: 100%;
        gap: 10px;
    }

    .how-it-works-img img {
        width: 100%;
        max-width: 295px;
        height: 135px;
    }

    .how-it-works .fetured-img {
        left: 0;
        top: 195px;
        width: 351px;
        height: 351px;
    }

    .how-it-works .how-it-works-content {
        max-width: 570px;
    }

    .how-it-works-inner .how-it-works-content {
        text-align: center;
        gap: 20px;
    }

    .steps-wrapper .step-card {
        flex-direction: row;
        padding: 16px;
        gap: 20px;
    }

    .steps-wrapper .step-badge {
        padding: 6px 11px;
    }

    .steps-wrapper .step-badge-2 {
        padding: 6px 9px;
    }

    .steps-wrapper .step-content h3 {
        margin-bottom: 8px;
        text-align: left;
    }

    .steps-wrapper .step-content p {
        text-align: left;
    }


    /* Testimonial Section */

    .testimonial-inner {
        gap: 20px;
    }

    .testimonial-inner .title span {
        padding: 3px 4px;
    }

    /* SLIDES TRACK */
    .slides {
        gap: 24px;
    }

    /* TESTIMONIAL CARD */
    .testimonial-card {
        gap: 20px;
        padding: 20px;
        min-height: auto;
    }

    .user-row {
        gap: 16px;
    }


    .testimonial-content {
        gap: 12px;
    }

    .avatar {
        width: 62px;
        height: 62px;
    }

    .stars img {
        width: auto;
        height: 20px;
    }

    .trust-icon {
        width: auto;
        height: 28px;
    }

    .quote-icon {
        width: 32px;
        top: 20px;
        right: 20px;
    }



    /* Explore Job Search Section */

    .explore-job-search-content {
        padding: 24px 16px;
    }

    .explore-job-search-inner .content-box {
        gap: 24px;
    }

    .explore-job-search-inner .main-content {
        gap: 16px;
    }

    .explore-job-search-inner .btn-wrapper {
        flex-direction: column;
        gap: 16px;
    }

    .explore-job-search-inner .btn {
        padding: 11px 24px;
    }

    /* Yellow corner shapes */
    .explore-job-search-inner .shape {
        width: 150px;
        height: 100px;
    }

    .explore-job-search-inner .left-shape {
        left: -87px;
        bottom: -37px;
    }

    .explore-job-search-inner .right-shape {
        right: -87px;
        bottom: -37px;
    }



    /* FAQ Section */

    .faq-section-inner {
        gap: 20px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .faq-item {
        padding: 16px;
    }

    /* Question Row */
    .faq-question {
        font-size: 18px;
    }


    /* Icon */
    .faq-question .icon {
        width: 20px;
        height: 20px;
        font-size: 16px;
    }

    .faq-answer {
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        margin-top: 12px;
        padding-top: 12px;
    }



    /* Footer Section */

    .footer-inner {
        gap: 20px;
    }

    .footer-inner .tealhq-logo {
        height: 32px;
    }

    .footer .footer-nav {
        gap: 16px;
    }

    .footer .copyright {
        padding: 15.5px 0px;
    }

}