@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

*,
dl,
ol,
ul {
    padding: 0;
    margin: 0
}

.nav-link:hover::after,
.navbar,
img {
    width: 100%
}

a.web-btn,
a.web-btn-outer {
    padding: 7px 15px;
    color: #fff;
    display: inline-block
}

.avatar-1,
.avatar-2,
.avatar-3,
.avatar-4 {
    bottom: -100px;
}

body,
section {
    overflow-x: clip
}

.hero-subtile,
a.web-btn,
a.web-btn-outer {
    display: inline-block
}

.feature-card,
.hero-description,
.hero-section,
.stat-box,
.stat-item,
.user-profile {
    text-align: center
}

*,
dl,
ol,
pre,
ul {
    margin: 0
}

.breadcrumb-item a,
.filter-btn,
.footer-links a,
.service-btn,
.toc a,
a,
a:hover {
    text-decoration: none
}

.check-now-btn,
.copy-btn,
.faq-question,
.floating-btn,
.login-btn,
.nav-btn,
.partner-logo,
.platform-card,
.tab,
.toggle-switch,
.year-dropdown {
    cursor: pointer
}

.about-img::after,
.cta::before,
.inner-banner::before,
.nav-link::after,
.process-step::after,
.tab.active::after,
.toggle-switch::after {
    content: '';
    content: ''
}

.btn-accent,
.btn-custom,
.btn-dark-custom {
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
}

* {
    box-sizing: border-box
}

:root {
    --primary-color: #1a1a1a;
    --accent-color: #f9a619;
}

@font-face {
    font-family: Gotham;
    src: url('../fonts/GothamBold.woff2') format('woff2'), url('../fonts/GothamBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'FONTSPRING DEMO - Geraldton';
    src: url('../fonts/FONTSPRINGDEMO-GeraldtonRegular.woff2') format('woff2'), url('../fonts/FONTSPRINGDEMO-GeraldtonRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'FONTSPRING DEMO - Geraldton';
    src: url('../fonts/FONTSPRINGDEMO-GeraldtonLightRegular.woff2') format('woff2'), url('../fonts/FONTSPRINGDEMO-GeraldtonLightRegular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Gotham;
}

.hero-content-text,
a,
li,
p {
    /*font-family: 'FONTSPRING DEMO - Geraldton';*/
    font-family: "Plus Jakarta Sans", sans-serif;
}

a,
li,
p {
    letter-spacing: .4px;
    line-height: 1.5;
}

.performance-items,
li {
    list-style: none
}

body {
    line-height: 1.6
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

img {
    max-width: 100%;
    transition: .4s;
    height: auto
}

@media (min-width:1200px) and (max-width:1399.98px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px
    }
}

.navbar {
    padding: 10px 0;
    transition: .3s;
    position: fixed;
    z-index: 99
}

.banner-outer,
.hero-content,
.hero-content-text,
.process-step {
    position: relative
}

.navbar.scrolled {
    background: #000
}

.nav-link::after,
a.web-btn {
    background: var(--accent-color)
}

.navbar-brand img {
    width: 250px
}

.brand-text {
    color: #fff
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    transition: .3s;
    position: relative;
    margin: 0 15px;
    padding: 15px 0;
    font-size: 1.1rem
}

.nav-link:hover {
    color: var(--accent-color) !important;
    transform: translateY(-2px)
}

.nav-link::after {
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 0;
    height: 2px;
    transition: width .3s
}

.navbar.scrolled .navbar-brand img {
    width: 210px
}

a.web-btn {
    border-radius: 8px;
    border: 1px solid var(--accent-color)
}

a.web-btn-outer {
    background: 0 0;
    border-radius: 8px;
    border: 1px solid var(--accent-color)
}

.hero-section {
    background: var(--primary-color);
    padding: 9rem 0 0;
    background-image: url(../imgs/bg-1.jpg);
    background-size: cover
}

.hero-content {
    width: 70%;
    margin: auto
}

.banner-section {
    overflow: hidden;
    padding: 0 0 6rem
}

.hero-subtile {
    color: #fff;
    padding: 6px 15px;
    border: 1px solid #cdcdcd;
    border-radius: 6px
}

.floating-avatars {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8
}

.avatar {
    position: absolute;
    animation: 6s ease-in-out infinite float
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.avatar-1 {
    right: 0;
    animation-delay: 0s;
    /*height: 410px*/
}

.avatar-2 {
    right: 200px;
    animation-delay: 1s;
}

.avatar-3 {
    left: -35px;
    animation-delay: 2s;
    /*height: 440px*/
}

.avatar-4 {
    left: 0;
    animation-delay: 3s;
    max-height: 400px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) scale(1)
    }

    50% {
        transform: translateY(20px) scale(1.05)
    }
}

.hero-title {
    font-size: 3.2rem;
    margin: 1rem 0;
    color: #fff
}

.hero-description {
    font-size: 1.2rem;
    color: #fff;
    width: 80%;
    margin: 1rem auto 2rem
}

.hero-cta {
    display: flex;
    gap: 0;
    max-width: 500px;
    background: #fff;
    border-radius: 5px;
    padding: 7px;
    margin: auto
}

.email-input {
    border: none;
    background: 0 0;
    padding: 10px 20px;
    flex: 1;
    border-radius: 50px;
    color: #000
}

.cta-btn,
.cta-btn:hover {
    background: var(--accent-color)
}

.email-input:focus {
    outline: 0;
    box-shadow: none
}

.email-input::placeholder {
    color: var(--text-muted)
}

.cta-btn {
    border: none
}

.platform-card,
.video-thumbnail {
    position: relative;
    border-radius: 20px
}

.cta-btn:hover {
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.blog-card:hover,
.feature-card:hover,
.hover-lift:hover {
    box-shadow: var(--shadow-medium)
}

section {
    position: relative
}

.web-title {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: Gotham;
    line-height: 1.4
}

.article-meta i,
.stat-number,
.toc a:hover,
.web-title span {
    color: var(--accent-color)
}

/*.partners-logos {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    gap: 2rem*/
/*}*/

.partner-logo {
    transition: .3s;
    width: 80%;
    height: 60px;
    display: grid;
    place-content: center;
    margin: .5rem 0
}

.partner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(100);
}

.partner-logo:hover img {
    filter: brightness(100);
}

.platform-section {
    background-color: var(--primary-color);
    position: relative
}

.platform-card {
    height: auto;
    transition: .3s;
    background-size: cover;
    background-position: center;
    width: 100%
}

.platform-card:hover {
    transform: translateY(-10px)
}

.platform-card:hover .platform-overlay,
.pricing-card:hover::before,
.service-card:hover::before {
    opacity: 1
}

.platform-overlay h4,
.username {
    font-size: 1rem
}

.influencer-section {
    background: url(../imgs/bg-1.jpg);
    position: relative;
    background-size: cover;
}

.influencer-content {
    position: relative;
    width: 80%;
}

.video-preview {
    position: relative;
    margin-bottom: 2rem
}

.video-thumbnail {
    overflow: hidden;
    height: 500px;
    width: 100%
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s
}

.blog-card:hover img,
.video-thumbnail:hover img {
    transform: scale(1.05)
}

.stat-box,
.video-info {
    border-radius: 15px;
    backdrop-filter: blur(20px)
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, .7)
    }

    70% {
        box-shadow: 0 0 0 20px rgba(255, 193, 7, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0)
    }
}

.video-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(0, 0, 0, .8);
    padding: 15px
}

.video-info h4 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600
}

.podcast-preview {
    position: absolute;
    top: -25px;
    right: -50px;
    width: 145px;
    height: 145px;
    border-radius: 20px;
    overflow: hidden;
    border: 5px solid rgba(255, 193, 7, .3);
    animation: 6s ease-in-out infinite float;
    z-index: 9;
}

.bar-chart-container,
.chart-container,
.featured-post,
.marketing-section,
.metric-card,
.tab {
    position: relative
}

.influencer-info p,
.marketing-section p {
    /* color: var(--text-muted); */
    /* font-size: 1.1rem; */
    /* margin-bottom: 2rem; */
}

.influencer-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem
}

.stat-box {
    padding: 20px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    transition: .3s
}

.stat-box:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateY(-5px)
}

.stat-unit {
    font-size: 1.2rem;
    color: var(--accent-color)
}

.feature-rating span,
.stat-label {
    color: var(--text-muted)
}

.marketing-section {
    background: var(--primary-color);
    color: #fff;
    background-image: url(../imgs/bg-2.jpg);
    background-size: cover;
}

.feature-card,
.feature-rating {
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(20px)
}

.marketing-section h2 {
    /* font-size: 2.5rem; */
    /* font-weight: 700; */
    /* margin-bottom: 1rem; */
}

.feature-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 3rem
}

.feature-rating span {
    font-size: 1rem
}

.stars {
    display: flex;
    gap: 5px
}

.stars i {
    color: var(--accent-color);
    font-size: 1.2rem
}

.feature-card {
    padding: 30px;
    border-radius: 20px;
    transition: .3s;
    border: 1px solid rgba(255, 255, 255, .1);
    height: 100%
}

.feature-card:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateY(-10px)
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: var(--accent-color);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 2rem;
    color: var(--primary-color);
    transition: .3s
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg)
}

.feature-card h4 {
    color: #fff;
    line-height: 1.3;
    font-size: 1.2rem;
}

.blog-section {
    background: #000;
    color: #fff
}

.blog-section h2 {
    /* font-size: 2.5rem; */
    /* font-weight: 700; */
    /* margin-bottom: 3rem; */
}

.blog-card img {
    width: 100%;
    object-fit: cover
}

.blog-content,
.related-post-card .card-body {
    padding: 20px
}

.blog-category {
    background: var(--accent-color);
    color: var(--primary-color);
    padding: 5px 10px;
    border-radius: 15px;
    font-size: .5rem;
    font-weight: 600
}

.blog-meta,
.social-links {
    display: flex;
    gap: 15px
}

.blog-date {
    font-size: .8rem;
    color: white;
}

.blog-card h3,
.blog-card h4 {
    color: #fff;
    margin-top: 15px;
    line-height: 1.3;
    font-size: 1.2rem
}

.featured-post {
    width: 100%;
    overflow: hidden;
    border-radius: 20px
}

.featured-post .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgb(0 0 0 / 89%));
    padding: 40px 20px 20px
}

.nav-btn:hover,
.social-links a:hover {
    background: var(--accent-color);
    color: var(--primary-color)
}

.small-post {
    display: flex;
    justify-content: space-between;
    margin: 0 0 1rem;
    height: auto;
    background: #000;
}

.small-post img {
    width: 120px;
    height: 100px !important;
    flex-shrink: 0;
    border-radius: 10px
}

.small-post .blog-content {
    padding: 0;
    width: 75%;
    height: auto
}

.testimonials-section {
    background: #262626
}

.testimonials-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #fff
}

.testimonial-rating {
    text-align: center;
    background: #000;
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .1)
}

.rating-score {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.rating-stars {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px
}

.rating-stars i {
    color: var(--accent-color);
    font-size: 1.2rem;
}

.rating-text {
    color: #fff;
    font-size: 1.1rem
}

.testimonial-content {
    /* background: rgba(255, 255, 255, .05); */
    padding: 40px;
    /* border-radius: 20px; */
    /* backdrop-filter: blur(20px); */
    /* border: 1px solid rgba(255, 255, 255, .1); */
    /* position: relative; */
    width: 95%;
    margin-left: auto;
}

.testimonial-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 20px
}

.testimonial-text {
    color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 30px
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent-color)
}

.nav-btn,
.social-links a {
    width: 40px;
    height: 40px;
    transition: .3s;
    display: flex
}

.author-info h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px
}

.author-info span {
    color: #fff;
    font-size: .9rem
}

.testimonial-nav {
    display: flex;
    gap: 10px
}

.nav-btn {
    border: none;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.nav-btn:hover {
    transform: scale(1.1)
}

.footer-section {
    background: url(../imgs/footer-bg.jpg) #0d0d0d;
    padding: 80px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    background-size: cover;
}

.footer-divider,
.social-links a {
    background: rgba(255, 255, 255, .1)
}

.footer-brand {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px
}

.footer-description {
    color: var(--text-muted);
    margin-bottom: 20px;
    line-height: 1.6
}

.social-links a {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff
}

.social-links a:hover {
    transform: translateY(-3px)
}

.footer-section h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.footer-links,
.toc ul {
    list-style: none;
    padding: 0
}

.footer-links li {
    margin-bottom: 10px
}

.footer-links a {
    color: #fff;
    transition: .3s
}

.footer-links a:hover {
    color: var(--accent-color);
    transform: translateX(5px);
    display: inline-block
}

.newsletter-footer {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.newsletter-footer .form-control {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 14px;
    padding: 10px 10px;
}

.newsletter-footer .form-control:focus {
    background: rgba(255, 255, 255, .15);
    border-color: var(--accent-color);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .25);
    color: #fff
}

.newsletter-footer .form-control::placeholder {
    color: var(--text-muted)
}

.footer-divider {
    border: none;
    height: 1px;
    margin: 40px 0 20px;
    background: white;
}

.footer-bottom {
    color: white;
}

.footer-bottom a {
    color: var(--accent-color);
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: .6s
}

.animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0)
}

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    border-top-color: var(--accent-color);
    animation: 1s ease-in-out infinite spin
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.text-gradient {
    background: linear-gradient(135deg, var(--accent-color) 0, #ffcd39 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.glass-effect {
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, .2)
}

.hover-lift {
    transition: transform .3s, box-shadow .3s
}

.blog-card,
.login-btn,
.stat-card,
.team-card {
    transition: .3s
}

.hover-lift:hover {
    transform: translateY(-5px)
}

.text-warning {
    color: var(--accent-color) !important
}

.py-5 {
    padding: 3.5rem 0 !important
}

.dashboard-container {
    display: flex;
    margin: 0 auto;
    background: #2a2a2a;
    border-radius: 20px;
    overflow: hidden;
    color: #000;
    font-family: 'FONTSPRING DEMO - Geraldton';
    justify-content: space-between
}

.sidebar {
    background: #fff;
    padding: 20px;
    width: 25%
}

.user-profile {
    margin-bottom: 20px
}

.user-avatar {
    width: 70px;
    height: 70px;
    background: var(--accent-color);
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #fff
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 30px
}

.stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #000
}

.control-label,
.control-value,
.login-btn {
    font-size: 14px
}

.controls {
    margin-bottom: 30px
}

.controls h3 {
    font-size: 1rem;
    text-align: left;
    margin: 0 0 1rem
}

.categories-filter,
.cta,
.inner-banner,
.mission-section,
.newsletter-section,
.platform-card p,
.platform-icons,
.service-card,
.stat-card,
.team-card {
    text-align: center
}

.control-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.metric-header,
.metrics-grid {
    margin-bottom: 20px;
    display: flex
}

.control-value {
    color: #888
}

.toggle-switch.off {
    background: #444
}

.toggle-switch.off::after {
    transform: translateX(33px);
}

.login-btn {
    width: 100%;
    padding: 12px;
    background: 0 0;
    border: 2px solid #ff9500;
    color: #ff9500;
    border-radius: 25px;
    font-weight: 700
}

.login-btn:hover {
    background: #ff9500;
    color: #fff
}

.main-content {
    width: 73%
}

.tabs {
    display: flex;
    gap: 30px
}

.tab {
    padding: 10px 0;
    font-size: 16px;
    color: #888
}

.tab.active {
    color: #ff9500
}

.tab.active::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ff9500
}

.metrics-grid {
    flex-wrap: wrap;
    justify-content: space-between
}

.metric-card {
    background: #fff;
    border-radius: 0;
    padding: 25px;
    width: 32%
}

.metric-header {
    justify-content: space-between;
    align-items: center
}

.metric-title {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    font-weight: 600
}

.metric-change {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px
}

.metric-change.positive {
    background: rgba(76, 175, 80, .2);
    color: #4caf50
}

.metric-change.negative {
    background: rgba(244, 67, 54, .2);
    color: #f44336
}

.metric-value {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px
}

.chart-container {
    height: 80px
}

.bottom-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.comments-section,
.performance-widget,
.year-analysis {
    background: #fff;
    padding: 25px;
    width: 32%
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px
}

.section-title {
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    font-weight: 600
}

.year-dropdown {
    background: #ff9500;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px
}

.bar-chart-container {
    height: 200px
}

.comment-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px
}

.comment-avatar {
    background: linear-gradient(135deg, #4a9eff, #00d4ff);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0
}

.comment-content {
    font-size: 13px;
    line-height: 1.4
}

.comment-text {
    margin-bottom: 4px
}

.comment-meta {
    color: #888
}

.donut-chart {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px
}

.check-now-btn {
    width: 100%;
    background: #ff9500;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    margin-top: 15px
}

@media (max-width:1200px) {

    .bottom-grid,
    .dashboard-container,
    .metrics-grid {
        grid-template-columns: 1fr
    }
}

.platform-icons {
    position: absolute;
    bottom: 0;
    background: #fff;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 85%;
    padding: 20px 10px;
    border-radius: 10px
}

.about-img,
.cta {
    position: relative;
    overflow: hidden
}

.platform-card p {
    margin: 10px 0 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.about-section p,
.inner-banner h1 {
    /* margin-bottom: 20px; */
}

.breadcrumb {
    justify-content: center
}

.about-section,
.blog-detail,
.contact-section {
    padding: 3.5rem 0;
    background: linear-gradient(135deg, #0a0a0a 0, #1a1a1a 100%);
    color: #fff
}

.about-section .web-title,
.contact-section .web-title {
    color: #fff;
    /* margin-bottom: 30px; */
}

.about-section p {
    /* font-size: 18px; */
    /* line-height: 1.8; */
    color: #ccc;
}

.about-img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(249, 166, 25, .1)
}

.about-img::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(249, 166, 25, .1), transparent);
    border-radius: 20px
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 50px
}

.stat-card {
    padding: 30px;
    background: rgba(249, 166, 25, .1);
    border-radius: 15px;
    border: 1px solid rgba(249, 166, 25, .2)
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(249, 166, 25, .2)
}

.stat-label {
    margin-top: 10px
}

.mission-section {
    background: rgba(249, 166, 25, .05);
    padding: 3.5rem 0;
    color: #fff
}

.mission-section .web-title {
    color: var(--accent-color);
    font-weight: 700;
}

.mission-section p {
    font-size: 1.1rem;
    /* color: #001; */
    max-width: 100%;
    margin: 0 auto;
    /* line-height: 1.8; */
}

.team-section {
    padding: 3.5rem 0;
    background: #0a0a0a;
    color: #fff
}

.team-section .web-title {
    text-align: center;
    color: #fff;
}

.cta,
.cta .web-title {
    color: var(--primary-color)
}

.team-card {
    background: rgba(26, 26, 26, .8);
    border: 1px solid rgba(249, 166, 25, .2);
    border-radius: 20px;
    padding: 30px;
    height: 100%
}

.info-card:hover,
.pricing-card:hover,
.service-card:hover,
.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(249, 166, 25, .2);
    border-color: var(--accent-color)
}

.team-card img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid var(--accent-color)
}

.team-card h5 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px
}

.team-card p {
    color: var(--accent-color);
    font-weight: 500
}

.cta {
    background: linear-gradient(135deg, var(--accent-color), #ffbe40);
    padding: 80px 20px
}

.cta::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(26,26,26,0.1)"/></svg>');
    opacity: .3
}

.blog-card,
.code-block-wrapper,
.inner-banner,
.service-btn,
.service-card,
.service-card h4,
.service-card p,
.service-features,
.service-features li,
.service-icon,
.step-number {
    position: relative
}

.cta .container,
.inner-banner .container {
    position: relative;
    z-index: 2
}

.cta .web-title {
    font-weight: 700;
    margin-bottom: 20px
}

.cta p,
.cta-section p,
.pricing-cta p {
    font-size: 1.2rem;
    margin-bottom: 30px
}

.btn-dark-custom {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s
}

.btn-dark-custom:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    color: white;
}

.blog-card:hover,
blockquote,
code:not(pre code) {
    background: rgba(249, 166, 25, .1)
}

.inner-banner h1 {
    font-size: 48px;
    font-weight: 700
}

.services-section {
    /* padding: 100px 0; */
    background: linear-gradient(135deg, #0a0a0a 0, #1a1a1a 100%)
}

.blog-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    height: auto;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(249, 166, 25, .2);
    /* border-color: var(--accent-color); */
    /* border: 2px solid var(--accent-color); */
}

.blog-card img {
    height: 250px;
    object-fit: cover;
    transition: transform .3s
}

.blog-card .card-body {
    padding: 25px;
    color: #fff
}

.blog-meta {
    font-size: 14px;
    color: var(--accent-color);
    margin-bottom: 15px;
    font-weight: 500
}

.blog-meta i {
    margin-top: 5px
}

.blog-card h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.4
}

.blog-card p {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px
}

.blog-card .read-more {
    color: var(--accent-color);
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    display: inline-flex;
    align-items: center
}

.blog-card .read-more:hover {
    color: #ffbe40;
    transform: translateX(5px)
}

.blog-card .read-more i {
    margin-left: 5px;
    transition: transform .3s
}

.blog-card .read-more:hover i {
    transform: translateX(3px)
}

.featured-post .badge {
    background: var(--accent-color);
    color: #000;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    position: absolute
}

.categories-filter {
    margin-bottom: 50px
}

.filter-btn {
    background: 0 0;
    border: 2px solid rgba(249, 166, 25, .3);
    color: #ccc;
    padding: 10px 25px;
    border-radius: 25px;
    margin: 5px;
    transition: .3s;
    display: inline-block
}

.filter-btn.active,
.filter-btn:hover,
.pagination .page-link:hover {
    background: var(--accent-color);
    color: #000;
    border-color: var(--accent-color)
}

.pagination {
    justify-content: center;
    margin-top: 60px
}

.pagination .page-link {
    background: rgba(26, 26, 26, .8);
    border: 1px solid rgba(249, 166, 25, .3);
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: .3s
}

.pagination .page-item.active .page-link {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #000
}

.newsletter-section {
    padding: 50px 0;
}

.newsletter-section .web-title {
    /* color: #000; */
    /* margin-bottom: 20px; */
}

.newsletter-section p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.newsletter-form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    gap: 15px
}

.newsletter-form input {
    flex: 1;
    padding: 15px 20px;
    border: 2px solid rgba(249, 166, 25, .3);
    border-radius: 30px;
    color: #fff;
    outline: 0
}

.newsletter-form input:focus {
    border-color: var(--accent-color)
}

.newsletter-form button {
    background: var(--accent-color);
    color: #000;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s
}

.service-card,
.toc {
    border: 1px solid rgba(249, 166, 25, .2)
}

.newsletter-form button:hover {
    background: #ffbe40;
    transform: translateY(-2px)
}

.inner-banner {
    /*background: linear-gradient(135deg, rgba(26, 26, 26, .8), rgba(249, 166, 25, .1)), url("https://images.unsplash.com/photo-1559136555-9303baea8ebd?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80") center/cover;*/
    padding: 150px 0 100px;
    color: #fff;
    overflow: hidden
}

.inner-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 0, rgba(26, 26, 26, .8) 100%);
}

.breadcrumb {
    justify-content: center;
    background: 0 0
}

.breadcrumb-item a {
    color: var(--accent-color)
}

.breadcrumb-item.active {
    color: white;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.service-card {
    background: rgba(26, 26, 26, .8);
    border-radius: 20px;
    padding: 40px 30px;
    transition: .3s;
    height: 100%;
    overflow: hidden
}

.pricing-card::before,
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(249, 166, 25, .05), transparent);
    opacity: 0;
    transition: opacity .3s
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, var(--accent-color), #ffbe40);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    color: #000;
    z-index: 2
}

.service-card h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    z-index: 2
}

.service-card p {
    color: #ccc;
    z-index: 2
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
    z-index: 2
}

.cta-section,
.faq-section .web-title,
.info-card,
.method-card,
.pricing-card,
.pricing-cta,
.process-step,
.related-posts h4,
.share-section,
.stats-section {
    text-align: center
}

.service-features li {
    color: #ccc;
    margin-bottom: 10px;
    padding-left: 20px
}

.service-features li::before {
    content: '>';
    color: var(--accent-color);
    font-weight: 700;
    position: absolute;
    left: 0;
    display: none;
}

.service-btn {
    background: 0 0;
    color: var(--accent-color);
    border: 2px solid var(--accent-color);
    padding: 8px 25px;
    border-radius: 25px;
    font-weight: 500;
    transition: .3s;
    z-index: 2;
    display: inline-block;
}

.pricing-card.featured .btn-custom:hover,
.service-btn:hover,
.tag:hover {
    background: var(--accent-color);
    color: #000
}

.process-section {
    padding: 80px 0;
    background: rgba(249, 166, 25, .05);
}

.step-number {
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    z-index: 2
}

.process-step::after {
    position: absolute;
    top: 30px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--accent-color), transparent);
    z-index: 1
}

.floating-btn.scroll-top,
.process-step:last-child::after {
    display: none
}

.process-step h5 {
    color: #000;
    font-weight: 600;
    margin-bottom: 15px
}

.process-step p {
    color: #000
}

.cta-section {
    color: var(--primary-color)
}

.cta-section .web-title,
.pricing-cta .web-title {
    /* color: var(--primary-color); */
    margin-bottom: 20px
}

.stats-section {
    padding: 80px 0;
    background: #0a0a0a
}

.stat-item {
    padding: 30px
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent-color);
    display: block;
    margin-bottom: 10px
}

.stat-label {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ccc;
    margin-bottom: 30px;
    font-size: 14px
}

.article-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 5px
}

.blog-container {
    max-width: 800px;
    margin: 0 auto
}

.blog-detail img.featured {
    border-radius: 20px;
    /* margin-bottom: 40px; */
    box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
    border: 1px solid rgba(249, 166, 25, .2);
    transition: transform .3s;
    height: 500px;
    object-fit: cover;
    padding: 5px;
}

.blog-detail img.featured:hover {
    transform: scale(1.02)
}

.blog-detail h2 {
    font-weight: 700;
    margin: 40px 0 20px;
    color: #fff;
    font-size: 2rem
}

.blog-detail h3 {
    font-weight: 600;
    margin: 30px 0 15px;
    color: var(--accent-color);
    font-size: 1.5rem
}

.blog-detail p {
    line-height: 1.8;
    margin-bottom: 20px;
    color: #ccc;
    font-size: 1.1rem
}

.blog-detail ol,
.blog-detail ul {
    color: #ccc;
    /* line-height: 1.8; */
    margin-bottom: 20px;
     padding-left: 30px;
}

.author-box .author-role,
.code-language,
.toc h4,
code:not(pre code) {
    color: var(--accent-color)
}

.blog-detail li,
.toc li {
    margin-bottom: 8px
}

.code-block-wrapper {
    margin: 30px 0
}

.code-header {
    background: rgba(26, 26, 26, .9);
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    border: 1px solid rgba(249, 166, 25, .2);
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.code-language {
    font-weight: 600;
    font-size: 14px
}

.copy-btn,
.share-icons a:hover {
    background: var(--accent-color);
    color: #000
}

.copy-btn {
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    transition: .3s
}

.reading-progress,
.toc {
    background: rgba(26, 26, 26, .8)
}

.toc,
pre {
    padding: 25px
}

.copy-btn:hover {
    background: #ffbe40
}

pre {
    background: #1e1e1e !important;
    color: #f8f8f2;
    border-radius: 0 0 10px 10px;
    overflow-x: auto;
    font-size: 14px;
    border: 1px solid rgba(249, 166, 25, .2);
    border-top: none
}

pre code {
    font-family: "Fira Code", Consolas, monospace;
    background: 0 0 !important;
    padding: 0 !important
}

code:not(pre code) {
    padding: 2px 6px;
    border-radius: 4px;
    font-size: .9em
}

blockquote {
    border-left: 4px solid var(--accent-color);
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #fff
}

.toc {
    border-radius: 15px;
    /* margin: 30px 0; */
}

.toc h4 {
    margin-bottom: 15px;
    font-size: 1.2rem
}

.toc a {
    color: #ccc;
    transition: color .3s;
    display: block;
    padding: 5px 0
}

.reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 1000
}

.reading-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--accent-color), #ffbe40);
    width: 0%;
    transition: width .3s
}

.author-box,
.share-section {
    background: rgba(26, 26, 26, .8)
}

.share-icons a {
    display: flex;
    transition: .3s
}

.author-box {
    align-items: center;
    gap: 25px;
    border: 1px solid rgba(249, 166, 25, .2);
    border-left: 4px solid var(--accent-color);
    padding: 30px;
    margin: 50px 0;
    border-radius: 15px
}

.author-box:hover {
    border-color: var(--accent-color);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(249, 166, 25, .2)
}

.btn-accent:hover,
.share-icons a:hover {
    box-shadow: 0 5px 15px rgba(249, 166, 25, .3)
}

.author-box img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--accent-color);
    margin: 0 0 20px;
}

.post-nav-item,
.share-section {
    border: 1px solid rgba(249, 166, 25, .2)
}

.author-box h5 {
    margin: 0 0 5px;
    font-weight: 600;
    color: #fff;
    font-size: 1.3rem
}

.author-box .author-role {
    font-weight: 500;
    margin-bottom: 10px
}

.author-box .author-bio {
    color: #ccc;
    font-size: .9rem;
    line-height: 1.5;
    margin-bottom: 15px
}

.post-nav-item .nav-title,
.related-post-card h6 {
    line-height: 1.3;
    font-weight: 600
}

.share-section {
    border-radius: 15px;
    padding: 25px;
    margin: 40px 0
}

.share-section h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.2rem
}

.share-icons a,
.tag {
    background: rgba(249, 166, 25, .1);
    color: var(--accent-color);
    text-decoration: none
}

.share-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap
}

.share-icons a {
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(249, 166, 25, .3);
    border-radius: 50%;
    font-size: 18px
}

.share-icons a:hover {
    transform: translateY(-3px)
}

.tags-section {
    margin: 30px 0
}

.tags-section h5 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.1rem
}

.tag {
    display: inline-block;
    border: 1px solid rgba(249, 166, 25, .3);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: .9rem;
    margin: 5px 5px 5px 0;
    transition: .3s
}

.comment-box,
.post-nav-item {
    background: rgba(26, 26, 26, .8);
    transition: .3s
}

.post-nav {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 50px 0
}

.post-nav-item {
    flex: 1;
    border-radius: 15px;
    padding: 20px;
    text-decoration: none;
    color: #fff;
    display: block
}

.post-nav-item:hover {
    border-color: var(--accent-color);
    transform: translateY(-3px);
    color: #fff
}

.post-nav-item .nav-label {
    font-size: .8rem;
    color: var(--accent-color);
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600
}

.post-nav-item.prev .nav-label::before {
    content: '← '
}

.post-nav-item.next .nav-label::after {
    content: ' →'
}

.comments {
    margin-top: 60px
}

.comments h4 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.5rem
}

.comment-box {
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid rgba(249, 166, 25, .2);
    border-radius: 15px
}

.comment-box:hover {
    border-color: rgba(249, 166, 25, .4)
}

.comment-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px
}

.comment-avatar {
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000
}

.comment-meta h6 {
    font-weight: 600;
    margin: 0 0 5px;
    color: #fff
}

.comment-date {
    font-size: .8rem;
    color: #ccc
}

.comment-text {
    /* color: #ccc; */
    line-height: 1.6
}

.btn-accent,
.btn-accent:hover {
    color: #000;
    /* color: var(--primary-color); */
}

.comment-form {
    background: rgba(26, 26, 26, .8);
    border: 1px solid rgba(249, 166, 25, .2);
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px
}

.comment-form h5 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 1.3rem
}

.comment-form input,
.comment-form textarea {
    background: rgba(255, 255, 255, .1);
    border: 2px solid rgba(249, 166, 25, .3);
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
    transition: .3s
}

.comment-form input:focus,
.comment-form textarea:focus {
    background: rgba(255, 255, 255, .15);
    border-color: var(--accent-color);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(249, 166, 25, .25)
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
    color: #ccc
}

.btn-accent {
    /* background: linear-gradient(45deg, var(--accent-color), #ffbe40); */
    /* color: #000; */
    /* text-transform: uppercase; */
}

.btn-accent:hover {
    background: linear-gradient(45deg, #ffbe40, var(--accent-color));
    color: #000
}

.related-posts {
    background: rgba(249, 166, 25, .05);
    padding: 60px 0
}

.related-posts h4 {
    margin-bottom: 40px;
    font-size: 1.8rem
}

.related-post-card {
    background: rgba(26, 26, 26, .8);
    border: 1px solid rgba(249, 166, 25, .2);
    border-radius: 15px;
    overflow: hidden;
    transition: .3s;
    height: 100%
}

.related-post-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-color);
    box-shadow: 0 10px 30px rgba(249, 166, 25, .2)
}

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

.related-post-card h6 {
    color: #fff;
    margin-bottom: 10px
}

.related-post-card p {
    color: #ccc;
    /* font-size: .9rem; */
    margin: 0
}

.related-post-card a {
    color: inherit;
    text-decoration: none
}

.floating-actions {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.floating-btn {
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    color: #000;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
}

.contact-form,
.map-container iframe {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .3)
}

.floating-btn:hover {
    background: #ffbe40;
    transform: scale(1.1)
}

.floating-btn.scroll-top.show {
    display: flex
}

@media (max-width:768px) {

    .inner-banner h1,
    .web-title {
        font-size: 2rem
    }

    .newsletter-form,
    .post-nav {
        flex-direction: column
    }

    .newsletter-form button,
    .newsletter-form input {
        width: 100%;
        margin-bottom: 15px
    }

    .author-box {
        flex-direction: column;
        text-align: center
    }

    .floating-actions {
        right: 20px
    }

    .share-icons {
        gap: 10px
    }
}

.contact-form {
    background: rgba(26, 26, 26, .8);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(249, 166, 25, .2)
}

.contact-form .form-control {
    background: rgba(255, 255, 255, .1);
    border: 2px solid rgba(249, 166, 25, .3);
    border-radius: 15px;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    transition: .3s
}

.contact-form .form-control:focus {
    background: rgba(255, 255, 255, .15);
    border-color: var(--accent-color);
    box-shadow: 0 0 0 .2rem rgba(249, 166, 25, .25);
    color: #fff
}

.contact-form .form-control::placeholder {
    color: #ccc
}

.contact-form label {
    color: var(--accent-color);
    font-weight: 600;
    margin-bottom: 8px
}

.btn-accent {
    background: var(--accent-color);
    border: none;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s;
    font-size: 16px;
}

.btn-accent:hover {
    background: linear-gradient(45deg, #ffbe40, var(--accent-color));
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(249, 166, 25, .3)
}

.feature-box:hover,
.method-card:hover,
.process-step:hover {
    transform: translateY(-5px)
}

.info-card {
    background: rgba(26, 26, 26, .8);
    border: 1px solid rgba(249, 166, 25, .2);
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    transition: .3s;
    height: 100%;
    color: #fff
}

.info-card .icon-wrapper {
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, var(--accent-color), #ffbe40);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    color: #000
}

.map-container iframe,
.method-card {
    border: 1px solid rgba(249, 166, 25, .2)
}

.info-card h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px
}

.faq-card p,
.info-card p {
    color: white;
    margin: 0;
    line-height: 1.6
}

.map-container {
    margin-top: 80px
}

.map-container iframe {
    width: 100%;
    height: 450px;
    border-radius: 20px
}

.contact-methods {
    background: rgba(249, 166, 25, .05);
    padding: 80px 0
}

.contact-methods .web-title,
.pricing-faq .web-title {
    text-align: center;
    margin-bottom: 50px
}

.method-card {
    background: rgba(26, 26, 26, .8);
    border-radius: 15px;
    padding: 30px;
    transition: .3s;
    color: #fff
}

.method-card:hover {
    border-color: var(--accent-color);
    box-shadow: 0 15px 30px rgba(249, 166, 25, .2)
}

.method-card .icon {
    font-size: 2.5rem;
    color: var(--accent-color);
    margin-bottom: 20px
}

.method-card h5 {
    color: #fff;
    margin-bottom: 15px
}

.method-card p {
    color: #ccc;
    margin: 0
}

.faq-section {
    padding: 80px 0;
    background: #0a0a0a
}

.faq-section .web-title {
    color: #fff;
    margin-bottom: 50px
}

.faq-item {
    background: rgba(26, 26, 26, .8);
    border: 1px solid rgba(249, 166, 25, .2);
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden
}

.feature-box,
.process-step {
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
    height: 100%
}

.faq-question {
    background: rgba(249, 166, 25, .1);
    padding: 20px;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s
}

.faq-question:hover {
    background: rgba(249, 166, 25, .2)
}

.faq-question i {
    color: var(--accent-color);
    transition: transform .3s
}

.faq-question.active i {
    transform: rotate(180deg)
}

.faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    color: #ccc
}

.faq-answer.active {
    padding: 20px;
    max-height: 200px
}

.service-detail img {
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1)
}

.service-detail h2 {
    font-weight: 700;
    margin-bottom: 20px
}

.feature-box {
    background: #fff;
    padding: 30px;
    transition: transform .3s
}

.feature-box h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--accent-color)
}

.process-step {
    background: #fff;
    padding: 25px;
    transition: .3s
}

.step-number {
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    margin: 0 auto 15px
}

.cta-section {
    background: var(--primary-color);
    color: #fff;
    padding: 60px 0
}

.btn-custom {
    background: var(--accent-color);
    /* text-transform: uppercase; */
}

.pricing-card,
.toggle-switch {
    background: rgba(26, 26, 26, .8);
    position: relative;
    transition: .3s
}

.btn-custom:hover {
    background: #fff;
    color: var(--primary-color)
}

.pricing-card {
    border: 1px solid rgba(249, 166, 25, .2);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    overflow: hidden;
    height: 100%;
    color: #fff
}

.pricing-card.featured {
    border: 2px solid var(--accent-color);
    transform: scale(1.05);
    background: rgba(249, 166, 25, .1)
}

.pricing-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--accent-color);
    color: #000;
    padding: 5px 15px;
    border-radius: 0 0 20px 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.btn-custom,
.price,
.price-note,
.pricing-card h3,
.pricing-card ul {
    position: relative;
    z-index: 2
}

.pricing-card h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff
}

.pricing-card .plan-description {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2
}

.price {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 10px;
    line-height: 1
}

.price span {
    font-size: 1rem;
    color: #ccc;
    font-weight: 400
}

.price-note {
    color: #ccc;
    font-size: 14px;
    margin-bottom: 30px
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    text-align: left
}

.pricing-card ul li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    font-size: 15px;
    color: #ccc;
    display: flex;
    align-items: center
}

.pricing-card ul li:last-child {
    border-bottom: none
}

.pricing-card ul li i {
    color: var(--accent-color);
    margin-right: 10px;
    width: 16px
}

.btn-custom {
    background: linear-gradient(45deg, var(--accent-color), #ffbe40);
    color: #000;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s;
    border: none
}

.btn-custom:hover {
    background: linear-gradient(45deg, #ffbe40, var(--accent-color));
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(249, 166, 25, .3);
    color: #000
}

.pricing-card.featured .btn-custom {
    background: #000;
    color: var(--accent-color)
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px
}

.faq-card {
    background: rgba(26, 26, 26, .8);
    border: 1px solid rgba(249, 166, 25, .2);
    border-radius: 15px;
    padding: 25px;
    transition: .3s
}

.faq-card:hover {
    border-color: var(--accent-color);
    transform: translateY(-5px)
}

.faq-card h5 {
    color: var(--accent-color);
    margin-bottom: 15px;
    font-weight: 600
}

.pricing-cta {
    padding: 80px 0;
    color: var(--primary-color)
}

.cta-btn {
    background: var(--accent-color);
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: .3s;
    display: inline-block
}

.cta-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3)
}

.dashboard-container .stats-grid {
    margin: 0;
    gap: 0
}

.dashboard-container .stat-item {
    padding: 0
}

.dashboard-container .stat-label {
    color: #000;
    font-size: 14px
}

.padding {
    padding: 4rem 0;
}

.platform-img img {
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
    object-fit: cover;
}

.blog-card.featured-post-home {
    height: 420px;
    position: relative;
}

.blog-card.featured-post-home img {
    width: 100%;
    height: 100%;
    position: relative;
}

.blog-card.featured-post-home .blog-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.blog-card.featured-post-home:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, black, transparent);
    z-index: 1;
}

a.blog-read {
    color: var(--accent-color);
    font-size: 1rem;
}

a.blog-read i {
    font-size: 12px;
    transform: rotate(-45deg);
}

.slick-prev,
.slick-next {
    background: none;
    border: none;
    font-size: 30px;
    color: var(--accent-color);
    z-index: 10;
    cursor: pointer;
    position: absolute;
    transition: color 0.3s ease;
    top: 0;
}

.slick-prev:hover,
.slick-next:hover {
    color: #000;
    /* black on hover */
}

.slick-prev {
    right: 55px;
    /* adjust position */
}

.slick-next {
    right: 20px;
}

.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-social-links a {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
    color: white;
    /* default */
    text-decoration: none;
    transition: color 0.3s ease;
    border: 1px solid #f9a619;
    padding: 5px 11px;
    border-radius: 30px;
}

/* Hover with brand colors */
.footer-social-links a.instagram:hover {
    color: #E1306C;
}

.footer-social-links a.linkedin:hover {
    color: #0A66C2;
}

.footer-social-links a.twitter:hover {
    color: #1DA1F2;
}

.footer-social-links a.facebook:hover {
    color: #1877F2;
}

.footer-social-links a.youtube:hover {
    color: #FF0000;
}


ul.footer-links li {
    position: relative;
    padding-left: 20px;
}

ul.footer-links li:before {
    position: absolute;
    content: "";
    background-image: url(../imgs/footer-arrow.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 9px;
}

.newsletter-footer button {
    position: absolute;
    right: 4px;
    top: 3px;
    font-size: 15px !important;
}

.blog-pg .blog-card {
    border: 1px solid #fff;
}

.blog-pg .blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(249, 166, 25, .2);
    border-color: var(--accent-color);
}

ul,
ol,
dl {
    padding: 0;
    margin: 0;
}

.pricing-section {
    background: rgba(249, 166, 25, .05);
}

.btn-warning {
    background: var(--accent-color);
    border-color: var(--accent-color);
}






/* Service Detail Content */
.service-detail-content {
    padding: 3.5rem 0;
    background: #000;
    color: white;
}

.service-overview-card {
    /* background: white; */
    /* border-radius: var(--border-radius); */
    /* box-shadow: var(--shadow); */
    padding-left: 30px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.service-overview-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--accent-color);
}

.service-feature-grid {
    margin-top: 40px;
}

.service-feature-item {
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(26, 26, 26, .8);
}

.service-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--accent-color), #ffb84d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 24px;
}

.service-feature-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    /* color: var(--primary-color); */
}

.service-feature-desc {
    color: var(--text-light);
    line-height: 1.7;
}

.service-highlights {
    padding: 25px;
    border-radius: 20px;
    background: rgba(26, 26, 26, .8);
    position: sticky;
    top: 80px;
}

/* Service Image Gallery */
.service-image-gallery {
    /* background: var(--bg-light); */
    padding: 3.5rem 0;
}

.service-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.service-gallery-item:hover {
    transform: scale(1.05);
}

.service-gallery-image {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, var(--primary-color), #333);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
}

.service-gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.service-gallery-item:hover .service-gallery-overlay {
    transform: translateY(0);
}

/* Service Process Steps */
.service-process-section {
    padding: 3.5rem 0;
    background: #222;
}

.service-process-timeline {
    position: relative;
    padding: 40px 0;
}

.service-process-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--accent-color);
    transform: translateX(-50%);
}

.service-process-step {
    position: relative;
    margin-bottom: 60px;
}

.service-process-step:nth-child(even) .service-step-content {
    margin-left: auto;
    /* text-align: right; */
}

.service-step-content {
    width: 45%;
    background: white;
    padding: 30px;
    border-radius: 20px;
    position: relative;
}

.service-step-number {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    font-size: 1.5rem;
    z-index: 2;
}

.service-process-step:nth-child(even) .service-step-number {
    right: 50%;
    left: auto;
    transform: translate(50%, -50%);
}

/* =======================================
Sign Up = Css 
======================================= */

.signup-container .form-control,
.signup-container .form-select,
.signup-container .google-btn,
.signup-container .role-toggle {
    border: 1px solid #444;
}

.left-panel,
.right-panel,
.role-btn,
.step-icon,
.step-item,
.steps-container {
    position: relative
}

.right-panel {
    /* flex: 1; */
    background: var(--dark-bg);
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 85%;
    margin: auto;
    padding: 2rem 0;
}


.role-btn,
.signup-subtitle {
    color: var(--text-secondary)
}

.signup-subtitle {
    margin-bottom: 30px
}

.role-toggle {
    display: flex;
    background: var(--input-bg)
}

.role-btn {
    flex: 1;
    font-size: .9rem
}

.divider,
.google-btn {
    align-items: center;
    display: flex
}

.role-btn.active {
    background: var(--accent-color);
    color: var(--text-primary)
}

.signup-container .checkbox-item:hover,
.signup-container .form-control,
.signup-container .form-select {
    background: var(--input-bg)
}



.signup-container .form-control,
.signup-container .form-select {
    font-size: .95rem;
    color: var(--text-primary);
    width: 100%
}

.signup-container .form-control::placeholder {
    color: var(--text-secondary)
}

.signup-container .form-control:focus,
.form-select:focus {
    border-color: var(--accent-color)
}

.signup-container .form-select option {
    background: var(--card-bg);
    color: var(--text-primary)
}

.signup-container .checkbox-item input[type=checkbox] {
    accent-color: var(--accent-color);
    width: 16px;
    height: 16px;
    accent-color: #f9a619
}

.signup-container .submit-btn {
    background: var(--accent-color);
    color: var(--primary-color)
}

.divider::after,
.divider::before {
    content: '';
    flex: 1;
    background: var(--border-color)
}

.divider span,
.login-link {
    color: var(--text-secondary)
}

.google-btn {
    color: var(--text-primary);
    justify-content: center
}

.google-btn:hover {
    background: var(--input-bg);
    border-color: var(--text-secondary)
}

.login-link a {
    color: var(--accent-color)
}

.form-section {
    transition: opacity .3s
}

.signup-section {
    /* min-height: 100vh; */
    /* background: linear-gradient(135deg, #0a0a0a 0, #1a1a1a 100%); */
    padding: 3rem 0;
    display: flex;
}

.left-panel {
    background: linear-gradient(258deg, #f9a619 0, #0a0a0a 100%);
    padding: 1.5rem;
    border-radius: 15px;
    height: 100%;
    width: 98%;
    background: #f9a619;
}

.left-panel-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    /* max-width: 500px; */
    width: 100%
}

.logo-container {
    margin-bottom: 1.5rem;
}

.logo-container .logo {
    max-width: 300px;
}

.welcome-content {
    margin-bottom: 2rem;
}


.steps-container {
    animation: 1s ease-out .6s both fadeInUp
}

.step-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    background: rgb(0 0 0 / 64%);
    border-radius: 15px;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, .1);
    transition: .3s
}

.step-item:hover {
    transform: translateY(-5px);
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}

.step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 40px;
    top: 4rem;
    width: 2px;
    height: calc(100% + 1rem);
    background: linear-gradient(to bottom, #f9a619, #ff6b35);
    z-index: 0;
}

.step-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f9a619, #ff6b35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(249, 166, 25, .4)
}

.step-icon i {
    font-size: 1.2rem;
    color: #000;
    font-weight: 700
}

.step-content {
    flex: 1;
    text-align: left
}

.step-title {
    font-size: 1rem;
    font-weight: normal;
}

.step-description {
    font-size: .95rem;
    color: #e0e0e0;
    line-height: 1.5;
    margin: 0;
    display: none;
}

.signup-container {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
    width: 95%;
    margin: auto;
}

.signup-header {
    text-align: center;
    margin-bottom: 2rem
}


.role-toggle {
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 1.5rem;
    display: flex
}

.role-btn {
    flex: 1;
    padding: 12px 16px;
    border: none;
    background: 0 0;
    border-radius: 8px;
    color: #b0b0b0;
    font-weight: 600;
    transition: .3s
}

.signup-container .form-control,
.signup-container .form-select,
.signup-container .form-select option {
    background: #2a2a2a;
    color: #fff
}

.role-btn.active {
    background: #f9a619;
    color: #000;
    box-shadow: 0 4px 12px rgba(249, 166, 25, .3)
}

.form-group {
    margin-bottom: 1rem
}

.signup-container .form-control,
.signup-container .form-select {
    border: 1px solid #444;
    border-radius: 10px;
    padding: 12px 16px;
    transition: .3s;
    margin: 0 0 1rem;
}

.signup-container .form-control::placeholder {
    color: #888
}

.signup-container .form-control:focus,
.form-select:focus {
    outline: 0;
    border-color: #f9a619;
    box-shadow: 0 0 0 3px rgba(249, 166, 25, .1);
    background: #333
}

.signup-container .checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 8px
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: 8px;
    transition: .2s
}

.google-btn,
.submit-btn {
    width: 100%;
    transition: .3s
}

.checkbox-item:hover {
    background: #333
}

.checkbox-item label {
    color: #fff;
    font-size: .9rem;
    margin: 0;
    cursor: pointer
}

.submit-btn {
    padding: 14px;
    background: #f9a619;
    border: none;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    margin: 0.5rem 0 0;
    letter-spacing: .5px
}

.submit-btn:hover {
    background: #ffb347;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(249, 166, 25, .4)
}

.divider {
    display: flex;
    align-items: center;
    margin: 1.5rem 0
}

.divider::after,
.divider::before {
    content: '';
    flex: 1;
    height: 1px;
    background: #444
}

.divider span {
    padding: 0 16px;
    color: #888;
    font-size: .8rem
}

.google-btn {
    padding: 12px;
    background: 0 0;
    border: 1px solid #444;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 1.5rem
}

.google-btn:hover {
    background: #333;
    border-color: #666
}

.login-link {
    text-align: center;
    color: #b0b0b0;
    font-size: .9rem
}

.login-link a {
    color: #f9a619;
    text-decoration: none;
    font-weight: 600
}

.login-link a:hover {
    text-decoration: underline
}

.form-section {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    position: absolute;
    /* keeps them stacked, only one visible */
    width: 100%;
}

.form-section.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: relative;
    /* let active one take space */
}

.signup-card.login-card {
    width: 90%;
    margin: auto;
}

.home-link {
    text-align: center;
}

.dark-theme {
    background-color: #000;
}

.signup-card label a {
    color: #f9a619;
}

h2.web-title {
    color: white;
}

p.web-para {
    color: #bfbfbf;
}

section.pricing-cta p {
    color: #b3b3b3;
}

section p {
    /* color: #b3b3b3; */
}

.banner-dashboard .stat-item {
    width: 100%;
    margin: 0 0 10px;
}

.metrics-grid {
    gap: 1rem;
}


.banner-outer {
    color: white;
}

.banner-outer p {
    font-size: 1.3rem;
}





/* RESPONSIVE BREAKPOINTS */

@media (max-width: 1280px) {}

@media (max-width: 1199px) {
    .metric-card {
        background: #fff;
        border-radius: 0;
        padding: 25px;
        width: 48%;
    }

}

@media (max-width: 1140px) {
    .blog-meta {
        display: none;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
    .hero-content {
        width: 100%;
        margin: auto;
    }


    .feature-card {
        height: fit-content;
        margin-bottom: 24px;
    }

    .testimonial-content {
        width: 100%;
        margin-left: auto;
    }

    .stat-box {
        width: 30%;
    }

    .dashboard-container {
        display: block;
    }

    .sidebar {
        width: 100%;
    }

    .dashboard-container .stat-item {
        width: 98%;
        margin-bottom: 20px;
    }

    .main-content {
        width: 100%;
    }

    .platform-card {
        margin-bottom: 24px;
    }

    section.marketing-section {
        padding: 60px 0px 40px;
    }

    .testimonial-content {
        padding: 40px 0px 40px 0px;
        width: 100%;
        margin-left: auto;
    }

    .navbar-collapse {
        background: #000000 !important;
    }

    .avatar {
        display: none;
    }

    .hero-description {
        width: 100%;
    }
    
    .navbar-brand img {
    width: 210px;
}



    
    
    
}

@media (max-width: 980px) {}

@media (max-width: 840px) {}

@media (max-width: 800px) {

    .comments-section,
    .performance-widget,
    .year-analysis {
        background: #fff;
        padding: 25px;
        width: 48%;
    }

}

@media (max-width: 768px) {}




@media (max-width: 767px) {
    /*h1 {*/
    /*    font-size: 36px !important;*/
    /*}*/

    /*h2 {*/
    /*    font-size: 28px !important;*/
    /*}*/

    /*h3 {*/
    /*    font-size: 24px !important;*/
    /*}*/

    /*h4 {*/
    /*    font-size: 24px !important;*/
    /*}*/

    /*h5 {*/
    /*    font-size: 22px !important;*/
    /*}*/

    /*h6 {*/
    /*    font-size: 20px !important;*/
    /*}*/

    /*p {*/
    /*    font-size: 16px !important;*/
    /*}*/

    a,
    li,
    label {
        font-size: 16px;
    }

    .metric-card {
        width: 100%;
    }

    .comments-section,
    .performance-widget,
    .year-analysis {
        background: #fff;
        padding: 25px;
        width: 100%;
    }

    section.marketing-section .text-center.mb-5.w-75.mx-auto {
        width: 100% !important;
    }

    .stat-box {
        width: 100%;
    }

    .process-step {
        margin-bottom: 24px;
        height: unset;
    }

    .influencer-stats {
        flex-wrap: wrap;
    }

    .footer-brand img {
        width: 240px;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 7px 10px;
}

.banner-section {
    padding: 0 0 2rem;
}

.dashboard-container .stats-grid {
    place-content: center;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.controls {
    display: none;
}

.main-content .tabs {
    justify-content: center;
    padding: 10px 0;
}

.main-content {
    padding: 15px;
}

.year-analysis {
    margin: 0 0 1rem;
}

.w-75 {
    width: 100% !IMPORTANT;
}

.video-thumbnail {
    height: 400px;
}

.podcast-preview {
    display: none !IMPORTANT;
}

.testimonials-section h2 {
    font-size: 2rem;
}

.mb-5 {
    margin-bottom: 2rem !IMPORTANT;
}

html {
    font-size:15px;
}
    
    
    
}




@media (max-width: 667px) {}

@media (max-width: 600px) {}

@media (max-width: 575px) {
    
    .blog-card img {
        margin-right: 20px;
    }

    .contact-form {
        padding: 24px;
    }
    
    .hero-title {
    font-size: 2rem; }
    
    .hero-description {
    font-size: 1rem; }
    
    .dashboard-container {width: 90%;}

.banner-outer {
    width: 95%;
    margin: auto;
}

.py-5 {
    padding: 2rem 0 !important;
}

.inner-banner h1, .web-title {
    font-size: 1.6rem;
}

.influencer-content {width: 100%;}

.stat-number {
    font-size: 2rem;
    margin: 0;
}

.navbar.scrolled .navbar-brand img {
    width: 180px;
}

.inner-banner {
    padding: 100px 0 50px;
}

.service-step-content {
    width: 100%;
}

.service-step-number {
    display: none;
    right: 0;
}

.service-process-step {
    margin: 0 0 25px;
}

.service-process-timeline {
    padding: 0;
}

.pricing-cta {
    padding: 30px 0;
}

.service-process-section {
    padding: 2rem 0;
}








    
}









@media (max-width: 480px) {}

@media (max-width: 414px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}





select#service option {
    color: black;
}

.signup-section {
    padding: 8rem 0;
}


@media screen and (max-width: 580px){

.partner-logo {
    width: 100%;
}

.toc {
    margin: 30px 0;
}

.nav-link::after {
    bottom: 0px;
}

form#getstarted{
flex-wrap: wrap;
}

.faq-grid {
    grid-template-columns: none;
}


.blog-detail img.featured {
    height: auto;
}

.blog-card.featured-post-home {
    height: auto;
}

.d-lg-flex.align-items-center.d-none {
    display: block !important;
        padding-left: 20px;
}

.right-panel{
width: 100%;
}

}

@media screen and (max-width: 991px){

.d-lg-flex.align-items-center.d-none {
    display: block !important;
        padding-left: 20px;
}

}


@media (min-width: 992px) and (max-width: 1199px){

.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.9rem;
}

a.web-btn-outer,
.a.web-btn {
    font-size: 0.9rem;
}

.influencer-stats {
    flex-wrap: wrap;
}

}


section p {
    color: #ffffff;
}

section.related-posts h4 {
    color: #ffffff;
}


.blog-container ul li {
    list-style: disc;
}


.service-overview-card ul {
    padding-left: 2rem;
}


.service-overview-card ul li {
    list-style: disc;
}


.check-now-btn:hover {
background: #000;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
}