@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&display=swap');

:root {
    --eazzy-blue: #4d6ef6;
    --ez-blue: #4d6ef6;
    --ez-navy: #0d1b3e;
    --eazzy-pink: #eb4a6f;
    --text-gray: #7d8592;
    --eazzy-purple: #8b5cf6;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: 'Outfit', sans-serif;
    padding-top: 87px;
}

.navbar .nav-link {
    position: relative;
    transition: color 0.25s ease;
}

.navbar .nav-link:hover {
    color: var(--eazzy-blue) !important;
}

.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0 ;
    height: 4px;
    background: var(--eazzy-blue);
    transition: all 0.25s ease;
    transform: translateX(-50%);
    border-radius: 2px;
}


.navbar .nav-link.active {
    color: var(--eazzy-blue) !important;
    font-weight: 600;
}



.hero-section {
    background-color: var(--ez-blue);
    min-height: 100vh;

}




.btn-get-started {
    color: var(--ez-blue) !important;
    border: 2px solid white !important;
}

.btn-get-started:hover {
    background-color: transparent !important;
    color: white !important;
}

.btn-login-now {
    border: 2px solid rgba(255, 255, 255, 0.5) !important;
}

.btn-login-now:hover {
    background-color: var(--eazzy-pink) !important;
    border-color: var(--eazzy-pink) !important;
}

.icon-box {
    background-color: #fff;
    width: 40px;
    height: 40px;


}

.athbtn {
    min-width: 105px;
}

.card-section {
    padding: 80px 0;
}

.custom-card {
    border: 1px solid #eef0f7;
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease;
    background: #fff;
}

.custom-card:hover {
    border-color: var(--eazzy-blue);
    box-shadow: 0 15px 35px rgba(77, 110, 246, 0.1);
    transform: translateY(-5px);
}

.card-icon-area {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    border-radius: 50px;
    background-color: var(--eazzy-blue);
    color: white;
}

.card-title {
    color: var(--ez-navy);
    font-weight: 700;
    margin-bottom: 15px;
}

.card-text {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.6;
}

.workflow-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.step-card {
    border-radius: 24px;
    padding: 50px 30px;
    height: 100%;
    color: white;
    transition: all 0.4s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

.bg-brand-blue {
    background-color: var(--eazzy-blue);
}

.bg-brand-navy {
    background: var(--ez-navy);
}

.step-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(13, 27, 62, 0.2);
}

.step-number {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    opacity: 0.8;
}

.step-icon {
    font-size: 3rem;
    margin-bottom: 25px;
    display: block;
}

.step-card h4 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.step-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.9;
}

.stats-section {
    background: url('/assets/images/statistic-bars.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
}

.stats-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 15px;
}

.stat-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
}

.stat-card:hover {
    transform: scale(1.05);
}

.stat-icon {
    font-size: 2.5rem;
    color: var(--eazzy-blue);
    margin-bottom: 20px;
    display: block;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--ez-navy);
    margin-bottom: 5px;
    display: block;
}

.stat-label {
    color: var(--text-gray);
    font-weight: 500;
    font-size: 1rem;
}

.testimonial-section {
    padding: 80px 0;
    padding-bottom: 20px;
    background-color: #ffffff;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    transition: 0.3s;
    margin: 20px 10px;
}

.testimonial-card:hover {
    box-shadow: 0 15px 35px rgba(13, 27, 62, 0.07);
}

.customer-profile {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.customer-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
    border: 2px solid var(--eazzy-blue);
}

.customer-info h5 {
    margin: 0;
    color: var(--ez-navy);
    font-weight: 700;
}

.customer-info span {
    color: var(--text-gray);
    font-size: 0.85rem;
}

.testimonial-text {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.star-rating {
    color: #ffc107;
    font-size: 0.9rem;
}

.swiper-pagination-bullet-active {
    background: var(--eazzy-blue) !important;
}

.swiper-slide {
    height: unset;
}
.swiper-pagination-bullets{
    bottom: -5px !important;
}
.testimonial-text{
    margin-bottom: 0;
}
.brand-services-wrapper {
    padding: 80px 0;
    background-color: #fcfdfe;
}

.service-box-custom {
    background: #ffffff;
    border: 1px solid #eef0f7;
    border-radius: 20px;
    padding: 45px 30px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.service-box-custom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background: var(--eazzy-blue);
    transition: 0.4s;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
}

.service-box-custom:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(13, 27, 62, 0.08);
}




.service-box-custom:hover .brand-icon-area {
    background: var(--eazzy-blue);
    color: white;
    transform: rotateY(360deg);
}

.service-box-custom h4 {
    color: var(--ez-navy);
    font-weight: 700;
    margin-bottom: 15px;
}

.service-box-custom p {
    color: var(--text-gray);
    font-size: 0.95rem;
    line-height: 1.6;
}

.partnership-section {
    background: linear-gradient(160deg, var(--ez-navy) 0%, var(--eazzy-blue) 100%);
    padding: 100px 0;
    color: white;
    position: relative;
}

.partner-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 40px;
    height: 100%;
    backdrop-filter: blur(10px);
}

.partner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
}

.logo-circle {
    width: 82px;
    height: 82px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.logo-circle:hover {
    transform: scale(1.15) rotate(5deg);
}

.center-node {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 5px solid var(--eazzy-pink);
    animation: pulse-border 2s infinite;
}

@keyframes pulse-border {
    0% {
        box-shadow: 0 0 0 0 rgba(235, 74, 111, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(235, 74, 111, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(235, 74, 111, 0);
    }
}

.connector-arrow {
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.5);
}

/* FAQ Section Styles */
.faq-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.accordion-item {
    border: 1px solid #eef0f7 !important;
    border-radius: 15px !important;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    color: var(--ez-navy) !important;
    padding: 20px 25px;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(77, 110, 246, 0.05) !important;
    color: var(--eazzy-blue) !important;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--eazzy-blue);
}

.accordion-body {
    color: var(--text-gray);
    line-height: 1.6;
    padding: 0 25px 25px;
    font-size: 0.95rem;
}

.cta-final-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.cta-box {
    background: var(--ez-navy);
    border-radius: 30px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-box::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(77, 110, 246, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.cta-box h2 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.cta-box p {
    font-size: 1.1rem;
    opacity: 0.8;
    margin-bottom: 35px;
}

.btn-cta-signup {
    background: linear-gradient(135deg, var(--eazzy-blue) 0%, #3554d1 100%);
    color: white !important;
    padding: 16px 45px;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(77, 110, 246, 0.3);
}

.btn-cta-signup:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(77, 110, 246, 0.4);
    background: linear-gradient(135deg, #3554d1 0%, var(--eazzy-blue) 100%);
}

.cta-features-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.cta-feature-item {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.cta-feature-item i {
    color: #fff;
    margin-right: 8px;
}

.mainLogo {
    max-width: 170px;
}



.footer-heading {
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

.footer-link-list li {
    margin-bottom: 12px;
}

.footer-link-list a {
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-link-list a:hover {
    color: var(--eazzy-blue);
    padding-left: 5px;
}


.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #000;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-btn:hover {
    background: var(--eazzy-blue);
    color: white;
    transform: translateY(-3px);
}

.contact-section {
    padding: 80px 0;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--eazzy-blue);
    font-size: 18px;
    flex-shrink: 0;
}

.custom-card.style-image {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all .3s ease;
}

.custom-card.style-image:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.card-img-wrap img {
    height: 220px;
    object-fit: cover;
}

.floating-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 160px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    color: var(--eazzy-blue);
    font-size: 26px;
    z-index: 2;
}

.card-body-custom {
    padding: 50px 24px 30px;
}

.card-body-custom .card-title {
    font-weight: 700;
    margin-bottom: 12px;
}

.card-body-custom .card-text {
    color: #6c757d;
    font-size: 15px;
}

.floating-icon i {
    font-size: 40px;
}

.icon-circle i {
    font-size: 25px;
}