
        .aes-main-container {
            /* font-family: 'Roboto', sans-serif; */
			font-family: 'Poppins', sans-serif;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            line-height: 1.6;
            color: #333;
        }

        .aes-main-container * {
            box-sizing: border-box;
        }

        .aes-main-container .aes-header {
            background: linear-gradient(135deg, #0f225a 0%, #dd2b1c 50%, #fdc61b 100%);
            padding: 0;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

        .aes-main-container .aes-top-bar {
            background: rgba(15, 34, 90, 0.9);
            padding: 8px 0;
            font-size: 14px;
            color: white;
        }

        .aes-main-container .aes-top-bar .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .aes-main-container .aes-top-bar .contact-info {
            display: flex;
            gap: 20px;
        }

        .aes-main-container .aes-top-bar .contact-info span {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .aes-main-container .aes-navbar {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            padding: 15px 0;
        }

        .aes-main-container .aes-navbar .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .aes-main-container .aes-logo {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .aes-main-container .aes-logo img {
            height: 60px;
            width: auto;
        }

        .aes-main-container .aes-logo-text {
            color: #0f225a;
        }

        .aes-main-container .aes-logo-text h1 {
            font-family: 'Poppins', sans-serif;
            font-size: 28px;
            font-weight: 700;
            margin: 0;
            background: linear-gradient(45deg, #0f225a, #dd2b1c);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .aes-main-container .aes-logo-text p {
            font-size: 14px;
            margin: 0;
            color: #666;
            font-weight: 400;
        }

        .aes-main-container .aes-nav-menu {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            gap: 30px;
        }

        .aes-main-container .aes-nav-menu li a {
            text-decoration: none;
            color: #0f225a;
            font-weight: 500;
            font-size: 16px;
            transition: all 0.3s ease;
            position: relative;
        }

        .aes-main-container .aes-nav-menu li a:hover {
            color: #dd2b1c;
        }

        .aes-main-container .aes-nav-menu li a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 3px;
            bottom: -5px;
            left: 0;
            background: linear-gradient(45deg, #dd2b1c, #fdc61b);
            transition: width 0.3s ease;
        }

        .aes-main-container .aes-nav-menu li a:hover::after {
            width: 100%;
        }

        .aes-main-container .aes-mobile-menu-toggle {
            display: none;
            background: #0f225a;
            color: white;
            border: none;
            padding: 10px 15px;
            border-radius: 5px;
            cursor: pointer;
        }

        .aes-main-container .aes-hero-section {
            position: relative;
            height: 100vh;
            /*background: linear-gradient(rgba(15, 34, 90, 0.7), rgba(221, 43, 28, 0.5)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23228B22" width="1200" height="300"/><rect fill="%2332CD32" y="300" width="1200" height="300"/><circle fill="%23FFD700" cx="100" cy="100" r="50"/><rect fill="%238B4513" x="200" y="250" width="800" height="100"/></svg>');*/
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            overflow: hidden;
        }
        
        .aes-main-container .aes-hero-content {
            max-width: 800px;
            padding: 0 20px;
            animation: fadeInUp 1s ease-out;
        }

        .aes-main-container .aes-hero-content h1 {
            font-family: 'Poppins', sans-serif;
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
			    z-index: 100;
    position: relative;
        }

        .aes-main-container .aes-hero-content p {
            font-size: 1.3rem;
            margin-bottom: 30px;
            opacity: 0.9;
        }

        .aes-main-container .aes-cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
			position: relative;
			z-index: 100;
        }

        .aes-main-container .aes-btn {
            padding: 15px 30px;
            border: none;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .aes-main-container .aes-btn-primary {
            background: linear-gradient(45deg, #fdc61b, #dd2b1c);
            color: white;
        }

        .aes-main-container .aes-btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
        }

        .aes-main-container .aes-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }

        .aes-main-container .aes-floating-elements {
            position: absolute;
            top: 20%;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
			display: none;
        }

        .aes-main-container .aes-floating-icon {
            position: absolute;
            color: color: #ffffffc2;
            animation: float 6s ease-in-out infinite;
        }

        .aes-main-container .aes-floating-icon:nth-child(1) {
            top: 20%;
            left: 10%;
            font-size: 40px;
            animation-delay: 0s;
        }

        .aes-main-container .aes-floating-icon:nth-child(2) {
            top: 60%;
            left: 80%;
            font-size: 35px;
            animation-delay: 2s;
        }

        .aes-main-container .aes-floating-icon:nth-child(3) {
            top: 30%;
            right: 15%;
            font-size: 45px;
            animation-delay: 4s;
        }

        .aes-main-container .aes-section {
            padding: 80px 0;
        }

        .aes-main-container .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .aes-main-container .aes-section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .aes-main-container .aes-section-title h2 {
            font-family: 'Poppins', sans-serif;
            font-size: 2.5rem;
            font-weight: 700;
            color: #0f225a;
            margin-bottom: 15px;
            position: relative;
        }

        .aes-main-container .aes-section-title h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(45deg, #dd2b1c, #fdc61b);
            border-radius: 2px;
        }

        .aes-main-container .aes-about-section {
            background: #f8f9fa;
        }

        .aes-main-container .aes-about-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .aes-main-container .aes-about-text h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 2rem;
            color: #0f225a;
            margin-bottom: 20px;
        }

        .aes-main-container .aes-about-text p {
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 20px;
            color: #666;
        }

        .aes-main-container .aes-features {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin-top: 30px;
        }

        .aes-main-container .aes-feature-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .aes-main-container .aes-feature-item:hover {
            transform: translateY(-5px);
        }

        .aes-main-container .aes-feature-item i {
            color: #dd2b1c;
            font-size: 24px;
        }

        .aes-main-container .aes-video-container {
            position: relative;
            width: 100%;
            height: 400px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        .aes-main-container .aes-video-placeholder {
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #0f225a, #dd2b1c);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .aes-main-container .aes-video-placeholder:hover {
            background: linear-gradient(135deg, #dd2b1c, #fdc61b);
        }

        .aes-main-container .aes-products-section {
            background: white;
        }

        .aes-main-container .aes-product-filters {
            display: flex;
            justify-content: center;
            gap: 20px;
            margin-bottom: 50px;
            flex-wrap: wrap;
        }

        .aes-main-container .aes-filter-btn {
            padding: 10px 25px;
            border: 2px solid #0f225a;
            background: transparent;
            color: #0f225a;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 500;
        }

        .aes-main-container .aes-filter-btn.active,
        .aes-main-container .aes-filter-btn:hover {
            background: #0f225a;
            color: white;
        }

        .aes-main-container .aes-products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }

        .aes-main-container .aes-product-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
        }

        .aes-main-container .aes-product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .aes-main-container .aes-product-image {
            height: 250px;
            background: linear-gradient(45deg, #f8f9fa, #e9ecef);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6c757d;
            font-size: 48px;
        }

        .aes-main-container .aes-product-info {
            padding: 25px;
        }

        .aes-main-container .aes-product-info h4 {
            font-family: 'Poppins', sans-serif;
            font-size: 1.3rem;
            color: #0f225a;
            margin-bottom: 15px;
        }

        .aes-main-container .aes-product-specs {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            margin-bottom: 20px;
        }

        .aes-main-container .aes-spec-item {
            display: flex;
            justify-content: space-between;
            padding: 8px 0;
            border-bottom: 1px solid #eee;
            font-size: 14px;
        }

        .aes-main-container .aes-spec-label {
            font-weight: 500;
            color: #666;
        }

        .aes-main-container .aes-spec-value {
            color: #dd2b1c;
            font-weight: 600;
        }

        .aes-main-container .aes-testimonials-section {
            background: linear-gradient(135deg, #0f225a, #dd2b1c);
            color: white;
        }

        .aes-main-container .aes-testimonials-slider {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }

        .aes-main-container .aes-testimonial-item {
            text-align: center;
            padding: 40px;
            display: none;
        }

        .aes-main-container .aes-testimonial-item.active {
            display: block;
            animation: fadeInUp 0.5s ease-out;
        }

        .aes-main-container .aes-testimonial-text {
            font-size: 1.2rem;
            font-style: italic;
            margin-bottom: 30px;
            line-height: 1.8;
        }

        .aes-main-container .aes-testimonial-author {
            font-size: 1.1rem;
            font-weight: 600;
        }

        .aes-main-container .aes-testimonial-role {
            font-size: 0.9rem;
            opacity: 0.8;
            margin-top: 5px;
        }

        .aes-main-container .aes-slider-controls {
            text-align: center;
            margin-top: 30px;
        }

        .aes-main-container .aes-slider-dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255,255,255,0.3);
            display: inline-block;
            margin: 0 5px;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .aes-main-container .aes-slider-dot.active {
            background: #fdc61b;
        }

        .aes-main-container .aes-contact-section {
            background: #f8f9fa;
        }

        .aes-main-container .aes-contact-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
        }

        .aes-main-container .aes-contact-info h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 1.8rem;
            color: #0f225a;
            margin-bottom: 30px;
        }

        .aes-main-container .aes-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 25px;
            padding: 20px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        .aes-main-container .aes-contact-item i {
            color: #dd2b1c;
            font-size: 20px;
            margin-top: 5px;
        }

        .aes-main-container .aes-contact-form {
            background: white;
            padding: 40px;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        .aes-main-container .aes-contact-form h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 1.8rem;
            color: #0f225a;
            margin-bottom: 30px;
            text-align: center;
        }

        .aes-main-container .aes-form-group {
            margin-bottom: 25px;
        }

        .aes-main-container .aes-form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
            color: #333;
        }

        .aes-main-container .aes-form-group input,
        .aes-main-container .aes-form-group textarea {
            width: 100%;
            padding: 15px;
            border: 2px solid #e9ecef;
            border-radius: 8px;
            font-size: 16px;
            transition: border-color 0.3s ease;
        }

        .aes-main-container .aes-form-group input:focus,
        .aes-main-container .aes-form-group textarea:focus {
            outline: none;
            border-color: #fdc61b;
        }

        .aes-main-container .aes-map-container {
            margin-top: 40px;
            height: 300px;
            background: #e9ecef;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6c757d;
        }

        .aes-main-container .aes-sidebar-enquiry {
            display: none;
            position: fixed;
            right: -21%;
            top: 50%;
            transform: translateY(-50%);
            width: 320px;
            background: white;
            border-radius: 15px 0 0 15px;
            box-shadow: -5px 0 25px rgba(0,0,0,0.15);
            z-index: 999;
            transition: right 0.3s ease;
        }

        .aes-main-container .aes-sidebar-enquiry.open {
            right: 0;
        }

        .aes-main-container .aes-sidebar-toggle {
            position: absolute;
            left: -40px;
            top: 50%;
            transform: translateY(-50%);
            background: linear-gradient(45deg, #dd2b1c, #fdc61b);
            color: white;
            border: none;
            padding: 15px 12px;
            border-radius: 10px 0 0 10px;
            cursor: pointer;
            box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        }

        .aes-main-container .aes-sidebar-content {
            padding: 30px 25px;
        }

        .aes-main-container .aes-sidebar-content h4 {
            font-family: 'Poppins', sans-serif;
            color: #0f225a;
            margin-bottom: 20px;
            text-align: center;
        }

        .aes-main-container .aes-footer {
            background: linear-gradient(135deg, #0f225a, #1a2f6b);
            color: white;
            padding: 60px 0 20px;
        }

        .aes-main-container .aes-footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .aes-main-container .aes-footer-section h4 {
            font-family: 'Poppins', sans-serif;
            font-size: 1.3rem;
            margin-bottom: 20px;
            color: #fdc61b;
        }

        .aes-main-container .aes-footer-section p,
        .aes-main-container .aes-footer-section li {
            line-height: 1.8;
            opacity: 0.9;
        }

        .aes-main-container .aes-footer-section ul {
            list-style: none;
            padding: 0;
        }

        .aes-main-container .aes-footer-section ul li {
            margin-bottom: 10px;
        }

        .aes-main-container .aes-footer-section ul li a {
            color: white;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .aes-main-container .aes-footer-section ul li a:hover {
            color: #fdc61b;
        }

        .aes-main-container .aes-footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 20px;
            text-align: center;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes float {
            0%, 100% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-20px);
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .agri-rotavator-products-main .product-card {
                    margin-top: 7%;
                }
            
                .aes-main-container .container {
                    max-width: 100vw;
                    margin: 0 auto;
                    padding: 0 20px;
                    overflow: hidden;
                }
            
                /* .aes-main-container .aes-logo {
                                                                                                                    margin-left: -14%;
                                                                                                                }
                                                                                                             */
                .aes-main-container .aes-navbar .container {
                    max-width: 100vw !important;
                }
            
                /* .aes-main-container .aes-mobile-menu-toggle {
                                                                                            right: 50px;
                                                                                            position: relative;
                                                                                        }
                                                                                     */
                .aes-main-container .aes-top-bar .contact-info {
                    display: block;
                    width: 100vw;
            
                }
            .aes-main-container .aes-top-bar .contact-info span{
                gap: unset;
                text-align: center;
                }
                
                .subsidy-info span {
                    display: none;
            }
            .aes-main-container .aes-hero-section video {
                width: auto !important;
                position: absolute;
                height: 735px;
            }
            .aes-main-container .aes-map-container{
                width: 0%;
                margin-left: 33%;
            }
            .aes-main-container .aes-contact-info{
                width: 90vw;
            }
            .aes-main-container .aes-contact-form{
                width: 90vw;
            }
            .aes-main-container .aes-nav-menu {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: white;
                flex-direction: column;
                padding: 20px;
                box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            }

            .aes-main-container .aes-nav-menu.active {
                display: flex;
            }

            .aes-main-container .aes-mobile-menu-toggle {
                display: block;
            }

            .aes-main-container .aes-hero-content h1 {
                font-size: 2.5rem;
            }

            .aes-main-container .aes-about-content,
            .aes-main-container .aes-contact-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .aes-main-container .aes-features {
                grid-template-columns: 1fr;
            }

            .aes-main-container .aes-products-grid {
                grid-template-columns: 1fr;
            }

            .aes-main-container .aes-top-bar .container {
                flex-direction: row;
                gap: 10px;
            }

            .aes-main-container .aes-contact-info .contact-info {
                flex-direction: column;
                gap: 10px;
                text-align: center;
            }

            .aes-main-container .aes-sidebar-enquiry {
                width: 90%;
                right: -90%;
            }
        }

        @media (max-width: 480px) {
            .aes-main-container .aes-hero-content h1 {
                font-size: 1rem;
            }

            .aes-main-container .aes-section-title h2 {
                font-size: 2rem;
            }

            .aes-main-container .aes-cta-buttons {
                flex-direction: column;
                align-items: center;
            }
                                                                                                .aes-main-container .aes-hero-content p {
                                                                                                    font-size: 1rem;
                                                                                                }
        }
    
        .aes-product-image img{
            width: 90%;
        }
        .aes-main-container .aes-tech-specs .aes-section-title {
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            color: #333;
            position: relative;
        }

        .aes-main-container .aes-tech-specs .aes-section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 3px;
            background: linear-gradient(to right, #fdc61b, #dd2b1c);
        }
        .aes-main-container .aes-tech-specs {
            background: #f8f9fa;
            padding: 3rem 0;
        }
        .aes-main-container .aes-specs-table {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            margin-top: 2rem;
        }

        .aes-main-container .aes-specs-table table {
            width: 100%;
            border-collapse: collapse;
        }
        .aes-main-container .aes-specs-table thead{
            background: linear-gradient(135deg, #fdc61b, #dd2b1c);
        }
        .aes-main-container .aes-specs-table th {
            
            color: white;
            padding: 1rem;
            text-align: center;
            font-weight: bold;
        }

        .aes-main-container .aes-specs-table td {
            padding: 1rem;
            text-align: center;
            border-bottom: 1px solid #e9ecef;
        }

        .aes-main-container .aes-specs-table tr:hover {
            background: #f8f9fa;
        }





        .agri-rotavator-products-main {
            /* font-family: 'Arial', sans-serif; */
            line-height: 1.6;
            color: #333;
            /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
            padding: 60px 0;
            min-height: 100vh;
        }

        .agri-rotavator-products-main * {
            box-sizing: border-box;
        }

        .agri-rotavator-products-main .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .agri-rotavator-products-main .section-header {
            text-align: center;
            margin-bottom: 60px;
            animation: fadeInUp 0.8s ease-out;
        }

        .agri-rotavator-products-main .section-title {
            font-size: 3.5rem;
            font-weight: 700;
            color: #0f225a;
            margin-bottom: 20px;
            text-transform: uppercase;
            /* letter-spacing: 2px; */
            position: relative;
        }

        .agri-rotavator-products-main .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 4px;
            background: linear-gradient(90deg, #fdc61b, #dd2b1c);
            border-radius: 2px;
        }

        .agri-rotavator-products-main .section-subtitle {
            font-size: 1.3rem;
            color: #666;
            font-weight: 400;
            max-width: 600px;
            margin: 0 auto;
        }

        .agri-rotavator-products-main .filter-container {
            display: flex;
            justify-content: center;
            margin-bottom: 50px;
            flex-wrap: wrap;
            gap: 15px;
            animation: fadeInUp 0.8s ease-out 0.2s both;
        }

        .agri-rotavator-products-main .filter-btn {
            padding: 12px 25px;
            background: #fff;
            border: 2px solid #e9ecef;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
            font-size: 0.95rem;
            text-transform: uppercase;
            /* letter-spacing: 1px; */
            position: relative;
            overflow: hidden;
        }

        .agri-rotavator-products-main .filter-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, #fdc61b, #dd2b1c);
            transition: left 0.3s ease;
            z-index: 1;
        }

        .agri-rotavator-products-main .filter-btn span {
            position: relative;
            z-index: 2;
        }

        .agri-rotavator-products-main .filter-btn:hover::before,
        .agri-rotavator-products-main .filter-btn.active::before {
            left: 0;
        }

        .agri-rotavator-products-main .filter-btn:hover span,
        .agri-rotavator-products-main .filter-btn.active span {
            color: #fff;
        }

        .agri-rotavator-products-main .filter-btn.active {
            border-color: #fdc61b;
        }

        .agri-rotavator-products-main .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(35vw, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .agri-rotavator-products-main .product-card {
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: all 0.4s ease;
            position: relative;
            animation: fadeInUp 0.8s ease-out;
        }

        .agri-rotavator-products-main .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        }

        .agri-rotavator-products-main .product-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #fdc61b, #dd2b1c);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .agri-rotavator-products-main .product-card:hover::before {
            opacity: 1;
        }

        .agri-rotavator-products-main .product-image {
            position: relative;
            height: 350px;
            overflow: hidden;
            background: linear-gradient(135deg, #f8f9fa, #e9ecef); 
            /* background: linear-gradient(135deg, #fdc61b, #dd2b1c);*/
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .agri-rotavator-products-main .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .agri-rotavator-products-main .product-card:hover .product-image img {
            transform: scale(1.1);
        }

        .agri-rotavator-products-main .product-placeholder {
            /* width: 120px;
            height: 120px; 
            background: linear-gradient(135deg, #fdc61b, #dd2b1c);*/
            /* border-radius: 50%; */
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 3rem;
            opacity: 0.8;
        }
        .agri-rotavator-products-main .product-placeholder img {
            width: 95%;
            margin: 0 auto;
            display: block;
        }

        .agri-rotavator-products-main .product-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: #dd2b1c;
            color: #fff;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            /* letter-spacing: 1px; */
        }

        .agri-rotavator-products-main .product-content {
            padding: 30px;
        }

        .agri-rotavator-products-main .product-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: #0f225a;
            margin-bottom: 15px;
            text-transform: uppercase;
            /* letter-spacing: 1px; */
        }

        .agri-rotavator-products-main .product-category {
            display: inline-block;
            background: #fdc61b;
            color: #0f225a;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            /* letter-spacing: 1px; */
            margin-bottom: 20px;
        }

        .agri-rotavator-products-main .specifications {
            margin-top: 20px;
        }

        .agri-rotavator-products-main .spec-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 12px;
            padding: 8px 0;
            border-bottom: 1px solid #f0f0f0;
            animation: slideInLeft 0.5s ease-out;
        }

        .agri-rotavator-products-main .spec-item:last-child {
            border-bottom: none;
        }

        .agri-rotavator-products-main .spec-icon {
            color: #27386a;
            margin-right: 10px;
            font-size: 1rem;
            min-width: 20px;
        }

        .agri-rotavator-products-main .spec-text {
            font-size: 0.9rem;
            color: #555;
            line-height: 1.4;
            flex: 1;
        }

        .agri-rotavator-products-main .spec-highlight {
            font-weight: 700;
            color: #0f225a;
        }

        .agri-rotavator-products-main .product-footer {
            padding: 0 30px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .agri-rotavator-products-main .weight-info {
            display: flex;
            align-items: center;
            color: #dd2b1c;
            font-weight: 600;
            font-size: 1.1rem;
        }

        .agri-rotavator-products-main .weight-info i {
            margin-right: 8px;
            font-size: 1.2rem;
        }

        .agri-rotavator-products-main .tractor-info {
            display: flex;
            align-items: center;
            color: #0f225a;
            font-weight: 600;
            font-size: 0.9rem;
        }

        .agri-rotavator-products-main .tractor-info i {
            margin-right: 8px;
            color: #fdc61b;
        }

        .agri-rotavator-products-main .no-products {
            text-align: center;
            padding: 60px 20px;
            color: #666;
            font-size: 1.2rem;
            grid-column: 1 / -1;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .agri-rotavator-products-main .section-title {
                font-size: 2.5rem;
            }
            
            .agri-rotavator-products-main .products-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .agri-rotavator-products-main .filter-container {
                justify-content: center;
            }
            
            .agri-rotavator-products-main .filter-btn {
                font-size: 0.85rem;
                padding: 10px 20px;
            }
            
            .agri-rotavator-products-main .product-footer {
                flex-direction: column;
                gap: 10px;
                align-items: flex-start;
            }
        }

        @media (max-width: 480px) {
            .agri-rotavator-products-main .section-title {
                font-size: 2rem;
            }
            
            .agri-rotavator-products-main .product-content {
                padding: 20px;
            }
            
            .agri-rotavator-products-main .product-footer {
                padding: 0 20px 20px;
            }
        }

        /* Animation Keyframes */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-20px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        /* Loading Animation */
        .agri-rotavator-products-main .loading {
            text-align: center;
            padding: 40px;
            color: #666;
        }

        .agri-rotavator-products-main .loading i {
            font-size: 2rem;
            animation: spin 1s linear infinite;
            color: #fdc61b;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
		
		
		 /* Loader Styles */
        .aes-loader-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .aes-loader-overlay.show {
            opacity: 1;
            visibility: visible;
        }

        .aes-loader {
            text-align: center;
            color: white;
        }

        .aes-tractor-loader {
            width: 120px;
            height: 80px;
            position: relative;
            margin: 0 auto 20px;
        }

        .tractor-body {
            width: 80px;
            height: 40px;
            background: #dd2b1c;
            border-radius: 10px;
            position: absolute;
            top: 20px;
            left: 20px;
            animation: tractorMove 2s infinite linear;
        }

        .tractor-body::before {
            content: '';
            position: absolute;
            top: -15px;
            left: 15px;
            width: 25px;
            height: 15px;
            background: #fdc61b;
            border-radius: 5px;
        }

        .tractor-wheel-front {
            width: 25px;
            height: 25px;
            background: #333;
            border-radius: 50%;
            position: absolute;
            bottom: -5px;
            left: 10px;
            animation: wheelSpin 0.5s infinite linear;
        }

        .tractor-wheel-back {
            width: 35px;
            height: 35px;
            background: #333;
            border-radius: 50%;
            position: absolute;
            bottom: -10px;
            right: 5px;
            animation: wheelSpin 0.5s infinite linear;
        }

        .tractor-wheel-front::after,
        .tractor-wheel-back::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 60%;
            height: 60%;
            background: #666;
            border-radius: 50%;
            transform: translate(-50%, -50%);
        }

        .field-lines {
            position: absolute;
            top: 65px;
            left: 0;
            width: 100%;
            height: 10px;
            background: repeating-linear-gradient(
                90deg,
                #8bc34a 0px,
                #8bc34a 10px,
                transparent 10px,
                transparent 20px
            );
            animation: fieldMove 2s infinite linear;
        }

        @keyframes tractorMove {
            0% { transform: translateX(0); }
            50% { transform: translateX(10px); }
            100% { transform: translateX(0); }
        }

        @keyframes wheelSpin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        @keyframes fieldMove {
            0% { transform: translateX(0); }
            100% { transform: translateX(-20px); }
        }

        .loader-text {
            font-size: 18px;
            color: #fdc61b;
            margin-top: 10px;
            animation: pulse 1.5s infinite ease-in-out;
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.5; }
        }

        /* Success Popup Styles */
        .aes-success-popup {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) scale(0);
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            z-index: 10000;
            text-align: center;
            max-width: 90%;
            width: 450px;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        }

        .aes-success-popup.show {
            transform: translate(-50%, -50%) scale(1);
        }

        .success-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            background: #4CAF50;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .success-icon::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            animation: shine 2s infinite;
        }

        .success-icon i {
            font-size: 40px;
            color: white;
            animation: checkmark 0.6s ease-in-out 0.5s both;
        }

        @keyframes shine {
            0% { left: -100%; }
            100% { left: 100%; }
        }

        @keyframes checkmark {
            0% { transform: scale(0) rotate(180deg); }
            100% { transform: scale(1) rotate(0deg); }
        }

        .success-title {
            font-size: 28px;
            font-weight: bold;
            color: #dd2b1c;
            margin-bottom: 15px;
            animation: fadeInUp 0.6s ease-out 0.3s both;
        }

        .success-message {
            font-size: 18px;
            color: #666;
            margin-bottom: 25px;
            line-height: 1.6;
            animation: fadeInUp 0.6s ease-out 0.5s both;
        }

        .aes-success-popup .contact-info {
            background: linear-gradient(135deg, #dd2b1c, #fdc61b);
            padding: 20px;
            border-radius: 15px;
            margin: 20px 0;
            animation: fadeInUp 0.6s ease-out 0.7s both;
        }

        .aes-success-popup .contact-info h4 {
            color: white;
            margin-bottom: 15px;
            font-size: 20px;
        }

        .aes-success-popup .phone-numbers {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .aes-success-popup .phone-number {
            color: white;
            font-size: 18px;
            font-weight: bold;
            text-decoration: none;
            padding: 8px 15px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 25px;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .aes-success-popup .phone-number:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
        }

        .close-popup {
            background: #dd2b1c;
            color: white;
            border: none;
            padding: 12px 30px;
            border-radius: 25px;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            animation: fadeInUp 0.6s ease-out 0.9s both;
        }

        .close-popup:hover {
            background: #c02419;
            transform: translateY(-2px);
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .aes-success-popup {
                width: 95%;
                padding: 30px 20px;
            }

            .success-title {
                font-size: 24px;
            }

            .success-message {
                font-size: 16px;
            }

            .phone-numbers {
                flex-direction: column;
            }

            .phone-number {
                font-size: 16px;
            }

            .aes-tractor-loader {
                width: 100px;
                height: 65px;
            }

            .tractor-body {
                width: 65px;
                height: 32px;
            }
        }

        /* Floating particles animation */
        .particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
        }

        .particle {
            position: absolute;
            width: 4px;
            height: 4px;
            background: #fdc61b;
            border-radius: 50%;
            animation: float 3s infinite ease-in-out;
        }

        .particle:nth-child(1) { left: 20%; animation-delay: 0s; }
        .particle:nth-child(2) { left: 40%; animation-delay: 0.5s; }
        .particle:nth-child(3) { left: 60%; animation-delay: 1s; }
        .particle:nth-child(4) { left: 80%; animation-delay: 1.5s; }

        @keyframes float {
            0%, 100% { transform: translateY(0) rotate(0deg); opacity: 1; }
            50% { transform: translateY(-20px) rotate(180deg); opacity: 0.5; }
        }
		
		.aes-footer-bottom a {
    color: #fff;
    text-decoration: none;
}
.aes-footer-bottom a:hover {
    text-decoration: underline;
}