@media (min-width: 640px) {
    .sm-text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .sm-px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm-leading--1-5- {
        line-height: 1.5 !important;
    }

    .sm-text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }


    .sm-w-32 {
        width: 8rem !important;
    }

    .sm-h-16 {
        height: 4rem !important;
    }



    .sm-w-48 {
        width: 12rem !important;
    }

    .sm-h-14 {
        height: 3.5rem !important;
    }

    .sm-w-16 {
        width: 4rem !important;
    }

    .sm-w-64 {
        width: 16rem !important;
    }

    .sm-px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .sm-text-5xl {
        font-size: 3rem !important;
        line-height: 1 !important;
    }

}



.text--1DB9DD- {
    color: #1DB9DD;
}

.text--333333- {
    color: #333333;
}

.max-w--1920px- {
    max-width: 1920px !important;
}

.max-w--1004px- {
    max-width: 1004px !important;
}

.w-2-5 {
    width: 0.625rem;
}

.h-2-5 {
    height: 0.625rem;
}

.top-1-2 {
    top: 50%;
}

.gap-2-5 {
    gap: 0.625rem;
}

.min-h-15 {
    min-height: 3.75rem;
}

.font-semibold {
    font-weight: 500 !important;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.h-80 {
    height: 20rem;
}

.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

.-translate-y-1-2 {
    transform: translateY(-50%);
}

.rounded--0px_23px_0px_0- {
    border-radius: 0px 23px 0px 0px;
}

.h--108px- {
    height: 108px !important;
}

.w--535px- {
    width: 535px !important;
}

.h--89px- {
    height: 89px !important;
}



@media (max-width: 768px) {
    .max-md:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .max-md:py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .max-md:max-w--350px- {
        max-width: 350px !important;
    }

    .max-md:w-full {
        width: 100% !important;
    }

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

    .md-py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .md-w--200px- {
        width: 200px !important;
    }

    .md-w--70px- {
        width: 70px !important;
    }

    .md-py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .md-px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .md-pt--25px- {
        padding-top: 25px !important;
    }

    .md-pb-0 {
        padding-bottom: 0 !important;
    }

    .md-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.max-sm:mx-2-5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
}

.max-sm:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.max-sm:rounded-2xl {
    border-radius: 1rem !important;
}

.bg-gray-section {
    background-color: var(--gray-section);
}

.text-encureit-blue {
    color: var(--encureit-blue);
}

.text-encureit-cyan {
    color: var(--encureit-cyan);
}

.bg-encureit-blue {
    background-color: var(--encureit-blue);
}

.border-encureit-blue {
    border-color: var(--encureit-blue);
}

.text-dark-text {
    color: var(--dark-text);
}

.text-gray-text {
    color: var(--gray-text);
}

.hover-opacity {
    transition: opacity 0.3s ease;
}

.hover-opacity:hover {
    opacity: 0.8;
}

.hover-bg-career-apply_now {
    transition: background-color 0.3s ease;
}

.hover-bg-career-apply_now:hover {
    background-color: rgba(31, 59, 117, 0.9);
}

.select-career {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23D4D6D8' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.select-career::-ms-expand {
    display: none;
}

.rounded--50px- {
    border-radius: 50px;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.leading--1-2- {
    line-height: 1.2 !important;
}

.h--38px- {
    height: 38px !important;
}

.h--270px- {
    height: 270px !important;
}

.rounded-2xl {
    border-radius: 1rem !important;
}

.bg--F5F5F5- {
    background-color: #F5F5F5 !important;
}

.bg--1F1F1F- {
    background-color: #1F1F1F !important;
}

.hover-bg--1F1F1F-90 {
    background-color: rgba(31, 31, 31, 0.9) !important;
}

.hover-bg--E5E5E5-:hover {
    background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;

}

/* Filter Button Styles */
.filter-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    height: 38px;
    border-radius: 9999px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    background-color: #F5F5F5;
    color: #1F1F1F;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.filter-btn:hover {
    background-color: #E5E5E5;
}

.filter-btn.active {
    background: linear-gradient(90deg, #45BDDE 0%, #3A9FBD 100%);
    color: #FFFFFF;
}

.filter-btn.active:hover {
    opacity: 0.9;
}

/* Clear All Button */
.filter-btn-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    height: 38px;
    border-radius: 9999px;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    background-color: #1F1F1F;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.filter-btn-clear:hover {
    background-color: rgba(31, 31, 31, 0.9);
}

/* Responsive adjustments for filter buttons */
@media (max-width: 767px) {

    .filter-btn,
    .filter-btn-clear {
        padding: 6px 12px;
        height: 34px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {

    .filter-btn,
    .filter-btn-clear {
        padding: 5px 10px;
        height: 32px;
        font-size: 10px;
    }
}

.text--666666- {
    color: #666666 !important;
}

.bg--32BFE5- {
    background-color: #32BFE5 !important;
}

.hover-bg--2AAFCE-:hover {
    background-color: #2AAFCE !important;
}

@media (min-width: 1024px) {
    .lg-leading--55px- {
        line-height: 55px !important;
    }

    .lg-leading--40px- {
        line-height: 40px !important;
    }

    .lg-w--130px- {
        width: 130px !important;
    }

    .lg-h-20 {
        height: 5rem !important;
    }

    .lg-w--150px- {
        width: 150px !important;
    }

    .lg-h--50px- {
        height: 50px !important;
    }

    .lg-w--170px- {
        width: 170px !important;
    }

    .lg-w-150 {
        width: 150px !important;
    }

    .lg-h--70px- {
        height: 70px !important;
    }

    .lg-py-12- {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .lg-mb-16 {
        margin-bottom: 4rem !important;
    }

    .lg-text-5xl {
        font-size: 3rem !important;
        line-height: 1 !important;
    }

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


    .lg-w--510px- {
        width: 510px !important;
    }

    .lg-text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem !important;

    }

    .lg-leading--30px- {
        line-height: 30px !important;
    }

    .lg-py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .lg-gap-20 {
        gap: 5rem !important;
    }

    .lg-leading--60px- {
        line-height: 60px !important;
    }

    .lg-w--232px- {
        width: 232px !important;
    }

    .lg-w--70px- {
        width: 70px !important;
    }

    .lg-flex-row {
        flex-direction: row;
    }

    .lg-w--346px- {
        width: 346px !important;
    }

    .lg-pt-10 {
        padding-top: 2.5rem !important;
    }

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

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

    .lg-leading--70px- {
        line-height: 70px !important;
    }

    .lg-py-20- {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
        ;
    }

    .lg-text--60px- {
        font-size: 50px !important;
    }

    .lg-px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .lg-py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

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

    .lg-h--314px- {
        height: 314px !important;
    }

    .lg-px--120px- {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }

    .lg-pb-20 {
        padding-bottom: 5rem !important;
    }

    .lg-w--250px- {
        width: 250px !important;
    }

    .lg-h--270px- {
        height: 270px !important;
    }

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

    .lg-leading--51px- {
        line-height: 51px !important;
    }

    .lg-leading--51px- {
        line-height: 51px !important;
    }

    .lg-py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

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

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

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

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

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

    .lg-max-w--346px- {
        max-width: 346px !important;
    }

    .lg-max-w--300px- {
        max-width: 300px !important;
    }

    .lg-h--350px- {
        height: 350px !important;
    }

    .lg--px-22- {
        padding-right: 90px !important;
        padding-left: 90px !important;
    }

}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .w-72 {
        width: 112px !important;
    }

    .logo_items {
        gap: 40px !important;
    }

    .text-width {
        width: 200px !important
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .sm-text--35px- {
        font-size: 35px !important;
    }

    .sm-h--250px- {
        height: 250px !important;
    }

    .sm-px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .sm-pb-16 {
        padding-bottom: 4rem !important;
    }

    .sm-py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .sm-py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

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

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

    .bannertext {
        font-size: 34px !important;
        line-height: 40px !important;
    }

    .bannersubtext {
        font-size: 16px !important;
    }

    .sm-h-10 {
        height: 2.5rem !important;
    }

    /* line-height: 36px !important; wrt insight page down-one*/
    /* .headingtext {
        font-size: 36px !important;
        line-height: 40px !important;
    } */

    .projectheadingtext {
        font-size: 36px !important;
        line-height: 1.5 !important;
        margin-top: 10px;
    }

    .headingsubtext {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .unibutton {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }


    .blogheadtext {
        font-size: 16px !important;
    }

    .sm-max-w--300px- {
        max-width: 300px;
    }

    .sm-h--320px- {
        height: 320%PX !important;
    }

    .sm-rounded--85px- {
        border-radius: 85px !important;
    }

    .content-card {
        /* margin: auto !important; */
    }

    .marginside {
        margin: auto !important;
    }

    .logos:before,
    .logos:after {
        width: 40px !important;
    }

    .btn-fontsize {
        font-size: 14px !important;
    }



}

.recentpost {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
}

.btn-fontsize {
    font-size: 16px;
}

.fromconcepttext {
    font-size: 24px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
}

.fromconcepttext2 {
    font-size: 32px;
    line-height: 28px;
    font-weight: 700;
    color: #FBBC05;
}


.custom_margin {
    padding-top: 20px;
    padding-bottom: 20px;
}

.headingtext {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -1px;
}

.headingsubtext {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.unibutton {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
    padding-right: 32px;
    width: fit-content;
    align-items: center;
    border-radius: 15px;
    cursor: pointer;
}

.blogheadtext {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 25px;
    color: #1F1F1F;
}

.projectheadingtext {
    font-size: 42px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -1px;
}

@media screen and (min-width: 1023px) {
    .lg-px--112- {
        padding-right: 112px;
        padding-left: 112px;
    }

    .collaboration-img {
        border-radius: 20px;
    }
}

@media screen and (min-width: 766px) and (max-width: 798px) {}

.customheadingtext {
    font-size: 40px !important;
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    .md-py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

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

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

    .md-max-w--300px- {
        max-width: 300px !important;
    }

    .md-h--320px- {
        height: 320px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
    .main-section {
        width: 100%;
    }

    .projectheadingtext {
        font-size: 35px;
        line-height: 38px;
    }
}



/* BLOG GRID */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

/* Responsive */
@media (max-width: 1350px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.blog-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.blog-card__image {
    position: relative;
    height: 320px;
    overflow: hidden;
}

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

/* DATE BADGE */
.date-badge {
    position: absolute;
    bottom: 0;
    left: 40px;
}

.date-badge span {
    background: #fff;
    padding: 10px 24px;
    border-radius: 24px 24px 0 0;
    font-size: 14px;
    color: #9ca3af;
}

/* CONTENT */
.blog-card__content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* TITLE */
.blog-card__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}

/* DESCRIPTION */
.blog-card__desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    flex-grow: 1;
    /* 🔑 makes all cards equal height */
}

/* TAGS */
.blog-card__tags {
    font-size: 12px;
    color: #9ca3af;
}

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

.p--22px- {
    padding: 22px !important;
}

.h--42px- {
    height: 42px !important;
}

.rounded-t--25px- {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.h--200px- {
    height: 200px !important;
}

.left--22px- {
    left: 22px !important;
}

.rounded--20px- {
    border-radius: 20px !important;
}

.shadow--0_4px_24px_0_rgba-0-0-0-0-10- {
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1) !important;
}

.w-7 {
    width: 1.75rem !important;
}

.h-7 {
    height: 1.75rem !important;
}

.leading--35px- {
    line-height: 35px !important;
}

.w--975px- {
    width: 975px !important;
}

.tracking--0-16px- {
    letter-spacing: 0.16px !important;
}

.leading--27px- {
    line-height: 27px !important;
}

.h-10 {
    height: 2.5rem !important;
}

.h-6 {
    height: 1.5rem !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}

.leading-tight {
    line-height: 1.25 !important;
}

.tracking-tight {
    letter-spacing: -0.025em !important;
}

.min-h--170px- {
    min-height: 170px !important;
}

.w--180px- {
    width: 180px !important;
}

.w--60px- {
    width: 60px !important;
}

.text-white-90 {
    color: rgb(255 255 255 / 0.9) !important;
}

.rounded--15px- {
    border-radius: 15px !important;
}

.w--300px- {
    width: 300px !important;
}

.h--472px- {
    height: 472px !important;
}

.rounded--100px- {
    border-radius: 100px !important;
}

.rounded--110px- {
    border-radius: 110px !important;
}

.tracking-tight-3 {
    letter-spacing: -0.03em !important;
}

.h-2-5 {
    height: 0.625rem !important;
}

.w-3 {
    width: 12px !important;
}

.sm-pt-16 {
    padding-top: 4rem !important;
}

.rounded-b-3xl {
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.rounded-b-2xl {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.py-3-5 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.bg--FFFFFF- {
    background-color: #FFFFFF !important;
}

.gap-20 {
    gap: 5rem !important;
}

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

.min-h--420px- {
    min-height: 420px !important;
}

.stick-menucase {
    width: 250px;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.stick-menucasestudy {
    width: 250px;
    position: sticky;
    top: 125px;
    height: fit-content;
}

.leading--1-8- {
    line-height: 1.8 !important;
}

.shadow--0_4px_24px_0_rgba-0-0-0-0-04- {
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08) !important;
}

.gap--15px- {
    gap: 15px !important;
}

.a {
    cursor: pointer;
}

/* final */
.bannertext {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.bannersubtext {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
}


.list-outside {
    list-style-position: outside !important;
}




@media (max-width: 800px) {
    .hide-below-800 {
        display: none !important;
    }
}

/* ================================
   CURVED BREADCRUMB SHAPE
================================ */
.breadcrumb-curve {
    position: relative;
    border-top-right-radius: 24px;
    background: #ffffff;
}

/* concave cut (top-left) */
.breadcrumb-curve::before {
    content: "";
    position: absolute;
    top: -48px;
    left: 0;
    width: 48px;
    height: 48px;
    background: transparent;
    border-bottom-left-radius: 19px;
    box-shadow: -24px 24px 0 0 #ffffff;
}

/* vertical smooth connector */
.breadcrumb-curve::after {
    content: "";
    position: absolute;
    bottom: 0;
    /* right: -60px; 
  top: 0;
  width: 24px;
  height: 100%;
  background: #ffffff;
   border-bottom-right-radius: 120px; */
}

/* ================================
   RESPONSIVE ADJUSTMENTS
================================ */
@media (max-width: 640px) {
    .breadcrumb-curve {
        border-radius: 0;
    }

    .breadcrumb-curve::before,
    .breadcrumb-curve::after {
        display: none;
    }
}






/* job modal */


/* Modal Overlay */
/* .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn 0.3s ease-in;
} */

/* .modal-overlay.active {
    display: flex;
} */

/* Modal */
.modal2 {
    background-color: white;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    max-width: 700px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    animation: slideUp 0.3s ease-out;
    overflow: hidden;
}

/* Modal Header */
.modal2-header2 {
    background: linear-gradient(135deg, #1F3B75 0%, #2A4A8F 100%);
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.icon-container2 {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-content2 {
    flex: 1;
    min-width: 0;
}

.job-title2 {
    color: white;
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.job-meta2 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.badge2 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 16px;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 600;
}

.badge2.hybrid {
    background: #FBBC05;
    color: #333;
    text-transform: uppercase;
}

.badge2.location,
.badge2.experience {
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.modal2-close2 {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    flex-shrink: 0;
}

.modal2-close2:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Modal Body */
.modal2-body {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
}

.section2 {
    margin-bottom: 24px;
}

.section2:last-child {
    margin-bottom: 0;
}

.section-title2 {
    color: #1F3B75;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-text2 {
    color: #666;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tech-tag {
    padding: 8px 14px;
    border: 1px solid #1DB9DD;
    border-radius: 50px;
    color: #1F3B75;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.list {
    list-style: none;
}

.list-item {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
}

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

.check-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.bullet {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666;
    margin-top: 8px;
    flex-shrink: 0;
}

.yellowbullet {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #FBBC05;
    margin-top: 8px;
    flex-shrink: 0;
}

.list-text {
    color: #666;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 20px;
    flex: 1;
}

.cta-section {
    background: linear-gradient(to bottom right, #f9fafb, #f3f4f6);
    border-radius: 20px;
    padding: 24px;
    text-align: center;
}

.cta-title {
    color: #1F3B75;
    font-family: 'Sora', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cta-text {
    color: #666;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    margin-bottom: 16px;
}

.apply-btn {
    background: #FBBC05;
    color: #333;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s;
}

.apply-btn:hover {
    background: #e5a800;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(251, 188, 5, 0.3);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Scrollbar */
.modal2-body::-webkit-scrollbar {
    width: 8px;
}

.modal2-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.modal2-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.modal2-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

@media (max-width: 768px) {
    .modal2 {
        max-height: 95vh;
        border-radius: 20px;
    }

    .modal2-header {
        padding: 20px;
    }

    .job-title {
        font-size: 16px;
    }

    .job-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .modal2-body {
        padding: 20px;
    }

    .section2 {
        margin-bottom: 20px;
    }
}

/* Testimonial equal-height cards - keep layout unchanged */
/* Only equalize heights and pin footers; do not change slide layout */
#testimonials-container .testimonial-slide2>.flex-1 {
    display: flex;
    flex-direction: column;
}

#testimonials-container .testimonial-slide2 article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 260px;

}

/* Small enhancement: ensure images (avatars) don't push footer out */
#testimonials-container .testimonial-slide2 footer img {
    flex-shrink: 0;
}

/* Optional: smooth height changes when slides change */
#testimonials-container {
    transition: height 260ms ease;
}

.top_banner {
    width: 98%;
    margin-top: 15px !important;
}

.w-300 {
    width: 300px !important;
}

.w-144 {
    width: 144px !important;
}

.w-160 {
    width: 160px !important;
}

.w-200 {
    width: 200px !important;
}

.h-308 {
    height: 308px !important;
}

.leading--22px- {
    line-height: 22px !important;
}

.min-h--500px- {
    min-height: 500px;
}

.rounded--10px- {
    border-radius: 10px;
}

.h-50 {
    height: 50px !important;
}

.w-50 {
    width: 50px !important;
}

.sliderarrow-left::before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 20px;
    height: 40px;
    background: transparent;
    border-radius: 0 0 20px 0;
    box-shadow: 0 20px 0 0 #ECF0F4;
    left: 30px;
}

.sliderarrow-right::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 40px;
    background: transparent;
    border-radius: 0 0 0 20px;
    box-shadow: 0 20px 0 0 #ECF0F4;
    transform: rotate(180deg);
    left: 30px;
}

.rounded--110px- {
    border-radius: 110px !important;
}

.about-bg svg {
    opacity: 1;
}

.about-bg {
    min-height: 100vh;
}

.content-card {
    /* margin-right: 70px;
    margin-left: 70px; */
}

.marginside {
    margin-right: 70px;
    margin-left: 70px;
    overflow-x: clip;
}




/* trusted by logos */
@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.logos {
    overflow: hidden;
    /* padding: 30px 0px; */
    /* white-space: nowrap; */
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 100px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;
    /* background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255)); */
}

.logos:after {
    right: 0;
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255)); */
}

.logo_items {
    display: flex;
    align-items: center;
    animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img {
    height: 100px;
}

.logos-track {
    display: flex;
    width: max-content;
    animation: marquee 35s linear infinite;
}

.logos:hover .logos-track {
    animation-play-state: paused;
}

.logo_items {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 80px;
    /* spacing between logos */
    margin-right: 80px;
}

/* 🔥 Reusable logo class */
.logo-img {
    height: 60px !important;
    /* desktop height */
    width: auto;
    /* keep aspect ratio */
    max-width: 160px;
    /* prevents very wide logos */
    object-fit: contain;
    flex-shrink: 0;
}

/* Tablet */
@media (max-width: 1024px) {
    .logo-img {
        height: 50px;
        max-width: 140px;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .logo-img {
        height: 42px;
        max-width: 120px;
    }
}

.logo-img {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.logo-img:hover {
    opacity: 1;
    transform: scale(1.05);
}

.text-width {
    width: 100% !important;
}

.curve-left::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 40px;
    background: transparent;
    border-radius: 0 0 20px 0;
    box-shadow: 0 20px 0 0 white;
    left: -19px;
    transform: translateY(1px);
}

.curve-right::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 40px;
    background: transparent;
    border-radius: 0 0 0 20px;
    box-shadow: 0 20px 0 0 white;
    transform: translateY(1px);
}

.left--50px- {
    left: 50px !important;
}

.aboutparatext {
    font-size: 16px;
    line-height: 24px;
}

.aboutptext {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1025px) {
    .aboutparatext {
        font-size: 14px;
    }

    .aboutptext {
        font-size: 14px;
    }
}

.summarytext {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
}

.genaiimg {
    background: #E9E9E9;
    border-radius: 25px;
}


.values-dots-pattern {
    position: absolute;
    right: 20px;
    top: 100%;
    transform: translateY(-50%);
    width: 180px;
    height: 200px;
    z-index: 1;
    background-size: 20px 20px;
}


/* Testimonial Marquee Slider Styles */
.testimonial-marquee-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.testimonial-marquee {
    display: flex;
    gap: 1rem;
    animation: marquee-scroll 40s linear infinite;
    will-change: transform;
    width: max-content;
    backface-visibility: hidden;
    transform: translateZ(0);
    animation-timing-function: linear;
}

.testimonial-marquee:hover {
    animation-play-state: paused;
}

/* 
@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
} */
@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Testimonial Card Styles */
.testimonial-card {
    min-width: 280px;
    max-width: 320px;
    transition: transform 0.10s ease, box-shadow 0.3s ease !important;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 640px) {
    .testimonial-card {
        min-width: 260px;
        max-width: 280px;
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .testimonial-card {
        min-width: 280px;
        max-width: 300px;
    }
}

@media (min-width: 1025px) {
    .testimonial-card {
        min-width: 300px;
        max-width: 320px;
    }

    .testimonial-marquee-wrapper {
        overflow: visible;
    }
}


/* .testimonial-slide2 {
  display: none;
} */

/* Show only the active slide */
/* .testimonial-slide2.active {
  display: flex;
} */


/* #testimonials-container {
    position: relative;
    min-height: 400px;
  } */

#testimonials-container .testimonial-slide2 {
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

#testimonials-container .testimonial-slide2:first-child {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

#pagination .pagination-dot {
    transition: all 0.3s ease;
    cursor: pointer;
}

#pagination .pagination-dot:hover {
    opacity: 0.8;
}

.blogsubpagehead {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.blogsubpageheadpara {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}





































/* BANNER BANNER BANNER */


/* ===================================
           SERVICES BANNER SECTION
        =================================== */
.services-banner-wrapper {
    position: relative;
    width: 99%;
    overflow: hidden;
    margin: 15px auto;
}

.services-banner {
    /* position: relative;
            width: 100%;
            min-height: 400px;
            background: linear-gradient(135deg, #1e3a6d 0%, #2d4a8f 50%, #1e3a6d 100%);
            overflow: hidden;
            padding: 0; */
    position: relative;
    width: 100%;
    min-height: 400px;
    background: linear-gradient(135deg, #1e3a6d 0%, #2d4a8f 50%, #1e3a6d 100%);
    /* overflow: hidden; */
    padding: 0;
    border-radius: 25px;
}

/* ===================================
           BACKGROUND PATTERN & DECORATIVE ELEMENTS
        =================================== */
.banner-bg-pattern {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.15;
    overflow: hidden;
}

/* ===================================
           BANNER IMAGE
        =================================== */
.banner-image-container {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 25px;
}

.banner-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* Vertical "SERVICES" text on the right edge */
.vertical-services-text {
    position: absolute;
    font-size: 64px;
    letter-spacing: 1px;
    font-family: 'Manrope Alt', Arial, Helvetica, sans-serif;
    text-transform: none;
    word-spacing: 0px;
    font-style: normal;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px currentColor;
    white-space: nowrap;
    right: 0px;
    color: #ffffff;

    display: block;
    transform-origin: right bottom;
    transform: rotate(-90deg) translateX(100%);


}

.servicebottom {
    font-size: 44px !important;
    bottom: 85px;
}

.aboutusbottom {
    font-size: 44px !important;
    bottom: 83px;
}

.insightbottom {
    font-size: 44px !important;
    bottom: 85px;
}

.careerbottom {
    font-size: 44px !important;
    bottom: 85px;
}

.contactbottom {
    font-size: 44px !important;
    bottom: 85px;
}

.industrybottom {
    font-size: 44px !important;
    bottom: 60px;
}

.casestudybottom {
    font-size: 44px !important;
    bottom: 30px;
}

.privacybottom {
    bottom: 30px;
    line-height: 60px !important;
    right: 10px !important;
}

.privacybottom {
    bottom: 30px;
    line-height: 60px !important;
    right: 10px !important;
    font-size: 52px !important;
}

/* ===================================
           MAIN CONTENT
        =================================== */
.banner-content-wrapper {
    position: relative;
    z-index: 10;
    padding: 80px 0;
    /* min-height: 400px; */
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-main-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: -1px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.banner-main-heading .highlight-text {
    color: #FBBC05;
}

.banner-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}


/* ===================================
           RESPONSIVE DESIGN
        =================================== */
@media (max-width: 1200px) {
    .banner-main-heading {
        font-size: 34px;
        max-width: 900px;
        padding: 0 20px;
        line-height: 34px;
    }

    .banner-subtitle {
        font-size: 18px;
        max-width: 850px;
        padding: 0 20px;
    }


    .vertical-services-text {
        display: none;
    }
}

@media (max-width: 992px) {
    .banner-content-wrapper {
        /* padding: 60px 0; */
    }

    .banner-main-heading {
        font-size: 34px;
        max-width: 750px;
        padding: 0 30px;
        line-height: 35px;
    }

    .banner-subtitle {
        font-size: 16px;
        max-width: 700px;
        padding: 0 30px;
    }


    .vertical-services-text {
        font-size: 70px;
        right: 20px;
        letter-spacing: 14px;
        -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.18);
    }

    .projectsvg {
        top: 503px !important;
    }
}

@media (max-width: 768px) {
    .services-banner {
        min-height: 320px;
    }

    .banner-content-wrapper {
        /* padding: 50px 0; */
    }

    .banner-main-heading {
        font-size: 34px;
        margin-bottom: 18px;
        max-width: 100%;
        padding: 0 25px;
        line-height: 1.3;
    }

    .banner-subtitle {
        font-size: 15px;
        line-height: 1.55;
        max-width: 100%;
        padding: 0 25px;
    }


    .vertical-services-text {
        font-size: 60px;
        right: 15px;
        letter-spacing: 12px;
        -webkit-text-stroke: 1.3px rgba(255, 255, 255, 0.2);
    }

    .slidernone {
        display: none;
    }

}

@media (max-width: 576px) {
    .banner-content-wrapper {
        /* padding: 40px 0; */
    }

    .banner-main-heading {
        font-size: 28px;
        padding: 0 20px;
        line-height: 1.25;
    }

    .banner-subtitle {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 20px;
    }


    .vertical-services-text {
        font-size: 48px;
        right: 10px;
        letter-spacing: 10px;
        -webkit-text-stroke: 1.2px rgba(255, 255, 255, 0.22);
    }
}

@media (max-width: 480px) {
    .vertical-services-text {
        font-size: 40px;
        right: 8px;
        letter-spacing: 8px;
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
    }
}





/* new  */

.breadcrumbs-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    padding: 20px 20px 0 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.breadcrumbs-wrapper:before,
.breadcrumbs-wrapper:after,
.page-title-decoration-bl:before,
.page-title-decoration-bl:after,
.page-title-decoration-br:before,
.page-title-decoration-br:after {
    box-shadow: 0 20px 0 0 #ffffff;
}

.breadcrumbs-wrapper:before {
    left: 0;
    top: -20px;
    border-bottom-left-radius: 20px;
}

.breadcrumbs-wrapper:before,
.breadcrumbs-wrapper:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
}

.breadcrumbs {
    font-family: 'Manrope', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 27px;
    text-transform: none;
    letter-spacing: 0em;
    word-spacing: 0px;
    font-style: normal;
    font-weight: 600;
}

.breadcrumbs,
.breadcrumbs a {
    color: #333333;
}

.breadcrumbs,
.page-title-decoration-bl .page-title-decoration-bl-inner,
.page-title-decoration-tl .page-title-decoration-tl-inner,
.page-title-decoration-br .page-title-decoration-br-inner {
    background-color: #ffffff;
}

@media only screen and (min-width: 992px) {
    .breadcrumbs {
        padding: 35px 82px 26px 82px;
    }
}

.breadcrumbs {
    --link-gradient-angle: 262deg;
    --link-gradient-colorstop-1: 14.51%;
    --link-gradient-colorstop-2: 95.96%;
    font-size: 14px;
    line-height: 27px;
    font-weight: 600;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 15px 30px 16px 38px;
    -webkit-border-radius: 0 25px 0 23px;
    border-radius: 0 25px 0 23px;
}

.breadcrumbs,
.breadcrumbs a {
    color: #333333;
}

.breadcrumbs a {
    display: inline-block;
    position: relative;
}



.breadcrumbs a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
}

.breadcrumbs,
.breadcrumbs a {
    color: #333333;
}

.breadcrumbs .delimiter {
    color: #c5c5c5;
}

.breadcrumbs .delimiter {
    display: inline-block;
    margin: 0 3px;
}

.breadcrumbs .delimiter:before {
    content: '/';
    display: inline-block;
}

.breadcrumbs-wrapper:before,
.breadcrumbs-wrapper:after,
.page-title-decoration-bl:before,
.page-title-decoration-bl:after,
.page-title-decoration-br:before,
.page-title-decoration-br:after {
    box-shadow: 0 20px 0 0 #ffffff;
}

.breadcrumbs-wrapper:after {
    right: 0;
    border-bottom-left-radius: 20px;
}

@media only screen and (min-width: 992px) {
    .breadcrumbs {
        /* padding: 35px 82px 26px 82px; */
        padding: 17px 26px 17px 26px;
    }
}

@media only screen and (max-width: 575px) {
    .bgcase {
        padding: 8px 14px 8px 8px !important;
        font-size: 12px !important;
    }
}



/* ------------------CASESTUDY BANNER -------------------------------*/
.page-title-decoration-tl .page-title-decoration-tl-inner,
.page-title-decoration-br .page-title-decoration-br-inner {
    background-color: #ffffff;
}

.page-title-decoration-tl {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px 20px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.page-title-decoration-tl:before {
    left: 0;
    bottom: -20px;
    border-top-left-radius: 20px;
}

.page-title-decoration-tl:before,
.page-title-decoration-tl:after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
}

@media only screen and (min-width: 992px) {
    .page-title-decoration-tl .page-title-decoration-tl-inner {
        width: 102px;
        height: 65px;
    }
}

.page-title-decoration-tl .page-title-decoration-tl-inner {
    width: 78px;
    height: 50px;
    -webkit-border-radius: 23px 0 25px 0;
    border-radius: 23px 0 25px 0;
}

.page-title-decoration-tl:before,
.page-title-decoration-tl:after {
    box-shadow: 0 -20px 0 0 #ffffff;
}

.page-title-decoration-tl:after {
    right: 0;
    top: 0;
    border-top-left-radius: 20px;
}

.page-title-decoration-br:after {
    right: 0;
    top: -20px;
    border-bottom-right-radius: 20px;
}

.page-title-decoration-tl:before,
.page-title-decoration-tl:after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
}

.page-title-decoration-br {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px 0 0 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.page-title-decoration-br:before {
    left: 0;
    bottom: 0;
    border-bottom-right-radius: 20px;
}

.page-title-decoration-br:before,
.page-title-decoration-br:after {
    content: "";
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
}

@media only screen and (min-width: 992px) {
    .page-title-decoration-br .page-title-decoration-br-inner {
        width: 90px;
        height: 150px !important;
    }
}

.page-title-decoration-br .page-title-decoration-br-inner {
    width: 65px;
    height: 100px;
    -webkit-border-radius: 25px 0 23px 0;
    border-radius: 25px 0 23px 0;
}

@media only screen and (min-width: 992px) {

    .page-title-decoration-bl,
    .page-title-decoration-tl,
    .page-title-decoration-br {
        display: block;
    }
}

.banner-heading {
    font-weight: 700;
    font-size: clamp(28px, 4vw, 56px);
    line-height: 1.2;
    color: #ffffff;
}

.banner-heading .highlight {
    color: #FFD166;
    /* yellow highlight */
    font-weight: 800;
}

.justify-content-end {
    justify-content: end;
}

@media (max-width: 1400px) {
    .laundrytext {
        padding: 50px 0px;
    }
}

/* Fix text overlap with page-title-decoration-br */
/* Ensure text wraps properly and doesn't overflow */
.banner-heading {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    padding-right: 30px;
}

/* Add padding to prevent overlap with bottom-right decoration on desktop */
@media (min-width: 992px) {
    .laundrytext .banner-heading {
        padding-right: 90px;
    }
}








/* BLOG BANNER BANNER BANNER */


/* ===================================
           SERVICES BANNER SECTION
        =================================== */
.blogservices-banner-wrapper {
    position: relative;
    width: 99%;
    overflow: hidden;
    margin: 15px auto;
}

.blogservices-banner {
    position: relative;
    width: 100%;
    /* min-height: 400px; */
    min-height: 250px;
    /* background: linear-gradient(135deg, #1e3a6d 0%, #2d4a8f 50%, #1e3a6d 100%); */
    overflow: hidden;
    padding: 0;
    border-radius: 25px;
}



/* ===================================
           BANNER IMAGE
        =================================== */
.blogbanner-image-container {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 25px;
}

.blogbanner-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



/* ===================================
           MAIN CONTENT
        =================================== */
.blogbanner-content-wrapper {
    position: relative;
    z-index: 10;
    padding: 80px 0;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.blogbanner-main-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 43px;
    color: #ffffff;
    /* margin-bottom: 24px; */
    letter-spacing: -1px;
    /* max-width: 1100px; */
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.blogbanner-main-heading .highlight-text {
    color: #FBBC05;
}

.blogbanner-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}


/* ===================================
           RESPONSIVE DESIGN
        =================================== */
@media (max-width: 1200px) {
    .blogbanner-main-heading {
        font-size: 34px;
        /* max-width: 900px; */
        padding: 0 20px;
        line-height: 43px;
    }

    .blogbanner-subtitle {
        font-size: 18px;
        max-width: 850px;
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .blogbanner-content-wrapper {
        padding: 60px 0;
    }

    .blogbanner-main-heading {
        font-size: 34px;
        max-width: 750px;
        padding: 0 30px;
        line-height: 35px;
    }

    .blogbanner-subtitle {
        font-size: 16px;
        max-width: 700px;
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .blogservices-banner {
        min-height: 250px;
    }

    .blogbanner-content-wrapper {
        padding: 50px 0;
    }

    .blogbanner-main-heading {
        font-size: 34px;
        /* margin-bottom: 18px; */
        max-width: 100%;
        padding: 0 25px;
        line-height: 1.3;
    }

    .blogbanner-subtitle {
        font-size: 15px;
        line-height: 1.55;
        max-width: 100%;
        padding: 0 25px;
    }
}

@media (max-width: 576px) {
    .blogbanner-content-wrapper {
        padding: 40px 0;
    }

    .blogbanner-main-heading {
        font-size: 28px;
        padding: 0 20px;
        line-height: 1.25;
    }

    .blogbanner-subtitle {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 20px;
    }
}





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

    .post-meta-header:not(:first-child),
    .post-meta-header:not(:first-child) {
        margin-bottom: 50px;
    }
}

.post-meta-header:not(:first-child) {
    margin: calc(-1 * (2em + 15px)) 0 0;
}

.post-meta-header {
    position: relative;
    font-size: 14px;
    line-height: 1;
    z-index: 1;
}

.post-meta-items-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: -17;
    margin-left: 71px;
    overflow: hidden;
}

.post-meta-items-wrapper:after .post-meta-items-wrapper:before {
    box-shadow: 0 20px 0 0 #ffffff;
}

.post-meta-items-wrapper:before {
    left: 0;
    border-bottom-right-radius: 20px;
}

.post-meta-items-wrapper:before,
.post-meta-items-wrapper:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    min-height: 40px;
    width: 1.428571em;
    aspect-ratio: 1 / 2;
}



.post-meta-items {
    background-color: #ffffff;
}

.post-meta-items {
    padding: 11px 24px 4px;
    -webkit-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0;
}

.post-meta-header .post-meta-item {
    color: #9b9b9b;
}

.post-meta-header .post-meta-item {
    display: inline-block;
    vertical-align: top;
    line-height: 2em;
    font-weight: 500;
}

.post-meta-header .post-meta-item:not(:last-child):after {
    content: '/';
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

.post-meta-items-wrapper:after {
    box-shadow: 0 20px 0 0 #ffffff;

}

.post-meta-items-wrapper:after {
    right: 0;
    border-bottom-left-radius: 20px;
}

.post-meta-items-wrapper:before {
    box-shadow: 0 20px 0 0 #ffffff;
}

.blogservices-banner .post-meta-header {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    margin: 0;
}



.bg-coresmart {
    position: relative;
    overflow: hidden;

}

.bg-coresmartsvg {
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0 */
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    /* prevents blocking clicks */
}

.project-hero,
.project-showcase,
.process-section {
    position: relative;
    z-index: 2;
}

.backimg {
    /* background-image: url("../img/gradientnew.svg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: 100%;
    backdrop-filter: blur(8px); */
}

.bg-career {
    background-image: url("../img/careerback.svg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: 100%;
    backdrop-filter: blur(8px);
}

.bg-contact {
    background-image: url("../img/careerback.svg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: 100%;
    backdrop-filter: blur(8px);
}

.bg-privacy {
    background-image: url("../img/careerback.svg") !important;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    background-position: center top;
    background-size: 100% auto;
    backdrop-filter: blur(8px);
}

@media (max-width: 768px) {
    .bg-privacy {
        background-position: center top;
    }
}

.bg-terms {
    background-image: url("../img/careerback.svg") !important;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    background-position: center top;
    background-size: 100% auto;
    backdrop-filter: blur(8px);
}

@media (max-width: 768px) {
    .bg-terms {
        background-position: center top;
    }
}

/* .bg-solution {
    background-image: url("../img/yellowsidegradient.svg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: 100%;
    backdrop-filter: blur(8px);
} */

.bg-genai {
    background-image: url("../img/genaibg.svg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: 100%;
    backdrop-filter: blur(8px);
}

.bg-engagement {
    background-image: url("../img/engagementbg.svg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-position: 100%;
    backdrop-filter: blur(8px);
}





.svgrapper {
    position: relative;
    /* overflow: hidden; */
    overflow-x: clip;
    margin: 0px -16px;
}

/* .solutionyellowleft {
    position: absolute;
    height: 100%;
    width: 100%;
    left: -1000px;
    bottom: 342px;
} */
.solutionyellowleft {
    position: absolute;
    /* height: 100%; */
    width: 100%;
    left: -550px;
    top: 927px;
    z-index: -1;
}

.challengeblueright {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 283px;
    bottom: 261px;
}

.projectsvg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100px;

}

/* ===================================
   BACKGROUND SVG STYLES
=================================== */

/* Yellow SVG - Top Right (Quick Summary Section) */
.serviceyellowright {
    position: absolute;
    top: -50px;
    right: -100px;
    width: 600px;
    height: 700px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.serviceyellowright svg {
    width: 100%;
    height: 100%;
    transform: translate(20%, -10%);
}

/* Blue SVG - Bottom Left (Engagement Models Section) */
.serviceblueleft {
    /* position: absolute;
    bottom: -245px;
    left: -200px;
    width: 752px;
    height: 700px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1; */

    position: absolute;
    left: -200px;
    width: 752px;
    height: 700px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
    top: 411px;
}

.serviceblueleft svg {
    width: 100%;
    height: 100%;
    transform: translate(-20%, 10%);
}

/* Make parent container position relative */
.position-relative {
    position: relative;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .serviceyellowright {
        width: 450px;
        height: 550px;
        top: -30px;
        right: -80px;
    }

    .serviceblueleft {
        width: 450px;
        height: 550px;
        /* bottom: -100px; */
        left: -150px;
        top: 275px;
    }
}

@media (max-width: 768px) {
    .serviceyellowright {
        width: 350px;
        height: 450px;
        top: -20px;
        right: -60px;
    }

    .serviceyellowright svg {
        transform: translate(15%, -8%);
    }

    .serviceblueleft {
        width: 350px;
        height: 450px;
        /* bottom: -80px; */
        left: -120px;
        top: 238px;
    }

    .serviceblueleft svg {
        transform: translate(-15%, 8%);
    }
}

@media (max-width: 480px) {
    .serviceyellowright {
        width: 280px;
        height: 350px;
        top: -10px;
        right: -50px;
    }

    .serviceyellowright svg {
        transform: translate(20%, -5%);
    }

    .serviceblueleft {
        width: 280px;
        height: 350px;
        /* bottom: -60px; */
        top: 174px;
        left: -100px;
    }

    .serviceblueleft svg {
        transform: translate(-20%, 5%);
    }
}

/* Yellow + Blue Gradient SVG - Middle of Engagement Cards Section */
.serviceengagementsvg {
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: 1920px;
    max-height: 1464px; */
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.serviceengagementsvg svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Responsive adjustments for engagement SVG */
@media (max-width: 1200px) {
    .serviceengagementsvg {
        width: 90%;
        height: 90%;
        top: 55%;
    }
}

@media (max-width: 1024px) {
    .serviceengagementsvg {
        width: 85%;
        height: 85%;
        top: 55%;
    }
}

@media (max-width: 768px) {
    .serviceengagementsvg {
        width: 100%;
        height: 80%;
        top: 55%;
    }
}

@media (max-width: 480px) {
    .serviceengagementsvg {
        width: 100%;
        height: 70%;
        top: 60%;
    }
}


.casestudysvg {
    position: absolute;
    bottom: 1000px;
    right: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.casestudysvg svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Responsive adjustments for case study SVG */
@media (max-width: 1300px) {
    .casestudysvg {
        bottom: 2000px
    }
}

@media (max-width: 1024px) {
    .casestudysvg {
        bottom: 3025px;
    }
}

@media (max-width: 768px) {
    .casestudysvg {
        bottom: 3296px;
    }
}

@media (max-width: 480px) {
    .casestudysvg {
        bottom: 3434px;
    }
}














/* ===================================
   SERVICES BANNER CONTENT STYLING
=================================== */
.banner-content-wrapperservice {
    position: relative;
    z-index: 10;
    padding: 80px 40px;
    min-height: 400px;
    /* display: flex; */
    align-items: flex-start;
    justify-content: flex-start;
}

.banner-content-innerservice {
    max-width: 600px;
    margin-left: 60px;
    margin-top: 15px;
}

.banner-main-headingservice {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
    color: #333333;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.banner-main-headingservice .highlight-textservice {
    color: #1DB9DD;
    /* display: block; */
}

.banner-subtitleservice {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #333333;
    max-width: 550px;
}



/* ===================================
   RESPONSIVE DESIGN
=================================== */
@media (max-width: 1200px) {
    .banner-content-innerservice {
        margin-left: 40px;
        /* max-width: 500px; */
        max-width: 755px;
    }

    .banner-main-headingservice {
        font-size: 38px;
        line-height: 1.2;
    }

    .banner-subtitleservice {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .banner-content-wrapperservice {
        padding: 60px 30px;
        min-height: 350px;
    }

    .banner-content-innerservice {
        margin-left: 20px;
        margin-top: 20px;
    }

    .banner-main-headingservice {
        font-size: 42px;
    }

    .banner-subtitleservice {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    .banner-content-wrapperservice {
        padding: 50px 20px;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .banner-content-innerservice {
        margin-left: 0;
        margin-top: 0;
        text-align: center;
        max-width: 100%;
    }

    .banner-main-headingservice {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .banner-subtitleservice {
        font-size: 16px;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .banner-content-wrapperservice {
        padding: 40px 15px;
    }

    .banner-main-headingservice {
        font-size: 30px;
        line-height: 1.3;
    }

    .banner-main-headingservice .highlight-textservice {
        display: inline;
    }

    .banner-subtitleservice {
        font-size: 14px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .banner-main-headingservice {
        font-size: 26px;
    }

    .banner-subtitleservice {
        font-size: 13px;
    }
}

.service-btn {
    background-color: white;
}

.lineheight17 {
    line-height: 17px;
}













/* Demo Content Area */
.demo-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.demo-text {
    text-align: center;
    color: white;
}

.demo-text h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
}

.demo-text p {
    font-size: 20px;
    opacity: 0.9;
}

/* ===================================
           FOOTER SECTION STYLES
        =================================== */

.footer-section {
    background-color: #E8EBF0;
    padding: 60px 20px;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-content {
    background-color: #ECF0F4;
    border-radius: 40px;
    padding: 50px 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
    gap: 80px;
    align-items: start;
}

/* Brand Column */
.footer-brand {
    max-width: 450px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.logo-img {
    /* width: 50px;
    height: 50px;
    border-radius: 50%; */
}

.logo-text {
    /* font-size: 26px;
    font-weight: 700;
    color: #333333;
    letter-spacing: -0.5px; */
}

.footer-tagline {
    font-size: 16px;
    font-style: italic;
    color: #333333;
    margin-bottom: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.footer-address {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.address-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.address-text {
    color: #333333;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
}

.address-text p {
    margin: 0;
    padding: 0;
}

/* Footer Columns */
.footer-col {
    display: flex;
    flex-direction: column;
}

.footer-heading {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 24px;
    margin-top: 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-links li a {
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-links li a:hover {
    color: #1DB9DD;
}

/* Social Section */
.footer-social {
    margin-top: 36px;
}

.social-heading {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 16px;
    margin-top: 0;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-link:hover {
    transform: translateY(-3px);
    opacity: 0.85;
}

.social-link svg {
    width: 36px;
    height: 36px;
}

/* ===================================
           RESPONSIVE STYLES
        =================================== */

/* Large Tablets and Small Desktops */
@media (max-width: 1200px) {
    .footer-grid {
        grid-template-columns: 2fr 1fr 1fr 1.2fr;
        gap: 60px;
    }

    .footer-content {
        padding: 45px 50px;
    }

    .footer-section {
        padding: 50px 20px;
    }

    .demo-text h1 {
        font-size: 40px;
    }

    .demo-text p {
        font-size: 18px;
    }
}

/* Tablets */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

    .footer-brand {
        grid-column: 1 / -1;
        max-width: 100%;
    }

    .footer-content {
        padding: 40px 40px;
        border-radius: 30px;
    }

    .footer-section {
        padding: 40px 20px;
    }

    .demo-text h1 {
        font-size: 36px;
    }
}

/* Mobile Landscape */
@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-content {
        padding: 35px 30px;
        border-radius: 25px;
    }

    .footer-logo {
        margin-bottom: 16px;
    }

    .logo-text {
        font-size: 24px;
    }

    .footer-tagline {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .footer-heading {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .footer-links {
        gap: 14px;
    }

    .footer-links li a {
        font-size: 14px;
    }

    /* .address-text {
        font-size: 13px;
    } */

    .demo-text h1 {
        font-size: 32px;
    }

    .demo-text p {
        font-size: 16px;
    }
}

/* Mobile Portrait */
@media (max-width: 480px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-section {
        padding: 30px 16px;
    }

    .footer-container {
        padding: 0 16px;
    }

    .footer-content {
        padding: 30px 24px;
        border-radius: 20px;
    }

    .footer-brand {
        grid-column: 1;
        text-align: left;
    }

    .footer-logo {
        justify-content: flex-start;
        margin-bottom: 14px;
    }

    .logo-img {
        width: 75px;
        height: 44px;
    }

    .logo-text {
        font-size: 22px;
    }

    .footer-tagline {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .footer-address {
        gap: 10px;
    }

    .address-icon {
        width: 18px;
        height: 18px;
    }

    /* .address-text {
        font-size: 12px;
    } */

    .footer-heading {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .footer-links {
        gap: 12px;
    }

    .footer-links li a {
        font-size: 14px;
    }

    .footer-social {
        margin-top: 28px;
    }

    .social-heading {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .social-link svg {
        width: 32px;
        height: 32px;
    }

    .demo-text h1 {
        font-size: 28px;
    }

    .demo-text p {
        font-size: 14px;
    }
}

/* Extra Small Mobile */
@media (max-width: 360px) {
    .footer-section {
        padding: 24px 12px;
    }

    .footer-content {
        padding: 24px 20px;
    }

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

    .footer-tagline {
        font-size: 12px;
    }

    /* .address-text {
        font-size: 11px;
    } */

    .footer-links li a {
        font-size: 12px;
    }

    .demo-text h1 {
        font-size: 24px;
    }
}








/* Yellow dotted lines between process steps */
.process-step {
    position: relative;
    overflow: visible !important;
}

/* Desktop - Horizontal dotted lines between cards (4-column) */
@media (min-width: 1024px) {
    .process-steps {
        overflow: visible !important;
    }

    .process-step:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        width: 20px;
        height: 3px;
        background: repeating-linear-gradient(90deg,
                #FBBC05 0,
                #FBBC05 6px,
                transparent 6px,
                transparent 12px);
        z-index: 100;
        pointer-events: none;
    }
}

/* Tablet - 2-column layout */
@media (min-width: 768px) and (max-width: 1023px) {
    .process-steps {
        overflow: visible !important;
    }

    /* Horizontal line between card 1 and 2 (first row) */
    .process-step:nth-child(1)::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        width: 20px;
        height: 3px;
        background: repeating-linear-gradient(90deg,
                #FBBC05 0,
                #FBBC05 6px,
                transparent 6px,
                transparent 12px);
        z-index: 100;
        pointer-events: none;
    }

    /* Horizontal line between card 3 and 4 (second row) */
    .process-step:nth-child(3)::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        width: 20px;
        height: 3px;
        background: repeating-linear-gradient(90deg,
                #FBBC05 0,
                #FBBC05 6px,
                transparent 6px,
                transparent 12px);
        z-index: 100;
        pointer-events: none;
    }
}

/* Mobile - No dotted lines between stacked cards */
@media (max-width: 767px) {
    .process-step::after {
        display: none;
    }
}


/* ===================================
   FILE UPLOAD BUTTON STYLING
=================================== */
.file-upload-wrapper {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #ADADAD;
    border-radius: 50px;
    padding: 4px 4px 4px 4px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.file-upload-wrapper:hover {
    border-color: #1DB9DD;
}

.browse-btn-new {
    background: #1F3B75;
    color: #FFFFFF;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: none;
    outline: none;
}

.browse-btn-new:hover {
    background: #2d4a8f;
    transform: translateY(-1px);
}

.file-upload-text {
    flex: 1;
    padding: 0 20px;
    color: #898989;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.optional-text {
    font-size: 12px;
    color: #B8B8B8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .browse-btn-new {
        padding: 10px 24px;
        font-size: 13px;
    }

    .file-upload-text {
        padding: 0 15px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .browse-btn-new {
        padding: 10px 20px;
        font-size: 12px;
    }

    .file-upload-text {
        padding: 0 12px;
        font-size: 12px;
    }

    .optional-text {
        font-size: 11px;
    }
}


/* ===================================
   CONTACT PAGE BACKGROUND SVG STYLING
=================================== */
.contactback {
    position: relative;
    overflow: hidden;
    margin: 0px -13px;
}

.contactbluesvg {
    position: absolute;
    top: -188px;
    right: -20px;
    width: 800px;
    height: 700px;
    opacity: 1.6;
    pointer-events: none;
    z-index: 0;
}

.contactbluesvg svg {
    width: 100%;
    height: auto;
}

.contactyellowsvg {
    position: absolute;
    bottom: 230px;
    left: -30px;
    width: 600px;
    height: auto;
    opacity: 1.7;
    pointer-events: none;
    z-index: 0;
}

.contactyellowsvg svg {
    width: 100%;
    height: auto;
}

/* Ensure content stays above SVGs */
.contactback>.marginside {
    position: relative;
    z-index: 1;
}

/* Responsive adjustments for contact SVGs */
@media (max-width: 1400px) {
    .contactbluesvg {
        width: 700px;
        right: -150px;
        top: -50px;
    }

    .contactyellowsvg {
        width: 500px;
        left: -100px;
        bottom: 150px;
    }
}

@media (max-width: 1024px) {
    .contactbluesvg {
        width: 600px;
        right: -100px;
        top: 0;
    }

    .contactyellowsvg {
        width: 450px;
        left: -80px;
        bottom: 0;
    }
}

@media (max-width: 768px) {
    .contactbluesvg {
        width: 500px;
        right: -80px;
        top: 50px;
        opacity: 0.4;
    }

    .contactyellowsvg {
        width: 400px;
        left: -60px;
        bottom: -50px;
        opacity: 0.5;
    }
}

@media (max-width: 480px) {
    .contactbluesvg {
        width: 400px;
        right: -60px;
        top: 100px;
        opacity: 0.3;
    }

    .contactyellowsvg {
        width: 350px;
        left: -50px;
        bottom: -150px;
        opacity: 0.4;
    }
}

.testimonial-card {
    margin-left: 15px;
    padding: 10px;
}

.testimonial-cardheadtext {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.testimonial-cardheadsubtext {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.engagementcarddesc {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 12px;
    flex-grow: 1
}

.engagementcardhead {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}



/* home page what we do */
/* GenAI Background SVG Positioning - Bottom Right */
.genaibgsvg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 323px;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.genaibgsvg svg {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: auto;
    opacity: 1;
}

/* Ensure parent container has relative positioning */
.bg-ai-primary {
    position: relative;
    overflow: hidden;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1024px) {
    .genaibgsvg {
        width: 300px;
        height: 240px;
    }
}

@media (max-width: 768px) {
    .genaibgsvg {
        width: 250px;
        height: 200px;
        bottom: 0px;
        right: 0px;
    }

    .genaibgsvg svg {
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 480px) {
    .genaibgsvg {
        width: 200px;
        height: 160px;
    }
}




.mobappbgsvg {
    position: absolute;
    bottom: 0px;
    right: 40px;
    width: 211px;
    height: 256px;
    pointer-events: none;
    overflow: visible;
}

.mobappbgsvg svg {
    position: relative;
    width: 100%;
    height: auto;
    opacity: 1;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 1024px) {
    .mobappbgsvg {
        width: 227px;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .mobappbgsvg {
        width: 220px;
        right: 10px;
    }
}

@media (max-width: 480px) {
    .mobappbgsvg {
        width: 217px;
        right: 5px;
    }
}

.descsubheading {
    margin-top: 30px;
}

.descusecase {
    margin-top: 30px;
    margin-bottom: 20px;
}





/* Collaboration Image Styling */
.collaboration-img-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    pointer-events: none;
    z-index: 1;
}

.collaboration-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
    display: block;
}

/* Responsive adjustments */
@media (min-width: 1441px) {
    .collaboration-img-wrapper {
        width: 45%;
    }
}

@media (max-width: 1440px) {
    .collaboration-img-wrapper {
        width: 48%;
    }
}

@media (max-width: 1280px) {
    .collaboration-img-wrapper {
        width: 50%;
    }

    .collaboration-img {
        height: 90%;
    }
}

@media (max-width: 1024px) {
    .collaboration-img-wrapper {
        width: 45%;
        /* right: 5%; */
    }

    .collaboration-img {
        height: 85%;
    }
}

/* @media (max-width: 991px)  */
@media (max-width: 1023px) {
    .collaboration-img-wrapper {
        position: relative;
        width: 100%;
        height: 400px;
        /* margin-top: 3rem; */
        justify-content: center;
        align-items: flex-end;
        right: 0;
    }

    .collaboration-img {
        width: auto;
        height: 100%;
        max-width: 80%;
        object-position: bottom center;
        align-self: flex-end;
    }
}

@media (max-width: 768px) {
    .collaboration-img-wrapper {
        height: 350px;
        /* margin-top: 2.5rem; */
    }

    .collaboration-img {
        max-width: 75%;
        height: 100%;
    }
}

@media (max-width: 640px) {
    .collaboration-img-wrapper {
        height: 300px;
        /* margin-top: 2rem; */
    }

    .collaboration-img {
        max-width: 85%;
        height: 100%;
    }
}

@media (max-width: 480px) {
    .collaboration-img-wrapper {
        height: 280px;
    }

    .collaboration-img {
        max-width: 100%;
        height: 100%;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    /* .collaboration-img-wrapper {
        width: 50%;
        height: 63%;
    } */
}

@media screen and (min-width: 1023px) and (max-width: 1280px) {
    .collaborate_text_container {
        width: 50%;
    }

    .collaboration-img-wrapper {
        width: 50%;
        height: 63%;
    }
}



.text-3-line {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    line-height: 1.5 !important;
    max-height: calc(1.5em * 3) !important;
    word-break: break-word;
}

.text-2-line {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    line-height: 1.5 !important;
    max-height: calc(1.5em * 3) !important;
    word-break: break-word;
}






/* NAVBAR STYLES */

/* Consultation Button Styles */
.consultation-btn {
    display: none;
    align-items: center;
    gap: 26px;
    background-color: #FBBC05;
    border: 2px solid #FBBC05;
    border-radius: 50px;
    padding: 10px 17px;
    height: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
}

.consultation-btn:hover {
    background-color: #facc15;
    transform: translateY(-1px);
}

.consultation-btn:active {
    transform: translateY(0);
}

.consultation-btn-text {
    color: #1F1F1F;
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
    white-space: nowrap;
}

/* Show button on screens 640px and above (sm breakpoint) */
@media (min-width: 640px) {
    .consultation-btn {
        display: flex;
    }
}

/* Responsive adjustments for medium screens */
@media (min-width: 768px) and (max-width: 1024px) {
    .consultation-btn {
        padding: 8px 20px;
        height: 46px;
        gap: 20px;
    }

    .consultation-btn-text {
        font-size: 15px;
    }

    .consultation-btn svg {
        width: 11px;
        height: 11px;
    }

    .projectheadingtext {
        font-size: 36px !important;
        line-height: 1.5 !important;
        margin-top: 10px;
    }
}

/* Responsive adjustments for smaller screens */
@media (min-width: 640px) and (max-width: 767px) {
    .consultation-btn {
        padding: 8px 18px;
        height: 44px;
        gap: 16px;
    }

    .consultation-btn-text {
        font-size: 14px;
    }

    .consultation-btn svg {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 1023px) and (max-width: 1254px) {
    .consultation-btn-text {
        font-size: 12px;
    }

    .consultation-btn {
        gap: 6px;
        padding: 6px 10px;
    }

    /* Navigation spacing fix for tablet-desktop breakpoint */
    .main_menu {
        font-size: 12px !important;
        letter-spacing: 0.02em !important;
    }

    .xyz nav {
        gap: 0 !important;
    }

    .xyz nav .dropdown-trigger,
    .xyz nav>div>a {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .logo_imag {
        max-width: 140px !important;
    }

    .header-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* Slightly larger screens - moderate adjustments */
@media (min-width: 1255px) and (max-width: 1400px) {
    .main_menu {
        font-size: 13px !important;
    }

    .xyz nav {
        gap: 4px !important;
    }
}

/* NAVBAR STYLES END */

@media (min-width: 1023px) and (max-width: 1100px) {
    .projectheadingtext {
        font-size: 22px;
        line-height: 31px;
    }
}

/* Mobile Navigation Scrollable Fix */
#mobile-nav {
    max-height: calc(100vh - 180px);
    /* Adjust based on your header height */
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on iOS */
}

/* Custom scrollbar styling (optional) */
#mobile-nav::-webkit-scrollbar {
    width: 6px;
}

#mobile-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#mobile-nav::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

#mobile-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Ensure the flex container doesn't prevent scrolling */
#mobile-nav .flex.flex-col {
    min-height: min-content;
}

/* Add padding at bottom for better UX */
#mobile-nav>.flex.flex-col {
    padding-bottom: 20px;
}

@media (min-width: 1201px) {
    .banner-subtitle {
        max-width: 850px;
    }
}













.backimgclasscore {
    /* background-position: 100% !important; */
    background-position: 100% 0px !important;
    background-size: 100% !important;
}

.backimgclassrings {
    /* background-position: 100% !important; */
    /* background-position: 100% 0px !important;
    background-size: 100% !important; */
    background-position: 100% !important;
    background-size: 100% auto !important;
}

.backimgclasstick {
    /* background-position: 100% !important; */
    background-position: 100% 0px !important;
    background-size: 100% !important;
}

.backimgclassact {
    /* background-position: 100% !important; */
    background-position: 100% 0px !important;
    background-size: 100% !important;
}

.backimgclasslaundry {
    /* background-position: 100% !important; */
    background-position: 100% 0px !important;
    background-size: 100% !important;
}


/* .backimgclassinsight {
    background-position: 100% 0px !important;
    background-size: 100% !important;
}

.backimgclasscasestudy {
    background-position: 100% 0px !important;
    background-size: 100% !important;
}

.backimgclassabout {
    background-position: 100% 0px !important;
    background-size: 100% !important;
}

.backimgclasscontact {
    background-position: 100% 0px !important;
    background-size: 100% !important;
}

.backimgclasscareer {
    background-position: 100% 0px !important;
    background-size: 100% !important;
}

.backimgclassindustry {
    background-position: 100% 0px !important;
    background-size: 100% !important;
}

.backimgclassprivacy {
    background-position: 100% 0px !important;
    background-size: 100% !important;
}

.backimgclassterms {
    background-position: 100% 0px !important;
    background-size: 100% !important;
} */










.backimgbannercasestudy {
    background: url(/encureit_assets/img/finalimages/privacy_banner.png) no-repeat;
}

.backimgbannerterms {
    background: url(/encureit_assets/img/finalimages/terms_banner.png) no-repeat;
}


.backimgbannercore {
    /* background: url(/encureit_assets/img/finalimages/coresmart_cs_banner.png) no-repeat; */
    background: url(/encureit_assets/img/finalimages/coresmart_cs_banner_1920x1280.png) no-repeat;
}

.backimgbannerrings {
    /* background: url(/encureit_assets/img/finalimages/ringsandi_cs_banner.png) no-repeat; */
    /* background: url(/encureit_assets/img/finalimages/ringsandi_cs_banner1.png) no-repeat; */
    /* background: url(/encureit_assets/img/finalimages/ringsandi_cs_banner2.png) no-repeat; */
    /* background: url(/encureit_assets/img/finalimages/ringsandi_cs_bannerf.png) no-repeat; */
    /* background: url(/encureit_assets/img/finalimages/ringsandi_cs_banner_1920x1080.png) no-repeat; */
    background: url(/encureit_assets/img/finalimages/ringsandi_cs_banner_1920x1280.png) no-repeat;
}

.backimgbannertick {
    /* background: url(/encureit_assets/img/finalimages/teletick_cs_banner.png) no-repeat; */
    background: url(/encureit_assets/img/finalimages/teletick_cs_banner_1920x1280.png) no-repeat;
}

.backimgbanneract {
    /* background: url(/encureit_assets/img/finalimages/act2win_cs_banner.png) no-repeat; */
    background: url(/encureit_assets/img/finalimages/act2win_cs_banner_1920x1280.png) no-repeat;
}

.backimgbannerlaundry {
    /* background: url(https://esplwebsite.encureit.com/encureit_assets/uploads/pagebuilder/695509e782dd2.png) no-repeat; */
    /* background: url(/encureit_assets/img/finalimages/laundryheap_banner.png) no-repeat; */
    background: url(/encureit_assets/img/finalimages/laundryheap_banner_1920x1280.png) no-repeat;
}

.backimgbannerinsight {
    background: url(/encureit_assets/img/finalimages/insights_banner_1920x1280.png) no-repeat;
    background-position: center center !important;
    background-size: 100% auto !important;
}

.backimgbannerindustry {
    background: url(/encureit_assets/img/finalimages/industries_banner_1920x1280.png) no-repeat;
    background-position: center center !important;
    background-size: 100% auto !important;
}

.backimgbannercareer {
    background: url(/encureit_assets/img/finalimages/careers_banner_1920x1280.png) no-repeat;
    background-position: center center !important;
    background-size: 100% auto !important;
}

.backimgbannercontact {
    background: url(/encureit_assets/img/finalimages/contacts_banner_1920x1280.png) no-repeat;
    background-position: center center !important;
    background-size: 100% auto !important;
}

.backimgbannerabout {
    background: url(/encureit_assets/img/finalimages/about_banner_1920x1280.png) no-repeat;
    background-position: center center !important;
    background-size: 100% auto !important;
}

.backimgbannercasestudy {
    background: url(/encureit_assets/img/finalimages/casestudy_banner_1920x1280.png) no-repeat;
    background-position: center center !important;
    background-size: 100% auto !important;
}

.backimgbannerprivacy {
    background: url(/encureit_assets/img/finalimages/privacy_terms_banner_1920x1280.png) no-repeat;
    background-position: center center !important;
    background-size: 100% auto !important;
}

.backimgbannerterms {
    background: url(/encureit_assets/img/finalimages/privacy_terms_banner_1920x1280.png) no-repeat;
    background-position: center center !important;
    background-size: 100% auto !important;
}



@media screen and (min-width: 320px) and (max-width: 575px) {
    .services-banner-wrapper {
        overflow: visible !important;
    }

    .breadcrumbs-wrapper {
        /* bottom: -51px !important; wrt to insight*/
        bottom: -60px !important;
    }

    .fromconcepttext {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    .fromconcepttext2 {
        font-size: 26px;
    }

    .services-banner {
        /* min-height: 200px !important; */
        min-height: 180px !important;
    }

    .backimgclasscore {
        /* background-position: 65% 88% !important;
        background-size: 123% 203px !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassrings {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasstick {
        /* background-position: 65% 88% !important; */
        /* background-size: 123% 203px !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassact {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasslaundry {
        /* background-position: 100% 100% !important;
        background-size: 139% 203px !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassinsight {
        background-position: 100% !important;
        background-size: cover !important;
    }

    .backimgclassindustry {
        background-position: 100% !important;
        background-size: cover !important;
    }

    .backimgclasscareer {
        background-position: 100% !important;
        background-size: cover !important;
    }

    .backimgclasscontact {
        background-position: 100% !important;
        background-size: cover !important;
    }

    .backimgclassabout {
        background-position: 100% !important;
        background-size: cover !important;
    }

    .backimgclasscasestudy {
        background-position: 100% !important;
        background-size: cover !important;
    }

    .backimgclassprivacy {
        background-position: 100% !important;
        background-size: cover !important;
    }

    .backimgclassterms {
        background-position: 100% !important;
        background-size: cover !important;
    }

}


@media screen and (min-width: 575px) and (max-width: 767px) {
    .services-banner-wrapper {
        overflow: visible !important;
    }

    .breadcrumbs-wrapper {
        bottom: -64px !important;
    }

    .services-banner {
        min-height: 280px !important;
        /* min-height: 200px !important */
    }

    .backimgclasscore {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassrings {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasstick {
        /* background-position: 100% 100% !important; */
        /* background-size: 100% 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassact {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasslaundry {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassinsight {
        background-position: 100% !important;
        background-size: cover !important;
    }
     .backimgclassindustry {
        background-position: 100% !important;
        background-size: cover !important;
    }

    .backimgclasscareer {
        background-position: 100% !important;
        background-size: cover !important;
    }

    .backimgclasscontact {
        background-position: 100% !important;
        background-size: cover !important;
    }

    .backimgclassabout {
        background-position: 100% !important;
        background-size: cover !important;
    }

    .backimgclasscasestudy {
        background-position: 100% !important;
        background-size: cover !important;
    }

    .backimgclassprivacy {
        background-position: 100% !important;
        background-size: cover !important;
    }

    .backimgclassterms {
        background-position: 100% !important;
        background-size: cover !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    .services-banner {
        min-height: 300px !important;
        /* min-height: 220px !important; */
    }

    .banner-content-wrapper {
        min-height: 300px !important;
    }

    .backimgclasscore {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassrings {
        /* background-position: 100% 100% !important; */
        /* background-size: 100% 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasstick {
        /* background-position: 100% 100% !important; */
        /* background-size: 100% 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassact {
        /* background-position: 100% 100% !important; */
        /* background-size: 100% 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasslaundry {
        /* background-position: 100% 100% !important; */
        /* background-size: 100% 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassinsight {
        background-size: cover !important;
        background-position: 100% !important;
    }

    .testimonial-play-btn {
        top: 260px !important;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .fromconcepttext {
        line-height: 28px !important;
    }

    .services-banner {
        min-height: 375px;
        /* min-height: 220px; */
    }

    .banner-content-wrapper {
        min-height: 375px;
    }

    .breadcrumbs {
        padding: 16px 38px 16px 40px;
    }

    .page-title-decoration-br .page-title-decoration-br-inner {
        width: 49px;
        height: 143px !important;
    }

    .backimgclasscore {
        /* background-position: 100% 0px !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }


    .backimgclassrings {
        /* background-position: 100% 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasstick {
        /* background-position: 100% 100% !important; */
        /* background-size: cover !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassact {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasslaundry {
        background-position: center center !important;
        background-size: 100% auto !important;
    }
}


@media screen and (min-width: 1201px) and (max-width: 1350px) {
    .services-banner {
        /* min-height: 280px; */
        min-height: 375px;
        /* min-height: 345px; */
    }

    .banner-content-wrapper {
        min-height: 375px;
    }

    .backimgclasscore {
        /* background-position: 100% 0px !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassrings {
        /* background-position: 100% 0px !important; */
        /* background-position: 100% 65% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasstick {
        /* background-position: 100% 0px !important; */
        /* background-size: cover !important; */
        /* background-position: 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassact {
        /* background-position: 100% 0px !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasslaundry {
        /* background-position: 100% 0px !important; */
        /* background-size: 100% 113% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }
}

@media screen and (min-width: 1350px) and (max-width: 1450px) {
    .services-banner {
        /* min-height: 280px; */
        /* min-height: 410px; */
        min-height: 380px;
    }

    .banner-content-wrapper {
        min-height: 380px;
    }

    .backimgclasscore {
        /* background-position: 100% 0px !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassrings {
        /* background-position: 100% 0px !important; */
        /* background-position: 100% 65% !important; */
        /* background-size: cover !important; */
        /* background-position: 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasstick {
        /* background-position: 100% 0px !important; */
        /* background-size: cover !important; */
        /* background-position: 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassact {
        /* background-position: 100% 0px !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasslaundry {
        /* background-position: 100% 0px !important; */
        /* background-size: 100% 113% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }
}

/* new by mam */
@media screen and (min-width: 1451px) and (max-width: 1600px) {
    .services-banner {
        min-height: 410px;
    }

    .banner-content-wrapper {
        min-height: 410px;
    }

    .backimgclasscore {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassrings {
        /* background-position: 100% !important;
        background-size: cover !important; */

        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasstick {
        /* background-position: 100% !important; */
        /* background-size: cover !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassact {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasslaundry {
        /* background-position: 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }
}

/* new by mam */
@media screen and (min-width: 1601px) and (max-width: 1700px) {

    .services-banner {
        min-height: 488px;
    }

    .banner-content-wrapper {
        min-height: 488px;
    }

    .backimgclasscore {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassrings {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasstick {
        /* background-position: 100% !important; */
        /* background-size: cover !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassact {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasslaundry {
        /* background-position: 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }
}

/* new by mam */
@media screen and (min-width: 1800px) and (max-width: 1920px) {
    .services-banner {
        min-height: 540px;
    }

    .banner-content-wrapper {
        min-height: 540px;
    }

    .backimgclasscore {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassrings {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasstick {
        /* background-position: 100% !important; */
        /* background-size: cover !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassact {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasslaundry {
        /* background-position: 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2500px) {
    .services-banner {
        min-height: 540px;
    }

    .banner-content-wrapper {
        min-height: 540px;
    }


    .backimgclasscore {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassrings {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasstick {
        /* background-position: 100% !important; */
        /* background-size: cover !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassact {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasslaundry {
        /* background-position: 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }
}

@media screen and (min-width: 1701px) and (max-width: 1800px) {

    .services-banner {
        min-height: 450px;
    }

    .banner-content-wrapper {
        min-height: 450px;
    }

    .backimgclasscore {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassrings {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasstick {
        /* background-position: 100% !important; */
        /* background-size: cover !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclassact {
        background-position: center center !important;
        background-size: 100% auto !important;
    }

    .backimgclasslaundry {
        /* background-position: 100% !important; */
        background-position: center center !important;
        background-size: 100% auto !important;
    }

}





@media screen and (min-width: 320px) and (max-width: 340px) {
    .services-banner {
        /* min-height: 180px !important; */
        /* min-height: 155px !important; */
    }
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
    .stickmenuai {
        position: sticky;
        top: 100px;
        height: 350px;
    }
}

/* Custom class for AI Machine section - responsive alignment */
/* Fix responsive alignment for screens above 1400px - AI Machine section only */
@media screen and (min-width: 1400px) {

    /* Image should not grow beyond 45% to match content width */
    .ai-service-section .flex-1.stickmenuai {
        max-width: 45%;
        flex: 0 0 45%;
    }

    /* Ensure content section takes equal or slightly more width */
    .ai-service-section .flex-shrink-0 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* For ultra-wide screens above 1600px - AI Machine section only */
@media screen and (min-width: 1600px) {

    /* Keep image constrained, content should be equal or wider */
    .ai-service-section .flex-1.stickmenuai {
        max-width: 45%;
        flex: 0 0 45%;
    }

    .ai-service-section .flex-shrink-0 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}








.service-btnservice {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 10px 10px;
    border-radius: 20px;
    transition: all 0.2s ease;
    text-align: left;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    background-color: white;
    cursor: pointer;
}

.service-btnservice:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}



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

    .lg-w--510px- {
        width: 365px !important;
    }

}

@media screen and (min-width: 1201px) and (max-width: 1300px) {

    .lg-w--510px- {
        width: 390px !important;
    }

}





/* home page what we do */
.service-card-title {
    /* font-family: 'Sora', sans-serif; */
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    color: #FBBC05;
}

/* sm breakpoint (640px+) */
@media (min-width: 640px) {
    .service-card-title {
        font-size: 20px;
    }
}

/* md breakpoint (768px+) */
@media (min-width: 768px) {
    .service-card-title {
        font-size: 22px;
    }
}

/* lg breakpoint (1024px+) */
@media (min-width: 1024px) {
    .service-card-title {
        font-size: 24px;
    }
}

/* Subtitle styles */
.service-card-subtitle {
    /* font-family: 'Manrope', sans-serif; */
    font-size: 1rem;
    font-weight: 700;
    color: #1DB9DD;
    /* text-brand-blue color */
    line-height: 1.4;
    margin-bottom: 0.5rem;
}

/* Description styles */
.service-card-description {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin: 0;
}

/* sm breakpoint (640px+) */
@media (min-width: 640px) {
    .service-card-subtitle {
        font-size: 17px;
    }
}

/* md breakpoint (768px+) */
@media (min-width: 768px) {
    .service-card-subtitle {
        font-size: 17px;
    }

}

/* lg breakpoint (1024px+) */
@media (min-width: 1024px) {
    .service-card-subtitle {
        font-size: 18px;
    }
}

.about-list-outside {
    list-style-type: disc;
    list-style-position: outside;
    line-height: 20px;
    font-size: 16px;
}

/* Use Cases Title */
.use-cases-title {
    /* font-family: 'Manrope', sans-serif; */
    font-size: 1rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4;
    margin-bottom: 12px;
}

/* Use Cases List */
.use-cases-list {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 20px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    /* text-white-90 */
}

.use-cases-list li {
    /* font-family: 'Manrope', sans-serif; */
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.use-cases-list li:last-child {
    margin-bottom: 0;
}

/* sm breakpoint (640px+) */
@media (min-width: 640px) {
    .use-cases-title {
        font-size: 17px;
    }
}

/* md breakpoint (768px+) */
@media (min-width: 768px) {
    .use-cases-title {
        font-size: 17px;
    }
}

/* lg breakpoint (1024px+) */
@media (min-width: 1024px) {
    .use-cases-title {
        font-size: 1.125rem;
        /* text-lg = 18px */
    }
}

.h--300px- {
    height: 300px !important;
}

@media (min-width: 1024px) {
    .lg\:h--323px- {
        height: 323px !important;
    }
}

.max-w--764px- {
    max-width: 764px !important;
}

.lg:max-w-none- {
    max-width: none !important;
}

.max-w--735px- {
    max-width: 735px !important;
}


@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .caseimgside {
        align-items: center;
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .obj-contain {
        object-fit: contain !important;
        background-color: #ecf0f4;
    }
}

.xyz {
    display: none;
}

@media screen and (min-width: 1025px) {
    .stickmenuservice {
        position: sticky;
        top: 100px;
        height: 468px;
    }
}

@media screen and (min-width: 1024px) {
    .stickmenuabout {
        position: sticky;
        top: 100px;
        align-self: flex-start;
    }
}




/* CTA Button Styles */
.cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background-color: #1DB9DD;
    /* Purple/indigo - adjust to match your bg-ai-light */
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
    line-height: 1.5;
    transition: background-color 0.2s ease, transform 0.2s ease;
    width: fit-content;
}

.cta-btn:hover {
    background-color: #1DB9DD;
    transform: translateY(-1px);
}

.cta-btn svg {
    flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cta-btn {
        padding: 10px 20px;
        font-size: 14px;
        gap: 8px;
    }

    .cta-btn svg {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .cta-btn {
        padding: 10px 16px;
        font-size: 13px;
        justify-content: center;
    }
}

@media screen and (min-width: 1279px) and (max-width: 1364px) {
    .cta-btn {
        padding: 10px 14px;
        font-size: 14px;
        gap: 8px;
    }
}


@media screen and (min-width: 400px) and (max-width: 500px) {
    .teamframe {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width: 501px) and (max-width: 550px) {
    .teamframe {
        padding-right: 60px;
        padding-left: 60px;
    }
}

@media screen and (min-width: 551px) and (max-width: 600px) {
    .teamframe {
        padding-right: 80px;
        padding-left: 80px;
    }
}

@media screen and (min-width: 601px) and (max-width: 639px) {
    .teamframe {
        padding-right: 105px;
        padding-left: 105px;
    }
}


.case-study-title {
    font-size: 30px;
    font-weight: 400;
    color: #111111;
    letter-spacing: -0.025em;
    line-height: 1.25;
    margin-left: -0.125rem;
}


.casestudytab-description {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
    font-family: 'Manrope', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.casestudy-subdescription {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    font-family: 'Manrope', sans-serif;
    line-height: 18px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .casestudytab-description {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .casestudy-subdescription {
        gap: 7px !important;
        font-size: 14px !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
    .casestudytab-description {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .casestudy-subdescription {
        gap: 8px !important;
        font-size: 14px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .casestudytab-description {
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .casestudy-subdescription {
        gap: 8px !important;
        font-size: 14px !important;
    }
}

@media (min-width: 1441px) {
    /* .casestudytab-description {
        font-size: 16px !important;
        line-height: 26px !important;
    } */

    /* .casestudy-subdescription {
        gap: 8px !important;
        font-size: 16px !important;
    } */
}


/* Base - Mobile first (default) */
.casestudy-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    /* background-color: #2B3E50; */
}

/* Small devices (sm: 640px and up) */
@media (min-width: 640px) {
    .casestudy-image-wrapper {
        height: 220px;
    }
}

/* Medium devices (md: 768px and up) */
@media (min-width: 768px) {
    .casestudy-image-wrapper {
        height: 240px;
    }
}

/* Large devices (lg: 1024px and up) */
@media (min-width: 1024px) {
    .casestudy-image-wrapper {
        width: 250px;
        height: 270px;
    }
}

/* Extra large devices (xl: 1280px and up) */
@media (min-width: 1280px) {
    .casestudy-image-wrapper {
        width: 250px;
        height: 270px;
    }
}

/* 2XL devices (2xl: 1536px and up) */
@media (min-width: 1536px) {
    .casestudy-image-wrapper {
        width: 280px;
        height: 290px;
    }
}

/* Optional: Style for image inside wrapper */
.casestudy-image-wrapper img {
    /* width: 100%; */
    /* height: 100%; */
    /* object-fit: cover; */
}


/* Base - Mobile first (default) */
.casestudy-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    min-height: 380px;
    align-items: center;
    gap: 16px;
    background-color: #f3f4f6;
    border-radius: 20px;
    padding: 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 300ms ease;
    margin-left: auto;
    margin-right: auto;
}

.casestudy-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Small devices (sm: 640px and up) */
@media (min-width: 640px) {
    .casestudy-card {
        min-height: 400px;
        gap: 20px;
        padding: 16px;
        border-radius: 22px;
    }
}

/* Medium devices (md: 768px and up) */
@media (min-width: 768px) {
    .casestudy-card {
        min-height: 410px;
        gap: 22px;
        padding: 20px;
        border-radius: 24px;
    }
}

/* Large devices (lg: 1024px and up) */
@media (min-width: 1024px) {
    .casestudy-card {
        flex-direction: row;
        min-height: 340px;
        gap: 24px;
        padding: 32px;
        border-radius: 25px;
    }
}

/* Extra large devices (xl: 1280px and up) */
@media (min-width: 1280px) {
    .casestudy-card {
        min-height: 367px;
        gap: 6px;
        padding: 36px;
        border-radius: 25px;
    }
}

/* 2XL devices (2xl: 1536px and up) */
@media (min-width: 1536px) {
    .casestudy-card {
        min-height: 393px;
        gap: 32px;
        padding: 40px;
        border-radius: 28px;
    }
}








/* Wrapper for each case study item */
.casestudy-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

@media (min-width: 640px) {
    .casestudy-item {
        gap: 14px;
    }
}

@media (min-width: 768px) {
    .casestudy-item {
        gap: 16px;
    }
}

@media (min-width: 1024px) {
    .casestudy-item {
        gap: 16px;
    }
}

@media (min-width: 1280px) {
    .casestudy-item {
        gap: 18px;
    }
}

@media (min-width: 1536px) {
    .casestudy-item {
        gap: 20px;
    }
}

/* Tags wrapper - below card, always one line */
.casestudy-tags-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .casestudy-tags-wrapper {
        gap: 10px;
    }
}

@media (min-width: 1536px) {
    .casestudy-tags-wrapper {
        gap: 12px;
    }
}





.team-card-content {
    padding: 16px;
}

.team-member-name {
    font-weight: 500;
    font-size: 18px;
    color: #111827;
    letter-spacing: -0.025em;
    margin-bottom: 0.5rem;
}

.team-member-role {
    font-size: 12px;
    color: #4b5563;
    font-weight: 500;
}

/* Tablet and up (768px+) */
@media screen and (min-width: 768px) {
    .team-card-content {
        padding: 20px;
    }

    .team-member-name {
        font-size: 16px;
    }

    .team-member-role {
        font-size: 12px;
    }

    /* Desktop (1024px+) */
    @media screen and (min-width: 1024px) {
        .team-card-content {
            padding: 14px;
        }
    }
}


.aboutuscardheading {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #FBBC05;
}

@media screen and (min-width: 768px) {
    .aboutuscardheading {
        font-size: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .aboutuscardheading {
        font-size: 25px;
    }
}




/* About Leaders SVG Background */
.aboutleadersvg {
    position: absolute;
    top: -250px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    pointer-events: none;
    z-index: 0;
}

.aboutleadersvg svg {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .aboutleadersvg {
        top: -150px;
    }

    .aboutleadersvg svg {
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {
    .aboutleadersvg {
        top: -100px;
    }

    .aboutleadersvg svg {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .aboutleadersvg {
        top: -50px;
    }

    .aboutleadersvg svg {
        opacity: 1;
    }
}

@media screen and (max-width: 480px) {
    .aboutleadersvg {
        top: 80px;
    }

    .aboutleadersvg svg {
        opacity: 1;
    }
}

/* @media screen and (max-width:1024px) {
    .objcontainteam {
        object-fit: contain !important;
        height: auto !important;
    }
} */
@media screen and (min-width:320px) {
    .objcontainteam {
        object-fit: contain !important;
        height: auto !important;
    }
}

.services-intro-text {
    font-size: 16px;
    line-height: 1.625;
    color: #FFFFFF;
    /* max-width: 520px;  */
    margin-bottom: 15px;
    margin-top: 15px;
}

.whyuscheck {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.description-title {
    font-size: 22px;
    margin-bottom: 6px;
    line-height: 28px;
}

@media screen and (min-width: 991px) and (max-width: 1023px) {
    .project-image-section {
        display: inline;
    }

    /* .hero-left {
        width: 35%;
    } */
    .hero-left {
        width: 100%;
    }

    /* .hero-right {
        width: 75%;
    } */
    .hero-right {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .project-image-section {
        display: inline;
    }
}

@media screen and (min-width: 1023px) and (max-width: 1184px) {
    .custtext {
        font-size: 32px !important;
    }
}

.testimonialdesigntion {
    font-size: 12px;
    line-height: 24px;
}

.footercontainer {
    margin: 0px -16px;
}





































@media screen and (min-width: 320px) and (max-width: 575px) {
    .headingsubtext {
        font-size: 15px;
    }

    .solutionyellowleft {
        left: -550px;
        top: 2000px;
    }

    .headingtext {
        font-size: 36px !important;
        line-height: 40px !important;
    }

    .casestudytab-description {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .casestudy-subdescription {
        gap: 8px !important;
        font-size: 14px !important;
    }

    .cta-btn {
        font-size: 14px;
    }

    .case-study-title {
        font-size: 24px;
    }

    .about-list-outside {
        font-size: 14px;
    }

    .service-card-description {
        font-size: 14px;
        line-height: 26px;
    }

    .use-cases-list li {
        font-size: 14px;
    }

    .ccptext {
        font-size: 16px;
    }

    .engagementcarddesc {
        font-size: 14px;
        line-height: 24px !important;
    }

    .services-intro-text {
        font-size: 14px;
        line-height: 24px !important;
    }

    .ptext {
        font-size: 14px;
        line-height: 24px !important;
    }

    .whyuscheck {
        font-size: 15px;
    }

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

    .step-description {
        font-size: 14px;
    }

    .challenge-description {
        font-size: 14px;
        line-height: 24px;
    }

    .feature-description {
        font-size: 14px;
        line-height: 24px;
    }

    .description-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .hero-right {
        margin-left: 0px !important;
    }

    .section-body {
        margin-left: 0px !important;
    }

    .challenge-content {
        margin-top: 10px;
    }

    .challenge-intro {
        margin-right: 0px;
    }

    .challenge-intro {
        font-size: 16px;
        line-height: 24px;
    }

    .solution-quote {
        margin-top: 10px;
    }

    .solution-intro {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-title {
        line-height: 24px;
    }

    .challenge-conclusion {
        margin-right: 0px;
    }

    .process-steps {
        margin-top: 10px;
    }

    .challenge-conclusion {
        font-size: 14px;
        line-height: 24px;
    }

    .summarytext {
        font-size: 14px;
        line-height: 24px;
    }

    .engagementcardhead {
        font-size: 16px;
    }

    .blogsubpageheadpara {
        font-size: 14px;
        line-height: 24px;
    }

    .blogsubpagehead {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .headingsubtext {
        font-size: 15px;
    }

    #testimonials-container .testimonial-slide2 article {
        min-height: 230px;
    }

    .solutionyellowleft {
        left: -550px;
        top: 1900px;
    }

    .headingtext {
        font-size: 36px !important;
        line-height: 40px !important;
    }

    .casestudytab-description {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .casestudy-subdescription {
        gap: 8px !important;
        font-size: 14px !important;
    }

    .cta-btn {
        font-size: 14px;
    }

    .case-study-title {
        font-size: 24px;
    }

    .about-list-outside {
        font-size: 14px;
    }

    .service-card-description {
        font-size: 14px;
        line-height: 26px;
    }

    .use-cases-list li {
        font-size: 14px;
    }

    .ccptext {
        font-size: 17px;
        margin-bottom: 16px !important;
    }

    .engagementcarddesc {
        font-size: 14px;
        line-height: 24px !important;
    }

    .services-intro-text {
        font-size: 14px;
        line-height: 24px !important;
    }

    .ptext {
        font-size: 14px;
        line-height: 24px !important;
    }

    .whyuscheck {
        font-size: 15px;
    }

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

    .step-description {
        font-size: 14px;
    }

    .challenge-description {
        font-size: 14px;
        line-height: 24px;
    }

    .feature-description {
        font-size: 14px;
        line-height: 24px;
    }

    .description-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .hero-right {
        margin-left: 0px !important;
    }

    .section-body {
        margin-left: 0px !important;
    }

    .challenge-content {
        margin-top: 10px;
    }

    .challenge-intro {
        margin-right: 0px;
    }

    .challenge-intro {
        font-size: 16px;
        line-height: 24px;
    }

    .solution-quote {
        margin-top: 10px;
    }

    .solution-intro {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-title {
        line-height: 24px;
    }

    .challenge-conclusion {
        margin-right: 0px;
    }

    .process-steps {
        margin-top: 10px;
    }

    .challenge-conclusion {
        font-size: 14px;
        line-height: 24px;
    }

    .summarytext {
        font-size: 14px;
        line-height: 24px;
    }

    .engagementcardhead {
        font-size: 16px;
    }

    .blogsubpageheadpara {
        font-size: 14px;
        line-height: 24px;
    }

    .blogsubpagehead {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .headingsubtext {
        font-size: 15px;
    }

    #testimonials-container .testimonial-slide2 article {
        min-height: 210px;
    }

    .solutionyellowleft {
        left: -550px;
        top: 1409px;
    }

    .headingtext {
        font-size: 36px !important;
        line-height: 40px !important;
    }


    .bannersubtext {
        font-size: 18px !important;
    }

    .casestudytab-description {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .casestudy-subdescription {
        gap: 8px !important;
        font-size: 14px !important;
    }

    .cta-btn {
        font-size: 14px;
    }

    .case-study-title {
        font-size: 26px;
    }

    .about-list-outside {
        font-size: 14px;
    }

    .service-card-description {
        font-size: 14px;
        line-height: 26px;
    }

    .use-cases-list li {
        font-size: 14px;
    }

    .ccptext {
        font-size: 17px;
        margin-bottom: 16px !important;
    }

    .engagementcarddesc {
        font-size: 14px;
        line-height: 24px !important;
    }

    .services-intro-text {
        font-size: 14px;
        line-height: 24px !important;
    }

    .ptext {
        font-size: 14px;
        line-height: 24px !important;
    }

    .whyuscheck {
        font-size: 15px;
    }

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

    .step-description {
        font-size: 14px;
    }

    .challenge-description {
        font-size: 14px;
        line-height: 24px;
    }

    .feature-description {
        font-size: 14px;
        line-height: 24px;
    }

    .description-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .hero-right {
        margin-left: 0px !important;
    }

    .section-body {
        margin-left: 0px !important;
    }

    .challenge-content {
        margin-top: 10px;
    }

    .challenge-intro {
        margin-right: 0px;
    }

    .challenge-intro {
        font-size: 16px;
        line-height: 24px;
    }

    .solution-quote {
        margin-top: 10px;
    }

    .solution-intro {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-title {
        line-height: 24px;
    }

    .challenge-conclusion {
        margin-right: 0px;
    }

    .process-steps {
        margin-top: 10px;
    }

    .challenge-conclusion {
        font-size: 14px;
        line-height: 24px;
    }

    .summarytext {
        font-size: 14px;
        line-height: 24px;
    }

    .engagementcardhead {
        font-size: 16px;
    }

    .blogsubpageheadpara {
        font-size: 14px;
        line-height: 24px;
    }

    .blogsubpagehead {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .headingsubtext {
        font-size: 15px;
    }

    .solutionyellowleft {
        left: -550px;
        top: 1330px;
    }

    .custtext {
        margin-top: 10px;
    }

    .headingtext {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .bannersubtext {
        font-size: 18px !important;
    }

    body {
        font-size: 14px;
    }

    .casestudytab-description {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .casestudy-subdescription {
        gap: 8px !important;
        font-size: 14px !important;
    }

    .cta-btn {
        font-size: 14px;
    }

    .case-study-title {
        font-size: 28px;
    }

    .aboutparatext {
        font-size: 14px;
    }

    .aboutptext {
        font-size: 14px;
    }

    .about-list-outside {
        font-size: 14px;
    }

    .service-card-description {
        font-size: 14px;
        line-height: 26px;
    }

    .use-cases-list li {
        font-size: 14px;
    }

    .ccptext {
        font-size: 17px;
        margin-bottom: 16px !important;
    }

    .engagementcarddesc {
        font-size: 14px;
        line-height: 24px !important;
    }

    .services-intro-text {
        font-size: 14px;
        line-height: 24px !important;
    }

    .ptext {
        font-size: 14px;
        line-height: 24px !important;
    }

    .whyuscheck {
        font-size: 15px;
    }

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

    .step-description {
        font-size: 14px;
    }

    .challenge-description {
        font-size: 14px;
        line-height: 24px;
    }

    .feature-description {
        font-size: 14px;
        line-height: 24px;
    }

    .description-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .hero-right {
        margin-left: 0px !important;
    }

    .section-body {
        margin-left: 0px !important;
    }

    .challenge-content {
        margin-top: 10px;
    }

    .challenge-intro {
        margin-right: 0px;
    }

    .challenge-intro {
        font-size: 16px;
        line-height: 24px;
    }

    .solution-quote {
        margin-top: 10px;
    }

    .solution-intro {
        font-size: 18px;
        line-height: 24px;
    }

    .feature-title {
        line-height: 24px;
    }

    .challenge-conclusion {
        margin-right: 0px;
    }

    .summarytext {
        font-size: 14px;
        line-height: 24px;
    }

    .process-steps {
        margin-top: 10px;
    }

    .challenge-conclusion {
        font-size: 14px;
        line-height: 24px;
    }

    .engagementcardhead {
        font-size: 18px;
    }

    .blogsubpageheadpara {
        font-size: 14px;
        line-height: 24px;
    }

    .blogsubpagehead {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .solutionyellowleft {
        left: -600px;
        top: 1343px;
    }

    .headingtext {
        font-size: 38px !important;
        line-height: 44px !important;
    }


    .bannersubtext {
        font-size: 18px !important;
    }

    .casestudytab-description {
        font-size: 15px !important;
        line-height: 26px !important;
    }

    .casestudy-subdescription {
        gap: 8px !important;
        font-size: 15px !important;
    }

    .cta-btn {
        font-size: 15px;
    }

    .case-study-title {
        font-size: 28px;
    }

    .aboutparatext {
        font-size: 15px;
    }

    .aboutptext {
        font-size: 15px;
    }

    .about-list-outside {
        font-size: 15px;
    }

    .service-card-description {
        font-size: 15px;
        line-height: 26px;
    }

    .use-cases-list li {
        font-size: 15px;
    }

    .ccptext {
        font-size: 18px;
        margin-bottom: 16px !important;
    }

    .engagementcarddesc {
        font-size: 15px;
        line-height: 24px !important;
    }

    .services-intro-text {
        font-size: 15px;
        line-height: 24px !important;
    }

    .ptext {
        font-size: 14px;
        line-height: 24px !important;
    }

    .whyuscheck {
        font-size: 15px;
    }

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

    .step-description {
        font-size: 14px;
    }

    .challenge-description {
        font-size: 15px;
        line-height: 24px;
    }

    .feature-description {
        font-size: 14px;
        line-height: 24px;
    }

    .description-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    /* .hero-right {
        margin-left: 0px !important;
    }

    .section-body {
        margin-left: 0px !important;
    }

    .challenge-content {
        margin-top: 10px;
    }

    .challenge-intro {
        margin-right: 0px;
    } */

    .challenge-intro {
        font-size: 16px;
        line-height: 24px;
    }

    /* .solution-quote {
        margin-top: 10px;
    } */

    .solution-intro {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-title {
        line-height: 24px;
    }

    /* .challenge-conclusion {
        margin-right: 0px;
    } */

    /* .process-steps {
        margin-top: 10px;
    } */
    .challenge-conclusion {
        font-size: 15px;
        line-height: 24px;
    }

    .summarytext {
        font-size: 15px;
        line-height: 24px;
    }

    .engagementcardhead {
        font-size: 18px;
    }

    .blogsubpageheadpara {
        font-size: 15px;
        line-height: 24px;
    }

    .blogsubpagehead {
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
    body {
        font-size: 15px;
    }

    .project-image-section {
        max-width: 90%;
    }

    .headingtext {
        font-size: 40px !important;
        line-height: 44px !important;
    }

    .casestudytab-description {
        font-size: 15px !important;
        line-height: 26px !important;
    }

    .casestudy-subdescription {
        gap: 8px !important;
        font-size: 15px !important;
    }

    .cta-btn {
        font-size: 15px;
    }

    .case-study-title {
        font-size: 28px;
    }

    .filter-btn {
        font-size: 14px;
    }

    .aboutparatext {
        font-size: 15px;
    }

    .aboutptext {
        font-size: 15px;
    }

    .about-list-outside {
        font-size: 15px;
    }

    .service-card-description {
        font-size: 15px;
        line-height: 26px;
    }

    .use-cases-list li {
        font-size: 15px;
    }

    .ccptext {
        font-size: 20px;
        margin-bottom: 16px !important;
    }

    .engagementcarddesc {
        font-size: 15px;
        line-height: 24px !important;
    }

    .services-intro-text {
        font-size: 15px;
        line-height: 24px !important;
    }

    .ptext {
        font-size: 16px;
        line-height: 24px !important;
    }

    .whyuscheck {
        font-size: 15px;
    }

    .description-text {
        font-size: 15px;
    }

    .step-description {
        font-size: 15px;
    }

    .challenge-description {
        font-size: 15px;
        line-height: 24px;
    }

    .feature-description {
        font-size: 15px;
        line-height: 24px;
    }

    .description-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    /* .hero-right {
        margin-left: 0px !important;
    }

    .section-body {
        margin-left: 0px !important;
    }

    .challenge-content {
        margin-top: 10px;
    }

    .challenge-intro {
        margin-right: 0px;
    } */

    .challenge-intro {
        font-size: 16px;
        line-height: 24px;
    }

    /* .solution-quote {
        margin-top: 10px;
    } */

    .solution-intro {
        font-size: 16px;
        line-height: 24px;
    }

    .feature-title {
        line-height: 24px;
    }

    /* .challenge-conclusion {
        margin-right: 0px;
    }

    .process-steps {
        margin-top: 10px;
    } */
    .challenge-conclusion {
        font-size: 15px;
        line-height: 24px;
    }

    .summarytext {
        font-size: 15px;
        line-height: 24px;
    }

    .engagementcardhead {
        font-size: 18px;
    }

    .blogsubpageheadpara {
        font-size: 15px;
        line-height: 24px;
    }

    .blogsubpagehead {
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1919px) {
    .headingtext {
        font-size: 40px !important;
        line-height: 44px !important;
    }

    .project-image-section {
        max-width: 90%;
    }

    .casestudytab-description {
        font-size: 16px !important;
        line-height: 28px !important;
    }

    .casestudy-subdescription {
        gap: 8px !important;
        font-size: 16px !important;
    }

    .cta-btn {
        font-size: 16px;
    }

    .case-study-title {
        font-size: 30px;
    }

    .filter-btn {
        font-size: 14px;
    }

    .aboutparatext {
        font-size: 16px;
    }

    .aboutptext {
        font-size: 16px;
    }

    .about-list-outside {
        font-size: 16px;
    }

    .service-card-description {
        font-size: 16px;
        line-height: 28px;
    }

    .use-cases-list li {
        font-size: 16px;
    }

    .ccptext {
        font-size: 20px;
        margin-bottom: 16px !important;
    }

    .engagementcarddesc {
        font-size: 16px;
        line-height: 28px !important;
    }

    .services-intro-text {
        font-size: 16px;
        line-height: 28px !important;
    }

    .ptext {
        font-size: 16px;
        line-height: 28px !important;
    }

    .whyuscheck {
        font-size: 15px;
    }

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

    .step-description {
        font-size: 16px;
    }

    .challenge-description {
        font-size: 16px;
        line-height: 28px;
    }

    .feature-description {
        font-size: 16px;
        line-height: 28px;
    }

    .description-title {
        font-size: 18px !important;
        line-height: 28px !important;
    }

    /* .hero-right {
        margin-left: 0px !important;
    }

    .section-body {
        margin-left: 0px !important;
    }

    .challenge-content {
        margin-top: 10px;
    }

    .challenge-intro {
        margin-right: 0px;
    } */

    .challenge-intro {
        font-size: 18px;
        line-height: 28px;
    }

    /* .solution-quote {
        margin-top: 10px;
    } */

    .solution-intro {
        font-size: 18px;
        line-height: 28px;
    }

    .feature-title {
        line-height: 28px;
    }

    /* .challenge-conclusion {
        margin-right: 0px;
    }

    .process-steps {
        margin-top: 10px;
    } */
    .challenge-conclusion {
        font-size: 16px;
        line-height: 28px;
    }

    .summarytext {
        font-size: 16px;
        line-height: 28px;
    }

    .engagementcardhead {
        font-size: 20px;
    }

    .blogsubpageheadpara {
        font-size: 16px;
        line-height: 28px;
    }

    .blogsubpagehead {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2500px) {
    .headingtext {
        font-size: 40px !important;
        line-height: 44px !important;
    }

    .project-image-section {
        max-width: 90%;
    }

    .services-banner-wrapper {
        width: 1836px !important;
    }

    body {
        font-size: 17px;
    }

    .casestudytab-description {
        font-size: 17px !important;
        line-height: 28px !important;
    }

    .casestudy-subdescription {
        gap: 8px !important;
        font-size: 17px !important;
    }

    .cta-btn {
        font-size: 17px;
    }

    .case-study-title {
        font-size: 30px;
    }

    .filter-btn {
        font-size: 14px;
    }

    .aboutparatext {
        font-size: 16px;
    }

    .aboutptext {
        font-size: 16px;
    }

    .about-list-outside {
        font-size: 16px;
    }

    .service-card-description {
        font-size: 16px;
        line-height: 28px;
    }

    .use-cases-list li {
        font-size: 16px;
    }

    .ccptext {
        font-size: 20px;
        margin-bottom: 16px !important;
    }

    .engagementcarddesc {
        font-size: 17px;
        line-height: 28px !important;
    }

    .services-intro-text {
        font-size: 17px;
        line-height: 28px !important;
    }

    .ptext {
        font-size: 17px;
        line-height: 28px !important;
    }

    .whyuscheck {
        font-size: 15px;
    }

    .description-text {
        font-size: 17px;
    }

    .step-description {
        font-size: 17px;
    }

    .challenge-description {
        font-size: 17px;
        line-height: 28px;
    }

    .feature-description {
        font-size: 17px;
        line-height: 28px;
    }

    .description-title {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    /* .hero-right {
        margin-left: 0px !important;
    }

    .section-body {
        margin-left: 0px !important;
    }

    .challenge-content {
        margin-top: 10px;
    }

    .challenge-intro {
        margin-right: 0px;
    } */

    .challenge-intro {
        font-size: 18px;
        line-height: 28px;
    }

    /* .solution-quote {
        margin-top: 10px;
    } */

    .solution-intro {
        font-size: 20px;
        line-height: 28px;
    }

    .feature-title {
        line-height: 28px;
    }

    /* .challenge-conclusion {
        margin-right: 0px;
    }

    .process-steps {
        margin-top: 10px;
    } */
    .challenge-conclusion {
        font-size: 16px;
        line-height: 28px;
    }

    .summarytext {
        font-size: 17px;
        line-height: 28px;
    }

    .engagementcardhead {
        font-size: 20px;
    }

    .blogsubpageheadpara {
        font-size: 16px;
        line-height: 28px;
    }

    .blogsubpagehead {
        font-size: 16px;
        line-height: 28px;
    }
}








/* Testimonial Video Play Button Styles */
.testimonial-video-container {
    position: relative;
    cursor: pointer;
}

.testimonial-play-btn {
    position: absolute !important;
    /* top: 50% !important;
        left: 50% !important; */
    transform: translate(-50%, -50%) !important;
    width: 70px !important;
    height: 70px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
    /* bottom: -15px !important; */
    top: 300px;
    left: 150px !important;
}

.testimonial-play-btn svg {
    width: 28px !important;
    height: 28px !important;
    /* color: #00B4D8 !important; */
    margin-left: 4px !important;
}

.testimonial-video-container:hover .testimonial-play-btn {
    transform: translate(-50%, -50%) scale(1.1) !important;
    background: #00B4D8 !important;
}

.testimonial-video-container:hover .testimonial-play-btn svg {
    color: white !important;
}

/* Video Modal Styles */
.video-modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.75) !important;
    display: none !important;
    z-index: 99999 !important;
}

.video-modal-overlay.active {
    display: block !important;
}

.video-modal-content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: 700px !important;
    width: calc(100% - 40px) !important;
    background: transparent !important;
}

.video-modal-content video {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    background: #000 !important;
    display: block !important;
}

.video-modal-close {
    position: absolute !important;
    top: -12px !important;
    right: -12px !important;
    background: #fff !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    z-index: 10 !important;
}

.video-modal-close:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.video-modal-close svg {
    width: 16px !important;
    height: 16px !important;
    color: #333 !important;
}

@media (max-width: 768px) {
    .video-modal-content {
        max-width: 90vw !important;
    }

    .video-modal-close {
        top: -10px !important;
        right: -10px !important;
        width: 28px !important;
        height: 28px !important;
    }

    .video-modal-close svg {
        width: 14px !important;
        height: 14px !important;
    }
}

@media (max-width: 640px) {
    .testimonial-play-btn {
        width: 55px !important;
        height: 55px !important;
    }

    .testimonial-play-btn svg {
        width: 22px !important;
        height: 22px !important;
    }

    .video-modal-content {
        max-width: 95vw !important;
    }

    .video-modal-content video {
        border-radius: 8px !important;
    }

    .video-modal-close {
        top: -8px !important;
        right: -8px !important;
        width: 26px !important;
        height: 26px !important;
    }

    .video-modal-close svg {
        width: 12px !important;
        height: 12px !important;
    }
}

@media (max-width: 480px) {
    .video-modal-overlay {
        padding: 15px !important;
    }

    .video-modal-content {
        max-width: 100% !important;
    }
}

.form-cardcontact {
    border-radius: 40px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    background: white;
    padding: 25px 10px;
    max-height: 545px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.share-container {
    position: relative;
    display: inline-block;
}

.share-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 50px;
    padding: 5px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: none;
    gap: 16px;
}

.share-dropdown.active {
    display: flex;
}

.share-dropdown::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}

.share-dropdown a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    text-decoration: none;
    transition: transform 0.2s;
}

.share-dropdown a:hover {
    transform: scale(1.1);
}

.share-dropdown svg {
    width: 25px;
    height: 25px;
}

.share-dropdown {
    display: none;
}

.share-dropdown.active {
    display: flex;
}