.elementor-5065 .elementor-element.elementor-element-4cdaa31{--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-7c806c0 *//* सुनिश्चित करें कि CSS सिर्फ `.container` के अंदर लागू हो */
.container {
    max-width: 800px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.1);
    margin: auto;
    position: relative;
}

/* .container के अंदर h2 को स्टाइल करें */
.container h2 {
    color: #004d40;
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
}

/* .container के अंदर h3 और h4 */
.container h3, .container h4 {
    color: #00796b;
    font-size: 20px;
    margin-top: 20px;
}

/* पैराग्राफ के लिए */
.container p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* बुलेट पॉइंट्स */
.container ul {
    margin-left: 20px;
    padding-left: 20px;
}

.container ul li {
    font-size: 16px;
    color: #555;
}

/* CTA Button */
.container .cta-button {
    display: block;
    text-align: center;
    background-color: #ff9800;
    color: white;
    padding: 10px 15px;
    margin-top: 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
}

.container .cta-button:hover {
    background-color: #e68900;
}/* End custom CSS */