.elementor-179 .elementor-element.elementor-element-92fa754{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7e5737b */:root {
            --primary-color: #113f2c; /* Deep Elegant Corporate Green for Agriculture & Export */
            --secondary-color: #bfa15f; /* Premium Gold/Bronze Accent */
            --text-dark: #2b2b2b;
            --text-light: #555555;
            --bg-light: #f7f9f6;
            --white: #ffffff;
            --transition: all 0.3s ease;
        }
      
        /* Hero Section */
        .hero-section {
            background: linear-gradient(135deg, rgba(17, 63, 44, 0.95), rgba(27, 87, 62, 0.9)), url('https://rtbarsad.com/wp-content/uploads/2026/07/bgg-rtbarsadd.webp?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
            color: var(--white);
            padding: 90px 0;
            text-align: center;
            position: relative;
            border-bottom: 5px solid var(--secondary-color);
        }

        .hero-section h1 {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 15px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .hero-section p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 35px auto;
            opacity: 0.9;
        }

        /* Call To Action Button */
        .btn-download {
            display: inline-flex;
            align-items: center;
            background-color: var(--secondary-color);
            color: var(--white);
            text-decoration: none;
            padding: 15px 35px;
            font-size: 1.1rem;
            font-weight: 600;
            border-radius: 4px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            transition: var(--transition);
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .btn-download:hover {
            background-color: #a38546;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }

        .btn-download svg {
            margin-right: 10px;
            fill: currentColor;
            width: 20px;
            height: 20px;
        }

        /* Catalog Preview Section */
        .catalog-info {
            padding: 80px 0;
        }

        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-title h2 {
            font-size: 2.2rem;
            color: var(--primary-color);
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background-color: var(--secondary-color);
        }

        /* Grid Layout for Features & Categories */
        .grid-layout {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 60px;
        }

        .category-card {
            background-color: var(--white);
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            transition: var(--transition);
            border: 1px solid #eef2ed;
        }

        .category-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }

        .card-body {
            padding: 30px;
        }

        .card-icon {
            color: var(--secondary-color);
            margin-bottom: 15px;
        }

        .card-body h3 {
            font-size: 1.4rem;
            color: var(--primary-color);
            margin-bottom: 12px;
        }

        .card-body p {
            color: var(--text-light);
            font-size: 0.95rem;
        }

        /* Highlights & Specs Section */
        .specs-section {
            background-color: var(--primary-color);
            color: var(--white);
            padding: 60px 0;
            text-align: center;
        }

        .specs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 40px;
        }

        .spec-item h4 {
            font-size: 2.5rem;
            color: var(--secondary-color);
            margin-bottom: 10px;
        }

        .spec-item p {
            font-size: 1rem;
            opacity: 0.85;
        }

        /* Secondary CTA Section */
        .bottom-cta {
            padding: 70px 0;
            text-align: center;
            background-color: var(--white);
        }

        .bottom-cta p {
            font-size: 1.2rem;
            color: var(--text-light);
            margin-bottom: 25px;
        }

        
        /* Responsive Breakpoints */
        @media (max-width: 768px) {
            .hero-section {
                padding: 60px 0;
            }
            .hero-section h1 {
                font-size: 2rem;
            }
            .hero-section p {
                font-size: 1rem;
            }
            .section-title h2 {
                font-size: 1.8rem;
            }
        }/* End custom CSS */