/*
Theme Name: Truanovsky
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.0.1747347656
Updated: 2025-05-15 19:20:56

*/

body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #e0e0e0;
            background-color: #0f0f0f;
        }

        /* Header Styles */
        .header {
            background: rgba(20, 20, 20, 0.95);
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 20px rgba(0,0,0,0.5);
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
            transition: all 0.3s ease;
            border-bottom: 1px solid #333;
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 2rem;
        }

        .logo {
            display: flex;
            align-items: center;
            font-size: 1.8rem;
            font-weight: bold;
            color: #357c39;
        }

        .logo-icon {
            background: linear-gradient(135deg, #357c39, #22c55e);
            color: #0f0f0f;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
            font-size: 1.5rem;
            font-weight: bold;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(74, 222, 128, 0.3);
        }

        .logo-text {
            display: flex;
            flex-direction: column;
        }

        .logo-subtitle {
            font-size: 0.7rem;
            color: #888;
            font-weight: normal;
            margin-top: -5px;
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 2rem;
        }

        .nav-menu a {
            text-decoration: none;
            color: #e0e0e0;
            font-weight: 500;
            padding: 0.5rem 1rem;
            border-radius: 8px;
            transition: all 0.3s ease;
            position: relative;
        }

        .nav-menu a:hover {
            background: linear-gradient(135deg, #357c39, #22c55e);
            color: #0f0f0f;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(74, 222, 128, 0.3);
        }

        .mobile-menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.5rem;
            cursor: pointer;
            color: #e0e0e0;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(15, 15, 15, 0.4));
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            position: relative;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at center, transparent 0%, rgba(15, 15, 15, 0.3) 100%);
        }

        .hero-content {
            max-width: 800px;
            padding: 2rem;
            position: relative;
            z-index: 2;
        }

        .hero h1 {
            font-size: 3.5rem;
            margin-bottom: 1rem;
            font-weight: 700;
            line-height: 1.2;
            background: linear-gradient(135deg, #ffffff, #357c39);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero p {
            font-size: 1.3rem;
            margin-bottom: 2rem;
            opacity: 0.9;
            color: #d1d5db;
        }

        .cta-button {
            background: linear-gradient(135deg, #357c39, #22c55e);
            color: #0f0f0f;
            padding: 1rem 2.5rem;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 20px rgba(74, 222, 128, 0.3);
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 30px rgba(74, 222, 128, 0.4);
            background: linear-gradient(135deg, #22c55e, #16a34a);
        }

        /* Services Section */
        .services {
            padding: 5rem 2rem;
            background: #111111;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .section-title {
            text-align: center;
            font-size: 2.5rem;
            color: #357c39;
            margin-bottom: 1rem;
            font-weight: 700;
        }

        .section-subtitle {
            text-align: center;
            color: #888;
            margin-bottom: 3rem;
            font-size: 1.1rem;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .service-card {
            background: linear-gradient(145deg, #1a1a1a, #222222);
            padding: 2.5rem;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 8px 30px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
            border: 1px solid #333;
            position: relative;
            overflow: hidden;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #357c39, #22c55e);
        }

        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(74, 222, 128, 0.2);
            border-color: #357c39;
        }

        .service-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #357c39, #22c55e);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            font-size: 2rem;
            color: #0f0f0f;
            box-shadow: 0 4px 20px rgba(74, 222, 128, 0.3);
        }

        .service-card h3 {
            font-size: 1.5rem;
            color: #ffffff;
            margin-bottom: 1rem;
            font-weight: 600;
        }

        .service-card p {
            color: #b0b0b0;
            line-height: 1.6;
        }

        /* About Section */
        .about {
            padding: 5rem 2rem;
            
        }

        .about-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }

        .about-text h2 {
            font-size: 2.5rem;
            color: #357c39;
            margin-bottom: 1.5rem;
            font-weight: 700;
        }

        .about-text p {
            color: #b0b0b0;
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
            line-height: 1.7;
        }

        .about-image {
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://truanovsky.com.ar/wp-content/uploads/2025/08/about1.jpg') center/cover;
            height: 400px;
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.4);
            border: 1px solid #333;
        }

        /* Products Section */
        .products {
            padding: 5rem 2rem;
            background: #111111;
        }

        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .product-card {
            background: linear-gradient(145deg, #1a1a1a, #222222);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
            border: 1px solid #333;
        }

        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(74, 222, 128, 0.2);
            border-color: #357c39;
        }

        .product-image {
            height: 200px;
            background-repeat: no-repeat;
			background-size: cover;
            position: relative;
        }

		.product-card:nth-of-type(1) .product-image {
			background-image: url('https://truanovsky.com.ar/wp-content/uploads/2025/08/prod3.png');
		}
		.product-card:nth-of-type(2) .product-image {
			background-image: url('https://truanovsky.com.ar/wp-content/uploads/2025/08/prod5.png');
		}
		.product-card:nth-of-type(3) .product-image {
			background-image: url('https://truanovsky.com.ar/wp-content/uploads/2025/08/prod1.png');
		}
        .product-image::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #357c39, #22c55e);
        }

        .product-content {
            padding: 1.5rem;
        }
		.product-content img {
			filter: grayscale(100%) brightness(200%) saturate(0%) invert(100%);
-webkit-filter: grayscale(100%) brightness(200%) saturate(0%) invert(100%);
-moz-filter: grayscale(100%) brightness(200%) saturate(0%) invert(100%);
			width:28%
	
		}
        .product-card h3 {
            color: #ffffff;
            margin-bottom: 0.5rem;
            font-weight: 600;
        }

        .product-card p {
            color: #b0b0b0;
            font-size: 0.9rem;
            line-height: 1.6;
        }

        /* Contact Section */
        .contact {
            padding: 5rem 2rem;
            background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
            color: white;
            position: relative;
        }

        .contact::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at top right, rgba(74, 222, 128, 0.1) 0%, transparent 50%);
        }

        .contact-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        .contact h2 {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
            font-weight: 700;
            color: #357c39;
        }

        .contact p {
            color: #b0b0b0;
            font-size: 1.1rem;
            line-height: 1.7;
        }

        .contact-info {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 1rem;
            padding: 1rem;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 15px;
            border: 1px solid #333;
            transition: all 0.3s ease;
        }

        .contact-item:hover {
            background: rgba(74, 222, 128, 0.1);
            border-color: #357c39;
            transform: translateX(5px);
        }

        .contact-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #357c39, #22c55e);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: #0f0f0f;
            box-shadow: 0 4px 15px rgba(74, 222, 128, 0.3);
        }

        .contact-item div {
            color: #e0e0e0;
        }

        .contact-item strong {
            color: #357c39;
        }

        /* Footer */
        .footer {
            background: #000000;
            color: #888;
            text-align: center;
            padding: 2rem;
            border-top: 1px solid #333;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .nav-menu {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                background: rgba(20, 20, 20, 0.98);
                backdrop-filter: blur(10px);
                flex-direction: column;
                padding: 1rem;
                box-shadow: 0 4px 20px rgba(0,0,0,0.5);
                border-top: 1px solid #333;
            }

            .nav-menu.active {
                display: flex;
            }

            .mobile-menu-toggle {
                display: block;
            }

            .hero h1 {
                font-size: 2.5rem;
            }

            .hero p {
                font-size: 1.1rem;
            }

            .about-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .contact-content {
                grid-template-columns: 1fr;
                gap: 2rem;
            }

            .nav-container {
                padding: 1rem;
            }

            .logo {
                font-size: 1.5rem;
            }

            .section-title {
                font-size: 2rem;
            }
        }

        @media (max-width: 480px) {
            .hero h1 {
                font-size: 2rem;
            }

            .services, .about, .products, .contact {
                padding: 3rem 1rem;
            }

            .whatsapp-float {
                width: 50px;
                height: 50px;
                bottom: 20px;
                right: 20px;
                font-size: 24px;
            }

            .service-card, .product-card {
                padding: 2rem;
            }
			.cta-button {
            padding: 0.5rem 2rem;
            font-size: 1rem;
            box-shadow: 0 ;
        }
        }
#main-content .container:before {
	width:0 !important
}
   