.hero-section {
    background: linear-gradient(0deg, #FFF -16.05%, #DF8FEB 129.98%);
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar-custom {
    border-radius: 10px;
    background: #FFF;
    padding-left: 40px;
    padding-right: 40px;
}

.nav-logo {
    /* width: 113.99px; */
    height: 55px;
    flex-shrink: 0;
    /* aspect-ratio: 113.99/55.00; */
}

.nav-link.active,
.nav-link:hover {
    color: #A851A8 !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-link {
    color: #34323B !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-action-btn {
    border-radius: 5px;
    background: #792C79;
    width: 143;
    height: 42px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-action-btn:hover {
    background: #A851A8;
    color: #FFF;
    box-shadow: 0 2px 8px rgba(168, 81, 168, 0.2);
    cursor: pointer;
}

.nav-item {
    margin-left: 6px;
    margin-right: 6px;
}

.hero-title {
    color: #190219;
    text-align: center;
    font-family: Poppins;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px;
    margin-top: 48px;
}

.hero-title span {
    color: #7A047A;
}

.hero-desc {
    color: #300530;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.hero-action-container {
    display: flex;
    justify-content: center;
}

.hero-action-arrow {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin-right: 12px;
    margin-left: -80px;
}

.hero-action-btn {
    border-radius: 50px;
    background: #792C79;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 240px;
    height: 50px;
    flex-shrink: 0;

    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    margin-top: 30px;
}

.hero-action-btn:hover {
    background: #A851A8;
    color: #FFF;
    box-shadow: 0 6px 16px rgba(168, 81, 168, 0.2);
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}

.hero-img {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 26px;
}

.hero-img img {
    width: 100%;
}


.categories-section {
    padding-top: 68px;
    padding-bottom: 68px;
}

.categories-chip {
    border-radius: 50px;
    background: #56245E;
    width: 170px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 7px 20px;
}

.categories-title {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-top: 17px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.categories-title span {
    color: #56245E;
}

.categories-desc {
    color: #76758A;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 8px;
}

.categories-title2 {
    color: #76758A;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.categories-view-all {
    width: 134px;
    height: 38px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #DCDCDC;

    color: #4D4242;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;

    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.categories-view-all:hover {
    background: #F5E6FA;
    border-color: #A851A8;
    color: #A851A8;
    box-shadow: 0 2px 8px rgba(168, 81, 168, 0.08);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.categories-view-all img {
    width: 14.571px;
    height: 17px;
    flex-shrink: 0;
    aspect-ratio: 14.57/17.00;
}

.categories-view-all-container {
    gap: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.categories-grid {
    margin-top: 25px;
}

.category-grid-item {
    position: relative;
    height: 280px;
    display: block;
    border-radius: 5px;
    transition: box-shadow 0.2s, transform 0.2s;
    margin-bottom: 25px;
}

.category-grid-item:hover {
    box-shadow: 0 6px 24px rgba(86, 36, 94, 0.15);
    transform: scale(1.03);
    cursor: pointer;
}

.category-grid-item img {
    width: 100%;
    height: 100%;
}

.category-grid-item span {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #FFF;
    backdrop-filter: blur(50px);

    min-width: 103px;
    height: 31px;
    flex-shrink: 0;

    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

    right: 15px;
    bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.bestseller-title {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.bestseller-title span {
    color: #56245E;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
}

.bestseller-section {
    /* background-color: #F0F5F5; */
    background-image: url(../images/bestseller_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 40px;
}

.bestseller-items {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.bestseller-img {
    width: 320px;
    height: 255px;
    flex-shrink: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bestseller-img img {
    width: 100%;
    height: 255px;
}

.bestseller-action {
    border-radius: 10px;
    background: #FFF;
    width: 173px;
    height: 44px;
    flex-shrink: 0;

    color: #36163B;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

    position: absolute;
    bottom: 20px;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.bestseller-action:hover {
    background: #F5E6FA;
    color: #A851A8;
    box-shadow: 0 2px 8px rgba(168, 81, 168, 0.12);
    cursor: pointer;
}

.bestseller-cat {
    border-radius: 3px;
    background: #DED9DF;
    min-width: 62px;
    color: #810496;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    padding: 2px 12px;
    margin-top: 13px;
}

.bestseller-name {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.bestseller-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: start;
    max-width: 259px;
}



.bestseller-scroll {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    overflow-x: scroll;
}

.bestseller-scroll::-webkit-scrollbar {
    display: none;
}

.bestseller-scroll {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


.bestseller-left-btn,
.bestseller-right-btn {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border: none;
    position: absolute;
    background-color: transparent;
}


.bestseller-left-btn {
    left: -45px;
    top: 125px;
}

.bestseller-right-btn {
    right: -40px;
    top: 125px;
}


.process-section {
    padding-top: 50px;
    padding-bottom: 80px;
}

.process-title {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px;
    text-align: center;
}

.process-desc {
    color: #76758A;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 55px;
}

.process-video {
    /* max-width: 517px; */
    width: 100%;
    height: auto;
    border-radius: 13px;
}

.process-li {
    display: flex;
    gap: 30px;
    margin-left: -28px;
}

.process-li-container {
    position: relative;
    border-left: 2px dashed #56245E;
    margin-left: 28px;
}

.process-li-container:last-child {
    border-left: none;
}

.process-num {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    background-image: linear-gradient(180deg, #FDF1FF 0%, #F7C3FF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #792C79;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.process-li-title {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
}

.process-li-desc {
    color: #76758A;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.reviews-section {
    background: linear-gradient(180deg, #FFEFFF 0%, #E6F7FF 100%);
    padding-top: 58px;
    padding-bottom: 75px;
}

.reviews-title {
    color: #000;
    font-family: Poppins;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
}

.reviews-desc {
    color: #76758A;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.review {
    border-radius: 2px;
    background: #FFF;
    min-height: 246px;
    flex-shrink: 0;
    padding: 21px 16px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.review:hover {
    box-shadow: 0 6px 24px rgba(86, 36, 94, 0.13);
    transform: scale(1.03);
}


.review-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review-img {
    border-radius: 50%;
    border: 4px solid #FFF;
    width: 71px;
    height: 71px;
    flex-shrink: 0;
    object-fit: cover;
}

.review-username {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.review-text {
    color: #595B6A;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    line-height: 18px;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.review-stars {
    display: flex;
    gap: 3px;
    align-items: center;
}

.review-star {
    width: 13.913px;
    height: 13.913px;
    flex-shrink: 0;
    aspect-ratio: 13.91/13.91;
}

.review-date {
    color: #C4C6CF;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.reviews-grid {
    margin-top: 40px;
}


.service-info1 {
    color: #56245E;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0;
}

.services-section {
    padding-top: 88px;
    padding-bottom: 60px;
}

.service-info2 {
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
}

.service-info3 {
    color: #76758A;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}


.service {
    padding: 21px 10px 10px 30px;
    height: 165px;
    flex-shrink: 0;
    margin-bottom: 14px;
}

.service-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}


.service-name {
    color: #302B2B;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin-top: 6px;
    margin-bottom: 0;
}

.service-detail {
    color: #76758A;
    font-family: Poppins;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0;
    margin-top: 5px;
}

.service.one {
    background: #FFF7F7;
}

.service.two {
    background: #EDFBE7;
}

.service.three {
    background: #F1EEFF;
}

.service.four {
    background: #EAFDFF;
}

.service.five {
    background: #F9ECFF;
}

.industries-title {
    color: #000;
    font-family: Poppins;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-top: 72px;
}

.industries-title span {
    color: #56245E;
}

.industry {
    width: 209px;
    height: 160px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #F8F8F8;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.industry:hover {
    box-shadow: 0 6px 24px rgba(86, 36, 94, 0.12);
    transform: scale(1.04);
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.2s;
}

.industry-img {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.industry-text {
    color: #302B2B;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
}

.industries {
    padding-top: 6px;
    display: flex;
    position: relative;
}

.industries-scroll {
    overflow-x: scroll;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.industries-scroll::-webkit-scrollbar {
    display: none;
}

.industries-scroll {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


.industries-left-btn,
.industries-right-btn {
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    border: none;
    background-color: transparent;
    position: absolute;
}

.industries-left-btn {
    left: -42px;
    top: 90px;
}

.industries-right-btn {
    right: -42px;
    top: 90px;
}


.faqs-section {
    background-image: url(../images/faq_bg.png);
    background-repeat: no-repeat;
    background-size: 197px 197px;
    background-position-x: 98%;
    background-position-y: 98%;
    padding-top: 58px;
    padding-bottom: 72px;
    background-color: #FFEFFF;
}

.faq-heading {
    margin-bottom: 0;
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}

.faq-description {
    color: #76758A;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 43px;
}

.faq-accordian-item {
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #F4F3F3;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    padding: 0px 25px;
}

.faq-accordian-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-accordian-title {
    color: #302B2B;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 0;
}

.faq-accordian-icon {
    color: #64656E;
    text-align: center;
    font-family: "Public Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px;
}

.faq-accordian-content {
    /* display: none; */
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 8px;
}

.faq-accordian-item.active {
    border-radius: 10px;
    border: 1px solid #FFEAD1;
    background: #56245E;
}

.faq-accordian-item.active .faq-accordian-title {
    color: #FFF;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
}



.faq-accordian-item.active .faq-accordian-icon {
    color: white;
}

.blog-section {
    padding-top: 45px;
    padding-bottom: 72px;
}

.blog-heading {
    color: #000;
    font-family: Poppins;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 0;
    text-align: center;
}

.blog-desc {
    color: #76758A;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 47px;
}

.blog-card-image {
    height: 244px;
    width: 100%;
    border-radius: 21px;
    object-fit: cover;
}

.blog-title {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-top: 16px;
    margin-bottom: 0;
    text-decoration: none;
    display: block;
}

.blog-title:hover {
    color: #A851A8;
    cursor: pointer;
}

.blog-excerpt {
    margin-bottom: 0;
    margin-top: 1px;
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.blog-info {
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.blog-info span {
    color: #911FA3;
}

.blog-read-more {
    width: 109px;
    height: 31px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #792C79;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-top: 14px;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.blog-read-more:hover {
    background: #A851A8;
    color: #FFF;
    box-shadow: 0 2px 8px rgba(168, 81, 168, 0.15);
    cursor: pointer;
}

.cta-section {
    background: linear-gradient(266deg, #D00BED -46.08%, #56245E 111.64%);
}

.cta-left {
    background-image: url(../images/cta_bg1.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 88px;
    padding-bottom: 0px;
}

.cta-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px;
}

.cta-title span {
    color: #FFF;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 41px;
}

.cta-btn {
    border-radius: 10px;
    background: #FFF;
    width: 188px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

    color: #36163B;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin-top: 34px;
}


.cta-btn:hover {
    background: #F5E6FA;
    color: #A851A8;
    box-shadow: 0 2px 8px rgba(168, 81, 168, 0.15);
    cursor: pointer;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}


.cta-bg2 {
    width: 100%;
    max-height: 320px;
}


.footer-logo {
    width: 124.352px;
    height: 60px;
    flex-shrink: 0;
    aspect-ratio: 124.35/60.00;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-section {
    background: #000;
    padding-top: 22px;
    padding-bottom: 22px;
}

.footer-top-text {
    color: #6b6a68;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.footer-grid {
    margin-top: 27px;
}

.footer-links {
    display: flex;
    flex-direction: column;
}

.footer-links-heading {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px;
}

.footer-link {
    color: #D8DCE2;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-transform: capitalize;
    text-decoration: none;
}

.footer-social-link img {
    width: 145px;
    height: 41px;
    flex-shrink: 0;
    margin-top: 12px;
}

.footer-contact {
    margin-top: 5px;
    color: #D8DCE2;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.footer-map iframe {
    max-width: 256px;
    height: 155px;
    flex-shrink: 0;
    border-radius: 5px;
}

.footer-bottom {
    margin-top: 31px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    color: #9CA3AF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.footer-bottom-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.footer-bottom-right a {
    border-right: 1px solid white;
    padding-right: 14px;
}

.footer-bottom-right a:last-child {
    border-right: none;
}

.footer-bottom-link {
    color: #9CA3AF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}


/* about page code */

.breadcumb {
    color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    display: block;
    margin-top: 38px;

}

.breadcumb a {
    color: #000;
    text-decoration: none;
}

.about-hero-image {
    width: 100%;
    height: 436px;
    object-fit: contain;
}

.about-hero-title {
    color: #300530;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-top: 57px;
    margin-bottom: 0px;
}

.hero-section.about {
    padding-bottom: 0;
}

.about-hero-desc {
    color: #300530;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
}

.about-hero-action-container {
    display: flex;
    justify-content: start;
}

.about-hero-action-arrow {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin-right: -80px;
    margin-left: 12px;
}

.about-section {
    padding-top: 43px;
    background-image: url(../images/about/about_bg.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 5%
}

.about-heading {
    color: #000;
    font-family: Poppins;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin-bottom: 0;
}

.about-heading2 {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 14px;
    text-align: center;
}

.about-desc {
    color: #76758A;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top: 5px;
}

.values-heading {
    color: #000;
    font-family: Poppins;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin-top: 52px;
    margin-bottom: 0;
}

.values-grid {
    margin-top: 41px;
}

.value-card {
    border: 1px solid #FAD8FF;
    background: linear-gradient(270deg, #FFF 1.75%, #FCEBFF 100%);

    min-height: 92px;
    display: flex;
    align-items: center;
    padding: 23px 18px;
    margin-bottom: 19px;
}

.value-card-icon {
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.value-card-info {
    color: #626167;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    margin-left: 11px;
    margin-bottom: 0;
}

.offer-heading {
    color: #000;
    font-family: Poppins;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin-bottom: 0;
}

.offer-desc {
    color: #76758A;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
}

.offfer-section {
    padding-top: 46px;
    padding-bottom: 71px;
    background: linear-gradient(180deg, #FEF7FF 0%, #FFF 100%);
    margin-top: 50px;
}

.categories-grid.offer {
    margin-top: 40px;
}

.about-features {
    background: #FAF5FB;
    padding-top: 34px;
    padding-bottom: 52px;
}

.about-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-fearure-image {
    width: 148.629px;
    height: 153px;
    flex-shrink: 0;
    object-fit: contain;
}

.about-feature-title {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 11px;
}

.about-feature-desc {
    color: #7E7E7E;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
    margin-top: 9px;
}


/* contact us page */

.hero-section.contact {
    padding-bottom: 50px;
}

.hero-title.contact {
    margin-top: 2px;
    margin-bottom: 0px;
}

.hero-desc.contact {
    margin-top: 6px;
    margin-bottom: 0px;
}

.contact-card {
    border: 1px solid #EAE8EF;
    background: #fdf3ff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 16px;
    height: 269px;
}

.contact-card-icon {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    object-fit: contain;
}

.contact-title {
    color: #000;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 30px;
}

.contact-desc {
    color: #7E7E7E;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    font-size: 16px;
}

.contact-heading {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-top: 45px;
}


.intouch-section {
    padding-top: 54px;
    padding-bottom: 40px;
}

.intouch-heading {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

.intouch-submit-btn {
    border-radius: 50px;
    background: #792C79;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 240px;
    height: 50px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-top: 44px;
    transition: background 0.2s, box-shadow 0.2s, color 0.2s;
}

.intouch-submit-btn:hover {
    background: #A851A8;
    color: #FFF;
    box-shadow: 0 6px 16px rgba(168, 81, 168, 0.2);
    cursor: pointer;
}

.contact-map iframe {
    width: 100%;
    height: 447px;
    margin-bottom: -6px;
}

/* blog */

.recent-blog-section {
    padding-top: 53px;
    padding-bottom: 70px;
}

.recent-blog-heading {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 28px;
}

.blog-list-section {
    background: rgb(240, 245, 245, 0.5);
    padding-top: 41px;
    padding-bottom: 57px;
}

.blog-list-heading {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
}



.blog-list-image {
    width: 100%;
    height: 228px;
    border-radius: 21px;
    margin-bottom: 28px;
}

.blog-list-info {
    margin-bottom: 28px;
}

.blog-list-date {
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.blog-list-date span {
    color: #911FA3;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.blog-list-title {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 0;
    display: block;
    text-decoration: none;
}

.blog-list-title:hover {
    color: #A851A8;
    cursor: pointer;
}

.blog-list-desc {
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.blog-list-read-more {
    text-decoration: none;
    border-radius: 5px;
    background: #792C79;
    width: 118px;
    height: 33px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.blog-list-read-more:hover {
    background: #A851A8;
    color: #FFF;
    box-shadow: 0 2px 8px rgba(168, 81, 168, 0.15);
    cursor: pointer;
}

.prodcuts-page-section {
    padding-top: 42px;
}

.products-page-heading {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-top: 17px;
    margin-bottom: 0;
}

.products-page-desc {
    color: #76758A;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 10px;
}

.products-page-grid {
    margin-top: 47px;
}

.prodcuts-page-card {
    height: 307px;
    text-decoration: none;
    display: block;
    margin-bottom: 32px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.prodcuts-page-card:hover {
    box-shadow: 0 6px 24px rgba(86, 36, 94, 0.13);
    transform: scale(1.03);
    transition: box-shadow 0.2s, transform 0.2s;
    cursor: pointer;
}

.prodcuts-page-card-category {
    border-radius: 5px;
    background: #fff;
    height: 31px;
    flex-shrink: 0;

    color: #580066;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 25px;
}

.prodcuts-page-card-name {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.prodcuts-page-card div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 10px 20px;
    gap: 8px;
    height: 307px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.products-page-banner {
    margin-top: 60px;
    margin-bottom: 70px;
}

.products-page-banner .container {
    cursor: pointer;
    padding: 40px;
    background-image: url(../images/product_banner_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.products-page-banner-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 0;
}

.products-page-banner-desc {
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 11px;
}

.products-page-banner-arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

/* service details page */

.service-use-cases {

    background: #F8CCFF;
    color: #300530;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 3px 12px;
    margin-top: 14px;
}

.sdp-products-section {
    padding-top: 50px;
    padding-bottom: 60px;
}

.sdp-products-heading {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0;
}

.sdp-products-desc {
    color: #76758A;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 12px;
}

.sdp-product-content {
    position: relative;
}

.sdp-product-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.sdp-products-grid {
    margin-top: 34px;
}

.sdp-product-overlay {
    background: linear-gradient(187deg, rgba(0, 0, 0, 0.00) 61.47%, rgba(0, 0, 0, 0.80) 100.74%);
    height: 250px;
    position: absolute;
    width: 100%;
    top: 0;
}

.sdp-product-name {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 900;
    line-height: 40px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 28px;
}

.sdp-popular {
    position: absolute;
    top: 14px;
    right: 0;
    width: 64px;
    height: 20px;
    flex-shrink: 0;
}

.sdp-product-footer {
    display: flex;
    justify-content: flex-end;
}

.sdp-product-customize {
    border-radius: 3px;
    border: 1px solid #EEB3F7;
    background: #FFF;

    width: 133px;
    height: 32px;
    flex-shrink: 0;

    color: #56245E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

    text-decoration: none;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}

.sdp-product-customize:hover {
    background: #F5E6FA;
    border-color: #A851A8;
    color: #A851A8;
    box-shadow: 0 2px 8px rgba(168, 81, 168, 0.12);
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.sdp-product {
    margin-bottom: 26px;
}

.sdp-tech-heading {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}

.sdp-techs-section {
    padding-top: 45px;
    padding-bottom: 61px;
    background: #FDF1FF;
}

.sdp-tech {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    height: 219px;
    flex-shrink: 0;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sdp-tech-grid {
    margin-top: 50px;
}

.sdp-tech-image {
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    object-fit: contain;
}

.sdp-tech-title {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0;
}

.sdp-tech-desc {
    margin-bottom: 0;
    color: #76758A;
    text-align: center;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.sdp-reasons-section {
    padding-top: 80px;
    padding-bottom: 88px;
}

.sdp-reason-card {
    border-radius: 26px;
    border-radius: 26px;
    background: linear-gradient(0deg, #552B72 0%, #B28DC1 100%);
    overflow: hidden;
}

.sdp-reason-image {
    width: 100%;
}

.sdp-reason-title {
    color: #E1BCFF;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-left: 40px;
}

.sdp-reason-right {
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
}

.sdp-reason-bg {
    position: absolute;
    width: 174px;
    height: 174px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    right: 0;
    bottom: 0;
}

.sdp-reason-list {
    margin-top: 21px;
    padding-left: 10px;
    padding-right: 30px;
}

.sdp-reason-item {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}

.sdp-check-icon {
    width: 21px;
    height: 22px;
    flex-shrink: 0;
}

.sdp-reason-item-title {
    color: #FFE7E7;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}

.sdp-reason-item-desc {
    margin-top: 10px;
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.sdp-reason-left {
    background-image: url(../images/service/reason.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/* industries page */

.ip-inds-section {
    padding-top: 35px;
    padding-bottom: 50px;
}

.ip-inds-heading {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0;
}

.ip-inds-desc {
    color: #76758A;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-top: 12px;
    margin-bottom: 0;
}

.ip-inds-grid {
    margin-top: 60px;
}

.ip-inds-card {
    margin-bottom: 35px;
}

.ip-inds-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    background-color: #FCE7FF;
    border-radius: 50%;
    position: relative;
    margin-left: 16px;
}

.ip-inds-icon img {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    position: absolute;
    bottom: -5px;
    left: -16px;
}

.ip-inds-title {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 18px;
}

.ip-inds-card-desc {
    color: #848484;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
}

.ip-trends-section {
    padding-top: 32px;
    padding-bottom: 32px;
    background: #FBFBFB;
}

.ip-trends-img {
    width: 100%;
    max-width: 228px;
    height: 221px;
    aspect-ratio: 228/221;
}

.ip-trends-title {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0;
    margin-top: 42px;
}

.ip-trends-desc {
    color: #76758A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin-bottom: 0;
    margin-top: 9px;
}


/* modal */
.modal-header.custom {
    border-bottom: none;
    height: 0;
    position: relative;
}

.modal-header.custom .btn-close {
    position: absolute;
    top: 14px;
    right: 14px;
}

.cust-modal-title {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 0;
}

.cust-modal-desc {
    color: #76758A;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.cust-modal-body {
    padding-left: 40px;
    padding-right: 40px;
}

.cust-modal-header {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 18px;
}

.modal-form-section {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.modal-form-section-title {
    margin-top: 18px;
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0;
}

.modal-form-grid {
    margin-top: 16px;
}

.form-control,
.form-select {
    border-radius: 5px !important;
    border: 0.5px solid #D1D1D1 !important;
    height: 41px !important;
    padding-top: 3px;
}

.form-control::placeholder,
.form-select {
    color: #6D728D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.form-label {
    color: #000;

    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

textarea.form-control {
    height: auto !important;
}

.form-select {
    padding-top: 0;
}

.rd-btn {
    border-radius: 100px;
    border: 0.5px solid #D1D1D1;
    min-width: 80px;
    min-height: 41px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding-left: 12px;
    padding-right: 12px;
}

.rd-btn .form-check-label {
    color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    cursor: pointer;
}

.rd-btns {
    display: flex;
    justify-content: flex-start;
    gap: 13px;
    flex-wrap: wrap;
}

.form-check-input {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #A339B4;
    border-color: #A339B4;
}

.form-upload {
    border-radius: 5px;
    border: 1px dashed #F3C0FC;
    background: #FFF8FF;
    height: 206px;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 13px;

}

.upload-text {
    color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0;
}

.upload-desc {
    color: #6D728D;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    border-bottom: 0
}

.upload-btn {
    border-radius: 5px;
    background: #FFE2FF;
    width: 90px;
    height: 30px;
    flex-shrink: 0;
    color: #862886;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    cursor: pointer;
}

.modal-quote-text {
    color: #6D728D;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0;
}

.modal-quote-text span {
    color: #6D728D;
    font-weight: 700;
}

.custom-modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.custom-modal-btn {
    border-radius: 5px;
    background: #792C79;
    min-width: 150px;
    height: 40px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.custom-modal-btn:hover {
    background: #A851A8;
    color: #FFF;
    box-shadow: 0 2px 8px rgba(168, 81, 168, 0.15);
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}

/* blog detail page */

.bd-section {
    padding-top: 55px;
    padding-bottom: 55px;
}

.bd-date {
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.bd-date span {
    color: #911FA3;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.db-title {
    margin-bottom: 0;
    margin-top: 1px;
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}

.bd-image {
    width: 100%;
    height: 402px;
    border-radius: 21px;
    object-fit: cover;
    margin-top: 25px;
}

.blog-content {
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-top: 37px;
}

.faq-accordian-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition:
        max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        padding-top 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        padding-bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0;
    pointer-events: none;
}

.faq-accordian-item.active .faq-accordian-content {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    padding-bottom: 20px;
    padding-top: 8px;
    pointer-events: auto;
}


.not-found-section {
    padding-top: 0px;
    padding-bottom: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.not-found-section img {
    width: 100%;
    max-width: 369.864px;
    height: 351px;
    flex-shrink: 0;
    aspect-ratio: 369.86/351.00;
}

.not-found-title {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 0;
}

.not-found-desc {
    color: #7E7E7E;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 6px;
}

.not-found-link {
    border-radius: 5px;
    background: #792C79;
    width: 137px;
    height: 33px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    /* Your CSS rules for devices less than 768px wide go here */

    .bestseller-right-btn,
    .bestseller-left-btn,
    .industries-right-btn,
    .industries-left-btn {
        display: none;
    }

    .footer-links {
        margin-top: 20px;
    }

    .footer-top-text {
        font-size: 16px;
        margin-left: 16px;
    }

    .navbar {
        padding-left: 12px;
        padding-right: 12px;
    }

    .footer-bottom-link {
        border-right: none !important
    }

    .footer-bottom-right,
    .footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }

    .sdp-tech {
        margin-bottom: 16px;
    }

    .process-list {
        margin-top: 16px;
    }

    .service.one {
        margin-top: 16px;
    }
}