html {
    scroll-behavior: smooth;
}

:root {
    --bg-color: #212121;
    --theme-color: #151515;
}

/* --------------- Menu --------------- */

.navbar {
    position: absolute;
    left: 0;
    top: 30px;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    z-index: 9999999;
}

.navbar.nav-scroll {
    padding: 0;
    position: fixed;
    top: -80px;
    padding: 15px 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    -o-transition: transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.navbar .logo {
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
}

.navbar .navbar-nav {
    padding: 2px 5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    margin-left: 15px;
}

.navbar .navbar-nav .nav-link {
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
}

.navbar .navbar-nav .nav-link.active {
    background: rgba(255, 255, 255, 0.1);
}

.navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px;
}

/* --------------- header --------------- */

.header-sa {
    min-height: 100vh;
    padding: 40px 0 40px;
    position: relative;
    overflow: hidden !important;
    z-index: 3;
}

.header-sa .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    background: #090a0f;
    z-index: -1;
}

/* Floating Animated Blue Mesh Orbs */
.header-sa .background .hero-glow-1 {
    position: absolute;
    top: -15%;
    right: -10%;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.45) 0%, rgba(0, 82, 204, 0.25) 45%, transparent 75%);
    filter: blur(120px);
    border-radius: 50%;
    animation: heroGlowMove1 20s infinite ease-in-out alternate;
}

.header-sa .background .hero-glow-2 {
    position: absolute;
    bottom: -15%;
    left: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 168, 255, 0.35) 0%, rgba(98, 0, 238, 0.2) 50%, transparent 75%);
    filter: blur(130px);
    border-radius: 50%;
    animation: heroGlowMove2 26s infinite ease-in-out alternate;
}

@keyframes heroGlowMove1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(-300px, 180px) scale(1.15);
    }
    66% {
        transform: translate(-150px, 320px) scale(0.95);
    }
    100% {
        transform: translate(-450px, 50px) scale(1.1);
    }
}

@keyframes heroGlowMove2 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(250px, -200px) scale(1.1);
    }
    66% {
        transform: translate(400px, -100px) scale(0.9);
    }
    100% {
        transform: translate(150px, -300px) scale(1.2);
    }
}

.header-sa .background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/header/Grid.png);
    background-size: contain;
    background-repeat: repeat;
    z-index: 1;
    pointer-events: none;
    opacity: .06;
}

.header-sa .caption h1 {
    font-size: 64px;
    line-height: 70px;
    letter-spacing: -2px;
}

.header-sa .caption .text {
    margin-top: 40px;
}

.header-sa .imgs {
    position: relative;
}

.header-sa .imgs .cube img {
    position: relative;
    width: 120%;
    right: -100px;
    bottom: -100px;
}

.header-sa .imgs .circle {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
}

.header-sa .imgs .circle:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    z-index: -1;
}

/* --------------- Services --------------- */

.services-sa {
    position: relative;
    overflow: hidden;
}

.services-glow-bg {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 90%;
    height: 70%;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.18) 0%, rgba(98, 0, 238, 0.12) 40%, rgba(13, 110, 253, 0.05) 70%, transparent 100%);
    filter: blur(130px);
    z-index: -1;
    pointer-events: none;
    animation: moveGlow 25s infinite alternate ease-in-out;
}

@keyframes moveGlow {
    0% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(12%, 8%) scale(1.15);
    }
    66% {
        transform: translate(-10%, 12%) scale(0.9);
    }
    100% {
        transform: translate(8%, -6%) scale(1.1);
    }
}

.services-sa .item {
    background: rgba(33, 33, 33, 0.75) !important; /* Glassmorphism translucent background */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    padding: 15px;
    border-radius: 20px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.services-sa .item:hover {
    transform: translateY(-8px);
    border-color: rgba(13, 110, 253, 0.35) !important; /* Accent border on hover */
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.services-sa .item .cont {
    padding: 15px;
}

.services-sa .item .cont .icon {
    width: 52px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.services-sa .item .cont .icon img {
    width: 25px;
}

.services-sa .item .cont .icon.invert img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.services-sa .item .cont .text {
    margin-top: 100px;
    margin-bottom: 20px;
}

.services-sa .item .cont .text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.marq-sa {
    overflow: hidden !important;
}

.marq-sa .item {
    padding: 0 80px !important;
    position: relative;
}

.marq-sa .item:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.marq-sa .item h2 {
    white-space: nowrap;
    font-size: 96px;
    line-height: 120px;
    letter-spacing: -4px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background: -webkit-linear-gradient(left, #fff, transparent);
    background: -o-linear-gradient(left, #fff, transparent);
    background: linear-gradient(to right, #fff, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --------------- Works --------------- */

.work-card .card-item {
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    background: var(--bg-color);
}

.work-card .card-item .cont {
    height: 100%;
    padding: 40px 80px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.work-card .card-item .cont .tag {
    font-size: 12px;
    line-height: 1;
    padding: 7px 12px;
    margin-right: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}

.work-card .card-item .cont p {
    font-size: 14px;
    line-height: 20px;
}

.work-card .card-item .img {
    padding: 20px;
}

.work-card .card-item .img img {
    border-radius: 15px;
}

/* --------------- Clients --------------- */

.clients-sa .item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
    transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.clients-sa .item:hover {
    transform: scale(1.05);
    border-color: rgba(13, 110, 253, 0.65) !important;
    box-shadow: 0 0 25px rgba(13, 110, 253, 0.45), inset 0 0 15px rgba(13, 110, 253, 0.2) !important;
}

.clients-sa .item .img {
    width: 100px;
}

.clients-sa .item .cont .icon {
    width: 40px;
    margin: 0 auto 10px;
}

.clients-sa .item .cont span {
    font-size: 14px;
    line-height: 20px;
}

/* --------------- Testimonials --------------- */

.testimonials-sa {
    position: relative;
    overflow: hidden;
}

.testimonials-sa:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/testim/mesh-gradient.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: .5;
    z-index: 2;
}

.testimonials-sa .gl-rate {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    padding: 10px 20px;
}

.testimonials-sa .gl-rate .icon {
    width: 35px;
}

.testimonials-sa .gl-rate .cont {
    padding-left: 30px;
}

.testimonials-sa .gl-rate .cont h6 {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}

.testimonials-sa .gl-rate .cont .stars {
    font-size: 13px;
    color: #EF2B10;
    margin-left: 10px;
}

.testimonials-sa .gl-rate .cont p {
    font-size: 12px;
    opacity: .7;
    margin-top: 2px;
}

.testimonials-sa .swiper-slide {
    height: auto;
}

.testimonials-sa .item {
    background: var(--bg-color);
    padding: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.testimonials-sa .item .rate h5 {
    font-size: 16px;
}

.testimonials-sa .item .rate .stars {
    font-size: 13px;
    color: #EF2B10;
    margin-left: 10px;
}

.testimonials-sa .item .info .img-author {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-sa .item .info .info-text {
    padding-left: 15px;
}

.testimonials-sa .item .info .info-text p {
    font-size: 14px;
    opacity: .7;
}

/* --------------- Awards --------------- */

.awards-sa .item-title {
    padding: 0 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.awards-sa .item-title>div {
    padding: 0;
}

.awards-sa .item-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .7;
}

.awards-sa .item-line {
    padding: 25px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

.awards-sa .item-line>div {
    padding: 0;
}

.awards-sa .item-line>div:last-of-type {
    text-align: right;
}

.awards-sa .item-line:hover:after {
    height: 100%;
}

.awards-sa .item-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.awards-sa .item-line .honors h6 {
    font-size: 14px;
}

.awards-sa .item-line .project-date span {
    font-size: 14px;
    opacity: .7;
}

/* --------------- Blogs --------------- */

.blog-sa .item .img {
    height: 470px;
    border-radius: 15px;
}

.blog-sa .item .cont .info a {
    font-size: 14px;
}

.blog-sa .item .cont .info .date {
    opacity: .5;
    margin-left: 5px;
}

/* --------------- Contact --------------- */

.contact-sa .box {
    padding: 120px 60px;
    background-image: url(../imgs/gr-back.png);
    background-size: cover;
    background-position: center center;
    border-radius: 30px;
    overflow: hidden;
}

.contact-sa .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.contact-sa .contact-form label {
    font-size: 14px;
    margin-bottom: 5px;
}

.contact-sa .contact-form label .star {
    color: red;
    padding-left: 5px;
}

.contact-sa .contact-form input,
.contact-sa .contact-form select,
.contact-sa .contact-form textarea {
    color: #fff;
    background: transparent;
    width: 100%;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
    outline: none;
    cursor: pointer;
}

.contact-sa .contact-form select option {
    background: #191a1f;
    color: #fff;
    padding: 12px;
}

.contact-sa .contact-form button {
    background: transparent;
    color: #fff;
}

/* --------------- footer --------------- */

.footer-sa {
    background: var(--bg-color);
}

.footer-sa .logo {
    width: 160px;
}

.footer-sa .contact-info .item {
    margin-bottom: 50px;
}

.footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-sa .contact-info .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.footer-sa .contact-info .social-icon a:hover {
    border-color: #fff;
}

.footer-sa .sub-footer .copy p {
    font-size: 14px;
}

.footer-sa .sub-footer .copy p a {
    color: #fff;
}

.footer-sa .sub-footer .links {
    width: 100%;
}

.footer-sa .sub-footer .links a {
    font-size: 14px;
}

.footer-sa .sub-footer .links .active {
    color: #fff;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}

h1 {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -3px;
}

h2 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -3px;
}

h3 {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -2px;
}

h4 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -2px;
}

h5 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
}

h6 {
    font-size: 24px;
    line-height: 32px;
}

.sub-color {
    color: #808080;
}

.sub-head {
    font-size: 20px;
    line-height: 28px;
}

p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.sec-head .sub-head {
    position: relative;
    padding-left: 25px;
}

.sec-head .sub-head:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.loader-wrap svg {
    fill: #1d1d1d;
}

.butn.butn-bord {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.butn.butn-bord:hover {
    background: #fff;
    color: #212121;
}

.icon.invert img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.butn .icon {
    width: 18px;
}

.butn:hover .icon.invert img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

/* ====================== [ Start Responsive ] ====================== */

@media screen and (max-width: 992px) {
    .sec-head .sub-head {
        margin-bottom: 30px !important;
    }
    .header-sa {
        padding: 140px 0 60px;
        min-height: auto;
        position: relative;
    }
    .header-sa .caption {
        position: relative;
        z-index: 4;
    }
    .header-sa .caption .text {
        margin-top: 30px;
        width: 100%;
    }
    .header-sa .imgs {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-top: 40px;
        transform: none;
    }
    .marq-sa .item h2 {
        font-size: 70px;
        line-height: 1.4;
        -webkit-text-fill-color: #fff;
        background: transparent;
    }
}

@media screen and (max-width: 768px) {
    .header-sa .caption h1 {
        font-size: 42px;
        line-height: 1.3;
    }
    .contact-sa .box {
        padding: 60px 25px;
    }
    .footer-sa .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .footer-sa {
        padding: 50px 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .header-sa .caption h1 {
        font-size: 34px;
        line-height: 1.3;
    }
    .why-choose-us .wcu-item-card {
        padding: 22px 18px;
        gap: 15px;
    }
    .why-choose-us .wcu-icon-wrapper {
        width: 42px;
        height: 42px;
    }
    .why-choose-us .wcu-title {
        font-size: 16px;
    }
    .why-choose-us .wcu-desc {
        font-size: 13px;
    }
    .clients-sa .item {
        margin-bottom: 20px;
    }
}

/* --------------- Why Choose Us Redesign --------------- */

.why-choose-us {
    position: relative;
    overflow: hidden;
}

.why-choose-us::before {
    content: '';
    position: absolute;
    top: 25%;
    right: -15%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.08) 0%, rgba(98, 0, 238, 0.05) 50%, transparent 100%);
    filter: blur(100px);
    z-index: -1;
    pointer-events: none;
}

.why-choose-us .wcu-item-card {
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 30px 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}

.why-choose-us .wcu-item-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(13, 110, 253, 0.3) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.why-choose-us .wcu-icon-wrapper {
    background: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
}

.why-choose-us .wcu-item-card:hover .wcu-icon-wrapper {
    background: #0d6efd;
    color: #fff;
    transform: scale(1.05);
}

.why-choose-us .wcu-icon-wrapper svg {
    width: 22px;
    height: 22px;
}

.why-choose-us .wcu-content {
    flex-grow: 1;
}

.why-choose-us .wcu-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
    letter-spacing: -0.5px;
}

.why-choose-us .wcu-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #a0a0a0;
    font-weight: 300;
    margin: 0;
}

/* --------------- Rating Stars Styling --------------- */

.stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-left: 8px;
    vertical-align: middle;
}

.stars svg {
    width: 14px;
    height: 14px;
    fill: #ffb800; /* Warm Gold / Amber-Orange standard rating color */
    filter: drop-shadow(0 0 4px rgba(255, 184, 0, 0.4));
}

/* --------------- Modern Stylish Compact Footer Redesign --------------- */

.footer-sa {
    position: relative;
    padding: 70px 0 30px;
    background: #111113;
    border-top: 1px solid rgba(13, 110, 253, 0.25); /* Subtle blue border accent */
    overflow: hidden;
    color: #a0a0a0;
}

.footer-glow-bg {
    position: absolute;
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 400px;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.12) 0%, rgba(98, 0, 238, 0.08) 40%, transparent 70%);
    filter: blur(100px);
    pointer-events: none;
    z-index: 0;
}

.footer-sa .container {
    position: relative;
    z-index: 1;
}

.footer-sa .footer-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-sa .brand-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #8f8f95;
    max-width: 320px;
}

.footer-sa .social-links {
    gap: 12px;
}

.footer-sa .social-links a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a0a0a0;
    transition: all 0.3s ease;
}

.footer-sa .social-links a:hover {
    background: #0d6efd;
    color: #ffffff;
    border-color: #0d6efd;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
}

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

.footer-sa .footer-links li {
    margin-bottom: 12px;
}

.footer-sa .footer-links li a {
    font-size: 14px;
    color: #8f8f95;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-sa .footer-links li a:hover {
    color: #0d6efd;
    padding-left: 4px;
}

.footer-sa .inquiry-email a {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    transition: color 0.3s ease;
}

.footer-sa .inquiry-email a:hover {
    color: #0d6efd;
}

/* Availability Badge */
.availability-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(13, 110, 253, 0.08);
    border: 1px solid rgba(13, 110, 253, 0.2);
    border-radius: 30px;
    font-size: 13px;
    color: #0d6efd;
    font-weight: 500;
}

.availability-badge .pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #10b981; /* Glowing emerald green */
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

/* Footer Bottom Bar */
.footer-sa .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #71717a;
    font-size: 13px;
}

.footer-sa .footer-bottom .brand-name {
    color: #ffffff;
    font-weight: 600;
}

.footer-sa .footer-bottom .footer-tagline {
    font-size: 13px;
    color: #71717a;
}

/* Scroll-to-Top Button Fix */
.progress-wrap::after {
    display: none !important;
}

.progress-wrap .arrow-up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}