* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}
.pt-70 {
    padding-top: 70px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.font-size-30 {
    font-size: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-40 {
    padding-top: 40px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.text-center {
    text-align: center;
}
.justify-space-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

li {
    line-height: 26px;
}

html {
    overflow-x: hidden;
}

button:focus {
    border-color: var(--primary);
    color: var(--primary);
    background-color: rgba(0, 0, 0, 0);
}
button:focus-visible {
    border: none;
}

h4:has(span.text_anim) {
    font-size: 18px;
}
.text-center {
    text-align: center;
}

.line-height-40 {
    line-height: 40px;
}
.line-height-60 {
    line-height: 60px;
}
.text-underline {
    text-decoration: underline;
}
/* ............................sign up css..................... */

.sign_up_grid_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.sign_up_left_image img {
    max-width: 450px;
    width: 100%;
    margin: auto;
    display: flex;
}

.sign_up_right_form {
    padding-left: 40px;
}

.sign_up_box {
    background-color: #5a4994;
    padding: 53px;
    max-width: 1350px;
    width: 100%;
    display: flex;
    margin: auto;
    position: relative;
    overflow: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.sign_up_right_form .input-wrap-contact {
    margin-bottom: 20px;
}

.sign_up_container {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 999;
    width: 100%;
    overflow: auto;
}

.sign_up_container ._heigh_100px {
    height: 150px;
}

.sign_up__body {
    padding: 150px 0 0 0;
}

#signup-form-close:hover {
    color: red;
}

#signup-form-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
}

.sign_up_overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(28, 37, 40, 0.9);
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

/* ...signIn form.. */
.sign_In_grid_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.sign_In_left_image img {
    max-width: 450px;
    width: 100%;
    margin: auto;
    display: flex;
}

.sign_In_right_form {
    padding-left: 40px;
}

.sign_In_box {
    background-color: #5a4994;
    padding: 53px;
    max-width: 1350px;
    width: 100%;
    display: flex;
    margin: auto;
    position: relative;
    overflow: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.sign_up_right_form .input-wrap-contact {
    margin-bottom: 20px;
}

.sign_In_container {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 999;
    width: 100%;
    overflow: auto;
}

.sign_In_container ._heigh_100px {
    height: 150px;
}

.sign_In__body {
    padding: 150px 0 0 0;
}

#signIn-form-close:hover {
    color: red;
}

#signIn-form-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
}

.sign_In_overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(28, 37, 40, 0.9);
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

.logIn_btn,
.register_btn {
    cursor: pointer;
}

.logIn_btn:hover,
.register_btn:hover {
    text-decoration: underline;
    color: black;
}

.form_btn:hover {
    border-color: #898def;
    background-color: black;
    color: white;
}

label.error {
    color: red;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .sign_up_grid_box {
        grid-template-columns: 1fr;
    }
    .sign_up_right_form {
        padding-left: 0;
    }
    .sign_up_box {
        padding: 60px 20px;
    }
}

/* ...............................services css........................ */

.about-c-hero-image img {
    width: 520px;
    height: 450px;
}

.unleash_power .service-tile {
    justify-content: flex-start;
}
/* ....................solution css................... */

.object_inherit {
    object-fit: contain !important;
}
.about-c-hero .about-c-halves {
    grid-column-gap: 0 !important;
}

/* .......................pricing css.................. */
.pricing_plan {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing_plan ul li {
    text-align: left;
}

.number_block_last {
    margin-top: 30px;
}

.map-text-wrap_tagline {
    justify-content: center;
}

/* ....................................about css ................... */

.owl-carousel .owl-nav.disabled {
    display: block;
    margin-top: 20px;
}

.owl-carousel .owl-nav button {
    position: absolute;
}
.innovative_sol .hide .text-h4.text-bold {
    line-height: 60px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 47%;
}

.owl-carousel .owl-nav .owl-next {
    right: 47%;
}

.owl-carousel .owl-nav button svg {
    background: #7f83e7;
    padding: 10px;
    color: white;
    font-size: 25px;
    font-weight: bold;
}

.futurism_boxes {
    display: flex;
    gap: 40px;
    align-items: center;
}

.futurism_card {
    margin-top: 30px;
}

.futurism_card.third {
    grid-column: 1/3;
    margin: auto;
    width: 50%;
}

.futurism_cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 0;
}

/* ..........................index css ........................... */

.nav_menu_links {
    display: flex;
    gap: 30px;
}

.login_profile {
    position: relative;
}
.profile_icon:hover {
    text-decoration: none;
    border-bottom: none !important;
}

.login_profile .li_listtype .user_column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.user_column a {
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-align: start;
}

.login_profile .li_listtype {
    background-color: #434583;
    border-radius: 10px;
    position: absolute;
    top: 60px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 200px;
    padding: 30px;
    right: -50px;
}

.full_potential_section .service-tile {
    grid-row-gap: 12px;
}

.full_potential_section .service-bottom p {
    line-height: 164%;
}

.cursor_auto {
    cursor: auto;
}

.home_about_ {
    background-image: url(../../assets/images/img/Know\ More\ -\ BG.jpg) !important;
}

section.home-a-hero .headline-center {
    padding-top: 50px;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color:black;
    z-index: 5000;
}

#preloader img {
    width: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#header_nav {
    background-color: #333;
    padding: 10px 0;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 900;
}
.scrolled {
    position: fixed !important;
}

.banner_tag span.text_anim {
    display: inline-block !important;
}

.w-nav-link.active {
    /* border-bottom: 1px solid var(--primary); */
    text-decoration: underline;
    text-decoration-color: #7f83e7;
    text-decoration-thickness: 3px;
    color: var(--white);
    font-weight: 700;
}

.nav-grid {
    padding: 20px 0;
}

.error_msg_ {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.innovative_btn {
    max-width: 140px;
    width: 100%;
}

.innvovative_cards .feature-card {
    border: 1px solid #898def;
    box-shadow: 1px 1px 11px 0px #898def;
    padding: 30px;
    border-radius: 10px;
}

.header_signp_tbn {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.content-lockup-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.content-lockup {
    position: relative;
    width: calc(33.333% - 20px);
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.content-lockup.is-inview {
    transform: translateY(0);
    opacity: 1;
}

.content-lockup img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}

.content-lockup .title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.content-lockup .description {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

/* home service slider */

@keyframes slide-out-rotate {
    50%,
    100% {
        transform: translate(-50%, 50%) rotate(-50deg);
    }

    40%,
    100% {
        opacity: 0;
    }
}

@keyframes reveal {
    to {
        visibility: visible;
    }
}

@keyframes highlight {
    50% {
        background-color: hsl(347deg, 100%, 58%);
    }
}

.accordion .accordion-item {
    background-color: var(--almost-black);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.accordion .accordion-item:hover {
    border: 1px solid #7f83e7;
    border-radius: 10px;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: white;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: white;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: white;
    /* border: 1px solid white; */
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: white;
}
.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

/* .........................................................billing page css.................... */

.billing-item {
    z-index: 2;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 0.5fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
}

.billing_information_form {
    padding: 15px;
    border: 1px solid #7f83e7;
}

.billing_information_form h6 {
    color: #7f83e7;
}

.billing_information_form .b1 {
    padding-left: 5px;
}

.order_summary {
    border: 1px solid #7f83e7;
    padding: 15px;
}

.inner-input-div {
    display: flex;
    gap: 15px;
}

.inner-input {
    width: 100%;
}

.order_summary {
    border: 1px solid #7f83e7;
    padding: 15px;
    height: max-content;
}

.edit_your_order._1 {
    padding: 20px 0;
    border-bottom: 1px solid #7f83e7;
    color: black;
}

.edit_your_order {
    display: flex;
    justify-content: space-between;
}

.edit_your_order._1 {
    color: black;
}

.offer_disclaimer {
    border-bottom: 1px solid #7f83e7;
    margin-top: 7px;
}

.offer_disclaimer a {
    font-size: 12px;
    padding: 0px 0;
}

.text-underline {
    text-decoration: underline;
}

.edit_your_order._3 {
    font-size: 12px;
    margin-top: 5px;
    color: black;
}

.edit_your_order {
    display: flex;
    justify-content: space-between;
}

.edit_your_order._2 {
    margin-bottom: 5px;
}

.nice_saved {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #7f83e7;
}

.order_summary p {
    font-size: 10px;
    margin-top: 10px;
    color: black;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
}

.edit_your_order._1 a {
    color: black;
}

.offer_disclaimer a {
    color: black;
}

.edit_your_order.total_inr {
    color: black;
    font-size: 18px;
    margin-top: 7px;
}

.order_summary p a {
    color: black;
}

.order_summary h6 {
    color: #7f83e7;
}

.number_filed_validation .font-size-12 {
    color: black;
}

.input-form-group {
    margin-bottom: 20px;
}
.input-form-group .w-input {
    background-color: transparent !important;
}

.input-form-group select option {
    color: #333;
}

.billing-item .form-input:focus,
.billing-item .form-input {
    color: #fff;
}

.billing-item .form-input {
    background-color: transparent;
    border: 1px solid #7f83e7;
}

.order_summary .edit_your_order {
    color: white;
}

.order_summary .text-underline,
.order_summary p {
    color: white;
}
.order_summary p a:hover {
    color: #7f83e7;
}
.order_summary p a {
    text-decoration: underline;
    color: white;
}
.edit_your_order a {
    color: white;
}
.edit_your_order a:hover {
    color: #7f83e7;
}
a:hover,
.offer_disclaimer a:hover {
    color: #7f83e7;
}

@media (max-width: 767px) {
    .billing-item {
        grid-template-columns: 1fr;
    }
}

/* ............................Services css............................ */
.img_services img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.img_services {
    height: auto;
}

.services_signup {
    background-image: url(../../assets/images/img/Know\ More\ -\ BG.jpg) !important;
}

.text_anim .char {
    display: inline-block;
    padding: 1px;
}

.text_anim {
    visibility: hidden;
    /* Hide the text initially */
    opacity: 0;
    /* Set opacity to 0 */
    transition: opacity 0.5s;
    /* Add transition for smooth animation */
}

.business_strategy {
    align-items: center;
    align-self: center;
}

.business_strategy .about-images-headline {
    grid-row-gap: 0px;
    position: inherit;
}

.business_strategy .about-images-headline p {
    padding: 10px 0;
}

/* ............................contact css........................ */

#wf-form-Email-Form .newsletter-button-wrap button {
    padding: 13px 23px;
}
.contact_us_download {
    font-size: 30px;
}

.contact-b-tile .d-flex {
    gap: 20px;
    align-items: center;
}
.contact-b-tile .text-semibold {
    text-align: center;
}

input.error {
    color: black;
}

textarea.error {
    color: black;
}

.sweet-alert button.confirm {
    background-color: #7f83e7 !important;
    color: white !important;
}
.sweet-alert button.confirm:hover {
    transform: scale(1.1);
}

#wf-form-Email-Form {
    display: flex;
    gap: 10px;
}

/* ..............................footer css....................... */
.footer-headline .text-h2 {
    word-break: break-word;
    word-wrap: break-word;
}

.footer_content p {
    line-height: 24px;
}

.footer_content ul li {
    line-height: 26px;
}

.footer_content ul {
    padding-left: 20px;
}

.footer_content h4 {
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 28px;
}

#w-node-_61f9d22d-ee2e-dd0f-42f1-65cef9a3a08d-f9a3a068 {
    padding-top: 36px;
}

.footer_links .footer-column {
    width: 40%;
}

.d-none{
    display: none;
}
/* .................media starts */



@media (min-width: 1199px) {
    .d-xl-block{
        display: block !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .w-nav-link.active {
        background: #7f83e7;
        clip-path: polygon(
            0 10%,
            100% 10%,
            100% 83%,
            76% 85%,
            75% 100%,
            49% 85%,
            0 85%
        );
        padding: 10px;
    }
    .navigating_complexity {
        padding-top: 40px !important;
    }
}

@media (min-width: 991px) and (max-width: 1229px) {
    .tabs-circle {
        width: 400px;
    }
    .home-a-tab-tile {
        max-width: 450px;
        padding: 40px 20px;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

@media (max-width: 991px) {
    #wf-form-Email-Form {
        justify-content: center;
    }
    .nav_menu_links {
        flex-direction: column;
        gap: 0;
        flex-wrap: wrap;
    }
    .nav_menu_links .nav-link {
        margin: 14px 0 !important;
    }
    #wf-form-Email-Form .newsletter-button-wrap button {
        /* width: 50%; */
        margin: auto;
    }
    .footer_links {
        grid-template-columns: 1fr 1fr !important;
    }

    .footer_links .footer-column {
        width: 100%;
    }

    .footer-block {
        grid-row-gap: 0;
    }

    .section.about-a-hero {
        padding-bottom: 0;
    }

    section.section.map-section {
        padding-bottom: 50px;
        padding-top: 0px;
    }

    .fingertips_grid {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }

    .premiup_perks {
        padding-bottom: 0;
    }

    .section.about-b-numbers-section {
        padding-bottom: 0;
    }
    .home_about_ {
        padding: 0 !important;
    }
    .map-master {
        padding: 0;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .story-tile {
        min-height: 710px;
    }
    .contact-b-tile:nth-child(3) {
        margin: auto;
        grid-column: 1/3;
    }
}
@media (max-width: 768px) {
    .home-a-features-headline {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .unleash_power {
        grid-template-columns: 1fr;
    }

    .futurism_boxes {
        gap: 0;
    }

    .section.home-a-services-section {
        padding-bottom: 0;
    }

    .section.home-c-map {
        padding-top: 0;
    }

    .service-tile {
        grid-row-gap: 0;
    }

    .footer_links {
        grid-template-columns: 1fr !important;
    }

    .footer_links .footer-column {
        width: 100%;
    }

    .footer-block {
        grid-row-gap: 0;
    }

    .footer-halves {
        grid-row-gap: 20px;
    }

    .footer-newsletter-master {
        grid-row-gap: 20px;
    }

    .footer-newsletter-master .newsletter-wrap {
        order: 1;
    }

    .home-a-tabs {
        padding-top: 0;
    }

    .section.home-a-tabs-section {
        padding-bottom: 40px;
    }

    .section.home-a-faq {
        padding: 50px 0;
    }

    .home-a-features-headline {
        margin-bottom: 50px;
    }

    .futurism_boxes {
        flex-wrap: wrap;
    }
    .pricing-thirds {
        grid-row-gap: 46px;
    }
}

@media (max-width: 574px) {
    .login_profile .li_listtype {
        right: -30px;
    }
    .sign_In_grid_box {
        grid-template-columns: 1fr;
    }
    .sign_In_box {
        padding: 50px 20px;
    }
    .sign_In_right_form {
        padding-left: 0;
    }
    #wf-form-Email-Form {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .subscribe_inputbox {
        width: 100%;
    }

    .newsletter-button-wrap {
        margin-top: 10px;
    }
    .futurism_cards {
        grid-template-columns: 1fr;
    }

    .about-images-headline .d-flex {
        flex-wrap: wrap;
    }
    .contact-b-grid {
        padding-bottom: 40px;
    }
    .text-field-contact {
        padding: 12px 12px;
    }
    .input-wrap-contact .label-wrap label {
        padding-left: 12px;
    }
}

@media (max-width: 319px) {
    .header_signup{
        padding: 10px 20px !important;
    }
    label.error {
        font-size: 8px;
    }
    .about-number-card {
        padding: 20px !important;
    }
    .banner_text_anim {
        line-height: 0;
        margin-top: 16px;
    }
}
