.elementor-14161 .elementor-element.elementor-element-b93adc6{--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-4c75d94 *//* ===================================================
   SHIPPING POLICY – PREMIUM STYLING
=================================================== */

.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 (H1) */
.uwe-terms-container h1 {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #002b50, #00a0d2);
    color: #ffffff;
    padding: 18px 28px;
    border-radius: 12px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

/* Shine effect for H1 */
.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%; }
}

/* SECTION HEADINGS (H2) */
.uwe-terms-container h2 {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #004a75, #00b4d8);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 15px;
}

/* Shine for H2 */
.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;
}

@keyframes h2Shine {
    0% { left: -140%; }
    50% { left: 140%; }
    100% { left: 140%; }
}

/* TEXT */
.uwe-terms-container p {
    font-size: 16px;
    line-height: 1.7;
    margin: 12px 0;
}

/* LISTS */
.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;
}

/* MOBILE */
@media (max-width: 768px) {
    .uwe-terms-container {
        padding: 20px;
    }
    .uwe-terms-container h1 {
        font-size: 28px;
    }
    .uwe-terms-container h2 {
        font-size: 19px;
        padding: 10px 16px;
    }
}/* End custom CSS */