.elementor-472 .elementor-element.elementor-element-3bfcd3a{--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;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-472 .elementor-element.elementor-element-5494a8d{background-color:var( --e-global-color-ae01af7 );border-radius:20px 20px 0px 0px;text-align:center;}.elementor-472 .elementor-element.elementor-element-5494a8d .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:28px;font-weight:700;text-transform:uppercase;text-shadow:0px 0px 10px #000000;color:var( --e-global-color-primary );}.elementor-472 .elementor-element.elementor-element-5494a8d .elementor-heading-title a:hover, .elementor-472 .elementor-element.elementor-element-5494a8d .elementor-heading-title a:focus{color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9a04334 *//* Container styling */
.terms-container {
    font-family: 'Roboto', sans-serif; /* Ya jo font aap use kar rahe hain */
    color: #333333;
    line-height: 1.6;
    padding: 20px;
    background-color: #ffffff;
}

/* Main Headings (H2) */
.terms-container h2 {
    color: #3E7E1C; /* Aapka brand Green color */
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 10px;
    font-weight: 700;
}

/* Sub Headings (H3) */
.terms-container h3 {
    color: #2c2c2c;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Paragraphs */
.terms-container p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #4a4a4a;
    text-align: justify; /* Text ko dono taraf barabar karne ke liye */
}

/* Lists (Definitions) */
.terms-container ul {
    list-style-type: none; /* Bullets hatane ke liye */
    padding-left: 0;
    margin-bottom: 20px;
}

.terms-container ul li {
    margin-bottom: 12px;
    padding-left: 15px;
    border-left: 3px solid #3E7E1C; /* Green line side pe */
    font-size: 15px;
}

/* Bold words in definitions */
.terms-container strong {
    color: #000;
    font-weight: 700;
}

/* Links (Email etc) */
.terms-container a {
    color: #3E7E1C;
    text-decoration: none;
    font-weight: bold;
}/* End custom CSS */