body {
    font-family: Lato, sans-serif !important;
    overflow-y: scroll !important;
}

.font-weight-900 {
    font-weight: 900;
}

h2 {
    font-weight: bold;
}

h3 {
    max-width: 800px;
}

.grey {
    color: #818181;
}

.mt-6 {
    margin-top: 7rem !important;
}

@media (max-width: 500px) {
    .mt-6 {
        margin-top: 3rem !important;
    }
}

.title {
    font-size: 3.5rem;
    font-weight: 900;
}

.flex {
    display: flex;
}

.color-purple {
    color: #b577d3 !important;
}

.pt-15 {
    padding-top: 15vh;
}

.pb-15 {
    padding-bottom: 15vh;
}

.padded-section {
    padding: 32px 32px;
    margin-top: 60px;
}

.first-section {
    margin-top: 110px !important;
}

@media (max-width: 750px) {
    .padded-section {
        margin-top: 80px;
        padding-top: 0;
    }
}

.font-small {
    font-size: 13px;
}

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

.font-32 {
    font-size: 32px !important;
}

.color-purple {
    color: #b577d3 !important;
}

.btn {
    padding: 12px 28px;
}

.logo-icon {
    display: inline-block;
    background-image: url(./images/logo-icon-white.png);
    background-size: contain;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.cta-box {
    border-radius: 40px;
    padding: 80px;
    background: linear-gradient(0deg, rgba(17, 24, 39, 0.7), rgba(17, 24, 39, 0.7)), url(./images/cta-bg.jpg);
    background-size: cover;
    background-position: center;
    margin: 72px 0;
    width: 100%;

}

@media (max-width: 750px) {
    .cta-box {
        padding: 50px;
    }
}

.description {
    display: flex;
    max-width: 900px;
    margin: 60px auto 0 auto;
    gap: 80px;
}

.description-image {
    max-width: 400px;
}

@media (max-width: 750px) {
    .description {
        flex-direction: column;
    }

    .description-image {
        max-width: 300px;
    }
}

.cta-title {
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
    color: #FFFFFF;
}

@media (max-width: 750px) {
    .cta-title {
        font-size: 40px;
        line-height: 48px;
    }
}

/*
    Footer styles
 */

.btn {
    border-radius: 100px;
}

.page {
    width: 100%;
    background: #111827;
}

.page-footer {
    padding-top: 20px;
    padding-bottom: 50px;
    width: 100%;
    background: #111827;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin: 72px auto;
    width: 100%;
    max-width: 1300px;
}

.footer-info {
    display: flex;
    max-width: 300px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.logo {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}

.home-header-logo {
    height: 40px;
    text-align: left;
    cursor: pointer;
}

.about {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    color: #D1D5DB;
}

.made-with {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
}

.social-links {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

.links-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
    flex-wrap: wrap;
}

.links-con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    min-width: 166px;
}

.link-header {
    font-size: 16px;
    font-weight: bold;
    color: #F3F4F6;
}

.links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    list-style: none;
    text-align: left;
    padding: 0;
}

.links > li {
    cursor: pointer;
    color: #D1D5DB;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 0 2px 0;
}

.links > li > a {
    color: #D1D5DB;
    text-decoration: none;
}

.links > li:hover {
    text-decoration: underline;
}

.footer-privacy-container {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 24px;
    border-top: 1px solid #374151;
}

.privacy {
    font-size: 12px;
    color: #9CA3AF;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.privacy > a {
    color: #9CA3AF;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.privacy > a:hover {
    text-decoration: underline;
}

@media (max-width: 1400px) {
    .footer-container {
        width: 80%;
    }
}

@media (max-width: 750px) {
    .footer-container {
        flex-direction: column-reverse;
    }

    .links-section {
        flex-direction: column;
    }

    .links-con {
        gap: 16px
    }

    .link-header {
        margin: 0;
    }

    .footer-info {
        gap: 20px;
    }

    .footer-privacy-container {
        flex-direction: column;
        gap: 10px;
    }

    .main_title {
        font-size: 48px !important;
    }


    .steps_subtitle {
        font-size: 48px !important;
        line-height: 48px !important;
    }

    .steps_title {
        font-size: 32px !important;
    }
}

/* Language Dropdown Styles */
.language-dropdown {
    position: relative;
}

.language-button {
    background: none;
    border: 1px solid #6B7280;
    color: #D1D5DB;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 160px;
    transition: all 0.2s ease;
}

.language-button:hover {
    border-color: #9CA3AF;
    background-color: rgba(156, 163, 175, 0.1);
}

.language-button .font-8 {
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.language-dropdown.open .language-button .font-8 {
    transform: rotate(180deg);
}

.language-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #1F2937;
    border: 1px solid #374151;
    border-radius: 6px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: none;
    margin-top: 4px;
}

.language-menu.show {
    display: block;
}

.language-option {
    display: block;
    width: 100%;
    padding: 10px 12px;
    background: none;
    border: none;
    color: #D1D5DB;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    transition: background-color 0.2s ease;
}

.language-option:hover {
    background-color: #374151;
    color: #F9FAFB;
}

.language-option:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.language-option:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.main_title {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    color: #111827;
    margin: auto;
}

.main_subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #949494;
}

.button {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg, #ae5dd7 0%, #0d6efd 100%);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    color: #fff;
}

.btn-primary-outline {
    background: none !important;
    border: solid 2px #0d6efd !important;
    color: #0d6efd !important;
}

.btn-primary-outline:hover {
    color: #ae5dd7 !important;
    border: solid 2px #ae5dd7 !important;
}

.button:hover {
    background: linear-gradient(90deg, #8b40b1 0%, #0b58d2 100%);
}

.arrow {
    color: white;
    margin-left: 5px;
}

.customer_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer_text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #374151;
}

.resources_header {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1F2937;
}

.resources_introtext {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 110%;
    text-align: center;
    color: #111827;
}

.resources .btnContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.resources .button {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg, #ae5dd7 0%, #0d6efd 100%);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    color: #fff;
}

.resources .button:hover {
    background: linear-gradient(90deg, #8b40b1 0%, #0b58d2 100%);
}

.resources .arrow {
    color: white;
    margin-left: 5px;
}

.resource {
    background: #F9FAFB;
    mix-blend-mode: normal;
    border: 1px solid #E5E7EB;
    backdrop-filter: blur(2px);
    border-radius: 24px;
    padding: 32px;
    min-width: 300px;
}

.resource_header {

    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #AE5DD7;
}

.resource_introtext {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #374151;
}

.compare-header h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    color: #111827;
}

.compare-header p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1F2937;
}

.compare_text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #374151;
}

.header {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #818181;
}

.features_introtext {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 110%;
    text-align: center;
    color: #111827;
    max-width: 700px;
    margin: auto;
}

.btnContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg, #ae5dd7 0%, #0d6efd 100%);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    color: #fff;
}

.button:hover {
    background: linear-gradient(90deg, #8b40b1 0%, #0b58d2 100%);
}

.button.secondary{
    background: black !important;
}

.button.secondary:hover{
    background: #484848 !important;
}

.arrow {
    color: white;
    margin-left: 5px;
}

.feature {
    padding: 32px;
    background: radial-gradient(100% 262.34% at 0% 0%, rgba(174, 93, 215, 0.04) 0%, rgba(174, 93, 215, 0.02) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #FFFFFF;
    border: 1px solid #F6EEFB;
    border-radius: 16px;
}

.feature_header {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #1F2937;
}

.feature_description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #374151;
}

.readmore {
    /* Passive/Black */
    background: #000000;
    border-radius: 32px;
    padding: 8px 14px 8px 14px;
    color: white;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.readmore .arrow {
    color: white;
    margin-left: 5px;
}

.logos {
    text-align: center;
}

.logos img {
    opacity: 0.4;
}

.grey-box {
    padding-top: 64px;
    padding-bottom: 64px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
}

@media (max-width: 750px) {
    .grey-box {
        border: 0;
        border-radius: 0;
    }
}

.desc_title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1F2937;
}

.desc_text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #374151;
}

.features_header {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1F2937;
}

.features_introtext {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #111827;
}

.btnContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature {
    padding: 32px;
    background: radial-gradient(100% 262.34% at 0% 0%, rgba(174, 93, 215, 0.04) 0%, rgba(174, 93, 215, 0.02) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #FFFFFF;
    border: 1px solid #F6EEFB;
    border-radius: 16px;
}

.feature_header {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #1F2937;
}

.feature_description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #374151;

}

.steps_title {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    /* identical to box height, or 53px */
    text-align: center;
    color: #111827;
}

.steps_subtitle {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    color: #111827;
}

.step_title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #1F2937;
}

.step_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #374151;
}

.compare-header h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    color: #111827;
}

.compare-header p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1F2937;
}

.compare_text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #374151;
}

.resources_header {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1F2937;
}

.resources_introtext {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #111827;
}

.resources .btnContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.resources .button {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg, #ae5dd7 0%, #0d6efd 100%);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    color: #fff;

}

.resources .button:hover {
    background: linear-gradient(90deg, #8b40b1 0%, #0b58d2 100%);
}

.resources .arrow {
    color: white;
    margin-left: 5px;
}

.resource {
    /* Passive/050 */
    background: #F9FAFB;
    mix-blend-mode: normal;
    /* Passive/200 */
    border: 1px solid #E5E7EB;
    backdrop-filter: blur(2px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 24px;
    padding: 32px;
}

.resource_header {

    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #AE5DD7;
}

.resource_introtext {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #374151;
}

.readmore {
    /* Passive/Black */
    background: #000000;
    border-radius: 32px;
    padding: 8px 14px 8px 14px;
    color: white;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.readmore .arrow {
    color: white;
    margin-left: 5px;
}

#accordion .card-header {
    border-radius: 0px !important;
    background-color: transparent !important;
    border-bottom: none;
}

#accordion .card {
    border: none !important;
    background-color: transparent !important;
    border-radius: none !important;
    box-sizing: border-box !important;
    border-top: 1px solid #E5E7EB !important;
}

#accordion h5 {

    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #1F2937;

}

#accordion .card-body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #374151;
}

.faq_header {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1F2937;
}

.faq_desc {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    color: #111827;
}

.gradientTextContainer {
    max-width: 400px;
    position: relative;
    background: linear-gradient(97deg, #ae5dd7 0%, #0d6efd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #111827;
}

.gap-20 {
    gap: 20px;
}

.gap-50 {
    gap: 50px;
}
.flex-1 {
    flex: 1
}

.sticky {
    display: flex;
    justify-content: center;
}

.navbar {
    background: rgba(255, 255, 255, 0.7) !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    max-width: 1400px;
    margin: 16px;
}

@media (max-width: 500px) {
    .mobile-order-1 {
        order: 1
    }

    .mobile-order-2 {
        order: 2;
    }
}

.steps_subtitle {
    font-size: 48px !important;
    line-height: 48px !important;
}

.steps_title {
    font-size: 32px !important;
}

.resources_introtext {
    font-style: normal;
    font-weight: 900;
    font-size: 32px !important;
    line-height: 110%;
    text-align: center;
    color: #111827;
}

.main_title {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    color: #212121;
}

.button:hover {
    background: linear-gradient(90deg, #8b40b1 0%, #0b58d2 100%);
}

.arrow {
    color: white;
    margin-left: 5px;
}

.customer_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.customer_text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #374151;
}

.logos {
    text-align: center;
}

.logos img {
    opacity: 0.4;
}

.desc {
    padding: 40px 80px;
    background: #F9FAFB;
    mix-blend-mode: normal;
    border: 1px solid #E5E7EB;
    border-radius: 24px;
}

.desc_title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1F2937;
}

.desc_text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #374151;
}

.features_header {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1F2937;
}

.features_introtext {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #111827;
}

.btnContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature {
    padding: 32px;
    background: radial-gradient(100% 262.34% at 0% 0%, rgba(174, 93, 215, 0.04) 0%, rgba(174, 93, 215, 0.02) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #FFFFFF;
    border: 1px solid #F6EEFB;
    border-radius: 16px;
}

.feature_header {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #1F2937;
}

.feature_description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #374151;

}

.steps_title {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    /* identical to box height, or 53px */
    text-align: center;
    color: #111827;
}

.steps_subtitle {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 64px;
    text-align: center;
    color: #111827;
}

.step_title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #1F2937;
}

.step_desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #374151;
}

.compare-header h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    color: #111827;
}

.compare-header p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1F2937;
}

.compare_text {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #374151;
}

.resources_header {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1F2937;
}

.resources_introtext {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color: #111827;
}

.resources .btnContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.resources .button {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(90deg, #ae5dd7 0%, #0d6efd 100%);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    color: #fff;
}

.resources .button:hover {
    background: linear-gradient(90deg, #8b40b1 0%, #0b58d2 100%);
}

.resources .arrow {
    color: white;
    margin-left: 5px;
}

.resource {
    /* Passive/050 */
    background: #F9FAFB;
    mix-blend-mode: normal;
    /* Passive/200 */
    border: 1px solid #E5E7EB;
    backdrop-filter: blur(2px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 24px;
    padding: 32px;
}

.resource_header {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #AE5DD7;
}

.resource_introtext {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #374151;
}

.readmore {
    /* Passive/Black */
    background: #000000;
    border-radius: 32px;
    padding: 8px 14px 8px 14px;
    color: white;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.readmore .arrow {
    color: white;
    margin-left: 5px;
}

#accordion .card-header {
    border-radius: 0px !important;
    background-color: transparent !important;
    border-bottom: none;
}

#accordion .card {
    border: none !important;
    background-color: transparent !important;
    border-radius: none !important;
    box-sizing: border-box !important;
    border-top: 1px solid #E5E7EB !important;
}

#accordion h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #1F2937;
}

#accordion .card-body {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #374151;
}

.faq_header {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1F2937;
}

.faq_desc {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    color: #111827;
}

.gradientTextContainer {
    max-width: 400px;
    position: relative;
    background: linear-gradient(97deg, #ae5dd7 0%, #0d6efd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.example img {
    filter: drop-shadow(0px 0px 120px rgba(251, 217, 11, 0.16));
    border-radius: 16px;
}

.example-img-wrapper {
    gap: 40px;
    justify-content: center;
    margin-top: 60px
}

/* Add your CSS styles here */
.review_wrapperOuter {
    overflow: hidden;
}

.review_wrapper {
    margin: 120px 0 40px 10%;
}

@media (max-width: 950px) {
    .review_wrapper {
        margin: 20px 0 0;
    }
}

.review_page {
    display: grid;
    grid-template-columns: 1fr 3fr;
    padding: 24px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    gap: 36px;
}

.review_arrow {
    color: white;
    margin-left: 5px;
}

.review_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.review_pictures {
    display: flex;
    width: 100%;
    align-items: center;
}

.review_subtext {
    font-size: 11px;
    font-weight: 500;
    color: #374151;
    text-align: left;
    margin-left: 18px;
}

.review_content {
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 12px;
    width: 100%;
    height: 100%;
}

.review_title {
    font-size: 48px;
    line-height: 42px;
    font-weight: 900;
    color: #1F2937;
    text-align: left;
}

.review_contentText {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 280px;
}

.review_subtitle {
    font-size: 18px;
    line-height: 24px;
    color: #374151;
    text-align: left;
}

.review_button {
    border-radius: 30px;
    background: linear-gradient(92deg, #0D6EFD 0%, #9848CF 100%);
    color: #fff;
    font-size: 18px;
    padding: 12px 36px;
    border: none;
    transition: all 0.3s ease-in-out;
    stroke: #FFF;
    max-width: 240px;
}

.review_cardContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    width: 1200px;
}

@media (max-width: 950px) {
    .review_cardContainer {
        width: 800px;
    }
}

.review_reviewCard {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 32px;
    margin-bottom: 10px;
    background: #f5f5f5;
    max-width: 300px;
}

.review_imgWH {
    width: 48px;
    height: 48px;
}

.review_img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #e5e7eb;
    border: solid 3px white;
}

.review_reviewCardImg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.review_profiles {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.review_names {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.review_userName {
    font-size: 14px;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0;
}

.review_companyName {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #374151;
    text-wrap: nowrap;
}

.review_review {
    font-size: 16px;
    line-height: 24px;
    color: #1F2937;
    text-align: left;
}

.review_overlapContainer {
    display: flex;
    align-items: center;
}

.review_roundedImage {
    width: 40px;
    height: 40px;
    margin-right: -10px; /* Adjust this value based on your design */
    z-index: 1;
}

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

    .review_page {
        grid-template-columns: 1fr;
    }
}

.attribute_header {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 110%;
    color: #111827;
}

@media (max-width: 500px) {
    .attribute_header {
        font-size: 36px;
    }
}

.attribute_description {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #6d6d6d;
    margin-top: 1.5em;
    margin-bottom: 2em;
}

.section-img {
    max-width: 400px;
    margin: auto;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 500px) {
    .section-img {
        max-width: 300px;
    }
}

.example-img {
    box-shadow: 0 2px 50px #0000001f;
    object-fit: cover;
}

.hero-image {
    max-width: 450px;
    width: 100%;
}

/* Grid container for the index */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem; /* Space between grid items */
}

/* Each LP item styling */
.post-item {
    padding-right: 1rem;
    padding-left: 4.5rem;
}

/* Glossary Styles */
.glossary-header {
    color: black;
    padding: 60px 20px 40px;
    text-align: center;
}

.glossary-title {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 10px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(91deg, #ae5dd7, #0d6efd);
    background-clip: text;
    -webkit-background-clip: text;
}

.glossary-subtitle {
    font-size: 1.6rem;
    margin: 0;
    color: #4e4e4e;
    opacity: 0.95;
}

.glossary-nav-wrapper {
    background: white;
    padding: 20px 20px 30px;
}

.glossary-alphabet-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.letter-link {
    color: #999;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 5px 8px;
    transition: color 0.2s ease;
}

.letter-link.active {
    color: #999;
}

.letter-link.active:hover {
    color: #666;
}

.glossary-search-wrapper {
    background: white;
    padding: 40px 20px;
}

.glossary-search-box {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}

.glossary-search-box i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 1rem;
}

.glossary-search-input {
    width: 100%;
    padding: 15px 20px 15px 50px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s ease;
}

.glossary-search-input:focus {
    border-color: #1a5cff;
}

.glossary-search-input::placeholder {
    color: #999;
}

.glossary-content {
    background: white;
    padding: 40px 20px 80px;
}

.glossary-section {
    margin-bottom: 50px;
    scroll-margin-top: 100px;
}

.glossary-letter-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.glossary-letter {
    font-size: 4rem;
    font-weight: 900;
    color: #333;
    margin: 0;
    padding-right: 30px;
    min-width: 100px;
}

.glossary-item {
    margin-bottom: 35px;
    padding-left: 130px;
}

.glossary-item-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.glossary-item-link {
    color: #1a5cff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.glossary-item-link:hover {
    color: #0d3fb8;
}

.glossary-item-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

/* Responsive styles */
@media (max-width: 768px) {
    .glossary-title {
        font-size: 2.5rem;
    }

    .glossary-subtitle {
        font-size: 1rem;
    }

    .glossary-alphabet-nav {
        gap: 10px;
    }

    .letter-link {
        font-size: 0.9rem;
        padding: 3px 6px;
    }

    .glossary-letter {
        font-size: 2.5rem;
        min-width: 60px;
        padding-right: 20px;
    }

    .glossary-item {
        padding-left: 80px;
    }

    .glossary-item-title {
        font-size: 1.1rem;
    }

    .glossary-item-description {
        font-size: 0.95rem;
    }
}

/* Individual Glossary Term Page Styles */
.glossary-term-page {
    padding: 80px 20px 100px;
    background: white;
}

.glossary-breadcrumb {
    margin-bottom: 30px;
}

.glossary-breadcrumb a {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.glossary-breadcrumb a:hover {
    color: #333;
}

.glossary-term-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.glossary-term-title {
    font-size: 3rem;
    font-weight: 900;
    color: #333;
    margin: 0;
}

.glossary-term-content {
    margin-top: 30px;
}

.glossary-term-description {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.glossary-term-longform {
    font-size: 18px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 30px;
    margin-top: -10px;
}

.glossary-term-body {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.glossary-related-terms {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.glossary-related-terms h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.glossary-related-terms ul {
    list-style: none;
    padding: 0;
}

.glossary-related-terms li {
    margin-bottom: 10px;
}

.glossary-related-terms a {
    color: #1a5cff;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.2s ease;
}

.glossary-related-terms a:hover {
    color: #0d3fb8;
}

/* Glossary Navigation (Previous/Next) */
.glossary-navigation {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
}

.glossary-nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.glossary-nav-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    background: #f8f9fa;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 48%;
}

.glossary-nav-link:hover {
    background: #e9ecef;
    text-decoration: none;
}

.glossary-nav-prev {
    justify-content: flex-start;
}

.glossary-nav-next {
    justify-content: flex-end;
}

.glossary-nav-disabled {
    visibility: hidden;
}

.nav-arrow {
    font-size: 1.5rem;
    color: #1a5cff;
    font-weight: bold;
}

.nav-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.glossary-nav-next .nav-content {
    align-items: flex-end;
}

.glossary-nav-prev .nav-content {
    align-items: flex-start;
}

.nav-label {
    font-size: 0.85rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.nav-title {
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
}

@media (max-width: 768px) {
    .glossary-term-page {
        padding: 60px 20px 80px;
    }

    .glossary-term-title {
        font-size: 2rem;
    }

    .glossary-term-description {
        font-size: 1.25rem;
    }

    .glossary-term-longform {
        font-size: 18px;
    }

    .glossary-term-body {
        font-size: 1rem;
    }

    .glossary-nav-links {
        flex-direction: column;
        gap: 15px;
    }

    .glossary-nav-link {
        max-width: 100%;
    }

    .nav-title {
        font-size: 1rem;
    }

    .display-3 {
        font-size: 2.5rem !important;
    }
}