:root {
    --bs-body-font-family: "Inter", sans-serif;
    --bs-primary-rgb: 0, 168, 168;
    --bs-primary: #00A8A8;
    --bs-secondary: #4B5563;
    --bs-secondary-rgb: 75, 85, 99;
    --bs-black: #110C2D;
    --bs-black-rgb: 17, 12, 45;
}

body {
    color: var(--bs-secondary);
}

.nav-link {
    --bs-nav-link-font-weight: 500;
    --bs-nav-link-color: #000000;
    --bs-navbar-active-color: #00A8A8;
    --bs-nav-link-hover-color: var(--bs-navbar-active-color);
    --bs-nav-link-padding-x: 12px;
    --bs-navbar-nav-link-padding-x: 12px;
}

.navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
}

.navbar-nav .nav-item.dropdown-mega .dropdown-toggle::after,
.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0;
    content: url('data:image/svg+xml,<svg width="12" height="6" viewBox="0 0 12 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.0498 0.500001L6.0498 5.5L11.0498 0.5" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.nav-link {
    padding-top: 24px;
    padding-bottom: 24px;
}

.navbar-nav .nav-item.dropdown-mega .dropdown-toggle:hover::after,
.navbar-nav .nav-item.dropdown .dropdown-toggle:hover::after {
    content: url('data:image/svg+xml,<svg width="12" height="6" viewBox="0 0 12 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.0498 0.500001L6.0498 5.5L11.0498 0.5" stroke="%2300A8A8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: var(--bs-primary);
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    display: none;
    padding: 1rem 0;
    background-color: #fff;
    border-radius: 0.375rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.dropdown-mega:hover .mega-menu {
    display: block;
}

.btn-primary {
    --bs-btn-bg: #00A8A8;
    --bs-btn-border-color: #00A8A8;
    --bs-btn-hover-bg: #008b8b;
    --bs-btn-hover-border-color: #008b8b;
    --bs-btn-active-bg: #008b8b;
    --bs-btn-active-border-color: #008b8b;
    --bs-btn-disabled-bg: #008b8b;
    --bs-btn-disabled-border-color: #008b8b;
}

.btn-white {
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-btn-color: var(--bs-primary);
    --bs-btn-hover-color: #ffffff;
}

.btn-gradient {
    --bs-btn-color: #fff;
    --bs-btn-active-border-color: transparent;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    background: linear-gradient(90deg, #3B82F6 0%, #6366F1 100%);
}

.btn-gradient:hover {
    background: linear-gradient(90deg, #6366F1 0%, #3B82F6 100%);
}

.btn-gradient-secondary {
    --bs-btn-color: #fff;
    --bs-btn-active-border-color: transparent;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #fff;
    --bs-btn-active-color: #fff;
    background: linear-gradient(90deg, #F97316 0%, #EA580C 100%);
}

.btn-gradient-secondary:hover {
    background: linear-gradient(90deg, #EA580C 0%, #F97316 100%);
}

.hover-btn-bg-white {
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: #FFFFFF;
    --bs-btn-hover-border-color: #FFFFFF;
    --bs-btn-active-bg: #FFFFFF;
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-active-border-color: #FFFFFF;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--bs-secondary);
    outline: 0;
    box-shadow: none;
}

.header-container {
    max-width: 1440px;
    padding: 0 20px;
}

.logo {
    max-width: 156px;
    height: auto;
    display: block;
}

.logo img {
    width: 100%;
    height: auto;
}

/********
*Home/Hero*
********/
.hero-intro {
    gap: 16px;
}

.expert-recognize {
    gap: 13px;
}

.expert-image {
    max-width: 37px;
    max-height: 37px;
    margin-right: -9px;
}

.expert-image img {
    width: 100%;
    height: 100%;
}

.hero-cta-btn {
    padding: 13.5px 32px;
    font-weight: 500;
    font-size: 14px;
}

.hero-brands-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 71px;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 44px;
    margin-bottom: 44px;
    padding-top: 23px;
    padding-bottom: 23px;
}

.hero-desktop-container {
    max-width: 1124px;
    margin: 0 auto;
}

.hero-section {
    max-width: 100vw;
    overflow: hidden;
}

.hero-section::before {
    position: absolute;
    width: 113.61%;
    height: 618px;
    left: 50%;
    transform: translateX(-50%);
    top: 30.84%;
    content: '';
    z-index: -1;
    background: linear-gradient(90deg, #1100FF 0%, #55BEFF 100%);
    opacity: 0.4;
    filter: blur(100px);
}

.hero-section::after {
    position: absolute;
    width: 112.847%;
    height: 603px;
    left: 50%;
    transform: translateX(-50%);
    top: 45.249%;
    content: '';
    z-index: -1;
    background: var(--after-bg);
}

/****************
*Fwature Section*
****************/

.feature-section-slider .carousel-inner {
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.feature-section-slider .carousel-item .carousel-image {
    position: relative;
}

.feature-section-slider .carousel-item .carousel-caption {
    text-align: unset;
}

.feature-section-slider .carousel-control-next-icon,
.feature-section-slider .carousel-control-prev-icon {
    height: 16px;
    width: 16px;
}

.feature-section-slider .carousel-control-next,
.feature-section-slider .carousel-control-prev {
    width: 40px;
    height: 40px;
    top: 35%;
    transform: translateY(-50%);
    background-color: #fff;
    color: var(--bs-primary);
    border-radius: 50%;
    text-align: center;
    filter: none;
    opacity: 0.8;
    transition: all .3s ease;
}

.feature-section-slider .carousel-control-next:hover,
.feature-section-slider .carousel-control-prev:hover {
    background-color: var(--bs-primary);
    color: #ffffff;
}

.feature-section-slider .carousel-control-next {
    right: 3%;
}

.feature-section-slider .carousel-control-prev {
    left: 3%;
}

.feature-section-slider .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 118px;
    padding-right: 118px;
}

.feature-section-slider .carousel-indicators {
    left: 118px;
    right: unset;
    bottom: 32px;
    z-index: 2;
    display: inline-flex;
    transform: translateY(-50%);
    margin-right: unset;
    margin-bottom: unset;
    margin-left: unset;
}

.feature-section-slider .carousel-indicators [data-bs-target] {
    opacity: 1;
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 9999px;
    background: #D1D5DB;
}

.feature-section-slider .carousel-indicators [data-bs-target].active {
    width: 32px;
    background: linear-gradient(90deg, #3B82F6 0%, #6366F1 100%);
}

.streamline-cards .card {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    border: 0;
    cursor: pointer;
}

.streamline-cards .card:hover {
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
}

/*******
*Detail*
*******/

.detail-section {
    background: linear-gradient(180deg, #EFF6FF 6.25%, #FFFFFF 100%);
}

.detail-section-card {
    padding-top: 41px;
    padding-left: 24px;
    padding-bottom: 78px;
    padding-right: 35px;
    flex: 1;
    --bs-card-border-radius: 24px;
    --bs-card-border-width: 0;
    --bs-card-color: var(--bs-secondary);
    cursor: pointer;
    transition: 0.3s;
}

.detail-section-card:hover {
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, .4);
}

.analytic-chart-carousel .carousel-indicators {
    flex-direction: column;
    right: auto;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    justify-content: unset;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.analytic-chart-carousel .carousel-indicators [data-bs-target].analytic-tab-btn {
    box-sizing: border-box;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    width: 220px;
    margin-bottom: 15px;
    background: #FFFFFF;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    text-indent: unset;
    height: auto;
    text-align: unset;
    opacity: 1;
}

.analytic-chart-carousel .carousel-indicators [data-bs-target].analytic-tab-btn:hover,
.analytic-chart-carousel .carousel-indicators [data-bs-target].analytic-tab-btn.active {
    color: #00A8A8;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.analytic-chart-carousel .carousel-inner .carousel-caption {
    right: 0;
    bottom: unset;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: var(--bs-carousel-caption-color);
    text-align: unset;
}

.analytic-chart-carousel ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
}

.analytic-chart-carousel ul li {
    margin-bottom: 16px;
}

.analytic-chart-carousel .carousel-inner {
    overflow: unset;
}

/************
*Integration*
*************/

.platform-integration-section {
    background: var(--integration-bg), linear-gradient(135deg, #8B5CF6 0%, #9333EA 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.platform-integration-section .carousel {
    display: grid;
    grid-template-columns: minmax(200px, 424px) minmax(400px, 880px);
    grid-column-gap: 32px;
}

.platform-integration-section .carousel .carousel-indicators.carousel-buttons {
    position: unset;
    flex-direction: column;
    gap: 16px;
    justify-content: unset;
    padding: 25px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    border-radius: 16px;
}

.platform-integration-section .carousel .carousel-indicators.carousel-buttons [data-bs-target] {
    box-sizing: content-box;
    color: #fff;
    text-align: unset;
    width: auto;
    height: auto;
    padding: 16px;
    margin-right: 0;
    margin-left: 0;
    text-indent: unset;
    cursor: pointer;
    background-clip: padding-box;
    border: 0;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transition: background 0.3s, color 0.3s;
}

.platform-integration-section .carousel .carousel-indicators.carousel-buttons [data-bs-target]:hover,
.platform-integration-section .carousel .carousel-indicators.carousel-buttons [data-bs-target].active {
    background: rgba(255, 255, 255, 1);
    color: #581C87;
}

.platform-integration-section .carousel .carousel-indicators.carousel-buttons [data-bs-target] span.icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 8px;
    background: #ffffff1a;
    border-radius: 8px;
    margin-right: 12px;
    transition: background 3.3s;
}

.platform-integration-section .carousel .carousel-indicators.carousel-buttons [data-bs-target]:hover span.icon,
.platform-integration-section .carousel .carousel-indicators.carousel-buttons [data-bs-target].active span.icon {
    background: linear-gradient(90deg, #F97316 0%, #EA580C 100%);
}

.platform-integration-section .carousel .carousel-inner {
    background: #FFFFFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 32px;
}

.platform-integration-section .carousel .carousel-inner .carousel-caption {
    position: unset;
    text-align: unset;
}

.platform-integration-section .work-flow-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}


.platform-integration-section .work-flow-grid>div {
    padding: 16px;
    background: #FAFAFA;
    border-radius: 8px;
}

.platform-integration-section .integration-platforms .integration-platform {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    gap: 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 12px;
    flex: 1;
    cursor: pointer;
    transition: all 0.3s;
}

.platform-integration-section .integration-platforms .integration-platform:hover {
    background: rgba(255, 255, 255, 1);
    color: #9333EA;
}


/******
*Tools*
******/

.tools-section ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    list-style: none;
}

.tools-section-card-tabs .tab-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
    margin-top: 48px;
}

.tools-section-card-tabs .tab-content .tab-pane {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 24px;
    border: 3px solid transparent;
    transition: all 0.3s;
}

.tools-section-card-tabs .tab-content .tab-pane h4 a {
    text-decoration: none;
}

.tools-section-card-tabs .tab-content .tab-pane a:hover {
    color: var(--bs-primary) !important;
}

.tools-section-card-tabs .tab-content .tab-pane:hover,
.tools-section-card-tabs .tab-content .tab-pane.active {
    border: 3px solid #9abef7;
    background: #EFF6FF;
}

.tools-section-card-tabs .nav-pills {
    font-size: 14px;
    font-weight: 400;
}

.tools-section-card-tabs .nav-pills .nav-link {
    padding: 8px 16px;
}


.tools-section-card-tabs .nav-pills .nav-link:hover,
.tools-section-card-tabs .nav-pills .nav-link.active,
.tools-section-card-tabs .nav-pills .show>.nav-link {
    background: linear-gradient(90deg, #A855F7 0%, #6366F1 100%);
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 9999px;
    --bs-nav-link-hover-color: #ffffff;
    transition: all 0.3s;
}

.tools-section-card-tabs .nav-pills .nav-link.active:hover,
.tools-section-card-tabs .nav-pills .show>.nav-link:hover {
    background: linear-gradient(90deg, #6366F1 0%, #A855F7 100%);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1), 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}

.tools-section-bottom-card {
    background: #FFFFFF;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    overflow: hidden;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.tools-section-bottom-card>div {
    box-sizing: border-box;
}

.tools-section-img-card {
    padding: 16px;
    background: #FFFFFF;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    cursor: pointer;
}

.tools-section-img-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px 4px rgba(0, 0, 0, 0.1);
}

/*****************
*Customer Journey*
*****************/

.customer-journey-section {
    background: var(--journey-section-bg), linear-gradient(135deg, #A855F7 0%, #4F46E5 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.customer-journey-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.customer-journey-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: #FFFFFF;
    box-shadow: 0 10px 15px -3px var(--shadow-color), 0 4px 6px -4px var(--shadow-color);
    border-radius: 12px;
    transition: 0.3s;
    text-decoration: none;
    color: var(--bs-secondary);
    cursor: pointer;
}

.customer-journey-card:hover {
    box-shadow: 0 10px 15px -3px var(--shadow-color), 0 4px 6px 4px var(--shadow-color);
}

.customer-journey-card-btn {
    color: var(--btn-color);
    text-decoration: none;
}

.customer-journey-card-btn span:last-child {
    transition: 0.3s;
}

.customer-journey-card-btn:hover span:last-child {
    margin-left: 10px;
}



.customer-journey-cta a {
    padding: 9.5px 32px 10.5px;
    background: #FFFFFF;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #7E22CE;
    text-decoration: none;
    transition: all 0.3s;
}

.customer-journey-cta a:hover {
    background: var(--bs-primary);
    color: #ffffff;
}

/*******
*Review*
*******/

.review-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #EFF6FF 100%);
}

.review-section .glider-track {
    gap: 24px;
    padding: 15px;
}

.review-section .slide {
    background: #F3F4F6;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 24px;
}

.review-section .review-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-section .review-title img {
    height: 48px;
    width: 48px;
    overflow: hidden;
    border-radius: 50%;
}

.review-section .rating-stars {
    margin-bottom: 14px;
}

.review-section .review-text {
    position: relative;
}

.review-section .review-text:before {
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.5"><path d="M3 21.0003C6 21.0003 10 20.0003 10 13.0003V5.00028C10 3.75028 9.244 2.98328 8 3.00028H4C2.75 3.00028 2 3.75028 2 4.97228V11.0003C2 12.2503 2.75 13.0003 4 13.0003C5 13.0003 5 13.0003 5 14.0003V15.0003C5 16.0003 4 17.0003 3 17.0003C2 17.0003 2 17.0083 2 18.0313V20.0003C2 21.0003 2 21.0003 3 21.0003Z" stroke="%2399F6E4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 21.0003C18 21.0003 22 20.0003 22 13.0003V5.00028C22 3.75028 21.243 2.98328 20 3.00028H16C14.75 3.00028 14 3.75028 14 4.97228V11.0003C14 12.2503 14.75 13.0003 16 13.0003H16.75C16.75 15.2503 17 17.0003 14 17.0003V20.0003C14 21.0003 14 21.0003 15 21.0003Z" stroke="%2399F6E4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    height: 24px;
    width: 24px;
}

.review-section .dots button.glider-dot {
    background: #D1D5DB;
}

.review-section .dots button.glider-dot.active {
    width: 32px;
    background: var(--bs-primary);
}

.review-section .glider-next,
.review-section .glider-prev {
    padding: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 9999px;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/************
*FAQ Section*
************/

.faq-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #EFF6FF 100%);
}

.faq-section .accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-section .accordion .accordion-item {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.faq-section .accordion .accordion-item .accordion-body {
    padding: 0 24px 24px 24px;
}

.faq-section .accordion .accordion-item .accordion-button {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #1F2937;
    padding: 24px;
    border-radius: 12px;
}

.faq-section .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.faq-section .accordion .accordion-item .accordion-button.collapsed {
    background: #fefeff;
}

.faq-section .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}

/*******
*Footer*
*******/

.footer-social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: flex-start;
}

.footer-social a {
    color: #9CA3AF;
}

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

.footer-list li {
    margin-bottom: 8px;
}

.footer-list li a {
    color: #9CA3AF;
    text-decoration: none;
}

.footer-social a:hover,
.footer-list li a:hover {
    color: #FFFFFF;
}


/*************
*Pricing Page*
*************/

.pricing-page-hero {
    background: linear-gradient(180deg, #EEF2FF 0%, #FFFFFF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.switches-primary {
    display: flex;
    padding: 4px;
    background: #FFFFFF;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}

.switches-primary .highlight {
    position: absolute;
    height: calc(100% - 8px);
    width: 50%;
    background: #00A8A8;
    border-radius: 999px;
    top: 4px;
    left: 4px;
    z-index: 1;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.switches-primary button {
    flex: 1;
    padding: 8px 60px;
    border: 0;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    z-index: 2;
    position: relative;
}

.switches-primary button.active {
    color: #ffffff;
}

.pricing-page-title {
    text-align: center;
    margin-bottom: 24px;
}

.switches-secondary {
    display: flex;
    padding: 4px;
    background: #F3F4F6;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}

.switches-secondary button {
    padding: 8px 16px;
    border-radius: 9999px;
    font-weight: 600;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    color: #4B5563;
    z-index: 2;
    position: relative;
}

.switches button:not(.active):hover {
    color: var(--bs-primary);
}


.switches-secondary .highlight {
    position: absolute;
    height: calc(100% - 8px);
    border-radius: 999px;
    top: 4px;
    left: 4px;
    z-index: 1;
    transition: all 0.3s ease;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.switches-secondary button.active {
    color: #00A8A8;
}

.progress-bar {
    max-width: 528px;
    width: 100%;
}

/*-----------------------------------------------------------*/
/*--------------------Range Selector-------------------------*/
/*-----------------------------------------------------------*/

.slider-container {
    width: 100%;
    max-width: 500px;
    padding: 30px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.slider-wrapper {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    outline: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    background-color: transparent;
    /* Hide default track */
}

/* Chrome/Safari styling */
.slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #7F56D9 0%, #7F56D9 var(--progress-percent), #F3F4F6 var(--progress-percent), #F3F4F6 100%);
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: 2px solid #7F56D9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.1s ease;
    margin-top: -8px;
    /* This centers the thumb vertically */
}

.slider::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

/* Firefox styling */
.slider::-moz-range-track {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #7F56D9 0%, #7F56D9 var(--progress-percent), #F3F4F6 var(--progress-percent), #F3F4F6 100%);
}

.slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: 2px solid #7F56D9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Edge styling */
.slider::-ms-track {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: linear-gradient(to right, #7F56D9 0%, #7F56D9 var(--progress-percent), #F3F4F6 var(--progress-percent), #F3F4F6 100%);
    color: transparent;
    /* Hides Edge's default value indicator */
    border-color: transparent;
    /* Hides Edge's default track border */
}

.slider::-ms-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    border: 2px solid #7F56D9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.slider::-ms-fill-lower {
    background: transparent;
    /* Hide default filled portion */
}

.slider::-ms-fill-upper {
    background: transparent;
    /* Hide default unfilled portion */
}

.slider-steps {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.slider-step {
    color: #9CA3AF;
    position: relative;
    cursor: pointer;
}

.slider-step:hover,
.slider-step.active {
    color: #7F56D9;
}

.slider-step::after {
    content: attr(data-value);
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #6B7280;
}

.slider-step.active::after {
    color: #7F56D9;
    font-weight: 600;
}



/*-----------------------------------------------------------*/
/*--------------------Range Selector-------------------------*/
/*--------------------Range Selector-------------------------*/
/*-----------------------------------------------------------*/

.progress-bar .steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-bar .steps span {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #4B5563;
}

.price-cards .price-cards-row {
    margin-bottom: 64px;
    row-gap: 64px;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

.price-card {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 32px;
    max-width: 286px;
    width: 100%;
    transition: 0.3s;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.price-card.active,
.price-card:hover {
    background: #d1e6ff;
}

.price-card .price-card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--color-scheme);
}

.price-card .price .price-number {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: var(--color-scheme);
}

.price .price-type {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}

.price-card .subscriber-count {
    font-weight: 600;
    font-size: 16px;
    color: #4B5563;
    margin-top: 24px;
    margin-bottom: 24px;
}

.price-card .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 32px;
}

.feature-list li {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    display: flex;
    gap: 8px;
    letter-spacing: -0.5px;
}

.feature-list .feature-list-icon {
    color: var(--color-scheme);
}

.price-card .price-select-btn {
    align-items: center;
    padding: 12px 16px;
    background: var(--color-scheme);
    border-radius: 8px;
    color: #ffffff;
    width: 100%;
    margin-top: auto;
}

.price-card .price-select-btn:hover {
    background: #ffffff;
    color: var(--color-scheme);
}

.price-card.highlighted {
    overflow: hidden;
    border: 2px solid var(--border-color, var(--color-scheme));
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    scale: 1.05;
    position: relative;
}

.price-card.highlighted .highlight-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: var(--border-color, var(--color-scheme));
    font-weight: 700;
    font-size: 12.6px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 5px;
    padding-top: 5px;
}

.work-flow-section {
    background: #F9FAFB;
}

.work-flow-section .container-xs p {
    letter-spacing: -0.5px;
}

.work-flow-grid {
    max-width: 1248px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.workflow-item {
    display: flex;
    gap: 16px;
    padding: 24px;
}

.workflow-item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #1F2937;
    margin-bottom: 8px;
}

/*********
*Doc Page*
*********/

.doc-landing-page-hero {
    display: grid;
    grid-template-columns: minmax(400px, 570px) minmax(624px, 1fr);
}

.doc-landing-page-hero-cta {
    padding: 20px 32px;
    text-align: left;
    font-weight: 600;
}

.doc-landing-page-tools {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 26px;
}

.doc-landing-page-tool-card {
    padding: 52px 42px;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.doc-landing-page-tool-card:hover {
    scale: 1.02;
    box-shadow: 0px 0px 24px 7px rgba(0, 0, 0, 0.15);
}

.doc-landing-page-tool-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
}

.doc-landing-page-tool-url {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #7D7D7D;
    text-decoration: none;
}

.doc-landing-page-section-blocks p {
    margin-bottom: 40px;
}

.doc-landing-page-consulting-section .doc-landing-page-section-blocks {
    display: grid;
    grid-template-columns: minmax(400px, 1fr) minmax(300px, 570px);
    gap: 58px;
}

.doc-landing-page-section-blocks h5 {
    font-weight: 600;
    font-size: 32px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 38px;
}

.doc-landing-page-education-section .doc-landing-page-section-blocks {
    display: grid;
    grid-template-columns: minmax(300px, 570px) minmax(400px, 1fr);
    grid-column-gap: 58px;
}

.section-sub-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 30px;
}

.doc-page-main-content {
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(300px, 445px) minmax(600px, 1fr);
    padding-right: 10px;
    padding-left: 10px;
}

/************
*Doc Sidebar*
************/

.doc-sidebar-toggler {
    display: none;
}

.doc-sidebar {
    border: 1px solid #DDD8F9;
    border-radius: 20px;
    padding: 35px 43px;
}

.search-in-doc {
    padding-bottom: 25px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 35px;
}

.search-in-doc label.text-label {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #110C2D;
    margin-bottom: 20px;
}

.doc-search-group {
    display: flex;
    padding: 9px;
    gap: 10px;
    background: #F6F6F6;
    border-radius: 10px;
    margin-bottom: 36px;
}

.doc-search-group input {
    border: 0;
    background: transparent;
    outline: none;
    font-size: 14px;
    width: 100%;
}

.doc-search-group select {
    color: #737477;
    width: 80px;
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
}

.document-list-group-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #110C2D;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.document-list-group {
    color: #110C2D;
}

.document-list-group input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    padding: 4px;
    width: 15px;
    height: 15px;
    border: 1px solid #737477;
    border-radius: 4px;
}

.document-list-group input:checked {
    border: none;
}

.document-list-group input:checked::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00A8A8;
    border-radius: 4px;
}

.document-list-group input:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.document-list-group label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #110C2D;
    cursor: pointer;
}

.document-list-group input:checked+label {
    color: #00A8A8;
}

.document-list-group-item {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 26px;
}

/************
*Doc Content*
************/

.doc-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #7D7D7D;
    margin: 0;
}

.doc-content-btn {
    padding: 9px 26px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}

.doc-card {
    background: #F3FAFE;
    border-radius: 12px;
    padding: 44px 26px 44px 41px;
    position: relative;
    overflow: hidden;
}

.doc-card:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 6px;
    background: rgb(var(--bs-primary-rgb), 1);
    left: 0;
    top: 0;
}

.doc-card h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 30px;
}

.doc-card a {
    font-size: 16px;
    line-height: 26px;
    color: #7D7D7D;
    letter-spacing: -0.5px;
}

.doc-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-left: auto;
    display: block;
    text-align: right;
    margin-top: 40px;
}

/***************
*Solutions Page*
***************/

.solutions-container .doc-search-group {
    margin-bottom: 0;
}

.solutions-columns {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    width: 100%;
    justify-content: space-between;
}

.solution-column-title {
    color: var(--bs-black);
    margin-bottom: 30px !important;
}

.mega-menu .solution-column-title {
    margin-bottom: 20px !important;
    font-size: 11px;
}

.solution-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution-list-item {
    display: flex;
    gap: 28px;
    margin-bottom: 26px;
}

.mega-menu .solution-list-item {
    gap: 14px;
}

.solution-list-item h5 {
    letter-spacing: -0.5px;
    font-weight: 600 !important;
}

.solution-list-item h5 a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.solution-list-item h5 a:hover {
    color: var(--bs-primary);
}

/***************
*Resources Page*
**************/

.resources-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 38px;
}

.resource-column-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #110C2D;
    margin-bottom: 30px;
}

.mega-menu .resource-column-title {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

.resource-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resource-list-item {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 28px;
    margin-bottom: 26px;
}

.mega-menu .resource-list-item {
    gap: 14px;
}

.resource-list-item h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

.mega-menu .resource-list-item h5 {
    font-size: 16px;
}

.resource-list-item h5 a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.resource-list-item h5 a:hover {
    color: var(--bs-primary);
}

/**************
*Feedback Page*
***************/

.feedback-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 38px;
}

.feedback-column {
    /*background: #FDFCFC;*/
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    /*border-radius: 10px;*/
    /*padding: 35px 5px;*/
}

.feedback-column-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    width: max-content;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    margin-bottom: 30px;
}

/*.feedback-column-title:after {*/
/*    position: absolute;*/
/*    height: 2px;*/
/*    width: 85%;*/
/*    content: '';*/
/*    bottom: 0;*/
/*    background: rgb(var(--bs-primary-rgb));*/
/*    left: 0;*/
/*left: 50%;*/
/*transform: translateX(-50%);*/
/*}*/

.feedback-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.feedback-list-item {
    display: flex;
    align-items: center;
    border-radius: 4px;
    /* padding: 10px; */
    gap: 14px;
    margin-bottom: 26px;
}

.feedback-list-item:last-child {
    margin-bottom: 0;
}

.feedback-list-item h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    letter-spacing: -0.4px;
}

.feedback-list-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #7D7D7D;
    margin: 0;
    letter-spacing: -0.4px;
}

/**************
*About Us Page*
**************/

.about-us-hero img {
    cursor: pointer;
    transition: 0.3s;
}

.about-us-hero img:hover {
    scale: 1.03;
}

.about-us-experience .container-1280 {
    display: grid;
    grid-template-columns: minmax(350px, 1fr) minmax(350px, 541px);
    align-items: center;
    gap: 20px;
}

.about-us-mission-vision {
    background: #F6F6F6;
}

.container-mission-vision {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
}

.vision-row,
.mission-row {
    display: grid;
    grid-template-columns: 1fr minmax(300px, 548px);
    gap: 52px;
    align-items: center;
}

.mission-row>div,
.vision-row>div {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
}

.vision-row .btn,
.mission-row .btn {
    padding: 10px 22px;
}

.team-members-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 29px;
}

.team-member {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    transition: 0.3s;
    cursor: pointer;
}

.team-member:hover {
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.4);
    transform: translateY(-7px);
}

.team-member img {
    border-radius: 6px;
}

.member-info {
    padding: 24px 22px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.member-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #110C2D;
    text-align: center;
    margin: 0;
}

.member-role {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #7D7D7D;
    margin: 0;
    line-height: 1;
}

.member-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.member-detail-btn {
    box-sizing: border-box;
    padding: 2px 12px;
    background: #F6F6F6;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #110C2D;
    text-decoration: none;
    transition: 0.3s;
}

.member-detail-btn:hover {
    color: #ffffff;
    background: #00A8A8;
}

.member-social-links {
    display: flex;
    align-items: center;
    gap: 11px;
}

.member-social-link {
    color: #00a8a8;
    text-decoration: none;
}

.member-social-link:hover {
    color: #008b8b;
}



/****************
*Contact Us Page*
****************/

.contact-card {
    max-width: 900px;
    padding: 50px;
    box-shadow: 6px 6px 50px 0 rgba(0, 0, 0, .08);
    border-radius: 12px;
    container-type: inline-size;
    margin: 100px auto 50px;
}

.contact-social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    --bs-link-color-rgb: var(--bs-secondary-rgb);
    --bs-link-hover-color-rgb: var(--bs-primary-rgb)
}

/**********
*Blog Page*
**********/

.blog-search-input-group {
    position: relative;
}

.blog-search-input {
    width: 100%;
    padding: 12px 100px 12px 40px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    font-size: 16px;
    line-height: 24px;
}

.blog-search-input:focus {
    border-color: #00A8A8;
    box-shadow: 0 0 0 1px rgba(0, 168, 168, 0.5);
    outline: none;
}

.blog-search-input::placeholder {
    color: #9CA3AF;
}

.blog-search-input-group svg {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #9CA3AF;
    pointer-events: none;
}

.blog-search-input-group button {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.popular-blog-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 24px;
}

.popular-blog-post {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.popular-blog-post img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.popular-blog-post-content h3 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--bs-primary);
    margin: 12px 0;
    text-decoration: none;
}

.popular-blog-post-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6B7280;
}

.popular-blog-post:hover img {
    transform: scale(1.03);
}

.popular-blog-post .popular-blog-post-content h3:hover {
    color: rgba(var(--bs-primary-rgb), 0.8);
}

.blog-post-category {
    display: inline-block;
    padding: 4px 8px;
    background: #edf9ec;
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.blog-post-category a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1e2423;
    text-decoration: none;
}

.blog-post-category:hover {
    background: #d1f7d1;
}

.blog-post-category a:hover {
    color: #0f1413;
}

.category-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
}

.category-cloud .category-item {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 9999px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--bs-secondary);
    text-decoration: none;
    border: 2px solid var(--bs-secondary);
    transition: all 0.3s ease;
}

.category-cloud .category-item:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #ffffff;
}

.selected-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.selected-category-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--bs-primary);
    text-decoration: none;
}

.selected-category-link .material-symbols-outlined {
    font-size: 20px;
    transition: all 0.3s ease;
}

.selected-category-link:hover {
    color: rgba(var(--bs-primary-rgb), 0.8);
    text-decoration: underline;
}

.selected-category-posts * {
    box-sizing: border-box;
}

.selected-category-posts {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 100px;
}

.selected-category-posts .selected-category-multi-post {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.selected-category-single-post {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.selected-category-single-post:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    scale: 1.02;
}

.selected-category-single-post .selected-category-post-content {
    padding: 20px 16px;
    background: #F3FAFE;
}

.selected-category-single-post .selected-category-post-content h3 a {
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    color: var(--bs-primary);
    margin-bottom: 12px;
    text-decoration: none;
}

.selected-category-single-post .selected-category-post-content h3 a:hover {
    color: var(--bs-primary);
}

.selected-category-post img {
    border-radius: 7px;
    width: 100%;
    object-fit: cover;
}

.selected-category-single-post .selected-category-post img {
    margin-bottom: 20px;
}

.selected-category-multi-post .selected-category-post {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background: #F3FAFE;
    cursor: pointer;
    transition: all 0.3s ease;
}

.selected-category-multi-post .selected-category-post:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    scale: 1.02;
}

.selected-category-multi-post .selected-category-post .selected-category-post-content {
    flex: 2;
}

.selected-category-multi-post .selected-category-post .selected-category-post-content h3 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: var(--bs-primary);
    text-decoration: none;
}

.selected-category-multi-post .selected-category-post .selected-category-post-content h3 a:hover {
    color: rgba(var(--bs-primary-rgb), 0.8);
}

.selected-category-post-read-more-button {
    display: inline-block;
    color: var(--bs-primary);
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.selected-category-post-read-more-button:hover {
    color: rgba(var(--bs-primary-rgb), 0.8);
    text-decoration: underline;
}

.selected-category-multi-post .selected-category-post .selected-category-post-image {
    flex: 1;
}

.blog-post-page-footer-cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0D9488 0%, #115E59 100%);
}


.blog-post-page-footer-cta-container .btn {
    padding: 12px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.3s ease;
}

/*************************
*Single Blog/Archive Page*
*************************/

.single-blog-hero {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: end;
}

.single-blog-hero .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 18px;
    text-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-blog-hero .breadcrumbs span:last-child {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.single-blog-hero .breadcrumbs a {
    font-size: 18px;
    line-height: 20px;
    color: var(--bs-primary);
    text-decoration: none;
}

.single-blog-hero .breadcrumbs a:hover {
    color: var(--bs-secondary);
}

.single-blog-hero .breadcrumbs .devider {
    color: #6B7280;
    font-size: 14px;
}

.single-blog-hero .breadcrumbs .current-item {
    font-weight: 600;
    color: rgba(var(--bs-secondary-rgb), 0.5);
}

.single-blog-hero .blog-category {
    margin-top: 20px;
    display: inline-flex;
}

.single-blog-hero .blog-category a {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 4px 8px;
    background: var(--bs-primary);
    border-radius: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.single-blog-hero .blog-category a:hover {
    background: rgba(var(--bs-primary-rgb), 0.8);
}

.single-blog-hero .single-blog-page-hero-cta-container {
    padding: 20px;
    background: linear-gradient(135deg, #0D9488 0%, #115E59 100%);
    border-radius: 12px;
}

/* make display flex with 2 col flex 1 and 350px */

.single-blog-content {
    display: flex;
    gap: 40px;
}

.single-blog-content-left {
    flex: 1;
}

.single-blog-content-right {
    position: sticky;
    top: 20px;
    width: 350px;
}

.single-blog-content-right .list-unstyled {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-blog-content-right .list-unstyled li {
    margin-bottom: 5px;
}

.single-blog-content-right .list-unstyled li a {
    font-size: 16px;
    line-height: 24px;
    color: var(--bs-primary);
    text-decoration: none;
}

.single-blog-content-right .list-unstyled li a:hover {
    color: rgba(var(--bs-primary-rgb), 0.8);
}

.single-blog-content-right .share-on-social-media {

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #F3FAFE;
    border-radius: 12px;
    margin-top: 40px;
}

.single-blog-content-right .share-on-social-media .social-icons {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
}

.single-blog-content-right .share-on-social-media .social-icons a {

    text-decoration: none;
}


/********
*Utility*
********/
.container-1336 {
    max-width: 1336px;
    margin-left: auto;
    margin-right: auto;
}

.container-1280 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.container-1227 {
    max-width: 1227px;
    margin-left: auto;
    margin-right: auto;
}

.container-1190 {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
}

.container-sm {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.container-960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.container-896 {
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
}

.container-xs {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.w-482 {
    max-width: 482px;
}

.w-360 {
    max-width: 360px;
}

.w-324 {
    max-width: 324px;
}

.px-109 {
    padding-left: 109px;
    padding-right: 109px;
}

.px-102 {
    padding-left: 102px;
    padding-right: 102px;
}

.pr-83 {
    padding-right: 83px;
}

.px-65 {
    padding-left: 65px;
    padding-right: 65px;
}

.px-33 {
    padding-left: 33px;
    padding-right: 33px;
}

.py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.gap-32 {
    gap: 32px;
}

.gap-11 {
    gap: 11px;
}

.-mr-45 {
    margin-right: -45px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-32 {
    margin-bottom: 32px;
}

.top-center {
    top: 50%;
    transform: translateY(-50%);
}

.right-0 {
    right: 0;
}

.left-0 {
    left: 0;
}

.page-hero {
    background: linear-gradient(180deg, #EEF2FF 0%, #FFFFFF 100%);
}

.page-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    color: #00A8A8;
}

.title {
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -1.2px;
    margin-bottom: 1rem;
}

.title-lg {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 1rem;
}

.title-md {
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 1rem;
}

.title-sm {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 1rem;
}

.title-30 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 1rem;
}

.title-xs {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 1rem;
}

.title-s {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 1rem;
    font-style: normal;
    color: #09090B
}

.text-xl {
    font-size: 20px;
}

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

.text-normal {
    font-size: 16px;
}

.text-sm {
    font-size: 14px;
}

.spacer {
    height: calc(var(--space, 50) * 1px);
}

.rounded-full {
    border-radius: 9999px;
}

.flex-1 {
    flex: 1;
}

.material-symbols-outlined {
    transition: all 0.3s ease;
}

.rotate-180 {
    transform: rotate(180deg);
}

/********************************
*Media Queries for XXl and below*
********************************/

@media only screen and (max-width: 1368px) {
    .glider-next {
        right: 3% !important;
    }

    .glider-prev {
        left: 3% !important;
    }

    .-mr-45 {
        margin-right: 0;
    }

    #integrationTab {
        gap: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .detail-section-card {
        min-width: 49%;
        padding-bottom: 35px;
    }


    .platform-integration-section .integration-platforms {
        padding-left: 20px;
        padding-right: 20px;
    }

    .platform-integration-section .integration-platforms .integration-platform {
        min-width: 209px;
    }

    .hero-desktop-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1300px) {
    .feedback-page .container-1280 {
        max-width: 980px;
    }

    .feedback-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1200px) {

    .navbar-nav .nav-item .mega-menu,
    .navbar-nav .nav-item .dropdown-menu {
        display: block;
        --bs-dropdown-border-color: transparent;
        --bs-dropdown-item-padding-x: 2rem;
    }

    .navbar {
        padding: 10px 0 !important;
    }

    .navbar-nav .nav-item .mega-menu {
        position: relative;
        box-shadow: none;
        padding-left: 30px;
    }

    .navbar-nav .nav-item .mega-menu .spacer {
        height: 0;
    }

    .resources-columns {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 1150px) {

    .doc-landing-page-tools {
        grid-template-columns: repeat(2, 1fr);
    }

    .solutions-columns {
        grid-template-columns: repeat(2, 360px);
        grid-row-gap: 50px;
    }

    .resources-page .container-1280,
    .solutions-page .container-1280 {
        max-width: 800px;
    }

}

@media screen and (max-width: 1024px) {
    .analytic-chart-carousel .carousel-indicators [data-bs-target].analytic-tab-btn {
        padding: 18px;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        width: 250px;
        margin-bottom: 15px;
    }

    .w-324 {
        max-width: 290px;
    }

    .tools-section-bottom-card {
        display: grid;
        grid-template-columns: 1fr;
    }

    .title {
        font-size: 48px;
        line-height: 52px;

    }

    .doc-landing-page-hero {
        grid-template-columns: 1fr;
    }

    .doc-landing-page-hero>div:first-child {
        order: 2;
    }

    .doc-landing-page-education-section .doc-landing-page-section-blocks,
    .doc-landing-page-consulting-section .doc-landing-page-section-blocks {
        grid-template-columns: 1fr;
    }

    .doc-landing-page .page-title {
        font-size: 45px;
    }

    .doc-landing-page .container-1280 {
        max-width: 768px;
    }

    .doc-landing-page-consulting-section .doc-landing-page-section-blocks>div:first-child {
        order: 2;
    }

    .doc-landing-page-section-blocks img {
        max-width: 500px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .about-us-experience .container-1280 {
        grid-template-columns: 1fr;
    }

    .about-us-experience .container-1280 p,
    .about-us-experience .container-1280 .title-md {
        text-align: center;
    }

    .about-us-experience .container-1280 img {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .mission-row,
    .vision-row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mission-row>div,
    .vision-row>div {
        align-items: center;
    }

    .mission-row>div:first-child {
        order: 2;
    }

    .about-us-team .container-1280 {
        max-width: 768px;
    }

    .about-us-team .team-members-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-member img {
        width: 100%;
    }

    .blog-post-page-footer-cta-container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .single-blog-content-right {
        width: 250px;
    }

}

@media screen and (max-width: 992px) {
    .analytic-chart-carousel .carousel-indicators {
        flex-direction: row;
        position: static;
        transform: unset;
        justify-content: center;
    }

    .analytic-chart-carousel .carousel-item img {
        width: 450px;
    }

    .analytic-chart-carousel .carousel-inner .carousel-caption {
        position: static;
        transform: unset;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: var(--bs-carousel-caption-color);
    }

    .w-324 {
        max-width: 768px;
        margin-left: 0;
        margin-right: auto;
    }

    .doc-page-main-content {
        grid-template-columns: 1fr;
    }

    .doc-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 9999;
        border-radius: 0;
    }

    .doc-sidebar-content {
        overflow: auto;
        height: 100%;
    }

    .doc-sidebar.sidebar-open {
        transform: translateX(0);
    }

    .doc-sidebar-toggler {
        height: 45px;
        width: 50px;
        position: absolute;
        top: 50%;
        right: -50px;
        transform: translateY(-50%);
        background: rgba(var(--bs-primary-rgb), 1);
        border-top-right-radius: 999px;
        border-bottom-right-radius: 999px;
        display: grid;
        place-items: center;
        cursor: pointer;
        z-index: 999;
    }

    .doc-sidebar-toggler span {
        font-size: 30px;
        color: #ffffff;
        transition: transform 0.5s ease-in-out;
    }

    .doc-sidebar.sidebar-open .doc-sidebar-toggler span {
        transform: rotate(180deg);
    }

    .selected-category-multi-post .selected-category-post .selected-category-post-content {
        flex: 1;
    }

    .single-blog-hero .title-lg {
        font-size: 32px;
    }

    .single-blog-hero {
        display: flex;
    }

    .single-blog-hero > div {
        max-width: 50%;
    }

}

@media screen and (max-width: 768px) {

    .customer-journey-cards,
    .tools-section-card-tabs .tab-content {
        grid-template-columns: 1fr;
    }

    .title {
        font-size: 28px;
        line-height: 35px;
    }

    .title-lg {
        font-weight: 600;
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 0.5rem;
    }

    .title-md {
        font-size: 28px;
        line-height: 38px;
    }

    .title-sm {
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0.5rem;
    }

    .px-102 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pr-83 {
        padding-right: 0;
    }

    .px-65 {
        padding-left: 0;
        padding-right: 0;
    }

    .px-33 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .container-sm {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-section::after {
        background: none;
    }

    .feature-section-slider .carousel-caption {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .feature-section-slider .carousel-control-next,
    .feature-section-slider .carousel-control-prev {
        top: 23%;
    }

    .feature-section {
        padding: 0 10px;
    }

    .analytic-chart-carousel .carousel-indicators {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .doc-landing-page .page-title,
    .page-title {
        font-size: 30px;
        line-height: 40px;
    }

    .switches-primary button {
        padding: 8px 30px;
    }

    .doc-landing-page-tools,
    .resources-columns,
    .work-flow-grid {
        grid-template-columns: 1fr;
    }

    .solutions-columns {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }

    .feedback-columns {
        grid-template-columns: 350px;
        align-items: center;
        justify-content: center;
    }

    .about-us-mission-vision img {
        width: 100%;
    }

    .about-us-team .container-1280 {
        max-width: 450px;
    }

    .about-us-team .team-members-grid {
        grid-template-columns: 1fr;
    }

    .platform-integration-section .carousel {
        grid-template-columns: 1fr;
    }

    .selected-category-posts {
        grid-template-columns: 1fr;
    }

    .selected-category-posts.big-right .selected-category-single-post {
        order: 1;
    }

    .selected-category-posts.big-right .selected-category-multi-post {
        order: 2;
    }

    .selected-category-link span:first-child {
        display: none;
    }

    .popular-blog-posts {
        grid-template-columns: 1fr;
    }

    .selected-category-multi-post .selected-category-post {
        flex-direction: column;
    }

    .single-blog-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .single-blog-hero > div {
        max-width: 100%;
    }

    .single-blog-content-right-wrapper {
        display: none;
    }

}

@media screen and (max-width: 555px) {
    .doc-sidebar {
        max-width: 75%;
        padding: 25px 10px;
    }
}