/* Heading 1 Bold */
body {
    color: #37184E;
}

.nunito {
    font-family: 'Nunito', sans-serif !important;
}

.video-button {
    position: absolute;
    top: 100%;
    cursor: pointer;
    z-index: 99;
    font-size: 2rem;
    color: #6a11cb;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease;
    &.mp-next {
        right: calc(50% - 40px);
        transform: rotate(180deg)
    }

    &.mp-prev {
        left: calc(50% - 40px);
    }
    &:hover {
        background-color: #6a11cb;
        color: #fff;
    }
}

@media screen and (max-width: 1520px) {
    .hero-padding {
        padding-left: 5rem !important;
    }
}

a {
    color: inherit !important;

    &:hover {
        color: inherit !important;
        text-decoration: underline;
    }
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 56px;
    line-height: 74px;
    letter-spacing: 0%;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 0px;
}

/* Heading 2 Semi Bold */
.Heading2SemiBold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 74px;
    letter-spacing: 0%;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 0px;
}

h3 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    /* SemiBold */
    font-size: 40px;
    line-height: 74px;
    letter-spacing: 0%;
    text-decoration: none;
    text-transform: none;
    /* Original case */
    margin-bottom: 0px;
    /* Paragraph spacing */
}

/* Heading 4 Medium */
h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    /* Medium */
    font-size: 32px;
    line-height: 74px;
    letter-spacing: 0%;
    text-decoration: none;
    text-transform: none;
    /* Original case */
    margin-bottom: 0px;
    /* Paragraph spacing */
}

.heading3 h4 a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    /* Medium */
    /* font-size: 32px;
        line-height: 74px; */
    letter-spacing: 0%;
    text-decoration: none;
    text-transform: none;
    /* Original case */
    margin-bottom: 0px;
    /* Paragraph spacing */
}

.heading3 h4 a:hover {
    color: #7030A0 !important;
}

/* Paragraph 1 Regular */
.paragraph-1-regular {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #000 !important;
    /* Regular */
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-decoration: none;
    margin: 0px;
    /* Paragraph Spacing */
    text-transform: none;
    /* Case: Original */
}

/* Paragraph 1 Medium */
.paragraph-1-medium {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    /* Medium */
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-decoration: none;
    margin: 0px;
    /* Paragraph Spacing */
    text-transform: none;
    /* Case: Original */
}

.hero3-learn-btn {
    color: #7030A0 !important;
}

.hero3-learn-btn::after {
    background-color: #7030A0 !important;
    transition: all 0.4s;
    padding-top: 2px !important;
}

.hero3-learn-btn:hover::after {
    width: 100%;
}

.stats-area {
    background-color: #fce9ee !important;
    border-radius: 0 0 1rem 1rem;
}

.stats-area .counter {
    color: #7030A0 !important;
    font: 48px;
    font-weight: 600;
}

.stats-area .text {
    color: #37184E;
    font-size: 24px;
    font-weight: 500;
}

.mp-front-service-section {
    background-image: url('../images/service-bg-vector.png');
    background-color: #37184E;
    background-size: cover;
    background-position: center;
}

.mp-pillar-section {
    background-image: url('../images/piller-bg-vactor.png');
    background-color: #37184E;
    background-position: right;
    background-repeat: no-repeat;

    .mp-pillers {
        p {
            font-size: 2rem;
            color: #37184E;
            font-weight: 600;
        }

        .mp-innitial {
            font-size: 2.5rem;
            color: #E43F71;
        }
    }

    .mp-piller {
        position: relative;
        z-index: 1;
        transition: all 0.4s ease;
        aspect-ratio: 1/1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 1rem;

        .mp-piller-detail {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            opacity: 0;
            transition: all 0.4s ease;
            background-color: #37184E96;
            border: 2px solid #B889DC;
            z-index: 3;
            border-radius: 1rem;

            p {
                font-size: 24px;
                line-height: 2;
                color: #fff;
                font-weight: 400;
                padding: 1rem;
            }
        }

        &:hover {
            transform: scaleY(1.1);
            transform-origin: top;

            .mp-piller-detail {
                opacity: 1;
            }
        }
    }
}

.mp-cta {
    color: #fff;
    font-size: 1.2rem;
    margin-top: -90px;

    .shape {
        position: relative;
        background: linear-gradient(90deg, #E64C7A 5.93%, #B31947 94.15%);
        border-radius: 2.063rem 2.063rem 0 0;

        &::after,
        &::before {
            content: "";
            height: 100%;
            position: absolute;
            top: 0;
            width: 2.5rem;
        }

        &::after {
            background-color: #B31947;
            border-radius: 0 12px 0 0;
            right: -14px;
            transform: skew(28deg);
        }

        &::before {
            background-color: #e64c7a;
            border-radius: 12px 0 0 0;
            left: -14px;
            transform: skew(-28deg);

        }
    }
}

.cta-padding {
    padding-bottom: 150px !important;
}

.mp-service-text {
    color: #F3EBF9;
}

.mp-service-heading {
    font-size: 48px;
    font-weight: 600;
}

.mp-service-tab {
    background-color: #EBEBEB;
    color: #37184E;
    font-weight: 600;

    &:hover,
    &.active {
        background-color: #6D2F9D;
        color: #FFF;
    }
}

.mp-tab-content h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
}

.mp-tab-content p {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2;
}

.mp-tab-content a {
    color: #522376;
    text-decoration: underline;
}

.mp-blog-card {
    background-color: #FCE9EE;
    border: 1px solid #F9D2DE;
    border-radius: 1rem;
    box-shadow: 0px 2px 4px 0px #34000E40;
    transition: all 0.3s ease;

    .date {
        color: #E08585;
    }

    h3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.25;
    }

    p {
        font-weight: 400;
    }

    a {
        color: #E43F71;
        text-decoration: underline;
    }

    &:hover {
        box-shadow: 0 0 12px 20px #FCE9EE50;
        transform: scale(1.05);
    }
}

.blog-heart-icon {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
        animation-timing-function: ease-out;
    }

    50% {
        transform: translateY(-30px);
        animation-timing-function: ease-in;
    }
}

.mp-footer {
    background: linear-gradient(180deg, #F3EBF9 0%, #D7BCEB 68.5%, #B889DC 100%);

    li {
        line-height: 1.5;
        margin-bottom: 1rem;
        transition: all 0.3s ease;

        a,
        span {
            color: #37184E;
            font-size: 18px;
            font-weight: 400;
        }

        &:first-child a {
            font-size: 24px;
            font-weight: 600;
        }

        &:hover {
            transform: scale(1.05);
        }
    }
}

.mp-footer-link {
    color: #7030A0;
    font-size: 18px;
    font-weight: 400;
}

.process-bottom-box {
    background-color: #fce9ee !important;
    padding: 30px 0px;
    text-align: center;
}

.process-bottom-box:hover {
    box-shadow: 0px 0px 30px 0px #7030A0 !important;
    transition: transform 0.3s;
    transform: scale(1.05);
    cursor: pointer;
    background-color: #fff !important;
}

.process-bottom-box .icon {
    font-size: 35px;
    color: #fff !important;
    background-color: #E43F71 !important;
}

.process-bottom-box:hover .icon {
    background-color: #7030A0 !important;
}

.process-bottom-box .icon :after {
    background-color: #E43F71 !important;
    color: #fff !important;
}

.text-pink-500 {
    color: #E43F71 !important;
}

.header-container {
    border-radius: 40px !important;
}

.header-area.header-area5 .main-menu-ex.main-menu-ex1 ul li a {
    color: #37184E !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.header-area.header-area5 .main-menu-ex.main-menu-ex1 ul li a.active {
    color: #7030A0 !important;
    font-weight: 600;
    font-size: 18px;
}

.theme-btn12 {
    border-radius: 12px !important;
    background-color: #7030A0 !important;
    color: #FFF !important;
}

.theme-btn12:hover {
    background-color: #D0B1E7 !important;
    color: #fff !important;
}

.theme-btn12::after {
    background-color: #D0B1E7 !important;
}

.theme-btn13 {
    background-color: #7030A0 !important;
    color: #fff !important;
    border-radius: 25px !important;
}

.theme-btn13:hover {
    transition: all 0.4s;
    color: #fff !important;
}

.theme-btn13::after {
    background-color: #D0B1E7 !important;
}

.blog3-box {
    background-color: #fce9ee !important;
}

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

.service3-tab-btns {
    background-color: #fff;
    border-radius: 8px;
    padding: 50px;
}

.service3-tab-btns .nav button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 16px;
    border-radius: 8px;
    background: #F6F8FA;
    margin: 8px 0px;
    transition: all 0.4s;
}

.service3-tab-btns .nav button span.angle {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #7030A0 !important;
    border-radius: 50%;
    color: #F6F8FA;
    transition: all 0.4s;

}

.service3-tab-btns .nav button.active {
    background-color: #7030A0 !important;
    transition: all 0.4s;
}

.service3-tab-btns .nav button.active span.angle {
    background-color: #F6F8FA !important;
    color: #7030A0 !important;
    transition: all 0.4s;
}

.service3-tab-btns .nav button:hover {
    background-color: #7030A0 !important;
    transition: all 0.4s;
    color: #fff;
}

.service3-tab-btns .nav button:hover span.angle {
    background-color: #F6F8FA !important;
    color: #7030A0 !important;
    transition: all 0.4s;
}

.pera3 {
    color: #000 !important;
}

.footer-list5 li a {
    font-size: 13px !important;
    color: #000 !important;
}

.footer-contact-area5 .contact-box .text {
    font-size: 13px !important;
}

.footer-contact-area5 .contact-box .text a {
    color: #000 !important;
    font-size: 13px !important;
}

.footer-social-area5 li a {
    background-color: #522376 !important;
    color: #fff !important;
}

.footer-social-area5 li a:hover {
    background-color: #B889DC !important;
}

.footer-action {
    background: linear-gradient(45deg, #6D2F9D, #37184E);
}

.footer-action .theme-btn1:hover {
    background-color: #EC799B !important;
}

.footer-action .theme-btn2:hover {
    background-color: #EC799B !important;
}

.footer-action22 {
    text-align: left;
    padding: 15px;
    background: linear-gradient(to right, #6D2F9D, #37184E);
    border-radius: 25px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}

.footer-action22 .button1 {
    background: #f3e5f5;
    color: #6a11cb;
    border-radius: 15px;
    padding: 8px 10px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
    width: 150px;
}

.address {
    font-size: 13px !important;
    font-family: 'Poppins', sans-serif !important;
}

.video-slider {
    position: relative;
}

.video-slider video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;

}

.text-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #37184E;
    z-index: 1;

}

.text-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #6D2F9D;
    border-radius: 50%;
    padding: 15px;
}

.mp-home-service-section {
    background: linear-gradient(45deg, #FFFFFF, #E7D8F3);

    .heading {
        color: #37184E;
        font-size: 48px;
        font-weight: 600;
        line-height: 1.5;
    }

    .sub-heading {
        color: #E43F71;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.5;
    }

    .text {
        color: #37184E;
        font-size: 24px;
        font-weight: 500;
        line-height: 1.5;
    }
}

.mp-services {
    background-image: url('../images/service-bg.png');
    background-size: cover;
    background-position: center;
    padding-bottom: 3rem;
}

.mp-tabs-bg {
    display: inline-flex;
    margin: auto;
    background-color: #F3EBF9;
    border-radius: 8px;

    .nav-link {
        color: #37184E;
        font-weight: 600;

    }

    .nav-link.active {
        background-color: #E43F71;
    }
}

.service-card {
    border: 1px solid #E7D8F3;
    border-radius: 12px;
    transition: all 0.3s ease;

    .service-card-title {
        color: #37184E;
        font-size: 28px;
        font-weight: 600;
        line-height: 1.5;
    }

    .service-card-text {
        color: #37184E;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.75;
    }

    .service-card-link {
        color: #E43F71 !important;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        text-decoration: underline;
    }
}

/* Service details CSS */
.banner-chip {
    background-color: #6D2F9D;
    color: #fff;
    padding: 5px 10px;
    border-radius: 12px;
}

.mp-service-tabs {
    background-color: transparent;
    width: 100%;
    justify-content: center;

    .nav-link {
        color: #37184E;
        font-weight: 500;
        border-bottom: 3px solid #EBEBEB;
        border-radius: 0;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    li:first-child {
        .nav-link {
            border-left: 0;
        }
    }

    li:last-child {
        .nav-link {
            border-right: 0;
        }
    }

    .nav-link.active {
        color: #7030A0;
        background-color: transparent;
        border-bottom: 3px solid #7030A0;
    }
}

.service-details {
    color: #37184E;

    .heading {
        font-size: 36px;
        font-weight: 600;
        line-height: 1.5;
    }

    .text {
        line-height: 2;
    }

    ul {
        list-style-type: disc;
        padding-left: 1rem;
        line-height: 2;

        li::marker {
            color: #7030A0;
        }
    }
}

.mp-primary {
    color: #37184E !important;
}

.mp-blue {
    color: #7030A0 !important;
}

.mp-primary-bg {
    background-color: #37184E !important;
}

.mp-pink {
    color: #E43F71 !important;
}

.mp-bg-pink {
    background-color: #E43F71 !important;
}

.revnue-heading {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.service-details p {
    line-height: 2;
}

.top-rounded {
    border-radius: 4rem 4rem 0 0;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.demographics-card {
    box-shadow: 0px 0px 24px 0px #37184E40;
    border-radius: 1.5rem;

    .header {
        background-color: #7030A0;
        font-size: 1.75rem;
        font-weight: 600;
        line-height: 2;
        border-radius: 1rem 1rem 0 0;
    }
}

.mp-sec-tabs {
    .nav-link {
        color: white;
        background-color: #E43F71;
        border-radius: 1rem 1rem 0 0;
    }

    .nav-link.active {
        color: #37184E;
        background-color: #FCE9EE;
    }

    .tab-content {
        border-radius: 0 1rem 1rem 1rem;
    }

    ul {
        list-style-type: none;
    }
}

.mp-tab-heading {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2;
}

.output-card {
    background: #F3EBF9;
    border-radius: 1.5rem;
    padding: 3rem 3.5rem;
    margin-top: 5rem;
}

.circle-container {
    padding-left: 10%;
}

.circle-container::before {
    content: '';
    background-color: #37184E;
    border-radius: 4rem 4rem 4rem 0;
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 1rem; */
    width: 90%;
    height: 100%;
    z-index: -1;
}

.ms-container {
    padding-left: 10%;
}

.ms-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 1rem; */
    width: 90%;
    height: 100%;
    z-index: -1;
}


.mp-vpill-tabs {
    .nav-link {
        color: white;
        /* font-weight: 500; */
        background-color: #F3E3FF73;
        box-shadow: 0px 0px 8px 0px #1B0C2740;
        border-radius: 2rem;
        white-space: nowrap;
    }

    .nav-link.active {
        background-color: #EC799B;
        border: 2px solid #EC799B;
        box-shadow: 0px 0px 8px 0px #1B0C2740;

    }
}

.expert-section {
    background-color: #FCE9EE;
}

.quote-card {
    border-radius: 1rem;
    overflow: hidden;
    min-height: 216px;

    .quote-content {
        line-height: 2;
    }

    .quote-icon {
        min-width: 32px;
    }

    .quote-label {
        background-color: #E43F71;
        color: #fff;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        font-weight: 600;
    }

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

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

.quote-icon-team {
    min-width: 32px;
}

.about-member {
    line-height: 2;
    padding-top: 2rem;
}

.team-tabs {
    border-radius: 0.5rem;
    overflow: hidden;
}

.mp-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #111111;
}

.about-line {
    width: 8rem;
    border-top: 3px dashed #7030A0;
    position: relative;
}

.about-line-2 {
    width: 8rem;
    border-top: 3px dashed #E43F71;
    position: relative;
}

.about-line::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background-color: #7030A0;
    top: -8px;
    right: 100%;
}

.about-line-2::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 8px;
    background-color: #E43F71;
    top: -8px;
    left: 100%;
}

.pb-20px {
    padding-bottom: 20px;
}

.learn-more {
    color: var(--csk-7030-a-0500, #7030A0);

    padding-bottom: 0px;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-decoration: none !important;
    border-bottom: 4px solid #7030A0;
}

.learn-more:hover {
    color: var(--csk-7030-a-0500, #7030A0);
    text-decoration: none !important;
    border-bottom: 4px solid #7030A0;
}

.about-us-heading {
    padding-top: 100px;
}

.payer-services {
    padding-top: 150px !important;
}

.text-pink-light {
    color: #F3EBF9 !important;
}

.container {
    width: 100%;
    max-width: 1534px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.mp-section-heading {
    font-size: 48px;
    font-weight: 600;
    line-height: 74px;

    @media screen and (max-width: 1400px) {
        font-size: 3rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 1024px) {
        font-size: 2.5rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 768px) {
        font-size: 2rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 480px) {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}
 @media screen and (max-width: 480px) {
        font-size: 1.5rem;
        line-height: 1.5;
    }

.mp-section-desc {
    font-size: 24px;
    font-weight: 500;
    line-height: 2;

    @media screen and (max-width: 1400px) {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 1024px) {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.heading-2-semibold {
    font-size: 48px;
    font-weight: 600;
    line-height: 74px;

    @media screen and (max-width: 1400px) {
        font-size: 3rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 1024px) {
        font-size: 2.5rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 768px) {
        font-size: 2rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 480px) {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.heading-3-semibold {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;

    @media screen and (max-width: 1400px) {
        font-size: 2.5rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 1024px) {
        font-size: 2rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 768px) {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.heading-4-semibold {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;

    @media screen and (max-width: 1400px) {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 1024px) {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.heading-4-bold {
    font-size: 32px;
    font-weight: 700;
    line-height: 56px;

    @media screen and (max-width: 1400px) {
        font-size: 1.75rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 1024px) {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.heading-5-semibold {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;

    @media screen and (max-width: 1400px) {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 1024px) {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 768px) {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 480px) {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.content {
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;

    @media screen and (max-width: 1400px) {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    @media screen and (max-width: 1024px) {
        font-size: 1.25rem;
        line-height: 1.5;
    }
}

.heading-animation {
    animation: headingAnimation 1s ease-in-out forwards;
    animation-delay: 0.5s;
}

@keyframes headingAnimation {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }

    100% {
        transform: translateY(-40px);
        opacity: 1;
    }
}

.carousel-control-next,
.carousel-control-prev {
    width: 4rem !important;
}

.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;

}

.accordion-button {
    font-size: 1.5rem;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus ' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
    transition: all 0.5s;
}

.team-tabs {
    .nav-link {
        color: #522376;
        border: 1px solid #D7BCEB;
        border-radius: 1rem;
    }

    .nav-link.active {
        background-color: #E64C7A;

    }
}

.hero5-single-slider {
    min-height: auto !important;
    position: relative;
}

.home-banner-arrow {
    position: absolute;
    top: calc(50% - 20px);
    cursor: pointer;
    z-index: 99;
    color: #6a11cb;
    font-size: 2rem;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease;
    &.home-banner-arrow-next {
        right: 1rem;
    }

    &.home-banner-arrow-prev {
        left: 1rem;
    }
    &:hover {
        background-color: #6a11cb;
        color: #fff;
    }
}
.team-card-content{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(236, 121, 155, 0.6);
    backdrop-filter: blur(5px);
    border-radius: 1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 1rem;
    h2{
        margin: 0;
        font-size: 1.5rem;
        font-weight: 600;
    }
    p{
        margin: 0;
        font-size: 1rem;
        font-weight: 400;
    }
}
.team-card-img{
    border-radius: 24px;
}
.team-card:hover .team-card-content{
    top: 0;
    opacity: 1;
}
.cta-button{
    color: #000 !important;
}
.cta-button:hover {
    color: #000 !important;
}
.contact-card{
    box-shadow: 0px 16px 24px 0px #3E005140;
    border-radius: 2rem;
    input, textarea{
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 2;
        color: #37184E !important;
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 2px solid #37184E;
        &::placeholder{
            color: #37184E60 !important;
        }
        &:focus{
            border-bottom: 2px solid #37184E;
            box-shadow: none !important;
        }
    }
}

.team-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.progress-wrap{
    bottom: 75px !important;
}
.min-height-about{
    min-height: 330px;
}
.blog-banner-details{
    border-radius: 1.5rem;
    margin-top: -75px;
    position: relative;
    z-index: 1;
}

.blog-category{
    color: #52237699;
    font-size: 1rem;
    font-weight: 600;
    line-height: 48px;
}
.blog-time, .blog-author{
    color: #8080808C;
    font-size: 1rem;
    font-weight: 500;
    line-height: 48px;
}
.blog-title{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    color: #37184E;
}
.blog-list-card{
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 1.5rem;
}
.blog-list-card-img{
    border-radius: 1.25rem;
    aspect-ratio: 16/8;
    overflow: hidden;
}
.blog-list-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-list-card-content{
    font-family: 'Nunito', sans-serif;
    color: #37184E;
    font-size: 1.125rem;
    line-height: 2;
    font-weight: 400;
}
 .blog-text-box {
     background-color: white;
     border-radius: 1rem;
     padding: 2rem;
     max-width: 500px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
 }

 .blog-image {
     border-radius: 1rem;
     object-fit: cover;
     width: 100%;
     height: 100%;
 }
 .blog-details {

     h2,
     h3 {
         font-size: 32px;
         font-weight: 600;
         line-height: 1.5;
         color: #37184E;
         margin-bottom: 1rem;
         margin-top: 1rem;
     }

     p,
     li {
         font-size: 24px;
         line-height: 1.75;
         color: #37184E;
         font-weight: 400;
         font-family: 'Nunito', sans-serif;
         margin-bottom: 0.5rem;
     }

     ul {
         list-style-type: disc;
         padding-left: 1rem;
         margin-bottom: 1rem;

         li::marker {
             color: #7030A0;
         }
     }
 }

 .blog-details-banner-content {
     position: absolute;
     max-width: 600px;
     top: 50%;
     right: 100%;
     transform: translate(30%, -50%);
     color: #fff;
     box-shadow: 0px 0px 4px 0px #00000040;
     border-radius: 1.5rem;
 }

 @media (max-width: 768px) {
     .blog-details-banner-content {
         top: 100%;
         right: unset;
         left: 50%;
         transform: translate(-50%, -50%);
         max-width: 90%;
     }
 }

 .home-blog{
    height:200px
 }