#ai-hero {
    height: 958px;
    background-image: url('../images/ai-hero.png');
    background-position: center;
    background-size: cover;
    padding-top: 120px;
    position: relative;
}

.primary-heading {
    font-size: 64px;
}

.ai-hero-secondary-heading {
    font-family: "Gilroy", sans-serif;
    color: white;
    max-width: 715px;
    font-size: 36px;
    margin: 25px 0;
}

.ai-hero-secondary-heading span {
    color: rgba(12, 159, 64, 1);
    font-style: italic;
    font-weight: 400;
}

.ai-hero-content p {
    max-width: 846px;
}

.hero-right-strp img {
    width: 92px;
    height: auto;
}

.hero-right-strp {
    width: 642px;
    height: 149px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    position: absolute;
    right: 0;
    bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-right-strp p {
    font-size: 24px;
    max-width: 423px;
    text-align: right;
    margin-bottom: 0 !important;
}

.btn {
    border-radius: 0 !important;
    padding: 12px 15px;
    gap: 25px;
}

.btn svg {
    margin-left: 25px;
}

.btn-fill {
    background: rgba(12, 159, 64, 1);
    color: white;
}

.btn-fill:hover {
    background-color: white;
    color: black;
}

.btn-fill:hover path {
    fill: rgba(12, 159, 64, 1) !important;
}

.btn-outline {
    border: 1px solid white;
    color: white;
}

.btn-outline:hover {
    background-color: rgba(12, 159, 64, 1) !important;
    border-color: rgba(12, 159, 64, 1) !important;
    color: white;
}

.ai-hero-btn-group {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

#ai-solution {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/solution-bg.jpg');
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.7);
    background-blend-mode: overlay;
}

.ai-section-intro {
    margin-bottom: 60px;
}

.ai-section-intro h2 {
    margin-bottom: 10px !important;
}

.ai-solution {
    height: 60px;
    display: flex;
    gap: 20px;
    padding: 0 15px;
    align-items: center;
}

.ai-solution p {
    margin-bottom: 0 !important;
}

.ai-solution-1 {
    border: 1px solid rgba(197, 197, 197, 1);
}

.ai-solution-2 {
    box-shadow: 0px 4px 20px 0px rgba(181, 181, 181, 0.25);
    background: white;
}

.ai-solution-3 {
    background: linear-gradient(90deg, #2F71CE 0%, #0C9F40 100%);
}

.ai-solution-3 p {
    color: white;
}

.ai-solution-3 rect {
    fill: transparent !important;
}

.ai-solution-3 path {
    stroke: white !important;
}

#ai-trusted {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/ai-trusted.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: overlay;
}

.ai-row {
    display: flex;
    gap: 50px;
    padding-left: 50px;
}

.ai-trusted-col-left {
    position: relative;
}

.ai-trust-card img {
    width: 116px;
}

.ai-trusted-left-img {
    width: 472px;
    height: 771px;
    background-image: url("../images/ai-trusted-left.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    position: relative;
    z-index: 9;
}

.ai-trusted-col-left::before {
    content: '';
    width: 280px;
    height: 850px;
    background-color: rgba(203, 225, 255, 0.79);
    display: flex;
    position: absolute;
    top: 20px;
    left: -150px;
    z-index: 0;
    border-radius: 0 24px 24px 0;
}

.tursted-gr-text {
    background-image: url('../images/gr1.jpeg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai-trusted-col-right>p {
    max-width: 613px;
}

.ai-trusted-col-right .primary-heading {
    margin-bottom: 30px !important;
}

.ai-trust-bottom-right {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-top: 40px;
}

.trusted-left-txt {
    color: white;
    font-size: 150px;
    font-weight: 500;
    transform: translateX(-80px);
    font-family: "Manrope", sans-serif;
}

.trusted-left-txt span {
    opacity: .5;
}

.ai-trust-bottom-right>div {
    width: 50%;
}

.gradient-border {
    background: linear-gradient(180deg, #41FF83 0%, #FFFFFF 100%);
    padding: 1px;
    box-shadow: 0px 4px 35px 15px rgba(209, 209, 209, 0.25);
    border-radius: 24px;
}

.ai-trust-card {
    background: white;
    border-radius: 24px;
    padding: 25px;
}

.ai-trust-card p {
    margin-top: 60px;
    margin-bottom: 0;
}

.ai-trust-bottom-right-img {
    height: 472px;
    background-image: url('../images/trusted-br.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

#ai-services {
    padding-top: 80px;
    padding-bottom: 80px;
}

.service-gr {
    background-image: linear-gradient(90deg, #8dd5b9 0, #3977d5 100%);
    color: transparent;
    background-clip: text;
}

.ai-service-card {
    display: flex;
}

.ai-ser-index {
    font-family: 'Gilroy', sans-serif;
    font-size: 128px;
    color: rgba(0, 0, 0, 0.04);
    position: absolute;
    top: 20px;
    right: 30px;

}

.ai-service-card {
    box-shadow: 0px 4px 55px 15px rgba(211, 211, 211, 0.25);
    position: relative;
}

.ai-service-right {
    padding: 50px 40px;
    position: relative;
    flex-grow: 1;
}

.ai-service-right::after {
    content: '';
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #FFFFFF 0%, #89FFB2 100%);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.ai-workflow-service {
    background-image: url('../images/ai-workflow.png');
    background-size: cover;
}

.ai-voice-srvice {
    background: linear-gradient(110.5deg, #000000 36.39%, #001B41 94.65%);
    color: white;
}

.ai-voice-srvice .ai-service-left {
    background-image: url('../images/ai-voice.jpg');
}

.ai-sales-auto .ai-service-left {
    background-image: url('../images/ai-sales.jpg');
}

.ai-marketing-auto .ai-service-left {
    background-image: url('../images/ai-marketing.jpg') !important;
}

.ai-doc-process .ai-service-left {
    background-image: url('../images/ai-doc.jpg') !important;
}

.ai-data-process .ai-service-left {
    background-image: url('../images/aidata.avif') !important;
}

.ai-agent .ai-service-left {
    background-image: url('../images/ai-agent.jpg') !important;
}

.ai-bisiness .ai-service-left {
    background-image: url('../images/ai-business.jpg') !important;
}

.ai-knowledge .ai-service-left {
    background-image: url('../images/ai-knowl.jpg') !important;
}

.ai-email-auto .ai-service-left {
    background-image: url('../images/ai-email.jpg') !important;
}

.ai-help .ai-service-left {
    background-image: url('../images/ai-help.jpg') !important;
}

.ai-reporting .ai-service-left {
    background-image: url('../images/ai-reporting.avif') !important;
}

.ai-recomend .ai-service-left {
    background-image: url('../images/ai-reco.avif') !important;
}

.interior-ind .ai-service-left {
    background-image: url('../images/int.jpg');
}

.ai-voice-srvice .ai-ser-index,
.ai-chatbot-service .ai-ser-index {
    color: rgba(255, 255, 255, 0.04);
    bottom: 30px;
    right: 30px;
    top: unset;
    height: auto;
}

.ai-voice-srvice .ai-service-right::after,
.ai-chatbot-service .ai-service-right::after {
    background: rgba(143, 190, 255, 1);

}

.ai-chatbot-service .ai-service-left {
    background-image: url('../images/ai-chatbot.jpg');
}

.ai-feature-item p {
    white-space: nowrap;
}

.ai-service-left {
    width: 404px;
    background-image: url('../images/ser.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ai-service-fe-inner {
    display: flex;
    gap: 20px;
}

.ai-service-slider {
    max-width: 1138px;
}

.ai-feature-item {
    display: flex;
    gap: 20px;
}

.ai-service-right>p {
    max-width: 471px;
}

.ai-service-feature {
    margin-top: 40px;
}

#ai-itegration {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/int.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
}

.ai-integration-card img {
    height: 30px;
    width: 100%;
    object-fit: contain;
}

.ai-integration-card {
    background-color: white;
    padding: 15px 0;
    border-radius: 12px;
}

.int-border {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 4.97%, #FFFFFF 49.79%, rgba(0, 0, 0, 0) 94.62%);
    margin: 80px 0;
}

.automation-card>div {
    height: 270px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.automation-card h3,
.automation-card p {
    color: white;
}

.automation-card h3 {
    font-family: "Gilroy", sans-serif;
    font-size: 24px;
}

.automation-card p {
    max-width: 256px;
}

.auto-index {
    position: absolute;
    font-size: 350px;
    font-family: "Gilroy", sans-serif;
    bottom: -40px;
    line-height: 300px;
    right: 0;
    background: linear-gradient(180deg, #0CD954 0%, rgba(0, 0, 0, .1) 73.63%);
    color: transparent;
    background-clip: text;
}

#ai-tech {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/tech-bg.jpg');
    background-position: center;
    background-size: cover;
}

.ai-tecg-card img {
    width: 37px;
    height: auto;
}

.ai-tecg-card {
    display: flex;
    gap: 20px;
    align-items: center;
    background: white;
    border-radius: 12px;
    padding: 15px;
}

.ai-tecg-card p {
    margin-bottom: 0 !important;
}

#ai-why {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/299ce6b8be016bcdcf9e1b424864b0fa2329a2df (1).jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: overlay;
}

.ai-why-card {
    border: 1px solid rgba(202, 202, 202, 1);
    height: 383px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.ai-why-card path {
    stroke: white !important;
}

.long-s path {
    fill: white !important;
}

.ai-why-icon {
    height: 64px;
    width: 64px;
    background-image: url('../images/icon-bg.jpg');
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ai-why-icon svg {
    width: 34px !important;
    height: 34px;
}

.ai-why-top {
    padding: 20px;
}

.ai-why-bottom {
    padding: 20px;
    border-top: 1px solid rgba(202, 202, 202, 1);
    align-items: center;
    height: 120px;
    display: flex;
}

.ai-why-bottom p {
    max-width: 220px;
}

.ai-why-bottom p {
    margin-bottom: 0 !important;
    font-size: 20px;
}

#ai-why .ai-section-intro {
    max-width: 917px;
    margin: 0 auto 30px auto;
}

.why-ai-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/overlay-bg-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.why-ai-overlay {
    transition: .4s;
    clip-path: circle(0 at top left);
}

.why-ai-overlay p {
    font-size: 20px;
    color: white;
}

.ai-why-card:hover .why-ai-overlay {
    transition: .4s;
    clip-path: circle(1000px at top left);
}

.ai-why-overlay-icon {
    width: 100%;
    display: flex;
    justify-content: end;
}

.ai-why-overlay-icon svg {
    width: 98px;
    height: auto;
}

.ai-why-overlay-icon path {
    fill-opacity: .8;
}

#ai-benefit {
    background: linear-gradient(90deg, #ECF4FF 0%, #E6FFEF 100%);
    padding-top: 100px;
    position: relative;
    padding-bottom: 150px;
    z-index: 0;

}

.ai-benefit-slider {
    background-image: url('../images/str2.jpg');
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 80px;
    z-index: 99;
}

.ai-benefit-card h3 {
    font-family: "Gilroy", sans-serif;
    font-size: 150px;
    color: white;
}

.ai-benefit-card {
    display: flex;
    align-items: center;
    gap: 30px;
    transition: .5s;
    opacity: .2;
}

.ben-wrapper {
    transform: translateX(210px);
}

.ai-benefit-card.swiper-slide-active,
.ai-benefit-card.swiper-slide-next {
    opacity: 1;
}

.ai-benefit-card p {
    font-size: 24px;
    color: white;
}

.business-gr-text {
    background-image: linear-gradient(90deg, #7ad493, #236b9f);
    color: transparent;
    background-clip: text;
}

#ind-faq {
    padding-top: 0px;
    padding-bottom: 100px;
    margin-top: -140px;
    z-index: 99;
    position: relative;
}

.faqs {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.accordian-header {
    display: flex;
    justify-content: space-between;
    height: 70px;
    border-bottom: 1px solid rgba(123, 123, 123, 1);
    align-items: center;
    padding: 0 20px;
}

.accordian-item {
    height: 70px;
    overflow: hidden;
    transition: .4s;
    cursor: pointer;
    transition: all .4s;
    margin-top: 20px;
}

.faq-icon {
    transition: .4s;
    transform: rotate(-90deg);
}

.faq-title {
    font-family: 'Gilroy', sans-serif;
    font-size: 20px;

}

.faq-content {
    padding: 0 20px 20px 20px;
}

.faq-content p {
    max-width: 567px;
}

.ind-faq-active {
    background: linear-gradient(90deg, #E7F1FF 0%, rgba(218, 255, 231, 0) 100%);
}

.ind-faq-active .faq-icon {
    transition: .4s;
    transform: rotate(0deg);
}

.ind-faq-active {
    height: auto;
}

.ind-faq-active .accordian-header {
    border-color: transparent;
}

#ai-cta {
    height: 748px;
    background-image: url('../images/cta.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
}

.ai-cta-row {
    display: flex;
}

.ai-cta-row>div {
    width: 50%;
}

#ai-cta .primary-heading {
    font-size: 96px;
    color: white;
}

.ai-cta-right p {
    max-width: 512px;
    margin: 30px 0;
}

.ai-cta-right .btn-fill {
    background-color: white;
    color: black;
}

.ai-cta-left {
    padding-top: 40px;
}

.ai-cta-left p {
    position: relative;
}

.ai-cta-left p::before {
    content: '';
    width: 253px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    position: absolute;
    left: 0;
    top: -20px;
}

#our-ai {
    background: linear-gradient(249.37deg, #00122A 36.32%, #003211 133.69%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#our-ai::after {
    content: '';
    width: 60px;
    background: linear-gradient(180deg, #011B23 0%, #013620 25%, #01231D 100%);
    height: 100%;
    position: absolute;
    left: 30px;
    z-index: 2;
    display: flex;
    top: 0;
}

/* GSAP sticky scroll wrapper */
#our-ai-sticky {
    display: flex;
    height: 100vh;
    position: relative;
    z-index: 5;
}

.our-ai-row {
    display: flex;
    position: relative;
    z-index: 5;
    width: 100%;
}

.our-ai-row>div {
    width: 50%;
}

.our-ai-left {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    padding-top: 100px;
}

.our-ai-left .primary-heading {
    max-width: 410px;
}

.our-ai-left p {
    max-width: 334px;
}

.our-item-circle {
    width: 314px;
    height: 314px;
    padding: 4px;
    border-radius: 50%;
    background: linear-gradient(230.05deg, rgba(0, 0, 0, 0) 27.21%, #0C9F40 73.51%);
    flex-shrink: 0;
}

.cl-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(180deg, #01122A 0%, #004217 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    text-align: center;
    color: white;
}

.cl-inner h3 {
    font-size: 24px;
    font-family: "Gilroy", sans-serif;
}

.cl-inner p {
    margin-bottom: 0 !important;
}

.our-ai-item-index h3 {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-size: 128px;
    background: linear-gradient(180deg, rgba(12, 217, 84, 0.44) 0%, rgba(0, 0, 0, 0) 100%);
    color: transparent;
    background-clip: text;
}

/* Right column: items stacked, driven by GSAP */
.our-ai-right {
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    will-change: transform;
    top: 0;
    padding-top: 300px;
}

.our-ai-slide-item {
    display: flex;
    gap: 40px;
    opacity: 0.3;
    transition: opacity 0.4s ease;
    will-change: opacity;
}

.our-ai-slide-item:nth-child(even) {
    flex-direction: row-reverse;
}

.our-ai-item-active {
    opacity: 1 !important;
}

.our-ai-gr {
    background-image: linear-gradient(180deg, #3ea69b, #18a155);
    color: transparent;
    background-clip: text;
}

@media screen and (max-width: 1250px) {
    .trusted-left-txt {
        font-size: 100px;
        transform: translateX(-50px);
    }

    .ai-row {
        padding-left: 0px;
    }

    .ai-trusted-left-img {
        width: 300px;
    }
}

@media screen and (max-width: 1060px) {
    .primary-heading {
        font-size: 40px;
    }

    .ai-benefit-card p {
        font-size: 20px;
    }

    .ai-benefit-card h3 {
        font-size: 100px;
    }

    .ai-benefit-card {
        padding: 30px 0;
    }

    #ai-cta .primary-heading {
        font-size: 60px;
    }

    .ai-hero-secondary-heading {
        font-size: 25px;
        max-width: 500px;
        margin: 20px 0;
    }
}

@media screen and (max-width: 885px) {
    #ai-hero {
        height: 800px;
    }

    .hero-right-strp p {
        font-size: 20px;
        max-width: 423px;
        text-align: right;
        margin-bottom: 0 !important;
    }

    .ai-row {
        flex-direction: column;
    }

    .ai-trusted-left-img {
        width: 100%;
        height: 300px;
    }

    .ai-trusted-col-left::before {
        height: 320px;
    }

    .trusted-left-txt {
        font-size: 50px;
        transform: translateX(-30px);

    }

    .ai-service-right {
        padding: 30px 20px;
    }

    .ai-service-left {
        min-width: 250px;
        width: 250px;
    }

    .auto-index {
        font-size: 200px;
        line-height: 180px;
    }

    .ai-benefit-card {
        padding: 0;
    }

    .ai-benefit-slider {
        padding: 20px 0;
    }

    .ben-wrapper {
        transform: translateX(0);
    }

    .ai-benefit-card p {
        font-size: 18px;
    }

    .ai-cta-row {
        flex-direction: column;
    }

    .ai-cta-row>div {
        width: 100%;
    }

    .faqs {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 647px) {
    .hero-right-strp {
        width: auto;
        padding: 20px;
        height: auto;
        gap: 30px;
    }

    #ai-hero {
        height: 850px;
        padding-top: 80px;
    }

    .hero-right-strp img {
        width: 50px;
    }

    .hero-right-strp p {
        font-size: 16px;
        max-width: 300px;
    }

    .ai-hero-btn-group {
        flex-direction: column;
    }

    .ai-trust-bottom-right {
        flex-direction: column;
    }

    .ai-trust-bottom-right>div {
        width: 100%;
    }

    .ai-service-card {
        flex-direction: column;
    }

    .ai-service-left {
        height: 250px;
        width: 100%;
    }

    .ai-service-feature {
        display: none;
    }

    .ai-benefit-card p {
        font-size: 16px;
    }

    .ai-benefit-card h3 {
        font-size: 70px;
    }

    .ben-wrapper {
        transform: translateX(-50px);
    }
}

@media screen and (max-width: 991px) {
    #our-ai {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #our-ai::after {
        display: none;
    }

    #our-ai-sticky {
        height: auto !important;
        display: block !important;
    }

    .our-ai-row {
        flex-direction: column;
        gap: 40px;
    }

    .our-ai-row>div {
        width: 100% !important;
    }

    .our-ai-left {
        padding-top: 0;
        text-align: center;
        align-items: center;
    }

    .our-ai-left .primary-heading {
        max-width: 100%;
        font-size: 38px;
    }

    .our-ai-left p {
        max-width: 100%;
        margin-top: 15px;
    }

    .our-ai-right {
        padding-top: 20px;
        gap: 35px;
        transform: none !important;
    }

    .our-ai-slide-item {
        opacity: 1 !important;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }

    .our-ai-slide-item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .our-item-circle {
        width: 280px;
        height: 280px;
    }

    .cl-inner {
        padding: 25px;
    }

    .cl-inner h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .cl-inner p {
        font-size: 13px;
        line-height: 1.4;
    }

    .our-ai-item-index h3 {
        font-size: 90px;
    }
}

@media screen and (max-width: 647px) {
    .primary-heading {
        font-size: 30px;
    }

    .faq-title {
        font-size: 18px;
    }

    #ai-cta .primary-heading {
        font-size: 40px;
    }

    .ai-hero-secondary-heading {
        font-size: 20px;
    }

    #our-ai {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .our-ai-left .primary-heading {
        font-size: 28px;
    }

    .our-ai-right {
        gap: 30px;
    }

    .our-ai-slide-item {
        flex-direction: column !important;
        gap: 15px;
        text-align: center;
    }

    .our-ai-item-index h3 {
        font-size: 64px;
        margin-bottom: 0;
    }

    .our-item-circle {
        width: 250px;
        height: 250px;
    }

    .cl-inner {
        padding: 20px;
    }

    .cl-inner h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .cl-inner p {
        font-size: 12px;
        line-height: 1.35;
    }

    .hero-right-strp {
        display: none;
    }
}