:root {
    --brand-obsidian: #0b0b10;
    --brand-charcoal: #171922;
    --brand-steel: #9298a8;
    --brand-silver: #e6e8ed;
    --brand-gold: #f2cb2f;
    --brand-gold-deep: #b68d00;
    --surface-light: #f4f6fb;
    --surface-card: #ffffff;
    --text-main: #101322;
    --text-soft: #647089;
    --radius-lg: 1.25rem;
    --radius-md: 0.9rem;
    --shadow-soft: 0 20px 50px rgba(14, 18, 31, 0.1);
    --shadow-gold: 0 12px 36px rgba(242, 203, 47, 0.28);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text-main);
    background: var(--surface-light);
    line-height: 1.7;
}

@media (min-width: 992px) {
    body {
        padding-top: 46px;
    }

    body.topbar-hidden {
        padding-top: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-wordmark {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pb-extra {
    padding-bottom: 8rem !important;
}

.hero-narrow {
    max-width: 760px;
}

.text-light-soft {
    color: rgba(244, 247, 255, 0.78);
}

@keyframes float-y {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(0, -12px, 0);
    }
}

@keyframes pulse-soft {
    0%,
    100% {
        opacity: 0.28;
        transform: scale(1);
    }
    50% {
        opacity: 0.42;
        transform: scale(1.06);
    }
}

@keyframes shimmer {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1032;
    background: linear-gradient(90deg, rgba(7, 8, 13, 0.98), rgba(24, 28, 39, 0.95));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 3px solid var(--brand-gold);
    box-shadow: 0 4px 16px rgba(242, 203, 47, 0.12);
    color: rgba(238, 242, 250, 0.88);
    font-size: 0.82rem;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.topbar.hidden-by-scroll {
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
}

.topbar-inner {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.topbar-left,
.topbar-right,
.topbar-social {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.topbar-left span,
.topbar-right a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.topbar-left span i,
.topbar-right a i,
.topbar-social a i {
    color: var(--brand-gold);
    font-weight: 600;
}

.topbar a {
    color: rgba(243, 247, 255, 0.88);
    text-decoration: none;
    transition: color 0.25s ease;
}

.topbar a:hover {
    color: var(--brand-gold);
}

.topbar-divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.15);
}

.topbar-social a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(242, 203, 47, 0.2);
    transition: all 0.25s ease;
}

.topbar-social a:hover {
    background: rgba(242, 203, 47, 0.2);
    border-color: var(--brand-gold);
    box-shadow: 0 0 8px rgba(242, 203, 47, 0.3);
    transform: translateY(-2px);
}

#site-loader {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 30% 20%, #262a3a, #08090e 65%);
    z-index: 9999;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

#site-loader.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader-mark {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 3px solid rgba(242, 203, 47, 0.35);
    border-top-color: var(--brand-gold);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.navbar-glass {
    background: linear-gradient(120deg, rgba(10, 11, 17, 0.55), rgba(17, 20, 32, 0.35));
    backdrop-filter: blur(14px);
    transition: all 0.35s ease;
    z-index: 1031;
}

@media (min-width: 992px) {
    .navbar-glass {
        top: 46px !important;
        transition: top 0.35s ease;
    }

    .navbar-glass.topbar-collapsed {
        top: 0 !important;
    }
}

.navbar-glass.scrolled {
    background: rgba(11, 12, 18, 0.88);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.brand-wordmark {
    color: #fff;
    font-size: 0.98rem;
    font-weight: 600;
}

.nav-link {
    color: rgba(240, 244, 255, 0.83);
    font-weight: 500;
    border-radius: 999px;
}

.nav-link:hover,
.nav-link.active {
    color: #fff;
    background: rgba(242, 203, 47, 0.2);
}

.btn-brand {
    border: none;
    color: #141414;
    background: linear-gradient(135deg, var(--brand-gold), #f8dd70);
    box-shadow: var(--shadow-gold);
    font-weight: 700;
}

.btn-brand:hover {
    color: #111;
    transform: translateY(-2px);
}

.hero-section {
    background: linear-gradient(135deg, #0e1018 0%, #191c28 52%, #0d0f15 100%);
    color: #fff;
    padding-top: 5rem;
    isolation: isolate;
}

.hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 20%, rgba(242, 203, 47, 0.11) 0, transparent 28%), radial-gradient(circle at 80% 22%, rgba(146, 152, 168, 0.15) 0, transparent 24%), linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.05) 45%, transparent 65%);
    background-size: 140% 140%, 140% 140%, 240% 240%;
    animation: shimmer 18s linear infinite;
    pointer-events: none;
    z-index: -1;
}

.hero-kicker,
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    font-size: 0.73rem;
    letter-spacing: 0.12em;
    color: var(--brand-gold);
    font-weight: 700;
}

.hero-kicker::before,
.section-label::before {
    content: '';
    width: 28px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--brand-gold));
}

.hero-glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(60px);
    opacity: 0.3;
    animation: pulse-soft 9s ease-in-out infinite;
}

.hero-glow-one {
    width: 360px;
    height: 360px;
    background: #f3ce3a;
    top: 11%;
    left: -10%;
}

.hero-glow-two {
    width: 380px;
    height: 380px;
    background: #6b738e;
    right: -12%;
    bottom: 8%;
    animation-delay: 1.8s;
}

.hero-panel {
    animation: float-y 7s ease-in-out infinite;
}

.glass-card {
    background: linear-gradient(145deg, rgba(244, 245, 255, 0.14), rgba(244, 245, 255, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-lg);
}

/* Hero Slider Styles */
.hero-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hero-swiper .swiper-slide {
    height: auto;
}

.hero-swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Hero Pagination */
.hero-pagination {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: auto !important;
}

.hero-pagination.swiper-pagination-bullets {
    gap: 0.5rem;
    display: flex;
    justify-content: center;
}

.hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(242, 203, 47, 0.4);
    margin: 0 0.5rem !important;
    cursor: pointer;
    transition: all 0.35s ease;
}

.hero-pagination .swiper-pagination-bullet-active {
    background: var(--brand-gold);
    border-color: var(--brand-gold);
    box-shadow: 0 0 12px rgba(242, 203, 47, 0.5);
    transform: scale(1.2);
}

.hero-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    background: rgba(242, 203, 47, 0.15);
    border: 2px solid var(--brand-gold);
    border-radius: 50%;
    color: var(--brand-gold);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(8px);
}

.hero-nav:hover {
    background: rgba(242, 203, 47, 0.25);
    box-shadow: 0 0 16px rgba(242, 203, 47, 0.4);
    transform: translateY(-50%) scale(1.08);
}

.hero-nav:active {
    transform: translateY(-50%) scale(0.96);
}

.hero-nav-prev {
    left: 2rem;
}

.hero-nav-next {
    right: 2rem;
}

.page-hero {
    position: relative;
    overflow: hidden;
}

.page-hero::before,
.page-hero::after {
    content: '';
    position: absolute;
    inset: auto;
    border-radius: 999px;
    filter: blur(48px);
    opacity: 0.34;
    animation: float-y 8s ease-in-out infinite;
    pointer-events: none;
}

.page-hero::before {
    width: 220px;
    height: 220px;
    background: rgba(242, 203, 47, 0.25);
    top: 16%;
    left: 3%;
}

.page-hero::after {
    width: 280px;
    height: 280px;
    background: rgba(98, 107, 135, 0.22);
    right: -2%;
    bottom: -8%;
    animation-delay: 1.4s;
}

.hero-panel {
    padding: 1.5rem;
}

.status-dot {
    color: #9ef7c5;
    font-size: 0.8rem;
    font-weight: 600;
}

.status-dot::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    margin-right: 0.35rem;
    background: #22d37b;
    box-shadow: 0 0 12px #22d37b;
}

.mini-stat {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: var(--radius-md);
    padding: 1rem;
}

.mini-stat h3 {
    margin: 0;
    color: #fff;
    font-size: 1.8rem;
}

.mini-stat p {
    margin: 0;
    color: rgba(240, 245, 255, 0.72);
    font-size: 0.88rem;
}

.hero-lines {
    height: 65px;
    border-radius: 10px;
    background-image: linear-gradient(90deg, rgba(242, 203, 47, 0.2), transparent), linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 100% 100%, 12px 12px, 12px 12px;
}

.pill-tag {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.84rem;
}

.section-light {
    background: radial-gradient(circle at top right, #ffffff 15%, #f2f4f9 72%);
}

.section-dark {
    background: linear-gradient(135deg, #0c0d12, #181b25);
}

.section-heading {
    max-width: 760px;
}

.section-heading h2 {
    margin-top: 0.7rem;
    margin-bottom: 0.65rem;
    font-size: clamp(1.8rem, 1.6rem + 1.3vw, 2.6rem);
}

.section-heading p {
    color: var(--text-soft);
}

.service-card {
    position: relative;
    background: var(--surface-card);
    border-radius: var(--radius-lg);
    border: 1px solid #e8eaf2;
    padding: 1.6rem;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.service-card::after,
.portfolio-card::after,
.pricing-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
    transform: translateX(-110%);
    transition: transform 0.75s ease;
    pointer-events: none;
    opacity: 0.28;
}

.service-card:hover::after,
.portfolio-card:hover::after,
.pricing-card:hover::after {
    transform: translateX(110%);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 40px rgba(16, 20, 34, 0.14);
}

.service-card-xl {
    min-height: 280px;
}

.service-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(140deg, rgba(242, 203, 47, 0.2), rgba(146, 152, 168, 0.17));
    color: #212636;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}

.service-link {
    color: #2b3550;
    font-weight: 700;
}

.stack-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.stack-grid span {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    color: #edf0fa;
    text-align: center;
    border-radius: 999px;
    padding: 0.5rem 0.35rem;
    font-size: 0.82rem;
}

.reason-card,
.value-card,
.team-card,
.blog-card,
.contact-card,
.contact-info-card,
.story-card,
.process-card,
.pricing-card {
    background: #fff;
    border: 1px solid #eaedf5;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    padding: 1.5rem;
}

.service-card,
.reason-card,
.value-card,
.team-card,
.blog-card,
.contact-card,
.contact-info-card,
.story-card,
.process-card,
.pricing-card,
.portfolio-card,
.testimonial-card {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
    transition-delay: var(--reveal-delay, 0ms);
}

.service-card.is-visible,
.reason-card.is-visible,
.value-card.is-visible,
.team-card.is-visible,
.blog-card.is-visible,
.contact-card.is-visible,
.contact-info-card.is-visible,
.story-card.is-visible,
.process-card.is-visible,
.pricing-card.is-visible,
.portfolio-card.is-visible,
.testimonial-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.story-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.story-metrics div {
    background: #fff;
    border: 1px solid #eaedf5;
    border-radius: 1rem;
    padding: 1.2rem;
}

.story-metrics h3 {
    margin: 0;
    font-size: 2rem;
}

.story-metrics p {
    margin: 0;
    color: var(--text-soft);
}

.value-card i {
    font-size: 1.5rem;
    color: #262d42;
}

.avatar-circle {
    width: 68px;
    height: 68px;
    margin: 0 auto 0.8rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(140deg, #1a1f2e, #2c334b);
    color: var(--brand-gold);
    font-weight: 700;
}

.team-credential {
    display: inline-block;
    font-size: 0.75rem;
    color: #725700;
    background: rgba(242, 203, 47, 0.16);
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    margin: 0.6rem 0 0;
    font-weight: 500;
}

.team-socials {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    margin-top: 1rem;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.team-card:hover .team-socials {
    opacity: 1;
    transform: translateY(0);
}

.team-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(242, 203, 47, 0.12);
    color: #725700;
    border: 1px solid rgba(242, 203, 47, 0.3);
    transition: all 0.25s ease;
    text-decoration: none;
}

.team-socials a:hover {
    background: var(--brand-gold);
    color: #fff;
    border-color: var(--brand-gold);
    transform: scale(1.1);
}

.portfolio-card {
    background: #fff;
    border: 1px solid #e7eaf3;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: transform 0.32s ease;
    position: relative;
}

.portfolio-card:hover .portfolio-preview {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.03);
}

.portfolio-card:hover {
    transform: translateY(-7px);
}

.portfolio-preview {
    height: 180px;
    background: linear-gradient(140deg, #29304a, #111524);
    transition: transform 0.45s ease, filter 0.45s ease;
}

.portfolio-preview-mobile { background: linear-gradient(140deg, #2e2c4e, #0d0f1f); }
.portfolio-preview-webapp { background: linear-gradient(140deg, #23425f, #111927); }
.portfolio-preview-web { background: linear-gradient(140deg, #47342a, #1a1212); }
.portfolio-preview-cloud { background: linear-gradient(140deg, #234a4a, #0b171a); }
.portfolio-preview-api { background: linear-gradient(140deg, #2d2f48, #12141e); }
.portfolio-preview-compliance { background: linear-gradient(140deg, #4f4624, #16150c); }

.portfolio-category,
.stack-badge,
.blog-tag {
    display: inline-block;
    font-size: 0.75rem;
    border-radius: 999px;
    padding: 0.22rem 0.68rem;
}

.portfolio-category {
    color: #725700;
    background: rgba(242, 203, 47, 0.26);
}

.stack-badge {
    color: #2a3551;
    background: #eef2fa;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #ebedf5;
    border-radius: var(--radius-lg);
    padding: 1.6rem;
    min-height: 245px;
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease;
}

.testimonial-card:hover,
.blog-card:hover,
.contact-card:hover,
.contact-info-card:hover,
.team-card:hover,
.reason-card:hover,
.value-card:hover,
.story-card:hover {
    transform: translateY(-6px);
}

.testimonial-card i {
    color: var(--brand-gold-deep);
    font-size: 1.4rem;
}

.cta-band {
    background: linear-gradient(135deg, #161925, #262c3e);
    color: #fff;
}

.cta-band p {
    color: rgba(239, 243, 255, 0.78);
}

.filter-btn {
    margin: 0.2rem;
    border-radius: 999px;
    border: 1px solid #d5dae6;
    color: #27324a;
    background: #fff;
    font-weight: 600;
}

.filter-btn.active,
.filter-btn:hover {
    background: #222838;
    color: #fff;
    border-color: #222838;
}

.portfolio-item.is-hidden {
    display: none;
}

.process-card span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgba(242, 203, 47, 0.22);
    color: #2a2f3e;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.pricing-card h4 {
    font-size: 2rem;
    margin: 0.5rem 0 1rem;
}

.pricing-card h4 span {
    font-size: 0.95rem;
    color: var(--text-soft);
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.4rem;
}

.pricing-card li {
    margin-bottom: 0.48rem;
    color: #2c3650;
}

.pricing-card.featured {
    border-color: rgba(242, 203, 47, 0.6);
    box-shadow: 0 28px 44px rgba(25, 29, 45, 0.18);
    position: relative;
}

.best-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #13151d;
    color: var(--brand-gold);
    border-radius: 999px;
    padding: 0.2rem 0.62rem;
    font-size: 0.7rem;
}

.glass-table {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    backdrop-filter: blur(6px);
}

.contact-card .form-control {
    border-radius: 0.8rem;
    border-color: #d8deeb;
    padding: 0.78rem 0.92rem;
}

.map-wrap {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid #e8ebf2;
}

.map-wrap iframe {
    width: 100%;
    min-height: 400px;
    border: 0;
}

.blog-tag {
    background: rgba(146, 152, 168, 0.18);
    color: #27314b;
}

.blog-card h2 {
    font-size: 1.18rem;
}

.blog-card a {
    color: #232c45;
    font-weight: 700;
    text-decoration: none;
}

.site-footer {
    color: rgba(230, 236, 251, 0.85);
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    inset: auto -10% 0 auto;
    width: 340px;
    height: 340px;
    background: radial-gradient(circle, rgba(242, 203, 47, 0.12), transparent 60%);
    animation: pulse-soft 11s ease-in-out infinite;
    pointer-events: none;
}

.footer-title {
    color: #fff;
    margin-bottom: 0.9rem;
    font-weight: 600;
}

.footer-copy {
    max-width: 320px;
}

.footer-links li {
    margin-bottom: 0.48rem;
}

.footer-links a,
.footer-links li {
    color: rgba(231, 236, 251, 0.74);
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.social-link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    text-decoration: none;
}

.social-link.dark {
    border-color: #d9deea;
    color: #223149;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(232, 237, 251, 0.65);
}

.floating-whatsapp,
.back-to-top {
    position: fixed;
    right: 1rem;
    border: none;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1100;
    box-shadow: 0 10px 26px rgba(8, 13, 24, 0.28);
}

.floating-whatsapp {
    bottom: 5.2rem;
    background: #22c55e;
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
}

.back-to-top {
    bottom: 1.25rem;
    background: #1d2537;
    color: #fff;
    opacity: 0;
    transform: translateY(14px);
    transition: all 0.25s ease;
}

.back-to-top.show {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .py-6 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .hero-section {
        padding-top: 4rem;
    }

    .stack-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brand-wordmark {
        font-size: 0.89rem;
    }

    .navbar-collapse {
        margin-top: 0.8rem;
        background: rgba(12, 14, 22, 0.95);
        border: 1px solid rgba(255, 255, 255, 0.08);

    body {
        padding-top: 0;
    }

    .navbar-glass {
        top: 0 !important;
    }
        border-radius: 0.8rem;
        padding: 0.8rem;
    }

    .topbar {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .hero-panel {
        padding: 1.2rem;
    }

    .hero-pagination {
        bottom: 1.5rem;
    }

    .hero-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 0.3rem !important;

        .hero-nav {
            width: 40px;
            height: 40px;
            font-size: 1rem;
        }

        .hero-nav-prev {
            left: 1rem;
        }

        .hero-nav-next {
            right: 1rem;
        }
    }

    .floating-whatsapp,
    .back-to-top {
        width: 48px;
        height: 48px;
        right: 0.7rem;
    }

    .map-wrap iframe {
        min-height: 300px;
    }
}
