/* ==========================================
   Jeeno Hero Video Slider
========================================== */

.jeeno-hero-video-slider {
    position: relative;
    overflow: hidden;
}

.jeeno-hero-video-slider .jeeno-slider-item {
    position: relative;
    min-height: 720px;
    overflow: hidden;
}

.jeeno-hero-video-slider .jeeno-slider-item {
    height: 75vh;
    background-color: var(--jeeno-color-theme-dark);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.jeeno-hero-video-slider .jeeno-slider-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.jeeno-hero-video-slider .slider-wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.jeeno-hero-video-slider .jeeno-hero-video {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.jeeno-hero-video-slider .jeeno-hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.jeeno-hero-video-slider .jeeno-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg,
            rgba(7, 17, 39, 0.94) 0%,
            rgba(7, 17, 39, 0.88) 35%,
            rgba(7, 17, 39, 0.50) 70%,
            rgba(7, 17, 39, 0.20) 100%);
}

.jeeno-hero-video-slider .slider-title-area {
    max-width: 560px;
}

.jeeno-hero-video-slider .slider-title-area .btn-inner {
    width: -moz-max-content;
    width: max-content;
    transition: all 0.3s ease;
}

.jeeno-hero-video-slider .slider-title {
    color: var(--jeeno-color-common-white);
    font-size: 42px;
    line-height: normal;
    font-weight: var(--jeeno-fw-bold);
    margin-bottom: 10px;
    font-family: var(--jeeno-ff-body);
}

.jeeno-hero-video-slider .slider-desc {
    max-width: 500px;
    width: 100%;
    font-size: 18px;
    line-height: 1.444;
    color: var(--jeeno-color-white-2);
    margin-bottom: 25px;
}

.jeeno-hero-video-slider .slider-title-area p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-right: 0.25rem;
}

.jeeno-hero-video-slider .slider-content {
    display: flex;
    align-items: center;
}

.jeeno-hero-video-slider .slider-title-area {
    max-width: 730px;
    width: 100%;
}

.jeeno-hero-video-slider .feature-list li {
    color: #ffffff;
}

.jeeno-hero-video-slider .slider-btn-section {
    display: flex;
    gap: 20px;
    align-items: center;
}

.jeeno-hero-video-slider .slider-btn-section .btn {
    padding: 10px 20px;
    color: white;
    font-weight: 600;
}

.slider-btn-section .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(34, 196, 126, .35);
}

.slider-btn-section .banner-dark-btn:hover {
    color: var(--jeeno-color-theme-green);
}

.slider-btn-section .banner-light-btn {
    font-size: 16px;
}

.slider-btn-section .banner-dark-btn {
    background-color: #010514;
}

.jeeno-hero-video-slider .slider-title,
.jeeno-hero-video-slider .slider-desc,
.jeeno-hero-video-slider .feature-list,
.jeeno-hero-video-slider .slider-btn-section {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition-duration: 0.8s;
}

.jeeno-hero-video-slider .swiper-slide.swiper-slide-active .slider-title,
.jeeno-hero-video-slider .swiper-slide.swiper-slide-active .slider-desc,
.jeeno-hero-video-slider .swiper-slide.swiper-slide-active .feature-list,
.jeeno-hero-video-slider .swiper-slide.swiper-slide-active .slider-btn-section {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-duration: 0.8s;
}

.jeeno-hero-video-slider .swiper-slide.swiper-slide-active .slider-title {
    transition-delay: 1s;
}

.jeeno-hero-video-slider .swiper-slide.swiper-slide-active .slider-desc {
    transition-delay: 1.25s;
}

.jeeno-hero-video-slider .swiper-slide.swiper-slide-active .feature-list {
    transition-delay: 1.5s;
}

.jeeno-hero-video-slider .swiper-slide.swiper-slide-active .slider-btn-section {
    transition-delay: 1.75s;
}

.jeeno-hero-video-slider .hero-pagination {
    position: absolute;
    bottom: 35px;
    z-index: 5;
    width: 100%;
    text-align: center;
}

.jeeno-hero-video-slider .swiper-pagination-bullet {
    position: relative;
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    margin: 0 6px !important;
    transition: .35s;
    text-align: center;
}

.jeeno-hero-video-slider .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #d8d8d8;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.jeeno-hero-video-slider .swiper-pagination-bullet-active {
    box-shadow: 0 0 0 3px rgba(34, 211, 166, .18), 0 0 18px rgba(34, 211, 166, .45);
}

.jeeno-hero-video-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background-color: var(--jeeno-color-theme-green);
}

.jeeno-hero-video-slider .swiper-pagination-bullet-active::before {
    background: var(--jeeno-color-theme-green);
}

/* -------------------------- */

.leading-businesses {
    background: #fff url('../../images/home/leading-business-bg.webp') top / cover no-repeat;
}

.feature-list {
    padding: 0;
    margin: 0;
}

.feature-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--jeeno-text-primary);
}

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

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    /* Adjust as needed */
    width: 16px;
    height: 16px;
    background: url("../../images/home/check.svg") no-repeat center;
    background-size: contain;
}

/* -------------- */

.why-jeeno-section {
    margin-top: -150px;
}

.why-jeeno-section .row {
    overflow: hidden;
    border-radius: 20px;
    justify-content: center;
}

.why-left {
    background: var(--jeeno-text-primary);
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.why-right {
    position: relative;
    background: radial-gradient(circle at 70% 70%, #22C47E, #0E6D74);
    padding: 25px 25px 25px 10px;
    height: 100%;
}

.why-right::before {
    content: '';
    position: absolute;
    background: url("../../images/home/why-choose-bg.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0;
}

.why-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.why-description {
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 10px;
}

.stats-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px 10px;
    height: 100%;
    transition: .3s;
    color: var(--jeeno-text-primary);
}

.stats-card:hover {
    background: var(--jeeno-color-theme-green);
    color: #fff;
}

.stats-card h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: var(--jeeno-ff-outfit);
}

.stats-card h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.stats-card:last-child h4 {
    height: 100%;
    display: flex;
    align-items: center;
}

.stats-card p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.feature-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.feature-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    background: url("../../images/home/check.svg") no-repeat center;
    background-size: contain;
}

.feature-item .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

.feature-item p {
    color: #fff;
    line-height: 1.8;
    margin: 0;
}

/* ------------------- */

.technology-section {
    background: #f8f9fb;
}

.technology-card {
    position: relative;
    background: #fff;
    border-radius: 14px;
    padding: 28px 15px;
    text-align: center;
    overflow: hidden;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.technology-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1FB681, #0d4b73);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: .35s;
}

.technology-card:hover::before {
    opacity: 1;
}

.technology-card img {
    height: 44px;
    width: auto;
    object-fit: contain;
    margin-bottom: 18px;
    transition: .35s;
}

.technology-card h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--jeeno-text-primary);
}

.technology-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
    border-color: var(--jeeno-color-theme-green);
}

.technology-card:hover img {
    transform: scale(1.08);
}

@media(max-width:767px) {

    .technology-card {
        padding: 20px 10px;
    }

    .technology-card img {
        height: 38px;
    }
}

/* --------------------- */

.services-section {
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.servicesSwiper .swiper-wrapper {
    align-items: start;
}

.servicesSwiper .swiper-slide {
    opacity: .4;
    transition: opacity .4s ease;
}

.servicesSwiper .swiper-slide-active,
.servicesSwiper .swiper-slide-prev,
.servicesSwiper .swiper-slide-next {
    opacity: 1;
}

.service-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #EDF2F7;
    transition: .4s;
    height: 100%;
    box-shadow: 0 15px 35px rgba(13, 43, 69, .08);
}

.service-card:hover {
    transform: translateY(-12px);
    border-color: var(--jeeno-color-theme-green);
    box-shadow: 0 30px 60px rgba(31, 182, 129, .15);
}

.service-image {
    height: 240px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
    padding: 10px;
    border-radius: 20px;
}

.service-content {
    padding: 20px;
}

.service-content .service-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--jeeno-text-primary);
    font-weight: 600;
}

.service-content p {
    color: var(--jeeno-text-primary);
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    transition: .3s;
    border-radius: 0;
}

.service-link:hover {
    gap: 18px;
    color: var(--jeeno-text-primary);
}

.servicesSwiper .swiper-button-next,
.servicesSwiper .swiper-button-prev {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

.servicesSwiper .swiper-button-next::after,
.servicesSwiper .swiper-button-prev::after {
    font-size: 18px;
    color: var(--jeeno-text-primary);
}

.servicesSwiper .swiper-pagination {
    margin-top: 50px;
    position: relative;
}

.servicesSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #CBD5E1;
    opacity: 1;
}

.servicesSwiper .swiper-pagination-bullet-active {
    width: 42px;
    border-radius: 20px;
    background: var(--jeeno-color-theme-green);
}

.servicesSwiper .swiper-slide-active .service-card {
    transform: scale(1.05);
    border-color: var(--jeeno-color-theme-green);
    box-shadow: 0 35px 70px rgba(31, 182, 129, .22);
}

/* --------------------- */

.why-section {
    position: relative;
    background: #F3F8FF;
    overflow: hidden;
}

.why-section .container {
    z-index: 2;
    position: relative;
}

.sub-title {
    display: block;
    color: var(--jeeno-text-primary);
    font-size: 16px;
    margin-bottom: 10px;
}

.feature-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.jeeno-feature-item {
    text-align: center;
    transition: all 0.35s ease;
    padding-top: 20px;
}

.jeeno-feature-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
    transition: transform 0.35s ease;
    object-fit: contain;
}

.jeeno-feature-item .caption {
    color: var(--jeeno-text-primary);
    font-size: 20px;
    font-weight: 600;
    transition: color 0.35s ease;
}

.jeeno-feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-color: var(--jeeno-color-theme-green);
    border-radius: 8px;
}

.jeeno-feature-item:hover img {
    transform: scale(1.15) rotate(5deg);
}

.jeeno-feature-item:hover h4 {
    color: var(--jeeno-color-theme-green);
}

.bg-pattern-shape {
    position: absolute;

    width: 240px;
    height: 240px;
    background: url("../../images/home/feature-pattern.webp") no-repeat left center;
    background-size: contain;
    z-index: 1;
}

.shape-left {
    bottom: 0;
    left: 0;
}

.shape-right {
    top: 0;
    right: 0;
    transform: rotate(180deg);
}

@media (max-width:991px) {
    .feature-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
}

@media (max-width:576px) {
    .feature-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

/* --------------------- */

.jeeno-cta-content {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 60px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background:
        radial-gradient(circle at center,
            rgba(49, 176, 135, .25),
            rgba(6, 14, 25, .95) 65%),
        #050b16;
}

.jeeno-cta-content::before {
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    width: 320px;
    height: 100%;
    background-image: radial-gradient(rgba(32, 214, 178, .15) 1px, transparent 1px);
    background-size: 12px 12px;
    opacity: .7;
}

.jeeno-cta-left,
.jeeno-cta-right {
    position: relative;
    z-index: 2;
}

.jeeno-cta-left {
    flex: 1;
}

.jeeno-cta-left .cta-title {
    color: #fff;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.jeeno-cta-left p {
    color: rgba(255, 255, 255, .75);
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 35px;
}

.jeeno-cta-btn {
    display: inline-block;
    background: var(--jeeno-color-theme-green);
    color: #06111b;
    padding: 15px 24px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
}

.jeeno-cta-btn:hover {
    background: #18ad6d;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(34, 196, 126, .35);
    color: #ffffff;
}

.jeeno-cta-right {
    flex: 1;
    text-align: center;
}

.jeeno-cta-right img {
    width: 100%;
    max-width: 520px;
    animation: jeenoFloat 5s ease-in-out infinite;
}

@keyframes jeenoFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Responsive */

@media (max-width:991px) {

    .jeeno-cta-content {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }

    .jeeno-cta-left h2 {
        font-size: 28px;
    }
}

@media (max-width:576px) {

    .jeeno-cta-left h2 {
        font-size: 24px;
    }

    .jeeno-cta-content {
        padding: 30px 20px;
    }
}


/* --------------------- */
.jeeno-industry-section {
    background-color: #F3F8FF;
}

/* Tabs */
.jeeno-industry-tabs {
    gap: 25px;
    border-bottom: 1px solid #dbe7f2;
}

.jeeno-industry-tabs .nav-link {
    position: relative;
    background: transparent;
    border: 0;
    padding: 15px 0;
    color: var(--jeeno-text-primary);
}

.jeeno-industry-tabs .nav-link h4 {
    font-size: 18px;
    font-weight: 700;
}

.jeeno-industry-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 3px;
    background: #22C47E;
    transition: .3s;
}

.jeeno-industry-tabs .nav-link:hover,
.jeeno-industry-tabs .nav-link.active {
    color: #22C47E;
    background: transparent;
    border: 0;
}

.jeeno-industry-tabs .nav-link.active::after {
    width: 100%;
}

.jeeno-tab-content {
    display: none;
    position: relative;
}

.jeeno-tab-content.active {
    display: block;
}


.jeeno-tab-image {
    border-radius: 18px;
    overflow: hidden;
}

.jeeno-tab-image img {
    width: 100%;
    display: block;
}

/* Floating Card */

.jeeno-tab-card {
    position: absolute;
    left: 40px;
    top: 5%;
    width: 550px;
    background: linear-gradient(180deg, #14B480 0%, #018B59 100%);
    color: #fff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.jeeno-tab-card .tab-card-title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
}

.jeeno-tab-card p {
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
}

.jeeno-tab-card ul {
    margin: 25px 0;
    padding-left: 18px;
    padding: 0;
    margin: 0;
}

.jeeno-tab-card li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    color: #ffffff;
}

.jeeno-tab-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    /* Adjust as needed */
    width: 16px;
    height: 16px;
    background: url("../../images/home/check.svg") no-repeat center;
    background-size: contain;
}

.jeeno-tab-card li:last-child {
    margin-bottom: 0;
}

.jeeno-tab-card a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .6);
    text-decoration: none;
    transition: .35s;
}

.jeeno-tab-card a:hover {
    background: #fff;
    color: #0d8d63;
}


/* Responsive */

@media(max-width:991px) {

    .jeeno-tab-card {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-top: -40px;
    }

    .jeeno-industry-tabs {
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
    }
}


/* --------------------- */

.custom-accordion .accordion-item {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 13%);
    background: #fff;
}

.ai-models-accordion .ai-models-image {
    max-height: 540px;
}

.custom-accordion .accordion-button {
    background: #fff;
    color: var(--jeeno-text-primary);
    font-size: 20px;
    font-weight: 700;
    padding: 20px 24px;
    box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: var(--jeeno-text-primary);
    box-shadow: none;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-body {
    background: #edf5ff;
    color: var(--jeeno-text-primary);
    font-size: 16px;
    line-height: 1.8;
    padding: 20px 24px;
    border-top: 1px solid #dde7f3;
    font-weight: 500;
}

.accordion-button::after {
    margin-left: auto;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\2b";
    /* plus */
    color: var(--jeeno-text-primary);
    font-size: 18px;
}

.accordion-button:not(.collapsed)::after {
    content: "\f068";
    /* minus */
}

.ai-models-accordion .ai-models-image {
    transition: opacity .35s ease, transform .35s ease;
}

.ai-models-accordion .ai-models-image.image-changing {
    opacity: 0;
    transform: scale(.97);
}

/* --------------------- */

.ai-readiness-section {
    background: #F3F8FF;
}

.section-divider {
    width: 100%;
    max-width: 920px;
    height: 1px;
    background: #d8dee8;
    margin-top: 20px;
    margin-right: auto;
}

.ai-card {
    height: 100%;
}

.ai-card .card-media {
    position: relative;
    height: 130px;
    margin-bottom: 25px;
    overflow: hidden;
}

.ai-card .ai-number,
.ai-card .card-image {
    position: absolute;
    inset: 0;
    transition: all .4s ease;
}

.ai-card .ai-number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 130px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--jeeno-color-theme-green);
    font-family: monospace;
}

.ai-card .card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--jeeno-text-primary);
    line-height: 1.5;
}

.ai-card p {
    font-size: 16px;
    font-weight: 500;
    color: var(--jeeno-text-primary);
    line-height: 1.8;
    padding-top: 10px;
}

.ai-card .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.08);
}

.ai-card:hover .card-image {
    opacity: 1;
    transform: scale(1);
}

.ai-card:hover .ai-number {
    opacity: 0;
    transform: translateY(-15px);
}

.ai-card .card-link {
    color: var(--jeeno-color-theme-green);
    font-weight: 500;
    transition: .3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ai-card:hover .card-link {
    gap: 18px;
    font-weight: 600;
}

/* --------------------- */

.ai-products-section {
    background: #fff;
}

.aiProductsSwiper {
    display: flex;
    align-items: end;
}

.aiProductsSwiper .swiper-slide {
    transition: transform 0.5s ease;
}

.ai-products-section .product-card {
    height: 100%;
    background: #fff;
    border-radius: 18px 18px 0px 0px;
    overflow: hidden;
    border: 1px solid #e9edf3;
    transition: .35s;
    display: flex;
    flex-direction: column;
    box-shadow: 5px 8px 5px rgba(0, 0, 0, .05);
    margin-bottom: 5px;
}

.ai-products-section .product-image {
    overflow: hidden;
}

.ai-products-section .product-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .5s;
}

.ai-products-section .product-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ai-products-section .product-content .product-title {
    font-size: 20px;
    font-weight: 700;
    color: #12395b;
    margin-bottom: 18px;
    line-height: 1.6;
}

.ai-products-section .product-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--jeeno-text-primary);
}

.ai-products-section .product-content a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--jeeno-color-theme-green);
    font-weight: 600;
    text-decoration: none;
}

.ai-products-section .product-card:hover {
    transform: translateY(-10px);
    box-shadow: 5px 16px 10px rgba(0, 0, 0, .12);
}

.ai-products-section .product-card:hover img {
    transform: scale(1.08);
}

.ai-products-section .swiper-navigation {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    padding: 0px 15px;
}

.ai-products-section .swiper-navigation button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--jeeno-color-theme-green);
    background: #fff;
    color: var(--jeeno-color-theme-green);
    transition: .3s;
}

.ai-products-section .swiper-navigation button:hover {
    background: var(--jeeno-color-theme-green);
    color: #fff;
}

/* ------- ROI Calculator ------- */

.roi-calculator-section {
    position: relative;
    background: #f5f9fc;
    overflow: hidden;
}

.roi-section-bg {
    position: absolute;
    width: 50%;
    height: 100%;
    background: url(../../images/home/ROI-bg.webp) no-repeat left center / contain;
    z-index: 1;
    right: 0;
}

/* --------------------- */

.case-card {
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

.case-content .firsthalf {
    padding: 25px;
    background: #fff url('../../images/home/caseStudy.webp') top / cover no-repeat;
    border-radius: 8px 8px 0px 0px;
}

.case-content .secondhalf {
    padding: 25px;
    background: #fff;
    margin-top: 3px;
    border-radius: 0px 0px 8px 8px;
}

.case-number {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--jeeno-text-primary);
    font-size: 20px;
}

.case-number strong {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--jeeno-color-theme-green);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--jeeno-ff-outfit);
    font-weight: 500;
    font-size: 14px;
    padding-top: 2px;
}

.case-content .case-title {
    font-size: 20px;
    line-height: 1.6;
    color: var(--jeeno-text-primary);
    margin-bottom: 30px;
    font-weight: 600;
}

.case-stats {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.case-content .case-link {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    color: var(--jeeno-color-theme-green);
    font-size: 18px;
    font-weight: 500;
}

.stat-item .stat-value {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    font-size: 48px;
    font-weight: 700;
    color: var(--jeeno-text-primary);
    font-family: var(--jeeno-ff-outfit);
}

.stat-item span {
    display: block;
    font-size: 15px;
    color: #5f7286;
}

.stat-up {
    color: #16a34a;
    /* Green */
    font-size: 22px;
}

.stat-down {
    color: #dc2626;
    /* Red */
    font-size: 22px;
}

.case-study-section .swiper-button-next,
.case-study-section .swiper-button-prev {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #1FB681;
    color: #1FB681;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.case-study-section .swiper-button-prev {
    left: -25px;
}

.case-study-section .swiper-button-next {
    right: -25px;
}

.case-study-section .swiper-button-next:after,
.case-study-section .swiper-button-prev:after {
    font-size: 20px;
}

.case-study-section .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.case-study-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #CBD5E1;
    opacity: 1;
}

.case-study-section .swiper-pagination-bullet-active {
    width: 42px;
    border-radius: 20px;
    background: var(--jeeno-color-theme-green);
}


/* --------------------- */
.jeeno-home-faq .cmn-svc-form {
    background: var(--jeeno-color-theme-dark);
    padding: 20px;
}

.jeeno-home-faq {
    background: #F9F9F9 url('../../images/home/demo-request-bg.webp') right bottom/contain no-repeat;
}



/* --------------------- */
.blog-card {
    transition: .35s;
}

.blog-card:hover {
    transform: translateY(-10px);
}

.blog-content .blog-title {
    font-size: 20px;
    color: var(--jeeno-text-primary);
    font-weight: 600;
    line-height: 1.6;
}

.blog-image {
    overflow: hidden;
    border-radius: 16px;
}

.blog-image img {
    transition: .5s;
    object-fit: cover;
    width: 100%;
    max-height: 280px;
    min-height: 280px;
}

.blog-card:hover img {
    transform: scale(1.08);
}

.jeenoBlogCarousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
}

.jeenoBlogCarousel.owl-theme .owl-dots .owl-dot span {
    border: 7px solid var(--jeeno-color-theme-green);
    background: #fff;
}

.jeenoBlogCarousel .owl-dot.active span {
    background: var(--jeeno-color-theme-green) !important;
    border: 5px solid #ffffff !important;
    box-shadow: 0px 0px 3px 4px #afafaf80
}

.jeenoBlogCarousel .owl-stage {
    padding-top: 20px;
}

/* --------------------- */

@media(max-width: 567px) {

    .jeeno-slider-item .slider-content .slider-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .jeeno-hero-video-slider .slider-title-area p {
        font-size: 16px;
    }

    .jeeno-hero-video-slider .jeeno-slider-item {
        min-height: 600px;
    }

    .feature-item .title {
        font-size: 20px;
    }

    .custom-accordion .accordion-button {
        font-size: 18px;
        padding: 15px;
    }

    .custom-accordion .accordion-body {
        padding: 15px;
        font-size: 15px;
    }

    .jeeno-feature-item .caption {
        font-size: 18px;
    }

    .jeeno-feature-item img {
        width: 46px;
        height: 46px;
    }

    .jeeno-cta-btn {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
    }

    .jeeno-tab-card .tab-card-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .jeeno-tab-card {
        padding: 15px;
    }

    .ai-card .ai-number {
        font-size: 100px;
    }

    .ai-card .card-title {
        font-size: 18px;
    }

    .ai-card p {
        font-size: 15px;
    }

    .ai-card .card-media {
        margin-bottom: 10px;
    }

    .ai-products-section .product-card {
        min-height: 480px;
    }

    .ai-products-section .product-content {
        padding: 15px;
    }

    .ai-products-section .product-content .product-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .ai-products-section .product-content p {
        font-size: 15px;
    }

    .roi-calculator-section .panel-title {
        font-size: 20px;
    }

}

@media(max-width: 767px) {
    .why-jeeno-section {
        margin-top: 0px;
    }
}

@media(max-width: 1399px) {}



@media (min-width: 768px) and (max-width: 1200px) {
    .why-jeeno-section {
        margin-top: -20px;
    }

}

@media (min-width: 768px) and (max-width: 1399px) {
    .stats-card h3 {
        font-size: 42px;
    }

    .ai-products-section .product-card {
        min-height: 510px;
    }

    .aiProductsSwiper {
        min-height: 630px;
    }

}

@media (max-width: 991px) {
    .leading-businesses {
        background-position: -100%;
    }

    .ai-products-section .swiper-navigation {
        padding-top: 15px;
        justify-content: center;
    }

    .jeeno-industry-tabs {
        flex-wrap: nowrap;
        min-height: 45px;
    }

    .jeeno-industry-tabs .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        white-space: nowrap;
    }
}


@media (min-width: 992px) {
    .leading-businesses .row {
        min-height: 600px;
    }

    .ai-products-section .title-col {
        position: absolute;
        top: 0;
        background: #ffffffb5;
        z-index: 10;
        border-radius: 5px;
        box-shadow: 2px 2px 2px #ffffffb5;
    }

    .aiProductsSwiper .swiper-slide:not(.swiper-slide-active) {
        transform: translateY(-50px);
    }

    .aiProductsSwiper .swiper-slide.swiper-slide-next {
        transform: translateY(-25px);
    }

    .aiProductsSwiper .swiper-slide.swiper-slide-active {
        transform: translateY(0);
    }

    .ai-products-section .swiper-navigation {
        position: absolute;
        bottom: 10px;
        right: 20px;
        z-index: 10;
    }

    .jeeno-home-faq .cmn-service-faq-curved {
        padding-right: 20px;
        background-image: linear-gradient(black 40%, rgba(255, 255, 255, 0) 0%);
        background-position: right;
        background-size: 1.5px 10px;
        background-repeat: repeat-y;
    }
}

@media (min-width: 1400px) {
    .stats-card h3 {
        font-size: 50px;
    }

    .ai-products-section .product-card {
        min-height: 485px;
    }

    .aiProductsSwiper {
        min-height: 600px;
    }
}