/* Root Variables */
:root,
[nexatheme=light] {
    --loader-bg: rgba(255, 255, 255, 0.25);
    --loader-border: rgba(255, 255, 255, 0.18);
    --loader-blur: 16px;
    --loader-dot-size: 14px;
    --loader-dot-color: #000000;
    --loader-dot-color2: #FFA500;
    --loader-dot-color3: #000000;
    --loader-speed: 0.8s;
    --loader-gap: 0.5rem;
    --loader-shadow: 0 4px 24px rgba(80, 80, 80, 0.08);

    --nexa-body-bg: #FFFFFF;
    --nexa-body-color: #1A1A1A;
    --nexa-card-bg: #FFFFFF;

    --nexa-banner-bg: #1A1A1A;
    --nexa-banner-color: #FFFFFF;

    --nexa-border-radius: .35rem;
    --nexa-border-radius-sm: .25rem;
    --nexa-border-radius-lg: .45rem;
    --nexa-border-radius-xl: .5rem;
    --nexa-border-radius-xxl: .75rem;
    --nexa-border-radius-xxxl: 1rem;
    --nexa-border-color: #1A1A1A;
    --nexa-img-border-width: .85rem;
    --nexa-img-border-color: #FFA500;

    --nexa-link-hover-bg-color: #FFA500;

    --nexa-text-underline-color: #1A1A1A;

    --nexa-footer-bg: #1A1A1A;
    --nexa-footer-color: #FFFFFF;
    --nexa-footer-link-color: #FFFFFF;
    --scroll-duration: 2s;
}

[nexatheme=dark] {
    --nexa-body-bg: #1A1A1A;
    --nexa-body-color: #FFFFFF;
    --nexa-card-bg: #1A1A1A;

    --nexa-banner-bg: #FFA500;
    --nexa-banner-color: #FFFFFF;

    --nexa-border-radius: .35rem;
    --nexa-border-radius-sm: .25rem;
    --nexa-border-radius-lg: .45rem;
    --nexa-border-radius-xl: .5rem;
    --nexa-border-radius-xxl: .75rem;
    --nexa-border-radius-xxxl: 1rem;
    --nexa-border-color: #FFFFFF;
    --nexa-img-border-width: .85rem;
    --nexa-img-border-color: #FFA500;

    --nexa-link-hover-bg-color: #FFA500;

    --nexa-text-underline-color: #1A1A1A;

    --nexa-footer-bg: #1A1A1A;
    --nexa-footer-color: #FFFFFF;
    --nexa-footer-link-color: #FFFFFF;
    --scroll-duration: 2s;
}

[nexatheme=dark] .form-label {
    color: var(--nexa-body-color);
}

[nexatheme=dark] .form-control,
[nexatheme=dark] .form-select,
[nexatheme=dark] .form-check-input {
    --nexa-body-bg: #242424;
    --nexa-body-color: #FFFFFF;

    box-shadow: none;
    color: var(--nexa-body-color);
    border-color: var(--nexa-body-bg);
    background-color: var(--nexa-body-bg);
}

[nexatheme=dark] .form-control:active,
[nexatheme=dark] .form-control:focus,
[nexatheme=dark] .form-control:hover,
[nexatheme=dark] .form-select:active,
[nexatheme=dark] .form-select:focus,
[nexatheme=dark] .form-select:hover,
[nexatheme=dark] .form-check-input:active,
[nexatheme=dark] .form-check-input:focus,
[nexatheme=dark] .form-check-input:hover {
    --nexa-body-bg: #242424;
    --nexa-body-color: #FFFFFF;

    box-shadow: none !important;
    color: var(--nexa-body-color) !important;
    border-color: var(--nexa-body-bg) !important;
    background-color: var(--nexa-body-bg) !important;
}

[nexatheme=dark] .form-control::placeholder,
[nexatheme=dark] .form-select::placeholder,
[nexatheme=dark] .form-check-input::placeholder {
    color: var(--nexa-body-color);
    font-weight: 300;
}

ul {
    color: var(--nexa-body-color);
}

/* Base Styles */
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-timeline: --page-scroll block;
    background-color: var(--nexa-body-bg);
}

html * {
    scroll-behavior: smooth;
    transition: scroll-behavior var(--scroll-duration) cubic-bezier(0.25, 0.1, 0.25, 1);
}

.wrapper {
    flex: 1 0 auto;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 1rem;
    max-width: 100%;
    overflow-x: hidden;
    letter-spacing: .065rem;
    color: var(--nexa-body-color);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
    color: var(--nexa-body-color);
    text-decoration: none;
}

.bi {
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn {
    font-weight: 500 !important;
    text-wrap: nowrap !important;
    font-family: 'Poppins' !important;
    transition: all .3s ease-in-out !important;
}

.btn-primary {
    --bs-btn-color: #000 !important;
    --bs-btn-bg: #FFA500 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #c05005 !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #b44a05 !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #FFA500 !important;
    --bs-btn-border-color: #FFA500 !important;
    --bs-btn-focus-shadow-rgb: 222, 93, 6 !important;
    --bs-btn-hover-border-color: #b44a05 !important;
    --bs-btn-active-border-color: #a84404 !important;
    --bs-btn-disabled-border-color: #FFA500 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;

    border: 2px solid #1A1A1A !important;
}

.btn-whatsapp {
    padding: .25rem .5rem !important;
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #00e785 !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #00c06d !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #00a85f !important;
    --bs-btn-disabled-color: #fff !important;
    --bs-btn-disabled-bg: #00e785 !important;
    --bs-btn-border-color: #1A1A1A !important;
    --bs-btn-focus-shadow-rgb: 0, 200, 109 !important;
    --bs-btn-hover-border-color: #00a85f !important;
    --bs-btn-active-border-color: #009152 !important;
    --bs-btn-disabled-border-color: #00e785 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;

    border: 2px solid var(--nexa-border-color) !important;
}

.btn-menu,
.btn-lang {
    padding: .25rem .5rem !important;

    --bs-btn-color: #fff !important;
    --bs-btn-bg: transparent !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: transparent !important;
    --bs-btn-active-color: #fff !important;
    --bs-btn-active-bg: #0F0F0F !important;
    --bs-btn-disabled-color: #aaa !important;
    --bs-btn-disabled-bg: #1A1A1A !important;

    --bs-btn-border-color: #1A1A1A !important;
    --bs-btn-hover-border-color: #2A2A2A !important;
    --bs-btn-active-border-color: #0F0F0F !important;
    --bs-btn-disabled-border-color: #1A1A1A !important;

    --bs-btn-focus-shadow-rgb: 26, 26, 26 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25) !important;

    border: 2px solid var(--nexa-border-color) !important;
}


.text-primary {
    --bs-primary-rgb: 255, 165, 0 !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.lh-3 {
    line-height: 3 !important;
}

.nexa-alert {
    padding: .5rem 1rem;
    border-radius: var(--nexa-border-radius);
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
    background: #f4f8fb;
    border: 1px solid #bde5f8;
    color: #256a8a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nexa-alert-success {
    background: #e6f9e7;
    border-color: #8ed18e;
    color: #256a4a;
}

.nexa-alert-error {
    background: #fdeaea;
    border-color: #f5b5b5;
    color: #a12a2a;
}

.nexa-alert-warning {
    background: #fffbe6;
    border-color: #ffe58f;
    color: #ad8b00;
}

.nexa-alert-info {
    background: #e6f4fa;
    border-color: #91d5ff;
    color: #095c7a;
}

.s0ef40354 {
    position: relative;
}

.f0ef40354::before {
    content: "";
    top: 0;
    left: -4rem;
    width: 4rem;
    height: 4rem;
    position: absolute;
    background-image: url('../illustrations/shapes/06.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: center;
    animation: pump 1.5s ease-in-out infinite;
}

.e0ef40354::before {
    content: "";
    top: 0;
    left: -4rem;
    width: 4rem;
    height: 4rem;
    position: absolute;
    background-image: url('../illustrations/shapes/02.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: center;
    animation: pump 1.5s ease-in-out infinite;
}

.e6ef40354::before {
    content: "";
    top: 0;
    left: -4rem;
    width: 4rem;
    height: 4rem;
    position: absolute;
    background-image: url('../illustrations/shapes/07.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: center;
    animation: pump 1.5s ease-in-out infinite;
}

.x8ef40354::before {
    content: "";
    top: 0;
    left: -4rem;
    width: 4rem;
    height: 4rem;
    position: absolute;
    background-image: url('../illustrations/shapes/03.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: center;
    animation: pump 1.5s ease-in-out infinite;
}

.o8ef40354::before {
    content: "";
    top: 0;
    left: -4rem;
    width: 4rem;
    height: 4rem;
    position: absolute;
    background-image: url('../illustrations/shapes/04.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: center;
    animation: pump 1.5s ease-in-out infinite;
}

.r7ef40354::before {
    content: "";
    top: 0;
    left: -4rem;
    width: 4rem;
    height: 4rem;
    position: absolute;
    background-image: url('../illustrations/shapes/06.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform-origin: center;
    animation: pump 1.5s ease-in-out infinite;
}

@keyframes pump {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.125);
    }

    100% {
        transform: scale(1);
    }
}

/* .nexa-brdr hover border effect for animated border highlight */
.partners-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    background-color: var(--nexa-body-bg);
    border: .25rem solid var(--nexa-border-color);
    border-radius: var(--nexa-border-radius-xxl);
}

[nexatheme=dark] .partners-container {
    background-color: var(--nexa-body-color);
    border: .25rem solid var(--nexa-border-color);
    border-radius: var(--nexa-border-radius-xxl);
}

.partners-track {
    display: flex;
    animation: scroll 30s linear infinite;
}

.partners-track:hover {
    animation-play-state: paused;
}

.partner-item {
    display: flex;
    flex: 0 0 auto;
    padding: .5rem 2rem;
    align-items: center;
    justify-content: center;
    border-right: .25rem solid;
    transition: all .2s ease-in-out;
}

.partner-item:hover {
    cursor: pointer;
    background-color: #ffa500;
}

.partner-item:hover img {
    scale: 1.1;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-150px * 12))
    }
}

/* Typography */
/*
span {
    font-size: .85rem;
    font-weight: 400;
    font-family: 'Poppins';
    letter-spacing: .065rem;
} */

/* Common Components */
.badge {
    border-radius: var(--nexa-border-radius-sm) !important;
}

.status.no {
    background-color: transparent !important;
    font-size: 1.125rem;
    font-family: 'Poppins';
    color: #ff4949;
}

.status.yes,
.status.unlimited {
    background-color: transparent !important;
    font-size: 1.125rem;
    font-family: 'Poppins';
    color: #1A1A1A;
}

.hr-text {
    display: flex;
    align-items: center;
    margin: 2rem 0;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1rem;
    color: var(--nexa-body-color);
    height: 1px;
}

.hr-text:before {
    content: "";
    margin-right: .5rem;
}

.hr-text:after,
.hr-text:before {
    flex: 1 1 auto;
    height: .125rem;
    background-color: var(--nexa-border-color);
}

.hr-text:after {
    content: "";
    margin-left: .5rem;
}

.cursor-default {
    cursor: default;
}

/* Banner Styles */
.newsletter-banner,
.shopping-banner {
    cursor: default;
    font-weight: 500;
    color: var(--nexa-banner-color);
    padding: .5rem 2rem;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: .065em;
    font-family: 'Poppins';
    background: var(--nexa-banner-bg);
}

.newsletter-banner a {
    color: #ffffff;
    font-weight: 600;
}

/* Navigation */
.main-nav {
    gap: 1.5rem;
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    background: var(--nexa-body-bg);
}

.main-logo img {
    width: 100%;
}

[nexatheme=dark] .main-logo {
    /* background-color: var(--nexa-body-color); */
    filter: invert(1) brightness(10);
}

.main-lang {
    position: relative;
}

.main-lang .dropdown-menu {
    right: -15rem;
    padding-top: 0;
    overflow: hidden;
    padding-bottom: 0;
    top: calc(100% + .75rem);
    display: block !important;
    border: 2px solid var(--nexa-border-color) !important;
    transition: all .3s ease-in-out !important;
    border-radius: var(--nexa-border-radius-xl) !important;
}

.main-lang .dropdown-menu.show {
    right: 0rem;
    transition: all .3s ease-in-out !important;
}

.main-lang .dropdown-menu .dropdown-item {
    background: var(--nexa-body-bg);
    color: var(--nexa-body-color);
    padding: .5rem 1rem;
}

.main-lang .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 2px solid var(--nexa-border-color) !important;
}

.main-mobile {
    display: none;
    position: relative;
}

.main-mobile .dropdown-menu {
    right: -15rem;
    padding-top: 0;
    overflow: hidden;
    padding-bottom: 0;
    top: calc(100% + .75rem);
    display: block !important;
    border: 2px solid #1A1A1A !important;
    transition: all .3s ease-in-out !important;
    border-radius: var(--nexa-border-radius-xl) !important;
}

.main-mobile .dropdown-menu.show {
    right: 0rem;
    transition: all .3s ease-in-out !important;
}

.main-mobile .dropdown-menu .dropdown-item {
    background: var(--nexa-body-bg);
    color: var(--nexa-body-color);
    padding: .5rem 1rem;
}

.main-mobile .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 2px solid #1A1A1A !important;
}

.main-items {
    gap: .5rem;
    display: flex;
    padding: 0 .5rem;
    align-items: center;
    font-family: 'Poppins';
    justify-content: start;
    letter-spacing: .065rem;
    font-size: var(--text-sm);
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.main-items>a {
    color: inherit;
    font-weight: 600;
    font-size: 1.25rem;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    padding: .25rem .5rem;
    transition: all .3s ease;
    border: .125rem solid transparent;
    border-radius: var(--nexa-border-radius-xl);
}

.main-items>a:hover,
.main-items>a.active {
    color: #1A1A1A;
    transition: all .3s ease-in-out;
    border: .125rem solid var(--nexa-body-color);
    background-color: var(--nexa-link-hover-bg-color);
}

.main-actions {
    gap: .5rem;
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: end;
}

.main-nav a,
.main-items a,
.main-actions a,
.main-items .nav-link {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    font-family: 'Poppins';
    color: var(--nexa-body-color);
    transition: color .3s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-items a:not(.dropdown-item):hover::before,
.main-items .nav-link:not(.dropdown-item):hover::before {
    transform: scaleX(1);
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1A1A1A !important;
    background-color: #ffa500 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #1A1A1A !important;
    background-color: #ffa500 !important;
}

/* Main Container */
.main-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--nexa-body-bg);
}

.row-deck>.col,
.row-deck>[class*=col-] {
    display: flex;
    align-items: stretch
}

.row-deck>.col .card,
.row-deck>[class*=col-] .card {
    flex: 1 1 auto
}

.card {
    background-color: var(--nexa-card-bg);
    border: 1px solid #dddddd !important;
}

.card>*,
.card>*>* {
    font-family: 'Poppins';
}

.card a {
    text-transform: uppercase;
    letter-spacing: .065rem;
    color: var(--nexa-body-color);
}

.card .card-header {
    background-color: transparent !important;
}

.card .card-header .card-title {
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0 !important;
    letter-spacing: .065rem;
    text-transform: uppercase;
    color: var(--nexa-body-color) !important;
}

section {
    padding: 2rem 5rem;
}

section section {
    padding: 2rem 0rem !important;
}

section .card {
    background-color: transparent !important;
}

section .card .card-header {
    margin-bottom: 1rem;
}

section .card .card-header .card-title {
    font-size: 3rem;
    text-align: center;
    text-wrap: balance;
    font-family: 'Poppins';
    letter-spacing: .065rem;
    text-transform: uppercase;
    font-weight: 800 !important;
    margin-bottom: 1rem !important;
    color: var(--nexa-body-color) !important;
    text-shadow: 2px 0px 1px rgba(0, 0, 0, .25) !important;
    text-decoration-color: var(--nexa-text-underline-color) !important;
}

section .card .card-body h2,
section .card .card-body h3 {
    font-weight: 600;
    /* text-wrap: balance; */
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

section[class="TermsSection"],
section[class="PrivacySection"],
section[class="CookiesSection"],
section[class="RefundSection"] {
    --nexa-body-bg: #FFFFFF;
    --nexa-body-color: #1A1A1A;
    --nexa-border-color: #1A1A1A;
    --nexa-img-border-color: #1A1A1A;

    color: var(--nexa-body-color);
    background-color: var(--nexa-body-bg);
}

/* Section 1: Websites Services */
section[class="WebsiteSection"] {
    --nexa-img-border-color: #FFA500;
    color: var(--nexa-body-color);
    background-color: var(--nexa-body-bg);
}

section[class="WebsiteSection"] .nexa-brdr button {
    --nexa-body-bg: #FFA500;
    --nexa-body-color: #1A1A1A;
    --nexa-border-color: transparent;

    color: var(--nexa-body-color);
    background-color: var(--nexa-body-bg);
    border-color: var(--nexa-border-color) !important;
}

section[class="WebsiteSection"] .card .card-body img {
    border-right: var(--nexa-img-border-width) solid var(--nexa-img-border-color);
    border-bottom: var(--nexa-img-border-width) solid var(--nexa-img-border-color);
}

/* End Of Section 1: Website Services */

/* Section 2: SEO Services */
section[class="SEOSection"] {
    --nexa-img-border-color: #62c5ff;

    background-color: var(--nexa-body-bg);
}

section[class="SEOSection"] .nexa-brdr button {
    --nexa-body-bg: #62c5ff;
    --nexa-body-color: #1A1A1A;
    --nexa-border-color: transparent;

    color: var(--nexa-body-color);
    background-color: var(--nexa-body-bg);
    border-color: var(--nexa-border-color) !important;
}

section[class="SEOSection"] .card .card-body img {
    border-right: var(--nexa-img-border-width) solid var(--nexa-img-border-color);
    border-bottom: var(--nexa-img-border-width) solid var(--nexa-img-border-color);
}

/* End Of Section 2: SEO Services */

/* Section 3: SEA Services */
section[class="SEASection"] {
    --nexa-img-border-color: #DB8DD0;

    background-color: var(--nexa-body-bg);
}

section[class="SEASection"] .nexa-brdr button {
    --nexa-body-bg: #DB8DD0;
    --nexa-body-color: #1A1A1A;
    --nexa-border-color: transparent;

    color: var(--nexa-body-color);
    background-color: var(--nexa-body-bg);
    border-color: var(--nexa-border-color) !important;
}

section[class="SEASection"] .card .card-body img {
    border-right: var(--nexa-img-border-width) solid var(--nexa-img-border-color);
    border-bottom: var(--nexa-img-border-width) solid var(--nexa-img-border-color);
}

/* End Of Section 3: SEA Services */

/* Section 4: CRM & ERP */
section[class="CRMSection"] {
    --nexa-img-border-color: #00e785;

    background-color: var(--nexa-body-bg);
}

section[class="CRMSection"] .nexa-brdr button {
    --nexa-body-bg: #00e785;
    --nexa-body-color: #1A1A1A;
    --nexa-border-color: transparent;

    color: var(--nexa-body-color);
    background-color: var(--nexa-body-bg);
    border-color: var(--nexa-border-color) !important;
}

section[class="CRMSection"] .card .card-body img {
    border-right: var(--nexa-img-border-width) solid var(--nexa-img-border-color);
    border-bottom: var(--nexa-img-border-width) solid var(--nexa-img-border-color);
}

/* End Of Section 4: CRM & ERP Services */

/* Section 5: Partenairs  */
section[class="PartnerSection"] {
    --nexa-border-color: #1A1A1A;
    --nexa-img-border-color: #fda602;

    background-color: var(--nexa-body-bg);
}

/* End Of Section 5: Partenairs  */

/* Start Of Section 6: Quotes & Contacts */
section[class="QuoteSection"] {
    --nexa-img-border-color: #fda602;

    background-color: var(--nexa-body-bg);
}

section[class="QuoteSection"] .nexa-brdr button {
    --nexa-body-bg: #fda602;
    --nexa-body-color: #1A1A1A;
    --nexa-border-color: transparent;

    color: var(--nexa-body-color);
    background-color: var(--nexa-body-bg);
    border-color: var(--nexa-border-color) !important;
}

section[class="QuoteSection"] .card .card-body img {
    height: 25rem;
    object-fit: cover;
    object-position: center;

    border-right: var(--nexa-img-border-width) solid var(--nexa-img-border-color);
    border-bottom: var(--nexa-img-border-width) solid var(--nexa-img-border-color);
}

section[class="footerSection"] {
    --nexa-border-color: #FFFFFF;

    gap: 1rem;
    display: flex;
    flex-shrink: 0;
    padding: 1rem 2rem;
    font-family: 'Poppins';
    flex-direction: column;
    color: var(--nexa-footer-color);
    background-color: var(--nexa-footer-bg);
    border-top: 1px solid #363636;
}

/* End Of Section 6: Quotes & Contacts */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.newsletter-group {
    gap: 1rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: stretch;
}

.newsletter-group>.form-control,
.newsletter-group>.form-floating,
.newsletter-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.newsletter-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(-1 * var(--bs-border-width));
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.newsletter-group button {
    border: 0 !important;
}

section .card .card-header .card-title,
section .card .card-body h2,
section .card .card-body h3 {
    color: var(--nexa-body-color) !important;
}

section .card .card-body p {
    font-weight: 500;
    text-wrap: pretty;
    font-size: 1.25rem;
    font-family: 'Poppins';
    color: var(--nexa-body-color);
}

.nexa-input-border::before {
    content: "";
    position: absolute;
    top: -0.45rem;
    left: -0.45rem;
    width: 100%;
    height: 100%;
    border-radius: var(--nexa-border-radius-xxl) !important;
    box-sizing: border-box !important;
    transition: all .3s ease-in-out !important;
}

.nexa-brdr button,
.nexa-brdr-ctr button,
.nexa-brdr-right button {
    font-weight: 600 !important;
    font-family: 'Poppins' !important;
    border-radius: var(--nexa-border-radius-xxl) !important;
}

.nexa-brdr,
.nexa-brdr-right {
    display: flex;
    position: relative;
    max-width: 100%;
    width: fit-content;
    z-index: 1;
    text-decoration: none;
    border-width: .2rem !important;
    border-radius: var(--nexa-border-radius-xxl);
}

.nexa-brdr-ctr {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 1;
    border-width: .4rem !important;
    border-radius: var(--nexa-border-radius-xxl);
}

.nexa-brdr-ctr img {
    width: 100%;
    border-radius: var(--nexa-border-radius-xxxl);
}

.nexa-brdr::before,
.nexa-brdr-ctr::before,
.nexa-brdr-right::before {
    content: "";
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    font-weight: 500;
    transition: .4s;
    z-index: 0;
    pointer-events: none;
    box-sizing: border-box;
    border-radius: var(--nexa-border-radius-xxl);
}

.nexa-brdr::before {
    top: -.45rem;
    left: -.45rem;
    border: .2rem solid var(--nexa-border-color);
}

.nexa-brdr-right::before {
    top: -.45rem;
    right: -.45rem;
    border: .2rem solid var(--nexa-border-color);
}

.nexa-brdr-ctr::before {
    top: -.65rem;
    left: -.65rem;
    border: .4rem solid var(--nexa-border-color);
}

.nexa-brdr:hover,
.nexa-brdr-ctr:hover,
.nexa-brdr-right:hover {
    cursor: pointer;
}

.nexa-brdr:hover::before {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: var(--nexa-border-radius-xxl) !important;
    box-sizing: border-box !important;
    transition: all .3s ease-in-out;
}

.nexa-brdr-right:hover::before {
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: var(--nexa-border-radius-xxl) !important;
    box-sizing: border-box !important;
    transition: all .3s ease-in-out;
}

.main-container .card,
.main-container .card .card-header,
.main-container .card .card-footer {
    border: none !important;
}

.main-container .card {
    cursor: default !important;
}

/* Footer */
.footer {
    gap: 1rem;
    display: flex;
    flex-shrink: 0;
    color: #FFFFFF;
    font-family: 'Poppins';
    flex-direction: column;
}

.footer-logo img {
    width: 10rem;
}

.copyright {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
    align-items: center;
    justify-content: space-between;
    border-top: 1px #222222 solid;
}

.footer-copyright {
    gap: 1.5rem;
    display: flex;
    cursor: default;
    font-size: 1rem;
    font-family: 'Poppins';
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.footer-column h3 {
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column li {
    margin-bottom: 8px;
}

.footer-column a {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
}

.social-links {
    gap: 2rem;
    display: flex;
    align-items: center;
    font-size: .75rem;
    justify-content: center;
    text-transform: uppercase;
}

.social-links .link-emphasis {
    gap: .5rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-direction: row-reverse;
    letter-spacing: .065rem;
    color: var(--nexa-footer-link-color);
}

.social-links .link-emphasis span {
    font-size: 1rem;
}

.social-links a:hover {
    text-decoration: underline;
}

.social-links a:hover>img {
    transform: rotate(360deg);
    transition: transform .5s ease-in-out;
}

.social-links .link-emphasis>img {
    background: #fff;
    padding: .25rem;
    border-radius: var(--nexa-border-radius-lg);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease, max-height .3s ease;
}

.footer-conditions {
    gap: 1.5rem;
    display: flex;
    font-size: 1rem;
    justify-content: end;
}

.footer-conditions a {
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    font-family: 'Poppins';
}

.footer-conditions a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    font-size: 11px;
    color: #999999;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #999999;
    text-decoration: none;
}

/* Form Controls */
.form-control,
.form-select {
    padding: .65rem .75rem !important;
}

.form-control:hover,
.form-control:focus,
.form-control:focus-visible {
    box-shadow: none !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.form-label {
    font-size: .85rem;
}

label.required::after {
    content: " *";
    color: #d30606;
    font-weight: bold;
}

/* Animations */
@keyframes shimmer {
    0% {
        background-position: -150% 0;
    }

    50% {
        background-position: 150% 0;
    }

    100% {
        background-position: -150% 0;
    }
}

.modern-loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 2.5rem;
    border-radius: 1.5rem;
    background: var(--loader-bg);
    border: 1px solid var(--loader-border);
    backdrop-filter: blur(var(--loader-blur));
    -webkit-backdrop-filter: blur(var(--loader-blur));
    animation: fadeIn 0.5s ease-in forwards;
}

.modern-loader {
    display: flex;
    gap: var(--loader-gap);
    align-items: center;
    height: var(--loader-dot-size);
}

.modern-loader span {
    display: block;
    width: var(--loader-dot-size);
    height: var(--loader-dot-size);
    border-radius: 50%;
    background: var(--loader-dot-color);
    opacity: 0.85;
    animation: loader-bounce var(--loader-speed) infinite alternate;
}

.modern-loader span:nth-child(2) {
    background: var(--loader-dot-color2);
    animation-delay: calc(var(--loader-speed) / 3);
}

.modern-loader span:nth-child(3) {
    background: var(--loader-dot-color3);
    animation-delay: calc(var(--loader-speed) * 2 / 3);
}

@keyframes loader-bounce {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.85;
    }

    60% {
        transform: translateY(-12px) scale(1.1);
        opacity: 1;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 0.85;
    }
}

.loading-text {
    color: #232323;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    opacity: 0;
    animation: fadeIn 0.6s ease-in 0.2s forwards;
    margin-top: 1.3rem;
    text-align: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile (640px and below) */
@media (max-width: 640px) {
    section {
        padding: 1rem .5rem;
    }

    section .card .card-header .card-title {
        font-size: 2rem;
    }

    .f0ef40354::before,
    .e0ef40354::before,
    .e6ef40354::before,
    .x8ef40354::before,
    .o8ef40354::before,
    .r7ef40354::before {
        left: -2.75rem;
        width: 2.75rem;
        height: 2.75rem;
    }

    section .card .card-body h2,
    section .card .card-body h3 {
        font-size: 1.45rem;
    }

    .main-nav {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .main-actions {
        width: 100%;
        gap: .75rem;
    }

    .main-actions .main-search {
        width: 100%;
    }

    .social-links {
        flex-direction: row;
    }

    .social-links .link-emphasis span {
        display: none;
    }

    .social-links .link-emphasis img {
        margin-left: 0;
    }

    .copyright {
        gap: .75rem;
    }

    .footer-copyright {
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .footer-conditions {
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }

    .footer-conditions a {
        font-size: .85rem;
    }

    .main-mobile {
        display: block;
    }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
    section {
        padding: 1rem .5rem;
    }

    section .card .card-header .card-title {
        font-size: 2rem;
    }

    .f0ef40354::before,
    .e0ef40354::before,
    .e6ef40354::before,
    .x8ef40354::before,
    .o8ef40354::before,
    .r7ef40354::before {
        left: -2.75rem;
        width: 2.75rem;
        height: 2.75rem;
    }

    section .card .card-body h2,
    section .card .card-body h3 {
        font-size: 1.45rem;
    }

    .footer-columns {
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
    }

    .copyright {
        gap: .75rem;
    }

    .footer-copyright {
        text-align: center;
        align-items: center;
        flex-direction: column;
    }

    .footer-conditions {
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }

    .footer-conditions a {
        font-size: .85rem;
    }

    .main-logo {
        white-space: nowrap;
    }

    .main-items {
        display: none;
    }

    .filter-bar>button {
        display: none;
    }

    .main-mobile {
        display: block;
    }

    .modern-loader-container {
        padding: 1.2rem 1rem;
    }

    .modern-loader span {
        width: 10px;
        height: 10px;
    }

    .loading-text {
        font-size: 0.92rem;
    }
}

/* Mobile Small (576px and below) */
@media (max-width: 576px) {
    section {
        padding: 1rem .5rem;
    }

    section .card .card-header .card-title {
        font-size: 2rem;
    }

    .f0ef40354::before,
    .e0ef40354::before,
    .e6ef40354::before,
    .x8ef40354::before,
    .o8ef40354::before,
    .r7ef40354::before {
        left: -2.75rem;
        width: 2.75rem;
        height: 2.75rem;
    }

    section .card .card-body h2,
    section .card .card-body h3 {
        font-size: 1.45rem;
    }

    .copyright {
        gap: .75rem;
    }

    .footer-copyright {
        text-align: center;
        align-items: center;
        flex-direction: column;
    }

    .footer-conditions {
        gap: 1rem;
        align-items: center;
        justify-content: center;
    }

    .footer-conditions a {
        font-size: .85rem;
    }

    .main-mobile {
        display: block;
    }
}