/* _content/ICORA/Components/Features/FeatureCard.razor.rz.scp.css */
.custom-bg-color[b-bgq1mrl967] {
    background: #FDFDFD;
    background: linear-gradient(180deg,rgba(253, 253, 253, 1) 0%, rgba(222, 236, 245, 1) 100%);
    border-radius: 0 0 10px 10px;
}
    

.customize-align[b-bgq1mrl967] {
    max-width: 750px;
}

h1[b-bgq1mrl967] {
    color: #0B0B0B;
    font-size: 40px;
}

h2[b-bgq1mrl967] {
    color: #64648C;
    font-size: 16px;
    font-weight: lighter;
}

h5[b-bgq1mrl967] {
    color: #1F618D;
    font-size: 20px;
    font-weight: bold;
}

.feature-card[b-bgq1mrl967] {
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .feature-card:hover[b-bgq1mrl967] {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        background: #f8f9fa; /* Optional: slight background color change on hover */
    }

    .feature-card h5[b-bgq1mrl967] {
        color: #2c3e50;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .feature-card p[b-bgq1mrl967] {
        color: #7f8c8d;
        line-height: 1.6;
    }

    /* Optional: Add icon styling if all cards will have icons */
    .feature-card img[b-bgq1mrl967] {
        height: 60px;
        width: auto;
    }
/* _content/ICORA/Components/Features/PartnerLogo.razor.rz.scp.css */
.custom-bg-color[b-vmfw3nne1h] {
    background-color: #E6F4FB !important;
}


p[b-vmfw3nne1h] {
    font-weight: 600;
}
/* _content/ICORA/Components/Features/Testimonial.razor.rz.scp.css */
.custom-img[b-363kwm4mdb] {
    display: flex;
    /*    align-items: center;*/
    justify-content: center;
    max-width: 50%;
}

    .custom-img img[b-363kwm4mdb] {
        height: 65%;
    }

p[b-363kwm4mdb] {
    color: #1E1E1E;
    text-align:left;
    font-weight:700;
/*    margin-top: 5rem;*/
}

footer[b-363kwm4mdb] {
    color: #64648C;
    text-align: left;
    font-weight: 300;
}
/* _content/ICORA/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-g4n4z0ejei] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-g4n4z0ejei] {
    flex: 1;
}

.sidebar[b-g4n4z0ejei] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-g4n4z0ejei] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g4n4z0ejei]  a, .top-row[b-g4n4z0ejei]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-g4n4z0ejei]  a:hover, .top-row[b-g4n4z0ejei]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-g4n4z0ejei]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-g4n4z0ejei] {
        justify-content: space-between;
    }

    .top-row[b-g4n4z0ejei]  a, .top-row[b-g4n4z0ejei]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-g4n4z0ejei] {
        flex-direction: row;
    }

    .sidebar[b-g4n4z0ejei] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-g4n4z0ejei] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-g4n4z0ejei]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-g4n4z0ejei], article[b-g4n4z0ejei] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-g4n4z0ejei] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-g4n4z0ejei] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ICORA/Components/Layout/NavMenu-X.razor.rz.scp.css */
.navbar .nav-link[b-ui38suljsv] {
    color: #404080;
    font-weight: 500;
}

    .navbar .nav-link:hover[b-ui38suljsv] {
        color: #007bff;
    }

.navbar .btn-outline-primary[b-ui38suljsv] {
    border-color: #42AAE0;
    color: #42AAE0;
}

    .navbar .btn-outline-primary:hover[b-ui38suljsv] {
        background-color: #42AAE0;
        color: #fff;
    }

.navbar .btn-primary[b-ui38suljsv] {
    background-color: #42AAE0;
    border-color: #33b3e3;
}

    .navbar .btn-primary:hover[b-ui38suljsv] {
        background-color: #219acb;
        border-color: #219acb;
    }
/* _content/ICORA/Components/Sections/AboutSection.razor.rz.scp.css */
.about-invorg ul li[b-3589oy9f03] {
    font-weight: 500;
}

.about-invorg .btn-primary[b-3589oy9f03] {
    background-color: #4DB6E1;
    border-color: #4DB6E1;
    font-weight: 600;
}

    .about-invorg .btn-primary:hover[b-3589oy9f03] {
        background-color: #3CA6D1;
    }

.img-fluid[b-3589oy9f03]{
    max-width: 70%;
}

.custom-img[b-3589oy9f03] {
    display: flex;
    /*    align-items: center;*/
    justify-content: center;
/*    max-width: 50%;*/
}

.bg-custom[b-3589oy9f03] {
    background-color: #1F618D;
}

.btn[b-3589oy9f03] {
    padding: 10px 20px;
}

.btn-success[b-3589oy9f03] {
    color: #fff;
    font-weight: 600;
    background-color: #42AAE0;
    border-color: #42AAE0;
}

    .btn-success:hover[b-3589oy9f03] {
        color: #42AAE0;
        background-color: #fff;
        border-color: #42AAE0;
    }
/* _content/ICORA/Components/Sections/AccordionBenefits.razor.rz.scp.css */
.customize-align[b-4iwjy36q45] {
    max-width: 850px;
}

h2[b-4iwjy36q45] {
    color: #0B0B0B;
    font-size: 40px;
}

p[b-4iwjy36q45] {
    color: #64648C;
    font-size: 16px;
    font-weight: lighter;
}

h5[b-4iwjy36q45] {
    color: #1F618D;
    font-size: 20px;
    font-weight: bold;
}

.accordion-item[b-4iwjy36q45]{
    margin-bottom: 15px;
}

.accordion-button[b-4iwjy36q45] {
    background-color: #1F618D !important;
    color: #fff !important;
    border-radius: 6px !important;
}

.accordion-button[b-4iwjy36q45]::after{
    background-image: url(images/chevron-down.png) !important;
}

.custom-img[b-4iwjy36q45] {
    display: flex;
/*    align-items: center;*/
    justify-content: center;
/*    max-width: 50%;*/
}

.custom-img img[b-4iwjy36q45]{
    height: 65%;
}

*[b-4iwjy36q45], [b-4iwjy36q45]::after, [b-4iwjy36q45]::before {    
    border-radius: 0 0 6px 6px !important;
}

.img-fluid[b-4iwjy36q45] {
    max-width: 75%;
}
/* _content/ICORA/Components/Sections/CallToAction.razor.rz.scp.css */
.custom-bg-color[b-e9ssqt24o3] {
    background: #FDFDFD;
    background: linear-gradient(180deg,rgba(253, 253, 253, 1) 0%, rgba(222, 236, 245, 1) 100%);
    border-radius: 0 0 10px 10px;
}

h2[b-e9ssqt24o3] {
    font-size: 32px;
    font-weight: bold;
    color: #1F618D;
}

p[b-e9ssqt24o3] {
    color: #1E1E1E;
    font-weight: 600;
}

.btn[b-e9ssqt24o3] {
    padding: 10px 20px;
}

.btn-success[b-e9ssqt24o3] {
    color: #fff;
    font-weight: 600;
    background-color: #42AAE0;
    border-color: #42AAE0;
}

    .btn-success:hover[b-e9ssqt24o3] {
        color: #42AAE0;
        background-color: #fff;
        border-color: #42AAE0;
    }
/* _content/ICORA/Components/Sections/FAQSection.razor.rz.scp.css */
.custom-bg-color[b-oz5i4c5gzp] {
    background: #FDFDFD;
    background: linear-gradient(180deg,rgba(253, 253, 253, 1) 0%, rgba(222, 236, 245, 1) 100%);
    border-radius: 0 0 10px 10px;
}

.accordion-button[b-oz5i4c5gzp]::after {
    background-image: url(images/add.png) !important;
}

.accordion-button[b-oz5i4c5gzp] {
    border-radius: 6px !important;
    font-weight: 600;
}

*[b-oz5i4c5gzp], [b-oz5i4c5gzp]::after, [b-oz5i4c5gzp]::before {
    border-radius: 0 0 6px 6px !important;
}

.accordion-button:not(.collapsed)[b-oz5i4c5gzp] {
    background-color: #fff;
    color: #1E1E1E;
}

.accordion-item[b-oz5i4c5gzp] {
    margin-bottom: 15px;
}

h5[b-oz5i4c5gzp] {
    color: #1E1E1E;
    font-size: 20px;
}

h2[b-oz5i4c5gzp] {
    color: #0B0B0B;
}

p[b-oz5i4c5gzp] {
    color: #64648C;
}

/* _content/ICORA/Components/Sections/FinalCTA.razor.rz.scp.css */
.custom-bg[b-4t6xjhp5xc] {
    background-image: url(images/Final-BG.png);
    background-repeat: no-repeat;
    background-position-x: center;
}

.btn[b-4t6xjhp5xc] {
    padding: 10px 20px;
}

.btn-success[b-4t6xjhp5xc] {
    color: #fff;
    font-weight: 600;
    background-color: #42AAE0;
    border-color: #42AAE0;
}

    .btn-success:hover[b-4t6xjhp5xc] {
        color: #42AAE0;
        background-color: #fff;
        border-color: #42AAE0;
    }

h2[b-4t6xjhp5xc] {
    font-size: 32px;
    font-weight: bold;
    color: #1F618D;
}

p[b-4t6xjhp5xc] {
    color: #1E1E1E;
    font-weight: 600;
}

@media (min-width: 1400px) {
    .container[b-4t6xjhp5xc] {
        max-width: 860px;
        margin-top: 10rem;
        margin-bottom: 8rem;
    }
}

@media (max-width: 1200px) {
    .custom-bg[b-4t6xjhp5xc] {
        background-image: unset;
        background-color: #fff;
    }
}

@media (max-width: 992px) {
    .custom-bg[b-4t6xjhp5xc] {
        background-image: unset;
        background-color: #fff;
    }
}

@media (max-width: 768px) {
    .custom-bg[b-4t6xjhp5xc] {
        background-image: unset;
        background-color: #fff;
    }
}

@media (max-width: 576px) {
    .custom-bg[b-4t6xjhp5xc] {
        background-image: unset;
        background-color: #fff;
    }
}
/* _content/ICORA/Components/Sections/HeroSection.razor.rz.scp.css */
h1[b-74kznxrhf4] {
    font-weight: 800;
    font-size: 34px;
    color: #071343;
    line-height: 1.5;
}

h2[b-74kznxrhf4] {
    font-size: 20px;
}

p[b-74kznxrhf4] {
    color: #212020;
    font-size: 20px;
}

.btn[b-74kznxrhf4]{
    padding:10px 20px;
}

.btn-primary[b-74kznxrhf4] {
    color: #fff;
    font-weight: 600;
    background-color: #42AAE0;
    border-color: #42AAE0;
}

    .btn-primary:hover[b-74kznxrhf4] {
        color: #42AAE0;
        background-color: #fff;
        border-color: #42AAE0;
    }
/* _content/ICORA/Components/Sections/ReadCaseStudy.razor.rz.scp.css */
.custom-bg-color[b-g28ik58z8r] {
    background: #FDFDFD;
    background: linear-gradient(180deg,rgba(253, 253, 253, 1) 0%, rgba(222, 236, 245, 1) 100%);
    border-radius: 0 0 10px 10px;
}

h2[b-g28ik58z8r] {
    font-size: 32px;
    font-weight: bold;
    color: #1F618D;
}

p[b-g28ik58z8r] {
    color: #1E1E1E;
    font-weight: 600;
}

.btn[b-g28ik58z8r] {
    padding: 10px 20px;
}

.btn-success[b-g28ik58z8r] {
    color: #fff;
    font-weight: 600;
    background-color: #42AAE0;
    border-color: #42AAE0;
}

    .btn-success:hover[b-g28ik58z8r] {
        color: #42AAE0;
        background-color: #fff;
        border-color: #42AAE0;
    }
