@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*Index css start*/
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.hero-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(210 221 255 / 60%));
    z-index: -1;
    pointer-events: none;
}

.padding-top-100 {
    padding-top: 10px;
}

.navbar {
    background-color: white;
}

.hero-section {
    background-image: url('../images/flowpay home.svg');
    background-size: cover;
    padding-top: 1%;
    text-align: center;
    color: #000000;
    width: 100%;
    height: fit-content;
    position: relative;
}

    .hero-section h1 {
        font-weight: 700;
        font-size: 2.5rem;
    }

        .hero-section h1 .highlight {
            color: #0066cc;
        }


        .hero-section h1 span {
            color: #1b5a99; 
        }


    .hero-section p {
        max-width: 600px;
        margin: 20px auto;
        color: #444;
    }

.btn-primary-custom {
    background-color: #004B9C;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 500;
    color: #FFFFFF;
}

.btn-outline-custom {
    border: 2px solid #143e68;
    color: #143e68;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 500;
}

    .btn-outline-custom:hover {
        background-color: #004B9C !important;
        border: 2px solid #004B9C !important;
    }

.trusted-logos {
    margin: 30px auto;
    max-width: 700px;
}

    .trusted-logos div {
        background-color: #e1e5ea;
        height: 30px;
        border-radius: 6px;
        margin: 5px;
    }

.menu-circle {
    border-radius: 61px;
    border: 1px solid #E7ECFA;
    height: 72px;
    background-color: #f8faff;
}

.floway-works-section {
    background: #F9F9F9;
    padding: 40px 0;
}


.f-card-top-icon {
    position: absolute;
    top: 0;
    right: 0;
}

    .f-card-top-icon span {
        position: absolute;
        top: 12%;
        right: 19%;
        font-size: 30px;
    }


.feature-card-active {
    width: 410px;
    height: 220px;
    transition: all 0.4s ease;
    transform: scaleY(1.3);
}

.txt-faq {
    color: #004b9c;
}

.index-section {
    min-height: 1014px;
}

.index-top-features {
    max-width: 500px;
}

.index-faq-que {
    max-width: 600px;
}

.index-billing-portal {
    background-color: #f8faff;
}

/*carousel style*/
.carousel-controls-bottom {
    position: absolute;
    bottom: -95px; 
    right: 20px; 
    display: flex;
    gap: 10px;
    z-index: 10;
}

.carousel-control-prev,
.carousel-control-next {
    position: static; 
    width: 40px;
    height: 40px;
    background-color: #004b9c;
    border-radius: 50%;
}


.custom-indicators {
    position: absolute;
    bottom: -95px;
    left: -1335px;
    display: flex;
    flex-direction: row;
    gap: 8px; 
    z-index: 10;
}
    /*<!-- ? Add Indicators Here -->*/
    .custom-indicators button {
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #82b4fe;
        border: none;
        opacity: 1; 
        transition: background-color 0.3s ease;
        padding: 0;
    }

        .custom-indicators button.active {
            background-color: #143e68;
        }

.indicators-bgb-color {
    background-color: #143e68 !important
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
}

.btn-primary-custom:hover {
    color: #fff;
    background-color: #0f2f4e;
}

.btn-outline-custom:hover {
    border-color: #143e68;
    color: #fff;
    background-color: #143e68;
}

.main-hero-content {
    padding-top: 10rem
}

.navbar-container {
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .landing-nav {
        background: white !important;
    }

    .hero-section {
        background-image: none !important;
    }

    .index-section {
        min-height: auto !important;
        padding-bottom: 24px;
    }

    .floway-works-section {
        padding: 0;
    }

    .main-hero-content {
        padding-top: 4rem !important;
    }

    .navbar-container {
        width: 90%;
    }

    .br-desktop {
        display: none;
    }

    .hero {
        margin: 16px auto !important;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0.2rem #E7ECFA !important;
        outline: none;
    }

    .btn-primary-custom, .btn-outline-custom {
        width: 50%;
    }
}

/*Index css End*/
.otp-box {
    max-width: 400px;
    width: 100%;
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    text-align: center;
}

    .otp-box i {
        font-size: 36px;
        color: #6c757d;
        margin-bottom: 10px;
    }

.otp-input {
    width: 45px;
    height: 45px;
    font-size: 20px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ced4da;
    border-radius: 6px;
}

    .otp-input:focus {
        border-color: #0d6efd;
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    }

.verify-btn {
    background-color: #adb5bd;
    color: white;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 8px;
    font-weight: 600;
}

.footer-link {
    font-size: 14px;
}

    .footer-link a {
        color: #0d6efd;
        text-decoration: none;
    }

.resend-timer {
    color: #6c757d;
    font-size: 14px;
}

.close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    color: #6c757d;
    cursor: pointer;
}

/*billing css start */

.section-header {
    margin-bottom: 40px;
}

    .section-header h5 {
        text-transform: uppercase;
        font-size: 0.9rem;
        font-weight: 600;
        color: #6c63ff;
    }

    .section-header h2 {
        font-weight: 700;
    }

.feature-card {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    padding: 25px;
    transition: all 0.3s ease;
}

    .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    }

.feature-icon {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #6c63ff;
}

.feature-title {
    font-weight: 600;
}

.text-muted {
    font-size: 0.9rem;
}


/*billing css end */


/* Testimonial  Css Start*/

body {
    font-family: 'Segoe UI', sans-serif;
}

.section-heading {
    text-align: center;
    margin-bottom: 2rem;
}

    .section-heading h6 {
        font-size: 0.9rem;
        font-weight: 600;
        color: #6c63ff;
    }

    .section-heading h2 {
        font-size: 2rem;
        font-weight: 700;
    }

    .section-heading span {
        color: #0d6efd;
    }

.testimonial-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    height: 100%;
}

    .testimonial-card .stars {
        color: #ffc107;
    }

    .testimonial-card .client {
        display: flex;
        align-items: center;
        margin-top: 15px;
    }

        .testimonial-card .client img {
            /* width: 40px;
            height: 40px;*/
            border-radius: 50%;
            margin-right: 12px;
        }

.carousel-control-prev,
.carousel-control-next {
    background: #0d6efd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 100%;
    transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 60% 60%;
}

.company-logo {
    max-height: 55px;
    margin-left: auto;
}

.testimonial-quote {
    font-size: 0.95rem;
    min-height: 120px;
}

/* Testimonial  Css end*/

/* Create Account Css Start*/

body {
    background-color: #f9fbfc;
    font-family: 'Segoe UI', sans-serif;
}

.account-card {
    border: 2px solid #dee2e6;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    transition: border 0.3s;
    background-color: #fff;
}

    .account-card.active {
        border-color: #2563eb;
        background-color: #ebf3ff;
    }

    .account-card.disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

.account-icon {
    font-size: 24px;
    padding: 10px;
    border-radius: 6px;
    background-color: #e0e7ff;
    color: #2563eb;
}

.custom-radio {
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.availability {
    font-size: 14px;
    color: #28a745;
    font-weight: 500;
}

.btn-primary {
    background-color: #2563eb;
    border-color: #2563eb;
}

    .btn-primary:hover {
        background-color: #1d4ed8;
        border-color: #1d4ed8;
    }

/* Create Account Css end */



/* Top feature start*/


body {
    font-family: 'Segoe UI', sans-serif;
}

.step-number {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #0d6efd;
    margin-bottom: 10px;
    background: white;
    position: relative;
    z-index: 1;
}

.top-features {
    background: url('../../Images/FlowPay.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 80px 20px 40px;
    filter: brightness(90%);
}

.feature-card {
    border-radius: 24px;
    padding: 72px 24px 32px;
    min-width: 280px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5FCFF 100%);
    box-shadow: 2.86px 2.86px 10.8px 1.43px #0000000D;
}

.feature-card-bgb_1 {
    background: radial-gradient(ellipse at top right, #9FFC87 0%, #FFFFFF 50.67%);
}

.feature-card-bgb_2 {
    background: radial-gradient(ellipse at top right, #53e6e2 0%, #FFFFFF 50.67%);
}

.feature-card-bgb_3 {
    background: radial-gradient(ellipse at top right, #9FFC87 0%, #FFFFFF 50.67%);
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #0B0B0B;
    margin-bottom: 16px;
}

.feature-card p {
    color: #0B0B0B;
    font-size: 12px;
}

.step-line {
    border-left: 2px dashed #0d6efd;
    height: 75%;
    width: 1px;
    position: absolute;
    top: 15px;
    z-index: 0;
    left: 33px;
}

.badge-custom {
    background-color: #e7f0ff;
    color: #0d6efd;
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600;
}

.work-section h1 span {
    color: #1b5a99; /* Blue color for ZapDeal Billing */
}



/* Top feature Css end */

 /* gatpaid css start*/

.hero {
    background: linear-gradient(180deg, #0F53F3 0%, #204AAC 100%);
    color: white;
    padding: 40px 20px;
    border-radius: 30px;
    text-align: center;
    max-width: 900px;
    margin: 50px auto;
}

    .hero h1 {
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .hero p {
        color: #e0e7ff;
        margin-bottom: 30px;
        font-size: 1rem;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero .btn {
        padding: 10px 24px;
        border-radius: 25px;
        font-size: 1rem;
    }

.footer-links a {
    margin: 0 12px;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}

    .footer-links a:hover {
        text-decoration: underline;
    }

.social-icons a {
    color: #333;
    margin: 0 6px;
    font-size: 1.2rem;
}

.social-icons linkedin {
    color: #0A66C2;
}

.social-icons Youtube {
    color: #FF0000;
}

.social-icons Instagram {
    color: #C13584;
}

.social-icons a:hover {
    color: #007bff;
}

footer {
    padding: 40px 0 20px;
    /* border-top: 1px solid #e5e7eb;*/
}

.footer-bottom a {
    color: #6c757d;
    text-decoration: none;
    margin-left: 15px;
    font-size: 0.9rem;
}

    .footer-bottom a:hover {
        text-decoration: underline;
    }

    /* Getpaid css end*/