:root {
  --bs-font-sans-serif: 'Nunito Sans', sans-serif;
}

body{
    background-color: #ffffff;
}
#cardScroll::-webkit-scrollbar {
    display: none; /* hide scrollbar in Chrome/Safari */
}
.dot.active {
    background-color: #000 !important;
}

.fs-14{
    font-size: 15px !important;
}

.navbar {
    background: #696CFF;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar.is-sticky {
    top: 15px;
    background: #ffffff !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* optional subtle shadow */
}

.landing-green-bg{
    background-color: #47d90c !important;
    color: white !important;
    transition: background-color 0.3s ease;
    border: 1px solid #47d90c !important;
}

.btn.landing-green-bg:hover {
    background-color: #3ebf0a !important; /* Slightly darker green */
    border: 1px solid #3ebf0a !important;
}

.landing-green-outline{
    background-color: #ffffff;
    border: 1px solid #47d90c !important;
    color: #47d90c;
    transition: background-color 0.3s ease;
}

.btn.landing-green-outline:hover {
    color: white !important;
    background-color: #3ebf0a; /* Slightly darker green */
    border: 1px solid #3ebf0a !important;
}

.rounded-sharp-top{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
}

.letter-spacing-wide {
    letter-spacing: 1px;
}

/* Cube corner cut effect (optional) */
.cube-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: #bdbdf3;
    border-bottom-left-radius: 60px;
    transform: translate(30%, -30%) rotate(45deg);
    z-index: 0;
}

/* The image floats to the top-left */
.cube-image-floating {
    position: absolute;
    scale: 1.1; /* Optional: Slightly enlarge the image */;
    z-index: 1;
}

.top-30{
    top: -30px;
}

.left-40{
    left: -40px;
}

.right-40{
    right: -40px;
}

.pt-12 {
    padding-block-start: 3rem !important;
}

@media (max-width: 768px) {

    .cube-image-floating {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        scale: 1 !important; /* Reset scale for smaller screens */
        transform: none !important;
    }
    .cube-image-wrapper {
        padding: 5px; /* Adjust padding for smaller screens */
        box-shadow: none; /* Remove shadow for smaller screens */
    }

    .top-30 {
        top: 0 !important; /* Reset top position for smaller screens */
    }
    .left-40 {
        left: 0 !important; /* Reset left position for smaller screens */
    }
    .right-40 {
        right: 0 !important; /* Reset right position for smaller screens */
    }
}


.mw-300px{
    max-width: 300px;
}
.mw-250px{
    max-width: 250px;
}

.fs-18px{
    font-size: 18px !important;
}

.hw-80px{
    height: 80px;
    width: 80px;
}

.mh-350px{
    max-height: 350px;
}
.mw-350px{
    max-width: 350px;
}

.mh-200px{
    max-height: 200px;
}

.w-500px{
    width: 500px;
}

/* style="background-color: #EAEBFF;" */
.light-violet-bg {
    background-color: #EAEBFF !important;
}

.primary-bg {
    background-color: #696cff !important;
}

.fw-900{
    font-weight: 900 !important;
}

.fw-500{
    font-family: var(--bs-font-sans-serif);
    font-weight: 700 !important;
    /* font-style: italic; */
}

.cube-image-container {
    position: relative;
    display: inline-block;
    /* overflow: hidden; This clips dots from overflowing outside */
}

/* Footer */
.text-green{
    color: #30cd30 !important;
}

.small {
    font-size: 0.9rem !important;
}

.dark-primary-bg{
    background-color: #3d316b !important;
}

.light-gray-bg{
    background-color: #F5F5F9 !important;
}

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

.footer-link{
    color: white !important;
}

.footer-link:hover{
    color: #30cd30 !important;
}

/* .dots-pattern {
    position: absolute;
    top: -65px;    75px up from top
    left: -75px;   75px from left
    width: 150px; Adjust size as needed
    height: 150px;
    background: url('/assets/img/landing/dots-pattern.png') no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
} */

.dots-pattern {
    position: absolute;
    width: 150px;
    height: 150px;
    background: url('/assets/img/landing/dots-pattern.png') no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}

.dots-top-right {
    top: -65px;
    right: -75px;
}

.dots-bottom-left {
    bottom: -65px;
    left: -75px;
}

.top-left{
    top: -65px;
    left: -75px;
}



/* Ensure page content overlays it */
/* body > *:not(.dots-pattern) {
    position: relative;
    z-index: 1;
} */

/* Mobile adjustment */
@media (max-width: 768px) {
    .top-left {
        top: -90px;
        left: -100px;
    }
}

/* ------- */

.card form .form-label {
    text-transform: none;
    font-size: 0.813rem;
    line-height: 0.938rem;
    font-weight: 500;
}

.logo-light {
    max-height: 9%;
    width: auto;
}
.position-absolute {
    position: absolute;
    top: 32px;
    left: 32px;
}

/* Left Content */
.card .order-2 {
    /* background-color: #696CFF; */
    background: linear-gradient(30.4deg, #696CFF 46.06%, #FFFFFF 100%);
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.card .order-2 .content {
    padding: 6rem 2rem;
}

/* Right Content */
.card .order-1 .content {
    padding: 6rem 3rem;
}

.card .order-1 .content h4 {
    font-size: 1.5rem;
}

.card .order-1 .content p {
    font-size: 0.875rem;
}


/* Make card-header responsive */
@media (max-width: 576px) {
    .user-profile-header-banner img {
        height: 300px !important;
    }
    .d-flex.align-items-center.px-4 {
        flex-direction: column;
        text-align: center;
        margin-top: -44px; /* adjust for smaller avatar overlap */
    }
    .d-flex.align-items-center.px-4 img {
        margin-bottom: 10px;
    }
    .d-flex.align-items-center.px-4 .ms-3 {
        margin-left: 0 !important; /* remove side margin on mobile */
    }
}

/* Make nav responsive */
@media (max-width: 576px) {
    #profileTabs {
        flex-wrap: nowrap;           /* prevent wrapping */
    }
    #profileTabs .nav-item {
        flex: 0 0 auto;              /* keep items side-by-side */
    }
    #profileTabs .nav-link {
        font-size: 1rem !important;  /* slightly smaller font */
        padding: 0.5rem 1rem;        /* tighter padding */
        white-space: nowrap;         /* prevent text wrap */
    }
}

.bxs-circle{
    font-size: 12px !important;
}