/* ============================================================
   Follower-Kaufen24.com - Complete Custom Theme
   Clean professional design from scratch
   ============================================================ */

/* === RESET & BASE === */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #ffffff;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #111827;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0;
}

p {
    color: #6b7280;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* === HIDE OLD THEME ELEMENTS === */
#my_switcher,
.preloader,
.chatenai-separator,
.separator-dark,
.separator-light,
.bg-blend-top,
.bg_dot-mask,
.slider-bg-image::before {
    display: none !important;
}

.page-wrapper {
    background: #fff;
}

/* ============================================================
   HEADER
   ============================================================ */
.rainbow-header {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
    height: auto;
}

.rainbow-header .container-fluid {
    max-width: 1320px;
    margin: 0 auto;
    padding: 10px 20px;
}

.rainbow-header .row {
    align-items: center;
}

/* Logo */
.header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-left .logo {
    margin-left: -90px;
}

.header-left .logo a {
    display: flex;
    align-items: center;
}

.header-left .logo img {
    height: 52px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

.logo-dark { display: block; }
.logo-light { display: none; }

/* Navigation */
.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainmenu-nav {
    display: flex;
    justify-content: center;
}

.mainmenu {
    display: flex;
    align-items: center;
    gap: 2px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mainmenu > li {
    position: relative;
}

.header-round-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

.header-round-btn span {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: transform 0.2s ease;
}

.header-round-btn:hover span {
    transform: scale(1.12);
}

/* Mega Menu */
.rainbow-megamenu {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 12px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.04);
    padding: 14px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 100;
    pointer-events: none;
}

/* Arrow on top of dropdown */
.rainbow-megamenu::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-left: 1px solid #e2e5e9;
    border-top: 1px solid #e2e5e9;
    z-index: 1;
}

.has-menu-child-item:hover .rainbow-megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

/* Keep dropdown accessible between icon and menu */
.has-menu-child-item::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12px;
}

.rainbow-megamenu .wrapper {
    padding: 0;
}

.rbt-short-title {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 4px 10px 10px;
    margin-bottom: 2px;
    border-bottom: none;
}

.mega-menu-item {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-item li a {
    display: flex;
    white-space: nowrap;
    align-items: center;
    padding: 9px 10px;
    color: #374151;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.12s ease;
}

.mega-menu-item li a:hover {
    background: #f0f4ff;
    color: #006eff;
}

/* Icons inside dropdown menu items */
.mega-menu-item li a i[class*="icon-"] {
    color: #006eff;
    -webkit-text-fill-color: #006eff;
    font-size: 15px;
    width: 22px;
    text-align: center;
    flex-shrink: 0;
}

.mega-menu-item li a:hover i[class*="icon-"] {
    color: #0052cc;
    -webkit-text-fill-color: #0052cc;
}

/* Auth buttons */
.btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #0062e6;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 9px 22px;
    font-weight: 600;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    line-height: 1.4;
}

.btn-default:hover {
    background: #0055cc;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 98, 230, 0.3);
    color: #ffffff;
}

.btn-default.btn-small {
    padding: 8px 20px;
    font-size: 14px;
}

.btn-default.btn-large {
    padding: 14px 32px;
    font-size: 16px;
}

.btn-default.round {
    border-radius: 999px;
}

/* User dropdown */
.rbt-user-wrapper {
    position: relative;
}

.rbt-user {
    display: flex;
    align-items: center;
}

.admin-img img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #006eff;
    object-fit: cover;
    cursor: pointer;
}

.rbt-user-menu-list-wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    border: 1px solid #f0f0f5;
    border-radius: 14px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    min-width: 240px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all 0.2s ease;
    z-index: 100;
}

.rbt-user-wrapper:hover .rbt-user-menu-list-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rbt-user-menu-list-wrapper .inner {
    padding: 16px;
}

.rbt-admin-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
}

.admin-thumbnail img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.admin-info .name {
    display: block;
    font-weight: 600;
    color: #111827;
    font-size: 14px;
}

.rbt-btn-link {
    font-size: 13px;
    color: #006eff;
    font-weight: 600;
}

.user-list-wrapper {
    list-style: none;
    padding: 4px 0;
    margin: 0;
}

.user-list-wrapper li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.15s ease;
}

.user-list-wrapper li a:hover {
    background: #f0f4ff;
    color: #006eff;
}

.user-list-wrapper li a i {
    font-size: 16px;
    color: #006eff;
    width: 20px;
    text-align: center;
}

.user-nav hr,
hr {
    border: none;
    border-top: 1px solid #f0f0f5;
    margin: 6px 0;
}

/* Mobile Menu */
.hamberger-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}

.hamberger-button i {
    font-size: 28px;
    color: #111827;
}

.popup-mobile-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    background: #ffffff;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: right 0.3s ease;
    overflow-y: auto;
}

.popup-mobile-menu.active {
    right: 0;
}

.popup-mobile-menu .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f5;
}

.popup-mobile-menu .close-button {
    background: none;
    border: none;
    font-size: 24px;
    color: #6b7280;
    cursor: pointer;
}

.popup-mobile-menu .content {
    padding: 16px 20px;
}

.rbt-default-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rbt-default-sidebar-list li {
    margin-bottom: 2px;
}

.rbt-default-sidebar-list li a {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    color: #374151;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.15s ease;
}

.rbt-default-sidebar-list li a:hover {
    background: #f0f4ff;
    color: #006eff;
}

.rbt-sm-separator {
    height: 1px;
    background: #f0f0f5;
    margin: 16px 0;
}

/* Mobile category links */
.mob-cat-link {
    display: flex !important;
    align-items: center;
    padding: 10px 12px;
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 8px;
    transition: all 0.15s ease;
}

.mob-cat-link:hover {
    background: #f0f4ff !important;
}

.mob-cat-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mob-cat-icon i {
    font-size: 16px;
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.mob-cat-icon i::before {
    margin: 0 !important;
    width: auto !important;
}

.mob-cat-name {
    margin-left: 12px;
    color: #1a1b2e;
    font-weight: 500;
    font-size: 15px;
}

/* Dashboard sidebar button */
.expand-btn-grp button {
    background: #006eff;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 16px;
}

.popup-dashboardleft-btn {
    margin-right: 12px;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.slider-area {
    background: linear-gradient(145deg, #004bb5 0%, #006eff 50%, #3d9bff 100%);
    padding: 72px 0 88px;
    position: relative;
    overflow: hidden;
}

.slider-area::before,
.slider-area::after {
    display: none;
}

.slider-area[data-black-overlay]::before {
    display: none;
}

.slider-area .inner {
    position: relative;
    z-index: 2;
}

.hero-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 16px;
}

.slider-area h1,
.slider-area h2,
.slider-area h4,
.slider-area .title,
.display-one {
    color: #ffffff;
    font-weight: 800;
    font-size: 46px;
    line-height: 1.15;
    margin: 0;
}

.slider-area .wrap,
.slider-area .theme-gradient {
    color: #ffffff;
    font-weight: 800;
    font-size: 46px;
    background: none;
    -webkit-text-fill-color: #ffffff;
}

.typed-cursor {
    color: #ffffff;
    font-size: 46px;
    font-weight: 300;
}

.hero-sub {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    font-weight: 400;
    max-width: 520px;
    margin: 16px auto 0;
    line-height: 1.65;
}

.cta-btn-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #0062e6;
    padding: 14px 30px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
    margin-top: 28px;
}

.cta-btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    color: #004db3;
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f5;
    padding: 16px 0;
}

.trust-bar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 0;
}

.trust-bar-item i {
    font-size: 18px;
    color: #006eff;
}

.trust-bar-item span {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

/* ============================================================
   SECTION LAYOUT
   ============================================================ */
.home-section {
    padding: 88px 0;
}

.home-section.bg-alt {
    background: #f1f3f5;
}

.section-header {
    text-align: center;
    margin-bottom: 52px;
}

.section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #0055cc;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: 34px;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.section-header p {
    font-size: 16px;
    color: #6b7280;
    max-width: 520px;
    margin: 12px auto 0;
    line-height: 1.6;
}

/* ============================================================
   SERVICE GRID
   ============================================================ */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 14px;
    max-width: 900px;
    margin: 0 auto;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
    padding: 24px 10px 20px;
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
}

.service-card:hover {
    border-color: #b3d4ff;
    box-shadow: 0 6px 24px rgba(0, 110, 255, 0.08);
    transform: translateY(-3px);
}

.service-card .icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 20px;
}

/* Force fontello icons white on colored backgrounds */
.service-card .icon-wrap i,
.header-round-btn span i,
.genarator-card .img-bar span i,
[class*="icon-wrap"] i[class*="icon-"],
[class*="icon-wrap"] i[class*="text-"],
.popup-mobile-menu .services-home span i {
    color: #fff !important;
    -webkit-text-fill-color: #fff;
}

.service-card .name {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    line-height: 1.3;
}

.service-card .price {
    font-size: 11px;
    font-weight: 600;
    color: #006eff;
    margin-top: 4px;
}

/* ============================================================
   STEPS
   ============================================================ */
.steps-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.step-item {
    flex: 1;
    min-width: 240px;
    max-width: 340px;
    text-align: center;
    padding: 36px 24px;
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 18px;
    transition: all 0.2s ease;
}

.step-item:hover {
    box-shadow: 0 6px 24px rgba(0, 110, 255, 0.06);
    transform: translateY(-2px);
}

.step-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #006eff, #3d9bff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 110, 255, 0.25);
}

.step-item h3 {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.step-item p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* ============================================================
   FEATURE CARDS
   ============================================================ */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.feature-card {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 18px;
    padding: 32px 22px;
    text-align: center;
    transition: all 0.2s ease;
}

.feature-card:hover {
    border-color: #b3d4ff;
    box-shadow: 0 6px 24px rgba(0, 110, 255, 0.08);
    transform: translateY(-3px);
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: background 0.2s ease;
}

.feature-card:hover .feature-icon {
    background: #006eff;
}

.feature-icon i {
    font-size: 22px;
    color: #006eff;
    transition: color 0.2s ease;
}

.feature-card:hover .feature-icon i {
    color: #ffffff;
}

.feature-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.feature-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.55;
}

/* ============================================================
   STATS BAR
   ============================================================ */
.stats-bar {
    background: linear-gradient(145deg, #004bb5 0%, #006eff 50%, #3d9bff 100%);
    padding: 52px 0;
}

.stat-item {
    text-align: center;
    padding: 8px 0;
}

.stat-num {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 6px;
    font-weight: 500;
}

/* ============================================================
   PARTNER / TIMELINE
   ============================================================ */
.partner-card {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.partner-step {
    text-align: center;
    padding: 0 16px;
}

.partner-step h3 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.partner-step p {
    font-size: 14px;
    color: #6b7280;
}

/* Old timeline classes - override */
.rainbow-timeline-area {
    background: #f1f3f5;
    padding: 88px 0;
}

.timeline-style-two {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.bg-color-blackest {
    background: #ffffff;
}

.rainbow-timeline .title {
    color: #111827;
    font-size: 16px;
    font-weight: 700;
}

.rainbow-timeline .description {
    color: #6b7280;
    font-size: 14px;
}

.rainbow-timeline .progress-line .line-inner {
    background: linear-gradient(90deg, #006eff, #3d9bff);
}

.rainbow-timeline .progress-dot .dot-level {
    background: #006eff;
}

.rainbow-timeline .progress-dot .dot-inner {
    background: #ffffff;
}

.dark-line::after {
    background: #e5e7eb;
}

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.faq-accordion .accordion-item {
    border: 1px solid #e2e5e9;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #ffffff;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    padding: 17px 22px;
    font-size: 15px;
    background: #ffffff;
    color: #111827;
    border: none;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #f0f4ff;
    color: #006eff;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
    border-color: transparent;
}

.faq-accordion .accordion-button::after {
    filter: none;
}

.faq-accordion .accordion-body {
    padding: 10px 22px 20px;
    color: #6b7280;
    line-height: 1.7;
    font-size: 15px;
}

/* ============================================================
   CTA BANNER
   ============================================================ */
.cta-banner {
    background: linear-gradient(145deg, #004bb5 0%, #006eff 50%, #3d9bff 100%);
    padding: 76px 0;
    text-align: center;
}

.cta-banner h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 12px;
}

.cta-banner p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    max-width: 460px;
    margin: 0 auto 28px;
}

.cta-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #ffffff;
    padding: 13px 28px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    transition: all 0.2s ease;
    text-decoration: none;
}

.cta-btn-outline:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

/* ============================================================
   BREADCRUMB (Service Page)
   ============================================================ */
.breadcrumb-area {
    background: linear-gradient(145deg, #004bb5 0%, #006eff 50%, #3d9bff 100%);
    padding: 56px 0 64px;
}

.breadcrumb-inner .title {
    color: #ffffff;
    font-size: 34px;
    font-weight: 800;
}

.main-content {
    background: #ffffff;
}

.rainbow-section-gap,
.rainbow-section-gapTop-big,
.rainbow-section-gapBottom {
    padding: 0;
}

/* ============================================================
   DETAIL PAGE
   ============================================================ */
.rbt-shadow-box {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    border-radius: 16px;
}

.border-gradient,
.rbt-gradient-border-2 {
    border: 1px solid #e2e5e9;
}

.border-gradient::before,
.border-gradient::after,
.rbt-gradient-border-2::before,
.rbt-gradient-border-2::after {
    display: none;
}

.new-chat-form {
    background: #ffffff;
}

.rbt-title-style-3 {
    color: #111827;
}

.bg-flashlight,
.bg-flashlight-static {
    background: transparent;
}

.bg-flashlight::before,
.bg-flashlight::after,
.bg-flashlight-static::before,
.bg-flashlight-static::after,
.top-flashlight::before,
.top-flashlight::after {
    display: none;
}

.genarator-card {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
}

.genarator-card:hover {
    border-color: #b3d4ff;
    box-shadow: 0 6px 24px rgba(0, 110, 255, 0.08);
    transform: translateY(-3px);
}

.genarator-card .inner .left-align {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.genarator-card .img-bar span {
    border-radius: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.genarator-card p.title,
.genarator-card .title {
    color: #374151;
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px;
}

.genarator-card-group {
    list-style: none;
    padding: 0;
}

/* Detail page styles are in detail.blade.php @section('css') */

/* Form inputs */
.contact {
    background: #f1f3f5;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #111827;
    font-family: inherit;
    font-size: 15px;
    padding: 10px 16px;
    width: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact:focus {
    outline: none;
    border-color: #006eff;
    box-shadow: 0 0 0 3px rgba(0, 110, 255, 0.08);
}

/* Theme gradient text */
.theme-gradient {
    background: linear-gradient(135deg, #006eff 0%, #3d9bff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================================
   FOOTER
   ============================================================ */
.rainbow-footer {
    background: #0d1b3e;
    padding: 56px 0 0;
}

.rainbow-footer .title,
.rainbow-footer h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-link li,
.rainbow-footer ul li {
    margin-bottom: 8px;
}

.footer-link li a,
.rainbow-footer ul li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    transition: color 0.15s ease;
}

.footer-link li a:hover,
.rainbow-footer ul li a:hover {
    color: #3d9bff;
}

.copyright-area {
    background: rgba(0, 0, 0, 0.2);
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.copyright-text,
.copyright-text a {
    color: #9ca3af;
    font-size: 13px;
}
.copyright-text a:hover {
    color: #006eff;
}

.ft-menu li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.ft-menu li a:hover {
    color: #3d9bff;
}

/* ============================================================
   BLOG/CONTENT
   ============================================================ */
.chat-box {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
}

.chat-box .inner {
    background: #ffffff;
}

.chat-box .content h1,
.chat-box .content h2,
.chat-box .content h3,
.chat-box .content h4 {
    color: #111827;
}

.chat-box .content p {
    color: #4b5563;
}

/* ============================================================
   ACCORDION (general)
   ============================================================ */
.accordion-item {
    background: #ffffff;
    border: 1px solid #e2e5e9;
}

.accordion-button {
    background: #ffffff;
    color: #111827;
    font-family: inherit;
}

.accordion-button:not(.collapsed) {
    background: #f0f4ff;
    color: #006eff;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    outline: none;
    border-color: transparent;
}

.accordion-body {
    background: #ffffff;
    color: #6b7280;
}

/* ============================================================
   MODAL
   ============================================================ */
.rbt-modal-box .modal-content {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
}

.rbt-modal-box .modal-content .title {
    color: #111827;
}

.rbt-modal-box .close-button {
    background: none;
    border: none;
    font-size: 24px;
    color: #9ca3af;
    cursor: pointer;
}

/* ============================================================
   TOAST
   ============================================================ */
.toast-success {
    background-color: #006eff;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    .header-left .logo {
        margin-left: 0;
    }

    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-header h2 {
        font-size: 28px;
    }

    .slider-area h1,
    .slider-area h2,
    .slider-area h4,
    .display-one,
    .slider-area .wrap,
    .slider-area .theme-gradient {
        font-size: 36px;
    }

    .typed-cursor {
        font-size: 36px;
    }

    .stat-num {
        font-size: 30px;
    }

    .steps-row {
        gap: 14px;
    }

    .step-item {
        min-width: 200px;
        padding: 28px 20px;
    }

    .cta-banner h2 {
        font-size: 28px;
    }

    .home-section {
        padding: 64px 0;
    }
}

@media (max-width: 767px) {
    .feature-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .service-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .home-section {
        padding: 52px 0;
    }

    .section-header {
        margin-bottom: 36px;
    }

    .section-header h2 {
        font-size: 24px;
    }

    .slider-area {
        padding: 48px 0 60px;
    }

    .slider-area h1,
    .slider-area h2,
    .slider-area h4,
    .display-one,
    .slider-area .wrap,
    .slider-area .theme-gradient {
        font-size: 28px;
    }

    .typed-cursor {
        font-size: 28px;
    }

    .hero-sub {
        font-size: 15px;
    }

    .stat-num {
        font-size: 26px;
    }

    .steps-row {
        flex-direction: column;
        align-items: center;
    }

    .step-item {
        max-width: 100%;
        width: 100%;
    }

    .feature-card {
        padding: 24px 16px;
    }

    .cta-banner {
        padding: 52px 0;
    }

    .cta-banner h2 {
        font-size: 24px;
    }

    .service-card {
        padding: 18px 8px 14px;
    }

    .service-card .icon-wrap {
        width: 42px;
        height: 42px;
        border-radius: 10px;
    }

    .service-card .name {
        font-size: 11px;
    }

    .breadcrumb-inner .title {
        font-size: 26px;
    }

    .rainbow-header .container-fluid {
        padding: 8px 14px;
    }
}

@media (max-width: 480px) {
    .service-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .slider-area h1,
    .slider-area h2,
    .slider-area h4,
    .display-one,
    .slider-area .wrap,
    .slider-area .theme-gradient {
        font-size: 24px;
    }

    .typed-cursor {
        font-size: 24px;
    }
}

/* ============================================================
   UTILITIES (compat with old theme classes)
   ============================================================ */
.mt--10 { margin-top: 10px !important; }
.mt--15 { margin-top: 15px !important; }
.mt--20 { margin-top: 20px !important; }
.mt--25 { margin-top: 25px !important; }
.mb--0 { margin-bottom: 0 !important; }
.mb--10 { margin-bottom: 10px !important; }
.mb--20 { margin-bottom: 20px !important; }
.mb--30 { margin-bottom: 30px !important; }
.mb--40 { margin-bottom: 40px !important; }
.mb--60 { margin-bottom: 60px !important; }
.pt--50 { padding-top: 50px !important; }
.mr--10 { margin-right: 10px !important; }
.ml--10 { margin-left: 10px !important; }
.ml--0 { margin-left: 0 !important; }
.w-600 { font-weight: 600; }
.color-primary { color: #006eff; }

/* Breadcrumb area fixes */
.breadcrumb-area .title.theme-gradient,
.breadcrumb-inner .theme-gradient {
    -webkit-text-fill-color: #ffffff;
    background: none;
}

.breadcrumb-area .description {
    color: rgba(255, 255, 255, 0.85);
}

/* Footer newsletter */
.footer-newsletter form {
    display: flex;
    gap: 8px;
}

.footer-newsletter input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px;
    flex: 1;
    font-size: 14px;
    font-family: inherit;
}

.footer-newsletter input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.footer-newsletter button {
    background: #006eff;
    border: none;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease;
}

.footer-newsletter button:hover {
    background: #0052cc;
}

.rainbow-footer .footer-desc {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.7;
    max-width: 300px;
}

.rainbow-footer .rainbow-footer-widget {
    margin-bottom: 30px;
}

.footer-logo-img {
    max-height: 40px;
    width: auto;
}

.rainbow-footer .footer-top {
    padding-bottom: 20px;
}

/* ============================================================
   AUTH PAGES (Login, Register, Password Reset)
   ============================================================ */
.signup-area {
    padding: 60px 0;
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-up-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 16px;
    width: 100%;
}

.sign-up-box {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    max-width: 460px;
    width: 460px;
    overflow: hidden;
}

.signup-box-top {
    text-align: center;
    padding: 32px 32px 20px;
}

.signup-box-top img {
    max-height: 44px;
    width: auto;
}

.boxed-logo-dark { display: none; }
.boxed-logo-light { display: block; margin: 0 auto; }

.signup-box-bottom {
    padding: 0 32px 32px;
}

.signup-box-content {
    width: 100%;
}

.signup-box-content form {
    width: 100%;
}

.signup-box-content .title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    margin-bottom: 24px;
}

.input-section {
    display: flex;
    align-items: center;
    background: #f1f3f5;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 14px;
    transition: border-color 0.2s ease;
}

.input-section:focus-within {
    border-color: #006eff;
    box-shadow: 0 0 0 3px rgba(0, 110, 255, 0.08);
}

.input-section .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    flex-shrink: 0;
    color: #9ca3af;
    font-size: 16px;
}

.input-section input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 14px 12px 0;
    font-size: 15px;
    color: #111827;
    font-family: inherit;
    outline: none;
}

.input-section input::placeholder {
    color: #9ca3af;
}

.forget-text {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 14px;
}

.forget-text .form-check-input {
    margin-right: 4px;
}

.forget-text .form-check-label {
    color: #6b7280;
    font-size: 14px;
}

.signup-box-content .btn-default {
    width: 100%;
    margin-top: 8px;
}

.btn-read-more {
    color: #006eff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.15s ease;
}

.btn-read-more:hover {
    color: #0052cc;
}

.btn-read-more span {
    color: inherit;
}

.signup-box-footer {
    border-top: 1px solid #e2e5e9;
    padding-top: 20px;
    margin-top: 20px;
}

.bottom-text {
    text-align: center;
    color: #6b7280;
    font-size: 14px;
}

.text-error {
    color: #ef4444;
    font-size: 13px;
}

.text-sm {
    font-size: 13px;
}

/* Password reset page */
.auth-simple-page {
    max-width: 480px;
    margin: 0 auto;
    padding: 60px 20px;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.auth-simple-page h2 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.auth-simple-page .auth-sub {
    color: #6b7280;
    font-size: 15px;
    margin-bottom: 28px;
}

.auth-simple-page form {
    width: 100%;
}

.auth-input-wrap {
    display: flex;
    align-items: center;
    background: #f1f3f5;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: border-color 0.2s ease;
}

.auth-input-wrap:focus-within {
    border-color: #006eff;
    box-shadow: 0 0 0 3px rgba(0, 110, 255, 0.08);
}

.auth-input-wrap i {
    padding: 0 14px;
    color: #9ca3af;
    font-size: 16px;
}

.auth-input-wrap input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 14px 12px 0;
    font-size: 15px;
    color: #111827;
    font-family: inherit;
    outline: none;
}

.auth-input-wrap input::placeholder {
    color: #9ca3af;
}

.auth-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #006eff;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
}

.auth-back-link:hover {
    color: #0052cc;
}

/* ============================================================
   DASHBOARD LAYOUT
   ============================================================ */
.rbt-dashboard-page {
    background: #f1f3f5;
}

.rbt-dashboard-page,
.rbt-dashboard-page .rbt-panel-wrapper {
    overflow-x: hidden;
    max-width: 100vw;
}

.rbt-panel-wrapper {
    min-height: 100vh;
}

.rbt-left-panel,
.popup-dashboardleft-section {
    width: 260px;
    background: #ffffff;
    border-right: 1px solid #e2e5e9;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 900;
    padding-top: 72px;
    transition: transform 0.3s ease;
}

.rbt-default-sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px 12px;
}

.rbt-default-sidebar .inner {
    flex: 1;
}

.dashboard-mainmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -127px;
}

.dashboard-mainmenu li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    transition: all 0.15s ease;
    text-decoration: none;
    margin-bottom: 2px;
}

.dashboard-mainmenu li a:hover {
    background: #f1f3f5;
    color: #111827;
}

.dashboard-mainmenu li a.active {
    background: #f0f4ff;
    color: #006eff;
    font-weight: 600;
}

.dashboard-mainmenu li a i {
    font-size: 18px;
    color: #9ca3af;
    width: 22px;
    text-align: center;
}

.dashboard-mainmenu li a:hover i {
    color: #111827;
}

.dashboard-mainmenu li a.active i {
    color: #006eff;
}

.rbt-main-content {
    margin-left: 260px;
    padding: 30px;
    min-height: calc(100vh - 72px);
    transition: margin-left 0.3s ease;
    overflow-x: hidden;
}

/* Sidebar collapsed state (toggled by JS) */
.popup-dashboardleft-section.collapsed {
    transform: translateX(-260px);
}

.rbt-main-content.area-left-expanded {
    margin-left: 0;
}

.rbt-daynamic-page-content,
.center-width {
    max-width: 1100px;
    margin: 0 auto;
}

.rbt-dashboard-content .banner-area {
    margin-bottom: 24px;
}

.rbt-dashboard-content .settings-area .title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.single-settings-box {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

/* Dashboard blocks */
.bg-block {
    background: #f1f3f5;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
}

.bg-main {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 12px;
}

.bg-main-500 {
    background: #ffffff;
}

.bg-block-500 {
    background: #f0f4ff;
}

.personal-icon-big {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #eef4ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.personal-icon-big::before {
    font-family: "Bootstrap Icons";
    font-size: 22px;
    color: #006eff;
}

.personal-icon-big.balance::before {
    content: "\F3F1";
}

.personal-icon-big.balance_all::before {
    content: "\F214";
}

.border-gray-outline {
    border-color: #e5e7eb !important;
}

/* Dashboard list cards */
.list-card-grp {
    margin-bottom: 4px;
}

.list-card-grp .toolbar {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 12px;
    overflow: hidden;
}

/* Dashboard tables */
.style-1 {
    overflow-x: auto;
}

.style-1 table {
    width: 100%;
    border-collapse: collapse;
}

.style-1 table th,
.style-1 table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #e2e5e9;
    font-size: 14px;
    color: #4b5563;
}

.style-1 table th {
    font-weight: 600;
    color: #111827;
    background: #f1f3f5;
}

.style-prymary {
    font-weight: 600;
    color: #111827 !important;
}

/* Sidebar subscription/dark mode (hidden) */
.subscription-box {
    display: none !important;
}

.subscription-copyright {
    font-size: 12px;
    color: #9ca3af;
    padding: 12px 14px;
}

/* Dashboard tabs */
.advance-tab-button {
    margin-bottom: 24px;
}

.tab-button-style-2 {
    display: flex;
    gap: 4px;
    border: none;
    border-bottom: 2px solid #e2e5e9;
    padding-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.tab-button-style-2 .tab-button {
    padding: 10px 20px;
    color: #6b7280;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.15s ease;
}

.tab-button-style-2 .tab-button:hover {
    color: #006eff;
}

.tab-button-style-2 .tab-button.active {
    color: #006eff;
    border-bottom-color: #006eff;
}

.tab-button-style-2 .tab-button .title {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}

/* Dashboard forms */
.rbt-profile-row input,
.rbt-default-form input {
    width: 100%;
    background: #f1f3f5;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 16px;
    color: #111827;
    font-family: inherit;
    font-size: 15px;
    transition: border-color 0.2s ease;
}

.rbt-default-form input:focus,
.rbt-profile-row input:focus {
    outline: none;
    border-color: #006eff;
    box-shadow: 0 0 0 3px rgba(0, 110, 255, 0.08);
}

.rbt-default-form label,
.rbt-profile-row label {
    font-weight: 600;
    color: #374151;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

/* Payment method cards */
.pricing-table-inner {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

.pricing-table-inner:hover {
    border-color: #b3d4ff;
    box-shadow: 0 4px 16px rgba(0, 110, 255, 0.08);
}

.payment_method.activeo .pricing-table-inner,
.activeo .pricing-table-inner {
    border-color: #006eff;
    box-shadow: 0 4px 16px rgba(0, 110, 255, 0.12);
}

/* ============================================================
   BLOG PAGES
   ============================================================ */
.rainbow-blog-area,
.rainbow-blog-section {
    padding: 52px 0;
}

.bg-color-1 {
    background: #f1f3f5;
}

.rainbow-card {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.2s ease;
}

.rainbow-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.rainbow-card .thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.rainbow-card .content {
    padding: 20px;
}

.rainbow-card .content .title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.rainbow-card .content .title a {
    color: #111827;
    text-decoration: none;
}

.rainbow-card .content .title a:hover {
    color: #006eff;
}

.rainbow-card .content .description {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 12px;
}

.rainbow-meta-list {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin-bottom: 12px;
    font-size: 13px;
    color: #9ca3af;
}

.rainbow-meta-list .separator {
    width: 4px;
    height: 4px;
    background: #d1d5db;
    border-radius: 50%;
}

.catagory-meta a {
    color: #006eff;
    font-weight: 500;
}

.views-count {
    font-size: 13px;
    color: #9ca3af;
}

/* Blog sidebar */
.rbt-single-widget {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
}

.rbt-single-widget .title {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #006eff;
}

.list-blog-sm {
    display: flex;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f5;
}

.list-blog-sm:last-child {
    border-bottom: none;
}

.list-blog-sm .img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.list-blog-sm .content a {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
}

.list-blog-sm .content a:hover {
    color: #006eff;
}

.list-blog-sm .content .cate {
    font-size: 12px;
    color: #9ca3af;
    display: block;
    margin-top: 4px;
}

/* Blog detail */
.rainbow-blog-details-area .content p {
    color: #4b5563;
    line-height: 1.7;
}

.post-page-banner .thumbnail img {
    border-radius: 16px;
    margin-top: 16px;
}

.blog-details-content .content {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
}

.rainbow-load-more {
    margin-top: 40px;
}

.pagination-links {
    display: flex;
    justify-content: center;
}

.rbt-pagination {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    margin: 0;
}

.rbt-pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #e2e5e9;
    background: #fff;
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.15s;
}

.rbt-pagination li a:hover {
    border-color: #006eff;
    color: #006eff;
    background: #f0f7ff;
}

.rbt-pagination li.active a {
    background: #006eff;
    border-color: #006eff;
    color: #fff;
}

.rbt-pagination li.disabled a {
    color: #d1d5db;
    cursor: not-allowed;
    pointer-events: none;
}

/* ============================================================
   LEGAL / CONTENT PAGES
   ============================================================ */
.legal-page-wrap {
    padding: 40px 0 60px;
}

.legal-back-link {
    color: #006eff;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
    font-size: 15px;
}

.legal-back-link:hover {
    color: #0052cc;
}

.pink-pretext {
    color: #006eff;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pink-pretext:hover {
    color: #0052cc;
}

.text-pink {
    color: #006eff !important;
}

.middle-header {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    text-align: center;
    flex: 1;
}

.blogPost-header {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
    padding: 32px;
    margin-top: 20px;
}

.blogPost-header .content {
    color: #4b5563;
    line-height: 1.7;
}

.blogPost-header .content h2,
.blogPost-header .content h3,
.blogPost-header .content h4 {
    color: #111827;
}

.blogPost-header .content p {
    color: #4b5563;
}

.blogPost-header .content a {
    color: #006eff;
}

.blogPost-header .content strong {
    color: #111827;
}

/* API documentation page */
.api-doc-section {
    margin-bottom: 20px;
}

.api-doc-section .api-doc-header {
    background: #f0f4ff;
    color: #111827;
    font-weight: 700;
    font-size: 20px;
    padding: 20px 28px;
    border-radius: 16px 16px 0 0;
    border: 1px solid #e2e5e9;
    border-bottom: none;
    margin: 0;
}

.api-doc-section .api-doc-body {
    background: #ffffff;
    padding: 24px 28px;
    border-radius: 0 0 16px 16px;
    border: 1px solid #e2e5e9;
    border-top: none;
}

.api-doc-body ul {
    list-style: none;
    padding: 0;
}

.api-doc-body ul li {
    margin-bottom: 16px;
}

.api-doc-body ul li p:first-child {
    font-weight: 600;
    color: #111827;
    margin-bottom: 2px;
}

.api-doc-body .text-response {
    color: #006eff;
    font-weight: 600;
    margin-top: 16px;
}

pre {
    background: #f0f4ff;
    padding: 16px;
    border-radius: 10px;
    font-size: 13px;
    color: #374151;
    overflow-x: auto;
    border: 1px solid #e2e5e9;
}

/* ============================================================
   ERROR PAGES
   ============================================================ */
.error-page-wrap {
    padding: 80px 0;
    text-align: center;
    min-height: calc(100vh - 300px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.roadmap-section {
    padding: 60px 0;
    text-align: center;
}

.roadmap-section .content h1 {
    font-size: 28px;
    color: #111827;
}

/* ============================================================
   GENERAL LIGHT THEME OVERRIDES
   ============================================================ */
/* Fix text visibility on white bg (was white on dark theme) */
.text-white-50 {
    color: #6b7280 !important;
}

.text-white-500 {
    color: #4b5563 !important;
}

/* Keep white text on colored backgrounds */
.bg-success .text-white,
.bg-danger .text-white,
.bg-warning .text-white,
.stats-bar .text-white,
.slider-area .text-white,
.cta-banner .text-white,
.rainbow-footer .text-white,
.rounded-pill.bg-success .text-white,
.rounded-pill.bg-danger .text-white {
    color: #ffffff !important;
}

/* Display utility */
.display-4 {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
}

/* Text color overrides for light theme */
.text-muted {
    color: #9ca3af !important;
}

.text-primary {
    color: #006eff !important;
}

.text-info {
    color: #006eff !important;
}

.text-blue {
    color: #006eff;
}

/* Section gap resets */
.rainbow-section-gapTop-big {
    padding-top: 0;
}

/* Form control styling */
.form-control {
    background: #f1f3f5;
    border: 1px solid #e5e7eb;
    color: #111827;
    border-radius: 10px;
    font-family: inherit;
}

.form-control:focus {
    border-color: #006eff;
    box-shadow: 0 0 0 3px rgba(0, 110, 255, 0.08);
    background: #ffffff;
}

/* Rounded utilities */
.rounded-2xl {
    border-radius: 16px !important;
}

/* Font weight */
.font-weight-bold {
    font-weight: 700;
}

/* Generator section in modals */
.genarator-section {
    padding: 16px;
}

/* List group for modals */
.list-group-item {
    background: #f1f3f5;
    border: 1px solid #e2e5e9;
    color: #4b5563;
    border-radius: 10px !important;
    margin-bottom: 6px;
    padding: 12px 16px;
    font-size: 14px;
}

/* Cursor pointer */
.cursor-pointer {
    cursor: pointer;
}

/* Table bordered override */
.table-bordered {
    border-color: #e2e5e9;
}

.table-bordered th {
    background: #f1f3f5;
    color: #111827;
    font-weight: 600;
}

.table-bordered td {
    color: #4b5563;
    vertical-align: middle;
}

/* Tailwind utility classes (compatibility) */
.flex { display: flex !important; }
.flex-col { flex-direction: column !important; }
.w-full { width: 100% !important; }
.items-center { align-items: center !important; }
.justify-between { justify-content: space-between !important; }
.justify-center { justify-content: center !important; }
.flex-grow { flex-grow: 1 !important; }
.space-y-1 > * + * { margin-top: 0.25rem; }
.list-disc { list-style-type: disc; }
.pl-6 { padding-left: 1.5rem; }

/* Modal overrides for light theme */
.modal-content.wrapper {
    background: #ffffff !important;
    border: 1px solid #e2e5e9;
    border-radius: 16px;
    padding: 24px;
    position: relative;
}

.modal-content .section-title .title,
.modal-content .modal-title {
    color: #111827;
}

.modal-content .genarator-section {
    color: #4b5563;
}

.mb--30 { margin-bottom: 30px; }
.mb--0 { margin-bottom: 0; }
.w-600 { font-weight: 600; }

.modal-content .section-title h5 {
    color: #111827;
}

.modal-content .section-title p {
    color: #6b7280;
}

/* Utility color classes */
.bg-purple {
    background: rgba(0, 110, 255, 0.1);
    border: 1px solid rgba(0, 110, 255, 0.2);
}

.bg-success {
    background-color: #22c55e !important;
}

.text-success {
    color: #22c55e !important;
}

/* SMS page overrides */
.sms-buy a {
    color: #006eff;
    font-weight: 600;
}

/* Responsive dashboard */
@media (max-width: 1199px) {
    .rbt-left-panel,
    .popup-dashboardleft-section {
        transform: translateX(-260px);
        z-index: 1001;
    }

    .rbt-left-panel.show,
    .popup-dashboardleft-section.show {
        transform: translateX(0);
    }

    .rbt-main-content {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .middle-header {
        font-size: 22px;
    }

    .blogPost-header {
        padding: 20px;
    }

    .single-settings-box {
        padding: 16px;
    }

    .rbt-main-content {
        padding: 16px;
    }
}
