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

body{
    background-color: #696CFF !important;
}
#cardScroll::-webkit-scrollbar {
    display: none; /* hide scrollbar in Chrome/Safari */
}
.dot.active {
    background-color: #696CFF !important;
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.dot {
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot:hover {
    transform: scale(1.1);
    opacity: 0.8 !important;
}

/* Prevent image and text selection during drag */
.card-text-link {
    display: inline-block; /* required for transform */
    transition: transform 0.3s ease;
    text-align: center; /* center text inside */
}

.card-text-link:hover {
    transform: scale(1.05); /* grows smoothly without reflow */
}

#cardScroll {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#cardScroll img {
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#cardScroll a {
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-decoration: none;
}

#cardScroll .card {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Re-enable pointer events when not dragging */
#cardScroll:not(.dragging) a {
    pointer-events: auto;
}

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

.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 */
}


.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;
}


/* Arrow Button Scrolling */
.scroll-btn {
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 10;
}

.scroll-btn:hover {
    background: rgba(0, 123, 255, 0.9); /* Bootstrap primary shade */
    color: #fff;
}

/* Hide arrows on small screens */
@media (max-width: 999px) {
    .scroll-btn {
        display: none !important;
    }
}

.hero-paragraph {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* At md and up, make it 50% */
  @media (max-width: 768px) {
    .hero-paragraph { width: 100%; }
  }

  /* Default desktop/tablet size */
.card-icon-wrapper {
    width: 24rem; 
  }
  
  /* On smaller screens, shrink the card */
  @media (max-width: 767px) {
    .card-icon-wrapper {
      width: 16rem; /* adjust as needed */
    }
  
    .card-icon-wrapper .card-image-icon {
      width: 70% !important;
      height: auto;
    }

    .text-title{
        font-size: 2rem !important;
    }
  }