/**
Theme Name: Instantfamous-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: instantfamous-child
Template: astra
*/
a,
a:focus,
a:hover,
a:visited {
    text-decoration: none !important;
}

body {
    background: var(--bg-base) !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', sans-serif;
}

.container {
    max-width: 1200px;
}

#theme-toggle i {
    color: var(--accent);
}

.site-logo {
    color: var(--accent);
}

.site-content .ast-container {
    max-width: 100%;
    padding: 0;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0;
    margin-bottom: 0;
}

#mega-menu-wrap-primary {
    background: transparent;
}

.ast-primary-header-bar {
    background: var(--bg-base);
    border: none;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    max-width: 1440px;
    margin: 0 auto;
    right: 0;
}

#mega-menu-wrap-primary,
#mega-menu-wrap-primary #mega-menu-primary,
#mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column,
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary span.mega-indicator,
#mega-menu-wrap-primary #mega-menu-primary span.mega-menu-badge,
#mega-menu-wrap-primary button.mega-close,
#mega-menu-wrap-primary button.mega-toggle-standard {
    position: static;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: var(--text-grey);
    font-size: 12px;
}

.ast-above-header-bar {
    border: none;
}

.ast-above-header-bar .site-above-header-wrap {
    min-height: 42px;
}

.main-header-bar-wrap {
    transition: all .3s ease;
}



body.header-active {
    padding-top: 90px;
}

@keyframes headerSlide {

    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }

}

.promo-bar {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1;
}

.promo-badge {
    background: #2a1a11;
    border: 1px solid rgba(255, 130, 50, .3);
    color: #ff8b3d;
    padding: 7px 16px;
    border-radius: 30px;
    font-weight: 700;
    letter-spacing: .3px;
    font-size: 11px;
}

.promo-text {
    color: #fff;
    font-size: 12px;
}

.promo-text strong {
    color: #fff;
    font-weight: 700;
}

.promo-timer {
    display: flex;
    gap: 5px;
}

.time-box {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.time-box span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.time-box small {
    font-size: 8px;
    color: #999;
    margin-top: 2px;
}

.promo-btn {
    background: var(--secondary-light);
    color: #fff !important;
    text-decoration: none;
    padding: 6px 18px;
    border-radius: 25px;
    font-weight: 700;
    transition: .2s;
    font-size: 11px;
}

.promo-btn:hover {
    transform: translateY(-1px);
}

.ast-site-identity .site-title a {
    color: var(--text-heading);
    text-decoration: none;
}

.ast-primary-header-bar .site-primary-header-wrap {
    min-height: max-content;
    max-width: 1200px;
}

/* marquee */
.ast-below-header-bar .site-below-header-wrap {
    max-width: 100%;
}

.ast-logo-title-inline .ast-site-identity {
    padding: 13px 0 !important;
}

.ast-below-header-bar {
    background: transparent;
    border: none;
}

.top-marquee {
    background: #096dd933;
    border-bottom: 1px solid rgba(255, 107, 53, 0.11);
    overflow: hidden;
    height: 37px;
    display: flex;
    align-items: center;
}

body.light-theme .top-marquee {
    background: rgba(232, 85, 32, 0.04);
    border-bottom-color: rgba(232, 85, 32, 0.09);
}

.marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: marqueeMove 35s linear infinite;
}

.marquee-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: var(--text-meta);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    padding: 0 30px;
}

@keyframes marqueeMove {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

.top-marquee:hover .marquee-track {
    animation-play-state: paused;
}

.header-top {
    background: #1A1A22;
}

/* header menu */


.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 80px;
}

.platform-nav {
    display: flex;
    align-items: center;
    gap: 35px;
}

.platform-link {
    color: var(--text-primary);
    text-decoration: none;
}

.platform-link.active {
    color: var(--accent);
}

.site-header {
    position: relative;
    z-index: 9999;
}

.header-middle {
    position: relative;
    z-index: 1000;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 9999;
    background: var(--bg-primary);
}

.mega-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 135px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 9998;
    background: var(--bg-card);
    transition: opacity .25s, transform .25s;
    transform: translateY(8px);
    max-width: 1000px;
    margin: 0 auto;
}

.mega-menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

body.header-active .mega-menu {
    top: 80px;
}

.mega-menu .container {
    max-width: 1320px;
    margin: auto;
}

.mega-wrapper {
    display: flex;

    min-height: 320px;
}

.mega-sidebar {
    width: 180px;
    flex-shrink: 0;

    border-right: 1px solid var(--border-soft);

    background: var(--bg-card);
}

.mega-content {
    flex: 1;

    padding: 18px;
}

.mega-sidebar {
    width: 180px;
    flex-shrink: 0;

    background: var(--bg-card);

    border-right: 1px solid var(--border-soft);

    display: flex;
    flex-direction: column;
}

.sidebar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 35px;
    padding: 0 20px;
    text-decoration: none !important;
    color: var(--text-secondary);
    font-size: 14px;
    font-weight: 500;
    transition: .25s;
    cursor: pointer;
    border-left: 1px solid transparent;
}

.sidebar-item i {
    width: 18px;

    color: inherit;

    text-align: center;
}

.sidebar-item:hover {
    color: var(--text-heading);

    background: rgba(255, 255, 255, .02);
}

.sidebar-item.active {
    color: var(--accent);

    background: rgba(255, 107, 53, .08);

    border-left-color: var(--accent);
}

.platform-content {
    display: none;
}

.platform-content.active {
    display: block;
}

.service-list {
    display: flex;
    flex-wrap: wrap;

    gap: 16px;
}

.service-card {
    width: calc(50% - 10px);

    display: flex;
    align-items: flex-start;

    gap: 16px;

    padding: 20px;

    text-decoration: none !important;

    background: var(--bg-card);

    border: 1px solid var(--border-soft);

    border-radius: 16px;

    transition: .3s;
}

.service-card:hover {
    border-color: var(--accent);

    transform: translateY(-2px);
}

.service-icon {
    width: 44px;
    height: 44px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(255, 107, 53, .08);

    color: var(--accent);

    font-size: 18px;
}

.service-info h4 {
    margin: 0 0 6px;

    color: var(--text-heading);

    font-size: 15px;
    font-weight: 700;
}

.service-info p {
    margin: 0 0 10px;

    color: var(--text-muted);

    font-size: 14px;

    line-height: 1.5;
}

.service-info span {
    color: var(--accent);

    font-size: 16px;
    font-weight: 700;
}

.mega-menu a {
    text-decoration: none !important;
}

.mega-menu a:hover {
    text-decoration: none !important;
}

.mega-title {
    margin-bottom: 18px;

    color: var(--text-meta);

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
}

/*==========================
 HERO SECTION
==========================*/

.hero-section {
    position: relative;
    overflow: hidden;
    background: var(--bg-base);
    padding: 40px 0 80px;
}

.hero-section::before {
    content: "";
    position: absolute;
    left: -180px;
    top: 50%;
    transform: translateY(-50%);
    width: 650px;
    height: 650px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--left-glow-1) 0%, transparent 72%);
    pointer-events: none;
}

.hero-section::after {
    content: "";
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--right-glow-1) 0%, transparent 72%);
    pointer-events: none;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

/*==========================
 LEFT CONTENT
==========================*/

.hero-content {
    max-width: 700px;
}


.hero-title {

    color: var(--text-heading);

    font-size: 48px;

    line-height: 1.05;

    font-weight: 800;

    margin-bottom: 24px;

    letter-spacing: -2px;
}

.gradient-text {

    background: linear-gradient(135deg,
            var(--primary),
            var(--secondary));

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
}

.hero-text {

    max-width: 620px;

    color: var(--text-muted);

    font-size: 18px;

    line-height: 1.9;

    margin-bottom: 36px;
}

/*==========================
 BUTTONS
==========================*/

.hero-btns {

    display: flex;

    align-items: center;

    gap: 18px;

    flex-wrap: wrap;

    margin-bottom: 38px;
}

.btn-gradient {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 56px;

    padding: 0 34px;

    border-radius: 18px;

    background: var(--btn-gradient);

    color: #fff;

    font-weight: 700;

    text-decoration: none;

    transition: .3s;
}

.btn-gradient:hover {

    transform: translateY(-3px);

    color: #fff;
}

.btn-outline-dark {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 56px;

    padding: 0 34px;

    border-radius: 18px;

    background: transparent;

    border: 1px solid var(--border-light);

    color: var(--text-secondary);

    transition: .3s;
}

.btn-outline-dark:hover {

    background: var(--bg-card);

    color: var(--text-heading);
}

/*==========================
 FEATURE CARDS
==========================*/

.hero-features {

    display: flex;

    flex-wrap: wrap;

    gap: 16px;

    margin-bottom: 34px;
}

.hero-feature {

    width: 145px;

    padding: 18px;

    background: var(--bg-card);

    border: 1px solid var(--border-soft);

    border-radius: 18px;

    display: flex;

    flex-direction: column;

    gap: 6px;

    align-items: center;
}

.hero-feature strong {

    color: var(--text-heading);

    font-size: 20px;

    font-weight: 700;
}

.hero-feature span {

    color: var(--text-meta);

    font-size: 13px;

    line-height: 1.5;
}

/*==========================
 PLATFORM PILLS
==========================*/

.platform-pills {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;
}

.platform-pills span {

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 10px 18px;

    border-radius: 40px;

    background: var(--bg-card-alt);

    border: 1px solid var(--border-soft);

    color: var(--text-secondary);

    font-size: 13px;

    transition: .3s;
}

.platform-pills span:hover {

    border-color: var(--accent);

    color: var(--text-heading);
}

.platform-pills i {

    color: var(--accent);

    font-size: 15px;
}

/*==================================
 HERO RIGHT SIDE
==================================*/

.hero-card-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Main Dashboard */

.dashboard-card {

    width: 100%;
    max-width: 430px;

    background: var(--bg-card);

    border: 1px solid var(--border-light);

    border-radius: 26px;

    padding: 26px;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, .35);

    position: relative;

    overflow: visible;
}

/* Header */

.dashboard-header {

    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 26px;
}

.dashboard-header small {

    color: var(--text-meta);

    font-size: 11px;

    letter-spacing: 2px;

    font-weight: 700;
}

.dashboard-header h4 {

    margin-top: 6px;

    margin-bottom: 0;

    color: var(--text-heading);

    font-size: 24px;

    font-weight: 700;
}

.live-dot {

    display: flex;
    align-items: center;

    gap: 6px;

    color: #22c55e;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;
}

/* Dashboard Rows */

.dashboard-list {

    display: flex;
    flex-direction: column;

    gap: 14px;

    margin-bottom: 28px;
}

.dashboard-row {

    display: flex;
    justify-content: space-between;
    align-items: center;

    background: var(--bg-card-alt);

    border: 1px solid var(--border-soft);

    border-radius: 16px;

    padding: 16px 18px;

    transition: .3s;
}

.dashboard-row:hover {

    transform: translateX(5px);

    border-color: var(--accent);
}

.dashboard-platform {

    display: flex;
    align-items: center;

    gap: 12px;

    color: var(--text-secondary);

    font-size: 15px;

    font-weight: 600;
}

.dashboard-platform i {

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(255, 107, 53, .10);

    color: var(--accent);

    font-size: 16px;
}

.dashboard-row strong {

    color: var(--success);

    font-size: 18px;

    font-weight: 700;
}

/* Bottom Stats */

.dashboard-stats {

    display: flex;

    gap: 14px;
}

.dashboard-stat {

    flex: 1;

    background: var(--bg-card-alt);

    border: 1px solid var(--border-soft);

    border-radius: 16px;

    padding: 18px;

    text-align: center;
}

.dashboard-stat strong {

    display: block;

    color: var(--text-heading);

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 6px;
}

.dashboard-stat span {

    color: var(--text-meta);

    font-size: 12px;

    letter-spacing: 1px;
}

/* Floating Platform Icons */

.floating-platforms {

    position: absolute;

    left: -22px;

    top: 50%;

    transform: translateY(-50%);

    display: flex;
    flex-direction: column;

    gap: 16px;
}

.floating-platforms span {

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background: var(--bg-card);

    border: 1px solid var(--border-light);

    color: var(--accent);

    font-size: 20px;

    box-shadow: 0 12px 30px rgba(0, 0, 0, .25);

    transition: .3s;
}

.floating-platforms span:nth-child(even) {

    margin-left: 18px;
}

.floating-platforms span:hover {

    transform: translateY(-5px);

    background: var(--accent);

    color: #fff;
}

/* Decorative Glow */
/* 
.dashboard-card::before {

    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -70px;
    top: -70px;

    border-radius: 50%;

    background: radial-gradient(circle,
            rgba(139, 61, 255, .18),
            transparent 70%);

    pointer-events: none;
} */

.dashboard-card::after {

    content: "";

    position: absolute;

    width: 160px;
    height: 160px;

    left: -60px;
    bottom: -60px;

    border-radius: 50%;

    background: radial-gradient(circle,
            rgba(255, 107, 53, .12),
            transparent 70%);

    pointer-events: none;
}

/*  */
button#theme-toggle {
    background: none;
    padding: 0;
}

.trusted-section {
    background: var(--bg-surface);
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.trusted-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.trusted-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #62667c;
    margin: 0;
}

.platform-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.platform-list i::before {
    color: #096dd9;
}

.platform-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5e6378;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    padding: 0 28px;
    border-right: 1px solid rgba(255, 255, 255, .06);
    transition: .3s;
}

.platform-item:last-child {
    border-right: none;
}

.platform-item:hover {
    color: #ffffff;
}

.platform-item i {
    font-size: 18px;
}

.platform-item span {
    font-size: 16px;
}

/*==============================
 WHY SECTION
==============================*/

.why-section {

    position: relative;

    overflow: hidden;

    background: var(--bg-surface);

    padding: 90px 0 70px;

    border-top: 1px solid var(--border-soft);
}

.why-section::before {

    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    left: 50%;
    top: 45%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background: radial-gradient(circle,
            rgba(124, 58, 237, .10),
            transparent 70%);

    pointer-events: none;
}

.why-wrapper {

    display: flex;

    justify-content: center;
}

.why-content {

    position: relative;

    max-width: 760px;

    text-align: center;
}

.section-label {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 36px;

    padding: 0 18px;

    border-radius: 999px;

    background: rgba(255, 107, 53, .08);

    border: 1px solid rgba(255, 107, 53, .16);

    color: var(--accent);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 26px;
}

.section-title {

    color: var(--text-heading);

    font-size: 48px;

    font-weight: 800;

    line-height: 1.15;

    letter-spacing: -1px;

    margin-bottom: 24px;
}

.section-title span {

    display: block;

    margin-top: 8px;
}

.section-sub {

    max-width: 620px;

    margin: 0 auto;

    color: var(--text-muted);

    font-size: 17px;

    line-height: 1.9;
}

.section-divider {

    width: 80px;

    height: 4px;

    margin: 40px auto 0;

    border-radius: 20px;

    background: var(--btn-gradient);
}

/* Decorative Side Lines */

.why-content::before {

    content: "";

    position: absolute;

    left: -120px;

    top: 55%;

    width: 80px;

    height: 2px;

    background: linear-gradient(to right,
            transparent,
            var(--primary));
}

.why-content::after {

    content: "";

    position: absolute;

    right: -120px;

    top: 55%;

    width: 80px;

    height: 2px;

    background: linear-gradient(to left,
            transparent,
            var(--secondary));
}

/*  */

/*==================================================
INSTAGRAM LIKES SECTION
==================================================*/

.instagram-likes-section {
    padding: 90px 0;
    background: var(--bg-surface);
}

.instagram-likes-section .container {
    max-width: var(--container-width);
    margin: auto;
    padding: 0 20px;
}

.instagram-likes-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
}

/*==========================
LEFT
==========================*/

.instagram-content {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.content-badge {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 18px;

    border-radius: 40px;

    background: rgba(255, 107, 53, .08);

    border: 1px solid rgba(255, 107, 53, .18);

    color: var(--accent);

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 20px;
}

.content-title {

    color: var(--text-heading);

    font-size: 48px;

    line-height: 1.1;

    font-weight: 800;

    margin-bottom: 20px;
}

.content-description {

    color: var(--text-secondary);

    font-size: 16px;

    line-height: 1.9;

    max-width: 620px;

    margin-bottom: 35px;
}

.feature-list {
    margin-bottom: 30px;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

/*==========================
STAT BOXES
==========================*/

.content-stats {

    display: flex;

    gap: 16px;

    margin-bottom: 35px;
}

.stat-box {

    padding: 18px;

    border-radius: 18px;

    background: var(--bg-card);

    border: 1px solid var(--border-soft);

    text-align: center;
}

.stat-box strong {

    display: block;

    color: var(--text-heading);

    font-size: 20px;

    margin-bottom: 6px;
}

.stat-box span {

    color: var(--text-meta);

    font-size: 13px;
}

/*==========================
FEATURE GRID
==========================*/

.feature-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

    margin-bottom: 40px;
}

.feature-item {

    display: flex;

    align-items: flex-start;

    gap: 10px;

    color: var(--text-secondary);

    font-size: 14px;

    line-height: 1.6;
}

.instagram-likes-section .feature-icon {

    width: 24px;

    height: 24px;

    border-radius: 50%;

    color: var(--accent);

    display: flex;

    justify-content: center;

    align-items: center;

    flex-shrink: 0;
    margin-bottom: 0;
    font-size: 12px;
}

/*==========================
BOTTOM ACTION
==========================*/

.bottom-action {

    display: flex;

    align-items: center;

    gap: 24px;

    flex-wrap: wrap;
}

.buy-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    height: 52px;

    padding: 0 34px;

    border-radius: 16px;

    background: var(--follow-gradient);

    color: #fff;

    text-decoration: none;

    font-weight: 700;

    transition: .3s;
}

.buy-btn:hover {

    color: #fff;

    transform: translateY(-3px);
}

.trust-rating {

    color: var(--text-secondary);

    font-size: 14px;

    display: flex;

    align-items: center;

    gap: 8px;
}

.trust-rating span {

    color: var(--text-meta);
}

/*==========================
RIGHT
==========================*/

.instagram-preview {

    width: 420px;

    position: relative;
}

/* Floating */

.growth-widget {

    position: absolute;

    right: -20px;

    top: -30px;

    background: var(--bg-card);

    border: 1px solid var(--border-light);

    border-radius: 18px;

    padding: 18px 22px;

    box-shadow: 0 20px 40px rgba(0, 0, 0, .20);

    z-index: 5;
}

.growth-widget small {

    display: block;

    color: var(--text-meta);

    margin-bottom: 6px;
}

.growth-widget strong {

    display: block;

    color: var(--accent);

    font-size: 36px;

    line-height: 1;

    margin-bottom: 6px;
}

.growth-widget span {

    color: var(--text-secondary);

    font-size: 13px;
}

/*==========================
CARD
==========================*/

.analytics-card {

    background: var(--bg-card);

    border: 1px solid var(--border-light);

    border-radius: 28px;

    padding: 30px;

    box-shadow: 0 30px 70px rgba(0, 0, 0, .30);
}

.analytics-header {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 30px;
}

.analytics-header small {

    color: var(--text-meta);

    text-transform: uppercase;

    font-size: 11px;

    letter-spacing: 2px;
}

.analytics-header h4 {

    color: var(--text-heading);

    margin-top: 6px;

    font-size: 24px;
}

.analytics-icon {

    width: 60px;

    height: 60px;

    border-radius: 18px;

    background: var(--follow-gradient);

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 28px;
}

/*==========================
PROGRESS
==========================*/

.analytics-progress {

    margin-bottom: 28px;
}

.progress-info {

    display: flex;

    justify-content: space-between;

    margin-bottom: 10px;

    color: var(--text-secondary);
}

.progress-info strong {

    color: var(--text-heading);
}

.progress-bar {

    height: 10px;

    background: var(--bg-card-alt);

    border-radius: 30px;

    overflow: hidden;
}

.progress-bar span {

    display: block;

    width: 89%;

    height: 100%;

    background: var(--follow-gradient);

    border-radius: 30px;
}

/*==========================
ROWS
==========================*/

.analytics-list {

    display: flex;

    flex-direction: column;

    gap: 14px;

    margin-bottom: 30px;
}

.analytics-row {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-bottom: 12px;

    border-bottom: 1px solid var(--border-soft);

    color: var(--text-secondary);
}

.analytics-row strong {

    color: var(--text-heading);
}

.analytics-row .text-success {

    color: #22c55e;
}

/*==========================
BOTTOM BOXES
==========================*/

.mini-stats {

    display: flex;

    gap: 12px;
}

.mini-box {

    flex: 1;

    padding: 18px;

    text-align: center;

    border-radius: 16px;

    background: var(--bg-card-alt);

    border: 1px solid var(--border-soft);
}

.mini-box strong {

    display: block;

    color: var(--text-heading);

    font-size: 20px;

    margin-bottom: 4px;
}

.mini-box span {

    color: var(--text-meta);

    font-size: 13px;
}

/*  */

.followers-section {
    background: var(--bg-surface);
    padding: 50px 0;
}

.followers-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.followers-content {
    flex: 1;
    max-width: 700px;

    display: flex;
    flex-direction: column;
}

.followers-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    align-self: flex-start;

    height: 36px;
    padding: 0 18px;

    border-radius: 999px;

    background: rgba(255, 107, 53, .08);
    border: 1px solid rgba(255, 107, 53, .20);

    color: var(--accent);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.followers-title {
    color: var(--text-heading);

    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;

    margin-top: 18px;
    margin-bottom: 15px !important;
}

.followers-description {
    color: var(--text-muted);

    font-size: 14px;
    line-height: 1.8;

    margin-bottom: 35px;
}

.followers-features {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--text-secondary);
    font-size: 14px;
    flex-direction: column;
    margin-bottom: 30px;
}

.followers-feature {
    display: flex;
    width: 100%;
    gap: 10px;
}

.followers-feature-icon {
    color: var(--accent);
    flex-shrink: 0;
}

.followers-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    align-self: flex-start;

    min-height: 42px;
    padding: 0 28px;

    border-radius: 16px;

    background: var(--follow-gradient);

    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: .3s;
}

.followers-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

/* ==================================
   CARD SIDE
================================== */

/*==============================
RIGHT
==============================*/

.followers-preview {

    flex: 0 0 420px;

    display: flex;

    justify-content: center;
}

.growth-card {

    width: 100%;

    padding: 30px;

    border-radius: 28px;

    background: var(--bg-card);

    border: 1px solid var(--border-light);

    box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
}

.growth-top {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 15px;
}

.growth-top small {

    color: var(--text-meta);

    text-transform: uppercase;

    letter-spacing: 2px;

    font-size: 11px;
}

.growth-top h4 {

    margin-top: 6px;

    color: var(--text-heading);

    font-size: 24px;
}

.growth-icon {

    width: 60px;

    height: 60px;

    border-radius: 18px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-size: 28px;

    background: var(--follow-gradient);
}

/*========================*/

.growth-number {

    margin-bottom: 35px;
    line-height: 2;
}

.growth-number strong {

    display: block;

    color: var(--text-heading);

    font-size: 20px;

    line-height: 1;
}

.growth-number span {

    color: var(--text-meta);

    font-size: 15px;
}

/*========================*/

.growth-progress {

    margin-bottom: 30px;
}

.progress-head {

    display: flex;

    justify-content: space-between;

    margin-bottom: 10px;

    color: var(--text-secondary);
}

.progress-head strong {

    color: #22c55e;
}

.progress-bar {

    height: 10px;

    border-radius: 30px;

    background: var(--bg-card-alt);

    overflow: hidden;
}

.progress-bar span {

    display: block;

    width: 82%;

    height: 100%;

    background: var(--follow-gradient);

    border-radius: 30px;
}

/*========================*/

.growth-list {

    display: flex;

    flex-direction: column;
}

.growth-item {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 5px 0;

    border-bottom: 1px solid var(--border-soft);

    color: var(--text-secondary);
}

.growth-item strong {

    color: var(--text-heading);
}

/*  */
.how-it-works-section {
    background: var(--bg-base);
    padding: 80px 0;
    border-bottom: 1px solid var(--border-soft);
}

.how-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.how-badge {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 36px;

    padding: 0 18px;

    border-radius: 999px;

    background: rgba(255, 107, 53, .08);

    border: 1px solid rgba(255, 107, 53, .18);

    color: var(--accent);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.how-title {
    color: var(--text-heading);
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 16px !important;
}

.how-subtitle {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.8;
    max-width: 700px;
}

.how-steps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.step-item {
    width: 300px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

.step-number {
    color: var(--accent);

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}

.step-icon {
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 35px;

    background: var(--follow-gradient);
    color: #fff;
    font-size: 22px;

    margin-top: 12px;
}

.step-title {
    color: var(--text-heading);

    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;

    margin-top: 24px;
    margin-bottom: 16px;
}

.step-text {
    color: var(--text-muted);

    font-size: 16px;
    line-height: 1.8;
}

.step-divider {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, var(--accent), rgba(124, 58, 237, .5));
    opacity: .4;
}

.step-divider i {
    font-size: .7rem;
    color: var(--accent);
    opacity: .6;
}

.how-it-works-inner {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    padding: 0 2rem;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}

.why-promotid-section {
    background: var(--bg-surface);
    padding: 80px 0;
}

.why-promotid-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-badge {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;
    padding: 0 18px;

    border-radius: 999px;

    background: rgba(255, 107, 53, .08);
    border: 1px solid rgba(255, 107, 53, .18);

    color: var(--accent);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.section-description {
    max-width: 700px;

    color: var(--text-muted);

    font-size: 16px;
    line-height: 1.8;
}

.features-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
}

.feature-card {
    width: calc(50% - 12px);

    background: var(--bg-card);

    border: 1px solid var(--border-light);
    padding: 32px;

    display: flex;
    flex-direction: column;

    transition: .3s ease;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.feature-card:hover {
    border-color: var(--border-medium);
}

.feature-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 35px;

    color: #fff;
    font-size: 22px;

    margin-bottom: 24px;
}

.feature-icon.orange {
    background: linear-gradient(135deg,
            #ffb15c,
            var(--secondary-dark));

    box-shadow: 0 0 20px rgba(255, 107, 53, .30);
}

.feature-icon.purple {
    background: linear-gradient(135deg,
            var(--primary),
            var(--primary-light));

    box-shadow: 0 0 20px rgba(139, 61, 255, .30);
}

.feature-icon.green {
    background: linear-gradient(135deg,
            #00d084,
            #10b981);

    box-shadow: 0 0 20px rgba(16, 185, 129, .30);
}

.feature-icon.blue {
    background: linear-gradient(135deg,
            #0ea5e9,
            #38bdf8);

    box-shadow: 0 0 20px rgba(14, 165, 233, .30);
}

.feature-title {
    color: var(--text-heading);

    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;

    margin-bottom: 14px;
}

.feature-text {
    color: var(--text-muted);

    font-size: 14px;
    line-height: 1.9;
}

.platform-services-section {
    background: var(--bg-primary);
    padding: 50px 0;
}

.services-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.services-badge {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 18px;

    border-radius: 999px;

    background: rgba(255, 107, 53, .08);
    border: 1px solid rgba(255, 107, 53, .18);

    color: var(--accent);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.services-title {
    margin-top: 24px;
    color: var(--text-heading);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    max-width: 700px;
    margin-bottom: 15px !important;
}

.services-tabs {
    border-bottom: 1px solid var(--border-soft);
    margin-top: 0;
    margin-left: 0;
    flex-direction: column;
}

.services-tabs .nav-link {
    border: none;
    border-radius: 12px 12px 0 0;

    background: transparent;

    color: var(--text-meta);

    font-size: 14px;
    font-weight: 600;

    padding: 16px 24px;
}

.services-tabs .nav-link.active {
    background: var(--bg-card);

    color: var(--text-heading);

    border-bottom: 2px solid var(--accent);
}

.services-tabs-wrapper {
    display: flex;
    gap: 50px;
    margin-top: 30px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.service-card {
    width: calc(33.333% - 16px);

    display: flex;
    flex-direction: column;

    background: var(--bg-card);

    border: 1px solid var(--border-light);

    border-radius: 0;

    padding: 12px;
}

.service-icon {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 35px;

    background: rgba(255, 107, 53, .08);

    color: var(--accent);

    font-size: 22px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.service-card h3 {
    color: var(--text-heading);

    font-size: 14px;
    font-weight: 700;

    margin-top: 22px;
    margin-bottom: 12px;
}

.service-card p {
    color: var(--text-grey);

    font-size: 13px;
    line-height: 1.8;

    flex: 1;
}

.service-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border-soft);
    padding-top: 18px;
    width: 100%;
    margin-top: 20px;
}

.service-price {
    color: var(--text-meta);
    font-size: 12px;
}

.service-price strong {
    color: var(--secondary-dark);
}

.service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border-radius: 999px;
    background: var(--follow-gradient);
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.service-btn:hover {
    color: #fff;
}

.guarantees-section {
    background: var(--bg-surface);
    padding: 50px 0;
}

.guarantees-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-direction: column;
}

.guarantees-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
}

.section-badge {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;
    padding: 0 18px;

    border-radius: 999px;

    background: rgba(255, 107, 53, .08);
    border: 1px solid rgba(255, 107, 53, .18);

    color: var(--accent);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.guarantees-title {
    color: var(--text-heading);

    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 15px !important;
}


.guarantees-description {
    color: var(--text-muted);

    font-size: 16px;
    line-height: 1.9;

    margin-bottom: 36px;
}

.guarantees-btn {
    min-height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 32px;

    border-radius: 16px;

    background: var(--btn-gradient);

    color: #fff;
    text-decoration: none;

    font-size: 14px;
    font-weight: 700;
}

.guarantees-btn:hover {
    color: #fff;
}

.guarantees-cards {
    flex: 1;

    display: flex;
    flex-wrap: wrap;

    gap: 20px;
}

.guarantee-card {
    width: calc(50% - 10px);

    border: 1px solid var(--border-light);

    border-radius: 24px;

    padding: 28px;

    display: flex;
    flex-direction: column;

    min-height: 230px;
}

.guarantee-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 35px;

    background: rgba(139, 61, 255, .10);

    color: var(--primary);

    font-size: 14px;

    margin-bottom: 22px;
}

.guarantee-card h3 {
    color: var(--text-heading);

    font-size: 14px;
    font-weight: 700;

    margin-bottom: 14px;
}

.guarantee-card p {
    color: var(--text-muted);

    font-size: 17px;
    line-height: 1.9;

    margin: 0;
}

.stats-section {
    background: var(--bg-surface);

    border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);

    padding: 40px 0;
}

.stats-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 40px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    min-width: 220px;
}

.stat-number {
    display: flex;
    align-items: center;
    gap: 8px;

    color: var(--text-heading);

    font-size: 29px;
    font-weight: 800;
    line-height: 1;
}

.stat-stars {
    color: var(--text-meta);

    font-size: 14px;
    letter-spacing: 2px;
}

.stat-label {
    color: var(--text-meta);

    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;

    margin-top: 12px;
}

.stat-divider {
    width: 1px;
    height: 70px;

    background: var(--border-soft);

    flex-shrink: 0;
}

.reviews-section {
    background: var(--bg-primary);
    padding: 120px 0;
}

.reviews-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.reviews-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-badge {
    width: max-content;
    align-items: center;
    justify-content: center;

    min-height: 38px;
    padding: 0 18px;

    border-radius: 999px;

    background: rgba(255, 107, 53, .08);
    border: 1px solid rgba(255, 107, 53, .18);

    color: var(--accent);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.reviews-title {
    color: var(--text-heading);
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 20px;
}

.reviews-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating-stars {
    color: #f59e0b;
    font-size: 20px;
}

.rating-score {
    color: var(--text-heading);
    font-size: 32px;
    font-weight: 800;
}

.rating-count {
    color: var(--text-muted);
    font-size: 14px;
}

.reviews-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

    margin-top: 60px;
}

.review-card {
    width: calc(25% - 15px);

    background: var(--bg-card);

    border: 1px solid var(--border-light);

    padding: 24px;

    display: flex;
    flex-direction: column;
}

.review-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.review-user {
    display: flex;
    gap: 12px;
}

.review-avatar {
    min-width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--follow-gradient);

    color: #fff;

    font-size: 13px;
    font-weight: 700;
}

.review-info h4 {
    margin: 0;

    color: var(--text-heading);

    font-size: 14px;
    font-weight: 700;
}

.review-info span {
    color: var(--text-meta);
    font-size: 14px;
}

.review-platform {
    color: var(--text-meta);
    font-size: 14px;
}

.review-stars {
    color: #f59e0b;
    font-size: 14px;

    margin-top: 18px;
    margin-bottom: 18px;
}

.review-card p {
    color: var(--text-muted);

    font-size: 14px;
    line-height: normal;

    margin: 0;
}

.faq-section {
    background: var(--bg-primary);
    padding: 20px 0;
}

.faq-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-badge {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;
    padding: 0 18px;

    border-radius: 999px;

    background: rgba(255, 107, 53, .08);
    border: 1px solid rgba(255, 107, 53, .18);

    color: var(--accent);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.faq-title {
    color: var(--text-heading);

    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 20px !important;
}

.faq-subtitle {
    max-width: 700px;

    color: var(--text-muted);

    font-size: 18px;
    line-height: 1.8;
}

.faq-subtitle a {
    color: var(--accent);
    text-decoration: none;
}

.faq-wrapper {
    max-width: 850px;
    margin: 70px auto 0;
}

/* Accordion */

.faq-accordion {
    display: flex;
    flex-direction: column;
}

.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid var(--bs-accordion-border-color);

    border-radius: 0;
    background: transparent;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background: transparent;

    color: var(--text-heading);

    font-size: 17px;

    box-shadow: none;

    padding: 24px 0;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--text-heading);
}

.faq-accordion .accordion-button::after {
    filter: brightness(0) invert(1);
    opacity: .7;
}

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

.faq-accordion .accordion-body {
    color: var(--text-muted);

    font-size: 15px;
    line-height: 1.9;

    padding: 0 0 24px;
}

.accordion-header {
    margin-bottom: 0 !important;
}

.cta-section {
    background: var(--bg-primary);
    padding: 120px 0;
}

.cta-wrapper {
    max-width: 760px;

    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    background:
        radial-gradient(circle at center,
            rgba(139, 61, 255, .08) 0%,
            rgba(139, 61, 255, .04) 35%,
            transparent 75%);
}

.cta-badge {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;

    padding: 0 18px;

    border-radius: 999px;

    background: rgba(255, 107, 53, .08);

    border: 1px solid rgba(255, 107, 53, .18);

    color: var(--accent);

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;
    margin-bottom: 20px;
}

.cta-title {
    color: var(--text-heading);

    font-size: 48px;
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 20px !important;
}

.cta-description {
    max-width: 650px;

    color: var(--text-muted);

    font-size: 22px;
    line-height: 1.8;

    margin-bottom: 42px;
}

.cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 16px;

    margin-bottom: 34px;
}

.cta-btn-primary {
    min-height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 34px;

    border-radius: 35px;

    background: var(--btn-gradient);

    color: #fff;
    text-decoration: none;

    font-size: 18px;
    font-weight: 700;

    transition: .3s;
}

.cta-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
}

.cta-btn-secondary {
    min-height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0 34px;

    border-radius: 16px;

    background: transparent;

    border: 1px solid var(--border-light);

    color: var(--text-secondary);

    text-decoration: none;

    font-size: 18px;
    font-weight: 600;

    transition: .3s;
}

.cta-btn-secondary:hover {
    color: var(--text-heading);
    border-color: var(--border-medium);
}

.cta-features {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 24px;
}

.cta-feature {
    color: var(--text-meta);

    font-size: 15px;

    display: flex;
    align-items: center;
    gap: 8px;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background: var(--bg-base);
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    border-top-color: var(--border-soft);
    margin-top: 30px;
}

.widget_nav_menu li a {
    color: var(--text-muted);
    text-decoration: none;
}

.wp-block-paragraph,
.ast-footer-copyright p {
    color: var(--text-muted);
}

.footer-widget-area p {
    margin-bottom: 0;
    font-size: 13px;
}

footer .widget-title {
    font-size: 11px;
    color: var(--text-secondary);
}

footer .widget ul {
    padding-left: 0;
}

.widget_nav_menu li {
    font-size: 13px;
}

.footer-bottom__right {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .8rem;
    color: var(--text-muted);
    justify-content: flex-end;
}

.footer-bottom__right i {
    color: var(--text-muted);
}

.ast-footer-copyright {
    text-align: left;
}