@media screen and (max-width: 1300px) {
    .hero h1 {
        font-size: 42px;
    }
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(22%, 1fr));
    }
}
@media screen and (max-width: 1100px) {
    .hero h1 {
        font-size: 36px;
    }
    .hero-container {
        max-width: 600px;
    }
    .feedback-banner p {
        max-width: 600px;
    }
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(21%, 1fr));
    }
    .stat-number {
        font-size: 32px;
    }
    .hero-img {
        right: -260px;
    }
}
@media screen and (max-width: 900px) {
    .hero-container {
        max-width: 500px;
    }
    .stat-text {
        font-size: 15px;
    }
    .why-list > div {
        flex: 0 calc(50% - 15px);
    }
    .why-list ul > li {
        flex: 0 calc(50% - 15px);
    }
    .feedback-inner > div:nth-child(1) {
        flex: 0 100%;
    }
    .feedback-inner > div:nth-child(2) {
        flex: 0 100%;
        margin: 20px 0 0 0;
    }
    .feedback-inner > div a {
        justify-content: start;
    }
    .feedback-inner > div:nth-child(2) {
        text-align: left;
    }
    .feedback-banner-img {
        right: -10px;
        height: 80%;
        top: 10%;
    }
    .feedback-banner p {
        max-width: 480px;
        font-size: 24px;
    }
    .btn-menu {
        display: block;
    }
    .header-content > div:last-of-type {
        display: flex;
        gap: 16px;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .stats-grid {
        gap: 10px;
    }
    .stat-number {
        font-size: 24px;
    }
    .offer-text {
        font-size: 24px;
    }
    .section-title {
        font-size: 30px;
        line-height: 120%;
    }
    .feedback-banner p strong {
        width: min-content;
    }
    .feedback-inner > div {
        line-height: 120%;
    }
    .feedback-inner p {
        margin: 16px 0 0 0;
        line-height: 130%;
    }
    .feedback-inner > div:nth-child(2) {
        margin: 12px 0 0 0;
    }
}
@media screen and (max-width: 600px) {
    .feedback-banner-img {
        height: 150px;
        top: auto;
        bottom: 10px;
    }
    .feedback-banner p {
        font-size: 20px;
        max-width: 75%;
    }
    .benefits-list,
    .why-list {
        gap: 10px;
    }
    .benefits-list > div {
        flex: 0 100%;
    }
    .why-list > div {
        flex: 0 100%;
    }
    .section-title {
        font-size: 24px;
    }
    .stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    }
    .hero h1 {
        font-size: 30px;
    }
    .brands-grid {
        gap: 10px;
    }
}
@media screen and (max-width: 500px) {
    .hero h1 {
        font-size: 24px;
    }
    .hero p {
        font-size: 16px;
        line-height: 140%;
    }
    .why-list ul > li {
        flex: 0 100%;
    }
    .feedback-banner p {
        font-size: 18px;
        max-width: 65%;
    }
    .feedback-inner > div:nth-child(1) {
        font-size: 24px;
    }
    .hero-container {
        padding: 25px;
    }
    .hero-btn {
        font-size: 15px;
    }
    .offer-text {
        font-size: 22px;
        line-height: 120%;
    }
    .feedback-inner > div {
        font-size: 20px;
    }
    .mobile_menu {
        height: calc(100% - 71px);
        top: 71px;
    }
    .feedback-inner > div:nth-child(1) {
        padding: 0;
    }
    .feedback-inner ul li {
        font-size: 17px;
    }
    .feedback-inner ul li span {
        flex: 0 23px;
    }
    .feedback-inner iframe {
        height: 250px;
    }
    .container {
        padding: 0 10px;
    }
}
@media screen and (max-width: 375px) {
    .feedback-banner-img {
        height: 130px;
    }
    .category-card h3 {
        font-size: 20px;
    }
    .hero h1 {
        font-size: 20px;
    }
    .hero p {
        font-size: 15px;
    }
    .contact-btn {
        padding: 10px 10px;
    }
    .contact-btn {
        font-size: 12px;
    }
    .contact-btn img {
        height: 15px;
    }

}