.elementor-24099 .elementor-element.elementor-element-bce8de2{margin-top:50px;margin-bottom:0px;}.elementor-24099 .elementor-element.elementor-element-60dca62{margin-top:40px;margin-bottom:0px;}.elementor-24099 .elementor-element.elementor-element-a62ee90{margin-top:40px;margin-bottom:0px;}.elementor-24099 .elementor-element.elementor-element-79a783c{margin-top:40px;margin-bottom:0px;}.elementor-24099 .elementor-element.elementor-element-abcccc8 .elementor-heading-title{color:var( --e-global-color-theme-custom-color );}@media(max-width:767px){.elementor-24099 .elementor-element.elementor-element-2fee876 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}/* Start custom CSS for html, class: .elementor-element-d862d06 */<style>
.container {
            border-radius: 20px;
            overflow: hidden;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        
       
        @keyframes float {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .subtitle {
            font-size: 1.3em;
            opacity: 0.9;
            font-style: italic;
            position: relative;
            z-index: 2;
        }

        .content {
            padding: 10px 10px;
        }

        .intro {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
            color: white;
            padding: 30px;
            border-radius: 15px;
            margin-bottom: 40px;
            box-shadow: 0 10px 30px rgba(240, 147, 251, 0.3);
        }

        .intro p {
            font-size: 1.2em;
            margin-bottom: 20px;
        }

        .search-examples {
            background: rgba(255,255,255,0.2);
            padding: 25px;
            border-radius: 10px;
            margin: 20px 0;
        }

        .search-examples h4 {
            margin-bottom: 15px;
            font-size: 1.1em;
        }

        .search-examples ul {
            list-style: none;
            padding-left: 0;
        }

        .search-examples li {
            background: rgba(255,255,255,0.3);
            margin: 8px 0;
            padding: 12px 18px;
            border-radius: 25px;
            font-weight: 500;
            border-left: 4px solid #fff;
        }

        .section {
            margin-bottom: 50px;
            background: #f8f9ff;
            padding: 40px;
            border-radius: 15px;
            border-left: 6px solid #4a90e2;
            box-shadow: 0 5px 15px rgba(74, 144, 226, 0.1);
            transition: transform 0.3s ease;
        }

        .section:hover {
            transform: translateY(-5px);
        }

        .section h2 {
            color: #2c3e50;
            font-size: 2.5em;
            margin-bottom: 25px;
            text-align: center;
            position: relative;
            padding-bottom: 15px;
        }

        .section h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(135deg, #4a90e2, #63b3ed);
            border-radius: 2px;
        }

        .section h3 {
            color: #34495e;
            font-size: 1.8em;
            margin: 30px 0 15px 0;
            border-bottom: 2px solid #e8f4f8;
            padding-bottom: 10px;
        }

        .section h4 {
            color: #2980b9;
            font-size: 1.3em;
            margin: 20px 0 12px 0;
        }

        .section p {
            margin-bottom: 18px;
            text-align: justify;
            font-size: 1.05em;
        }

        .highlight-box {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 30px;
            border-radius: 12px;
            margin: 25px 0;
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
        }

        .highlight-box p {
            font-size: 1.15em;
            font-weight: 500;
            margin: 0;
            text-align: center;
        }

        .comparison-section {
            background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 50%, #fecfef 100%);
            padding: 40px;
            border-radius: 15px;
            margin: 30px 0;
        }

        .comparison-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-top: 30px;
        }

        .comparison-card {
            background: white;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        }

        .comparison-card h4 {
            color: #e74c3c;
            font-size: 1.5em;
            margin-bottom: 20px;
            text-align: center;
        }

        .pros-cons {
            margin: 20px 0;
        }

        .pros-cons h5 {
            color: #27ae60;
            margin-bottom: 12px;
            font-size: 1.2em;
        }

        .pros-cons.cons h5 {
            color: #e74c3c;
        }

        .list-custom {
            list-style: none;
            padding-left: 0;
			color:#000000;
        }

        .list-custom li {
            margin: 12px 0;
            padding: 12px 0 12px 30px;
            position: relative;
            background: #f8f9fa;
            border-radius: 8px;
            border-left: 4px solid #4a90e2;
		
        }

        .list-custom li::before {
            content: '✓';
            position: absolute;
            left: 8px;
            top: 50%;
            transform: translateY(-50%);
            color: #27ae60;
            font-weight: bold;
            font-size: 1.2em;
        }

        .steps-list {
            counter-reset: step-counter;
            list-style: none;
            padding-left: 0;
        }

        .steps-list li {
            counter-increment: step-counter;
            margin: 20px 0;
            padding: 20px 20px 20px 60px;
            background: #e8f6ff;
            border-radius: 10px;
            position: relative;
            border-left: 5px solid #3498db;
        }

        .steps-list li::before {
            content: counter(step-counter);
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            background: #3498db;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }

        .content-ideas {
            background: linear-gradient(135deg, #ffeaa7, #fab1a0);
            padding: 35px;
            border-radius: 15px;
            margin: 25px 0;
        }

        .content-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 25px;
        }

        .content-card {
            background: white;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .content-card h4 {
            color: #d63031;
            margin-bottom: 15px;
            font-size: 1.3em;
        }

        .formula {
            background: linear-gradient(135deg, #00b894, #00cec9);
            color: white;
            padding: 25px;
            border-radius: 12px;
            text-align: center;
            margin: 30px 0;
            font-size: 1.4em;
            font-weight: bold;
            box-shadow: 0 8px 20px rgba(0, 184, 148, 0.3);
        }

       /* Mobile First Approach */
        @media (max-width: 480px) {
            .container {
                border-radius: 8px; }
            .content {
                padding: 00px 00px; !important
            }
            .subtitle {
                font-size: 1.1em;
            }
        
            .section {
                padding: 20px 15px;
                margin-bottom: 30px;
            }
            
            .section h2 {
                font-size: 2em;
                margin-bottom: 20px;
            }
            
            .section h3 {
                font-size: 1.5em;
                margin: 25px 0 12px 0;
            }
            
            .intro {
                padding: 25px 20px;
                margin-bottom: 30px;
            }
            
            .intro p {
                font-size: 1.1em;
            }
            
            .search-examples {
                padding: 20px;
            }
            
            .highlight-box {
                padding: 20px;
                margin: 20px 0;
            }
            
            .comparison-section {
                padding: 25px 15px;
            }
            
            .comparison-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .comparison-card {
                padding: 20px 15px;
            }
            
            .content-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .content-card {
                padding: 20px 15px;
            }
            
            .content-ideas {
                padding: 25px 15px;
            }
            
            .formula {
                padding: 20px 15px;
                font-size: 1.2em;
            }
            
            .steps-list li {
                padding: 15px 15px 15px 50px;
                margin: 15px 0;
            }
            
            .steps-list li::before {
                left: 15px;
                width: 25px;
                height: 25px;
                font-size: 0.9em;
            }
        }

        /* Tablet Responsive */
        @media (min-width: 481px) and (max-width: 768px) {
            .container {
                margin: 8px;
                border-radius: 12px;
            }
            
            .header {
                padding: 35px 25px;
            }
            
            .header h1 {
                font-size: 2.8em;
            }
            
            .content1 {
                padding: 25px 20px;
            }
            
            .section {
                padding: 30px 25px;
            }
            
            .intro {
                padding: 20px;
            }
            
            .comparison-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .content-grid {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            }
        }

        /* Large Mobile Landscape */
        @media (min-width: 769px) and (max-width: 1024px) {
            .container {
                margin: 15px;
            }
            
            .content {
                padding: 40px 30px;
            }
            
            .section {
                padding: 35px 30px;
            }
        }
    </style>/* End custom CSS */