/* ---------------------header-css-start----------------------- */
* {
    margin: 0;

    p,
    a,
    small {
        font-family: Helvetica;
        text-transform: capitalize;
    }


    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: Helvetica-Bold;
        text-transform: capitalize;
    }

    .section {
        width: 100%;
    }
}

@font-face {
    font-family: Helvetica-Bold;
    src: url(./font-family/Helvetica-Bold.ttf),
}

@font-face {
    font-family: Helvetica;
    src: url(./font-family/helvetica-light-587ebe5a59211.ttf);
}


.header-main {
    width: 100%;
    background-color: #005ad9;
    padding-block: 0.5em;
    padding: 2em 0;
    border-bottom: 1px solid #ffffff26;
    position: fixed;
    z-index: 999;
}

.header-menu-btn {
    display: none;
    color: white;
    font-size: 25px;
}

.header-inner {
    width: 100%;
    max-width: 1160px;
    padding-inline: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.header-logo-col {
    width: 20%;
}

.header-nav-col {
    width: 80%;
}

.header-button-col {
    width: 20%;
}

.header-nav-col ul {
    display: flex;
    justify-content: end;
    gap: 50px;
}

.header-nav-col ul li {
    list-style: none;
    /* Removes bullet points */
}

.header-nav-col ul li a {
    text-decoration: none;
    color: white;
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600 !important;
    text-align: left;
}

.header-button-col a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: white;
}

.header-nav-col ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease;
}

.header-nav-col ul li a:hover::after {
    width: 100%;
}

.header-button-col {
    text-align: end;
}



.dropdown-content-desktop {
    width: 145px;
    padding: 20px;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    /* opacity: 0; */
    /* visibility: hidden; */
    /* transform: translateY(-10px); */
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 35px;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.dropdown-content-desktop.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0);
}

li.drop-down-desktop:hover .dropdown-content-desktop {
    display: block !important;
    transition: all .7s !important;
}

.dropdown-content-desktop {
    display: none;
}

.drop-down-desktop {

    position: relative;
}

.dropdown-content-desktop a {
    color: black !important;
}

.drop-inner-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}


/* ---------------------header-css-end------------------------- */


/* -----------------------banner-sec-css-start----------------- */

.banner-section-main {
    width: 100%;
    background-color: #005ad9;
    padding-top: 9em;
}

.banner-sec-inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    height: 500px;
    display: flex;
    justify-content: space-between;
    background-image: url(./Images/bg_img_1.png);
    background-size: cover;
    background-position: 70% 60%;
}




.banner-sec-content-col h2 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    margin: 0;
}

.banner-sec-content-col h1 {
    font-size: 48px;
    font-weight: 600;
    color: white;
    margin: 20px 0;
}

.banner-sec-content-col {
    width: 50%;
}

.banner-sec-img-col {
    width: 50%;
}

.banner-sec-content-col p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 1.4em;
    margin: 0;
    padding-right: 4em;
}

.banner-sec-content-col button {
    border-radius: 30px;
    padding: 18px 40px;
    border: 1px solid #00b4d8;
    background-color: #00b4d8;
    margin-top: 20px;
}

.banner-sec-content-col button a {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.banner-sec-img-col {
    background-image: url(./Images/mom\ with\ child.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.banner-sec-img-col .video-col i.fa-solid.fa-play {
    color: white;
    font-size: 32px;
}

.banner-sec-img-col .video-col {
    height: 80px;
    border: 5px solid white;
    border-radius: 100px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 0 6px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.video-container iframe#videoIframe {
    height: 496px;
    width: 570px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* -------------------------bannre-sec-css-end------------------- */


.unlock-sec-main {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 150px;

}

.unlock-sec-main h2 {
    text-align: center;
    font-size: 42px;
    margin: 0;
}

.unlock-sec-main h2 span {
    color: #005ad9;
}

.unlock-list-icon-sec {
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
}

.list-icon-col {
    width: 50%;
}

.list-icon-inner ul li svg {
    height: 30px;
    fill: #005ad9;

}

.list-icon-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-icon-inner ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;

}

.list-icon-inner ul {
    width: 60%;
}

.list-icon-inner {
    display: flex;
    justify-content: end;
}

div#icon-inner-2 {
    justify-content: flex-start;
}

.unlock {
    background-color: #f7f8fc;
}

/* ---------------------------------unlock-benifits-css-end---------------- */

.counter-main-sec {
    max-width: 1140px;
    margin: 0 auto;
    background-color: white;
    border-radius: 12px;
    padding: 40px 80px;
    box-sizing: border-box;
    position: relative;
    top: -5em;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
}

.counter-col {
    width: 33%;
}

.counter-main-sec .counter-col .counter-number-col h2 {
    font-size: 32px;
    margin: 0;
    color: #4743c8;
    text-align: center;
}

.counter-main-sec .counter-col .counter-content-col p {
    text-align: center;
    margin: 0;
}

.counter-content-col {
    margin-top: 10px;
}

.how-it-work-section-main {
    max-width: 1140px;
    margin: 0 auto;
}

.how-it-work-section-main h6 {
    text-align: center;
    margin: 0;
    font-size: 18px;
    color: #4743c8;

}

.how-it-work-section-main h2 {
    text-align: center;
    font-size: 42px;
    margin: 10px 0;
    color: #0f296d;
}

.how-it-work-section-main p {
    text-align: center;
    font-size: 18px;
}

.how-it-work-imgbox-main {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.how-it-work-img-box-col {
    width: 25%;
}


.how-it-inner-col img {
    height: 50px;
    text-align: center;
}

.how-it-inner-col h2 {
    font-size: 24px;
}

.how-it-inner-col p {
    font-size: 18px;
}

.how-it-inner-col {
    text-align: center;
}


.how-it-inner-aerow-col img {
    transform: rotate(-38deg);
    height: 60px;

}

div#aerow-col-2 img {
    transform: rotate(133deg);
}


/* ---------------------------how-it-work-css-end-------------------- */

.high-low-risk-main-sec {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.high-low-risk-col img {
    height: 482px;
    width: 100%;
    object-fit: contain;
}

.high-low-risk-col {
    width: 50%;
}

.high-low-risk-col h6 {
    font-size: 18px;
    margin: 0;
    color: #6767e7;
}

.high-low-risk-col h2 {
    font-size: 32px;
    padding-right: 7em;
    margin: 15px 0;
}

.high-low-risk-col h2 span {
    color: #6767e7;
}

.high-low-risk-col p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;
    color: #818795;
}

.high-low-risk-btn-col button {
    padding: 15px 30px;
    border-radius: 30px;
    background-color: #251486;
    border: 1px solid #251486;

}

.high-low-risk-btn-col button a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

button.discover-btn {
    background-color: transparent;
    border: 1px solid darkgrey;
    border-radius: 12px;
}

button.discover-btn a {
    color: black;
    font-size: 16px;
    font-weight: 600;
}

button.discover-btn a i.fa-solid.fa-globe {
    margin-right: 10px;
}

.high-low-risk-btn-col {
    margin-top: 25px;
    display: flex;
    gap: 20px;
}

.testimonial-user-image img {
    height: 30px;
}

.testimonial-inner-user-col {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.testimonial-user-name h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.testimonial-inner-col {
    display: flex;
    justify-content: space-between;
}

.testimonial-user-name p {
    font-size: 16px;
    color: #818795;
}

.testimonial-inner-user-col {
    font-size: 16px;

}

.testimonial-col {
    margin-top: 40px;
    border-left: 3px solid #818795;
    padding-left: 20px;
}

.fast-and-semeless-sec {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}

.fast-and-semeless-icons-images {
    margin-block: 25px;
}

.fast-and-semeless-sec img {
    height: 40px;
}

.fast-and-semeless-sec h2 {
    font-size: 42px;
    margin: 20px 0;
}

.fast-and-semeless-sec p {
    font-size: 18px;
    padding: 0 19em;
    line-height: 1.4em;
    color: #818795;

}

.fast-and-semeless-icons-images img {
    height: 100px;
    object-fit: cover;
}

.fast-and-semeless-icons-images {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;

}

.fast-and-images-col {
    min-width: 20%;
}

.global-section-main {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.global-section-main h4 {
    font-size: 18px;
    margin: 0;
    color: #6767e7;
}

.global-section-main h2 {
    font-size: 42px;
    margin: 15px 0;
}

.global-section-main p {
    font-size: 18px;
    line-height: 1.4em;
    padding: 0 7em;
    color: #818795;
}

section.global-sec {
    padding: 6em 0;
    background-color: #f7f7f7;
}

/* ------------------------------------Faq-Section---------------------------------intern */
.faq-sec {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;

}

.faq-sec i.fas.fa-plus {
    cursor: pointer;
}

.faq-heading {
    margin-bottom: 20px;
}

.faq-heading h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.faq-heading p {
    font-size: 18px;
    line-height: 1.4em;
    padding: 0 10em;
    color: #818795;
    margin-bottom: 50px;
}

.faq-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}

.faq-items .item-1,
.item-2 {
    width: 45%;
}

faq-item {
    padding: 15px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
}

.faq-items .faq-item div {
    border-radius: 8px;
    padding: 15px 20px;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.faq-items .faq-item .faq-ans {
    text-align: start;
    padding-left: 15px;
    padding-bottom: 15px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.faq-items .faq-item .faq-ans.active {
    max-height: 200px;
    /* Adjust as needed */
    opacity: 1;
}

.faq-item h3 {
    font-size: 1em;
    margin: 0;
}

.faq-item i {
    font-size: 1.2em;
    color: #007bff;
}


/* --------------------------------Footer-section------------------------------ */
.footer {

    background: #262626;
    padding: 40px 20px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.footer .footer-logo img {
    height: 50px !important;
    width: 100%;
    max-width: 200px;
}

.footer .footer-logo p {
    color: white;
    font-size: 18px;
    line-height: 1.4em;
    margin-top: 20px;
    padding: 0 3em 0 0;
}


.footer .footer-content {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}

.footer-col h4 {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-col p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.4em;
}

.footer-col p a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400 !important;
}

div#footer-col-contact {
    width: 30%;
}

.footer-col {
    width: 20%;
}

.footer .footer-content a:hover {
    color: #00b4d8;
}

.footer .footer-logo {
    width: 30%;
}

.footer-bottom {
    width: 1140px;
    margin: 0 auto;
}

.footer-bottom-main {
    background-color: #00b4d8;
    padding: 10px 0;
}

.footer-bottom p {
    text-align: center;
    color: white;
    font-size: 18px;
}

.footer .footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 0.8em;
    color: #aaa;
}


/* ===========================================About-Section======================================= */
.about-section {
    background: linear-gradient(rgba(6, 6, 6, 0.6), rgba(0, 0, 0, 0.6)),
        url("./Images/AboutImages/about-section.jpg") no-repeat center/cover;

    background-position: 100% 16%;
}

.about-banner-sec {
    max-width: 1140px;
    margin: auto;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2em;
}

.about-section .about-banner-sec h1 {
    font-size: 48px;
    font-weight: 600;
    color: white;
    margin: 20px 0;
    padding: 0 5em;
    text-align: center;
    letter-spacing: 2px;
}

.about-section .about-banner-sec p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    line-height: 1.4em;
    margin: 0;
    padding-right: 4em;
    padding: 0 12em;
    text-align: center;
}

/* --------------------------------we-are-container-start------------------------------ */
.who-we-are-container {
    padding-block: 60px;
    max-width: 1140px;
    margin: auto;
    display: flex;
    gap: 20px;
}

.who-we-are-con-first,
.who-we-are-con-sec {
    width: 50%;
}

.who-we-are-con-first h2 {
    font-family: sans-serif;
    font-size: 42px;
    margin: 20px 0;
}

.who-we-are-con-first p {
    font-size: 18px;
    line-height: 1.4em;
    color: #818795;
}

.who-we-are-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
    margin-top: 20px;
}

.who-we-are-card {
    width: 40%;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    background-color: #87ceeb26;
    padding: 20px;
}

.who-we-are-card h2 {
    font-family: sans-serif;
    font-size: 20px;
    margin: 5px 0;
    text-align: center;
    color: #005ad9;
}

.who-we-are-con-first button {
    padding: 15px 30px;
    border-radius: 30px;
    background-color: #251486;
    border: 1px solid #251486;
    margin-top: 20px;
}

.who-we-are-con-first a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.who-we-are-img {
    height: 100%;
    padding-left: 50px;
}

.who-we-are-con-sec .who-we-are-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

/* --------------------------------we-are-container-end------------------------------ */

/*------------------trust-section-start----------------*/

.trust-section {
    background-color: #80808012;
}

.trusted-org-sec {
    max-width: 1140px;
    margin: auto;
    padding-block: 30px;
}

.trusted-org-sec span {
    color: #462ebb;
}

.trust-section .trusted-org-sec h2 {
    font-family: sans-serif;
    font-size: 42px;
    margin: 20px 0;
    text-align: center;
}

.org-images {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: space-evenly;
}

.trusted-org-sec .org-images img {
    width: 24%;
    max-width: 150px;
    object-fit: scale-down;
}

.value-history h2 {
    font-size: 32px;
    margin: 15px 0;
}

/*------------------trust-section-end----------------*/

/*------------------value&history-start----------------*/

.value-history {
    max-width: 1140px;
    margin: auto;
    display: flex;
    gap: 30px;
    padding-block: 60px;
}

.our-value-section,
.our-history-section {
    width: 50%
}

.value-history small {
    color: #005ad9;
    font-size: 15px;
    font-weight: 600;
}

/* .value-history    h1{
        font-size: 32px;
        margin: 15px 0;
    } */

.value-history p {
    font-size: 18px;
    line-height: 1.4em;
    color: #818795;
}

.value-history img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

/*------------------value&history-end----------------*/

/*------------------fast-secure-pay-section-start----------------*/
.fast-secure-pay-section {
    background: linear-gradient(rgba(6, 6, 6, 0.6), rgba(0, 0, 0, 0.6)), url(./Images/AboutImages/about-section.jpg) no-repeat center / cover;
    background-attachment: fixed;
    background-position: 100% 20%;

}

.fast-secure-pay {
    max-width: 1140px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 60px;
}

.fast-secure-pay h2 {
    font-size: 48px;
    font-weight: 600;
    color: white;
    margin: 20px 0;
    padding: 0 2em;
    text-align: center;
    letter-spacing: 2px;
}

.fast-secure-pay p {
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 1.4em;
    margin: 0;
    padding-right: 4em;
    padding: 0 12em;
    text-align: center;
}

.fast-secure-pay button {
    padding: 15px 30px;
    border-radius: 30px;
    background-color: #251486;
    border: 1px solid #251486;
    margin-top: 20px;
}

.fast-secure-pay button a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

/*------------------fast-secure-pay-section-end----------------*/


/*------------------Instant-service-start----------------*/
.instant-section {
    max-width: 1140px;
    margin: auto;
    padding-top: 60px;
    display: flex;
    gap: 30px;
    padding-bottom: 25px;
}

.instant-section div {
    width: 50%;
}

.instant-section img {
    max-height: 90%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.instant-section h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 20px 0;
    text-align: start;
}

.instant-section p {
    font-size: 18px;
    line-height: 1.4em;
    color: #818795;
}

/*------------------instant-service-end----------------*/


/* ===========================================Api-Section======================================= */
.api-dox-container {
    max-width: 1140px;
    margin: auto;
    padding: 0;
}

.api-dox-outer-container {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)), url('https://cdn.prod.website-files.com/663e3d8f3f5fece5819c87c6/6768fc5dee1c0fbcc67727c2_6768fc4c3d00b4972157058e_3.%2520Start%2520Building%2520a%2520Professional%2520Network%2520with%2520Varsity%2520Tutors.webp') no-repeat center/cover;
    padding-top: 4em;


}

.api-dox-inner-container {
    min-height: 500px;
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.api-dox-inner-container h1 {
    font-size: 48px;
    font-weight: 600;
    color: white;
    margin: 20px 0;
    padding-inline: 3em;
}

.api-dox-inner-container p {
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 1.4em;
    margin: 0;
    padding-inline: 10em;
}

/* --------------------------api-cards-container-------------------------- */
.api-dox-cards-section {
    padding-block: 40px
}

.api-dox-cards-section h2 {
    text-align: center;
    font-size: 42px;
    margin: 20px 0;
    color: #0f296d;
}

.api-dox-cards {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.api-dox-card {
    width: 30%;
    padding: 10px;

}

.api-dox-cards .api-dox-inner-card i {
    font-size: 32px;
    color: #00b4d8;
    margin: auto;
    width: 100px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.api-dox-inner-card {
    background-color: white;
    min-height: 225px;
    padding: 35px;
    border-radius: 12px;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    cursor: pointer;
}

section.api-docs-collab-main {
    padding: 4em 0;
    background-color: #f7f7f7;
}

.api-dox-inner-card:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 7px;
    height: 1%;
    z-index: 1;
    width: 96%;
    background-color: #00b4d8;
    border-radius: 12px !important;
    transition: all .7s;
    cursor: pointer;
}

.api-dox-inner-card:hover:before {
    width: 100%;
    left: 0;
    height: 100%;
}

.api-dox-inner-card:hover i {
    color: white;
    transition: all .7s;
}

.api-dox-inner-card:hover h3 {
    color: white;
    transition: all .7s;

}

.api-dox-inner-card:hover p {
    color: white;
    transition: all .7s;

}




.api-dox-inner-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    position: relative;
    z-index: 2;
}

.api-dox-inner-card p {
    font-size: 15px;
    line-height: 1.4em;
    position: relative;
    z-index: 2;
}

/* --------------------------api-dox-banner-container-------------------------- */
.api-dox-outer-banner {
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6)), url('https://storage.googleapis.com/cdn-devwebsite-bolddesk/media/2023/07/483a3ef5-customer-support-team-compressed.jpg') no-repeat center/cover;
    background-attachment: fixed;
}

.api-dox-inner-banner {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.api-dox-inner-banner h2 {
    font-size: 42px;
    color: white;
    padding-inline: 3em;
    margin-block: 20px;
}

.api-dox-inner-banner p {
    font-size: 16px;
    color: white;
    line-height: 1.4em;
    padding-inline: 8em;
}

.api-dox-inner-banner button {
    border-radius: 30px;
    padding: 18px 40px;
    border: 1px solid #00b4d8;
    background-color: #00b4d8;
    margin-top: 20px;
}

.api-dox-inner-banner button a {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

/* <!-- -------------------------------------------API-Speed-Performance--------------------------------- */
.api-speed-performance {
    display: flex;
    gap: 30px;
    padding-top: 60px;
}

.api-speed-performance-col {
    width: 50%
}

.api-speed-performance h2 {
    font-size: 42px;
    padding-right: 5em;
    margin: 15px 0;
}

.api-speed-performance p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;
    color: #818795;
}

.api-speed-performance-col img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}



/* <!-- -------------------------------------------API-Security--------------------------------- */

.api-dox-security {
    display: flex;
    gap: 30px;
    padding-block: 60px;
    align-items: center;
}

.api-dox-security-col {
    width: 50%
}

.api-dox-security h2 {
    font-size: 42px;
    padding-right: 5em;
    margin: 15px 0;
}

.api-dox-security p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;
    color: #818795;
}

.api-dox-security img {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

/* <!-- -------------------------------------------API-Security--------------------------------- */
.api-community-section {
    text-align: center;
    padding: 50px;
    border-radius: 30px;
    box-shadow: #00b4d863 0px 5px 15px;
}

.api-community-section h2 {
    font-size: 42px;
    padding: 0 5em;
    margin: 0 0 15px 0;
}

.api-community-section p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4em;
    color: #818795;
}


.invoice-container {
    max-width: 1140px;
    margin: auto;
}

/*-----------------------------------create-invoice-inner-banner------------------------*/
.create-invoice-banner {
    background-color: #005ad9;
}

.create-invoice-inner-banner {
    display: flex;
    gap: 30px;
}

.create-invoice-banner-col {
    width: 50%;
    padding-top: 50px;
}

.create-invoice-banner-col h1 {
    font-size: 48px;
    color: white;
    margin: 20px 0;
}

.create-invoice-banner-col p {
    font-size: 18px;
    font-weight: 400;
    color: white;
    line-height: 1.4em;
    margin: 0;
    padding-right: 0;
}

.create-invoice-banner-col button {
    border-radius: 30px;
    padding: 18px 40px;
    border: white;
    background-color: white;
    margin-top: 20px;
}

.create-invoice-banner-col button a {
    font-size: 16px;
    color: black;
    text-decoration: none;
}

.create-invoice-banner-col h2 {
    font-size: 32px;
    color: white;
    margin-block: 25px 10px;
}

.create-invoice-banner-col li {
    color: white;
    line-height: 1.4em;
    font-size: 17px;
}

.create-invoice-banner-col ul {
    margin-bottom: 25px;
}

.create-invoice-banner-col li {
    color: white;
    line-height: 1.4em;
    font-size: 17px;
    list-style: inside;
}

.create-invoice-banner-col img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

/*-----------------------------------invoice-key-features------------------------*/
.invoice-key-features {
    padding-top: 60px;
}

.invoice-key-features .col-rev {
    flex-direction: row-reverse;
}

.invoice-key-features h3 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 20px;
}

.invoice-key-features h3 span {
    color: #4743c8;
}

.invoice-key-feature-row {
    display: flex;
    gap: 30px;
}

.invoice-key-feature-col {
    width: 50%;

}

.invoice-key-feature-content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.invoice-key-features img {
    max-height: 400px;
    width: 100%;
    object-fit: scale-down;
}

.invoice-key-feature-col h2 {
    font-size: 42px;
    margin: 20px 0;
}

.invoice-key-feature-col p {
    font-size: 18px;
    font-weight: 400;
    color: #818795;
    line-height: 1.4em;
}

.Instructions-main-container {
    background-color: #f1f1f1;
    padding: 3em 0;

}

.invoice-container-inner {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Instructions-main-container h4 {
    font-size: 48px;
    color: black;
    text-align: center;
    margin: 0 0 20px 0px;
}

.Instructions-main-container p {
    text-align: center;
    color: black;
    font-size: 20px;
    line-height: 1.6em;
}

.Instructions-main-container button {
    border-radius: 30px;
    padding: 18px 40px;
    border: 1px solid #00b4d8;
    background-color: #00b4d8;
    margin-top: 20px;
}

.Instructions-main-container button a {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

section.create-invoice-banner-top {
    padding-top: 6em;
}

.create-invoice-banner-col ul {
    padding: 0;
}

section.faq-banner {
    padding-top: 15em;
}

section.faq-banner {
    padding-top: 14em;
    background-color: #f2f2f2;
}

.faq-banner-main {
    width: 1140px;
    padding-bottom: 6em;
    margin: 0 auto;
}

.faq-banner-inner h1 {
    text-align: center;
    font-size: 46px;
    margin: 0;
    text-transform: uppercase;
}


.support-main-section {
    max-width: 1140px;
    margin: auto;
}

.available-section-banner {
    background: linear-gradient(rgba(6, 6, 6, 0.6), rgba(0, 0, 0, 0.6)),
        url("https://www.smscountry.com/blog/wp-content/uploads/2022/11/SMS-templates-for-customer-Support.jpg") no-repeat center/cover;
    padding-top: 4em;
}

.available-inner-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 500px;
}

.available-inner-banner h1 {
    font-size: 42px;
    margin: 20px 0;
    color: white;
}

.available-inner-banner p {
    padding-inline: 8em;
    font-size: 18px;
    line-height: 1.4em;
    color: white;
    margin-bottom: 20px;
}

.available-details {
    display: flex;
    gap: 20px;
    color: white;
    font-size: 18px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.available-details div {
    padding: 22px;
    backdrop-filter: blur(5px);
    border-radius: 8px;
    box-shadow: 1px 1px 3px black;
}

.available-details .fa-solid,
.fas {
    font-size: 18px;
}

.need-support-section {
    padding-block: 60px;
}

.need-support-section {
    padding-block: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.need-support-section h2 {
    font-size: 42px;
    margin: 20px 0;
}

.need-support-section p {
    font-size: 18px;
    line-height: 1.4em;
    padding-inline: 10em;
}

.need-support-section form {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.need-support-section input {
    height: 30px;
    width: 300px;
}

.need-support-section button {
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #251486;
    border: 1px solid #251486;
}

.need-support-section a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.support-cards {
    max-width: 1140px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.support-card {
    width: 30%;
    padding: 15px;
}

.support-cards h3 {
    font-size: 22px;
    margin: 10px 0;
}

.support-cards p {
    line-height: 1.4em;
}

.support-card .support-inner-card .fa-solid,
.fas {
    font-size: 30px;
}

.support-inner-card {
    border: 1px solid black;
    padding: 12px;
    border-radius: 8px;
}

.need-support-custom {
    padding-top: 0;
}

section.support-help-main-sec {
    background-color: #f7f7f7;
}

.support-help-main-sec input {
    font-size: 16px;
    font-family: Helvetica !important;
    padding: 19.4px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid #005ad9;
}

.support-help-main-sec input:focus {
    transition: all .7s;
    box-shadow: none !important;
    border: none !important;
    border-radius: none !important;
    border-bottom: 2px solid #005ad9 !important;
    outline: none !important;
    box-shadow: rgb(93 128 197 / 39%) 0px 19px 38px, rgb(136 147 221 / 41%) 0px 15px 12px !important;
}


.available-details i {
    font-size: 18px;
}