.elementor-385 .elementor-element.elementor-element-88b62d1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6f3253f *//* --- UNIVERSAL RESET FOR THE PAGE --- */
.ls-disclaimer-v3 {
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif !important;
    background: transparent !important; /* Fully transparent to show site background */
    color: inherit;
}

/* --- HERO SECTION --- */
.ls-v3-hero {
    max-width: 850px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.ls-v3-badge {
    display: inline-block;
    border: 1px solid #27AE60; /* Border khder */
    color: #27AE60;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px; /* 4px Radius */
    margin-bottom: 20px;
}

.ls-v3-hero h1 {
    font-size: 48px;
    font-weight: 800 !important;
    margin: 0 0 15px 0;
    letter-spacing: -1px;
    line-height: 1;
}

.ls-v3-hero h1 span {
    color: #27AE60;
}

.ls-v3-hero p {
    font-size: 16px;
    opacity: 0.7;
    max-width: 500px;
    margin: 0 auto;
}

/* --- CONTENT CONTAINER (GLASS STYLE) --- */
.ls-v3-container {
    max-width: 850px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03); /* Extremely subtle glass effect */
    backdrop-filter: blur(5px); /* Smooth background blur */
    border: 1px solid rgba(150, 150, 150, 0.15); /* Thin elegant border */
    padding: 60px;
    border-radius: 4px; /* 4px Radius nichan */
}

/* --- TYPOGRAPHY (Poppins 600) --- */
.ls-v3-content h2 {
    font-size: 20px;
    font-weight: 600 !important; /* Fixed Weight 600 */
    margin: 40px 0 15px 0;
    display: flex;
    align-items: center;
}

.ls-v3-content h2::before {
    content: "";
    width: 20px;
    height: 2px;
    background: #27AE60;
    margin-right: 15px;
    border-radius: 4px;
}

.ls-v3-content p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
    opacity: 0.85;
}

.ls-v3-content strong {
    color: #27AE60;
    font-weight: 600;
}

/* --- FOOTER SECTION --- */
.ls-v3-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(150, 150, 150, 0.1);
    text-align: center;
    font-size: 14px;
}

.ls-v3-footer span {
    color: #27AE60;
    font-weight: 600;
    text-decoration: underline;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .ls-v3-container { padding: 30px 20px; }
    .ls-v3-hero h1 { font-size: 32px; }
    .ls-disclaimer-v3 { padding: 40px 15px; }
}/* End custom CSS */