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

@font-face {
    font-family: Figtree;
    src: url('../fonts/Figtree/Figtree-VariableFont_wght.ttf');
}

@font-face {
    font-family: minion-pro;
    src: url('../fonts/minion-pro/MinionPro-Regular.otf');
}

:root {
    --text-color: #0B0D28;
    --font-size: 16px;
    --heading-size: 32px;
    --primary-color: #335cff;
    --text-highlight-color: #6B43EF;
    --border-color: #E4E9F1;
    --text-second-color: #6A7995;
    --font-family-first: minion-pro, Sans-serif;
    --font-family-second: Figtree, Sans-serif;
    --global-transition: all 0.475s;
}

body {
    background: #fff;
    font-size: var(--font-size);
    color: var(--text-color);
    scroll-behavior: smooth;
    font-family: var(--font-family-second);
    transition: 0.3s all;
}

a,
li,
i {
    text-decoration: none;
    list-style: none;
    color: var(--text-color);
}

img {
    width: 100%;
    height: 100%;
}

/* <------------ Header ----------------> */
header {
    border-bottom: 1px solid var(--border-color);
}

.header-logo-839w {
    width: 196px;
    height: 54px;
}

ul.navlinks-98a li {
    height: 100%;
    display: flex;
    align-items: center;
}

ul.navlinks-98a li>a {
    transition: all 0.475s;
    position: relative;
    padding: 0;
    font-weight: 500;
    color: var(--text-color);
}

ul.navlinks-98a li>a::before {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    top: 50%;
    height: calc(100% + 5px);
    background-color: initial;
    border-radius: 25px;
    opacity: .07;
    transform: translateY(-50%);
    transition: var(--global-transition);
}

ul.navlinks-98a li>a:hover {
    color: var(--text-highlight-color);
}

ul.navlinks-98a li>a:hover::before {
    background-color: var(--text-highlight-color);
}

.submenu0-89aw2 {
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    padding: 30px;
    border: 1px solid var(--border-color);
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.submenu0-89aw2 li {
    padding: 10px 0;
}

.menu-item-98wa i {
    font-size: 11px;
    margin-left: 8px;
    padding-bottom: 1px;
    vertical-align: middle;
}

.menu-item-98wa:hover .submenu0-89aw2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 9;
}

.burger {
    position: relative;
    width: 30px;
    height: 20px;
    background: transparent;
    cursor: pointer;
    display: block;
}

.burger input {
    display: none;
}

.burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: black;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.burger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
}

.burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}

.burger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
}

.burger input:checked~span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
}

.burger input:checked~span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
}

.burger input:checked~span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 21px;
    left: 5px;
}

.btn-warper-37w8 {
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background: #7d2ae8;
    background-size: 400%;
    color: #fff;
    border: none;
    cursor: pointer;
}

.btn-warper-37w8:hover::before {
    transform: scaleX(1);
}

.button-content a {
    position: relative;
    z-index: 1;
    transition: all 0.475s;
}

.btn-warper-37w8::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background: linear-gradient(82.3deg,
            rgba(150, 93, 233, 1) 10.8%,
            rgba(99, 88, 238, 1) 94.3%);
    transition: all 0.475s;
}

.btn-warper-37w8:hover .button-content a {
    color: #fff;
}


/* <------------ // Header ----------------> */


/* <----------- footer -------------> */
.mt-12 {
    margin: 12px 0;
}

.footer-left-img-87w3 {
    width: 125.73px;
    height: 35px;
}

.footer-left-text-98d {
    width: 315px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.4px;
    font-family: var(--font-family-second);
    color: var(--text-second-color);
}

.ions-98w a i {
    margin-right: 5px;
    font-size: 24px;
    color: var(--text-color);

    &:hover {
        color: var(--text-highlight-color);
    }
}

.footer-center-text-ja8a h5,
.footer-right-text-lka98a h5 {
    font-family: var(--font-family-second);
    margin-bottom: 12px;
    font-weight: 600;
}

.footer-center-text-ja8a ul li,
.footer-right-text-lka98a ul li {
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 5px;
    font-family: var(--font-family-second);
}

.footer-center-text-ja8a ul li a:hover,
.footer-right-text-lka98a ul li a:hover {
    color: var(--text-highlight-color);
}

.footer-right-text-lka98a ul li a i {
    font-size: 16px;
    margin-right: 7px;
}

.footer-end_873 {
    border-top: 1px solid var(--border-color);

    & p {
        margin: 15px 0;
        color: var(--text-second-color);
        letter-spacing: 0.04px;
        font-size: 15px;
        font-family: var(--font-family-second);
    }
}

/* <----------- footer - end -------------> */


/* approach css start  */



/* approach css end   */

/* <------------- blog ------------------> */

.post-iua832-s9 span:hover {
    transition: var(--global-transition);
    color: var(--text-highlight-color);
    cursor: pointer;
}

.blog-card-89cxa {
    border: 1px solid var(--border-color);
    background: #ffffff;
    margin-bottom: 20px;
    margin-right: 16px;
}

.blog-img-section-f89w a img {
    width: 100%;
}

.Cards98isa {
    column-count: 2;
    margin-bottom: 50px;
}

.blog-card-89cxa {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: auto;
}

.blog-contant-section-iu8kdcx {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-admin-info {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-family: var(--font-family-first);
}

.blog-admin-info .admin-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 8px;
}

.blog-admin-info .dZs5e3.htMcyB .admin-name,
.blog-admin-info .dZs5e3.htMcyB .blog-date {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    max-width: 100%;
    padding-inline-start: 10px;
    color: #364037;
}

.reading-time {
    font-size: 12px;
    color: #364037;
}

.blog-title-983jksq {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 12px;
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog-description-873lkxc9 {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hover Effect */
.blog-card-89cxa:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

/* <-------------// blog ------------------> */

.form-group {
    margin-bottom: 1rem;
}

form.user .form-control-user {
    font-size: .8rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

form.user .custom-checkbox.small label {
    margin-left: 5px;
    margin-top: -2px;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

form.user .btn-user {
    font-size: .8rem;
    border-radius: 10rem;
    padding: .75rem 1rem;
}

.btn {
    width: 100%;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group.row {
    --bs-gutter-x: 1.5rem;
}

a.small:hover {
    color: var(--text-highlight-color);
}

.edit_blog_img_8cuqaw3 {
    width: 200px;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    margin: 10px;
}

textarea.blog_texare_89ws {
    height: 200px;
}

.filter-option.active {
    color: var(--text-highlight-color);
}

.lazyload {
    opacity: 0;
    transition: opacity 0.3s;
}

.lazyload[src] {
    opacity: 1;
}

.icon-container-78uwesz {
    width: 32px;
    height: 32px;
    position: relative;
}

.status-circle-873jksd87 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: grey;
    border: 2px solid white;
    bottom: 0;
    right: 0;
    position: absolute;
}

.status-circle-873jksd87.active {
    background: #4CAF50;
}

.blog-admin-info .dZs5e3.htMcyB .admin-name.klcuix,
.blog-admin-info .dZs5e3.htMcyB .blog-date.klcuix,
.blog-admin-info .dZs5e3.htMcyB .reading-time.klcuix {
    font-size: 14px;
    font-family: var(--font-family-second);
    padding-inline: 0;
}

.dZs5e3.htMcyB.cvlka9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shareblog87xuxc {
    cursor: pointer;
}

.blog_tile98xca {
    font-family: var(--font-family-first);
}

.blog_page_img_8c87s {
    height: auto;
}

.blog_page_img_8c87s img {
    width: 100%;
    height: 100%;
}

.badge {
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    border: none;
    margin-top: 10px;
}

.bg-soft-success {
    background-color: #e1fbed !important;
}

.bg-soft-danger {
    background-color: #fdeded !important;
}

.allposts98ca a:hover {
    color: var(--text-highlight-color);
}

/* <---------------------- slider ----------------------> */
.swiper-pagination {
    opacity: 0;
}

.swiper-button-next.slider_btn_8wkjx8_next,
.swiper-button-prev.slider_btn_8wkjx8_prev {
    width: 48px;
    height: 48px;
    z-index: 2;
    text-align: center;
    background-color: #fff;
    background-image: none;
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 0 3px 9px 0 rgba(51, 51, 51, 0.2);
}

.swiper-button-prev.slider_btn_8wkjx8_prev {
    left: -24px;
}

.swiper-button-next.slider_btn_8wkjx8_next {
    right: -24px;
}

.swiper-button-next.slider_btn_8wkjx8_next:before,
.swiper-button-prev.slider_btn_8wkjx8_prev:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #303030;
    top: 23px;
    left: 14px;
    transition: left 0.5s ease;
}

.swiper-button-next.slider_btn_8wkjx8_next:after,
.swiper-button-prev.slider_btn_8wkjx8_prev:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 20px;
    left: 21px;
    border-right: #303030 solid 2px;
    border-top: #303030 solid 2px;
    transform: rotate(45deg);
    transition: left 0.5s ease;
}

.swiper-button-prev.slider_btn_8wkjx8_prev {
    transform: rotate(-180deg);
}

.swiper-button-next.slider_btn_8wkjx8_next:hover,
.swiper-button-prev.slider_btn_8wkjx8_prev:hover {
    background-color: var(--text-highlight-color);
    border-color: var(--text-highlight-color);
}

.swiper-button-prev.slider_btn_8wkjx8_prev:hover:before,
.swiper-button-next.slider_btn_8wkjx8_next:hover:before {
    left: 18px;
}

.swiper-button-prev.slider_btn_8wkjx8_prev:hover:after,
.swiper-button-next.slider_btn_8wkjx8_next:hover:after {
    left: 25px;
}

.swiper-button-next.slider_btn_8wkjx8_next:hover:before,
.swiper-button-prev.slider_btn_8wkjx8_prev:hover:before {
    background-color: #fff;
}

.swiper-button-next.slider_btn_8wkjx8_next:hover:after,
.swiper-button-prev.slider_btn_8wkjx8_prev:hover:after {
    border-color: #fff;
}

.swiper-button-next.slider_btn_8wkjx8_next.swiper-button-disabled,
.swiper-button-prev.slider_btn_8wkjx8_prev.swiper-button-disabled {
    opacity: 0;
}

/* <---------------------- //slider ----------------------> */

.contact_bg_color-87ux {
    background: #0B0D28;
}

.contact_page_top-893 h1 {
    font-size: 58px;
    font-weight: 600;
    color: #ffffff;
}

.contact_page_top-893 h1 span {
    color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF00 67%, var(--text-highlight-color) 0%);
    border-radius: 0px 0px 0px 0px;
}

.contact_page_top-893 div p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.75;
    color: #fff;
}

.contact_page_top-893 ol li,
.contact_page_top-893 ol li a {
    color: rgba(255, 255, 255, 0.74);
    transition: var(--global-transition);
}

.contact_page_top-893 ol li a:hover {
    color: var(--text-highlight-color);
}

.hero-section-76skj5 ol li i,
.contact_page_top-893 ol li i {
    font-size: 9px;
    line-height: 2;
}

.container-fluid.contact_bg_color-87ux {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 580px;
    padding-bottom: 350px;
}

.container.contact_page_top-893 {
    position: relative;
    width: 100%;
}

.contact-form-continer_89xa {
    display: flex;
    background: #F6F6F9;
}

.global_defaut_btn {
    color: var(--text-highlight-color);
    font-weight: 500;
    border: 1px solid var(--border-color);
    border-radius: 25px;
    padding: 3px 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
    margin-bottom: calc(.3em + 10px);
    line-height: 1.44;
    font-size: 16px;
    font-family: var(--font-family-second);
}

.contact-form-left-87xa {
    padding: 80px;
}

.contact-form-left-87xa h3 {
    font-weight: 600;
}

.contact-form-left-87xa .left-form-desc-89xa {
    line-height: 28px;
    text-align: left;
    margin-bottom: 32px;

    & p {
        font-size: 17px;
        margin: 0px 0px 5px 0px;
        font-weight: 400;
        color: var(--text-second-color);
    }
}

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

.input-field.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.input-field label {
    position: absolute;
    color: #8d8d8d;
    pointer-events: none;
    background-color: transparent;
    left: 15px;
    transform: translateY(0.6rem);
    transition: all 0.3s ease;
}

.input-field input {
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 8px;
    border: solid 1px #8d8d8d;
    letter-spacing: 1px;
    width: 100%;
}

.input-field input:focus,
.input-field input:valid {
    outline: none;
    border: solid 1px var(--text-highlight-color);
}

.input-field input:focus~label,
.input-field input:valid~label {
    transform: translateY(-51%) translateX(-10px) scale(0.8);
    background-color: #fff;
    padding: 0px 5px;
    color: var(--text-highlight-color);
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    border-radius: 100px;
}

.form .passicon {
    cursor: pointer;
    font-size: 1.3rem;
    position: absolute;
    top: 6px;
    right: 8px;
}

.form .close {
    display: none;
}

/* <------------------- btns ----------------> */
a.learn-more-98xsl {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

a.learn-more-98xsl {
    width: 12rem;
    height: auto;
}

a.learn-more-98xsl .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: var(--text-highlight-color);
    border-radius: 1.625rem;
}

a.learn-more-98xsl .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

a.learn-more-98xsl .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

a.learn-more-98xsl .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

a.learn-more-98xsl .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

a.learn-more-98xsl:hover .circle {
    width: 100%;
}

a.learn-more-98xsl:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

a.learn-more-98xsl:hover .button-text {
    color: #fff;
}

.contact-btn-87xkwzsx button {
    width: 100%;
    height: 40px;
    background-color: #7d2ae8;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.contact-btn-87xkwzsx button:after {
    left: 0;
    bottom: 0;
}

.contact-btn-87xkwzsx button p:before,
.contact-btn-87xkwzsx button p:after {
    position: absolute;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.35, 0.1, 0.25, 1);
    z-index: 1;
    left: 0;
}

.contact-btn-87xkwzsx button p:before {
    content: attr(data-title);
    top: 50%;
    transform: translateY(-50%);
    background: #7d2ae8;
}

.contact-btn-87xkwzsx button p:after {
    content: attr(data-text);
    top: 150%;
    color: #fff;
    background: #7d2ae8;
}

.contact-btn-87xkwzsx button:hover:before,
.contact-btn-87xkwzsx button:hover:after {
    width: 100%;
}

.contact-btn-87xkwzsx button:hover p:before {
    top: -50%;
}

.contact-btn-87xkwzsx button:hover p:after {
    top: 50%;
    transform: translateY(-50%);
}

.contact-btn-87xkwzsx button.start {
    background-color: #7d2ae8;
    box-shadow: 0px 5px 10px -10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.contact-btn-87xkwzsx button.start p:before {
    top: -50%;
}

.contact-btn-87xkwzsx button.start p:after {
    color: white;
    transition: all 0s ease;
    content: attr(data-start);
    top: 50%;
    transform: translateY(-50%);
    animation: start 0.3s ease;
    animation-fill-mode: forwards;
}

@keyframes start {
    from {
        top: -50%;
    }
}

.contact-btn-87xkwzsx button.start:hover:before,
.contact-btn-87xkwzsx button.start:hover:after {
    display: none;
}

.contact-btn-87xkwzsx button:active {
    outline: none;
    border: none;
}

.contact-btn-87xkwzsx button:focus {
    outline: 0;
}

/* <------------------- btns ----------------> */

.form-select.form-opt-8uxiq {
    border: solid 1px #8d8d8d;
    padding: 7px 15px;
    outline-color: var(--text-highlight-color);
    color: #8d8d8d;
}

.form-select.form-opt-8uxiq.kjxs8 {
    padding-right: 67px;
}

.input-field.form-group textarea {
    outline-color: var(--text-highlight-color);
    outline-width: 1px;
}

.contact_container-u97xja {
    position: absolute;
    top: 80%;
}

.location-x89akj {
    background: #F6F6F9;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.xclk89a {
    color: var(--text-highlight-color);
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF00 67%, #EDE9FB 0%);
    border-radius: 0px 0px 0px 0px;
}

.slider-image.resent-blgo-img-83j {
    height: 345px;
}

.resent-blog-title-8xjks8 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resent-blog-sub-8iux {
    margin-bottom: 0.5rem;
}

.contact-btn-87xkwzsx.xoisz {
    width: 167px;

    & btn {
        border-radius: 25px;
    }
}

.hero-section-76skj5 {
    min-height: 60vh;
    background: linear-gradient(to bottom, rgb(0 0 0 / 23%), rgb(0 0 0 / 35%)), url('../images/site_images/home-img.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-section-76skj5 ol li i,
.hero-section-76skj5 ol li {
    color: var(--text-highlight-color);
}

.hero-content {
    /* text-align: center;
    max-width: 800px; */
    margin: 0 auto;
    padding: 2rem;
}

.main_heading_89xk {
    color: #7d2ae8;
    font-size: 3.3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-family: var(--font-family-first);
}

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

.accordion-item {
    border-color: var(--border-color);
    margin-bottom: 1rem;
    border-radius: 4px;
    border: none;
}

#chooseUsAccordion .accordion-header .accordion-button {
    color: var(--text-highlight-color);
    padding: 1.5rem;
    font-weight: 600;
}

.accordion-body.list-unstyled-x89ks ul {
    padding-left: 2rem;

    & li {
        list-style-type: disc;
        padding-bottom: 1rem;
    }
}

.ourvaluesbgc98xj {
    background-color: #F6F6F9;
}

.description-89xjks {
    color: var(--text-color);
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.lead-458d {
    color: var(--text-second-color);
    font-size: 1.5rem;
}

.hero-title2-83ks8 {
    color: var(--text-highlight-color);
    font-family: var(--font-family-first);
    font-size: 2rem;
}

.work-with-us-btn-9xcks {
    display: inline-block;
    padding: 0.9rem 1.8rem;
    font-weight: 500;
    color: var(--text-color);
    border: 3px solid var(--text-highlight-color);
    cursor: pointer;
    position: relative;
    background-color: transparent;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
    transition: var(--global-transition);


    &::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: var(--text-highlight-color);
        transform: translateX(-100%);
        transition: all .3s;
        z-index: -1;
    }

    &:hover::before {
        transform: translateX(0);
    }

    &:hover {
        color: #fff;
    }
}

/* card */

.flip-card-8xjs {
    background-color: transparent;
    /* width: 190px; */
    height: 254px;
    perspective: 1000px;
    letter-spacing: 0.5px;
    font-family: var(--font-family-first);
}

.title-880xka {
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    margin: 0;
}

.flip-card-8xjs-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card-8xjs:hover .flip-card-8xjs-inner {
    transform: rotateY(180deg);
}

.flip-card-8xjs-front,
.flip-card-8xjs-back {
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #6B43EF;
    border-radius: 1rem;
    padding: 5px;
}

.flip-card-8xjs-front {
    background: linear-gradient(120deg, #6B43EF 60%, #9B63F7 88%, #6B43EF 40%, rgba(107, 67, 239, 0.7) 48%);
    color: white;
}

.flip-card-8xjs-back {
    background: linear-gradient(120deg, #9B63F7 30%, #6B43EF 88%, #A87BFF 40%, #8061F5 78%);
    color: white;
    transform: rotateY(180deg);
}




/* end to end start  css */
/* end to end start  css */


.hero-section {
    position: relative;

    min-height: 400px;
    background-image: url('https://cdn.corporatefinanceinstitute.com/assets/end-to-end1.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.hero-content {
    position: relative;
    z-index: 1;
    color: white;
}

.hero-title {
    color: white;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.breadcrumb {
    margin: 0;
    padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.breadcrumb-item a {
    color: white;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: white;
}

/* section start  */
.consultancy-section {
    padding: 5rem 0;
    background-color: #fff;
}

.analytics-image {
    max-width: 100%;
    height: auto;
}

.section-title {
    color: #002B5B;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.section-title-4 {
    color: #002B5B;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.section-description {
    color: #666;
    margin-bottom: 2rem;
}

.service-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.service-icon {
    width: 50px;
    height: 50px;
    background-color: #7d2ae8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
}

.service-icon i {
    color: white;
    font-size: 1.5rem;
}

.service-content h3 {
    color: #002B5B;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.service-content p {
    color: #666;
    margin-bottom: 0;
}

.read-more-btn {
    background-color: #7d2ae8;
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.read-more-btn:hover {
    background-color: #009677;
    color: white;
}

/* section start  */
.solutions-section {
    padding: 5rem 0;
    background-color: #fff;
}

.section-title {
    color: #002B5B;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.service-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.service-icon {
    width: 50px;
    height: 50px;
    background-color: #7d2ae8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon i {
    color: white;
    font-size: 1.5rem;
}

.service-link {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 185, 142, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-link i {
    color: #7d2ae8;
    font-size: 1.25rem;
}

.service-title {
    color: #002B5B;
    font-size: 3.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.service-description {
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}


/* end to end end   css */
/* end to end end   css */


/* Qualitative Research start  */
.lab-section {
    padding: 4rem 0;
}

.about-research {

    color: #7d2ae8;
    position: relative;
    margin: 1.5rem 0;
}

.about-research::before,
.about-research::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #7d2ae8;
    margin: 0 10px;
    vertical-align: middle;
}

.video-container {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.video-container img {
    width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-button::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #ffffff;
    margin-left: 5px;
}

.play-button:hover {
    background-color: rgba(255, 0, 0, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.lab-content {
    margin-top: 2rem;
}

.main-text {
    color: #333;
    margin-bottom: 1.5rem;
}

.secondary-text {
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .lab-section {
        padding: 2rem 0;
    }
}

/* end  */




/* 2 section :start  */
.service-title {
    text-align: center;
    margin: 2rem 0;
}

.work-area {
    text-align: center;
    color: #7d2ae8;
    position: relative;
    margin-bottom: 3rem;
}

.work-area::before,
.work-area::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #7d2ae8;
    margin: 0 10px;
    vertical-align: middle;
}

.nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 2rem;
}

.nav-tabs .nav-link {
    border: none;
    color: #666;
    padding: 1rem 2rem;
    margin: 0 1rem;
}

.nav-tabs .nav-link.active {
    color: #7d2ae8;
    border-bottom: 2px solid #7d2ae8;
    background: none;
}

.tab-content {
    padding: 2rem 0;
}

.service-content {
    display: flex;
    gap: 2rem;
    align-items: start;
}

.service-image {
    flex: 1;
    max-width: 50%;
}

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

.service-text {
    flex: 1;
    margin-top: 150px;
}

.read-more-btn {
    background-color: #ff0000;
    border: none;
    padding: 0.75rem 2rem;
    color: white;
    margin-top: 1rem;
}

.read-more-btn:hover {
    background-color: #cc0000;
}

@media (max-width: 768px) {
    .service-content {
        flex-direction: column;
    }

    .service-image {
        max-width: 100%;
    }
}



.methodology-card {
    transition: transform 0.4s ease-in-out, opacity 0.4s;
    opacity: 0;
    transform: translateY(30px);
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.card img {
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.card:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}




.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 5px;
    height: 100%;
    background-color: #007bff;
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease-in-out;
}

.timeline-item.show {
    opacity: 1;
    transform: translateY(0);
}

.timeline-content {
    width: 45%;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.timeline-content h5 {
    color: #007bff;
}

.timeline-icon {
    width: 60px;
    height: 60px;
    background: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
}

.left {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        flex-direction: column;
        text-align: center;
    }

    .timeline-content {
        width: 90%;
        margin-top: 20px;
    }

    .timeline-icon {
        margin-left: 10px;
    }
}





/* Section Title */
.section-title {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
}

.title-underline {
    height: 4px;
    width: 70px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    margin: 0 auto 30px;
    border-radius: 2px;
}

/* Feature Cards */
.feature-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.feature-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
 background: linear-gradient(135deg, #7d2ae826 0%, #7d2ae82e 100%);
    transition: all 0.5s ease;
    z-index: -1;
}

.feature-card:hover:before {
    height: 100%;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
      background: linear-gradient(135deg, #c134db, #3a2ecc);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.feature-card:hover .icon-wrapper {
    transform: rotateY(180deg);
}

.icon-wrapper i {
    font-size: 32px;
    color: white;
}

.feature-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.feature-card p {
    color: #7f8c8d;
    font-size: 15px;
    line-height: 1.6;
}

/* Animation Classes */
[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos].aos-animate {
    opacity: 1;
}

[data-aos="fade-up"] {
    transform: translateY(50px);
}

[data-aos="fade-up"].aos-animate {
    transform: translateY(0);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .feature-card {
        padding: 25px 15px;
    }

    .icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .icon-wrapper i {
        font-size: 24px;
    }

    .feature-card h3 {
        font-size: 18px;
    }
}

/* Add a nice background to the section */
.why-choose-us {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.why-choose-us::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(52, 152, 219, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
}

.why-choose-us::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(46, 204, 113, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
}



.banner-section {
    position: relative;
    background: url('https://img.freepik.com/premium-vector/concept-impossible-success-becomes-possible_675567-222.jpg?w=1380') center/cover no-repeat;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 20px;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.banner-content {
    position: relative;
    max-width: 700px;
    padding: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-in-out;
}

.banner-content.show {
    opacity: 1;
    transform: translateY(0);
}

.banner-title {
    font-size: 36px;
    font-weight: bold;
}

.banner-text {
    font-size: 18px;
    margin-top: 10px;
}

.action-btn {
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
    text-decoration: none;
}

.action-btn:hover {
    background: #0056b3;
}

/* All in one Solution */

.header-gradient {
    background: linear-gradient(135deg, #e9f0ff 0%, #e6eeff 100%);
}

.footer-gradient {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9f0ff 100%);
}

/* Card styling */
.card {
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.card-top-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}

.hover-shadow:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

/* Icon backgrounds */
.icon-bg {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-bg i {
    font-size: 1.5rem;
}

/* Custom colors for icons */
.text-indigo {
    color: var(--bs-indigo);
}

.text-purple {
    color: var(--bs-purple);
}

.text-teal {
    color: var(--bs-teal);
}

.text-orange {
    color: var(--bs-orange);
}

.bg-indigo {
    background-color: var(--bs-indigo);
}

.bg-purple {
    background-color: var(--bs-purple);
}

.bg-teal {
    background-color: var(--bs-teal);
}

.bg-orange {
    background-color: var(--bs-orange);
}