:root {
    --primary-color: #007bff;
    --secondary-color: #396cb2;
    --primary-hover-color: #004494;
    --primary-background-rgb: rgba(0, 123, 255, 0.8);
    --dark: #14183E;
    --primary-gradient-color: linear-gradient(90deg, #419afc, #973ee3, #ff4ea8);
}

html, body {
    overflow-x: hidden;
    background: #ffffff;
}

.custom-navbar {
    padding: 1rem;
}

.custom-navbar .navbar-brand,
.custom-navbar .nav-link {
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
}

.hero_style {
    margin-top: 4rem;
    margin-bottom: 5rem;
}

h1 {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
    font-size: xxx-large;
    line-height: 4rem;
}

@media (max-width: 768px) {
    h1 {
        font-size: xx-large;
        line-height: 3rem;
    }
}

.sub-heading {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
    font-size: x-large;
    line-height: 2rem;
}

.section-headings {
    font-size: large;
    font-weight: bolder;
    text-transform: uppercase;
    background: linear-gradient(90deg, #419afc, #973ee3, #ff4ea8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-rounded {
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    background: var(--primary-color);
    color: whitesmoke;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.btn-rounded:hover {
    background: var(--primary-hover-color);
    color: #ffffff;
    transform: scale(1.1);
}

.welcome-heading {
    margin-top: 6rem;
}

.home-description {
    margin-bottom: 3rem;
    margin-top: 2rem;
    font-weight: 500;
    color: #095ca3;
    letter-spacing: 0.01rem;
    font-size: medium;
}

/* Responsive styles */
@media (max-width: 1200px) {
    /* Large screens and below */
    .welcome-heading {
        margin-top: 6rem;
    }

    .home-description {
        margin-bottom: 2.8rem;
        margin-top: 1.8rem;
    }
}

@media (max-width: 992px) {
    /* Medium screens and below */
    .welcome-heading {
        margin-top: 4rem;
    }

    .home-description {
        margin-bottom: 2rem;
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    /* Small screens and below */
    .welcome-heading {
        margin-top: 2.5rem;
    }

    .home-description {
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    .customer-logos {
        margin-top: 2rem;
    }

    .section-headings {
        margin-top: 5rem;
    }

}

@media (max-width: 576px) {
    /* Extra small screens and below */
    .welcome-heading {
        margin-top: 2rem;
    }

    .home-description {
        margin-bottom: 1.5rem;
        margin-top: 2rem;
    }

    .customer-logos {
        margin-top: 2rem;
    }
}

.img-round-top-left {
    border-radius: 5rem 1rem 1rem 1rem; /* Top-left corner: 2rem, others: 1rem */
}

.img-round-top-right {
    border-radius: 1rem 5rem 1rem 1rem; /* Top-right corner: 2rem, others: 1rem */
}

.img-round-bottom-left {
    border-radius: 1rem 1rem 5rem 1rem; /* Bottom-left corner: 2rem, others: 1rem */
}

.img-round-bottom-right {
    border-radius: 1rem 1rem 1rem 5rem; /* Bottom-right corner: 2rem, others: 1rem */
}

.hero-images {
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-logos {
    overflow: hidden;
    display: flex;
    justify-content: center;
}

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

.slide img {
    max-width: 125px; /* Ensure image scales down to fit within container */
    height: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Preserve aspect ratio within container */
}

.slick-slide {
    margin-left: 3rem;
}

.section-layout {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

/* Hide the label */
form .form-label {
    display: none;
}

.heading {
    background: linear-gradient(90deg, #419afc, #973ee3, #ff4ea8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    margin: 2rem;
    text-transform: uppercase;
}

/* Testimonials */

{
    font-family: Nunito, sans-serif
;
}

.text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 25px;
}

.responsive-cell-block {
    min-height: 75px;
}

.responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
}

.responsive-container-block.bg {
    flex-direction: row-reverse;
    align-items: center;
    height: auto;
    max-width: 1500px;
    justify-content: space-between;
}

.text-blk.title {
    font-size: 20px;
    line-height: 27.28px;
    font-weight: 700;
    color: rgb(0, 135, 177);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    width: 530px;
    text-align: left;
    max-width: 100%;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
}

.swiper-container {
    width: 50%;
    max-width: 50%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 50px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    max-width: 100%;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.responsive-container-block.content {
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    margin-top: 40px;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    background-color: var(--primary-color);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.text-blk.name {
    font-size: 20px;
    line-height: 27.28px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.text-blk.desig {
    font-size: 16px;
    line-height: 21.82px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
    color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.text-blk.info {
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    color: rgb(153, 153, 153);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.text-blk.quotes {
    position: absolute;
    left: 20px;
    font-size: 288px;
    line-height: 392.83px;
    top: -140px;
    font-weight: 900;
    color: var(--secondary-color);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.container-block.swiper-button-prevs {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container-block.swiper-button-nexts {
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.responsive-container-block.person {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
}

.responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.icon {
    min-height: auto;
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
}

.responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12.info {
    min-height: auto;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
}

.text-blk.header {
    font-size: 25px;
    line-height: 34.1px;
    text-align: left;
    color: rgb(255, 255, 255);
    width: 100%;
    max-width: 100%;
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    margin: 2rem;
    text-transform: uppercase;
}

.text-blk.desc {
    max-width: 100%;
    font-size: 20px;
    line-height: 34px;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
}

@media (max-width: 768px) {
    .text-blk.desc {
    font-size: 14px;
        line-height: unset;
        padding-bottom: 10px;
        margin-bottom: 0;
}

    .text-blk.header {
    font-size: 20px;
    line-height: 28px;
    margin: unset;
}

    .responsive-container-block.person {
        margin: 0;
    }


}

.responsive-container-block.card {
    width: 50%;
    min-height: 75px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    flex-direction: column;
    max-width: 45%;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 0px;
}

.swiper-pagination.container-block {
    display: flex;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 25px;
    justify-content: flex-end;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
    background: white;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(0, 178, 235);
}

.text-blk.info.title {
    width: auto;
    font-size: 45px;
    line-height: 54.52px;
    color: var(--secondary-color);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.text-blk.txt {
    font-size: 25px;
    line-height: 34.1px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
}

.text-blk.stat {
    font-size: 25px;
    line-height: 34.1px;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.responsive-container-block.outer {
    width: 571px;
    min-height: 15px;
    max-width: 90%;
    background-color: rgb(244, 244, 244);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 55px;
    margin-left: 10px;
}

.responsive-container-block.inner {
    background-color: var(--primary-color);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    min-height: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.responsive-container-block.inner.i2 {
    width: auto;
}

.responsive-container-block.inner.i1 {
    width: auto;
}

.responsive-container-block.inner.i3 {
    width: auto;
}

.responsive-container-block.black {
    position: absolute;
    height: 100%;
    background-color: rgb(60, 60, 60);
    mix-blend-mode: multiply;
}

@media (max-width: 1024px) {
    .swiper-container {
        min-width: 90%;
    }

    .swiper-slide {
        opacity: 1;
    }

    .responsive-container-block.bg {
        flex-direction: column-reverse;
    }

    .responsive-container-block.bg {
        align-items: center;
    }

    .responsive-container-block.card {
        max-width: 90%;
        min-width: 90%;
    }

    .swiper-pagination.container-block {
        justify-content: center;
    }

    .responsive-container-block.card {
        align-items: center;
    }

    .text-blk.txt {
        text-align: center;
    }

    .text-blk.info.title {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .swiper-slide {
        opacity: 1;
    }

    .swiper-container {
        min-width: 95%;
    }

    .swiper-slide {
        min-width: 100%;
    }

    .swiper-wrapper {
        min-width: 100%;
    }

    .responsive-container-block.card {
        width: 100%;
        margin-top: 90px;
        margin-right: 0px;
        margin-bottom: 80px;
        margin-left: 0px;
    }

    .swiper-pagination.container-block {
        justify-content: center;
    }

    .text-blk.title {
        width: 100%;
        text-align: center;
    }

    .text-blk.heading {
        width: 100%;
        text-align: center;
    }

    .text-blk.desc {
        width: 100%;
        text-align: center;
    }

    .responsive-container-block.bg {
        justify-content: center;
    }

    .responsive-container-block.card {
        width: 90%;
    }

    .responsive-container-block.card {
        min-width: 95%;
    }

    .responsive-container-block.content {
        margin-top: 40px;
        margin-right: 20px;
        margin-bottom: 40px;
        margin-left: 20px;
    }

    .responsive-container-block.card {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 500px) {
    .swiper-slide {
        opacity: 1;
    }

    .responsive-container-block.content {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        width: 100%;
        margin-top: 40px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .swiper-container {
        min-width: 100%;
    }

    .swiper-slide {
        min-width: 100%;
    }

    .swiper-wrapper {
        min-width: 100%;
    }

    .responsive-container-block.card {
        width: 100%;
    }

    .responsive-container-block.card {
        min-width: 100%;
    }

    .text-blk.txt {
        font-size: 22px;
        line-height: 31px;
    }

    .text-blk.info.title {
        font-size: 40px;
        line-height: 50px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wk-desk-1 {
    width: 8.333333%;
}

.wk-desk-2 {
    width: 16.666667%;
}

.wk-desk-3 {
    width: 25%;
}

.wk-desk-4 {
    width: 33.333333%;
}

.wk-desk-5 {
    width: 41.666667%;
}

.wk-desk-6 {
    width: 50%;
}

.wk-desk-7 {
    width: 58.333333%;
}

.wk-desk-8 {
    width: 66.666667%;
}

.wk-desk-9 {
    width: 75%;
}

.wk-desk-10 {
    width: 83.333333%;
}

.wk-desk-11 {
    width: 91.666667%;
}

.wk-desk-12 {
    width: 100%;
}

@media (max-width: 1024px) {
    .wk-ipadp-1 {
        width: 8.333333%;
    }

    .wk-ipadp-2 {
        width: 16.666667%;
    }

    .wk-ipadp-3 {
        width: 25%;
    }

    .wk-ipadp-4 {
        width: 33.333333%;
    }

    .wk-ipadp-5 {
        width: 41.666667%;
    }

    .wk-ipadp-6 {
        width: 50%;
    }

    .wk-ipadp-7 {
        width: 58.333333%;
    }

    .wk-ipadp-8 {
        width: 66.666667%;
    }

    .wk-ipadp-9 {
        width: 75%;
    }

    .wk-ipadp-10 {
        width: 83.333333%;
    }

    .wk-ipadp-11 {
        width: 91.666667%;
    }

    .wk-ipadp-12 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .wk-tab-1 {
        width: 8.333333%;
    }

    .wk-tab-2 {
        width: 16.666667%;
    }

    .wk-tab-3 {
        width: 25%;
    }

    .wk-tab-4 {
        width: 33.333333%;
    }

    .wk-tab-5 {
        width: 41.666667%;
    }

    .wk-tab-6 {
        width: 50%;
    }

    .wk-tab-7 {
        width: 58.333333%;
    }

    .wk-tab-8 {
        width: 66.666667%;
    }

    .wk-tab-9 {
        width: 75%;
    }

    .wk-tab-10 {
        width: 83.333333%;
    }

    .wk-tab-11 {
        width: 91.666667%;
    }

    .wk-tab-12 {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .wk-mobile-1 {
        width: 8.333333%;
    }

    .wk-mobile-2 {
        width: 16.666667%;
    }

    .wk-mobile-3 {
        width: 25%;
    }

    .wk-mobile-4 {
        width: 33.333333%;
    }

    .wk-mobile-5 {
        width: 41.666667%;
    }

    .wk-mobile-6 {
        width: 50%;
    }

    .wk-mobile-7 {
        width: 58.333333%;
    }

    .wk-mobile-8 {
        width: 66.666667%;
    }

    .wk-mobile-9 {
        width: 75%;
    }

    .wk-mobile-10 {
        width: 83.333333%;
    }

    .wk-mobile-11 {
        width: 91.666667%;
    }

    .wk-mobile-12 {
        width: 100%;
    }
}

/* --------------------------------

Faqs start

-------------------------------- */

.faq-page *, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.faq-page *::after, *::before {
    content: '';
}

.faq-page .body {
    font-size: 100%;
    font-family: FuturaStd-Heavy;
    color: #4e5359;
    background-color: white;
    overflow: hidden;
}

.faq-page .body::after {
    /* overlay layer visible on small devices when the right panel slides in */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(78, 83, 89, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.faq-page .body.cd-overlay::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 768px) {
    .faq-page .body::after {
        display: none;
    }
}

.faq-page .p {
    font-family: Avenir-Roman;
    color: white;
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.faq-page .header-section h1 {
    font-size: 2em;
    margin: .67em 0;
    color: white;
    margin-left: -15px;
}

.faq-page .a {
    /*   color: #a9c056; */
    color: #96CD91;
    text-decoration: none;

}


/* --------------------------------

Main components

-------------------------------- */
.faq-page .header {
    position: relative;
    height: 180px;
    line-height: 180px;
    text-align: center;
    background-color: #transparent;
}

@media only screen and (min-width: 1024px) {
    .faq-page .header {
        height: 240px;
        line-height: 240px;
    }

    .faq-page .header h1 {
        font-size: 36px;
        font-size: 2.25rem;
        font-weight: 300;
    }
}


.faq-page .faq {
    width: 90%;
    max-width: 1024px;
    margin: 2em auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.faq-page .faq:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (min-width: 768px) {
    .faq-page .faq {
        position: relative;
        margin: 4em auto;
        box-shadow: none;
    }
}

.faq-page .categories a {
    position: relative;
    /*   display: inline;   */
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 28px 0 16px;
    /*   background-color: #f3f3f5; */
    background-color: #transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #9287bf;
    white-space: nowrap;
    /*   border-bottom: 1px solid #555b61; */
    text-overflow: ellipsis;
}

.faq-page .categories a::before, .categories a::after {
    /* plus icon on the right */
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-block;
    height: 1px;
    width: 10px;
    background-color: #7f868e;
}

.faq-page .categories a::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-page .categories li:last-child a {
    border-bottom: none;
}

@media only screen and (min-width: 768px) {
    .faq-page .categories {
        width: 20%;
        float: left;
        /*     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); */
    }

    .faq-page .categories a {
        text-align: right;
        font-family: FuturaStd-Heavy;
        font-size: 18px;
        color: #A2A2C9;
        font-size: 1.13rem;
        font-weight: 600;
        padding-left: 24px;
        padding: 0 24px;
        -webkit-transition: background 0.2s, padding 0.2s;
        -moz-transition: background 0.2s, padding 0.2s;
        transition: background 0.2s, padding 0.2s;

    }

    .faq-page .categories a::before, .categories a::after {
        display: none;
    }

    .faq-page .no-touch .categories a:hover {
        color: #6454a4;

    }

    .faq-page .no-js .categories {
        width: 100%;
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 1024px) {
    .faq-page .categories {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        z-index: 2;
    }

    .faq-page .verticalLine {
        position: absolute;
        left: 220px;
        z-index: 5;
        height: 200px;
        border-left: medium solid #6354a3;
        border-radius: 25px;
    }

    .faq-page .categories .selected {
        color: #6454a4 !important;
        border-right: 3px solid #6454a4;
        /*  background: yellow !important;*/
        /*    border-bottom: 3px solid #6454a4;*/
        opacity: 1;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

    .faq-page .categories .selected::before {
        opacity: 1;
    }

    .faq-page .categories.is-fixed {
        /* top and left value assigned in jQuery */
        position: fixed;
    }

    .no-js .categories {
        position: relative;
    }
}

.faq-items {
    position: fixed;
    height: 100%;
    width: 90%;
    top: 0;
    right: 0;
    background: #ffffff;
    padding: 0 5% 1em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) translateX(100%);
    -moz-transform: translateZ(0) translateX(100%);
    -ms-transform: translateZ(0) translateX(100%);
    -o-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

.faq-items.slide-in {
    -webkit-transform: translateZ(0) translateX(0%);
    -moz-transform: translateZ(0) translateX(0%);
    -ms-transform: translateZ(0) translateX(0%);
    -o-transform: translateZ(0) translateX(0%);
    transform: translateZ(0) translateX(0%);
}

.no-js .faq-items {
    position: static;
    height: auto;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (min-width: 768px) {
    .faq-items {
        position: static;
        height: auto;
        width: 78%;
        float: right;
        overflow: visible;
        -webkit-transform: translateZ(0) translateX(0);
        -moz-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        -o-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        padding: 0;
        background: transparent;
    }
}

@media only screen and (min-width: 1024px) {
    .faq-items {
        float: none;
        width: 100%;
        padding-left: 220px;
    }

    .no-js .faq-items {
        padding-left: 0;
    }
}

.cd-close-panel {
    position: fixed;
    top: 5px;
    right: -100%;
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    transition: right 0.4s;
}

.cd-close-panel::before, .cd-close-panel::after {
    /* close icon in CSS */
    position: absolute;
    top: 16px;
    left: 12px;
    display: inline-block;
    height: 3px;
    width: 18px;
    background: #6c7d8e;
}

.cd-close-panel::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-close-panel::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-close-panel.move-left {
    right: 2%;
}

@media only screen and (min-width: 768px) {
    .cd-close-panel {
        display: none;
    }
}


.faq-group {
    /*   hide group not selected */
    display: none;
    margin-left: 100px;

}

.faq-group.selected {
    display: block;
}

.faq-group .faq-title {
    background: transparent;
    box-shadow: none;
    margin: 1em 0;
}

.no-touch .faq-group .faq-title:hover {
    box-shadow: none;
}

.faq-group .faq-title h2 {
    /* General: */
    font-family: "Futura";
    font-size: 39px;
    font-size: 2.45rem;
    color: #68689F;
    line-height: 42px;
}

.faq-group .faq-title a {
    background: red;
}

.faq-items a {
    /* FAQ Questions */
    font-family: Avenir-Black;
    font-size: 15px;
    color: #68689F;
}

.faq-page .iconh2div {
    overflow: hidden;
    margin-left: -63px;

}

.faq-page .icondiv, .faq-page .h2div {
    background: transparent;
    float: left;
}

.faq-page .icondiv {
    background: white;
    height: 70px;
    width: 70px;
}

.faq-page .h2div {
    margin-top: 15px;
    margin-left: 16px;
}


.no-js .faq-group {
    display: block;
}

@media only screen and (min-width: 768px) {
    .faq-group {
        /* all groups visible */
        display: block;
    }

    .faq-group > li {
        background: #ffffff;
        margin-bottom: 6px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
        -webkit-transition: box-shadow 0.2s;
        -moz-transition: box-shadow 0.2s;
        transition: box-shadow 0.2s;
    }

    .no-touch .faq-group > li:hover {
        box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
    }

    .faq-group .faq-title {
        margin: 2em 0 1em;
    }

    .faq-group:first-child .faq-title {
        margin-top: 0;
    }
}

.faq-page .trigger {
    position: relative;
    display: block;
    margin: 1.6em 0 .4em;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .faq-page .trigger {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 300;
        margin: 0;
        padding: 24px 72px 24px 24px;
    }

    .faq-page .trigger::before, .faq-page .trigger::after {
        /* arrow icon on the right */
        position: absolute;
        right: 24px;
        top: 50%;
        height: 2px;
        width: 13px;
        background: #cfdca0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    .faq-page .trigger::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 32px;
    }

    .faq-page .trigger::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .faq-page .content-visible .trigger::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .faq-page .content-visible .trigger::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.faq-content p {
    font-family: "Avenir";
    font-size: 0.875rem;
    line-height: 1.4;
    font-size: 15px;
    color: #909090;
}

@media only screen and (min-width: 768px) {
    .faq-content {
        display: none;
        padding: 30px 24px 30px 50px;
        background-color: #F9F9F9;
    }

    .faq-content p {
        line-height: 1.6;
    }

    .no-js .faq-content {
        display: block;
    }
}

.footer ul {
    list-style: none;
}

a {
    text-decoration: unset;
}

.footer a:hover {
    text-decoration: none;
}

.footer ul > li > a {
    color: #909bb1;
}

.footer ul {
    padding-left: unset;
}

.footer ul > li {
    margin-top: 8px;
    margin-bottom: 8px;
}

.shift-icon::before {
    content: '\2192'; /* Unicode for right arrow */
    margin-right: 5px;
    background-color: yellow; /* For debugging */

}

.footer {
    display: block;
    width: 100%;
    background: var(--primary-hover-color);
    margin-top: 3rem;
    padding: 3rem;
    padding-bottom: 1rem;
    overflow: visible;
}

.footer .inner {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 20px;
    width: 100%;
    margin: auto;
    text-align: left;
}

.main-logo {
    position: relative;
    display: flex;
    align-items: center;
}

.main-logo .logo {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.main-logo .logo > img {
    display: block;
    width: 100%;
    min-width: 40px;
    border-radius: 50%;
}

.logo-info {
    text-align: left;
    line-height: 20px;
}

.text {
    font-size: 17px;
    line-height: 17px;
    color: #dadada;
    letter-spacing: .18em;
    font-weight: 600;
}

.copyright {
    color: #dadada;
    font-size: 12px;
    line-height: 12px;
}

.footer .column {
    width: 100%;
    font-size: large;
    text-align: left;
}

.footer .column .column-title {
    font-weight: 700;
    font-size: x-large;
    margin-bottom: 0.5em;
    color: #dadada;
}

.footer .column .column-title:not(:first-child) {
    margin-top: 1em;
}

.section-title {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}

.section-sub-heading {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.section-sub-heading span {
    opacity: 0.6;
}

.section-sub-heading strong {
    font-weight: 600;
}

@media only screen and (max-width: 990px) and (min-width: 200px) {

    .footer .inner {
        display: grid;
    }

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

    .section-sub-heading {
        font-size: 18px;
    }

    .column.is-logo {
        order: 1;
    }
}

.custom-section {
    padding: 10px 0;
    background-color: #f8f9fa;
}

.custom-section .item {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    border: 1px dotted #000000;
    border-radius: 8px;
    margin: 8px;
}

.custom-section .icon {
    font-size: 3rem;
    color: #4d4d4d;
}

.custom-section .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-section .headline {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.custom-section .text {
    font-size: 1rem;
    color: #6c757d;
}

@media (max-width: 767.98px) {
    .custom-section .icon {
        font-size: 2rem;
    }
}


/* Hero Container Styles */
.hero-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60vh;
    overflow: hidden;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the area */
    z-index: 1; /* Ensure the image is behind the overlay and content */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.01); /* Blackish overlay with opacity */
    z-index: 1; /* Ensure the overlay is above the image */
}

.hero-content {
    position: absolute; /* Allows the text to be centered over the image */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the text */
    z-index: 3; /* Ensure the text is on top of the overlay */
    color: #fff; /* Text color */
    padding: 20px; /* Padding around the text */
    border-radius: 10px; /* Optional: rounded corners for the background */
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content {
        padding: 10px; /* Adjust padding for smaller screens */
    }

}

.service-heading {
    color: white;
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    font-size: xxx-large;
}

.service-card-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    position: relative;
    top: -125px;
}

.service-card {
    position: relative;
    width: 100%;
    height: 500px; /* Adjust as needed */
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-card:hover {
    transform: translateY(-5px); /* Slight upward movement */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.service-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 0.3s ease;
}

.service-card:hover .service-card-image {
    transform: scale(1.1); /* Zoom in image */
}

.service-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6); /* Dark overlay */
    color: #fff;
    text-align: center;
    padding: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.service-card:hover .service-card-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    color: #f8f9fa;
}

.service-card:hover .gradient-text {
    transform: scale(1.5); /* Slightly enlarge the heading text */
}

/* Button hidden by default */
.get-started-btn {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 1rem;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    transition: opacity 0.3s ease, visibility 0s 0.3s, transform 0.3s ease;
    transform: translateY(10px); /* Position the button off-screen */
}

/* Show the button on hover */
.service-card:hover .get-started-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); /* Move the button into view */
    transition: opacity 0.3s ease, visibility 0s 0s, transform 0.3s ease;
}


.hover-expand-effect {
    transition: transform 0.3s ease, background 0.3s ease;
}

.hover-expand-effect:hover {
    transform: scale(1.1);
}

.btn-enroll {
    font-family: 'Jost', sans-serif;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    background: var(--primary-color);
    color: whitesmoke;
    text-decoration: none;
    margin-left: 8px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-call {
    font-family: 'Jost', sans-serif;
    border-radius: 30px;
    padding: 12px;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    background: var(--primary-color);
    color: whitesmoke;
    text-decoration: none;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .btn-enroll {
        width: 100%;
        margin-top: 8px;
    }
}

.nav-item {
    margin-right: 8px;
    color: white;
}

.nav-link:hover {
    font-weight: bold;
    color: white;
    background-color: var(--primary-background-rgb);
    border-radius: 4px;
}

/* General styling for active nav-items */
.nav-item.active .nav-link {
    font-weight: bold;
    color: white;
    background-color: var(--primary-background-rgb);
    border-radius: 4px;
}

.page-heading {
    color: var(--primary-color);
    border-radius: 4px;
    font-family: Jost, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

.text-para {
    font-family: 'Source Serif Pro', serif;
    letter-spacing: 0.05rem;
    font-weight: 500;
    font-size: large;
}


/*** Case Study ***/

.case-item {
    border-radius: 10px;
}

.case-item img {
    transition: .5s;
}

@media (max-width: 768px) {
    .case-item img {
        height: 100%;
        width: 100%;
        transition: .5s;
    }

    .nav-item {
    width: 100%;
    color: white;
        margin-top: 8px;
}
}


.case-item:hover img {
    transform: scale(1.2);
}

.case-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(20, 24, 62, 0), var(--dark));
    z-index: 1;
}

.case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: rgba(20, 24, 62, .7);
    border-radius: 25px;
    margin-bottom: 15px;
}

.case-overlay span.btn:hover {
    color: var(--primary);
    background: #FFFFFF;
    border-color: #FFFFFF;
}


.image-card {
    border-radius: 1rem;
}

.mas-container {
    column-count: 2;
    column-gap: 2px;
    column-fill: balance;
    padding-top: 2rem;

    .item {
        display: inline-block;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        width: 90%;
        margin: 10px;
    }
}

.case-container {
    column-count: 3;
    column-gap: 2px;
    column-fill: balance;
    padding: unset;

    .item {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        margin-left: 16px;
        margin-bottom: 16px;
    }
}

@media (max-width: 1200px) {
    .case-container {
        column-count: 2;
        column-gap: 2px;
        column-fill: balance;
        padding: unset;

        .item {
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid;
            margin-left: 16px;
            margin-bottom: 16px;
        }
    }
}

@media (max-width: 992px) {
    .case-container {
        column-count: 2;
        column-gap: 2px;
        column-fill: balance;
        padding: unset;

        .item {
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid;
            margin-left: 16px;
            margin-bottom: 16px;
        }
    }
}

@media (max-width: 768px) {
    .case-container {
        column-count: 1;
        column-gap: 2px;
        column-fill: balance;
        padding: unset;

        .item {
            display: inline-block;
            -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
            break-inside: avoid;
            margin: 8px;
        }
    }
}

.star-list-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    display: flex;
    max-height: 350px;
    border-bottom: 1px solid var(--primary-color);
}

@media (max-width: 768px) {
    .star-list-item {
        max-height: 100%;
    }
}

.star-list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.star-list-item img {
    width: 100%;
}

.text-container {
    padding: 20px;
}

.text-container h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.text-container p {
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.6;
}

.modal {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 40%;
    padding: 1.3rem;
    position: fixed;
    z-index: 2;
    top: 5%;
    bottom: 5%;
    left: 30%;
    height: min-content;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .modal {
        width: 90%;
        top: 5%;
        left: 5%;
    }

    .navbar-brand {
        display: flex;
        align-items: start;
        justify-content: start;
        padding-left: unset;
        margin-left: unset;
        padding-bottom: 8px;
    }
}

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

.modal input {
}

.modal p {
    font-size: 0.9rem;
    color: #777;
    margin: 0.4rem 0 0.2rem;
}

.btn-close {
    background: #eee;
    border-radius: 50%;
    padding: 8px 12px 15px;
}

.model-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.hidden {
    display: none;
}

.radio-group label {
    margin-right: 15px;
    font-size: 16px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.91);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.5s ease; /* Transition for fading out */
}

/* Logo Styles */
.logo {
    width: 150px;
    height: auto;
    animation: fadeInOut 3s;
    border-radius: 10%;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.brand-logo {
    border-radius: 50%;
}


.gradient-text {
    background: linear-gradient(90deg, #419afc, #973ee3, #ff4ea8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}