.elementor-42925 .elementor-element.elementor-element-67f6b77e{--display:flex;}.elementor-42925 .elementor-element.elementor-element-67f6b77e:not(.elementor-motion-effects-element-type-background):not(.cmsmasters-bg-effect), .elementor-42925 .elementor-element.elementor-element-67f6b77e > .elementor-motion-effects-container > .elementor-motion-effects-layer, .elementor-42925 .elementor-element.elementor-element-67f6b77e > .cmsmasters-bg-effects-container > .cmsmasters-bg-effects-element{background-color:#FFFFFF;}.ee-tooltip.ee-tooltip-2c062f3.to--top,
							 .ee-tooltip.ee-tooltip-2c062f3.to--bottom{margin-left:0px;}.ee-tooltip.ee-tooltip-2c062f3.to--left,
							 .ee-tooltip.ee-tooltip-2c062f3.to--right{margin-top:0px;}.elementor-42925 .elementor-element.elementor-element-51341b5 .cmsmasters-blog--type-default{--cmsmasters-blog-columns:3;}.elementor-42925 .elementor-element.elementor-element-51341b5 .cmsmasters-border-columns{border-style:solid;border-right-width:1px;}.ee-tooltip.ee-tooltip-ff9e7fb.to--top,
							 .ee-tooltip.ee-tooltip-ff9e7fb.to--bottom{margin-left:0px;}.ee-tooltip.ee-tooltip-ff9e7fb.to--left,
							 .ee-tooltip.ee-tooltip-ff9e7fb.to--right{margin-top:0px;}.elementor-42925 .elementor-element.elementor-element-c79b9b9 .elementor-wrapper{--video-aspect-ratio:1.77777;}.ee-tooltip.ee-tooltip-c32b3f0.to--top,
							 .ee-tooltip.ee-tooltip-c32b3f0.to--bottom{margin-left:0px;}.ee-tooltip.ee-tooltip-c32b3f0.to--left,
							 .ee-tooltip.ee-tooltip-c32b3f0.to--right{margin-top:0px;}.elementor-42925 .elementor-element.elementor-element-2b7cb43{--display:flex;}@media(max-width:767px){.elementor-42925 .elementor-element.elementor-element-51341b5 .cmsmasters-blog--type-default{--cmsmasters-blog-columns:1;}}/* Start custom CSS for text-editor, class: .elementor-element-8f8c85b */<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Open Sans', Arial, sans-serif;
            line-height: 1.6;
            color: #333;
            background: linear-gradient(135deg, #feffff 0%, #fffffe 100%);
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .header {
            background: linear-gradient(135deg, #a8e85e 0%, #66d6c0 100%);
            color: white;
            padding: 60px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><radialGradient id="a" cx="50%" cy="0%" r="100%"><stop offset="0%" stop-color="rgba(255,255,255,0.1)"/><stop offset="100%" stop-color="rgba(255,255,255,0)"/></radialGradient></defs><rect width="100" height="20" fill="url(%23a)"/></svg>');
            opacity: 0.3;
        }
        
        .header h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 3.2rem;
            font-weight: 800;
            margin-bottom: 20px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
            position: relative;
            z-index: 2;
        }
        
        .header .subtitle {
            font-size: 1.3rem;
            font-weight: 300;
            opacity: 0.95;
            position: relative;
            z-index: 2;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .content {
            padding: 60px 0;
        }
        
        .intro-section {
            background: white;
            padding: 50px;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            margin-bottom: 60px;
            position: relative;
        }
        
        .intro-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #a8e85e 0%, #66d6c0 100%);
            border-radius: 20px 20px 0 0;
        }
        
        h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 2.4rem;
            color: #2c3e50;
            margin-bottom: 25px;
            font-weight: 700;
            position: relative;
        }
        
        h2::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 60px;
            height: 4px;
            background: linear-gradient(90deg, #a8e85e 0%, #66d6c0 100%);
            border-radius: 2px;
        }
        
        h3 {
            font-family: 'Poppins', sans-serif;
            font-size: 1.6rem;
            color: #34495e;
            margin: 30px 0 15px 0;
            font-weight: 600;
        }
        
        p {
            font-size: 1.1rem;
            margin-bottom: 20px;
            color: #555;
            line-height: 1.8;
        }
        
        .highlight {
            background: linear-gradient(120deg, rgba(168, 232, 94, 0.2) 0%, rgba(102, 214, 192, 0.2) 100%);
            padding: 25px;
            border-left: 5px solid #a8e85e;
            border-radius: 8px;
            margin: 30px 0;
            font-style: italic;
        }
        
        .section {
            background: white;
            padding: 50px;
            margin-bottom: 40px;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.06);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .section:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        
        .categories-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin: 40px 0;
        }
        
        .category-card {
            background: linear-gradient(135deg, #ffffff 0%, #feffff 100%);
            padding: 35px;
            border-radius: 15px;
            border: 2px solid #f0f8ff;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .category-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #a8e85e 0%, #66d6c0 100%);
        }
        
        .category-card:hover {
            border-color: #66d6c0;
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(102, 214, 192, 0.15);
        }
        
        .comparison-table {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            margin: 40px 0;
        }
        
        .comparison-table table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .comparison-table th {
            background: linear-gradient(135deg, #a8e85e 0%, #66d6c0 100%);
            color: white;
            padding: 20px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            text-align: left;
        }
        
        .comparison-table td {
            padding: 18px 20px;
            border-bottom: 1px solid #f0f8ff;
            font-size: 1rem;
        }
        
        .comparison-table tr:nth-child(even) {
            background: #feffff;
        }
        
        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #a8e85e 0%, #66d6c0 100%);
            color: white;
            padding: 18px 35px;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(168, 232, 94, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s;
        }
        
        .cta-button:hover::before {
            left: 100%;
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 25px rgba(168, 232, 94, 0.4);
        }
        
        .image-placeholder {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border: 2px dashed #a8e85e;
            border-radius: 15px;
            padding: 40px;
            text-align: center;
            margin: 40px 0;
            color: #666;
            font-style: italic;
            position: relative;
            overflow: hidden;
        }
        
        .image-placeholder::before {
            content: '📸';
            font-size: 3rem;
            display: block;
            margin-bottom: 15px;
        }
        
        .video-container {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            margin: 40px 0;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        
        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        .stats-row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin: 50px 0;
        }
        
        .stat-card {
            background: linear-gradient(135deg, #ffffff 0%, #feffff 100%);
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 8px 25px rgba(0,0,0,0.06);
            border: 2px solid #f0f8ff;
            transition: all 0.3s ease;
        }
        
        .stat-card:hover {
            transform: translateY(-5px);
            border-color: #66d6c0;
            box-shadow: 0 15px 35px rgba(102, 214, 192, 0.15);
        }
        
        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: #a8e85e;
            font-family: 'Montserrat', sans-serif;
            display: block;
            margin-bottom: 10px;
        }
        
        .recent-posts {
            background: linear-gradient(135deg, #feffff 0%, #ffffff 100%);
            padding: 40px;
            border-radius: 15px;
            border: 2px solid #f0f8ff;
        }
        
        .post-link {
            display: block;
            color: #2c3e50;
            text-decoration: none;
            padding: 15px 0;
            border-bottom: 1px solid #f0f8ff;
            transition: all 0.3s ease;
            font-weight: 500;
        }
        
        .post-link:hover {
            color: #66d6c0;
            padding-left: 15px;
        }
        
        .post-link:last-child {
            border-bottom: none;
        }
        
        @media (max-width: 768px) {
            .header h1 {
                font-size: 2.2rem;
            }
            
            .header .subtitle {
                font-size: 1.1rem;
            }
            
            .section, .intro-section {
                padding: 30px 25px;
            }
            
            h2 {
                font-size: 2rem;
            }
            
            .categories-grid {
                grid-template-columns: 1fr;
            }
            
            .stats-row {
                grid-template-columns: repeat(2, 1fr);
            }
        }
    </style>/* End custom CSS */