/* =====================================================
   BetMateria Pro — Custom Theme Override
   Colors: #2C5EAD | #1591DC | #4BB8FA | #C4E2F5
   Fonts: Oswald (headings) | Raleway (body)
===================================================== */

:root {
    --bmp-primary:   #2C5EAD;
    --bmp-secondary: #1591DC;
    --bmp-accent:    #4BB8FA;
    --bmp-light:     #C4E2F5;
    --bmp-dark:      #0d1f3c;
    --bmp-white:     #ffffff;
    --font-heading:  'Oswald', sans-serif;
    --font-body:     'Raleway', sans-serif;
}

body, p, li, td, span, input, textarea, select, button, .text p, .text li {
    font-family: var(--font-body) !important;
}
h1, h2, h3, h4, h5, h6,
.sec-title h2, .sec-title h5,
.theme-btn, .btn-box a,
.navigation li a,
.main-menu .navigation li a,
.footer-widget .widget-title h4,
.counter-block-one .count-outer,
.counter-block-four .count-outer,
.banner-section h1, .banner-section h2,
.cta-section h2 {
    font-family: var(--font-heading) !important;
}

a { color: var(--bmp-secondary); }
a:hover { color: var(--bmp-primary); }

.theme-btn.style-one, .theme-btn.style-two {
    background: var(--bmp-primary); border-color: var(--bmp-primary);
    font-family: var(--font-heading) !important; letter-spacing: 2px;
}
.theme-btn.style-one:hover, .theme-btn.style-two:hover {
    background: var(--bmp-secondary); border-color: var(--bmp-secondary);
}

/* .site-header.header-style-main, .main-header.style-one {
    background: #fff; border-bottom: 2px solid var(--bmp-light);
} */
.navigation li a, .main-menu .navigation li a {
    font-family: var(--font-heading) !important; font-size: 15px;
    letter-spacing: 1px; text-transform: uppercase;
}
.navigation li a:hover, .navigation li.current a { color: var(--bmp-secondary) !important; }
.sticky-header { background: var(--bmp-primary) !important; }

.sec-title h5 {
    color: var(--bmp-secondary) !important; font-family: var(--font-heading) !important;
    font-size: 14px; letter-spacing: 3px; text-transform: uppercase;
}
.sec-title h2 { color: var(--bmp-dark) !important; }
.sec-title.right h2::before, .sec-title.right h2::after { background: var(--bmp-secondary) !important; }
.sec-title h2 span { color: var(--bmp-secondary) !important; }
.bg-color-1 { background: #f0f7ff !important; }

.service-block-one .icon-box i, .feature-icon-box i { color: var(--bmp-secondary) !important; }
.icon-box .bg-box, .single-item .icon-box { background: var(--bmp-light) !important; }

.counter-block-one .count-outer, .counter-block-four .count-outer {
    color: var(--bmp-primary) !important; font-family: var(--font-heading) !important;
    font-size: 60px; font-weight: 700;
}
.single-progress-box h3 { color: var(--bmp-primary) !important; }

.cta-section { background: linear-gradient(135deg, var(--bmp-primary) 0%, var(--bmp-secondary) 100%) !important; }
.cta-section .title h2 { color: #fff !important; font-family: var(--font-heading) !important; }
.cta-section .btn-box a {
    background: #fff; color: var(--bmp-primary); font-family: var(--font-heading) !important;
    font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
    border-radius: 6px; padding: 15px 35px; transition: all 0.3s; text-decoration: none;
}
.cta-section .btn-box a:hover { background: var(--bmp-accent); color: #fff; }

.site-footer, .main-footer { background: var(--bmp-dark) !important; }
.footer-widget .widget-title h4 {
    color: var(--bmp-accent) !important; font-family: var(--font-heading) !important;
    font-size: 16px; letter-spacing: 2px; text-transform: uppercase;
    border-bottom: 2px solid var(--bmp-secondary); padding-bottom: 12px; margin-bottom: 20px;
}
.footer-widget .list li a, .footer-widget .info-list li,
.footer-widget .contact-details-list li, .info-list li {
    color: rgba(255,255,255,0.65) !important; font-family: var(--font-body) !important;
}
.footer-widget .list li a:hover { color: var(--bmp-accent) !important; }
.footer-widget .list li::before { background: var(--bmp-secondary) !important; }
.footer-copyright-bar, .footer-bottom {
    background: rgba(0,0,0,0.3) !important; border-top: 1px solid rgba(75,184,250,0.2);
}
.footer-copyright-bar .copyright-text p, .footer-bottom .copyright p {
    color: rgba(255,255,255,0.5) !important; font-family: var(--font-body) !important;
}
.footer-disclaimer-area, .footer-disclaimer, .disclaimer-content {
    background: rgba(21,145,220,0.08) !important; border: 1px solid rgba(75,184,250,0.2);
    border-radius: 10px; padding: 25px !important; margin-bottom: 40px;
}
.footer-disclaimer-area p, .footer-disclaimer p, .disclaimer-text p, .disclaimer-content p {
    color: rgba(255,255,255,0.55) !important; font-size: 12px; line-height: 1.8;
}

.support-section { background: var(--bmp-light) !important; padding: 80px 0; }

.page-banner, .page-title { background-size: cover !important; background-position: center !important; position: relative; }
.page-banner::before, .page-title::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(44,94,173,0.85) 0%, rgba(21,145,220,0.7) 100%);
    opacity: 0.6;
}

.page-banner{
    padding-top: 160px;
}
.page-banner .content-box, .page-title .content-box { position: relative; z-index: 2; }
.page-banner h1, .page-title h1 { color: #fff !important; font-family: var(--font-heading) !important; }
.bread-crumb li a { color: var(--bmp-light) !important; }
.bread-crumb li { color: var(--bmp-accent) !important; }

.scroll-top { background: var(--bmp-primary) !important; border-color: var(--bmp-primary) !important; }
.scroll-top:hover { background: var(--bmp-secondary) !important; }
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span { background: var(--bmp-primary) !important; }

.testimonial-section .sec-title h5, .client-reviews-section .sec-title h5,
.reviews-section .sec-title h5 { color: var(--bmp-accent) !important; }
.testimonial-section .sec-title h2, .client-reviews-section .sec-title h2,
.reviews-section .sec-title h2 { color: #fff !important; }

.testimonial-section .sec-title h2, .client-reviews-section .sec-title h2{
    color: #222!important;
}

.news-block-one .inner-box { border-radius: 12px; overflow: hidden; transition: all 0.3s; }
.news-block-one .inner-box:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(44,94,173,0.15); }
.news-block-one .lower-content h3 { font-family: var(--font-heading) !important; color: var(--bmp-primary) !important; font-size: 20px; }

.clients-section { padding: 60px 0; background: #f7fbff; }
.mobile-menu .menu-box { background: var(--bmp-dark) !important; }

.content-details-box h1, .content-details-box h2, .content-details-box h3,
.blog-details-content h1, .blog-details-content h2, .blog-details-content h3 {
    font-family: var(--font-heading) !important; color: var(--bmp-primary);
}

.tab-btn.active-btn { background: var(--bmp-primary) !important; color: #fff !important; border-color: var(--bmp-primary) !important; }
.tab-btn { font-family: var(--font-heading) !important; letter-spacing: 1px; text-transform: uppercase; font-size: 14px; }

.fun-fact, .platform-counters { background: var(--bmp-primary) !important; padding: 70px 0; }
.platform-counters .counter-block-one p, .fun-fact .counter-block-one p {
    color: rgba(255,255,255,0.75) !important; font-family: var(--font-body) !important;
    font-size: 14px; text-transform: uppercase; letter-spacing: 1px;
}
.platform-counters .count-outer, .fun-fact .count-outer { color: #fff !important; }

/* =====================================================
   BetMateria Pro — Extended Page Styles
===================================================== */

/* ===== PAGE BANNER (all pages) ===== */
.page-banner,
.page-banner.style-alt {
    min-height: 280px;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    padding: 80px 0;
}
.page-banner::before,
.page-banner.style-alt::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(44,94,173,0.88) 0%, rgba(21,145,220,0.75) 100%);
}
.page-banner .auto-container { position: relative; z-index: 2; width: 100%; }
.banner-content-box h1 {
    font-family: 'Oswald', sans-serif !important;
    font-size: 48px;
    font-weight: 700;
    color: #fff !important;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bread-crumb { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.bread-crumb li { font-family: 'Raleway', sans-serif; font-size: 14px; color: rgba(255,255,255,0.7); }
.bread-crumb li a { color: #C4E2F5 !important; text-decoration: none; font-weight: 600; }
.bread-crumb li a:hover { color: #fff !important; }
.bread-crumb li + li::before { content: '/'; margin-right: 10px; opacity: 0.5; }

/* ===== ABOUT PAGE ===== */
.about-headline-strip { padding: 80px 0; }
.headline-inner { display: flex; align-items: center; gap: 30px; }
.years-emblem { position: relative; display: flex; align-items: center; justify-content: center; width: 100px; flex-shrink: 0; }
.years-emblem h2 { position: absolute; font-family: 'Oswald', sans-serif !important; font-size: 48px; font-weight: 700; color: #2C5EAD; margin: 0; }
.years-emblem .emblem-img img { width: 90px; opacity: 0.2; }
.headline-title h2 { font-family: 'Oswald', sans-serif !important; font-size: 28px; color: #0d1f3c; line-height: 1.3; }
.headline-title h2 span { color: #1591DC; }
.headline-desc p { color: #666; line-height: 1.8; margin-bottom: 20px; }
.about-link-btn { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600; color: #2C5EAD; text-decoration: none; letter-spacing: 1px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; }
.about-link-btn:hover { color: #1591DC; }
.about-link-btn i { font-size: 12px; }

.about-mission-section { padding: 100px 0; }
.mission-desc-text { margin: 20px 0 30px; }
.mission-desc-text p { color: #666; line-height: 1.8; }
.mission-tabs-box .tab-btns-wrap { margin-bottom: 0; }
.tab-inner-content { padding: 25px; background: #f0f7ff; border-radius: 8px; border-left: 4px solid #1591DC; margin-top: 20px; }
.tab-inner-content p { color: #555; line-height: 1.8; margin-bottom: 15px; }
.tab-inner-content a { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600; color: #2C5EAD; text-decoration: none; letter-spacing: 1px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; }
.about-img-wrap { position: relative; }
.about-cta-badge { position: absolute; bottom: 20px; left: -10px; background: #fff; border-radius: 12px; padding: 20px 25px; box-shadow: 0 10px 30px rgba(44,94,173,0.15); max-width: 240px; }
.about-cta-badge i { font-size: 28px; color: #1591DC; display: block; margin-bottom: 8px; }
.about-cta-badge h4 { font-family: 'Oswald', sans-serif !important; font-size: 16px; color: #0d1f3c; margin: 0 0 6px; }
.about-cta-badge h5 { font-family: 'Raleway', sans-serif !important; font-size: 13px; color: #666; margin: 0; }
.about-cta-badge h5 a { color: #1591DC; text-decoration: none; font-weight: 700; }

.core-values-section { padding: 100px 0; }
.value-col { margin-bottom: 30px; }
.value-card-item { background: #fff; border-radius: 14px; padding: 40px 30px; text-align: center; box-shadow: 0 5px 25px rgba(0,0,0,0.07); border-top: 4px solid transparent; transition: all 0.3s; height: 100%; }
.value-card-item:hover { border-top-color: #1591DC; transform: translateY(-6px); box-shadow: 0 15px 45px rgba(21,145,220,0.12); }
.value-icon-wrap { width: 70px; height: 70px; background: #C4E2F5; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.value-icon-wrap i { font-size: 32px; color: #2C5EAD; }
.value-card-item h4 { font-family: 'Oswald', sans-serif !important; font-size: 20px; color: #0d1f3c; margin-bottom: 12px; }
.value-card-item p { color: #666; font-size: 14px; line-height: 1.7; margin: 0; }

.global-presence-section { padding: 100px 0; position: relative; overflow: hidden; }
.presence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
.presence-card { background: rgba(255,255,255,0.9); border-radius: 12px; padding: 18px; border: 1px solid #C4E2F5; transition: transform 0.3s; }
.presence-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(44,94,173,0.1); }
.presence-info { display: flex; align-items: center; gap: 12px; }
.user-avatar-img img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 2px solid #4BB8FA; }
.presence-info p { font-size: 13px; margin: 0; color: #333; line-height: 1.5; }

.about-stats-section { background: #2C5EAD; padding: 80px 0; }
.stat-counter-item { padding: 20px; }
.stat-counter-item .count-outer { font-family: 'Oswald', sans-serif !important; font-size: 58px; font-weight: 700; color: #fff !important; display: block; margin-bottom: 12px; }
.stat-counter-item h3 { font-family: 'Oswald', sans-serif !important; font-size: 16px; font-weight: 500; color: rgba(255,255,255,0.75); text-transform: uppercase; letter-spacing: 1px; line-height: 1.4; }

/* ===== CONTACT PAGE ===== */
.contact-details-section { padding: 100px 0 80px; }
.contact-info-col { margin-bottom: 30px; }
.contact-card-inner { background: #fff; border-radius: 16px; padding: 45px 30px; text-align: center; box-shadow: 0 5px 30px rgba(0,0,0,0.07); border-bottom: 4px solid transparent; transition: all 0.3s; height: 100%; }
.contact-card-inner:hover { border-bottom-color: #1591DC; transform: translateY(-6px); box-shadow: 0 15px 40px rgba(21,145,220,0.12); }
.contact-icon-wrap { width: 80px; height: 80px; background: linear-gradient(135deg, #2C5EAD, #1591DC); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.contact-icon-wrap i { font-size: 32px; color: #fff; }
.contact-card-inner h3 { font-family: 'Oswald', sans-serif !important; font-size: 20px; color: #0d1f3c; margin-bottom: 12px; }
.contact-card-inner p { color: #666; line-height: 1.7; margin: 0; }
.contact-card-inner a { color: #1591DC; text-decoration: none; font-weight: 700; }
.contact-card-inner small { font-size: 12px; color: #999; display: block; margin-top: 5px; }

.support-channels-section { padding: 100px 0; }
.support-intro { color: #666; line-height: 1.8; margin: 20px 0 35px; }
.support-method-list { display: flex; flex-direction: column; gap: 22px; }
.support-method-item { display: flex; gap: 18px; align-items: flex-start; background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 3px 15px rgba(0,0,0,0.06); transition: all 0.3s; }
.support-method-item:hover { box-shadow: 0 8px 25px rgba(21,145,220,0.1); transform: translateX(4px); }
.support-method-icon { width: 50px; height: 50px; background: #C4E2F5; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.support-method-icon i { font-size: 20px; color: #2C5EAD; }
.support-method-text h4 { font-family: 'Oswald', sans-serif !important; font-size: 16px; color: #0d1f3c; margin: 0 0 6px; }
.support-method-text p { font-size: 13px; color: #666; line-height: 1.6; margin: 0; }

.contact-cta-panel { padding: 0 0 20px 40px; }
.cta-panel-inner { background: linear-gradient(135deg, #2C5EAD 0%, #1591DC 100%); border-radius: 20px; padding: 50px 40px; color: #fff; }
.cta-panel-icon i { font-size: 50px; color: rgba(255,255,255,0.3); margin-bottom: 20px; display: block; }
.cta-panel-inner h3 { font-family: 'Oswald', sans-serif !important; font-size: 28px; color: #fff; margin-bottom: 15px; }
.cta-panel-inner > p { color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 25px; }
.cta-feature-list { list-style: none; padding: 0; margin: 0 0 30px; }
.cta-feature-list li { font-size: 14px; color: rgba(255,255,255,0.9); padding: 6px 0; display: flex; align-items: center; gap: 10px; }
.cta-feature-list li i { color: #4BB8FA; font-size: 16px; }

.contact-location-strip { background: #0d1f3c; padding: 20px 0; }
.location-strip-inner { display: flex; align-items: center; gap: 15px; }
.location-strip-icon { color: #4BB8FA; font-size: 20px; flex-shrink: 0; }
.location-strip-text { font-size: 13px; color: rgba(255,255,255,0.65); }
.location-strip-text strong { color: #fff; font-weight: 700; }
.location-strip-text a { color: #4BB8FA; text-decoration: none; }
.location-strip-text a:hover { color: #fff; }

/* ===== TESTIMONIALS PAGE ===== */
.reviews-section { padding-bottom: 80px; }
.reviews-title-row { margin-bottom: 50px; }
.reviews-intro p { color: rgba(255,255,255,0.8); line-height: 1.7; }
.review-card-block .review-item-text { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 12px; padding: 30px; margin: 0 5px; }
.review-card-block .review-item-text p { color: rgba(255,255,255,0.9); font-size: 15px; line-height: 1.8; font-style: italic; margin: 0; }
.reviewer-item { text-align: center; padding: 15px 10px; }
.reviewer-thumb img { width: 70px; height: 70px; border-radius: 50%; border: 3px solid #4BB8FA; margin: 0 auto; display: block; }
.reviewer-info-box h5 { font-family: 'Oswald', sans-serif !important; font-size: 15px; color: #fff; margin: 10px 0 4px; }
.reviewer-info-box .designation { font-size: 12px; color: #4BB8FA; }

.extended-reviews-section { padding: 100px 0; }
.review-grid-col { margin-bottom: 30px; }
.review-grid-inner { background: #fff; border-radius: 16px; padding: 35px; box-shadow: 0 5px 25px rgba(0,0,0,0.07); transition: all 0.3s; height: 100%; display: flex; flex-direction: column; }
.review-grid-inner:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(44,94,173,0.12); }
.review-stars { margin-bottom: 15px; }
.review-stars i { color: #f59e0b; font-size: 14px; margin-right: 2px; }
.review-grid-inner > p { color: #555; font-size: 14px; line-height: 1.7; font-style: italic; flex: 1; margin-bottom: 20px; }
.review-author-row { display: flex; align-items: center; gap: 12px; border-top: 1px solid #f0f7ff; padding-top: 18px; }
.review-author-row figure img { width: 46px; height: 46px; border-radius: 50%; border: 2px solid #C4E2F5; }
.review-author-row h5 { font-family: 'Oswald', sans-serif !important; font-size: 15px; color: #2C5EAD; margin: 0 0 3px; }
.review-author-row span { font-size: 12px; color: #999; }

.reviews-cta-section { background: linear-gradient(135deg, #2C5EAD 0%, #1591DC 100%); padding: 60px 0; position: relative; overflow: hidden; }
.reviews-cta-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.reviews-cta-inner h2 { font-family: 'Oswald', sans-serif !important; font-size: 30px; color: #fff; margin: 0; }
.cta-btn-area a { background: #fff; color: #2C5EAD; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 2px; text-transform: uppercase; padding: 16px 40px; border-radius: 6px; text-decoration: none; display: inline-block; transition: all 0.3s; }
.cta-btn-area a:hover { background: #4BB8FA; color: #fff; }

/* ===== OVERVIEW PAGE ===== */
.overview-screenshot-wrap { position: relative; margin-bottom: 50px; border-radius: 12px; overflow: hidden; }
.overview-screenshot-wrap img { width: 100%; display: block; }
.overview-category-tag { position: absolute; top: 20px; left: 20px; background: #2C5EAD; color: #fff; font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 6px 16px; border-radius: 20px; }
.overview-inner-content { max-width: 900px; margin: 0 auto; }
.overview-text-body h1 { font-family: 'Oswald', sans-serif !important; font-size: 36px; color: #0d1f3c; margin-bottom: 25px; line-height: 1.2; }
.overview-lead { font-size: 18px; color: #1591DC; font-weight: 600; line-height: 1.6; border-left: 4px solid #1591DC; padding-left: 20px; margin-bottom: 40px; display: block; }
.overview-quick-verdict { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 45px; padding: 30px; background: #f0f7ff; border-radius: 12px; border: 1px solid #C4E2F5; }
.verdict-item { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: #333; }
.verdict-item i { color: #1591DC; font-size: 16px; }
.overview-text-body h2 { font-family: 'Oswald', sans-serif !important; font-size: 26px; color: #2C5EAD; margin: 40px 0 15px; padding-top: 10px; border-top: 1px solid #e8f4fc; }
.overview-text-body p { color: #555; line-height: 1.8; margin-bottom: 18px; }
.overview-text-body strong { color: #2C5EAD; }
.overview-workflow { display: flex; align-items: center; gap: 15px; margin: 30px 0; flex-wrap: wrap; }
.workflow-step { background: #fff; border: 2px solid #C4E2F5; border-radius: 12px; padding: 20px; flex: 1; min-width: 140px; text-align: center; }
.step-num { display: inline-block; width: 36px; height: 36px; background: #2C5EAD; color: #fff; font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 700; border-radius: 50%; line-height: 36px; margin-bottom: 10px; }
.workflow-step strong { display: block; font-family: 'Oswald', sans-serif; font-size: 15px; color: #0d1f3c; margin-bottom: 6px; }
.workflow-step p { font-size: 12px; color: #888; margin: 0; line-height: 1.5; }
.workflow-arrow i { color: #4BB8FA; font-size: 20px; }
.overview-faq-list { margin-top: 20px; }
.overview-faq-item { background: #fff; border: 1px solid #e8f4fc; border-radius: 10px; padding: 20px 25px; margin-bottom: 12px; }
.overview-faq-item strong { font-family: 'Oswald', sans-serif; font-size: 16px; color: #2C5EAD; display: block; margin-bottom: 8px; }
.overview-faq-item p { color: #666; font-size: 14px; margin: 0; line-height: 1.7; }

/* ===== LEGAL PAGES (privacy, terms, cookie, abuse) ===== */
.legal-content-section { padding: 80px 0; }
.legal-inner-box { background: #fff; border-radius: 14px; padding: 50px; box-shadow: 0 5px 30px rgba(0,0,0,0.06); }
.legal-intro-block { background: #f0f7ff; border-left: 4px solid #1591DC; border-radius: 8px; padding: 25px 30px; margin-bottom: 35px; }
.legal-intro-block p { color: #444; line-height: 1.8; margin-bottom: 10px; }
.legal-intro-block p:last-child { margin-bottom: 0; }
.legal-text-body h3 { font-family: 'Oswald', sans-serif !important; font-size: 20px; color: #2C5EAD; margin: 35px 0 14px; padding-top: 20px; border-top: 1px solid #e8f4fc; }
.legal-text-body h3:first-of-type { border-top: none; padding-top: 0; }
.legal-text-body h4 { font-family: 'Oswald', sans-serif !important; font-size: 16px; color: #0d1f3c; margin: 20px 0 10px; }
.legal-text-body p { color: #555; line-height: 1.8; margin-bottom: 15px; }
.legal-text-body ul { padding-left: 0; margin-bottom: 18px; list-style: none; }
.legal-text-body ul li { color: #555; font-size: 14px; line-height: 1.7; padding: 5px 0 5px 22px; position: relative; }
.legal-text-body ul li::before { content: ''; position: absolute; left: 0; top: 13px; width: 8px; height: 8px; background: #1591DC; border-radius: 50%; }
.legal-text-body a { color: #1591DC; text-decoration: none; font-weight: 600; }
.legal-text-body a:hover { color: #2C5EAD; }
.legal-text-body strong { color: #2C5EAD; }

/* Sidebar */
.legal-sidebar { position: sticky; top: 100px; }
.sidebar-widget { background: #fff; border-radius: 14px; padding: 30px; box-shadow: 0 5px 25px rgba(0,0,0,0.07); margin-bottom: 25px; }
.sidebar-widget .widget-title h4 { font-family: 'Oswald', sans-serif !important; font-size: 18px; color: #0d1f3c; margin: 0 0 20px; padding-bottom: 12px; border-bottom: 2px solid #C4E2F5; }
.policy-nav-list { list-style: none; padding: 0; margin: 0; }
.policy-nav-list li { border-bottom: 1px solid #f0f7ff; }
.policy-nav-list li:last-child { border-bottom: none; }
.policy-nav-list li a { display: flex; align-items: center; gap: 10px; padding: 12px 0; font-size: 14px; font-weight: 600; color: #555; text-decoration: none; transition: all 0.3s; }
.policy-nav-list li a:hover, .policy-nav-list li.active a { color: #1591DC !important; padding-left: 5px; }
.policy-nav-list li a::before { content: '\f105'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: #1591DC; font-size: 12px; }
.contact-sidebar-inner p { font-size: 13px; color: #666; line-height: 1.7; margin-bottom: 15px; }
.sidebar-contact-list { list-style: none; padding: 0; margin: 0; }
.sidebar-contact-list li { display: flex; align-items: flex-start; gap: 10px; padding: 7px 0; font-size: 13px; color: #555; }
.sidebar-contact-list li i { color: #1591DC; font-size: 14px; margin-top: 2px; flex-shrink: 0; }
.sidebar-contact-list li a { color: #1591DC; text-decoration: none; font-weight: 600; }
.cta-sidebar-widget { background: linear-gradient(135deg, #2C5EAD 0%, #1591DC 100%) !important; text-align: center; }
.cta-sidebar-inner i { font-size: 40px; color: rgba(255,255,255,0.3); margin-bottom: 15px; display: block; }
.cta-sidebar-inner h4 { font-family: 'Oswald', sans-serif !important; font-size: 20px; color: #fff; margin-bottom: 12px; }
.cta-sidebar-inner p { font-size: 13px; color: rgba(255,255,255,0.8); margin-bottom: 20px; }
.cta-sidebar-inner .theme-btn { width: 100%; text-align: center; display: block; background: #fff !important; color: #2C5EAD !important; border-color: #fff !important; }
.cta-sidebar-inner .theme-btn:hover { background: #4BB8FA !important; color: #fff !important; border-color: #4BB8FA !important; }

/* ===== GLOBAL USERS / WORLD MAP SECTION ===== */
.global-users-section { padding: 100px 0; position: relative; overflow: hidden; }
.users-location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 50px; }
.user-loc-card { background: rgba(255,255,255,0.88); border-radius: 12px; padding: 18px; transition: transform 0.3s; border: 1px solid #C4E2F5; }
.user-loc-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(44,94,173,0.1); }
.user-loc-inner { display: flex; align-items: center; gap: 12px; }
.user-avatar img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid #4BB8FA; }
.user-loc-inner p { font-size: 13px; margin: 0; color: #333; line-height: 1.5; }

/* ===== PLATFORM ANALYTICS (annual-stats renamed) ===== */
.platform-analytics-section { padding: 100px 0; }
.analytics-img-wrap { position: relative; }
.analytics-award-badge { position: absolute; bottom: 25px; left: -15px; background: #fff; border-radius: 12px; padding: 15px 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.12); max-width: 220px; }
.badge-inner { display: flex; align-items: center; gap: 12px; }
.badge-inner span { font-size: 12px; font-weight: 700; color: #2C5EAD; line-height: 1.4; }

/* ===== RESPONSIVE EXTRAS ===== */
@media (max-width: 1199px) {
    .presence-grid { grid-template-columns: repeat(3, 1fr); }
    .users-location-grid { grid-template-columns: repeat(3, 1fr); }
    .overview-quick-verdict { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
    .presence-grid,
    .users-location-grid { grid-template-columns: repeat(2, 1fr); }
    .headline-inner { flex-direction: column; align-items: flex-start; gap: 15px; }
    .contact-cta-panel { padding: 40px 0 0; }
    .analytics-award-badge { left: 0; }
    .legal-sidebar { position: static; margin-top: 40px; }
    .overview-workflow { flex-direction: column; align-items: stretch; }
    .workflow-arrow { text-align: center; }
    .workflow-arrow i { transform: rotate(90deg); display: inline-block; }
    .banner-content-box h1 { font-size: 36px; }
}
@media (max-width: 767px) {
    .presence-grid,
    .users-location-grid { grid-template-columns: repeat(2, 1fr); }
    .overview-quick-verdict { grid-template-columns: 1fr 1fr; }
    .reviews-cta-inner { flex-direction: column; text-align: center; }
    .reviews-cta-inner .cta-title-area,
    .reviews-cta-inner .cta-btn-area { float: none !important; }
    .legal-inner-box { padding: 30px 20px; }
}
@media (max-width: 575px) {
    .presence-grid,
    .users-location-grid { grid-template-columns: 1fr; }
    .overview-quick-verdict { grid-template-columns: 1fr; }
    .banner-content-box h1 { font-size: 28px; }
}
