/* ******************************* AI page  css START *********************************************** */

.canary-section {
    /* background: linear-gradient(to right, #e8e9fc, rgba(var(--back-color), 1)) !important; */
    background-color: rgba(var(--main-color), 1);
}

.canary-heading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: rgba(var(--white-color), 1);
    letter-spacing: 1px;
    border-left: 4px solid #1da316;
    padding-left: 10px;
    margin-bottom: 10px;
}

.image-wrappersectio {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.canary-title {
    font-size: 42px;
    font-weight: 600;
    color: rgba(var(--white-color), 1);
    margin-bottom: 20px;
}

.canary-description {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(var(--white-color), 1);
    margin-bottom: 30px;
}

.canary-image img {
    max-width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .canary-title {
        font-size: 32px;
    }

    .canary-description {
        font-size: 15px;
    }
}

.guest-msg-section {
    padding: 60px 20px;
    background-color: rgba(var(--white-color), 1);
}

.guest-msg-title {
    font-size: 28px;
    color: rgba(var(--main-color), 1);
    font-weight: 600;
    margin-bottom: 20px;
}

.guest-msg-description {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    max-width: 400px;
}

.guest-msg-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
}

.guest-msg-icon img {
    width: 24px;
    height: 24px;
}

.guest-msg-link {
    color: rgba(var(--main-color), 1);
    font-weight: bold;
    text-decoration: none;
}

.guest-msg-link:hover {
    text-decoration: underline;
}

.guest-msg-img {
    max-width: 100%;
    height: 300px;
    object-fit: contain;
}

.ai-results-section {
    padding: 60px 20px;
    background-color: rgba(var(--back-color), 1);
    text-align: center;
}

.ai-results-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.ai-result-block h5 {
    font-size: 35px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    z-index: 3;
    color: rgba(var(--main-color), 1);
}

.ai-result-block h5::before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    height: 8px;
    width: 100%;
    background-color: rgba(var(--second-color), 1);
    /* Yellow underline */
    z-index: -1;
    display: none;
}

.ai-result-number {
    font-size: 48px;
    font-weight: bold;
    margin: 10px 0;
    color: rgba(var(--second-color), 1);
}

.ai-result-description {
    font-size: 15px;
    color: #444;
    margin-bottom: 25px;
}

.common-bgBtn,
.common-bgBtn:visited,
.common-bgBtn:focus {
    --boco-btn: rgba(var(--white-color), 1);
    --bg-btn: rgba(var(--main-color), 1);
    --common-btn-color: rgba(var(--white-color), 1);
}

.ai-case-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(var(--main-color), 1);
    color: rgba(var(--main-color), 1);
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.ai-case-btn:hover {
    background-color: rgba(var(--main-color), 0.2);
    text-decoration: none;
}

.ai-case-logo {
    height: 20px;
}

.ai-tech-section {
    padding: 60px 20px;
    background-color: #fff;
    text-align: center;
}

.ai-tech-title {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 50px;
}

.ai-tech-box {
    padding: 30px 20px;
}

.ai-tech-icon {
    font-size: 30px;
    color: rgba(var(--main-color), 1);
    margin-bottom: 15px;
}

.ai-tech-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgba(var(--main-color), 1);
}

.ai-tech-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.ai-cta-section {
    background-color: rgba(var(--main-color), 1);
    color: #fff;
    border-radius: 25px;
    padding: 40px;
    margin: 20px 20px;
    /* overflow: hidden; */
    position: relative;
}

.ai-cta-title {
    font-size: 28px;
    font-weight: 600;
}

.ai-cta-subtitle {
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.6;
}

.ai-cta-button {
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ai-cta-button:hover {
    background-color: #ffffff22;
    text-decoration: none;
}

.ai-cta-img {
    max-width: 100%;
    height: 340px;
    position: absolute;
    top: -43px;
    left: 56px;
}

@media (max-width: 767.98px) {
    .ai-cta-title {
        font-size: 22px;
    }

    .ai-cta-subtitle {
        font-size: 16px;
    }

    .ai-cta-button {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
}


.faq-ai-wrapper {
    padding: 60px 20px;
}

.faq-ai-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.faq-ai-subtitle {
    font-size: 18px;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
}

.faq-ai-accordion .faq-ai-item {
    border: none;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
}

.faq-ai-accordion .faq-ai-header .faq-ai-button,
.faq-ai-accordion .faq-ai-header .faq-ai-button:focus,
.faq-ai-accordion .faq-ai-header .faq-ai-button:hover {
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    padding: 20px;
    outline: none;
    box-shadow: none;
}

.faq-ai-accordion .faq-ai-button:not(.collapsed) {
    color: rgba(var(--main-color), 1);
    background-color: #fff;
    border-bottom: 0px solid #ccc;
    box-shadow: none;
}

.faq-ai-accordion .faq-ai-body {
    padding: 20px;
    font-size: 16px;
    color: #333;
}

.faq-ai-button::after {
    transition: transform 0.3s ease;
}

.faq-ai-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.ai-faq-section {
    background-color: rgba(var(--back-color), 1);
}

/* ******************************* AI page  css END *********************************************** */



.content-container {
    display: flex;
    gap: 50px;
}

.left-content {
    flex: 1;
    height: 100vh !important;
    display: flex;
    align-items: center;
}

.pin-spacer {
    flex: 1 !important;
}

.right-content {
    flex: 1;
}

.imageToShow {
    min-width: 100%;
    height: 500px;
}

.content-container {
    display: flex;
    align-items: flex-start;
}

.left-content {
    position: sticky;
    top: 0;
    width: 50%;
    height: 50vh;
    overflow: visible;
}

.imageToShow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.imageToShow.active {
    opacity: 1;
}

.right-content {
    width: 50%;
}

.contentMarker {
    height: 0vh;
    display: flex;
    align-items: center;
    padding: 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.contentMarker.active {
    opacity: 1;
    height: 100%;
}

.stickysec {
    position: sticky;
    overflow: visible;
    top: 40px;
}

@media (max-width: 1500px) {

    .ai-result-block h5 {
        font-size: 28px;
    }

    .ai-cta-img {
        left: 18px;
    }
        .ai-results-section {
    padding: 60px 20px 0 20px;
}
}

@media (max-width: 1199px) {
    .canary-title {
        font-size: 35px;
    }

    .ai-results-title {
        font-size: 25px;
        font-weight: 700;
    }

    .ai-result-block h5 {
        font-size: 22px;
        font-weight: 700;
    }
        .canary-title {
        font-size: 20px;
    }

}

@media (max-width: 991px) {
    .ai-result-block h5 {
        font-size: 15px;
        font-weight: 700;
    }

    .ai-result-number {
        font-size: 22px;
    }

    .ai-case-btn {
        padding: 10px 12px;
    }
}

@media (max-width: 767px) {
    .bg-dark-hlx {
        background-color: rgba(var(--main-color), 1);
        padding: 30px 10px;
        border-radius: 10px;
    }

    .feature-section {
        padding: 30px 0px !important;
    }
}

@media (max-width: 575px) {
    .ai-results-title {
    margin-bottom: 0;
}
.ai-results-section {
    padding: 20px 20px;
}
.Product-ListImg {
    --ERWT-WBDUR: 9px;
}
.ai-result-number {
    margin: 0;
}
.ai-result-block h5 {
    margin-bottom: 0;
}
.ai-result-description {
    margin-bottom: 0;
}
.ai-custom-tabs {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.Product-section .custom-tabs.ai-custom-tabs .nav-link {
    padding: 7px 10px;
    font-size: 12px;
}
.custom-tabs.ai-custom-tabs .nav-link {
    padding: 8px 6px;
    font-size: 12px;
    white-space: nowrap;
}
.ai-results-title {
    font-size: 21px;
}

}