:root {
    --primary-blue: #102B5B;
    --light-blue: #E8F0FE;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    font-family: Nunito;
}

.fw-bold {
    font-weight: 900 !important;
}

.hero-section {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    padding-bottom: 80px;
    margin-top: -16px;
    /* Remove white gap at top */
    background-image:
        url('../img/hero-bg.png'),
        radial-gradient(circle at 20% 80%, rgba(41, 98, 255, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(41, 98, 255, 0.1) 0%, transparent 40%),
        url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBzdHJva2U9InJnYmEoNDEsIDk4LCAyNTUsIDAuMSkiIHN0cm9rZS13aWR0aD0iMC41Ij48Y2lyY2xlIGN4PSIxMDAiIGN5PSIxMDAiIHI9IjUwIi8+PC9nPjwvc3ZnPg==');
    min-height: 100vh;
    position: relative;
}

.navbar {
    background: rgba(255, 255, 255, 0.1);
    background: rgba(209, 236, 245, 1);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    margin: 1rem 2rem;
    color: black !important;
}

.navbar-brand img {
    height: 40px;
}

.nav-link {
    color: black !important;
    padding: 0.5rem 1rem !important;
}

.scrolling-navbar {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    margin: 1rem 2rem;
    display: none;
    color: black !important;
}

.scrolling-navbar .nav-link {
    color: black !important;
    font-weight: 500;
}

.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:active {
    border: 0 none !important;
    outline: 0 none !important;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    border: 0 none !important;
    outline: 0 none !important;
}

.navbar-toggler-icon {
    color: black !important;
}

.btn-login {
    background: rgba(255, 255, 255, 0.1);
    color: var(--primary-blue);
    border-radius: 25px;
    padding: 0.5rem 2rem;
    border: 2px solid var(--primary-blue);
}

.btn-signup {
    color: white;
    background: var(--primary-blue);
    border-radius: 25px;
    padding: 0.5rem 2rem;
    border: none;
}

.hero-content {
    color: white;
    padding-top: 5rem;
}

.hero-title {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.hero-text {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.email-input-group {
    background: white;
    border-radius: 50px;
    padding: 0.5rem;
    max-width: 500px;
    outline: none !important;
    border: none !important;
}

.email-input {
    border: none;
    background: transparent;
    padding: 0.5rem 1.5rem;
    width: 100%;
}

.email-input:focus {
    outline: none;
    border: none;
}

.email-button {
    background: var(--primary-blue);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
}

.contact-bar {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 1.5rem;
    margin-top: 4rem;
}

.contact-item {
    color: white;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-item i {
    font-size: 1.5rem;
}


.hero-title span {
    color: white;
    background: linear-gradient(135deg, #e3e7ec 0%, #2a5298 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
    .navbar {
        margin: 0.5rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .contact-bar {
        border-radius: 25px;
        margin-top: 2rem;
    }

    .contact-item {
        margin-bottom: 1rem;
    }
}

.about-section {
    padding: 4rem 0;
    background: #fff;
    font-family: 'Mulish', sans-serif;
}

.about-section h2 {
    font-family: 'Nunito', sans-serif;
    color: black;
}

.about-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.mission-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.mission-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
}

.why-section {
    margin-top: 4rem;
}

.why-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.why-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.call-to-action {
    font-size: 1.25rem;
    font-weight: bold;
    color: #102B5B;
    margin-top: 2rem;
}

.how-it-works-section {
    color: black;
    background: #F0EDFF;

}

.how-it-works-section h2 {
    color: black;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
}

.illustration-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.illustration-container img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {

    .about-title,
    .mission-title,
    .why-title {
        font-size: 2rem;
    }

    .mission-card {
        padding: 2rem;
        margin: 2rem 0;
    }

    .illustration-container {
        margin-top: 2rem;
    }
}


.steps-section {
    padding: 80px 0;
    position: relative;
}

.step-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.step-item {
    text-align: center;
    position: relative;
    flex: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.step-number {
    width: 198px;
    height: 198px;
    background: linear-gradient(251.27deg, #57AEFF 12.87%, #096BFF 89.33%);
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 64px;
    font-weight: 700;
    font-family: Montserrat;
    line-height: 78.02px;
    letter-spacing: 0%;
    text-align: center;
    padding: 19px;
    gap: 10px;
    position: relative;
    z-index: 2;
    border: 18px solid #757b7c;
}

/* .step-number::after {
    content: '';
    position: absolute;
    width: 110%;
    height: 110%;
    background: linear-gradient(251.27deg, #757b7c 12.87%, #c5d1d3 89.33%);
    border-radius: 50%;
    z-index: 1;
} */

.step-title {
    font-weight: bold;
    margin: 15px 0;
    font-size: 1.2rem;
    font-family: Montserrat;
    color: black !important;
}

.step-description {
    color: black !important;
    font-size: 0.95rem;
    line-height: 1.5;
    font-family: Mulish;
}

.step-connector {
    position: absolute;
    height: 3px;
    top: 40px;
    width: calc(100% - 200px);
    left: 100px;
    z-index: 0;
    display: none;
}

.step-connector img {
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}
@media (min-width: 769px) {
    .step-connector {
        display: block;
    }
}

@media (max-width: 768px) {
    .step-connector {
        display: none;
    }

    .step-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .step-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 40px;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
}

.map-container {
    height: 400px;
    width: 80%;
    border-radius: 20px;
    overflow: visible;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.map-container::after {
    content: '';
    position: absolute;
    top: -10%;
    right: -80px;
    width: 70%;
    height: 120%;
    background: #5899D1;
    z-index: -1;
}


.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
}

.navbar-fixed.show {
    transform: translateY(0);
}

.clients-section {
    background: linear-gradient(180deg, #084FC7 0%, rgba(8, 79, 199, 0) 172.16%) !important;

    padding: 60px 0;
}

.clients-section h2 {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.client-slider {
    padding: 0 50px;
}

.client-slide {
    padding: 0 15px;
}

.client-slide img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.client-slide:hover img {
    opacity: 1;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
}

.slick-prev:before {
    content: '\f104';
}

.slick-next:before {
    content: '\f105';
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    color: white;
}

.slick-dots li.slick-active button:before {
    color: white;
    opacity: 1;
}

.benefits-section {
    background: white;
    padding: 60px 0;
}

.benefits-section h2 {
    color: #1e3c72;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.benefits-section h4 {
    color: black;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 50px;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    margin-bottom: 20px;
}

.benefits-section .feature-card {
    background: #D6EBFF;
    color: #1e3c72 !important;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    font-size: 0.9rem;
}

.benefits-section .feature-card i {
    color: #1e3c72;
    font-weight: bold;
    margin-bottom: 10px;
    background: #EFECFF;


    border-radius: 10px;
    padding: 10px;
}

.benefits-section .feature-card:hover {
    transform: translateY(-10px);
}

.testimonials-section {
    background: linear-gradient(135deg, #4B9FFF 0%, #2962FF 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -100px;
    left: -100px;
}

.testimonials-section::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    bottom: -50px;
    right: -50px;
}

.testimonial-tag {
    background: rgba(255, 255, 255, 0.9);
    color: #2962FF;
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
}

.testimonials-section h2 {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.testimonials-section .subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-slider {
    margin: 0 -15px;
}

.testimonial-slider .slick-track {
    display: flex;
    align-items: center;
}

.testimonial-slider .slick-slide {
    opacity: 0.5;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.testimonial-slider .slick-current {
    opacity: 1;
    overflow: visible;
    z-index: 5;
}

.testimonial-slider .slick-dots {
    bottom: -40px;
}

.testimonial-slider .slick-dots li button:before {
    font-size: 12px;
    color: white;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    color: white;
    margin: 40px 15px;
    position: relative;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #eee;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: visible;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid white;
    z-index: 9;
}

.testimonial-content {
    margin-top: 40px;
}

.testimonial-author {
    margin-top: 20px;
}

.testimonial-author h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

.testimonial-position {
    opacity: 0.8;
    font-size: 0.9rem;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 1;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    color: white;
    opacity: 0.5;
}

.slick-dots li.slick-active button:before {
    color: white;
    opacity: 1;
}

.intro3 {
    background: var(--primary-blue) !important;
}

.contact-section {
    padding: 60px 0;
    background: #f8f9fa;
    color: black !important;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: black !important;
    text-align: left !important;
    font-family: 'Montserrat', sans-serif;
}

.contact-title span {
    font-family: 'Montserrat', sans-serif;
    color: #5899D1 !important;
}

.contact-description {
    color: #6c757d;
    margin-bottom: 2rem;
    max-width: 500px;
}

.contact-form .form-control {
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.contact-form .btn-send {
    background: #2962FF;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    width: 100%;
}

.contact-info {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #6c757d;
}

.contact-info-item i {
    width: 40px;
    height: 40px;
    background: #e3f2fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2962FF;
    margin-right: 1rem;
}

.subscribe-section {
    background: #2962FF;
    padding: 30px;
    border-radius: 20px;
    margin: 40px auto;
    max-width: 1000px;
}

.subscribe-section h3 {
    font-size: 1.5rem;
    color: white;
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
}

.subscribe-section p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
}

.subscribe-form {
    display: flex;
    gap: 10px;
}

.subscribe-form input {
    flex: 1;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px 20px;
    background: transparent;
    outline: none !important;
    color: white !important;
}

.subscribe-form input::placeholder {
    color: white;
}

.subscribe-form input:focus {
    border-color: white;
    box-shadow: none !important;
    outline: none !important;
}

.subscribe-form button {
    background: white;
    color: #2962FF;
    border: none;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
}

#demoModal h2 {
    color: #000;
}

.footer {
    background: white;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.footer-logo {
    height: 30px;
    margin: 0;
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.footer-social a {
    width: 32px;
    height: 32px;
    background: #000203;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #2962FF;
    color: white;
}

.footer-copyright {
    text-align: center;
    color: #6c757d;
    /* margin-top: 15px;
    padding-top: 15px; */
    font-size: 0.9rem;
}