* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.has-submenu>a::after {
    content: " ▼";
    font-size: 0.7em;
}

.btn-getstarted {
    position: relative;
    /* Necessário para o ::before funcionar corretamente */
    overflow: hidden;
    /* Oculta o brilho fora do botão */

    background: #266f6f;
    color: white;
    text-decoration: none;
    font-weight: 700;
    border-radius: 10px;
    padding: 14px 36px;
    font-size: 18px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.btn-getstarted::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.btn-getstarted:hover::before {
    animation: shine 1s ease-out forwards;
}

@keyframes shine {
    0% {
        left: -75%;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        left: 125%;
        opacity: 0;
    }
}

.register {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    align-self: center;
}



body {
    font-family: 'Quicksand', sans-serif;
    color: #333;
    line-height: 1.6;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0.75rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


header h1 {
    color: #fff;
    font-size: 1.25rem;
}

nav a {
    color: #ccc;
    margin-left: 1rem;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #fff;
}

nav b:hover {
    color: #70f0e7;
}

header.scrolled {
    background: linear-gradient(112.61deg, #479792 0%, #499c97 24%, #499c97 62%, #328781 81%, #479792 100%);
}


.hero {
    position: relative;
    height: 100vh;
    background: url('../img/backgroundBuu.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6rem;
    color: white;
    text-align: center;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle,
            rgba(86, 227, 220, 0.9) 0%,
            rgba(40, 160, 155, 0.8) 40%,
            rgba(24, 103, 99, 0.8) 65%,
            rgba(20, 100, 95, 0.9) 80%,
            rgba(0, 60, 60, 1) 96%);
    animation: gradientAnimation 7s ease-in-out infinite;
    z-index: 0;
}


.hero h2 {
    font-size: 3.5rem;
}

.hero p {
    font-size: 1.2rem;
}

.hero .btn-watch-video {
    font-size: 13px;
}

.hero .btn-link {
    color: var(--heading-color);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    padding: 2rem;
    z-index: 1;
    position: relative;
}

.hero-left,
.hero-right {
    flex: 1;
    min-width: 280px;
    color: white;
}

.hero-right {
    text-align: right;
}

.btn-right {
    display: inline-block;
    margin-top: 1rem;
    text-decoration: none;
    color: white;
    transition: transform 0.3s ease;
    animation: experience-float 3s ease-in-out infinite;
}

@media (max-width: 768px) {
    .btn-right {
        display: inline-block;
        margin-top: 1rem;
        text-decoration: none;
        color: white;
        transition: transform 0.3s ease;
        animation: experience-float 3s ease-in-out infinite;
        width: 100%;
    }
}

.down-arrow {
    display: inline-block;
    font-size: 2rem;
    margin-top: 1rem;
    text-decoration: none;
    color: white;
    transition: transform 0.3s ease;
    animation: experience-float 3s ease-in-out infinite;
}

.down-arrow:hover {
    transform: translateY(5px);
}

.section {
    padding: 60px 30px;
    max-width: 1200px;
    margin: auto;
}

button {
    cursor: pointer;
}

@media (max-width: 600px) {

    input {
        font-size: 16px;
        padding: 14px 20px;
    }
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.card {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

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

.page-title {
    color: #fff;
    background-color: #3c908a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 100px 0;
    text-align: center;
    position: relative;
}


/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/

.client-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.client-label {
    flex: 1;
    min-width: 200px;
}

.init-swiper {
    flex: 5;
    min-width: 280px;

}


.client .swiper-slide img {
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
    display: block;
    margin: auto;
    width: 100px;
    height: 120px;
}

.client .swiper-slide img:hover {
    filter: none;
    opacity: 1;
}

.client .swiper-wrapper {
    align-items: center;
}

.client .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.client .swiper-pagination .swiper-pagination-bullet {
    min-width: 12px;
    min-height: 12px;
    background-color: color-mix(in srgb, var(--default-color), transparent 80%);
    opacity: 1;
}

.client .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

@media screen and (max-width: 768px) {
    .client-container {
        flex-direction: column;
        align-items: flex-start;
        /* gap: 20px; */
    }

    .client-label,
    .init-swiper {
        width: 100%;
    }

    .client .swiper-slide img {
        width: 80px;
        height: 40px;
    }
}

/* Desktop - imagens maiores */
@media screen and (min-width: 992px) {
    .client .swiper-slide img {
        min-height: 80px;
    }
}

/*--------------------------------------------------------------
# Service Section
--------------------------------------------------------------*/

.card-service {
    min-width: 200px;
    width: 250px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.scroll-btn:hover {
    background-color: #e0e0e0;
}


/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-meta {
    color: #40928b;
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
}

.about-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-weight: 700;
}

.about {
    margin-bottom: 1rem;
    line-height: 1.2;
    font-weight: 700;
}

.about .feature-list-wrapper {
    margin-bottom: 2rem;
}

.about .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about .feature-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.about .feature-list li i {
    color: #0ABAB5;
    font-size: 1.25rem;
}

.feature-item {
    padding-bottom: 10px;
}

.feature-item i {
    color: #0ABAB5;
    font-size: 1.25rem;
}

.about .image-wrapper .small-image {
    position: absolute;
    top: 20%;
    left: -10%;
}

.about .image-wrapper .experience-badge {
    position: absolute;
    bottom: 2%;
    right: 15%;
    background-color: #40928b;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    min-width: 200px;
    animation: experience-float 3s ease-in-out infinite;
}

@media only screen and (max-width: 768px) {
    .about .image-wrapper .experience-badge {
        position: relative !important;
        bottom: 0%;
        right: 0% !important;
        background-color: #40928b;
        color: #ffffff;
        padding: 15px;
        border-radius: 10px;
        text-align: center;
        min-width: 200px;
        animation: experience-float 3s ease-in-out infinite;
    }
}

.about .img-fluid {
    border-radius: 10px;
}

/*--------------------------------------------------------------
# Recent Posts Section
--------------------------------------------------------------*/



#app {
    background-color: #f8f8fb;
}

#blog {
    background-color: #f8f8fb;
}

.text-blog {
    font-size: 16px;
    font-weight: 700;
}

.blog-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.article-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    width: 350px;
    /* ou 30%, ou algo fixo */
}

.faq-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 12px;
    cursor: pointer;
    margin-right: 5px;
}

.article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.article-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.author-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.author-logo {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 50%;
}

.author-name {
    font-size: 14px;
    color: #555;
}


.app .post-box {
    transition: 0.3s;
    background: #fff;
    padding: 10px;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.app,
section {
    color: var(--default-color);
    background-color: #fff;
    padding: 60px 0;
    scroll-margin-top: 100px;
    overflow: clip;
    width: 100% !important;
}

.app .post-box .post-img {
    overflow: hidden;
    position: relative;
}

.app .post-box .post-img img {
    transition: 0.5s;
}

.app .post-box .meta {
    margin-top: 15px;
}

.app .post-box .meta .post-date {
    font-size: 15px;
    font-weight: 400;
    color: #0ABAB5;
}

.app .post-box .meta .post-author {
    font-size: 15px;
    font-weight: 400;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.app .post-box .post-title {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0 0 0;
    position: relative;
    transition: 0.3s;
}

.app .post-box p {
    margin: 15px 0 0 0;
    color: #c6c6c6;
}

.app .post-box .readmore {
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
    transition: 0.3s;
    margin-top: 15px;
}

.app .post-box .readmore i {
    line-height: 0;
    margin-left: 4px;
    font-size: 18px;
}

.app .post-box:hover .post-title {
    color: #000;
}

.app .post-box:hover .post-img img {
    transform: scale(1.1);
}

.image-container .logo-card {
    display: none;

}

.image-container .qr-code {
    display: block;
}

figure {
    margin: 0 !important;
}

.text-container .logo-card {
    display: none;
}

.logo-card {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 20px;
}

.app-widget .post-item {
    display: flex;
    margin-bottom: 15px;
}

.app-widget .post-item:last-child {
    margin-bottom: 0;
}

.app-widget .post-item img {
    width: 80px;
    margin-right: 15px;
}

.app-widget .post-item h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.app-widget .post-item h4 a {
    color: var(--default-color);
    transition: 0.3s;
}

.app-widget .post-item h4 a:hover {
    color: var(--accent-color);
}

.app-widget .post-item time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
}



@media (max-width: 768px) {
    .image-container .logo-card {
        display: block;
    }

    .image-container .qr-code {
        display: none;
    }

    .text-container .logo-card {
        display: inline;
    }

    .text-container .qr-code {
        display: none;

    }
}



/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/

#faq {
    background: #fff;
}

.faq .faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--heading-color);
}

.faq .faq-description {
    font-size: 1rem;
    color: var(--default-color);
    margin-bottom: 2rem;
}

.faq .faq-arrow {
    color: #0ABAB5;
}

.faq .faq-container .faq-item {
    background-color: var(--surface-color);
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.faq .faq-container .faq-item:last-child {
    margin-bottom: 0;
}

.faq .faq-container .faq-item h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 0 30px 0 0;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.faq .faq-container .faq-item h3 .num {
    color: #0ABAB5;
    padding-right: 5px;
}

.faq .faq-container .faq-item h3:hover {
    color: #0ABAB5;
}

.faq .faq-container .faq-item .faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.faq .faq-container .faq-item .faq-content p {
    margin-bottom: 0;
    overflow: hidden;
}

.faq .faq-container .faq-item .faq-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    transition: 0.3s;
    cursor: pointer;
}

.faq .faq-container .faq-item .faq-toggle:hover {
    color: #0ABAB5;
}

.faq .faq-container .faq-active h3 {
    color: #0ABAB5;
}

.faq .faq-container .faq-active .faq-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}

.faq .faq-container .faq-active .faq-toggle {
    transform: rotate(90deg);
    color: #0ABAB5;
}



@media (max-width: 600px) {
    .hero h2 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    nav a {
        margin-left: 0.8rem;
        font-size: 0.9rem;
    }
}

@keyframes gradientAnimation {
    0% {
        background-position: center;
        transform: scale(1);
    }

    50% {
        background-position: 50% 50%;
        transform: scale(1.05);
    }

    100% {
        background-position: center;
        transform: scale(1);
    }
}


@keyframes experience-float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    transition: all 0.6s ease-out;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #0ABAB5;
    border-top-color: color-mix(in srgb, #0abab489 transparent 90%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
  # Scroll Top Button e whatsapp
  --------------------------------------------------------------*/


.whatsapp-floating {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background-color: #25D366;
    border-radius: 50%;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    animation: experience-float 2s ease-in-out infinite, pulse 2s infinite;
    transition: transform 0.3s ease;
}

.whatsapp-floating:hover {
    transform: scale(1.1);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    }

    70% {
        box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 9998;
    background-color: #40928c;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top:hover {
    background-color: color-mix(in srgb, #000, transparent 20%);
    color: var(--contrast-color);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# business marketplace
--------------------------------------------------------------*/

#business-marketplace>* {
    position: relative;
    z-index: 2;
}

#business-marketplace {
    width: 90%;
    max-width: 1369px;
    margin: 0 auto -200px;
    padding: 80px 40px;

    background-color: #40928b;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../img/businessmarketplace.jpeg');

    color: #fff;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    text-align: center;
    overflow: hidden;
}

#business-marketplace::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.827), rgba(54, 154, 145, 0.873));
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    #business-marketplace {
        padding: 60px 6%;
        max-width: 92% !important;
    }
}

@media only screen and (max-width: 768px) {
    #business-marketplace {
        border-radius: 16px;
        text-align: center;
        max-width: 85% !important;
    }
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/

.testimonials-section {
    background: linear-gradient(135deg, #f0f8f5, #cbe6e3);
    padding: 170px 20px;
    color: #222;
}


.section-title-testimonials {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}

.section-subtitle-testimonials {
    font-size: 1.15rem;
    font-weight: 400;
    text-align: center;
    color: #000;
    margin-bottom: 48px;
}

/* Carousel */
.testimonial-carousel {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.testimonial-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    display: flex;
    justify-content: center;
}

.testimonial-slide[aria-hidden="false"] {
    position: relative;
    opacity: 1;
}

/* Card */
.testimonial-card {
    background: white;
    box-shadow: 0 8px 25px rgba(28, 61, 90, 0.12);
    border-radius: 14px;
    padding: 25px 30px;
    max-width: 640px;
    display: flex;
    gap: 30px;
    margin-top: 20px;
    align-items: center;
}

.testimonial-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(28, 61, 90, 0.3);
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-content {
    text-align: left;
}

.testimonial-text {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.5;
    color: #000;
    margin-bottom: 14px;
}

.testimonial-author {
    font-weight: 700;
    font-size: 1rem;
    color: #000;
}

/* NPS Stats */
.nps-stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    color: #3ea49f;
}

.nps-item {
    text-align: center;
}

.nps-value {
    font-size: 3.6rem;
    font-weight: 800;
    color: #3ea49f;
}

.nps-label {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 6px;
    color: #3ea49f;
}

/* Responsive */
@media (max-width: 720px) {
    .testimonial-card {
        flex-direction: column;
        padding: 20px;
        gap: 18px;
        max-width: 90vw;
    }

    .testimonial-content {
        text-align: center;
    }

    .nps-stats {
        flex-direction: column;
        gap: 30px;
        margin-top: 40px;
    }
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
    color: #000;
    background-color: #eee;
    font-size: 14px;
    position: relative;
}

.footer .footer-top {
    padding-top: 50px;
}

.footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 25px;
}

.footer .footer-about .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-about .logo span {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer .footer-about p {
    font-size: 14px;
    font-family: var(--heading-font);
}

.footer .social-links a {
    color: #000;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: #fff;
    background: color-mix(in srgb, #0aaeae 90%, #0aaeae 15%);
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links {
    color: #000;
    margin-bottom: 30px;
}

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

.footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: color-mix(in srgb, #000, transparent 20%);
    display: inline-block;
    line-height: 1;
}

.footer .footer-links ul a:hover {
    color: #000;
}

.footer .footer-contact p {
    margin-bottom: 5px;
}

.footer .copyright {
    border-top: 1px solid color-mix(in srgb, #ccc, transparent 80%);
    margin-top: 25px;
}

.footer .copyright p {
    margin-bottom: 0;
}

.footer .credits {
    margin-top: 5px;
    font-size: 13px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
        color: #ccc;
    }


    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-color);
        font-family: var(--nav-font);
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu li:last-child a {
        padding-right: 0;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: #fff;
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu .dropdown ul li {
        min-width: 200px;
    }

    .navmenu .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--nav-dropdown-color);
    }

    .navmenu .dropdown ul a i {
        font-size: 12px;
    }

    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
        color: #fff;
    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: #ccc;
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu a,
    .navmenu a:focus {
        color: var(--nav-dropdown-color);
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: var(--accent-color);
        color: var(--contrast-color);
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--nav-dropdown-hover-color);
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: var(--accent-color);
        color: var(--contrast-color);
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        transition: all 0.5s ease-in-out;
    }

    .navmenu .dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }
}