.elementor-463 .elementor-element.elementor-element-4a5ab4f{--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-2f803b6 *//* ===================================================
   TERMS PAGE – PREMIUM HEADING STYLE + CLEAN DESIGN
=================================================== */

.uwe-terms-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 35px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 0 30px rgba(0,0,0,0.07);
    font-family: "Poppins", sans-serif;
    color: #1a1a1a;
}

/* MAIN TITLE */
.uwe-terms-container h1 {
    font-size: 40px;
    font-weight: 700;
    color: #003b5c;
    text-align: center;
    margin-bottom: 30px;
}

/* SECTION HEADINGS WITH BACKGROUND */
.uwe-terms-container h2 {
    font-size: 22px;
    font-weight: 600;
    padding: 12px 18px;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #ffffff;

    /* Heading background (EDIT COLORS ANY TIME) */
    background: linear-gradient(135deg, #003b5c, #00a0d2);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* PARAGRAPH */
.uwe-terms-container p {
    font-size: 16px;
    line-height: 1.7;
    margin: 12px 0;
}

/* BULLET LIST */
.uwe-terms-container ul {
    margin: 10px 0 10px 20px;
}
.uwe-terms-container li {
    font-size: 16px;
    margin-bottom: 8px;
}

/* HIGHLIGHT BOX */
.uwe-highlight-box {
    padding: 15px 20px;
    background: #e8faff;
    border-left: 5px solid #00a0d2;
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .uwe-terms-container {
        padding: 20px;
    }
    .uwe-terms-container h1 {
        font-size: 30px;
    }
    .uwe-terms-container h2 {
        font-size: 20px;
        padding: 10px 16px;
    }
}
/* ===================================================
   PREMIUM MAIN TOP HEADING (H1)
   Full-width banner heading
=================================================== */

.uwe-terms-container h1 {
    display: block;
    width: 100%;
    text-align: center;

    /* Colors */
    background: linear-gradient(135deg, #002b50, #00a0d2);
    color: #ffffff;

    /* Shape */
    padding: 18px 28px;
    border-radius: 12px;

    /* Font */
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.5px;

    /* Effects */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

/* Shine effect */
.uwe-terms-container h1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
    transform: skewX(-20deg);
    animation: h1Shine 4.5s infinite;
}

@keyframes h1Shine {
    0% { left: -150%; }
    40% { left: 150%; }
    100% { left: 150%; }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .uwe-terms-container h1 {
        font-size: 28px;
        padding: 14px 20px;
        border-radius: 10px;
    }
}
/* ===================================================
   PREMIUM SECTION HEADINGS (H2)
   Gradient bar + shine + shadow + modern UI
=================================================== */

.uwe-terms-container h2 {
    display: block;
    width: 100%;

    /* Colors */
    background: linear-gradient(135deg, #004a75, #00b4d8);
    color: #ffffff;

    /* Shape */
    padding: 12px 20px;
    border-radius: 10px;

    /* Font */
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;

    /* Effects */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 15px;
}

/* Shine effect */
.uwe-terms-container h2::after {
    content: "";
    position: absolute;
    top: 0;
    left: -140%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent);
    transform: skewX(-20deg);
    animation: h2Shine 5.5s infinite;
    pointer-events: none;
}

@keyframes h2Shine {
    0% { left: -140%; }
    50% { left: 140%; }
    100% { left: 140%; }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .uwe-terms-container h2 {
        font-size: 19px;
        padding: 10px 16px;
        border-radius: 8px;
    }
}/* End custom CSS */