html {
    font-size: 14px;
    scroll-behavior: smooth;
}

html[data-bs-theme="dark"] {
    --bs-body-color: #fc;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
    #testimonialCarousel .carousel-control-prev,
    #testimonialCarousel .carousel-control-next {
        display: none !important;
    }
    #testimonialCarousel .carousel-item .d-flex.flex-row.align-items-center {
        flex-direction: column !important;
        text-align: center;
    }
    #testimonialCarousel .carousel-item .me-4 {
        margin-right: 0 !important;
        margin-bottom: 1rem !important;
    }

    #uspCarousel .carousel-control-prev,
    #uspCarousel .carousel-control-next {
        display: none !important;
    }

    #uspCarousel .carousel-item .d-flex.flex-row.align-items-center {
        flex-direction: column !important;
        text-align: center;
    }

    #uspCarousel .carousel-item .me-4 {
        margin-right: 0 !important;
        margin-bottom: 1rem !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

html, body {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

 body {
    margin-bottom: 60px;
    background: url('/images/signin-glass.jpg') no-repeat center center fixed;
    background-size: cover;
}

.card, .glass-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(40px);
}

.glass-card {
    backdrop-filter: blur(40px);
    border-radius: 1.25rem;
}

.white-card {
    background: #fff;
    color: #111;
    border-radius: 1.25rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    border: 1px solid rgba(0,0,0,0.06);
    padding: 2rem 1.5rem;
    transition: transform 0.18s, box-shadow 0.18s;
}

white-card:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.modern-hero-img {
    max-height: 320px;
    filter: drop-shadow(0 8px 32px rgba(0,0,0,0.25));
}

.highlight-section {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding-left: 2rem;
    padding-right: 2rem;
}

.feature-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.2,1,.22,1);
}

.feature-card.visible {
    opacity: 1;
    transform: none;
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: none;
    transition: background 0.2s;
    z-index: 2;
}

#testimonialCarousel .carousel-control-prev:hover,
#testimonialCarousel .carousel-control-next:hover {
    background: rgba(255, 255, 255, 0.518);
}

#testimonialCarousel .carousel-control-prev {
    left: -3.5rem;
}

#testimonialCarousel .carousel-control-next {
    right: -3.5rem;
}

#uspCarousel .carousel-control-prev,
#uspCarousel .carousel-control-next {
    /*background: rgba(255, 255, 255, 0.1);*/
    backdrop-filter: blur(40px);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: none;
    transition: background 0.2s;
    z-index: 2;
    color: white;
}

    #uspCarousel .carousel-control-prev:hover,
    #uspCarousel .carousel-control-next:hover {
        background: rgba(255, 255, 255, 0.518);
    }

#uspCarousel .carousel-control-prev {
    left: -3.5rem;
}

#uspCarousel .carousel-control-next {
    right: -3.5rem;
}

.section-hidden {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.5s cubic-bezier(.2,1,.22,1), transform 1.5s cubic-bezier(.2,1,.22,1);
}

.section-visible {
    opacity: 1;
    transform: none;
}

section {
    margin: 0;
    padding: 0;
}

.hero-section {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.cool-features-bg {
    background: linear-gradient(135deg, #f8f9fa 60%, #e9e4f0 100%);
    position: relative;
    overflow: hidden;
}

.glass-card {
    background: rgba(255,255,255,0.18);
    border-radius: 1.5rem;
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(12px);
    transition: box-shadow 0.2s, transform 0.2s;
}

.feature-hover:hover {
    box-shadow: 0 8px 32px 0 rgba(164,80,139,0.18), 0 2px 8px rgba(0,0,0,0.10);
    transform: translateY(-8px) scale(1.03);
}

.feature-icon svg {
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 2px 8px rgba(164,80,139,0.08));
}

.section-white {
    background: rgba(255,255,255,0.97);
    color: #111;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08), 0 1.5px 6px rgba(0,0,0,0.04);
    padding: 4rem 0;
    margin: 0 auto 3rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    /* Add explicit width control */
    max-width: 100%;
    width: 100vw; /* Full viewport width */
    margin-left: calc(50% - 50vw); /* Center full-width element */
    margin-right: calc(50% - 50vw);
}

.section-white * {
    color: #111 !important;
}

.section-white .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section-white .card.glass-card {
    background: rgba(255,255,255,0.85);
    border-radius: 1.25rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
    border: 1px solid rgba(0,0,0,0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}

.section-white .card.glass-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.scroll-down-arrow {
    display: block;
    margin: 0 auto 2rem auto;
    width: 40px;
    height: 40px;
    animation: bounce 1.5s infinite;
    color: #fff;
    opacity: 0.7;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(16px);
    }
}