@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -0.025em;
    color: #292929;
}

p {
    color: #474747;
}

.main_area {
    background: #9796f0;
    background: -webkit-linear-gradient(to right, #ffebf0, #e7e7ff);
    background: linear-gradient(to right, #fff8fa, #e7e7ff);
}

header {
    padding: 10px 0;
    /*border-bottom: 1px solid #f9f9f9;*/
}

.brand_logo img {
    width: 150px;
}

.menu_links ul {
    margin-bottom: 0;
}

.menu_links ul li {
    display: inline-flex;
    margin: 0 15px;
    /* font-weight: 500; */
}

.menu_links ul li a {
    color: #292929;
}

.menu_links ul li a:hover {
    color: #0972FF;
}

button.site_btn {
    padding: 7px 25px;
    background-color: #0972FF;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
}

button.transparent_btn {
    background-color: #d0e5ff;
    color: #0972FF;
    font-weight: 500;
}

.banner_content h1 {
    font-weight: 600;
    font-size: 2.25rem;
}

.banner_content h1 span {
    color: #0972FF;
    font-weight: 700;
}

.banner_content p {
    margin-bottom: 20px;
}

.banner_cover img {
    width: 95%;
    display: block;
    margin-left: auto;
}

.icon_box {
    width: 65px;
    height: 65px;
    background-color: #f1f1f1;
    border-radius: 5px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.icon_box svg {
    width: 35px;
    /* height: 40px; */
    height: auto;
}

.secvice_outer {
    height: 100%;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}

.secvice_outer h3 {
    font-size: 1.25rem;
    font-weight: 700;
}

.secvice_outer p {
    font-size: 15px;
    margin-bottom: 0;
}

.box_one {
    background-color: #f6e8ff;
}

.box_one svg {
    color: #9b00ff;
}

.box_two {
    background-color: #d0e5ff;
}

.box_two svg {
    color: #0972FF;
}

.box_three {
    background-color: #ffe6e7;
}

.box_three svg {
    color: #fa747d;
}

.box_four {
    background-color: #d0fddd;
}

.box_four svg {
    color: #09a837;
}

.box_five {
    background-color: #dfe3ff;
}

.box_five svg {
    color: #222a68;
}

.box_six {
    background-color: #d0fffa;
}

.box_six svg {
    color: #40E0D0;
}

.box_seven {
    background-color: #ffe5ec;
}

.box_seven svg {
    color: #DE3163;
}

.box_eight {
    background-color: #ffeaff;
}

.box_eight svg {
    color: #800080;
}

.section_title h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
}

.service_tabs {
    display: inline-flex;
    border: none;
    margin-bottom: 30px;
}

.service_tabs button {
    margin: 0 5px;
    color: inherit;
    font-weight: 600;
}

.service_tabs button.nav-link {
    border: none;
    border-radius: 25px;
    background-color: #d0e5ff;
}

.service_tabs button.nav-link.active {
    border: none;
    background-color: #0972FF;
    border-radius: 25px;
    color: #fff;
}

.service_tabs button.nav-link:hover {
    border: none;
    color: #0972FF;
}

.service_tabs button.nav-link.active:hover {
    color: #fff;
}


/* ---------------- */

.why_us {
    /*background-color: #fcfcfc;*/
}

.center_img img {
    width: 100%;
}


.step__title {
    margin-bottom: 25px;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 600;
}

.step__item {
    transform: translateY(0) scale(1);
}

.step__text ul {
    padding-left: 42px;
    margin-bottom: 20px;
}

.step__text ul li {
    list-style-type: circle;
    line-height: 1.5em;
    font-size: 15px;

}


.step__cta {
    padding-bottom: 32px;
}

.step__item:before,
.step__cta:before {
    border-left: 1px solid #C9CEDE;
    content: '';
    height: 100%;
    left: 3px;
    position: absolute;
    top: 20px;
}

.step__item:after,
.step__cta:after {
    background-color: #0972FF;
    border: 4px solid #d0e5ff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    content: '';
    height: 12px;
    left: -3px;
    position: absolute;
    top: 3px;
    width: 12px;
}

.step_last {
    transform: translateY(0) scale(1);
    padding-left: 25px;
    padding-top: 3px;
}

.step_last a {
    color: #0972FF;
    font-weight: 600;
}

.step_last:after {
    background-color: #d93e3e;
    border: 4px solid #ffe2e2;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    content: '';
    height: 12px;
    left: -3px;
    position: absolute;
    top: 3px;
    width: 12px;
}

.step_last p {
    margin-top: -6px;
}

/* --------------- */

.our_steps {
    display: flex;
    align-items: center;
}

.step_count {
    width: 65px;
    height: 65px;
    aspect-ratio: 1/1;
    /* background-color: #f1f1f1; */
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.step_text span {
    padding: 4px 10px;
    background-color: #0972FF;
    border-radius: 25px;
    color: #fff;
    font-size: 12px;
}

.step_text h3 {
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1rem;
}

.step_count img {
    width: 35px;
}




.text_one span {
    background-color: #f6e8ff;
    color: #9b00ff;
}

.text_two span {
    background-color: #d0e5ff;
    color: #0972FF;
}

.text_three span {
    background-color: #ffe6e7;
    color: #fa747d;
}

.text_four span {
    background-color: #d0fddd;
    color: #09a837;
}

.text_five span {
    background-color: #dfe3ff;
    color: #222a68;
}

.text_six span {
    background-color: #d0fffa;
    color: #40E0D0;
}

.our_solutions button {
    font-weight: 600;
    color: #292929;
}

.accordion-button:not(.collapsed) {
    background-color: #d0e5ff;
    color: #0972FF;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: 1px solid #d0e5ff;
}

.solution_content {
    padding: 30px;
    /* border: 1px solid #f1f1f1; */
    height: 100%;
    border-radius: 10px;
    /* background-color: #fcfcfc; */
}

.solution_content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.solution_content p {
    font-size: 15px;
}

.solution_content ul {
    padding-left: 18px;
    margin-bottom: 0;
}

.solution_content li {
    font-size: 15px;
    color: #474747;
    margin-top: 10px;
}

.solution_content svg {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.client_logo img {
    width: 100%;
    border: 1px solid #f1f1f1;
    filter: grayscale();
    border-radius: 5px;
}

.client_logo img:hover {
    filter: unset;
}

.footer {
    padding: 30px 0;
    background-color: #292929;
}

.footer_col h3 {
    color: #f1f1f1;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}

.footer_col a {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
}

.footer_col p {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 400;
}

.footer_col a svg {
    margin-top: 5px;
    width: 25px;
    height: 25px;
}

.footer_credit {
    padding: 7px 0;
    background-color: #242424;
}

.footer_credit p {
    text-align: center;
    color: #9d9d9d;
    margin-bottom: 0;
    font-size: 12px;
}

.contact_form {
    padding: 20px;
    background-color: #d0e5ff;
    border-radius: 10px;
}

.input_box input {
    width: 100%;
    /* height: 35px; */
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 7px 10px;
    font-size: 14px;
}

.input_box input:focus {
    outline: none;
    border: 1px solid #0972FF;
}

.input_box select {
    width: 100%;
    /* height: 35px; */
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 14px;
    background-color: #fff;
}

.input_box select:focus {
    outline: none;
    border: 1px solid #0972FF;
}

.input_box button {
    width: 100%;
    border-radius: 5px;
}

.input_icon {
    width: 100%;
    max-width: 70px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
}

.input_icon svg {
    width: 50%;
    height: 50%;
    color: #0972FF;
}

.contentSection h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.contentSection h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
}

.contentSection ul {
    padding-left: 18px;
}

.contentSection li {
    margin-bottom: 10px;
}

.footerLinks {
    text-align: center;
    margin-top: 1rem;
    border-top: 1px solid #242424;
    padding-top: 1.5rem;
}

.footerLinks a {
    font-size: 13px;
    color: #a8a8a8;
    text-decoration: underline;
    margin: 0 5px;
}

.footerLinks a:hover {
    color: #ffffff;
}

@media(max-width: 767px) {
    .hide_menu {
        display: none;
    }

    .banner_content h1 {
        font-size: 2rem;
    }

    .section_title h3 {
        font-size: 1.75rem;
    }

    .input_icon {
        margin: 0 auto 10px;
    }
}