.elementor-916 .elementor-element.elementor-element-2a6f15d{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-e7b0d7f */.pro-policy-container {
    max-width: 1200px;
    margin: 50px auto;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.06);
    font-family: 'Inter', sans-serif;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.pro-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
}

/* Sidebar Styling */
.pro-sidebar {
    background: #f8fbff;
    padding: 40px;
    border-right: 1px solid #eef2f6;
}

.sidebar-inner {
    position: sticky;
    top: 30px;
}

.sidebar-inner h5 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #99a;
    margin-bottom: 25px;
}

.nav-link {
    display: block;
    text-decoration: none;
    color: #556;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 14px;
    padding: 10px 15px;
    border-radius: 8px;
    transition: 0.3s;
}

.nav-link:hover {
    background: #00AEEF;
    color: #fff !important;
    transform: translateX(5px);
}

/* Main Content Area */
.pro-main {
    padding: 60px;
    max-height: 90vh;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.version-tag {
    background: rgba(0, 174, 239, 0.1);
    color: #00AEEF;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
}

.pro-header h1 {
    font-size: 44px;
    font-weight: 800;
    margin: 15px 0;
    color: #111;
}

.intro-box {
    margin-top: 20px;
    font-size: 17px;
    color: #666;
    line-height: 1.7;
    border-left: 4px solid #00AEEF;
    padding-left: 20px;
}

/* Section Cards */
.section-card {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    position: relative;
}

.s-num {
    color: rgba(0, 174, 239, 0.15);
    font-size: 60px;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 10px;
}

.section-card h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    position: relative;
}

.section-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 1024px) {
    .pro-layout { grid-template-columns: 1fr; }
    .pro-sidebar { display: none; }
    .pro-main { padding: 30px; max-height: none; }
}/* End custom CSS */