.elementor-6377 .elementor-element.elementor-element-fba3177:not(.elementor-motion-effects-element-type-background), .elementor-6377 .elementor-element.elementor-element-fba3177 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E8CFCF;background-image:url("https://vmedumates.com/wp-content/uploads/2025/04/graduation-concept-with-portrait-happy-girl-1-1-1-scaled.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-6377 .elementor-element.elementor-element-fba3177 > .elementor-background-overlay{background-color:#000000FA;opacity:0.74;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-6377 .elementor-element.elementor-element-fba3177{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:200px 0px 200px 0px;}.elementor-6377 .elementor-element.elementor-element-0e65bd7 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-6377 .elementor-element.elementor-element-9904d8d{text-align:center;}.elementor-6377 .elementor-element.elementor-element-9904d8d .elementor-heading-title{font-size:40px;color:#FFFFFF;}.elementor-6377 .elementor-element.elementor-element-a6c8114{--display:flex;}@media(max-width:1024px){.elementor-6377 .elementor-element.elementor-element-fba3177{padding:0px 0px 10px 0px;}.elementor-6377 .elementor-element.elementor-element-9904d8d .elementor-heading-title{font-size:30px;}}@media(max-width:767px){.elementor-6377 .elementor-element.elementor-element-fba3177{padding:100px 0px 100px 0px;}.elementor-6377 .elementor-element.elementor-element-9904d8d .elementor-heading-title{font-size:25px;}}/* Start custom CSS for html, class: .elementor-element-7b21490 */header {
            text-align: center;
            padding: 20px;
            background: #CFA72D;
            color: white;
            font-size: 24px;
        }
        .grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            align-items: center;
        }
        .grid img {
            width: 100%;
            border-radius: 10px;
        }
        .modules {
            list-style: none;
            padding: 0;
        }
        .modules li {
            background: #f8f9fa;
            margin: 10px 0;
            padding: 15px;
            border-left: 5px solid #CFA72D;
            font-size: 18px;
        }
        .features-section {
            text-align: center;
            margin-top: 40px;
        }
        .features-section h2 {
            font-size: 24px;
            color: #007bff;
            margin-bottom: 20px;
        }
        .features {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
        }
        .feature {
            background: #140342;
            color: white;
            padding: 20px;
            flex: 1;
            margin: 5px;
            text-align: center;
            border-radius: 5px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .feature i {
            font-size: 30px;
            margin-bottom: 10px;
        }
        .contact {
            text-align: center;
            margin-top: 20px;
            padding: 20px;
            background: #28a745;
            color: white;
            font-size: 20px;
        }
        
        
        @media (max-width: 768px) {
            .grid {
                grid-template-columns: 1fr;
                text-align: center;
            }
            .features {
                flex-direction: column;
                align-items: center;
            }
            .feature {
                width: 90%;
            }/* End custom CSS */