/* Font Face */
@font-face {
    font-family: "Satoshi";
    src: url(../fonts/Satoshi-Regular.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url(../fonts/Satoshi-Medium.otf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url(../fonts/Satoshi-Bold.otf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url(../fonts/Satoshi-Black.otf);
    font-weight: 900;
    font-style: normal;
}


/* Global Styling */
@media (min-width: 1025px) {
    .container {
        max-width: 1444px;
    }
}

body {
    font-size: 26px;
    background-color: #0C031C;
    font-family: "Satoshi";
    font-weight: 500;
    color: #E7E6E8;
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
span {
    margin-bottom: 15px;
}

h1 {
    font-size: 70px;
    font-weight: 700;
}

h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2 !important;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #fff;
}

li {
    list-style-type: none;
}

img {
    display: block;
    max-width: 100%;
}

h1 span[data-original-span="true"],
h2 span[data-original-span="true"],
h1 .word[data-original-span="true"],
h2 .word[data-original-span="true"],
h5 span,
h6 span {
    background: linear-gradient(90deg, #EB3678 25.48%, #BE05E5 45.19%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 900;

}

a.header-button {
    color: #000;
    background-color: #fff;
    padding: 17px 49px 17px 25px;
    border-radius: 100px;
    font-size: 22px;
    font-weight: 900;
    background-image: url(../images/header.svg);
    background-repeat: no-repeat;
    background-position: right 24px center;
    transition: 0.4s;
}

a.secondary-button {
    color: #EB3678;
    border: 1px solid #EB3678;
    font-size: 26px;
    font-weight: 700;
    padding: 17px 22px;
    border-radius: 12px;
    transition: 0.4s;
}

a.primary-btn {
    padding: 18px 67px 18px 30px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    border-radius: 999px;
    background-color: #EB3678;
    background-image: url(../images/primary-button.svg);
    background-repeat: no-repeat;
    background-position: center right 33px;
    transition: 0.4s;
}



/* Header */

.site-header {
    padding: 17px 0 20px;
    position: absolute;
    width: 100%;
    z-index: 225;
}

ul.header-menu li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0 !important;
}

ul.header-menu li a:hover {
    color: #fff;
}

ul.header-menu {
    margin: auto;
    background-color: #FFFFFF0A;
    border: 1px solid #FFFFFF33;
    border-radius: 100px;
    padding: 0px 48px;
    gap: 44px;
    margin-right: 93px !important;
}

ul.header-menu li a::after {
    opacity: 0;
}

ul.header-menu li a.dropdown-toggle {
    background-image: url(../images/menu-dropdown.svg);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 23px !important;
}

.button-left a {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.454;
}

.header-right-part {
    gap: 33px;
}

ul.dropdown-menu {
    background: #0C031C;
    padding: 15px 15px 10px;
}

ul.dropdown-menu li {
    margin-bottom: 10px;
}

ul.dropdown-menu a {
    color: #fff;
}

ul.dropdown-menu a:hover {
    background-color: transparent;
}


/* Footer */

.footer-upper-left p {
    font-size: 20px;
    line-height: 1.3;
}

.footer-right-area {
    padding-left: 140px;
}

.footer-box ul {
    padding: 0;
}

.footer-box a {
    font-size: 20px;
    opacity: 0.7;
    margin-bottom: 17px;
}

.footer-box h5 {
    font-weight: 700;
    margin-bottom: 40px;
}

.copyright h5 {
    font-weight: 700;
}

.footer-bottom-part {
    padding: 60px 0 45px;
}

.footer-upper-part {
    padding: 90px 0 70px;
}

.footer-upper-left p {
    margin-top: 9px;
}



/* Home */
.demo-left img {
    width: 74px;
    border-radius: 50%;
}

.home-form {
    background: linear-gradient(180deg, #F9E6FC 0%, #FFFFFF 100%);
    max-width: 664px;
    border-radius: 34px;
    padding: 40px 22px 30px;
}

.demo-right h5 {
    color: #0C031C;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 6px;
}

.demo-right h6 {
    color: #BE05E5;
    font-size: 24px;
    margin: 0;
}

.demo-box {
    gap: 20px;
}

.form-bottom-part input,
.form-bottom-part textarea {
    width: 100%;
    background: none;
    border-radius: 100px;
    padding: 23px 32px;
    margin-bottom: 27px;
    color: #0C031C99;
    border-color: #0C031C99;
}

.form-text {
    color: #0C031C;
    font-size: 24px;
    margin-top: 10px;
}

.form-text span {
    color: #BE05E5;
}

.form-button {
    width: 100%;
    padding: 29px;
    background: #BE05E51F;
    border: 1px solid #BE05E599;
    border-radius: 100px;
    color: #0C031C;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 4px;
    transition: 0.4s;
}

.form-bottom-part {
    margin-top: 38px;
}

.hero-home {
    padding: 210px 0 100px;
    background-size: contain;
    z-index: 222;
    overflow: hidden;
}

.agent h5 {
    font-size: 34px;
}

.agent h1 {
    font-size: 80px;
    margin-bottom: 22px;
}

.agent span {
    font-weight: 900;
}

a.secondary-margin {
    margin-bottom: 26px;
}

.hero-home {
    position: relative;
}

.hero-home::before {
    position: absolute;
    content: "";
    background-image: url(../images/hero-before.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -11;
}

.hero-center-right-part img {
    z-index: -111;
    position: relative;
    min-width: 787px;
    margin-bottom: -120px;
}

.hero-center-part {
    margin-top: -50px;
}

.hero-top-part {
    margin-bottom: -80px;
}

.hero-bottom-part h3 {
    font-weight: 700;
    margin: 100px 0 50px;
}

.hero-bottom-part span {
    color: #FFB700;
}

.hero-bottom-part p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

.languages-section {
    text-align: center;
    padding: 220px 0 100px;
    background-color: #0C031C;
    background-image: url(../images/language.webp);
    background-position: top center;
}

.flag-row {
    margin-bottom: 20px !important;
}

.languages-description {
    font-size: 28px;
    margin-bottom: 60px;
}

.languages-section a.primary-btn {
    margin: 60px 0 0;
}

.pricing-card-wrapper {
    padding: 100px 0px;
}

.pricing-card {
    background-image: url(../images/Group-604.png);
    height: 535px;
    background-position: center;
    background-size: contain;
    padding: 115px 91px 94px 100px;
    background-repeat: no-repeat;
}

.pricing-desc {
    font-size: 24px;
    margin: 18px 0 46px;
    padding-right: 5px;
}

.highlight-cost {
    color: #EB3678;
}

.pricing-art img {
    margin-top: -150px;
}

.ai-section {
    text-align: center;
    padding: 100px 0px;
}

.ai-section p.subtext {
    max-width: 1120px;
    margin: 26px auto 100px;
    line-height: 1.4;
    font-size: 28px;
}

.ai-card {
    border-radius: 34px;
    padding: 42px 30px 25px;
    text-align: center;
    background-image: url(../images/male-BG.png);
    align-items: center;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.ai-card h4 {
    margin: 40px 0 12px;
}

.ai-second-card h4,
.ai-third-card h4 {
    margin: 60px 0 12px;
}

.ai-second-card {
    padding: 56px 30px 25px;
    background-image: url(../images/voice-BG.png);
}

.ai-third-card {
    padding: 71px 40px 25px;
    background-image: url(../images/calling-BG.png);
}

.ai-card h4 {
    font-weight: 700;
}

.appointment-section {
    padding: 100px 20px;
}

h2.appointment-title {
    line-height: 1.233;
    margin-bottom: 26px;
}

ul.appointment-list {
    padding: 0;
    margin: 55px 0 60px;
}

.appointment-list li {
    font-size: 28px;
    margin-bottom: 37px;
    font-weight: 700;
    background-image: url(../images/automate-li.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 75px;
    line-height: 1.3;
}

.train-section {
    padding: 100px 0px 150px;
    overflow: hidden;
}

.train-image img {
    scale: 1.25;
}

.usecases-section {
    padding: 100px 0px 150px;
    text-align: center;
}

.voice-p {
    font-size: 28px;
    max-width: 1120px;
    margin: 9px auto 60px;
}

.voice-span {
    display: block;
    position: relative;
    max-width: fit-content;
    -webkit-text-fill-color: #fff !important;
}

.voice-span::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #EB3678 25.48%, #BE05E5 45.19%);
    width: 100%;
    height: 29px;
    top: 20px;
    z-index: -11;
    opacity: 0.4;
}

.voice-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 900;
}

.usecases-tabs {
    gap: 20px;
    padding: 16px 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(40, 30, 55, 0) 0%, rgba(250, 246, 255, 0.06) 50%, rgba(40, 30, 55, 0) 100%);
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    white-space: nowrap;
}

.usecases-tabs::-webkit-scrollbar {
    display: none;
}


.usecases-tab-btn {
    color: #EB3678;
    border: 1px solid #EB3678;
    font-size: 26px;
    font-weight: 700;
    padding: 17px 41px;
    border-radius: 50px;
    background: #EB36781F;
}

.usecases-tab-btn.active {
    background-color: #EB3678;
    color: #fff;
}

.usecase-box {
    max-width: 426px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.usecase-box h4 {
    margin: 52px 0 18px;
    font-weight: 700;
}

.tab-margin {
    margin-bottom: 65px;
}

.usecase-text {
    font-size: 22px;
    line-height: 1.4;
    color: #E7E6E8;
    opacity: 0.7;
}

.usecases-panel {
    display: none;
}

.usecases-panel.active {
    display: block;
}

.setup img {
    margin-top: -156px;
}

.pricing-section {
    padding: 50px 0px 150px;
    text-align: center;
}

.billing-toggle {
    gap: 20px;
    padding: 16px 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(40, 30, 55, 0) 0%, rgba(250, 246, 255, 0.06) 50%, rgba(40, 30, 55, 0) 100%);
    margin-bottom: 100px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    white-space: nowrap;
}

.billing-btn {
    color: #EB3678;
    border: 1px solid #EB3678;
    font-size: 26px;
    font-weight: 700;
    padding: 17px 41px;
    border-radius: 50px;
    background: #EB36781F;
}

.billing-btn.active {
    background-color: #EB3678;
    color: #fff;
}

.plan-card {
    padding: 43px 40px 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    border: 2px solid #F9E6FC1F;
    backdrop-filter: blur(42px);
    border-radius: 34px;
    position: relative;
}

.plan-card::before {
    position: absolute;
    content: "";
    background-image: url(../images/monthly-card.png);
    background-repeat: no-repeat;
    width: 337px;
    height: 443px;
    top: 0;
    right: 0;
}

.plan-price h2 {
    font-weight: 900;
    color: #EB3678;
    margin: 0;
}

.plan-period {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    opacity: 0.7;
    margin-left: 16px;
}

.plan-name h4 {
    font-weight: 700;
    margin: 35px 0 18px;
}

.plan-desc {
    font-size: 26px;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 30px;
}

.plan-list {
    padding: 0;
}

.plan-list li {
    font-size: 22px;
    margin-bottom: 24px;
    background-image: url(../images/pricing-li.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 75px;
    line-height: 1.3;
    color: #E7E6E8;
    padding: 5px 0 5px 55px;
    font-weight: 500;
}

a.pricing-button {
    border: 1px solid #EB3678;
    max-width: fit-content;
    background-color: #0000;
    color: #fff;
    background-image: url(../images/pricing-button.svg);
    font-size: 24px;
    font-weight: 500;
    margin: -8px auto 0;
}

.plan-list li span {
    color: #EB3678;
    display: block;
    margin: 5px 0 0;
    font-weight: 900;
}

.plan-card:hover {
    background: linear-gradient(180deg, #F9E6FC 0%, #FFFFFF 100%);
}

.plan-card:hover .plan-period {
    color: #3D3549;
}

.plan-card:hover .plan-name {
    color: #010003;
}

.plan-card:hover .plan-list li {
    color: #010003;
    background-image: url(../images/pricing-li-hover.svg);
}

.plan-card:hover a.pricing-button {
    background-color: #EB3678;
}

.plan-card:hover .plan-desc {
    color: #3D3549;
}

.billing-panel {
    display: none;
}

.billing-panel.active {
    display: block;
}

.carousal {
    padding: 110px 0;
    position: relative;
}

.carousal::before {
    position: absolute;
    content: "";
    background-image: url(../images/slider.png);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 11;
}

.owl-stage-outer {
    overflow: visible !important;

}

.inner-container {
    max-width: 200px;
}

.slider-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.item {
    opacity: 0.5;
    scale: 0.9;
}

.active-custom {
    opacity: 1;
    scale: 1;
}

.language-text {
    margin: 16px 0 25px;
}

ul.any-list li {
    font-size: 24px;
    background-image: url(../images/any.svg);
    padding-left: 145px;
    font-weight: 500;
}

ul.any-list li:nth-child(2) {
    background-image: url(../images/smarter.svg);
}

ul.any-list span {
    color: #EB3678;
    display: block;
    font-size: 30px;
    font-weight: 700;
}

.agent-card {
    background-image: url(../images/main-agent.png);
    background-size: contain;
    height: 550px;
    background-repeat: no-repeat;
    padding: 110px 91px 94px 90px;
}

.ready-heading {
    font-weight: 900;
    max-width: 1120px;
    margin: 0 auto 75px !important;
}

.after-span {
    -webkit-text-fill-color: #BE05E5;
    font-weight: 500;
}

.footer {
    background-size: cover;
    background-position: center;
}




/* FAQs */

.faq-home {
    background: none;
}

.agent-faq h5 {
    font-size: 28px;
    line-height: 1.42;
    max-width: 1020px;
    margin: auto;
}

.agent-faq h4 {
    font-size: 30px;
}

.agent-faq h1 {
    margin: 40px 0 15px;
}

.faq-item {
    margin-bottom: 20px;
    background: linear-gradient(270deg, rgba(249, 230, 252, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
    border-radius: 12px;
    padding: 32px;
}

.faq-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.faq-question {
    font-weight: 700;
    line-height: 1.3;
    max-width: 90%;
    font-size: 26px;
    color: #EB3678;
}

.faq-body {
    font-size: 24px;
    line-height: 1.5;
    color: #E7E6E8;
    display: none;
    text-align: left;
    margin-top: 26px;
}

.faq-item.active .faq-body {
    display: block;
}

.faq-wrapper .active .rotate-image {
    transform: rotate(45deg);
}

.faq-wrapper .rotate-image {
    transition: 0.3s;
}

.faq-header h3 {
    margin: 0;
}

.faq-icon {
    width: 24px;
    height: 24px;
    background-image: url(../images/faq-close.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.faq-left-text {
    max-width: 460px;
}

.faq-section {
    background: none;
    padding: 50px 0 150px;
}

.faq-cta-card {
    background-image: url(../images/faq-cta.png);
}

.pricing-desc-faq {
    max-width: 700px;
    margin: 18px auto 46px;
}

.faq-footer {
    background: none;
}

.red {
    background-image: url(../images/faq-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}


/* pricing page */
.pricing-hero {
    max-width: 1120px;
    margin: auto;
}

.pricing-hero h5 {
    max-width: 100%;
}

.pricing-section img {
    margin-left: -53px;
}

.discover {
    font-size: 22px;
    margin: 0 0 54px 0;
}

.pricing-list li {
    font-size: 26px;
    padding: 0 0 0 55px;
    margin-bottom: 30px;
    background-image: url(../images/picing-section-li.svg);
}

.saving-box {
    padding-top: 60px;
}

.problem {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quick {
    max-width: 100%;
    margin: 0 0 26px;
}

.faq-pricing-section a.primary-btn {
    margin: 0 0 60px;
    font-size: 24px;
    font-weight: 500;
    background-image: url(../images/pricing-button.svg);
}

.pricing-faq {
    padding: 100px 0;
}

.pricing-faq .faq-item {
    background: linear-gradient(270deg, #F9E6FC 0%, #FFFFFF 100%);
    border: 1px solid #F9E6FCC7;
}

.pricing-faq .faq-body {
    color: #010003;
}

.carousal img {
    height: 70px;
    object-fit: contain;
}




/* Contact */
.contact-home h1 {
    max-width: 1020px;
    margin: 40px auto 15px;
}

.contact-cta-card {
    background-image: url(../images/contact-form.png);
    height: 1024px;
    padding: 90px 100px 90px 120px;
}

.contact-form {
    max-width: 620px;
    padding: 28px 22px;
    border-radius: 17px;
    box-shadow: 0px 14px 54px 0px #3B0D5C;
}

.contact-left-box {
    max-width: 460px;
}

.contact-left-box h2 {
    font-size: 50px;
    line-height: 1.28;
    margin: 13px 0 20px;
}

.contact-left-box p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 102px;
}

.contact-card {
    gap: 52px;
    background: linear-gradient(270deg, rgba(249, 230, 252, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
    border-radius: 17px;
    padding: 24px 41px 24px 52px;
    margin-bottom: 29px;
}

.contact-info h6 {
    color: #EB3678;
}

.contact-info h5 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.307;
    margin: 4px 0;
}

.contact-info p {
    font-size: 18px;
    color: #86818E;
    line-height: 1.5;
}

.contact-form input,
.contact-form textarea {
    line-height: 1.416;
    padding: 16px 20px;
    font-size: 24px;
    border: 1px solid #0C031C99;
    border-radius: 14px;
    margin-bottom: 22px;
}

.contact-form .form-button {
    border-radius: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

textarea.form-control {
    min-height: 254px;
    resize: none;
}

.form-label {
    font-size: 20px;
    color: #291A2C;
    margin-bottom: 12px;
}

.req {
    color: #EB3678;
    font-size: 18px;
    margin-left: 7px
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #0C031C4D;
    opacity: 1;
}

.contact-bg {
    background-image: url(../images/contact-BG.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-border {
    background: linear-gradient(180deg, rgba(235, 54, 120, 0.98), rgba(0, 0, 0, 1));
    border-radius: 17px;
    padding: 8px;
}

.contact-cutom-form .form-button {
    padding: 19px;
}

.contact-section {
    padding: 20px 0 100px;
}


/* careers */
.career-left-box {
    max-width: 100%;
}

.career-left-box p {
    margin-bottom: 56px;
    max-width: 100%;
}

.career-form textarea {
    min-height: 140px;
}

.career-form .form-button {
    padding: 19px;
}

.careers-right-image img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.career-card-cta {
    overflow: hidden;
    border-radius: 30px;
}

.position-box h2 {
    font-weight: 900;
}

.position-box p {
    max-width: 660px;
}

.do-wrapper {
    padding-left: 40px !important;
}

.career-faq-section {
    padding: 100px 0;
}

.active .faq-icon {
    transform: rotate(45deg);
}

.career-contact {
    padding: 110px 0 0;
}



/* documantation */
.documantation-hero {
    background-image: url(../images/updated-doc.webp);
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #EB3678;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 16px solid #EB367847;
    transition: 0.4s;
}

.play-button:hover {
    background: #fff;
    outline-color: #fff2;
}

.play-button:hover img {
    filter: invert(1);
}

.documantation-rapper {
    padding: 35px 0 0;
}

.doc-ul {
    padding: 45px 100px !important;
    display: flex;
    max-width: 1420px;
    justify-content: center;
    margin: 0 !important;
    gap: 127px;
}

ul.doc-ul span {
    color: #F9E6FC;
    font-size: 42px;
    margin-bottom: 5px;
}

ul.doc-ul li {
    font-size: 22px;
    opacity: 0.8;
    padding-left: 80px;
    background-image: url(../images/doc-li.svg);
    margin: 0;
}

ul.doc-ul li:nth-child(2) {
    background-image: url(../images/doc-li-2.svg);
}

ul.doc-ul li:nth-child(3) {
    background-image: url(../images/doc-li-3.svg);
}

ul.doc-ul li:nth-child(4) {
    background-image: url(../images/doc-li-4.svg);
}

.doc-tab img {
    margin-left: 0;
}

.doc-quick {
    padding: 50px;
    margin: 0;
    max-width: 700px;
    background: #0C031C;
    border: 1px solid rgba(249, 230, 252, 0.32);
}

.quick-image img {
    border-radius: 14px;
    border: 1px solid #F9E6FC1F;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.quick-text h5 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 17px;
}

.quick-text h6 {
    color: #E7E6E8;
    font-size: 22px;
    max-width: 450px;
    margin-bottom: 25px;
    line-height: 1.3;
    opacity: 0.7;
}

.quick-gap {
    gap: 20px;
}

.doc-body {
    background-image: url(../images/doc-page.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* industry */
.industry-card {
    background-image: url(../images/field-BG.png);
    height: 530px;
    padding: 55px 95px 55px 0px;
}

.industry-card img {
    margin-top: -6px;
}

.medical-box {
    max-width: 100%;
    padding-left: 52px;
}

.medical-box p {
    max-width: 100%;
    margin-bottom: 28px;
}

.medical-box ul.plan-list {
    gap: 30px;
    display: flex;
}

.medical-box ul.plan-list li {
    padding: 5px 0 5px 53px;
    align-items: center;
    margin: 0;
    background-image: url(../images/medical-list.svg);
}

.medical-box a.secondary-margin {
    margin-bottom: 5px;
}

.flows-heading {
    display: block;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 48px;
    color: #fff !important;
}

.outbound-box {
    background: #F9E6FC0F;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, rgba(249, 230, 252, 0) 0%, rgba(249, 230, 252, 0.06) 100%);
    backdrop-filter: blur(182px);
    border-radius: 34px;
    padding: 30px 40px;
    max-width: 100%;
}

.outbound-box h4 {
    margin: 22px 0 12px;
}

.outbound-box .usecase-text {
    margin: 0;
}

.comparison-card {
    height: 810px;
    background-image: url(../images/feature-BG.png);
    padding: 20px 20px 20px 30px;
}

.feature-list li {
    text-align: left;
    background: none;
    padding: 16px 22px;
    border-bottom: 1px solid rgba(249, 230, 252, 0.22);
    max-width: 740px;
    margin-bottom: 10px;
}

.feature-list li:nth-child(1) {
    color: #EB3678;
    border: none;
}

.feature-list li:nth-last-child(1),
.euro-list li:nth-last-child(1) {
    opacity: 0.4;
}

.feature-list li:nth-last-child(2),
.euro-list li:nth-last-child(2) {
    opacity: 0.6;
}

.feature-list li:nth-last-child(3),
.euro-list li:nth-last-child(3) {
    opacity: 0.8;
}

.current-left-box {
    padding: 25px 14px;
}

.current-left-box h5 {
    font-weight: 700;
    margin-bottom: 25px;
}

.euro-button {
    font-size: 24px;
    width: 100%;
}

.euro-list li {
    background-image: url(../images/euro.svg);
    margin: 0;
    padding: 31px;
    background-position: center;
}

.last-euro {
    background: linear-gradient(180deg, rgba(48, 210, 123, 0.18) 0%, rgba(48, 210, 123, 0) 90%);
    border-radius: 20px 20px 0 0;
}

.last-euro h5 {
    color: #30D27B;
}

.last-euro .euro-button {
    background: #30D27B;
    color: #fff;
    border-color: #30D27B;
}

.last-euro .euro-list li {
    background-image: url(../images/last-euro.svg);
}

a.price-euro-button {
    position: absolute;
    margin: 0;
    right: 140px;
    bottom: -60px;
    border: 8px solid rgba(0, 0, 0, 0.5);
}

ul.commerce-list li {
    background-image: url(../images/commerce.svg);
    font-size: 38px;
    font-weight: 700;
    padding: 0 0 0 65px;
}

ul.commerce-list li:first-child {
    background: none;
}

ul.commerce-list {
    display: flex;
    justify-content: center;
    gap: 26px;
}

.dropdown-menu.megamenu {
    width: 962px;
    border-radius: 20px;
    border: 1px solid #F9E6FC38;
    background: linear-gradient(180deg, #F9E6FC 0%, #FFFFFF 100%);
    padding: 20px;
    margin: 28px 0 0 -330px;
}

.mega-title {
    color: #010003;
    font-weight: 700;
    text-align: center;
    margin: 0 0 24px;
    font-size: 20px;
}

.ind-card {
    border-radius: 12px;
    padding: 32px 20px;
    border: 1px solid #0100030F;
}

.ind-icon {
    margin-right: 16px;
}

.ind-title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
}

.ind-sub {
    margin: 3px 0 0;
    color: #86818E;
    font-size: 12px;
    line-height: 1.25;
}

.copyright span {
    -webkit-text-fill-color: #EB3678;
    font-weight: 700;
}

.agent a.secondary-button {
    display: none;
}

.pricing-card-wrapper-industry {
    padding: 0;
}

.usecases-section-industry {
    padding: 40px 0 100px;
}

a.ind-title p {
    color: #010003;
}

.appointment-imges img {
    scale: 1.3;
    margin-left: -30px;
}

.fst {
    background-image: url(../images/counterborder.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.customer-card img {
    margin-top: -57px;
    height: 530px;
    border-radius: 40px;
}

.healthcare-card img {
    margin-top: -43px;
}

.hero-center-left-part a.secondary-button {
    margin-bottom: 50px;
}

.agent-voice h1 span {
    background: linear-gradient(-90deg, #BE05E5 25.48%, #EB3678 45.19%);
    -webkit-background-clip: text !important;
}

.career-card-cta {
    background-image: url(../images/main-career-bg.webp);
    position: relative;
}

.explore {
    line-height: 1.3;
}

.careers-image-hide-show img {
    display: none;
}

ul.job-list li {
    background-image: url(../images/job.svg);
    color: #010003;
    margin-bottom: 22px;
    padding: 0 0 0 45px;
}

ul.job-list li:nth-child(2) {
    background-image: url(../images/job-2.svg);
}

.faq-body span {
    display: block;
    color: #8B797F;
    font-size: 20px;
    margin: 0 0 4px 0;
}

.faq-body a.primary-btn {
    margin-top: 22px;
    font-size: 22px;
}

.flows-heading span {
    -webkit-text-fill-color: #fff;
}

.customer-industry-card {
    background-image: url(../images/main-customer.png);
}

.customer-industry-card img {
    opacity: 0;
}

.healthcare-card {
    background-image: url(../images/main-healthcare-bg.png);
}

.br-list li:last-child {
    background-position: top left;
}

.hospitality-card {
    background-image: url(../images/main-hospitality.png);
}

.real-estate-card {
    background-image: url(../images/main-real-estate.png);
}

.automotive-card {
    background-image: url(../images/main-automotive.png);
}

.custom-enterprise-card {
    background-image: url(../images/main-enterprise.png);
}



/* body backgrounds */
.home-bg {
    background-image: url(../images/home-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-bg {
    background-image: url(../images/pricing-bg.webp);
}

.industry-BG {
    background-image: url(../images/industry-BG.webp);
}

.main-career-bg {
    background-image: url(../images/main-career-bg\ \(2\).webp);
}


/* hover effect */
a.header-button:hover {
    color: #fff;
    background-color: #000;
    background-image: url(../images/header-hover\ 1.svg);
}

ul.header-menu:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

a.secondary-button:hover {
    background-color: #EB3678;
    color: #fff;
}

.form-button:hover {
    background-color: #EB3678;
    color: #fff;
}

a.primary-btn:hover {
    background-color: #fff;
    color: #EB3678;
    background-image: url(../images/primary-button-hover.svg);
}

a.pricing-button:hover {
    background-color: #0000 !important;
}

.buttons-desktop {
    display: none !important;
}

.progress-barr {
    max-width: 580px;
    box-shadow: 0px -16px 54px 0px #3B0D5C;
    background: linear-gradient(180deg, #F9E6FC 0%, #FFFFFF 100%);
    padding: 30px;
    border-radius: 34px;
    color: #020002;
}

.progress-barr h3 {
    font-size: 32px;
    color: #0C031C;
    font-weight: 700;
    margin-bottom: 35px;
}

.label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
}

.label-row span:last-child {
    color: #EB3678;
    font-weight: 700;
}

.slider-row {
    margin-bottom: 32px;
}

.progress-barr .slider-row:last-child {
    margin-bottom: 10px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
}

.slider::-webkit-slider-runnable-track {
    height: 12px;
    border-radius: 10px;
    background: linear-gradient(to right, #ff007a var(--value, 50%), #d7cfd5 var(--value, 50%));
    background: linear-gradient(to right, #EB3678 var(--value, 50%), #d7cfd5 var(--value, 50%));
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #EB3678;
    border: 4px solid #FFFFFF;
    cursor: pointer;
    margin-top: -6px;
}

.results-wrapper {
    max-width: 580px;
    padding: 36px 30px 0;
}

.result-box {
    background: #BE05E514;
    border: 1px solid #fff3;
    border-radius: 12px;
    width: 100%;
    padding: 14px 0;
}

.result-main {
    gap: 10px;
}

.result-box p {
    font-size: 20px;
    margin-bottom: 12px;
}

.result-box h2 {
    font-size: 38px;
    margin: 0;
    color: #BE05E5;
}

.saving-boxes {
    margin-top: 10px;
    background: #30D27B14;
}

.human-cost h2 {
    color: #EB3678;
}

.human-cost {
    background: #EB367814;
}

.saving-boxes h2 {
    color: #30D27B;
}

.carousel {
    width: max-content;
    animation: scroll 22s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.e-commerce .container {
    overflow: hidden;
}

.billing-btn:hover,
.usecases-tab-btn:hover {
    background-color: #EB3678;
    color: #fff;
}

.billing-btn.active:hover,
.usecases-tab-btn.active:hover {
    background-color: #EB36781F;
    color: #EB3678;
}

h2,
h1 {
    overflow: hidden;
}

h2 .word,
h1 .word {
    display: inline-block;
    opacity: 0;
    transform: translateX(-50px);
    transition:
        opacity 0.6s ease-out,
        transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: calc(var(--word-index) * 0.1s);
    line-height: 1.1;
    margin: 0;
}

h2.show .word,
h1.show .word {
    opacity: 1;
    transform: translateX(0);
    line-height: 1.1;
    margin: 0;
}

.billing-toggle::-webkit-scrollbar {
    display: none;
}

.extra-class {
    width: 200px;
    height: 24px;
    background-image: url(../images/menu-dropdown.svg);
    background-repeat: no-repeat;
    background-position: bottom 3px right;
    background-color: #0C031C;
    position: absolute;
    right: 0;
    border: none;
    top: 0;
}

.extra-span {
    -webkit-text-fill-color: #EB3678 !important;
}

.br-list li:nth-child(1) {
    max-width: 300px;
}




@media (max-width: 1024px) {
    body {
        font-size: 24px;
    }

    h1 {
        font-size: 60px !important;
    }

    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 35px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 22px;
    }

    .play-button {
        display: none;
    }

    h6 {
        font-size: 20px;
    }

    a.secondary-button {
        font-size: 22px;
        padding: 15px 20px;
    }

    a.primary-btn {
        padding: 18px 67px 18px 30px;
        font-size: 22px;
    }

    .navbar-toggler {
        background-image: url(../images/toggle-icon.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .customer-industry-card img {
        opacity: 1;
    }

    ul.header-menu {
        background-color: #0C031C;
        margin-right: 0 !important;
        border-radius: 20px;
        padding: 27px 48px;
        transition: 0.4s;
    }

    .header-right-part {
        display: none !important;
    }

    .train-image img {
        margin-left: 0;
    }

    .careers-image-hide-show img {
        display: inline-block;
    }

    .hero-center-part {
        margin-top: 0;
    }

    .hero-top-part {
        margin-bottom: 0;
    }

    .hero-center-part .row {
        flex-direction: column-reverse;
    }

    .flag-row .col-auto {
        margin-bottom: 20px;
    }

    .flag-row {
        margin-bottom: 0px !important;
    }


    .pricing-card {
        background-image: url(../images/mobile-monthly.png);
        height: 1132px;
    }

    .mobile-wrapper {
        flex-direction: column-reverse;
    }

    .pricing-art img {
        margin: -150px 0 70px 0;
    }

    .appointment-section .row {
        flex-direction: column-reverse;
    }

    .appointment-img {
        display: flex;
        justify-content: center;
    }

    .appointment-img img {
        scale: 1;
        margin-left: 0;
    }

    .agent-card-mobile {
        height: 1220px;
    }

    .agent-card-mobile .pricing-art img {
        margin: 50px 0 0 0;
    }

    .footer-right-area {
        padding-left: 0;
        gap: 30px;
    }

    .footer-upper-part .row {
        gap: 30px;
    }

    .footer-upper-part {
        padding: 90px 0 0px;
    }

    .dropdown-menu.megamenu {
        width: 100%;
        margin: 0;
        z-index: 111;
        position: absolute;
        top: 35px;
    }

    .faq-cta-card {
        background-image: url(../images/faq-cta.png);
        height: 300px;
        padding: 40px;
    }

    .pricing-card-wrapper {
        padding: 0;
    }

    .pricing-bg {
        background-image: url(../images/pricing-tab.webp) !important;
    }

    .pricing-faq {
        padding: 0;
    }

    .pricing-headline-mobile h2 {
        font-size: 30px;
    }

    .pricing-desc-faq {
        margin: 20px 0;
        font-size: 20px;
    }

    .pricing-card-wrapper-mobile a.primary-btn {
        font-size: 20px;
        padding: 16px 60px 16px 25px;
    }

    ul.commerce-list {
        gap: 16px;
        overflow: hidden;
    }

    .pricing-card-wrapper-industry .pricing-card {
        background-image: url(../images/industry-mobile.png);
        padding: 100px;
    }

    .pricing-card-wrapper-industry .pricing-art img {
        margin: 0;
    }

    .medical-box {
        padding-left: 0;
        margin-top: 100px;
    }

    .uncease-bpx-mobile {
        margin-bottom: 20px;
    }

    .hide-industry-mobile {}

    ul.commerce-list li {
        margin: 0;
        background-position: left top 5px;
    }

    .industry-pricing-section .pricing-card {
        height: 1500px;
        background-size: cover;
        background-image: url(../images/feature-BG.png);
    }

    .contact-tab .faq-cta-card {
        background-image: url(../images/contact-tab.png);
        height: 1500px;
    }

    .contact-tab {
        padding: 0 0 500px;
    }

    .contact-tab .contact-left-box {
        display: flex;
        align-items: center;
    }

    .contact-tab .con-6 {
        min-width: 348px;
    }

    .contact-left-box h2 {
        font-size: 45px;
        margin: 15px 0;
    }

    .contact-card {
        gap: 20px;
        padding: 20px;
        margin-bottom: 20px;
    }

    .contact-left-box p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .con-6-first {
        min-width: 300px !important;
        margin-bottom: 30px;
    }

    .cta-bet {
        background-position: top center;
    }

    .contact-info h5 {
        font-size: 20px;

    }

    .contact-tab-mob {
        padding: 0;
    }

    .contact-bg-tab {
        background-image: url(../images/contact-tab-image.webp);
    }

    .career-card-cta {
        height: 1650px;

        background-image: url(../images/contact-tab.png);
        background-position: top center;
    }

    .career-left-box p {
        margin-bottom: 30px !important;
    }

    .do-wrapper {
        padding: 0 !important;
    }

    .careers-right-image img {
        right: 10%;
        max-width: 70%;
    }

    .career-home {
        padding: 0 0 70px;
    }

    .doc-ul {
        overflow-x: auto;
        white-space: nowrap;
    }

    .doc-ul::-webkit-scrollbar {
        display: none;
    }

    .documantation-hero {
        background-image: url(../images/documantation-hero.png);
    }

    .home-bg {
        background-image: url(../images/home-BG-tab.webp);
    }

    .customer-card img {
        height: auto;
        border-radius: 0;
    }

    .hero-center-right-part img {
        min-width: 100%;
        margin-bottom: 0;
    }

    ul.header-menu:hover {
        background-color: #0C031C;
    }


}




@media (max-width: 767px) {


    body {
        font-size: 20px !important;
    }

    h1 {
        font-size: 50px !important;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    a.secondary-button {
        font-size: 20px;
        padding: 15px 20px;
    }

    a.primary-btn {
        padding: 18px 65px 18px 20px;
        font-size: 18px;
        background-position: center right 23px;
    }

    .buttons-desktop {
        display: flex !important;
        position: absolute;
        bottom: 30px;
        left: 50px;
    }

    a.price-euro-button {
        right: 30px;
    }

    .current-left-box {
        padding: 10px;
        width: 50%;
    }

    .home-bg {
        background-image: url(../images/home-BG-mobile.jpg);
    }

    .industry-pricing-section .pricing-card {
        height: 1700px;
    }

    .voice-span::before {
        width: 0;
    }

    ul.header-menu {
                padding: 30px 30px 100px 30px;

    }

    .hero-bottom-part h3 {
        margin: 50px 0 30px;
    }

    .usecases-tabs {
        justify-content: start;
    }

    .carousal::before {
        background-image: url(../images/slider-mobile-before.png);
    }

    .languages-row .col-auto {
        margin-bottom: 20px;
    }

    .pricing-card {
        padding: 80px 40px 40px 40px;
        height: 100%;
    }

    ul.any-list li {
        padding-left: 120px;
    }

    .carousal {
        padding: 50px 0;
    }

    .languages-section {
        padding: 60px 0;
    }

    .ai-section p.subtext {
        font-size: 20px;
        margin: 20px 0 40px;
    }




    .pricing-desc {
        font-size: 20px;
        margin: 15px 0;
        padding-right: 0;
    }

    .pricing-art img {
        margin: -150px 0 20px 0;
    }

    .agent-card-mobile {
        padding: 70px 40px;
    }

    .agent a.secondary-button {
        display: inline-block;
    }

    .hero-center-left-part a.secondary-button {
        display: none;
    }

    .agent h5 {
        margin-bottom: 40px;
    }

    .ai-section {
        padding: 40px 0 0;
    }

    .appointment-list li {
        font-size: 22px;
    }

    .appointment-section {
        padding: 80px 0 0;
    }

    .train-section {
        padding: 0px 0px 70px;
    }

    ul.any-list li {
        font-size: 18px;
    }

    .agent-card-mobile .pricing-art img {
        margin: 0;
        width: 90%;
    }

    .form-text {
        font-size: 18px;
    }

    .faq-cta-card {
        background-image: url(../images/mobile-cta.png);
        display: flex;
        align-items: center;
        height: 780px;
    }

    .pricing-section {
        padding: 50px 0;
    }

    .pricing-headline-mobile h2 {
        font-size: 50px;
    }

    .contact-left-box h2 {
        font-size: 40px;
    }

    .medical-box {
        margin-top: 40px;
    }

    .pricing-card-wrapper-industry .pricing-card {
        padding: 30px;
        background-size: cover;
        border-radius: 20px;
        height: 100%;
    }

    .medical-box ul.plan-list {
        display: block;
    }

    .medical-box p {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .contact-tab .faq-cta-card {
        background-image: url(../images/contact-form-mobile.png);
        height: 1500px;
    }

    .contact-tab .contact-left-box {
        display: block;
    }

    .contact-tab-mob {
        padding: 0 0 100px;
    }

    .contact-left-box h2 {
        font-size: 30px;
    }

    .career-card-cta {
        background-image: url(../images/contact-form-mobile.png);
        height: 1420px;
        padding: 20px;
        background-size: cover;
    }

    .careers-right-image img {
        position: static;
        max-width: 100%;
    }

    .documantation-hero {
        background-image: url(../images/documantation-hero.png);
    }

    .doc-tab .billing-btn {
        font-size: 20px;
        padding: 14px 30px;
    }

    .doc-tab .billing-toggle {
        justify-content: flex-start;
        margin-bottom: 40px;
    }

    .documantation-hero {
        height: 300px;
    }

    .doc-body {
        background-image: url(../images/doc-mobile.webp);
    }

    .doc-quick {
        max-width: 95%;
        padding: 30px;
    }

    .quick-image img {
        height: 100%;
    }

    .hero-home {
        padding: 150px 0 50px;
    }

    .hero-bottom-part p {
        font-size: 20px;
    }

    .demo-right h5 {
        font-size: 20px;

    }

    .demo-right h6 {
        font-size: 18px;
    }

    .form-bottom-part input,
    .form-bottom-part textarea {
        padding: 15px;
    }

    .form-button {
        padding: 15px;
    }

    .plan-list li {
        background-position: top 5px left;
    }
    .br-list li:nth-child(1) {
        max-width: 100%;
        margin-bottom: 10px !important;
    }

    .br-list li {
        font-size: 18px;
        background-size: 30px;
        padding: 7px 0 7px 45px !important;
    }

    .faq-body a.primary-btn {
        display: block;
        width: fit-content;
    }

    textarea.form-control {
        min-height: 150px;
    }

    .position-box p {
        max-width: 100%;
        font-size: 20px;
    }

    .faq-question {
        max-width: 80%;
        font-size: 20px;
        text-align: left;
    }

    .faq-body {
        font-size: 18px;
        margin-top: 20px;
    }

    .billing-btn.active:hover,
    .usecases-tab-btn.active:hover {
        background-color: #EB3678;
        color: #fff;
    }

    .comparison-card .plan-list li {
        background-position: center;
    }

    .saving-box {
        padding-top: 0;
    }

    .results-wrapper {
        max-width: 100%;
        padding: 36px 0px 0;
    }

    .plan-card {
        padding: 20px;
    }

    .contact-tab .con-6 {
        min-width: 100%;
    }

    .contact-home h1 {
        margin: 20px auto 15px;
    }

    .usecases-section {
        padding: 50px 0;
    }





}





@media (min-width: 992px) {
    .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown-menu {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease-in-out;
        margin-top: 0;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .nav-item {
        height: 80px;
        padding: 27px 0;
    }
}