.elementor-3803 .elementor-element.elementor-element-44dc062{--display:flex;}.elementor-3803 .elementor-element.elementor-element-44dc062:not(.elementor-motion-effects-element-type-background), .elementor-3803 .elementor-element.elementor-element-44dc062 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F172A;}.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3803 .elementor-element.elementor-element-d2d7dd2 .elementor-toc__header-title{text-align:start;}.elementor-3803 .elementor-element.elementor-element-d2d7dd2 .elementor-toc__header{flex-direction:row;}.elementor-3803 .elementor-element.elementor-element-d2d7dd2{--item-text-hover-decoration:underline;}:root{--page-title-display:none;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

.sw168-master-wrapper {
    font-family: 'Montserrat', sans-serif !important;
    max-width: 1050px;
    margin: 0 auto;
}

/* 1. The Hero Card (Smoother Gradient, No Ugly Glow) */
.sw168-hero-card {
    background: linear-gradient(135deg, #f88c22 0%, #d85700 100%);
    border-radius: 8px;
    padding: 60px 40px;
    text-align: center;
    margin-bottom: 50px;
    border: 1px solid rgba(255,255,255,0.1);
}

.sw168-hero-card h1 {
    color: #ffffff !important;
    font-size: 2.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2;
}

.sw168-hero-card .sw168-subtitle {
    color: #ffffff !important;
    font-size: 1.1rem;
    max-width: 850px;
    margin: 0 auto;
    font-weight: 500;
    line-height: 1.7;
}

/* 2. The Content Cards (Seamless & Transparent) */
.sw168-content-card {
    background: rgba(255, 255, 255, 0.02); /* Almost invisible background */
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid rgba(255,255,255,0.05); /* Very subtle outline */
    border-top: 4px solid #fc7100; /* Distinct top border for SEO footprint */
}

.sw168-content-card.alt-border {
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 4px solid #fc7100;
}

.sw168-content-card h2 {
    color: #fc7100;
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase; /* Matches the official site */
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.sw168-content-card p {
    color: #cccccc;
    font-size: 1.05rem;
    font-weight: 400 !important; /* Forces the text to be light and readable */
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Links */
.sw168-content-card a {
    color: #fc7100;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed rgba(252, 113, 0, 0.5); 
    transition: all 0.3s ease;
}

.sw168-content-card a:hover {
    color: #ffffff;
    border-bottom: 1px solid #fc7100;
}

/* 3. The FAQ Grid */
.sw168-faq-grid {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 20px;
    margin-top: 20px;
}

.sw168-faq-item {
    background: rgba(0, 0, 0, 0.2); 
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 4px solid #fc7100; 
    padding: 25px;
    border-radius: 6px; 
}

.sw168-faq-item h3 {
    color: #ffffff;
    font-size: 1.15rem;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}

.sw168-faq-item p {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400 !important;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .sw168-hero-card { padding: 40px 20px; }
    .sw168-hero-card h1 { font-size: 2rem; }
    .sw168-content-card { padding: 30px 20px; }
    .sw168-content-card h2 { font-size: 1.4rem; }
}

/* surewin168 Internal Link Hub */
.sw168-seo-hub-container {
    background: #1a243a;
    border-top: 5px solid #fc7100;
    border-radius: 12px;
    padding: 40px;
    margin-top: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    text-align: center;
}

.sw168-seo-hub-container h2 {
    color: #fc7100;
    font-size: 1.6rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sw168-seo-hub-container h2::before {
    display: none; /* Removes the side dash for centered text */
}

.sw168-seo-hub-container p {
    color: #cccccc;
    font-size: 1.05rem;
    margin-bottom: 30px;
}

.sw168-seo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.sw168-seo-link-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-radius: 8px;
    display: block;
    border-bottom: none !important; /* Overrides global link dashed border */
    transition: all 0.3s ease;
}

.sw168-seo-link-box:hover {
    background: rgba(252, 113, 0, 0.1);
    border: 1px solid #fc7100;
    transform: translateY(-3px);
}

.sw168-seo-link-box span {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    transition: color 0.3s;
}

.sw168-seo-link-box:hover span {
    color: #fc7100;
}

/* The Glowing CTA Button */
.sw168-cta-btn {
    display: inline-block;
    background: #ffb400; /* Official yellow/gold */
    color: #1a243a !important; /* Dark text for contrast */
    font-size: 1.1rem;
    font-weight: 800;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none !important;
    text-transform: uppercase;
    margin-top: 25px;
    box-shadow: 0 0 20px rgba(255, 180, 0, 0.4);
    transition: all 0.3s ease;
    border: none !important;
    letter-spacing: 0.5px;
}

.sw168-cta-btn:hover {
    background: #ffffff;
    color: #fc7100 !important;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
    transform: translateY(-3px);
}/* End custom CSS */