﻿/*@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins/Poppins-ExtraBold.eot');
    src: local('☺'), url('fonts/Poppins/Poppins-ExtraBold.woff') format('woff'), url('fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype'), url('fonts/Poppins/Poppins-ExtraBold.svg') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;*/
/* Read next point */
/*unicode-range: U+000-5FF;
}*/

/** Generated by FG **/
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins/Poppins-Light.eot');
    src: local('☺'), url('../fonts/Poppins/Poppins-Light.woff') format('woff'), url('fonts/Poppins/Poppins-Light.ttf') format('truetype'), url('fonts/Poppins/Poppins-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    /* Read next point */
    unicode-range: U+000-5FF;
}

/** Generated by FG **/
/*@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins/Poppins-LightItalic.eot');
    src: local('☺'), url('fonts/Poppins/Poppins-LightItalic.woff') format('woff'), url('fonts/Poppins/Poppins-LightItalic.ttf') format('truetype'), url('fonts/Poppins/Poppins-LightItalic.svg') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;*/
/* Read next point */
/*unicode-range: U+000-5FF;
}*/

/** Generated by FG **/
@font-face {
    font-family: 'Fontjek';
    src: url('/fonts/Fontjek/Fontjek-RVJ6.eot');
    src: local('☺'), url('/fonts/Fontjek/Fontjek-RVJ6.woff') format('woff'), url('/fonts/Fontjek/Fontjek-RVJ6.ttf') format('truetype'), url('/fonts/Fontjek/Fontjek-RVJ6.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    /* Read next point */
    unicode-range: U+000-5FF;
}

/** Generated by FG **/
@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins/Poppins-SemiBold.eot');
    src: local('☺'), url('/fonts/Poppins/Poppins-SemiBold.woff') format('woff'), url('/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype'), url('/fonts/Poppins/Poppins-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    /* Read next point */
    unicode-range: U+000-5FF;
}





:root {
    --bs-body-color: #132849;
}




html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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%;
}

body {
    margin-bottom: 60px;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: .1em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

body, button, input, select, optgroup, textarea {
    color: var(--default-black, #132849);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

.btn-black {
    background-color: #132849;
    color: white;
    border: none; /* Optional: Remove border */
}

    .btn-black:hover {
        background-color: #333; /* Darker shade for hover effect */
        color: white;
    }


.littleTitle {
    font-family: 'Fontjek', sans-serif;
    font-size: 40px;
    text-transform: inherit;
    text-align: center;
    padding: 0 5px;
    margin: 0;
    letter-spacing: 0;
    font-weight: 400;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.littleTitleBlack {
    color: var(--default-white, #FFF);
    font-size: 30pt;
    font-weight: 400;
    text-transform: inherit;
    background: var(--default-black, #132849);
    display: inline;
    line-height: 1.4em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 0 15px;
    position: relative;
    z-index: 3;
}


.little-widgets-feature-list-items-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Two columns on desktop, one on mobile */
    gap: 20px; /* Space between items */
}

.little-widgets-feature-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #9fd6ce; /* Light background */
    padding: 20px;
    border-radius: 10px; /* Rounded corners */
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

    .little-widgets-feature-list-item:hover {
        transform: scale(1.05);
    }

.little-widgets-feature-list-item-icon i {
    font-size: 2rem;
    color: #132849; /* Icon color */
    margin-bottom: 10px;
}

.little-widgets-feature-list-item-text h6 a {
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    color: #132849;
}

.little-widgets-feature-list-item-text p {
    font-size: 1rem;
    color: #132849;
}

.button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

    .button:hover {
        background: #0056b3;
    }


/*  Styles form quick links*/
.list-unstyled {
    list-style: none;
    padding-left: 0;
}

    .list-unstyled li {
        display: flex;
        align-items: center;
        gap: 10px; /* Space between icon and text */
        margin-bottom: 8px; /* Spacing between list items */
    }

    .list-unstyled i {
        font-size: 1.2em; /* Adjust icon size */
        flex-shrink: 0; /* Prevent icon from resizing */
    }

    .list-unstyled a {
        text-decoration: none; /* Remove underline */
        color: inherit; /* Keeps text-muted color */
    }

/*prevent underlines form link*/

.no-underline {
    text-decoration: none !important;
}


/*Attachment boxes*/
.attachment-box {
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #9fd6ce;
    position: relative;
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .attachment-box i {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 24px;
        color: #132849;
    }

    .attachment-box h4 {
        margin-bottom: 10px;
    }

.row .col-lg-3 {
    display: flex;
}

.thought-bubble {
    position: relative;
    background: #9fd6ce;
    border-radius: 25px;
    padding: 20px;
    text-align: center;
    max-width: 600px;
    margin: 40px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

    .thought-bubble:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        width: 40px;
        height: 40px;
        background: #9fd6ce;
        border-radius: 50%;
        transform: translateX(-50%);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    .thought-bubble:before {
        content: "";
        position: absolute;
        bottom: -40px;
        left: 50%;
        width: 20px;
        height: 20px;
        background: #9fd6ce;
        border-radius: 50%;
        transform: translateX(-50%);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }
.love-icon {
    font-size: 50px;
    color: #132849;
    margin-top: 20px;
}


/* Ensure the attachment box is relatively positioned so the icon can be absolutely positioned */
.about-box {
    position: relative;
    padding: 20px;
    /* Add extra top padding so the header doesn’t overlap with the icon */
    padding-top: 50px; /* adjust as needed */
    background-color: #9fd6ce; /* optional: for visual clarity */
}

    /* Position the icon absolutely at the top right of its parent */
    .about-box i {
        position: absolute;
        top: 10px; /* Adjust vertical spacing */
        right: 10px; /* Adjust horizontal spacing */
        font-size: 24px; /* Adjust size as needed */
        color: #132849; /* Optional: adjust the icon color */
    }


@keyframes subtlePulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

.countdown-timer {
    background-color: #fef9f6; /* soft blush beige */
    border: 1px solid #f6e5e0;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
    font-size: 1.125rem;
    color: #403838; /* grounded soft black */
    display: inline-block;
    margin: 1.25rem 0;
    box-shadow: 0 8px 20px rgba(139, 121, 114, 0.1);
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.02em;
}

    .countdown-timer strong {
        font-weight: 600;
        color: #c17878; /* warm feminine accent */
        margin-right: 0.4rem;
    }

    .countdown-timer .countdown-time {
        font-weight: 700;
        font-size: 1.25rem;
        color: #b25f5f; /* soft yet urgent feel */
        background-color: #fceeed;
        padding: 0.35rem 0.75rem;
        border-radius: 0.5rem;
        display: inline-block;
        min-width: 5rem;
        animation: subtlePulse 2.5s infinite;
    }
.next-steps ul {
    list-style-type: none;
    padding-left: 0; /* Optional: aligns text to the left */
}

/*——————————————
  Kill iOS tap‐highlights & active states
——————————————*/
/* 1. No taps ever get highlighted */
* {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important; /* disable callout menu */
}

/* 2. Prevent any webkit “press” appearance */
button, .btn, label, .form-check-label {
    -webkit-appearance: none !important;
    touch-action: manipulation; /* help Chrome on iOS drop 300ms delay */
    user-select: none; /* no text selection on tap */
}

    /* 3. Strip every :focus / :active style */
    button:focus, button:active,
    .btn:focus, .btn:active,
    label:focus, label:active,
    .form-check-label:focus, .form-check-label:active {
        outline: none !important;
        box-shadow: none !important;
        background-color: transparent !important;
    }

        /* 4. Make sure your custom radio UI never “sticks” */
        .form-check-input:focus + .form-check-label .form-check-circle,
        .form-check-label:active .form-check-circle {
            box-shadow: none !important;
        }