/* AI Solutions Banner Section Starts Here */
.ai-solutions-banner-section {
    background-image: url('../images/ai-solutions-banner.jpg');
    background-size: cover;
    background-position: center;
    color: #333;
    /* padding: 150px 0px 150px 0px; */
    text-align: center;
    position: relative;
    /* min-height: 500px; */
    padding: 60px 0px 60px 0px;
    min-height: 250px; 
}

.ai-solutions-banner-content {
    display: block;
    text-align: center;
    max-width: 710px;
    margin: 0 auto;
}

.ai-solutions-banner-content h1 {
    margin-bottom: 10px;
    color: #000;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 38px;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff;
}

.ai-solutions-banner-content h1 span {
    color: #D48C14;
}

.ai-solutions-banner-content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #626262;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 600px) {

    .ai-solutions-banner-section {
        padding: 80px 15px;
        min-height: auto;
    }

    .ai-solutions-banner-content {
        display: block;
        text-align: center;
        width: max-content;
        max-width: 100%;
    }


    .ai-solutions-banner-content h1 {
        margin-bottom: 10px;
        color: #fff;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .ai-solutions-banner-content p {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #626262;
        margin: 0;
    }
}

/* AI Solutions Banner Section Starts Here */

/* Unlock AI Section Starts Here */
.unlock-ai-section {
    padding: 100px 0 70px 0;
}

.unlock-ai-section .unlock-ai-container {
    display: flex;
    align-items: start;
    gap: 60px;
}

.unlock-ai-section .info-text-wrapper {
    flex: 1;
}

.unlock-ai-section .info-text-wrapper .info-title {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 17px;
}


.unlock-ai-section .info-text-wrapper .info-para {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    color: #585858;
    margin-bottom: 20px;
}

.unlock-ai-section .info-text-wrapper .info-para:last-child {
    margin-bottom: 0px;
}

.unlock-ai-section .info-image-wrapper {
    flex: 1;
}

.unlock-ai-section .info-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.get-consulatation-btn {
    display: inline-block;
    background: #D48C14;
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none !important;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}

@media (max-width: 992px) {
    .unlock-ai-section {
        padding: 70px 0 70px 0;
    }

    .unlock-ai-section .info-image-wrapper {
        flex: 1;
        width: 100%;
    }

    .unlock-ai-section .unlock-ai-container {
        gap: 30px;
        flex-direction: column-reverse;
    }


}

/* Mobile View */
@media (max-width: 768px) {



    /* Reverse the column order for the first section on mobile */
    .unlock-ai-section .unlock-ai-container {

        flex-direction: column-reverse;
    }

    .case-study-ai-advantage-section h2 {
        font-size: 1.5rem;
    }

    .ai-advantage-list {
        text-align: left;
    }
}

/* @media screen {
    .case-study-ai-advantage-section h2 {
        font-size: 25px !important;
        line-height: 32px !important;
    }
} */

/* Unlock AI Section Ends Here */

/* --- Our AI Solution Section Starts Here --- */

.our-ai-solutions-section {
    background-image: url('../images/our-ai-solution-img.png');
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center;
    padding: 100px 0;
    position: relative;
}

.our-ai-solutions-section {
    position: relative; /* Ensure pseudo-element is positioned correctly */
    z-index: 1; /* Keep the section above the pseudo-element */
}

.our-ai-solutions-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/our-ai-solution-img-2.png') no-repeat center center;
    background-size: inherit;
    z-index: -1;
    opacity: 0.7;
    pointer-events: none;
}



/* --- Header Styling --- */
.our-ai-solutions-header {
    text-align: center;
    margin-bottom: 52px;
}

.our-ai-solutions-header h2 {
    color: #000;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}


.our-ai-solutions-grid {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
}

.our-ai-solutions-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    width: 48%;
}


.our-ai-solutions-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
}

.our-ai-solutions-item h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 14px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.our-ai-solutions-item p {
    margin-bottom: 14px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
}

.our-ai-solutions-list {
    padding: 0;
    margin: 0;
    margin-bottom: 14px;
}

.our-ai-solutions-list-item {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #303030;
    margin-top: 0;
}

.our-ai-solutions-benefit {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #585858;
    margin-bottom: 0px;
}

/* --- RESPONSIVE DESIGN --- */

/* Tablet View */
@media (max-width: 992px) {
    .our-ai-solutions-section {
        background-color: #F7F7F7;
        padding: 70px 0 !important;
    }

    .our-ai-solutions-item {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 8px;
        width: 47%;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .our-ai-solutions-grid {
        grid-template-columns: 1fr;
        /* Stack items in a single column */
    }
}

@media (max-width: 768px) {
    .our-ai-solutions-header h2 {
        color: #000;
        letter-spacing: 1px;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 37px;
        text-align: center;
        text-transform: uppercase;
    }

    .our-ai-solutions-header {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .our-ai-solutions-item {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 8px;
        width: 100%;
    }
}

/* --- Our AI Solution  Section Ends Here --- */

/* AI Advantage Section Starts Here */
.ai-advantage-section {
    padding-bottom: 100px;
    padding-top: 0px;
}


.ai-advantage-section .ai-advantage-container {
    display: flex;
    align-items: start;
    gap: 60px;
}

.ai-advantage-section .ai-advantage-text-wrapper {
    flex: 1;
}

.ai-advantage-section .ai-advantage-image-wrapper {
    flex: 1;
}

.ai-advantage-section .ai-advantage-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.ai-advantage-section h2 {
    color: #000;
    margin-bottom: 1rem;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
}

.ai-advantage-section .ai-advantage-text-wrapper p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    color: #585858;
    margin-bottom: 13px;
}

.ai-advantage-list {
    padding-left: 0;
    margin: 10px 0 15px 0;
    list-style: none;
    padding: 0;
}

.ai-advantage-list li {
    position: relative;
    margin-bottom: 16px;
}

.ai-advantage-item {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    margin-left: 0px;
    margin-bottom: 15px;
}

.ai-advantage-icon {
    margin-right: 1rem;
    margin-top: 1px;
    flex-shrink: 0;
}

.ai-advantage-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    color: #303030;
}

.we-serve-section {
    padding-top: 100px;
}

.we-serve-icon {
    margin-right: 1rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.ai-advantage-item h5.we-serve-text {
    color: #272727;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
}

.ai-advantage-item p.we-serve-subtext {
    color: #585858;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0px;
}

.we-serve-list li.we-serve-item {
    position: relative;
    margin-bottom: 11px;
}

@media (max-width: 992px) {
    .unlock-ai-section {
        padding: 70px 0 70px 0;
    }

    .ai-advantage-section .ai-advantage-image-wrapper {
        flex: 1;
        width: 100%;
    }

    .ai-advantage-section .ai-advantage-container {
        flex-direction: column-reverse;
        gap: 30px;
    }

}

/* Mobile View */
@media (max-width: 768px) {



    /* Reverse the column order for the first section on mobile */
    .ai-advantage-section .ai-advantage-container {
        flex-direction: column-reverse;
    }

    .case-study-ai-advantage-section h2 {
        font-size: 1.5rem;
    }

    .ai-advantage-list {
        text-align: left;
    }
}



/* AI Advantage Section Ends Here */

/* Business Impact Section Starts Here */
.business-impact-section {
    padding: 0px;
    background: #F7F7F7;
    min-height: 400px;
}


.business-impact-section .business-impact-container {
    display: flex;
    align-items: center;
    gap: 60px;
}



.business-impact-section .challenges-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.business-impact-section h2 {
    color: #000;
    margin-bottom: 17px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}

.business-impact-section .business-impact-text-wrapper p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: justify;
    color: #626262;
    margin-bottom: 16px;
}

.business-impact-list {
    padding-left: 0;
    margin: 10px 0 15px 0;
    list-style: none;
    padding: 0;
}

.business-impact-list li {
    position: relative;
    margin-bottom: 16px;
}

.business-impact-item {
    display: flex;
    align-items: start;
    font-size: 1rem;
    margin-left: 0px;
    margin-bottom: 15px;
}

.business-impact-icon {
    margin-right: 1rem;
    margin-top: 3px;
    flex-shrink: 0;
    width: 17px;
    height: 17px;
}

.business-impact-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 15px;
    color: #303030;
    line-height: 24px;
}

.business-impact-subtext {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 15px;
    color: #626262;
    margin-left: 5px;
}

.business-impact-image-wrapper img {
    height: 400px;
}

.implementation-results-section {
    background-color: #f7f7f7 !important;
}

@media (max-width: 567px) {
    .business-impact-image-wrapper {
        display: none;
    }

    .business-impact-section {
        padding: 60px 0;
        background: #F7F7F7;
        min-height: 400px;
    }
}

/* Business Impact Section Ends Here */

/* --- AI Solutions FAQ Section Starts Here --- */

.ai-solutions-faq-section {
    padding: 100px 0;
    background: url(../images/ai-faq-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.ai-solutions-faq-header {
    text-align: center;
    margin-bottom: 52px;
}

.ai-solutions-faq-header h2 {
    color: #000;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.ai-solutions-faq-grid {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
}

.ai-solutions-faq-item {
    background-color: #F7F7F7;
    padding: 30px;
    border-radius: 8px;
    width: 48%;
}

.ai-solutions-faq-item h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 14px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.ai-solutions-faq-item p {
    margin: 0;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
}

/* --- RESPONSIVE DESIGN --- */

/* Tablet View */
@media (max-width: 992px) {
    .ai-solutions-faq-item {
        background-color: #F7F7F7;
        padding: 30px;
        border-radius: 8px;
        width: 47%;
    }

    .ai-solutions-faq-section {
        background-color: #F7F7F7;
        padding: 70px 0 !important;
    }
}

/* Mobile View */
@media (max-width: 768px) {
    .ai-solutions-faq-grid {
        grid-template-columns: 1fr;
        /* Stack items in a single column */
    }
}

@media (max-width: 768px) {
    .ai-solutions-faq-header h2 {
        color: #000;
        letter-spacing: 1px;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 37px;
        text-align: center;
        text-transform: uppercase;
    }

    .ai-solutions-faq-header {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .ai-solutions-faq-item {
        background-color: #F7F7F7;
        padding: 30px;
        border-radius: 8px;
        width: 100%;
    }
}

/* --- AI Solutions FAQ Section Ends Here --- */


/* --- Improve Catalog Cta Section Starts Here--- */
.ai-transform-cta {
    position: relative;
    padding: 75px 0px;
    background-image: url('../images/ai-transform-cta-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}



/* Container to hold content */
.ai-transform-cta-container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

/* --- Text Content Styling --- */
.ai-transform-cta-text-content {
    flex-basis: 70%;
}

.ai-transform-cta-text-content h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.ai-transform-cta-text-content p {
    margin-bottom: 13px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

/* --- Button Styling --- */
.ai-transform-cta-action-button {
    flex-shrink: 0;
}

.ai-transform-cta-action-button .cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #F1C01D 0%, #E0A018 100%);
    color: #ffffff !important;
    padding: 15px 46px;
    border-radius: 6px;
    text-decoration: none !important;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
}



/* --- RESPONSIVE DESIGN --- */

/* Tablet View */


/* Mobile View */
@media (max-width: 768px) {
    .ai-transform-cta {
        padding: 4rem 1.5rem;
    }

    .ai-transform-cta-container {
        flex-direction: column;
        text-align: center;
    }

    .ai-transform-cta-text-content {
        flex-basis: auto;
        margin-bottom: 2rem;
    }

    .ai-transform-cta-text-content p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 567px) {

    .ai-transform-cta-text-content h2 {
        margin-top: 0;
        margin-bottom: 1rem;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 25px;
        line-height: 37px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

}

/* --- Improve Catalog Cta Section Ends Here--- */