/* Root Variables */
:root {
    --nexa-body-bg: #FFFFFF;
    --nexa-body-color: #1A1A1A;
    --nexa-card-bg: #FFFFFF;

    --nexa-banner-bg: #3a3a3a;
    --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;
}

/* Base Styles */
html {
    scroll-behavior: smooth;
    scroll-timeline: --page-scroll block;
}

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;
    font-size: 1rem;
    line-height: 1;
    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;
    border-radius: var(--nexa-border-radius-xl) !important;
}

.btn-primary {
    --bs-btn-color: #ffffff !important;
    --bs-btn-bg: #003865 !important;
    --bs-btn-hover-color: #ffffff !important;
    --bs-btn-hover-bg: #002f59 !important;
    --bs-btn-active-color: #ffffff !important;
    --bs-btn-active-bg: #002548 !important;
    --bs-btn-disabled-color: #ffffff !important;
    --bs-btn-disabled-bg: #003865 !important;
    --bs-btn-border-color: #003865 !important;
    --bs-btn-focus-shadow-rgb: 0, 56, 101 !important;
    --bs-btn-hover-border-color: #002f59 !important;
    --bs-btn-active-border-color: #002548 !important;
    --bs-btn-disabled-border-color: #003865 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;

    border: 2px solid #1A1A1A !important;
}

.btn-whatsapp {
    padding: .125rem .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 #1A1A1A !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: "";
    left: -4rem;
    top: -.5rem;
    width: 4rem;
    height: 5rem;
    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: "";
    left: -4rem;
    top: -.5rem;
    width: 4rem;
    height: 5rem;
    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: "";
    left: -4rem;
    top: -.5rem;
    width: 4rem;
    height: 5rem;
    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: "";
    left: -4rem;
    top: -.5rem;
    width: 4rem;
    height: 5rem;
    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: "";
    left: -4rem;
    top: -.5rem;
    width: 4rem;
    height: 5rem;
    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: "";
    left: -4rem;
    top: -.5rem;
    width: 4rem;
    height: 5rem;
    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 {
    width: 100%;
    position: relative;
    background-color: #f9f9f9;
}

.partners-track {
    display: flex;
    gap: 1rem;
    position: relative;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.partner-item {
    flex: 0 0 auto;
    width: 15rem;
    display: flex;
    overflow: hidden;
    border-radius: 2rem;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: .15rem solid black;

}

/* Duplicate track content trick for infinite loop effect */
.partners-track>* {
    flex-shrink: 0;
}

.partners-track::after {
    content: '';
    display: none;
}

/* Optional: prevent gap flickering in some browsers */
.partners-track {
    will-change: transform;
}

.partner-logo {
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.partner-logo:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.grid-pes {
    height: 18rem;
    cursor: pointer;
    overflow: hidden;
    border: .15rem solid black;
    border-radius: var(--nexa-border-radius-xxxl);
}

.grid-pes img {
    width: 100%;
    height: auto;
    transition: all .5s ease-in-out;
}

.grid-pes:hover img {
    transform: scale(1.5);
    transition: all .5s ease-in-out;
}

.img-fluid:focus,
.img-fluid:hover {
    border: none !important;
    box-shadow: none !important;
}

/* Common Components */
.badge {
    border-radius: var(--nexa-border-radius-sm) !important;
}

.cursor-default {
    cursor: default;
}

/* Banner Styles */
.newsletter-banner,
.shopping-banner {
    cursor: default;
    color: var(--nexa-banner-color);
    padding: var(--nexa-border-radius-sm) 0;
    font-size: var(--text-md);
    text-align: center;
    letter-spacing: .065em;
    font-family: 'Poppins';
    background-color: var(--nexa-banner-bg);
}

.newsletter-banner a {
    color: #ffffff;
    font-weight: 600;
}

/* Hero Section */
.hero {
    position: relative;
    height: max(25rem, 100vh);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    /* Example overlay color */
    mix-blend-mode: soft-light;
    pointer-events: none;
    /* So overlay doesn't block clicks */
}

.hero-text {
    top: 50%;
    left: 50%;
    z-index: 2;
    padding: 1rem;
    cursor: default;
    position: absolute;
    transform: translate(-50%, -50%);

    font-size: 5rem;
    text-align: center;
    font-family: 'Poppins';
    letter-spacing: .065rem;
    text-transform: uppercase;
    font-weight: 900 !important;
    color: #ffffff !important;
    text-shadow: 4px 0px 4px rgb(0 0 0) !important;
}

.hero-text .btn-primary {
    font-size: 1.5rem;
    text-transform: capitalize;
}

/* Navigation */
.main-nav {
    gap: 1.5rem;
    display: flex;
    padding: 1rem 1rem;
    align-items: center;
}

.main-logo {
    padding: .85rem;
    background: #ffffffe0;
    border-bottom-right-radius: 100%;
}

.main-logo img {
    width: 10rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
}

.main-lang {
    top: 1rem;
    z-index: 2;
    right: 1rem;
    position: fixed;
    transition: all .1s ease-in-out;
}

.main-lang .dropdown-menu {
    right: 0;
    height: 0;
    z-index: 1;
    opacity: 0;
    top: calc(100% - 2px);
    border: 2px solid #1A1A1A !important;
    transition: all .1s ease-in-out !important;
}

.main-lang .dropdown-menu.show {
    height: auto !important;
    opacity: 1 !important;
    top: calc(100% - 2px) !important;
    border-top-right-radius: 0 !important;
    transition: all .1s ease-in-out !important;
}

.main-lang .dropdown-menu .dropdown-item {
    padding: .5rem 1rem;
}

.btn-languages {
    position: relative;
    z-index: 5 !important;
    padding: .25rem !important;
    border-radius: 50% !important;
    color: var(--nexa-body-color) !important;
    background-color: var(--nexa-body-bg) !important;
    transition: all .1s ease-in-out !important;
}

.btn-languages.show {
    border-bottom: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    transition: all .1s ease-in-out !important;
}

.dropdown-mobile {
    right: 0;
    background: #FFFFFF;
    top: calc(100% + .75rem);
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.main-items-mobile {
    display: none;
}

.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,
.wire-categories 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-actions .main-action {
    gap: .25rem;
    display: flex;
    align-items: center;
    padding: .5rem .5rem;
    overflow: visible;
}

.main-actions .main-action .bi {
    font-size: 1.25rem;
}

.main-actions .main-action .counts {
    top: 0;
    right: -.125rem;
    color: #ffffff;
    font-weight: 600;
    font-size: .65rem;
    padding: 0 .35rem;
    position: absolute;
    background: #1A1A1A;
    border-radius: .25rem;
}

.main-actions .main-search {
    width: 15rem;
    position: relative;
    transition: all .3s ease-in-out;
}

.main-actions .main-search .main-search-input {
    width: 100%;
    font-size: .75rem;
    padding: .25rem 0;
    font-family: 'Poppins';
    border: none !important;
    border-bottom: 1px solid #dddddd !important;
}

.main-actions .main-search .main-search-input:focus {
    outline: none !important;
}

.main-actions .main-search .wire-searching {
    position: relative;
}

.wire-searching .dropdown-menu {
    width: 100%;
    border-top: 0;
    padding-top: 0;
    overflow: hidden;
    padding-bottom: 0;
    top: calc(100% + .8rem);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.wire-searching .search-result-item {
    gap: .5rem;
    display: flex;
    align-items: start;
    padding: .25rem .5rem;
}

.wire-searching .search-result-item:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}

.wire-searching .search-result-item:hover {
    cursor: pointer;
    background-color: #FBFBFB;
}

.wire-searching .search-result-item .result-image {
    width: 5rem;
    overflow: hidden;
    border-radius: var(--nexa-border-radius-sm);
}

.wire-searching .search-result-item .result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--nexa-border-radius-sm);
}

.wire-searching .search-result-item .result-info h6 {
    cursor: pointer;
    font-weight: 500;
    max-width: 15rem;
    overflow: hidden;
    font-size: .85rem;
    font-family: 'Poppins';
    letter-spacing: .065rem;
}

.wire-searching .search-result-item .result-info .price {
    cursor: pointer;
    font-weight: 500;
    font-size: .85rem;
    font-family: 'Poppins';
    letter-spacing: .065rem;
    margin-top: auto;
    color: var(--nexa-body-color);
}

.input-group-text .bi {
    font-weight: 900 !important;
    font-size: .75rem !important;
    color: white;
}

.wire-categories {
    position: relative;
}

.wire-categories .dropdown-menu {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: calc(2.15rem + 2px);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.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;
}

/* Main Container */
.main-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--nexa-body-bg);
}

.main-grid {
    padding: .25rem !important;
}

.main-grid .row,
.main-grid .row>* {
    --bs-gutter-x: .25rem !important;
    --bs-gutter-y: .25rem !important;
    background-color: var(--nexa-body-bg);
}

.main-container-header {
    display: flex;
    font-size: 1rem;
    overflow: hidden;
    position: relative;
    align-items: center;
    padding: .5rem 1.5rem;
    font-family: 'Poppins';
    justify-content: space-between;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.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;
}

.check-card {
    background-color: #e5e5e5;
    border-radius: .5rem;
    padding: 1.5rem;
    box-shadow: 0 4px 4px rgb(18 87 158 / 6%);
}

.check-card:not(:last-child) {
    margin-bottom: 1rem;
}

section {
    padding: 5rem 5rem;
}

section[class="footerSection"] {
    padding: 2rem 5rem !important;
}

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: 2.5rem;
    /* 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 1: Websites Services */
section[class="WebsiteSection"] {
    --nexa-body-bg: #1A1A1A;
    --nexa-body-color: #FFFFFF;
    --nexa-border-color: #FFFFFF;
    --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-body-bg: #FFFFFF;
    --nexa-body-color: #1A1A1A;
    --nexa-border-color: #1A1A1A;
    --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-body-bg: #FFFFFF;
    --nexa-body-color: #1A1A1A;
    --nexa-border-color: #1A1A1A;
    --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-body-bg: #FFFFFF;
    --nexa-body-color: #1A1A1A;
    --nexa-border-color: #1A1A1A;
    --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-body-bg: #e74a4a;
    --nexa-body-color: #FFFFFF;
    --nexa-border-color: #FFFFFF;
    --nexa-img-border-color: #1A1A1A;

    background-color: var(--nexa-body-bg);
}

/* End Of Section 5: Partenairs  */

/* Start Of Section 6: Quotes & Contacts */
section[class="QuoteSection"] {
    --nexa-body-bg: #ffffff;
    --nexa-body-color: #1A1A1A;
    --nexa-border-color: #1A1A1A;
    --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: 20rem;
    object-fit: cover;
    object-position: top;

    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"] {
    gap: 1rem;
    display: flex;
    flex-shrink: 0;
    overflow: hidden;
    font-family: 'Poppins';
    flex-direction: column;
    color: var(--nexa-footer-color);
    background-color: var(--nexa-footer-bg);
}

/* End Of Section 6: Quotes & Contacts */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.estimation {
    color: #FFFFFF;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    background: #1A1A1A;
    border-radius: .25rem;
}

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-modal-brdr {
    position: relative;
}

.nexa-modal-brdr::before {
    content: "";
    position: absolute;
    background: #1A1A1A;
    width: 100%;
    height: 100%;
    font-weight: 500;
    transition: .4s;
    z-index: -1;
    bottom: -.75rem;
    right: -.75rem;
    box-sizing: border-box;
    border-radius: var(--nexa-border-radius-xxl);
    border: .2rem solid var(--nexa-border-color);
    border-right: .95rem solid var(--nexa-border-color) !important;
    border-bottom: .75rem solid var(--nexa-border-color) !important;
}

.nexa-input-border {
    position: relative;
}

.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 {
    font-weight: 600 !important;
    font-family: 'Poppins' !important;
    border-radius: var(--nexa-border-radius-xxl) !important;
}

.nexa-brdr {
    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 {
    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-ctr::before {
    top: -.65rem;
    left: -.65rem;
    border: .4rem solid var(--nexa-border-color);
}

.nexa-brdr:hover,
.nexa-brdr-ctr: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;
}

.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 {
    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: .45rem;
    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-select:hover,
.form-select:focus,
.form-select: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;
}

.top-0 {
    top: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

/* Animations */
@keyframes shimmer {
    0% {
        background-position: -150% 0;
    }

    50% {
        background-position: 150% 0;
    }

    100% {
        background-position: -150% 0;
    }
}

/* Mobile (640px and below) */
@media (max-width: 640px) {
    section {
        padding: 2rem .5rem;
    }

    section .card .card-header .card-title {
        font-size: 2rem;
    }

    section .card .card-body h2,
    section .card .card-body h3 {
        font-size: 1rem;
    }

    .mb-grid {
        justify-content: center;
    }

    .main-nav {
        flex-direction: row;
        align-items: 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 {
        justify-content: center;
    }

    .hero-text {
        font-size: 2rem;
        padding: .5rem;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-shadow: 2px 0px 2px rgb(0 0 0 / 50%);
    }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
    section {
        padding: 2rem .5rem;
    }

    section .card .card-header .card-title {
        font-size: 2rem;
    }

    section .card .card-body h2,
    section .card .card-body h3 {
        font-size: 1rem;
    }

    .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;
    }

    .main-items-mobile {
        display: block;
    }

    .main-logo {
        white-space: nowrap;
    }

    .main-items {
        display: none;
    }

    .filter-bar>button {
        display: none;
    }
}

/* Mobile Small (576px and below) */
@media (max-width: 576px) {
    section {
        padding: 2rem .5rem;
    }

    section .card .card-header .card-title {
        font-size: 2rem;
    }

    section .card .card-body h2,
    section .card .card-body h3 {
        font-size: 1rem;
    }
}

/* Small Container Adjustment */
@media (max-width: 640px) {
    .policy-section:hover {
        transform: none;
    }

    /* Extra Small Mobile (XS) - max 480px */
    @media (max-width: 480px) {
        section {
            padding: 1rem 0.5rem;
        }

        .main-logo img {
            width: 6rem;
        }

        .main-actions {
            flex-direction: column;
            align-items: flex-start;
        }

        .hero-text {
            font-size: 2rem;
            padding: .25rem;
            text-shadow: 1px 0px 1px rgb(0 0 0 / 50%);
        }
    }

    /* Small Mobile (SM) - max 576px */
    @media (max-width: 576px) {
        section {
            padding: 1.5rem 0.5rem;
        }

        section .card .card-header .card-title {
            font-size: 1.75rem;
        }

        .main-actions .main-search {
            width: 100%;
        }

        .social-links {
            flex-direction: column;
            align-items: center;
        }
    }

    /* Medium Mobile (MD) - max 640px */
    @media (max-width: 640px) {
        section {
            padding: 2rem .5rem;
        }

        .main-actions {
            width: 100%;
            gap: .75rem;
        }

        .main-items {
            display: none;
        }

        .main-items-mobile {
            display: block;
        }

        .footer-columns {
            flex-direction: column;
            gap: 1.5rem;
        }
    }

    /* Tablet Portrait - max 768px */
    @media (max-width: 768px) {
        section {
            padding: 2rem .5rem;
        }

        .main-nav {
            flex-direction: column;
        }

        .footer-columns {
            flex-direction: column;
            gap: 1.5rem;
            align-items: center;
        }

        .copyright {
            flex-direction: column;
            gap: .75rem;
        }

        .main-actions {
            flex-direction: column;
            width: 100%;
        }
    }

    /* Tablet Landscape / Small Laptops - max 1024px */
    @media (max-width: 1024px) {
        .main-container-header {
            flex-direction: column;
            align-items: flex-start;
        }

        .main-actions .main-search {
            width: 100%;
        }
    }

    /* Medium Laptops - max 1200px */
    @media (max-width: 1200px) {
        section {
            padding: 3rem 1rem;
        }
    }
}