/*!*Adding Nexa Font Family *!*/
@font-face {
    font-family: 'NexaLight';
    src: url('../Nexa-Font/Nexa Light.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NexaRegular';
    src: url('../Nexa-Font/NexaRegular.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'NexaBold';
    src: url('../Nexa-Font/NexaXBold.otf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
/*!* Adding Nexa Font Family Closed *!*/
/*body {*/
/*    font-family: 'NexaRegular';*/
/*}*/
h2 {
    font-family: 'NexaBold', sans-serif;
}
h1 {
    font-family: NexaBold, sans-serif;
}
h1, h2 {
    /*font-weight: 700;*/
    /*font-size: 35px;*/
    /*line-height: 40px;*/
    /*padding: 50px 0 0;*/
    text-transform: capitalize;
}
section.ia-banner {
    background: linear-gradient(180deg, #066277cc 0%, rgba(255, 255, 255, 0) 100%), url('../images/banner/e-commerce.jpg') no-repeat center center;
    background-size: cover;
    padding: 30px 0 30px;
    min-height: 516px;
    width: 100%;
}
section.ia-banner .banner-content {
    /*padding: 50px 0 0;*/
}
section.ia-banner .banner-content h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    font-family: "Nexabold";
    text-transform: capitalize;
    margin: 0 0 25px;
}
section.ia-banner .banner-content p {
    margin: 20px 0 20px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Roboto";
}
section.ia-banner .banner-content .cta a,
section.ia-section.section-5 .content-wrapper .card .card-body button,
section.ia-section.section-6 .content-wrapper a {
    margin: 70px 0 0;
    background: #40B9EA;
    border-radius: 30px;
    display: inline-block;
    padding: 16px 34px 10px;
    color:#fff;
}
section.ia-banner .banner-content .cta a:hover,
section.ia-section.section-5 .content-wrapper .card .card-body button:hover,
section.ia-section.section-6 .content-wrapper a:hover {
    background: #066277;
    transform: scale(1.1);
    transition: 0.5s;
}

.ia-section {
    padding: 100px 0 100px;
    margin: 50px 0 0;
}
.ia-section.section-white {
    background-color: #FFFFFF;
}
.ia-section.section-grey {
    background-color: #F3F7F8;
}
.ia-section .heading-wrapper {
    padding: 10px 0;
}
.ia-section .heading-wrapper h1 {
    color: #000000;
    font-weight: 400;
    font-size: 36px;
    vertical-align: middle;
}
.ia-section .content-wrapper p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    /*letter-spacing: 1px;*/
    text-align: center;
}
.ia-section.section-1 .container-wrapper .heading-wrapper span,
.ia-section.section-2 .container-wrapper .heading-wrapper span,
.ia-section.section-2 .container-wrapper .heading-wrapper strong,
.ia-section.section-3 .container-wrapper .heading-wrapper span {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    /*line-height: 32px;*/
    /*color: #1E2939;*/
}
.ia-section.section-1 .container-wrapper .content-wrapper p,
.ia-section.section-2 .container-wrapper .content-wrapper p,
.ia-section.section-3 .container-wrapper .content-wrapper p {
    /*font-family: Geist, sans-serif;*/
    /*font-weight: 400;*/
    /*font-size: 16px;*/
    /*line-height: 26px;*/
    /*vertical-align: middle;*/
    /*color: #364153;*/
    text-align: start;
}
.ia-section.section-1 .container-wrapper *,
.ia-section.section-2 .container-wrapper *,
.ia-section.section-3 .container-wrapper * {
    vertical-align: middle;
}
.ia-section.section-1 .container-wrapper .content-wrapper span,
.ia-section.section-2 .container-wrapper .content-wrapper span,
.ia-section.section-3 .container-wrapper .content-wrapper span {
    /*font-family: Roboto, sans-serif;*/
    /*font-weight: 600;*/
    /*font-size: 16px;*/
    /*line-height: 24px;*/
    color: #364153;
}
.ia-section.section-1 .container-wrapper .content-wrapper ul,
.ia-section.section-2 .container-wrapper .content-wrapper ul,
.ia-section.section-3 .container-wrapper .content-wrapper ul {
    list-style: none;
}
.ia-section.section-1 .container-wrapper .content-wrapper ul li,
.ia-section.section-2 .container-wrapper .content-wrapper ul li,
.ia-section.section-3 .container-wrapper .content-wrapper ul li {
    padding: 6px 0;
}
.ia-section.section-1 .container-wrapper .content-wrapper ul li svg,
.ia-section.section-2 .container-wrapper .content-wrapper ul li svg,
.ia-section.section-3 .container-wrapper .content-wrapper ul li svg {
    width: 20px;
    height: 20px;
    opacity: 1;
    top: 2575px;
    left: 80px;
    display: inline-block;
}
.ia-section.section-1 .container-wrapper .content-wrapper ul li span,
.ia-section.section-2 .container-wrapper .content-wrapper ul li span,
.ia-section.section-3 .container-wrapper .content-wrapper ul li span {
    font-size: 18px;
}
.ia-section.section-2 .container-wrapper .content-wrapper p a {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #137A89;
}
.ia-section .content-wrapper .feature-card {
    padding: 1.8rem;
    border-radius: 14px;
    background: white;
    border: 1px solid #e5e5e5;
    transition: 0.3s ease;
    min-height: 400px;
    margin: 10px 0 20px;
}
.ia-section .content-wrapper .feature-card * {
    font-family: Roboto, sans-serif;
    vertical-align: middle;
}
.ia-section .content-wrapper .feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}
.ia-section .content-wrapper .feature-card h5,
.ia-section .content-wrapper .feature-card p {
    text-align: start;
}
.ia-section .content-wrapper .feature-card h5 {
    font-weight: 700;
    font-size: 18px;
    color: #02111B;
    padding: 16px 0 12px;
    font-family: 'Nexabold';
}
.ia-section .content-wrapper .feature-card p {
    /*font-size: 16px;*/
    color: #4A5565;
    padding: 10px 0;
}
.ia-section .content-wrapper .icon-wrap.small {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.ia-section.section-5 * {
    /*font-family: Roboto, sans-serif;*/
    vertical-align: middle;
}
.ia-section.section-5 .heading-wrapper h2 svg {
    width: 48px;
    height: 48px;
    left: 19px;
    border-radius: 8px;
}
.ia-section.section-5 .content-wrapper p {
    /*font-family: Roboto, sans-serif;*/
    /*font-weight: 400;*/
    /*font-size: 16px;*/
    /*line-height: 26px;*/
    text-align: center;
    color: #364153;
}
.ia-section.section-5 .content-wrapper .card * {
    font-family: Roboto, sans-serif;
}
.ia-section.section-5 .content-wrapper .card {
    margin-top: 25px;
    border: 2px solid #A2F4FD;
    border-radius: 12px;
    padding: 2rem;
    background: linear-gradient(135deg, #F9FAFB 0%, #ECFEFF 100%);
}
.ia-section.section-5 .content-wrapper .card .card-body .title {
    padding: 10px 0 20px;
}
.ia-section.section-5 .content-wrapper .card .card-body .title h5 {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.ia-section.section-5 .content-wrapper .card .card-body ul {
    list-style: none;
    margin-bottom: 40px;
}
.ia-section.section-5 .content-wrapper .card .card-body ul li {
    padding: 7px 0;
}
.ia-section.section-5 .content-wrapper .card .card-body ul li span {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
}
.ia-section.section-5 .content-wrapper .card .card-body .foot-note {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: #364153;
}
/*.ia-section.section-5 .content-wrapper .card .card-body button {*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    border: 1px solid #40B9EA;*/
/*    border-radius: 4px;*/
/*    padding: 0.8em 2em;*/
/*    background: #40B9EA;*/
/*    transition: 0.2s;*/
/*}*/
/*.ia-section.section-5 .content-wrapper .card .card-body button:active,*/
/*.ia-section.section-5 .content-wrapper .card .card-body button:hover {*/
/*    background: #fff;*/
/*    color: #40B9EA;*/
/*    border-color: #40B9EA;*/
/*    transform: translate(-0.25rem, -0.25rem);*/
/*    box-shadow: 0.25rem 0.25rem #40B9EA;*/
/*}*/
.ia-section.section-6 .content-wrapper .description {
    padding: 0 0 20px;
}
/*.ia-section.section-6 .content-wrapper a {*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    border: 1px solid #40B9EA;*/
/*    border-radius: 4px;*/
/*    padding: 0.8em 2em;*/
/*    background: #40B9EA;*/
/*    transition: 0.2s;*/
/*}*/
/*.ia-section.section-6 .content-wrapper a:active,*/
/*.ia-section.section-6 .content-wrapper a:hover {*/
/*    background: #fff;*/
/*    color: #40B9EA;*/
/*    border-color: #40B9EA;*/
/*    transform: translate(-0.25rem, -0.25rem);*/
/*    box-shadow: 0.25rem 0.25rem #40B9EA;*/
/*}*/

/*// modals*/
.waitlist-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 1050;
    padding: 1rem;
    overflow-y: auto;
    animation: fadeIn .25s ease;
}

.waitlist-modal-dialog {
    max-width: 700px;
    margin: 50px auto;
    animation: slideDown .25s ease;
}

.waitlist-modal-content {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}
.waitlist-wrapper {
    padding: 32px 64px;
    width: 100%;
    position: relative;
}
.waitlist-wrapper .btn-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 40px;
    background: transparent;
    border: none;
    cursor: move;
    opacity: .5;
}
.waitlist-wrapper .btn-close:hover {
    opacity: 1;
}
.waitlist-wrapper .btn-close svg {
    width: 41px;
    margin-top: -19px;
    margin-left: -12px;
}
.waitlist-wrapper .waitlist-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #102a43;
    text-align: center;
}
.waitlist-wrapper .waitlist-subtitle {
    font-size: 0.95rem;
    color: #5a7184;
    margin-bottom: 1.5rem;
    text-align: center;
}
.waitlist-wrapper .waitlist-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}
.waitlist-wrapper .field-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.waitlist-wrapper label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #334e68;
}
.waitlist-wrapper input,
.waitlist-wrapper select,
.waitlist-wrapper textarea {
    padding: 9px 10px;
    border-radius: 8px;
    border: 1px solid #cbd6e2;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
    font-family: inherit;
    resize: vertical;
}
.waitlist-wrapper input:focus,
.waitlist-wrapper select:focus,
.waitlist-wrapper textarea:focus {
    border-color: #40B9EA;
    box-shadow: 0 0 0 2px rgba(46, 155, 255, 0.18);
}
.waitlist-wrapper .helper {
    font-size: 0.75rem;
    color: #7b8794;
}
.waitlist-wrapper .form-footer {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.waitlist-wrapper .submit-btn {
    border: none;
    border-radius: 999px;
    padding: 11px 18px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    background: #40B9EA;
    color: #ffffff;
    text-align: center;
    transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
}
.waitlist-wrapper .submit-btn:hover {
    background: #066277;
    box-shadow: 0 6px 16px rgba(24, 160, 251, 0.35);
    transform: translateY(-1px);
}
.waitlist-wrapper .submit-btn:active {
    transform: translateY(0);
    box-shadow: none;
}
.waitlist-wrapper .privacy {
    font-size: 0.75rem;
    color: #7b8794;
    text-align: center;
    line-height: 1.4;
    padding: 4px 23px;
}
.waitlist-wrapper .waitlist-modal-body {
    padding: 1rem 1.25rem;
}

/* Button loading animation */
.waitlist-wrapper .submit-btn.loading {
    pointer-events: none;
    opacity: .7;
    position: relative;
}
.waitlist-wrapper .submit-btn.loading::after {
    content: "";
    width: 18px;
    height: 18px;
    border-width: 3px;
    border-style: solid;
    border-color: #fff transparent #fff transparent;
    border-radius: 50%;
    animation: spin .8s linear infinite;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.waitlist-wrapper .waitlist-success {
    text-align: center;
    padding: 25px 10px;
}
.waitlist-wrapper .success-icon {
    margin-bottom: 15px;
    opacity: 0;
    animation: fadeInUp .5s ease forwards;
}
.waitlist-wrapper .waitlist-error {
    margin-top: 15px;
    padding: 12px;
    background: #ffe1e1;
    border: 1px solid #ff9b9b;
    border-radius: 6px;
}
.waitlist-wrapper .waitlist-error .error-text {
    color: #cc0000;
}

@keyframes spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}
@keyframes fadeInUp {
    from {opacity: 0; transform: translateY(10px);}
    to   {opacity: 1; transform: translateY(0);}
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes slideDown {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
