/* Poppins for Headings and Nunito Sans for Body */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Nunito+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
    --brand-purple: #6256CA;
    --light-bg: #F8F7FF;
    --nav-border: #ECE9FF;
    --brand-gradient: linear-gradient(180deg, #6256CA 0%, #4437B9 100%);
}

html {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}


html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


.full-width-section {
    width: 100%;
    background-color: var(--light-bg);
}

.bg-purp {
    background-color: var(--light-bg);

}

.content-container {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

.card-radius {
    border-radius: 2.5rem;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    color: #1a1a1a;
}

h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
}

.bg-brand-gradient {
    background: var(--brand-gradient);
}

.bg-purple-light {
    background-color: #f8f7ff;
}

.text-brand-purple {
    color: #5D5FEF;
}


.btn-transition {
    transition: all 0.3s ease;
}


.hover-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}


.icon-box {
    transition: all 0.3s ease;
}


.white-card:hover {
    background: var(--brand-gradient) !important;
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(93, 95, 239, 0.2);
}


.white-card:hover h4,
.white-card:hover p {
    color: #ffffff !important;
}


.white-card:hover .icon-box {
    background-color: #ffffff !important;
}


.bg-brand-gradient:hover {
    transform: translateY(-5px);
}


.form-input {
    width: 100%;
    padding: 1rem 1.5rem;
    background: #ffffff;
    border: 1px solid #ECE9FF;
    border-radius: 0.75rem;
    font-family: 'Nunito Sans', sans-serif;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.2s;
}

.form-input:focus {
    border-color: #5D5FEF;
}

.card-heading {
    font-size: 19px;
    font-weight: 300;
}

.form-label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

.app-banner-gradient {
    background: linear-gradient(180deg, #6256CA 0%, #4437B9 100%);
    border-radius: 4rem;
}

.app-subheading {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

.fontnunito {
    font-family: 'Nunito Sans', sans-serif;
}

.app-heading {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
}

.mobile-mockup-container {
    display: flex;
    align-items: flex-end;
    /* Aligns phones to the bottom edge */
    justify-content: center;
    padding-top: 0
}

.mobile-mockup-img {
    max-width: 100%;
    height: auto;
    /* Pulls the image slightly down to ensure no gap at the bottom */
    margin-bottom: -1px;
    object-fit: contain;
}

.app-content-padding {
    padding: 3rem 4rem;
    /* Reduced from 5rem/20 */
}

footer-fine-line {
    border-top: 1px solid #ECE9FF;
    margin-top: 3rem;
    padding-top: 1.5rem;
}

.footer-link {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    transition: color 0.2s;
}

.footer-link:hover {
    color: #5D5FEF;
}

.footer-bottom-text {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #6B7280;
}


.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #ECE9FF;
    margin: 2.5rem 0 1.5rem 0;
}

.footer-link {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: color 0.2s;
}


.nav-link {
    position: relative;
    color: #4B5563;
    /* text-gray-600 */
    transition: color 0.3s ease;
    padding-bottom: 4px;
}


.nav-link:hover,
.nav-link.active {
    color: #6256CA;
    /* Brand Purple */
}


.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #6256CA;
    transition: width 0.3s ease;
}


.nav-link:hover::after,
.nav-link.active::after {
    width: 100%;
}

.custom-bullet {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    object-fit: contain;
}

.card-purple-light {
    background-color: #F8F7FF;
    border: 1px solid #ECE9FF;
}

/* .backcover {
        background-image: url('./Assets/back-cover.svg');
        background-size: cover;
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .backcover1 {
        background-image: url('./Assets/backcover1.svg');
        background-size: cover;
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
    } */

@keyframes swing {
    0% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(5deg);
    }
}

.animate-swing {
    transform-origin: top center;
    animation: swing 2.5s ease-in-out infinite;
}