/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
   * A better looking default horizontal rule
   */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
   * Remove default fieldset styles.
   */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none !important;
}

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
    resize: vertical;
}

/* overflow-x: hidden; */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

:root {
    --primary: #0000FF;
    --secondary: #0404D8;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-8 {
    padding-top: 80px;
}

.pb-8 {
    padding-bottom: 80px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

/* =============================  Header  ================================= */
.header-sec {
    background: linear-gradient(42deg, #5de0e6, #004aad);
}

.header-sec .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    font-family: "Pridi", serif;
    padding-right: 35px !important;
}

.header-sec .nav-link:hover {
    color: #ddd !important;
}

.sticky-top {
    display: block !important;
}

.btn-primary {
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    background: linear-gradient(42deg, #5de0e6, #004aad);
    border-radius: 6px;
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(-42deg, #5de0e6, #004aad);
}

.navbar-toggler {
    outline: none !important;
    box-shadow: none !important;
    font-size: 18px;
    padding: 6px 12px;
    background: #fff;
}

.nav-link.nav-active {
    color: #ddd !important;
}

.header-sec .btn-primary {
    background: #fff;
    color: var(--primary);
}

/* =============================  Banner  ================================= */
.banner-section {
    background: radial-gradient(#004aadde, #53d0e0b2);
  }

.banner-section .banner-content .title {
    font-family: "Pridi", serif;
    font-weight: 500;
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
}

.banner-section .banner-content .subtitle {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
}

.banner-section .custom-shape-divider-bottom-1716635912 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.banner-section .custom-shape-divider-bottom-1716635912 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 79px;
}

.banner-section .custom-shape-divider-bottom-1716635912 .shape-fill {
    fill: #FFFFFF;
}

/* =============================  how it work  ================================= */

.section-header .title {
    font-size: 25px;
    font-family: "Pridi", serif;
    color: #212121;
    font-weight: 500;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
}

.section-header .title:before {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(42deg, #5de0e6, #004aad);
    height: 4px;
    width: 50px;
    border-radius: 50px;
}

.section-header .subheading {
    font-size: 18px;
    font-weight: 400;
    max-width: 580px;
    margin: auto;
    line-height: 26px;
    color: #333;
}

.how_it_work_card {
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: 20px;
}

.how_it_work_card h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Pridi", sans-serif;
    color: #212121;
    margin-bottom: 15px;
}

.how_it_work_card p {
    margin: 0;
    font-size: 15px;
    color: #444;
}

.how_it_work_content h3 {
    font-size: 22px;
    font-family: "Pridi", sans-serif;
    color: #212121;
}

.how_it_work_content p {
    font-size: 16px;
    color: #444;
    line-height: 28px;
}


/* =============================  pricing  ================================= */


.pricing-section .top_shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.pricing-section svg {
    height: 3rem;
    width: 100%;
}

.pricing h4 {
    font-size: 24px;
    font-family: 'Pridi', sans-serif;
    font-weight: 500;
    color: #212121;
}

.pricing-price {
    font-size: 20px;
    background: #fff;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 50px;
    font-family: 'Pridi', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.pricing-price-period {
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.pricing-list li {
    list-style: disc;
    font-size: 16px;
    padding: 5px 0px;
    font-family: 'Roboto', sans-serif;
    color: #333;
}

/* =============================  faq  ================================= */

.faq-section .accordion-button {
    padding: 10px 0px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 30px;
}

.faq-section .accordion-item {
    border-bottom: 1px solid #EEE;
}

.faq-section .accordion-button:not(.collapsed) {
    background: transparent;
    font-weight: 600;
    color: linear-gradient(42deg, #5de0e6, #004aad);
}

.faq-section .accordion-body {
    padding: 15px 0px;
    padding-left: 30px;
}

.faq-section .accordion-body p {
    margin: 0;
    font-size: 16px;
    color: #444;
}

.faq-section .accordion-button::after {
    position: absolute;
    left: 0;
}

/* =============================  Testimonial section =========================== */
.testinonal-content {
    /* background-color: #999; */
    padding: 15px;
    border-radius: 7px;
}

.author-info {
    text-align: left;
    margin-top: 15px;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: contain;
    background: #f0f0f0;
}

.author-name {
    font-weight: bold;
    margin-bottom: 5px;
}

/* .testimonial {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    position: relative;
}
.testimonial::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: #f9f9f9 transparent transparent transparent;
}
.author-info {
    text-align: center;
    margin-top: 15px;
}
.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.author-name {
    font-weight: bold;
    margin-bottom: 5px;
}
.author-title {
    font-size: 0.9em;
    color: #666;
}
.author-title a {
    color: #007bff;
    text-decoration: none;
} */

/* =============================  hero section  ================================= */
.hero-section {
    background-color: #f8f9fa;
    border-top: 1px solid #EEE;
}

.hero-content h4 {
    font-family: 'Pridi', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #212121;
}


/* ============================= footer  ================================= */

.footer-section {
    background: #212121;
    padding: 15px 0px;
}

.copyright p {
    color: #DDD;
    font-size: 14px;
    font-weight: 500;
}

.footer-link ul li {
    display: inline-block;
}

.footer-link ul li a {
    color: #DDD;
    font-size: 15px;
}

.footer-link ul li a:hover {
    color: #fff;
}

/* ============================= breadcrumb  ================================= */

.breadcrumb li {
    font-size: 15px;
    color: #212121;
    font-weight: 400;
}

.breadcrumb li a {
    color: var(--primary);
}

/* ============================= About page  ================================= */

.about_content h1 {
    font-size: 25px;
    font-family: 'Pridi', sans-serif;
    font-weight: 500;
    margin: 0;
    color: #212121;
}

.about_content p, .about_content .desc {
    font-size: 16px !important;
    color: #444 !important;
    font-family: 'Roboto', sans-serif !important;
}

.form-control {
    font-size: 15px;
    outline: none !important;
    box-shadow: none !important;
    padding: 12px 10px;
}

.form-label {
    font-size: 14px;
    color: #212121;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.form-control::placeholder {
    color: #CCC;
}

.contact-form h1 {
    font-size: 26px;
    font-family: 'Pridi', sans-serif;
    color: #212121;
    font-weight: 500;
}

.contact-form h5 {
    font-size: 16px;
    font-weight: 400;
}

.contact-info h5 {
    font-size: 18px;
    color: #212121;
    font-family: 'Pridi', sans-serif;
    font-weight: 500;
}

.contact-info p {
    font-size: 16px;
    color: #444;
}

.contact-info address {
    font-size: 16px;
    color: #444;
}

.contact-info p a {
    color: #444;
}

.custom-page h1 {
    font-size: 24px;
    font-family: 'Pridi', sans-serif;
    font-weight: 500;
    margin: 0;
    color: #212121;
}

.custom-page .desc {
    font-size: 16px;
    color: #444;
    line-height: 27px;
    font-family: 'Roboto', sans-serif !important;
}

.login_form {
    max-width: 28rem;
    margin: auto;
    border: 1px solid #EEE;
}

.login_form h2 {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Pridi', sans-serif;
    color: #000;
}

.form-label-description a {
    font-size: 14px;
    font-weight: 500;
    color: #777;
}

.send_back p {
    font-size: 15px;
    font-weight: 500;
    color: #222222;
}

.login_form .input-group-text a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
}




























































































































































/* ==========================================================================
     Helper classes
     ========================================================================== */

/*
   * Hide visually and from screen readers
   */

.hidden,
[hidden] {
    display: none !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
   * Hide visually and from screen readers, but maintain layout
   */

.invisible {
    visibility: hidden;
}

/*
   * Clearfix: contain floats
   *
   * The use of `table` rather than `block` is only necessary if using
   * `::before` to contain the top-margins of child elements.
   */

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " ("attr(href) ")";
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}