﻿body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 3.5rem;
}

nav.navbar {
    background-color: #00608f;
}

.navbar-white .nav-item .nav-link {
    color: rgb(8,37,101) !important;
    position: relative;
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.navbar-white .nav-item.active .nav-link {
    color: rgb(8,37,101) !important;
    background-color: transparent !important;
    box-shadow: none;
}
.navbar-white .nav-item.active .nav-link::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.15rem;
    height: 2px;
    border-radius: 999px;
    background-color: rgb(8,37,101);
    opacity: 0.9;
}
.navbar-white .nav-item .nav-link:hover {
    color: #fff !important;
    background-color: rgb(8,37,101) !important
}

.dark-icon .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.blog-pagination {
    margin-bottom: 4rem;
}

    .blog-pagination > .btn {
        border-radius: 2rem;
    }

.cover-image {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
}

.category-badge {
    position: absolute;
    left: 0.5em;
    bottom: 0.5em;
}

#home-hero {
    --fill-layer-background-media-position: fixed;
    --fill-layer-background-media-pointer-events: none;
    --bg-gradient: radial-gradient(circle at 41.41666730244955% 32.5%, #082565 0%, 38.76%, rgba(8,37,101,0) 68%), radial-gradient(circle at 77.08333333333334% 91.83333714803061%, #082565 0%, 13.200000000000001%, rgba(8,37,101,0) 40%), radial-gradient(circle at 16.416667302449543% 86.50000254313152%, rgba(23,183,224,0.99) 0%, 25%, rgba(23,183,224,0) 50%), radial-gradient(circle at 0% 3.166666626930237%, #3A0647 0%, 42%, rgba(58,6,71,0) 70%), radial-gradient(circle at 80.41666666666667% 21.83333396911621%, #3A0647 0%, 36.6%, rgba(58,6,71,0) 61%), radial-gradient(circle at 48.9013671875% 49.521484375%, #FFFFFF 0%, 100%, rgba(255,255,255,0) 100%);
    background-image: url(/assets/img/home-img-bg-fade.webp), var(--bg-gradient) !important;
    --bg-overlay-color: transparent;
    background-position: center;
    background-size: inherit;
    background-repeat: no-repeat;
    padding-top: 4.5rem;
    width: 100%;
}

.home-form-background {
    background-color: #00608f !important;
}

.home-form-header {
    font-weight: 500 !important;
}

.home-form-lead {
    color: #bdd7e3;
}

@media screen and (max-width: 767px) {
    .h1-variable {
        font-size: 2.25rem;
    }
}

@media screen and (min-width: 768px) {
    .h1-variable {
        font-size: 2.7rem;
    }
}

.card-rounded {
    min-height: 500px;
    height: 100%;
    border-radius: 25px !important;
}
a.scroll-link {
    text-shadow: 0 4px 4px rgb(0, 0, 0, 0.2);
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}

    a.scroll-link:hover {
        cursor: pointer;        
    }


[data-aos="scroll-link-animation"] {
    opacity: 0;
    transition-property: transform, opacity;
}
    [data-aos="scroll-link-animation"].aos-animate {
        opacity: .8;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.formkit-powered-by {
    display: none;
}

.home-info-card {
    margin-top: -10em;
    margin-bottom: 3em;
}

@media screen and (min-width: 768px) {
    .home-info-card {
        margin-top: -8em;
    }
}

.modal-close {
    z-index:999;
}

.slider-control {
    width:80%;
}
@media screen and (min-width: 768px) {
    .slider-control {
        width:60%;
    }
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.border-light-50 {
    border-color: rgba(248, 249, 250, 0.5);
}



.bg-black {
    background-color: #12090c !important;
}

.bg-light-gray {
    background-color: rgb(236, 229, 233) !important;
}

.font-brand {
    color: rgb(8,37,101)
}



.home-info-header {
    color: #0078B3;
    font-weight: 700;
    font-size: 1.25em;
    text-transform: uppercase;
}

.embed-responsive .card-img-top {
    object-fit: cover;
    object-position: top;
}

img {
    max-width: 100%;
}

.text-light-muted {
    color: #dae0e5 !important;
}
a.text-light-muted:hover {
    color: #fff !important;
}

.footer {
    background-color: #212529;
}

a.text-brand-accent {
    font-weight: 400;
}
.progress-thin {
    height: 0.25rem !important;
    border-radius: 0rem !important;
    box-shadow: none !important;
    background-color: transparent !important;
    position:relative !important;
}

.real-wink {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.highlight {
    padding: 0.2em;
    background-color: #ffd910;
    padding-top: 0;
    padding-bottom: 0;
}

.underline-red {
    text-decoration-skip-ink: none;
    text-decoration: red underline;
    text-underline-offset:0.2em;
}

#tagline-animation .step1 {
    visibility: hidden;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(1,0,1,0);
    animation-name: slideup;
    animation-iteration-count: 1;
    animation-delay: 250ms;
}

#tagline-animation .step2 {
    visibility: hidden;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(1,0,1,0);
    animation-name: slideup;
    animation-iteration-count: 1;
    animation-delay: 500ms;
}

#tagline-animation .step3 {
    visibility: hidden;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(1,0,1,0);
    animation-name: slideup;
    animation-iteration-count: 1;
    animation-delay: 750ms;
}

#tagline-animation .step4 {
    visibility: hidden;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(1,0,1,0);
    animation-name: slideup;
    animation-iteration-count: 1;
    animation-delay: 1000ms;
}

#tagline-animation .step5 {
    visibility: hidden;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(1,0,1,0);
    animation-name: appear;
    animation-iteration-count: 1;
    animation-delay: 1250ms;
}

@keyframes appear {
    from {
        visibility: hidden;
    }
    80% {
        visibility: hidden;
    }
    to {
        visibility: visible;
    }
}

@keyframes slideup {
    from {
        transform: translateY(48px);
        visibility: hidden;
    }

    80% {
        visibility: hidden;
    }
    
    to {
        transform: translateY(0);
        visibility: visible;
    }
}

.benefits h1,
.benefits h2,
.benefits h3,
.benefits h4,
.benefits h5,
.benefits p {
    color: rgb(8,37,101);
}

@media screen and (min-width: 768px) {
    .sandbox {
        --bg-gradient: radial-gradient(circle at 58.9703623453776% 15.09033203125%, #082565 0%, 41.16%, rgba(8,37,101,0) 84%), radial-gradient(circle at 94.92469787597656% 92.684326171875%, #6578F4 0%, 20.4%, rgba(101,120,244,0) 68%), radial-gradient(circle at 6.503906249999999% 88.037109375%, rgba(58,6,71,0.99) 0%, 25%, rgba(58,6,71,0) 50%), radial-gradient(circle at 6.165364583333333% 12.617187499999998%, #17B7E0 0%, 42%, rgba(23,183,224,0) 70%), radial-gradient(circle at 93.90768686930339% 11.448923746744793%, #3A0647 0%, 42%, rgba(58,6,71,0) 70%), radial-gradient(circle at 48.9013671875% 49.521484375%, #FFFFFF 0%, 100%, rgba(255,255,255,0) 100%);
        background-image: var(--bg-gradient);
        --fill-layer-image-opacity: 0.27;
        --fill-layer-background-media-position: fixed;
        --fill-layer-background-media-pointer-events: none;
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
    }
    #parallax {
        height: 500px;
        overflow: hidden;
        position: relative;
        background: url('/assets/img/tour-bg-fade.webp') no-repeat center center fixed;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
}

@media screen and (max-width: 767px) {
    .sandbox {
        --bg-gradient: radial-gradient(circle at 58.9703623453776% 15.09033203125%, #082565 0%, 41.16%, rgba(8,37,101,0) 84%), radial-gradient(circle at 94.92469787597656% 92.684326171875%, #6578F4 0%, 20.4%, rgba(101,120,244,0) 68%), radial-gradient(circle at 6.503906249999999% 88.037109375%, rgba(58,6,71,0.99) 0%, 25%, rgba(58,6,71,0) 50%), radial-gradient(circle at 6.165364583333333% 12.617187499999998%, #17B7E0 0%, 42%, rgba(23,183,224,0) 70%), radial-gradient(circle at 93.90768686930339% 11.448923746744793%, #3A0647 0%, 42%, rgba(58,6,71,0) 70%), radial-gradient(circle at 48.9013671875% 49.521484375%, #FFFFFF 0%, 100%, rgba(255,255,255,0) 100%);
        background-image: var(--bg-gradient);
        --fill-layer-image-opacity: 0.27;
        --fill-layer-background-media-position: fixed;
        --fill-layer-background-media-pointer-events: none;
        background-position: top;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #parallax {
        height: 800px;
        overflow: hidden;
        position: relative;
        background: url('/assets/img/tour-bg-fade.webp') no-repeat center center fixed;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

}

    .btn-purp {
        background-color: #462F68;
        color: white;
        border-radius: 15px;
        border: 2px solid white;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        box-shadow: 0px 0px 2px rgba(0,0,0,0.29);
        text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
        text-align: center;
    }

        .btn-purp:hover {
            background-color: white;
            color: #462F68;
            text-decoration: none;
        }

.btn-sec {
    background-color: transparent;
    color: white;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    box-shadow: none;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
    text-align: center;
}

    .btn-sec:hover {
        background-color: white;
        color: #462F68;
        text-decoration: none;
        border-color: rgba(255, 255, 255, 1);
    }

    .btn-brand {
        color: white;
        border-radius: 15px;
        display: inline-block;
        padding: 0.5em 1em;
        text-decoration: none;
        box-shadow: 0px 0px 2px rgba(0,0,0,0.29);
        text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
        text-align: center;
    }

        .btn-brand:hover {
            text-decoration: none;
        }

.btn-brand-dark-rounded {
    background-color: rgb(8,37,101);
    color: white;
    border-radius: 15px;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.29);
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
    text-align: center;
    transition: all 0.3s ease;
}

    .btn-brand-dark-rounded:hover {
        /* Darken the background color slightly */
        background-color: rgb(4,26,69);
        /* Keep the glow but make it optional, you can adjust or remove as needed */
        box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
        transform: translateY(-2px);
        text-decoration: none;
        color:white;
    }

.btn-brand-dark {
    background-color: rgb(8,37,101);
    color: white;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.29);
    text-shadow: 0px 0px 1px rgba(0,0,0,0.5);
    text-align: center;
    transition: all 0.3s ease;
}

    .btn-brand-dark:hover {
        /* Darken the background color slightly */
        background-color: rgb(4,26,69);
        /* Keep the glow but make it optional, you can adjust or remove as needed */
        box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
        transform: translateY(-2px);
        text-decoration: none;
        color: white;
    }

.btn-brand-dark-outline-rounded {
    background-color: transparent;
    color: rgb(8,37,101); /* The same color as the background of .btn-brand-dark */
    border: 2px solid rgb(8,37,101); /* Same color for the border */
    border-radius: 15px; /* Keep the same border radius for consistency */
    display: inline-block;
    padding: 0.4em 1em;
    text-decoration: none;
    box-shadow: none; /* No box-shadow as it's an outline button */
    text-align: center;
    transition: all 0.3s ease;
}

    .btn-brand-dark-outline-rounded:hover {
        background-color: rgb(8,37,101); /* Fill the button with the brand color on hover */
        color: white; /* Change text color to white on hover */
        border-color: rgb(8,37,101); /* Optionally darken the border if needed */
        transform: translateY(-2px);
        box-shadow: 0px 5px 15px rgba(0,0,0,0.3); /* Optional: add shadow on hover */
        text-decoration: none;
    }

.btn-brand-dark-outline {
    background-color: transparent;
    color: rgb(8,37,101); /* The same color as the background of .btn-brand-dark */
    border: 2px solid rgb(8,37,101); /* Same color for the border */
    display: inline-block;
    padding: 0.4em 1em;
    text-decoration: none;
    box-shadow: none; /* No box-shadow as it's an outline button */
    text-align: center;
    transition: all 0.3s ease;
}

    .btn-brand-dark-outline:hover {
        background-color: rgb(8,37,101); /* Fill the button with the brand color on hover */
        color: white; /* Change text color to white on hover */
        border-color: rgb(8,37,101); /* Optionally darken the border if needed */
        transform: translateY(-2px);
        box-shadow: 0px 5px 15px rgba(0,0,0,0.3); /* Optional: add shadow on hover */
        text-decoration: none;
    }

.hero-primary-btn,
.hero-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.hero-primary-btn {
    border: 1px solid rgba(255,255,255,0.22);
    background: linear-gradient(135deg, #ffffff 0%, #EAF8FF 100%);
    color: #082565;
    box-shadow: 0 18px 38px rgba(5,16,42,0.28), inset 0 1px 0 rgba(255,255,255,0.9);
}

    .hero-primary-btn::before,
    .hero-secondary-btn::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, rgba(255,255,255,0) 18%, rgba(255,255,255,0.22) 48%, rgba(255,255,255,0) 80%);
        transform: translateX(-130%);
        transition: transform 0.7s ease;
    }

    .hero-primary-btn > span,
    .hero-secondary-btn > span {
        position: relative;
        z-index: 1;
    }

.hero-secondary-btn {
    border: 1px solid rgba(255,255,255,0.34);
    background: rgba(255,255,255,0.08);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 14px 30px rgba(5,16,42,0.16);
    backdrop-filter: blur(10px);
}

.hero-btn-icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.18);
}

.hero-primary-btn .hero-btn-icon {
    background: linear-gradient(135deg, #4E3578 0%, #17B7E0 100%);
    color: #fff;
    box-shadow: 0 8px 18px rgba(23,183,224,0.28);
}

.hero-secondary-btn .hero-btn-icon {
    background: rgba(255,255,255,0.1);
    color: #DFF8FF;
}

.hero-primary-btn:hover,
.hero-secondary-btn:hover {
    text-decoration: none;
    transform: translateY(-2px);
}

.hero-primary-btn:hover {
    color: #082565;
    box-shadow: 0 22px 44px rgba(5,16,42,0.34), inset 0 1px 0 rgba(255,255,255,1);
}

.hero-secondary-btn:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 18px 34px rgba(5,16,42,0.2);
}

    .hero-primary-btn:hover::before,
    .hero-secondary-btn:hover::before {
        transform: translateX(130%);
    }

.hero-primary-btn:focus,
.hero-secondary-btn:focus {
    outline: none;
}

.hero-primary-btn:focus {
    box-shadow: 0 0 0 0.22rem rgba(125,225,255,0.25), 0 22px 44px rgba(5,16,42,0.34), inset 0 1px 0 rgba(255,255,255,1);
}

#getStartedButton {
    isolation: isolate;
    overflow: visible;
}

#getStartedButton::before {
    display: none;
}

#getStartedButton::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    left: 12%;
    top: -4px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 24%, rgba(127,228,246,0.95) 42%, rgba(127,228,246,0.18) 62%, rgba(127,228,246,0) 76%);
    box-shadow: 0 0 10px rgba(127,228,246,0.85), 0 0 18px rgba(255,255,255,0.45);
    pointer-events: none;
    opacity: 0;
    z-index: 3;
    animation: heroPrimarySparkTrace 8s linear infinite;
}

@keyframes heroPrimarySparkTrace {
    0%,
    9% {
        opacity: 0;
    }

    10% {
        opacity: 1;
        left: 12%;
        top: -4px;
    }

    12.75% {
        opacity: 1;
        left: calc(100% - 18px);
        top: -4px;
    }

    13.5% {
        opacity: 1;
        left: calc(100% - 8px);
        top: calc(50% - 7px);
    }

    14.25% {
        opacity: 1;
        left: calc(100% - 18px);
        top: calc(100% - 10px);
    }

    17% {
        opacity: 1;
        left: 12%;
        top: calc(100% - 10px);
    }

    17.75% {
        opacity: 0.45;
        left: -4px;
        top: calc(50% - 7px);
    }

    19%,
    100% {
        opacity: 0;
        left: 12%;
        top: -4px;
    }
}

@media (prefers-reduced-motion: reduce) {
    #getStartedButton::after {
        animation: none;
        opacity: 0;
    }
}

.hero-secondary-btn:focus {
    box-shadow: 0 0 0 0.22rem rgba(125,225,255,0.18), inset 0 1px 0 rgba(255,255,255,0.14), 0 18px 34px rgba(5,16,42,0.2);
}

/* Utility classes */
a.anchor {
    display: block;
    height: 0;
    position: static;
    scroll-margin-top: 100px;
    visibility: hidden;
}

a.anchor-lg {
    display: block;
    height: 0;
    position: static;
    scroll-margin-top: 120px;
    visibility: hidden;
}

a.anchor-md {
    display: block;
    height: 0;
    position: static;
    scroll-margin-top: 70px;
    visibility: hidden;
}

a.anchor-sm {
    display: block;
    height: 0;
    position: static;
    scroll-margin-top: 40px;
    visibility: hidden;
}

a.anchor-xs {
    display: block;
    height: 0;
    position: static;
    scroll-margin-top: 10px;
    visibility: hidden;
}

/* Smooth scroll */
.smooth-scroll {
    scroll-behavior: smooth;
}

.screenshot-wrapper {
    position: relative;
    background-color: #f5f8fc; /* Very light blue/gray */
    border-radius: 8px;
    padding: 16px 16px 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    margin-bottom: 1.5rem;
    border: 1px solid rgba(0,0,0,0.05);
}

    .screenshot-wrapper:before {
        content: '';
        position: absolute;
        top: 8px;
        left: 16px;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: #ED6B60;
        box-shadow: 18px 0 0 #F4BE4F, 36px 0 0 #62C554;
        z-index: 1;
    }

    .screenshot-wrapper img {
        width: 100%;
        border-radius: 4px;
        border: 1px solid rgba(0,0,0,0.1);
        margin-top: 6px; /* Space for the browser dots */
        box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }

/* Card hover effects */
.benefits .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .benefits .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }

        .benefits .card:hover .screenshot-wrapper {
            box-shadow: 0 5px 15px rgba(0,0,0,0.12);
            background-color: #f0f4fc; /* Slightly darker on hover */
        }

    .demo h1,
    .demo h2,
    .demo h3,
    .demo h4,
    .demo label {
        color: rgb(8,37,101);
    }

    #collegeDataChart {
        font-size: 0.8rem;
    }

        #collegeDataChart tr {
            margin-bottom: 5px;
        }

        #collegeDataChart th, #collegeDataChart td {
            font-weight: normal;
        }

    .info-box {
        color: white;
        padding: 20px;
        margin: 20px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
        transition: transform 0.3s ease-in-out;
        border-radius: 10px;
    }

        .info-box:hover {
            transform: scale(1.05);
        }

    .custom-link {
        display: inline-block;
        padding: 0.5em 1em 1em 1em;
        font-size: 1.3rem;
        font-weight: bold;
        text-decoration: none;
        background: none;
        color: #082565;
    }

        .custom-link:hover {
            background: none;
            text-decoration: none;
            color: #17B7E0;
        }

        .custom-link:active, .custom-link.selected {
            color: #17B7E0;
        }

    .features-box {
        background-color: #FAFAFA;
        border: 1px solid;
        border-left: 80px solid #082565;
        border-radius: 15px;
        box-shadow: -0.07px 4px 28px -4px rgb(0, 0, 0);
    }

    @media screen and (max-width: 768px) {
        .features-box {
            border-left: 10px solid #082565;
        }
    }

    .features {
    }

        .features .feature-item {
            text-align: center;
            margin-bottom: 2rem;
        }

            .features .feature-item i {
                font-size: 4rem;
                color: #fff;
                margin-bottom: 2rem;
                display: block;
            }

        .features .feature-heading {
            font-size: 2.25rem;
            line-height: 3rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .features .feature-text {
            font-size: 1.3rem;
            line-height: 2rem;
            font-weight: lighter;
        }

        .features .feature-item:hover i {
            color: #f2f2f2;
            transition: color 0.3s ease-in-out;
        }

        .features .feature-item:hover .feature-heading {
            color: #f2f2f2;
            transition: color 0.3s ease-in-out;
        }

        .features .feature-item:hover .feature-text {
            color: #f2f2f2;
            transition: color 0.3s ease-in-out;
        }

    .services {
    }

        .services .service-item {
            text-align: center;
            margin-bottom: 2rem;
        }

        .services .service-image {
            width: 100%;
            max-width: 200px;
            margin-bottom: 1rem;
        }

        .services .service-heading {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        .services .service-text {
            font-size: 1rem;
            color: #6c757d;
            line-height: 1.5;
            margin-bottom: 1rem;
        }

    .about-heading {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .about-text {
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
    }

    .about-image {
        width: 100%;
        max-width: 400px;
        margin-bottom: 1rem;
    }

    @media (max-width: 767px) {
        .features .feature-item i {
            font-size: 2rem;
        }

        .features .feature-heading {
            font-size: 1.2rem;
        }

        .features .feature-text {
            font-size: 0.9rem;
        }

        .services .service-image {
            max-width: 150px;
        }

        .services .service-heading {
            font-size: 1.2rem;
        }

        .services .service-text {
            font-size: 0.9rem;
        }

        .about-heading {
            font-size: 1.5rem;
        }

        .about-text {
            font-size: 1rem;
        }

        .about-image {
            max-width: 300px;
        }
    }

/* For Loading Animation*/

.loading-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.circle {
    background-color: #00608f;
    border-radius: 50%;
    height: 20px; /* Adjusted size */
    width: 20px; /* Adjusted size */
    position: absolute;
    transform: translateY(-50%);
    box-shadow: 0 0 0 2px white, 0 0 0 6px #00608f;
}

    .circle:nth-child(1) {
        left: calc(50% - 60px); /* Adjusted position */
        top: calc(50% + 30px); /* Adjusted position */
    }

    .circle:nth-child(2) {
        left: calc(50% - 20px); /* Adjusted position */
        top: calc(50% - 30px); /* Adjusted position */
    }

    .circle:nth-child(3) {
        left: calc(50% + 20px); /* Adjusted position */
        top: calc(50% + 30px); /* Adjusted position */
    }

    .circle:nth-child(4) {
        left: calc(50% + 60px); /* Adjusted position */
        top: calc(50% - 30px); /* Adjusted position */
    }

@keyframes pulley1and3 {
    0%, 100% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(calc(-50% - 60px));
    }
}

@keyframes pulley2and4 {
    0%, 100% {
        transform: translateY(-50%);
    }

    50% {
        transform: translateY(calc(-50% + 60px));
    }
}

@media (min-width: 768px) {
    .circle {
        background-color: #00608f;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        position: absolute;
        transform: translateY(-50%);
        box-shadow: 0 0 0 5px white, 0 0 0 15px #00608f;
    }

        .circle:nth-child(1) {
            left: calc(50% - 150px);
            top: calc(50% + 75px);
        }

        .circle:nth-child(2) {
            left: calc(50% - 50px);
            top: calc(50% - 75px);
        }

        .circle:nth-child(3) {
            left: calc(50% + 50px);
            top: calc(50% + 75px);
        }

        .circle:nth-child(4) {
            left: calc(50% + 150px);
            top: calc(50% - 75px);
        }

    @keyframes pulley1and3 {
        0%, 100% {
            transform: translateY(-50%);
        }

        50% {
            transform: translateY(calc(-50% - 150px));
        }
    }

    @keyframes pulley2and4 {
        0%, 100% {
            transform: translateY(-50%);
        }

        50% {
            transform: translateY(calc(-50% + 150px));
        }
    }
}

.circle:nth-child(1), .circle:nth-child(3) {
    animation: pulley1and3 2s infinite;
}

.circle:nth-child(2), .circle:nth-child(4) {
    animation: pulley2and4 2s infinite;
}

/* For Smaller Loading Animation*/
.loading-sm-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.center-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33vh;
    width: calc(100% - 25px);
    position: absolute;
    z-index: 1000;
    overflow-x: hidden;
}

.circle-sm {
    /* Assuming you want to align elements vertically, you can use CSS flexbox or CSS grid to achieve this. Here's an example using flexbox: */
    background-color: #00608f;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    opacity: 0;
}

    .circle-sm:nth-child(1) {
        left: calc(50% - 45px);
        top: calc(50% + 20px);
    }

    .circle-sm:nth-child(2) {
        left: calc(50% - 20px);
        top: calc(50% - 10px);
    }

    .circle-sm:nth-child(3) {
        left: calc(50% + 5px);
        top: calc(50% + 20px);
    }

    .circle-sm:nth-child(4) {
        left: calc(50% + 30px);
        top: calc(50% - 10px);
    }

.ring-sm-static {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid #00608f;
    border-radius: 50%;
    opacity: 0;
}

    .ring-sm-static:nth-child(5) {
        left: calc(50% - 50px);
        top: calc(50% + 15px);
    }

    .ring-sm-static:nth-child(6) {
        left: calc(50% - 25px);
        top: calc(50% - 15px);
    }

    .ring-sm-static:nth-child(7) {
        left: calc(50% + 0px);
        top: calc(50% + 15px);
    }

    .ring-sm-static:nth-child(8) {
        left: calc(50% + 25px);
        top: calc(50% - 15px);
    }


.ring-sm-rotate {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px double #00608f;
    border-radius: 50%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 50%, 50% 50%, 50% 20%);
    opacity: 0;
}

    .ring-sm-rotate:nth-child(9) {
        left: calc(50% - 50px);
        top: calc(50% + 15px);
    }

    .ring-sm-rotate:nth-child(10) {
        left: calc(50% - 25px);
        top: calc(50% - 15px);
    }

    .ring-sm-rotate:nth-child(11) {
        left: calc(50% + 0px);
        top: calc(50% + 15px);
    }

    .ring-sm-rotate:nth-child(12) {
        left: calc(50% + 25px);
        top: calc(50% - 15px);
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
        border: 3px double #00608f;
        border-radius: 50%;
    }

    100% {
        transform: rotate(360deg);
        border: 3px double #00608f;
        border-radius: 50%;
    }
}

@keyframes fade {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes deepfade {
    0% {
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.85);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(0.85);
    }
}

.circle-sm:nth-child(1), .circle-sm:nth-child(2), .circle-sm:nth-child(3), .circle-sm:nth-child(4) {
    animation: pulse 1.5s infinite, deepfade 1.5s infinite;
}

.ring-sm-static:nth-child(5), .ring-sm-static:nth-child(6), .ring-sm-static:nth-child(7), .ring-sm-static:nth-child(8) {
    animation: deepfade 1.5s infinite;
}

.ring-sm-rotate:nth-child(9), .ring-sm-rotate:nth-child(10), .ring-sm-rotate:nth-child(11), .ring-sm-rotate:nth-child(12) {
    animation: spin 1.5s infinite, deepfade 1.5s infinite;
}

.circle-sm:nth-child(1), .ring-sm-static:nth-child(5), .ring-sm-rotate:nth-child(9) {
    animation-delay: 0s;
}

.circle-sm:nth-child(2), .ring-sm-static:nth-child(6), .ring-sm-rotate:nth-child(10) {
    animation-delay: 0.25s;
}

.circle-sm:nth-child(3), .ring-sm-static:nth-child(7), .ring-sm-rotate:nth-child(11) {
    animation-delay: 0.5s;
}

.circle-sm:nth-child(4), .ring-sm-static:nth-child(8), .ring-sm-rotate:nth-child(12) {
    animation-delay: 0.75s;
}



/* Professional laptop mockup styles with rounded edges */
.laptop-mockup {
    position: relative;
    max-width: 100%;
    perspective: 1500px;
}

/* Screen part - behind the base with z-index 0 */
.laptop-screen {
    position: relative;
    z-index: 0;
    width: 92%;
    margin: 0 auto;
    background: #0e0e0e;
    border: 2px solid #444;
    border-radius: 8px 8px 0 0;
    padding: 2% 2% 0 2%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

    .laptop-screen img {
        width: 100%;
        display: block;
        border-radius: 2px;
        margin-bottom: 0;
        /* Add these properties to improve image sharpness */
    }

/* Main keyboard/palmrest area - in front with z-index 2 */
.laptop-base {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 14px;
    margin-top: -5px; /* Overlap the screen slightly */
    background: linear-gradient(to bottom, #dbdbdb, #c2c2c2);
    border: none;
    border-radius: 0 0 12px 12px; /* More rounded bottom corners */
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* Trackpad indentation on the keyboard area */
.laptop-trackpad {
    width: 25%;
    height: 5px;
    background: #b5b5b5;
    position: absolute;
    top: 4px;
    left: 37.5%;
    border-radius: 3px; /* Rounder trackpad */
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
}

/* Bottom edge/lip of laptop */
.laptop-bottom {
    position: relative;
    z-index: 1;
    width: 80%;
    height: 2px;
    margin: 0 auto;
    background: #a9a9a9;
    border-radius: 0 0 15px 15px; /* More rounded bottom edge */
    box-shadow: 0 8px 12px -5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* Hover animations */
.laptop-mockup:hover .laptop-screen {
    box-shadow: 0 20px 35px rgba(0,0,0,0.35);
}

/* Add these lines right after */
.laptop-screen {
    overflow: hidden; /* Contain the zoomed image */
}

    .laptop-screen img {
        transition: transform 0.5s ease;
    }

.laptop-mockup:hover .laptop-screen img {
    transform: scale(1.08); /* Zoom in on hover */
}



.status-badge {
    display: inline-block;
    background-color: #28a745;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    animation: badge-pulse 2s infinite;
}

.success-badge, .contact-badge, .charter-badge, .community-badge {
    display: inline-block;
    background-color: #28a745;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    animation: badge-pulse 2s infinite;
}

@keyframes badge-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

/* Thank you card styling */
.thank-you-card {
    border-top: 4px solid #17B7E0;
    box-sizing: border-box;
    overflow: hidden; /* Contain timeline content within card */
}

/* Next steps header styling */
.next-steps-header {
    background: linear-gradient(to right, rgba(8,37,101,0.08), rgba(23,183,224,0.08));
    border-left: 4px solid #17B7E0;
    padding: 12px 15px;
}

/* Timeline styling */
.timeline {
    position: relative;
    padding: 0;
    margin: 30px 0;
    list-style: none;
    overflow: hidden; /* Prevent overflow from spilling out */
}

    .timeline:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        width: 4px;
        background-color: rgba(23, 183, 224, 0.3);
        transform: translateX(-50%);
        border-radius: 2px;
    }

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .timeline-item:last-child {
        margin-bottom: 0;
    }

.timeline-marker {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #17B7E0;
    background-color: white;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 6px rgba(23, 183, 224, 0.1);
    transition: all 0.3s ease;
    z-index: 1;
}

.timeline-item:hover .timeline-marker {
    transform: translate(-50%, -50%) scale(1.3);
    background-color: #17B7E0;
}

.timeline-content {
    width: 45%;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    box-sizing: border-box; /* Ensure padding doesn't cause overflow */
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: 55%;
    text-align: right;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: 55%;
    text-align: left;
}

.timeline-content h4 {
    margin-bottom: 10px;
    font-size: 1.25rem;
}

.timeline-content p {
    margin: 0;
    font-size: 0.95rem;
}

.timeline-item:hover .timeline-content {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Mobile adjustments for timeline */
@media (max-width: 768px) {
    .timeline:before {
        left: 12px; /* Move line closer to edge to save space */
    }

    .timeline-marker {
        left: 12px; /* Align marker with line */
        transform: translate(0, -50%);
    }

    .timeline-item:hover .timeline-marker {
        transform: translate(0, -50%) scale(1.3);
    }

    .timeline-content {
        width: calc(100% - 40px); /* Account for margin and padding */
        margin: 0 0 0 40px !important; /* Reduced margin to fit within card */
        padding: 15px; /* Slightly reduced padding for mobile */
        text-align: left !important;
    }

    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .thank-you-card {
        padding: 1rem; /* Reduce padding on mobile to give more space */
    }
}

/* Explore card styling */
.explore-card {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.05);
}

    .explore-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
        text-decoration: none;
        border-color: #17B7E0;
    }

        .explore-card:hover h5 {
            color: #17B7E0;
        }

/* Alert styling for thank you pages */
.alert-info {
    background-color: #e6f3fa;
    border-color: #b8e2f2;
    color: #0c5460;
}

    .alert-info .fas {
        color: #17B7E0;
    }

/* For fade-in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.8s ease forwards;
}

.text-light-brand {
    color: #17B7E0 !important;
}

.full-width {
    margin-left: -15px;
    margin-right: -15px;
}


