.elementor-kit-29{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;overscroll-behavior:auto;}.elementor-kit-29 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Basic Reset & Fonts ===== */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f0f0f0;
    color: #333333;
    line-height: 1.5;
}

/* ===== Header Styles ===== */
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}

/* ===== Satta King Title ===== */
.satta-title {
    color: #ffcc00;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    margin-bottom: 10px;
}

/* ===== Results Table Styles ===== */
.satta-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.satta-table th {
    background-color: #222222;
    color: #ffffff;
    padding: 12px;
    text-align: center;
    font-weight: bold;
}

.satta-table td {
    padding: 10px;
    border: 1px solid #dddddd;
    text-align: center;
}

.satta-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* ===== Button Styles ===== */
.satta-button {
    display: inline-block;
    background-color: #ffcc00;
    color: #000000;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.satta-button:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

/* ===== Footer Styles ===== */
.satta-footer {
    background-color: #111111;
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    margin-top: 30px;
}

/* ===== Mobile Responsiveness ===== */
@media (max-width: 768px) {
    .satta-title {
        font-size: 24px;
    }
    
    .satta-table th, 
    .satta-table td {
        padding: 8px;
        font-size: 14px;
    }
}/* End custom CSS */