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

:root {
    --primary-color: #9b5de5;
    --secondary-color: rgba(34, 34, 34, 0.6);
    --light-gray: #A7A7A7;
    --bs-black: #000;
    --bs-purple-linear: linear-gradient(180deg, #9371F0 0%, #7F58EC 100%);
    --bs-white: #fff;
    --primary-font: "Urbanist", sans-serif;
    --manrope-font: "Manrope", sans-serif;
}

* {
    margin: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
    font-weight: 500;
}

html,
body {
    touch-action: pan-x pan-y;
    /* Disable pinch zoom */
}


body {
    background-color: var(--bs-white);
}

.section-padding {
    padding: 80px 0;
}

.manrope-font {
    font-family: var(--manrope-font);
}

.custom-btn {
    background-color: var(--primary-color);
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--bs-white);
    padding: 8px 25px;
    text-decoration: none;
    border: none;
}

.custom-btn-2 {
    border: 1px solid var(--primary-color);
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--bs-black);
    padding: 8px 25px;
    text-decoration: none;
    background-color: transparent;
}

.rounded-heading {
    background: var(--bs-purple-linear) !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: var(--bs-white);
}

.navbar-main {
    border-bottom: 1px solid #DDDDDD;
}

.navbar {
    background: var(--bs-white) !important;
}

.nav-link {
    font-weight: 700;
}

.primary-color {
    color: var(--primary-color);
}

.custom-divider {
    border: 1px solid #00000014;
    margin: 30px 0;
}

.custom-header-nav .nav-item a {
    font-size: 18px;
    color: var(--bs-black);
}

.navbar-brand {
    padding: 0;
}

.navbar-brand img {
    max-width: 230px;
}

/* Header Responsive */
.mobile-nav-links .nav-item {
    border-bottom: 1px solid #0000000D;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: none !important;
}

/* Hero Section */
.heading {
    font-size: 48px;
    font-weight: 800;
    text-transform: capitalize;
}

.heading span {
    font-weight: 800;
}

.subheading {
    opacity: 0.5;
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
}

.small-heading {
    font-size: 24px;
}

/* counter-box-main */
.counter-box-main {
    background: #00000005;
    padding: 40px 0;
}

.custom-mx-border {
    border-top: 1px solid #00000014;
    border-bottom: 1px solid #00000014;
    border-left: none;
    border-right: none;
}

@media screen and (min-width: 768px) {
    .custom-mx-border {
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #00000014;
        border-right: 1px solid #00000014;
    }
}

.custom-box-for-privacy p {
    line-height: 20px;
    font-size: 20px;
    font-weight: 500;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .heading {
        font-size: 24px;
    }

    .subheading {
        font-size: 18px;
    }

    .custom-btn,
    .custom-btn-2 {
        font-size: 16px;
        padding: 6px 20px;
    }

    .rounded-heading {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .section-padding {
        padding: 40px 0;
    }

    .counter-box-main {
        padding: 20px 0;
    }

    .custom-box-for-privacy p {
        font-size: 20px;
    }

    .Privay-First-Section h2 {
        font-size: 26px;
    }

    .custom-box-for-privacy h4 {
        font-size: 20px !important;
    }

    .custom-box-for-privacy p {
        font-size: 18px !important;
    }

    .small-heading {
        font-size: 18px
    }
}


.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
}

.faq-accordion .accordion-header {
    font-weight: 500;
    font-size: 1rem;
    color: #333;
}

.faq-accordion .accordion-button {
    background-color: transparent;
    color: #333;
    font-size: 1rem;
    padding: 20px 1.25rem;
    border: none;
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #5a5a5a;
}

.faq-accordion .accordion-body {
    text-align: start;
    color: #5a5a5a;
    font-size: 20px;
    font-weight: 500;
    padding-top: 0;
}

.accordion-header button {
    font-weight: 700 !important;
    font-size: 20px !important;
}

.contact-form-main {
    padding: 40px;
}

.contact-form-main h2 {
    font-size: 20px;
    font-weight: 600;
}

.contact-form-main p {
    font-size: 20px;
    font-weight: 700;
}

/* Footer Section */
.footer {
    border-top: 1.5px solid #9371F03D;
    padding-top: 20px;
    text-align: center;
}

.footer-logo {
    font-size: 24px;
    font-weight: bold;
    color: #a185e4;
}

.footer-description {
    font-size: 18px;
    color: var(--bs-black) !important;
    margin-top: 18px;
    margin-bottom: 5px;
}

.footer-contact {
    font-size: 14px;
    color: var(--bs-black);
    margin-top: 5px;
}

.footer-contact a {
    color: inherit;
    text-decoration: none;
    margin-right: 10px;
    font-size: 18px;
}

.footer-nav {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    font-size: 14px;
}

.footer-nav li {
    display: inline;
    margin: 0 15px;
}

.footer-nav a {
    color: var(--bs-black);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}



.bottom-footer {
    padding: 20px 0;
    border-top: 1px solid #00000014;
    margin-top: 20px;
}

.bottom-footer p {
    font-size: 16px;
    color: var(--bs-black);
    font-weight: 600;
}

.responsive-footer-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.responsive-footer-nav h3 {
    border-bottom: 1px dashed #9371F0;
    line-height: 50px;
}

.responsive-footer-nav li {
    padding: 5px 0;
}

.responsive-footer-nav li a {
    text-decoration: none;
    color: var(--bs-black);
    font-weight: 600;
}

.custom-card-design {
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 24px;
    height: 100%;
}

.about-company-card {
    background: #9371F01F;
    border-radius: 22px;
    padding: 30px;
}

.custom-input-group {
    box-shadow: 0px 0px 0px 1px #09194821;
    box-shadow: 0px 1px 2px 0px #12376914;
}

.input-group-text {
    background-color: transparent !important;
}

.footer-nav li a {
    color: var(--bs-black) !important;
}

/* .active-nav-custom li .active, */
.active-nav-custom .active {
    color: rgb(147, 113, 240) !important;
}

.terms-li {
    list-style: none;
}

.terms-li h4 {
    font-weight: bold;
}

.terms-li p {
    font-weight: 600;
}

.footer-nav li .active,
.responsive-footer-nav li .active,
.responsive-footer-nav .active {
    color: rgb(147, 113, 240) !important;
}

.responsive-footer-nav a {
    color: var(--bs-black);
    text-decoration: none;
}

.button-border-radius {
    border-radius: 20px !important;
}

.button-border-color {
    border: 1.5px solid rgba(147, 113, 240, 1) !important;
}

.tabs-btn {
    background-color: transparent !important;
}

.nav-pills .nav-link.active {
    color: #9b5de5 !important;
}

.api-docs-box {
    min-height: calc(100vh - 400px);
}

.navigation .navigation-item button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: none;
    border: 1px solid var(--bs-black);
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    transition: background-color 0.2s;
    border-radius: 8px;
    ;
}

@media (min-width:768px) {
    .ms-70px {
        margin-left: 70px;
    }
}