:root {
    --smm-primary: #5524df;
    --smm-secondary: #168cff;
    --smm-ink: #181632;
    --smm-muted: #65708a;
    --smm-surface: #ffffff;
    --smm-soft: #f6f7ff;
    --smm-border: #e7e8f5;
    --smm-shadow: 0 18px 48px rgba(47, 35, 112, .10);
}

body { color: var(--smm-ink); background: #fbfbfe; font-size: 15px; }
.header-section { background: rgba(255,255,255,.96); box-shadow: 0 8px 28px rgba(32,25,78,.07); backdrop-filter: blur(12px); }
.header-section .header-bottom-area { padding-top: 10px; padding-bottom: 10px; }
.navbar-collapse .main-menu li a { font-size: 15px; font-weight: 600; }

.banner-section:not(.inner-banner-section) { background: radial-gradient(circle at 85% 15%, #e8f4ff 0, transparent 32%), linear-gradient(135deg, #fbfbff 0%, #f3f0ff 100%); }
.banner-section:not(.inner-banner-section) .banner-content .title { font-size: clamp(42px, 5vw, 72px); line-height: 1.06; letter-spacing: -.035em; background: linear-gradient(110deg, #1b1835, #5524df 62%, #168cff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.banner-section:not(.inner-banner-section) .banner-content p { color: var(--smm-muted); font-size: 18px; line-height: 1.75; max-width: 650px; }
.banner-section:not(.inner-banner-section) .banner-element img { border-radius: 28px; box-shadow: var(--smm-shadow); }
.btn--base, .btn--base-active { border-radius: 12px; font-weight: 700; box-shadow: 0 10px 24px rgba(85,36,223,.22); }

.ptb-80 { padding-top: 88px; padding-bottom: 88px; }
.section-header .sub-title { color: var(--smm-primary); font-weight: 700; letter-spacing: .02em; }
.section-title, .about-content .title { color: var(--smm-ink); letter-spacing: -.02em; }
.title-border { background: linear-gradient(90deg, var(--smm-primary), var(--smm-secondary)); border-radius: 8px; }

.feature-item, .counter-item, .news-item, .faq-item, .contact-info-item {
    background: var(--smm-surface); border: 1px solid var(--smm-border); border-radius: 20px; box-shadow: 0 12px 36px rgba(47,35,112,.07); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.feature-item { height: 100%; padding: 34px 26px; }
.feature-item:hover, .news-item:hover, .contact-info-item:hover { transform: translateY(-5px); border-color: #cfc7f8; box-shadow: var(--smm-shadow); }
.feature-item .feature-icon { width: 64px; height: 64px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 18px; color: white; background: linear-gradient(135deg, var(--smm-primary), var(--smm-secondary)); box-shadow: 0 10px 24px rgba(85,36,223,.2); }
.feature-item .feature-icon i { font-size: 30px; }
.feature-item .feature-content p, .news-content p, .about-content p, .faq-content p { color: var(--smm-muted); line-height: 1.7; }

.about-thumb img, .about-thumb-two img, .faq-thumb img, .contact-thumb img { width: 100%; height: auto; border-radius: 24px; filter: drop-shadow(0 18px 26px rgba(47,35,112,.12)); }
.about-content ul { margin-top: 22px; display: grid; gap: 10px; }
.about-content li { position: relative; padding-left: 28px; color: var(--smm-muted); }
.about-content li::before { content: '✓'; position: absolute; left: 0; color: var(--smm-primary); font-weight: 800; }

.counter-item { padding: 25px 18px; }
.counter-item .counter-icon { color: var(--smm-primary); }
.counter-content .odo-title { color: var(--smm-ink); }
.faq-item { overflow: hidden; margin-bottom: 14px; }
.faq-item .faq-title { padding: 20px 22px; }
.faq-item.active { border-color: #cfc7f8; }
.faq-item.active .faq-title { background: linear-gradient(135deg, #f5f2ff, #eef8ff); }

/* The public FAQ uses a custom jQuery slide accordion, not Bootstrap collapse. */
.smmcircle-faq .faq-wrapper { margin-top: 24px; }
.smmcircle-faq .faq-wrapper .faq-item {
    margin: 0 0 14px;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
}
.smmcircle-faq .faq-wrapper .faq-item .faq-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 14px;
    min-height: 66px;
    margin: 0;
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: var(--smm-ink);
}
.smmcircle-faq .faq-wrapper .faq-item .faq-title .title {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 18px 0;
    font-size: 16px;
    line-height: 1.45;
}
.smmcircle-faq .faq-wrapper .right-icon {
    flex: 0 0 35px;
    margin-left: auto;
    right: auto;
}
.smmcircle-faq .faq-wrapper .faq-content {
    margin: 0;
    padding: 0 24px 24px;
    overflow: visible;
    background: #fff;
    border-top: 1px solid transparent;
}
.smmcircle-faq .faq-wrapper .faq-content p,
.smmcircle-faq .faq-wrapper .faq-content p:last-child {
    margin: 0;
    color: var(--smm-muted);
    font-size: 15px;
    line-height: 1.75;
    text-transform: none;
}
.smmcircle-faq .faq-wrapper .faq-item.open {
    border-color: #25203d;
    box-shadow: 0 16px 34px rgba(36, 28, 81, .12);
}
.smmcircle-faq .faq-wrapper .faq-item.open .faq-title {
    background: #1b1830;
    color: #fff;
}
.smmcircle-faq .faq-wrapper .faq-item.open .faq-content {
    border-top-color: #e9e7f3;
}
.smmcircle-faq .faq-wrapper .faq-item.open .right-icon::before,
.smmcircle-faq .faq-wrapper .faq-item.open .right-icon::after {
    background: #fff;
}
.smmcircle-faq .faq-thumb { position: relative; z-index: 0; }

@media (max-width: 575px) {
    .smmcircle-faq .faq-wrapper .faq-item .faq-title { min-height: 58px; padding: 0 16px; gap: 8px; }
    .smmcircle-faq .faq-wrapper .faq-item .faq-title .title { padding: 15px 0; font-size: 15px; }
    .smmcircle-faq .faq-wrapper .faq-content { padding: 0 18px 20px; }
    .smmcircle-faq .faq-wrapper .faq-content p,
    .smmcircle-faq .faq-wrapper .faq-content p:last-child { font-size: 14px; line-height: 1.7; }
}

.news-item { overflow: hidden; height: 100%; }
.news-thumb { overflow: hidden; aspect-ratio: 16/10; }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.news-item:hover .news-thumb img { transform: scale(1.035); }
.news-content { padding: 25px; }
.news-content .title a { color: var(--smm-ink); }

.action-section { position: relative; isolation: isolate; }
.action-section::before { background: rgba(13,9,43,.08); }
.action-section .action-content .sub-title { color: #bfeeff; }
.action-section .action-content .title { max-width: 880px; margin-left: auto; margin-right: auto; }

.register-form-area, .change-catagory-area { border-radius: 24px; overflow: hidden; box-shadow: var(--smm-shadow); }
.change-catagory-area { background-size: cover; background-position: center; }
.register-form-area .form--control { border-radius: 12px; border-color: var(--smm-border); }
.register-form-area .form--control:focus { border-color: var(--smm-primary); box-shadow: 0 0 0 4px rgba(85,36,223,.10); }
.contact-info-item { padding: 32px 22px; }

.footer-section { background: linear-gradient(145deg, #15102f, #20164f 58%, #162a58); }
.footer-section, .footer-section p, .footer-section li, .footer-section a { color: #d9d9ee; }
.footer-section .widget-title { color: #fff; }
.privacy-area { background: #100c27; }

@media (max-width: 991px) {
    .ptb-80 { padding-top: 68px; padding-bottom: 68px; }
    .banner-section:not(.inner-banner-section) .banner-content { text-align: center; }
    .banner-section:not(.inner-banner-section) .banner-content p { margin-left: auto; margin-right: auto; }
    .banner-section:not(.inner-banner-section) .banner-element { margin-top: 30px; }
}
@media (max-width: 575px) {
    body { font-size: 14px; }
    .ptb-80 { padding-top: 52px; padding-bottom: 52px; }
    .banner-section:not(.inner-banner-section) .banner-content .title { font-size: 38px; }
    .banner-section:not(.inner-banner-section) .banner-content p { font-size: 16px; }
    .feature-item { padding: 28px 20px; }
}
