@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&amp;display=swap');

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
    --primary--color: #3cb0f2;
    --secondary--color: #ffffff;
    --accent--color: #7d64f8;
    --purple--color: #8e7af0;
    --text--color: #616161;
    --grey--color: #b6b6b6;
    --black--color: #000000;
    --light--blue--color: #ebf7fe;
    --light--grey--color: #f2f2f2;
    --light--purple--color: #f3f1fd;
    --black--family--color: #0f0f0f;
}

figure {
    margin-bottom: 0;
}

h1 {
    font-size: 80px;
    line-height: 81px;
    font-weight: 700;
    color: var(--black--color);
    margin-bottom: 32px;
}

h2 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 700;
    color: var(--black--color);
    letter-spacing: 0.4px;
}

h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    color: var(--black--color);
}

h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--black--color);
}

h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black--color);
}

h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black--color);
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--text--color);
    word-break: break-word;
}

.text-size-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--text--color);
}

.special-text {
    color: var(--accent--color);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: 0.8px;
    font-weight: 600;
}

html {
    scroll-behavior: smooth;
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.padding-top {
    padding-top: 138px;
}

.padding-bottom {
    padding-bottom: 140px;
}

.heading-title-con {
    margin-bottom: 46px;
}

body {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: var(--text--color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
               Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: var(--black--color);
    font-weight: 500;
    padding: 10px 0 !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--accent--color);
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 60px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 5;
    padding: 0;
    margin-top: 23px;
}

.header-con .navbar {
    padding: 0;
}

.header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--accent--color);
    transition: ease-in-out 0.6s;
}

.header-con .navbar-light .navbar-nav .nav-link.active {
    color: var(--accent--color);
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 20px;
    font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 2;
    width: 230px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border-radius: 20px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 12px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 10px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

.header-contact .contact-btn {
    min-width: 151px;
    background-color: var(--black--color);
    color: var(--secondary--color);
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    width: 100%;
    text-decoration: none;
    z-index: 1;
    border-radius: 100px;
}

.header-contact .contact-btn:hover {
    background-image: linear-gradient(to left, var(--primary--color) 0%, var(--purple--color) 100%);
    color: var(--secondary--color);
}

.header-contact {
    margin-left: 11%;
}

.header-con ul li:first-child {
    margin-right: 12px;
}

.header-contact .free-trial-btn {
    min-width: 111px;
    background-color: var(--secondary--color);
    color: var(--black--color);
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    width: 100%;
    text-decoration: none;
    z-index: 1;
    border-radius: 100px;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.header-contact .free-trial-btn:hover {
    text-decoration: none;
    color: var(--secondary--color);
    background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%);
}

#button {
    display: inline-block;
    background-color: var(--accent--color);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 100px;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(61 176 242 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(61 176 242 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--accent--color);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader div {
    background-color: var(--accent--color);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.footer-con {
    background-color: var(--black--color);
    padding-top: 78px;
}

.footer-con .middle_portion {
    padding: 75px 0 75px;
}

.footer-con .middle_portion .footer-logo {
    margin-bottom: 24px;
    display: inline-block;
}

.footer-con .middle_portion .logo-content p {
    color: var(--grey--color);
    font-size: 14px;
    line-height: 24px;
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion p {
    margin-right: -15px;
}

.footer-con .middle_portion h5 {
    margin-bottom: 19px;
    color: var(--secondary--color);
}

.footer-con .middle_portion .links {
    padding-left: 75px;
}

.footer-con .middle_portion .links li {
    margin-bottom: 7px;
}

.footer-con .middle_portion .links li i {
    font-size: 10px;
    top: 0;
    position: relative;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li a {
    font-size: 14px;
    line-height: 14px;
    padding-left: 14px;
    font-weight: 400;
    text-decoration: none;
    color: var(--grey--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li:hover i {
    color: var(--purple--color);
}

.footer-con .middle_portion .links li:hover a {
    color: var(--purple--color);
}

.footer-con .middle_portion .links {
    padding-left: 75px;
}

.footer-con .middle_portion .contact .text {
    position: relative;
    margin-bottom: 9px;
    padding-left: 31px;
    display: inline-block;
}

.footer-con .middle_portion .contact a,
.footer-con .middle_portion .contact p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--grey--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .contact i {
    font-size: 14px;
    left: 0;
    top: 6px;
    position: absolute;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .contact li:hover a,
.footer-con .middle_portion .contact li:hover p,
.footer-con .middle_portion .contact li:hover i {
    color: var(--purple--color);
}

.footer-con .middle_portion .icon {
    padding-left: 45px;
}

.footer-con .middle_portion .icon h5 {
    margin-bottom: 20px;
}

.footer-con .copyright p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    padding: 20px 0;
    text-align: center;
    color: var(--grey--color);
    background-color: var(--black--family--color);
}

.footer-con .cta-con {
    padding-bottom: 78px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.footer-con .cta-con .right-cta-con figure {
    margin-left: 76px;
}

.footer-con .cta-con .left-cta-con h2 {
    margin-bottom: 10px;
}

.footer-con .cta-con .left-cta-con p {
    font-weight: 400;
}

.footer-vector1 {
    left: 0;
    top: 106px;
}

.footer-vector2 {
    right: 0;
    bottom: 179px;
}

.chat-input i.fa-paper-plane {
    color: var(--secondary--color);
    font-size: 12px;
}
.faq-con .faq_content .heading-title-con span {
    margin-bottom: 14px;
}

.faq-con .faq_content .heading-title-con h2 {
    margin-bottom: 0;
}

.faq-con h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Teko", sans-serif;
}

.faq-con .accordion-card {
    margin-bottom: 25px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--secondary--color);
    box-shadow: 2px 2px 29px rgb(0 0 0 / 3%);
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-card .btn-link h6 {
    color: var(--accent--color);
    font-weight: 600;
}

.faq-con .accordion-card h6 img {
    position: absolute;
    top: 14px;
    margin: 0 auto;
    left: 20px;
}

.faq-con .accordion-card .collapsed h6 {
    color: var(--black--color);
    font-weight: 600;
    white-space: inherit;
    word-break: break-word;
}

.faq-con .accordion-card:has(.btn-link) {
    border: 1px solid var(--accent--color);

}

.faq-con .accordion-card:has(.collapsed) {
    border: 1px solid var(--secondary--color);
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordian-inner .card-header a {
    padding: 21px 37px 21px 70px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 37px 20px 70px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 10px;
    white-space: inherit;
    word-break: break-word;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f062";
    font-size: 16px;
    top: 19px;
    right: 24px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--accent--color);
}

.faq-con .accordion-card .collapsed:before {
    content: "\f061";
    color: var(--black--color);
}
.why-choose-us-con {
    background-image: url(../images/whychoose-us-bg-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-choose-us-con .row {
    margin-bottom: 50px;
}
.how-it-works-con .lower-side span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71px;
    height: 71px;
    border-radius: 100%;
    background-image: linear-gradient(to right, var(--primary--color) 0%, var(--purple--color) 100%);
    font-size: 28px;
    font-weight: 700;
    flex-shrink: 0;
    margin-right: 23px;
}

.how-it-works-con .upper-side {
    padding: 36px 37px 0;
    border-radius: 25px;
    margin-bottom: 35px;
}

.how-it-works-con .upper-side.blue {
    background-color: var(--light--blue--color);
}

.how-it-works-con .upper-side.grey {
    background-color: var(--light--grey--color);
}

.how-it-works-con .upper-side.purple {
    background-color: var(--light--purple--color);
}
.voice-card {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.voice-card img.img-fluid.voice {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}
.why-choose-us-con .col-lg-3.col-md-6 {
    margin-bottom: 30px;
}

.why-choose-us-con .col-lg-3.col-md-6:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-bg-img.png);
}

.error-con {
    position: relative;
    z-index: 2;
}

.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 30px;
    color: var(--black--color);
}

.error-con h2 i {
    font-size: 130px;
    line-height: 140px;
    color: var(--accent--color);
}

.error-con h4 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 18px;
    color: var(--black--color);
}

.error-con p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    color: var(--text--color);
}

.login-form {
    min-height: 100vh;
    background-image: url(../images/banner-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.item {
    display: flex;
}

.header-con a {
    color: #111;
    text-decoration: none;
    font-weight: 500;
}

.header-con .navbar {
    justify-content: space-between;
    padding: 12px clamp(12px, 2vw, 28px);
}

.header-con .right-group {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.header-con .navbar-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.header-con .desktop-header-contact ul {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.header-con .nav-link,
.header-con .free-trial-btn,
.header-con .contact-btn {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 25px;
    background: transparent;
    transition: all 0.25s ease;
}

.header-con .nav-link:hover,
.header-con .free-trial-btn:hover,
.header-con .contact-btn:hover {
    background: #f5f5f7;
    color: #000;
}

.free-trial-btn,
.contact-btn {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.custom-link {
    color: #111;
    padding: 6px 14px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .custom-link:hover {
        background: linear-gradient(90deg, #5ea3f7, #4a7cf3);
        color: #fff;
    }
}

.dashboard-btn-main {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 25px;
    background: linear-gradient(90deg, #5ea3f7, #4a7cf3);
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
}

.dashboard-btn-main:hover {
    opacity: 0.9;
    color: #fff;
}

.dropdown-menu {
    border: none;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.dropdown-item:hover {
    background: #f5f5f7;
}

.tools-dropdown {
    background: #f7f7f9;
    border: none;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.tools-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    color: #111;
    transition: all 0.2s ease;
}

.tools-dropdown .dropdown-item i {
    width: 18px;
    font-size: 14px;
    text-align: center;
    color: #4a7cf3;
}

.tools-dropdown .dropdown-item:hover {
    background: #fff;
    transform: translateX(2px);
}

.fa-chevron-down {
    font-size: 10px;
}

.flag {
    margin-right: 8px;
    font-size: 16px;
}

.mobile-header-actions {
    display: none;
    gap: 10px;
}

.mobile-header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding: 8px 14px;
    border-radius: 25px;
    background: #f5f5f7;
    color: #111;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .mobile-header-actions {
        display: flex;
        margin-left: auto;
    }

    .right-group,
    .desktop-only-toggler {
        display: none !important;
    }

    .header-con .navbar {
        padding: 12px clamp(12px, 4vw, 20px);
    }

    .navbar-brand h4 {
        margin: 0;
        font-size: 20px;
    }
}

.header-con .tools-dropdown .dropdown-item:hover {
    color: #fff;
}

.header-con .tools-dropdown .dropdown-item:hover i {
    color: #fff;
}

.hero-wrap {
    margin-top: -70px;
    text-align: center;
}

.hero-h3 {
    font-weight: bold;
    font-size: 2.3em;
    line-height: 40px;
    margin-bottom: 20px;
}

.hero-h4 {
    font-size: 1.3em;
    margin-bottom: 14px;
}

.hero-p {
    font-size: 1em;
    margin-bottom: 20px;
}

.hero-cta-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.hero-cta-row {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-company-wrap {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .hero-wrap {
        margin-top: -70px;
    }

    .hero-h3 {
        font-size: 4.1em;
        line-height: 70px;
    }

    .hero-h4 {
        font-size: 2.9em;
    }

    .hero-p {
        font-size: 1.2em;
    }

    .hero-company-wrap {
        margin-top: 40px;
    }
}

.sw-field-group {
    width: 100%;
    max-width: 400px;
    text-align: left;
    margin-bottom: 1rem;
}

.sw-field-label {
    display: block;
    text-align: left;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    color: #000;
    font-weight: 700;
}
