@media(max-width:1400px) {
    .weed-control-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }

        .farmer-wrapper {
            gap: 35px;
        
            grid-template-columns: 1fr 360px 1fr;
        }

        .feature-wrapper {
            grid-template-columns: repeat(2, 1fr);
        }

    
    }
@media (max-width: 1300px) {
    .feature-wrapper {
        grid-template-columns: repeat(2, 1fr);

    }
}
@media (max-width: 1200px) {    
    .header-altair-col-contnet {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        height: 100vh;
        background-color: rgba(14, 20, 14, 0.98);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        box-shadow: 5px 0 25px rgba(0, 0, 0, 0.5);
        transform: translateX(-100%);
        z-index: 1035;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        flex-direction: column;
    }



    .header-altair-col-contnet.active {
        transform: translateX(0);
    }

    .header-altair-phonelogo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .header-altair-phonelogo img {
        height: 48px;
        width: auto;
    }

    .header-altair-close-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: rgba(255, 255, 255, 0.1);
        border: none;
        border-radius: 50%;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        line-height: 1;
        transition: all 0.3s ease;
    }

    .header-altair-close-btn:hover {
        background: #429f02;
        transform: rotate(90deg);
    }

    .header-altair-list {
        flex-direction: column;
        gap: 0;
        margin-top: 10px;
        padding: 10px 0;
    }

    .header-altair-item {
        width: 100%;
    }

    .header-altair-item a {
        color: #e0e0e0;
        font-size: 16px;
        padding: 16px 24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        transition: all 0.2s ease;
    }

    .header-altair-item a::after {
        display: none;
    }

    .header-altair-item a:hover {
        color: #fff;
        background: rgba(66, 159, 2, 0.15);
        padding-left: 30px;
    }

    .header-altair-hamburger {
        display: block;
    }

    .altair-grid {
        gap: 40px;
    }

    .star-card-row {
        gap: 50px 30px;
    }

    .star-card-content p {
        font-size: 17px;
    }

    /* --- Performance Section (Tablet) --- */
    .performance-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .performance-heading h2 {
    }

    .card-img img {
        height: 300px;
    }
}

@media(max-width:1199px) {

    .weed-control-section {
        padding: 70px 0;
    }

    .section-heading h2 {
        font-size: 44px;
    }

    .section-heading p {
        font-size: 17px;
    }

    .weed-control-wrapper {
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
    }
}

@media (max-width:991px) {

    .altair-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .star-col-lift {
        max-width: 700px;
        margin: auto;
    }

    .star-card-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .weed-control-section {
        padding: 60px 0;
    }

    .section-heading {
        margin-bottom: 45px;
    }

    .section-heading h2 {
        font-size: 38px;
    }

    .section-heading p {
        font-size: 16px;
    }

    .weed-control-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .weed-control-content {
        padding: 16px 12px;
    }

    .weed-control-content h5 {
        font-size: 17px;
    }

    .about-section {
        padding: 70px 0;
    }

    .faq-question {
        font-size: 19px;
        padding: 14px 50px 14px 22px;
    }

    .faq-answer {
        line-height: 1.9;
        font-size: 15px;
    }

    .icon-circle-card-img {
        width: 40px;
        height: 40px;
    }

    @media (max-width: 768px) {
          .farmer-wrapper {
            gap: 35px;
            grid-template-columns: 1fr;}

        .language-desktop {
            display: none;
        }

        .language-mobile {
            display: block;
        }

        .performance-section {
            padding: 60px 0;
        }

        .performance-grid {
            grid-template-columns: 1fr;
            gap: 25px;
        }

        .performance-heading {
            margin-bottom: 40px;
        }

        .performance-heading h2 {
        }

        .performance-heading p {
            font-size: 18px;
        }

        .performance-card {
            border-radius: 25px;
            padding: 14px;
        }

        .card-img {
            margin-bottom: 20px;
        }

        .card-img img {
            height: 240px;
        }

        .card-content p {
            font-size: 18px;
            line-height: 1.7;
        }

        .farmer-img {
            width: 140px;
            height: 140px;
        }

        .farmer-card h3 {
            font-size: 22px;
        }

        .testimonial {
            font-size: 18px;
        }

        .quote {
            font-size: 60px;
        }
    }

    @media (max-width:767px) {
        .hero-section {
            height: 600px;
        }

        .hero-section h1 {
            font-size: 2.5em;
        }

        .after-banner-section {
            padding: 60px 0;
        }

        .after-banner-section h2 {
            font-size: 2em;
        }

        .star-banner-section {
            padding: 60px 0;
        }

        .star-card-row {
            grid-template-columns: 1fr;
            gap: 45px;
        }

        .star-card-img {
            width: 90px;
            height: 90px;
        }

        .star-card-content p {
            font-size: 16px;
            line-height: 1.7;
        }


        .weed-control-section {
            padding: 50px 0;
        }

        .section-heading {
            margin-bottom: 35px;
        }

        .section-heading .sub-title {
            font-size: 13px;
        }

        .section-heading h2 {
            font-size: 30px;
        }

        .section-heading p {
            font-size: 15px;
        }

        .weed-control-wrapper {
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }

        .weed-control-content h5 {
            font-size: 16px;
        }

        .about-section {
            padding: 55px 0;
        }

        .faq-contnet-box {
            padding-bottom: 30px;
        }

        .faq-contnet-box p {
            font-size: 15px;
        }

        .faq-question {
            font-size: 17px;
            padding: 12px 45px 12px 18px;
        }

        .faq-question::after {
            font-size: 32px;
            right: 15px;
        }

        .faq-answer {
            line-height: 1.8;
            padding: 5px 18px 15px;
        }
    }

    @media(max-width:575px) {
        .srcn-container {
            padding: 0 12px;
        }

        .weed-control-section {
            padding: 40px 0;
        }

        .section-heading h2 {
            font-size: 26px;
        }

        .section-heading p {
            font-size: 14px;
        }

        .weed-control-wrapper {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .weed-control-card {
            border-radius: 15px;
        }

        .weed-control-content {
            padding: 15px;
        }

        .weed-control-content h5 {
            font-size: 16px;
        }
    }

    @media (max-width:480px) {
        .star-card-img {
            width: 80px;
            height: 80px;
        }

        .star-card-content p {
            font-size: 15px;
        }

        .star-banner-section h2 {
            margin-bottom: 30px;
        }

        .container {
            width: 92%;
        }

        .performance-heading h2 {
            font-size: 30px;
        }

        .performance-heading p {
            font-size: 16px;
        }

        .card-img img {
            height: 200px;
        }

        .card-content p {
            font-size: 16px;
        }

        .farmer-img {
            width: 120px;
            height: 120px;
        }

        .farmer-card h3 {
            font-size: 20px;
        }

        .testimonial {
            font-size: 16px;
        }
    }

    @media(max-width:420px) {
        .section-heading h2 {
            font-size: 22px;
        }

        .section-heading p {
            font-size: 13px;
        }

        .weed-control-content h5 {
            font-size: 15px;
        }
    }


    @media(max-width:991px) {

        .hero-section {
            min-height: auto;
            padding: 80px 0;
        }

        .altair-container {
            flex-direction: column;
            text-align: center;
            gap: 45px;
        }

        .hero-content {
            max-width: 100%;
        }

        .hero-product {
            width: 260px;
        }

        .tractor-logo {
            width: 85px;
        }

    }


    @media(max-width:767px) {

        .hero-section {
            padding: 60px 0;
        }


        .hero-product {
            width: 210px;
        }

        .tractor-logo {
            width: 70px;
            margin-bottom: 20px;
        }

    }


    @media(max-width:480px) {

        .hero-product {
            width: 180px;
        }

        .tractor-logo {
            width: 73px;
        }

    }

    @media (max-width: 1400px) {
        .at-35-banner {
            height: 40rem;
        }
    }

    @media (max-width: 1200px) {
        .at-35-banner {
            height: 26rem;
        }
    }

    @media (max-width: 992px) {
        .at-35-banner {
            height: 28rem;
        }
    }

    @media (max-width: 768px) {
        .at-35-banner {
            height: 20rem;
        }
    }

    @media (max-width: 576px) {
        .at-35-banner {
            height: 10rem;
        }
    }

    @media (max-width: 400px) {
        .at-35-banner {
            min-height: 220px;
        }
    }

    @media(max-width:1400px) {


    @media(max-width:991px) {

        .altair-farmer-section {
            padding: 60px 0;
        }

        .farmer-wrapper {
            grid-template-columns: 1fr;
            gap: 35px;
        }

        .product-center img {
            max-width: 260px;
        }

        .farmer-side {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .farmer-card img {
            height: 230px;
        }

        .feature-wrapper {
            grid-template-columns: repeat(2, 1fr);
            margin-top: 50px;
            gap: 25px;
        }

        .feature-content h3 {
            font-size: 22px;
        }

        .feature-content p {
            font-size: 17px;
        }

    }


    @media(max-width:767px) {

        .altair-farmer-section {
            padding: 45px 0;
        }

        .farmer-side {
            grid-template-columns: 1fr;
        }

        .farmer-card {
            border-radius: 28px;
            border-width: 6px;
        }

        .farmer-card img {
            height: 220px;
        }

        .product-center img {
            max-width: 220px;
        }

        .feature-wrapper {
            grid-template-columns: 1fr;
            gap: 22px;
            margin-top: 40px;
        }

        .feature-box {
            align-items: center;
        }

        .feature-icon {
            width: 75px;
            height: 75px;
            min-width: 75px;
        }

        .feature-content h3 {
            font-size: 20px;
            margin-bottom: 8px;
        }

        .feature-content p {
            font-size: 16px;
            line-height: 1.6;
        }

    }


    @media(max-width:480px) {


        .farmer-card img {
            height: 190px;
        }


        .product-center img {
            max-width: 180px;
        }

        .feature-icon {
            width: 65px;
            height: 65px;
            min-width: 65px;
        }

        .feature-content h3 {
            font-size: 18px;
        }

        .feature-content p {
            font-size: 15px;
        }

    }
}

@media(max-width:768px) {

    .video-grid {
        grid-template-columns: 1fr;
    }

    .video-grid iframe {
        height: 250px;
    }

    .tab-btn {
        font-size: 13px;
        padding: 12px;
    }

}

@media(max-width:991px) {

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .contact-info h2 {
        font-size: 46px;
    }

    .info-box .text {
        font-size: 20px;
    }

    .testimonial-container {
        width: 100%;
    }
}


@media(max-width:767px) {
    p {
        font-size: 16px !important;
        line-height: 28px !important;
    }
.info-content h3 {
    font-size: 21px;
}
    .icon-circle-card-img {
        width: 20px;
        height: 20px;
    }
}
    .contact-section {
        padding: 60px 0;
    }

    .contact-info h2 {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 20px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 16px;
    }

    .contact-form button {
        font-size: 22px;
        height: 50px;
    }

    .info-box {
        gap: 18px;
        margin-bottom: 28px;
    }

    .info-box .icon {
        font-size: 30px;
    }

    .info-box .text {
        font-size: 18px;
    }

}