.hero-section-new {
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}

.blue-blur-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.circle-right {
    width: 450px;
    height: 450px;
    background: linear-gradient(to left, rgba(224, 247, 250, 0), #E0F7FA);
    left: 85%;
    top: 50%;
    left: 80%;
    top: auto;
}

.circle-left {
    width: 250px;
    height: 250px;
    background: linear-gradient(to right, rgba(224, 247, 250, 0), #E0F7FA);
    right: 85%;
    top: 60%;
    left: auto;
    bottom: auto;
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 15px;
    text-align: center;
}

.hero-heading {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #000;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.hero-subtext {
    font-size: 1.1rem;
    color: #333;
    max-width: 800px;
    margin: 0 auto 2rem auto;
}

.hero-mobile-new {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 3.9rem;
}

.mobile-blue-bg {
    position: absolute;
    top: 30% !important;
    right: 15% !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 550px !important;
    max-height: 550px !important;
    background: linear-gradient(to right, rgba(224, 247, 250, 0), #CBEFFC);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.final-cta-section {
    background: linear-gradient(135deg, #00C6FF 0%, #0072FF 100%);
    border-radius: 20px;
    padding: 50px 20px;
    box-shadow: 0 15px 35px rgba(0, 114, 255, 0.2);
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.mobile-content {
    position: relative;
    z-index: 2;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-heading {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #000;
}

.mobile-subtext {
    font-size: 1rem;
    color: #1a1a1a;
    margin-bottom: 2.5rem;
}

.mobile-btn-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.btn-mobile-green {
    background-color: #8FD400;
    color: white;
    border-radius: 50px;
    padding: 15px 0;
    width: 100%;
    max-width: 320px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(143, 212, 0, 0.3);
    font-size: 1.1rem;
}

.btn-mobile-outline {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 50px;
    padding: 15px 0;
    width: 100%;
    max-width: 320px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-size: 1.1rem;
}

/*Testimonials Section*/

.testimonial-section {
    padding: 60px 0;
    background-color: #fff;
    text-align: center;
}

.testimonial-loader-badge {
    background-color: #E0F7FF;
    color: #00AEEF;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonial-heading {
    font-size: 2.2rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 1rem;
}

.testimonial-subtext {
    font-size: 1rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto 3rem auto;
    line-height: 1.5;
}

/* New Video Card */
.video-card-new {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    text-align: left;
    border: 1px solid #eee;
    position: relative;
    display: flex;
    flex-direction: column;
}

.thumb-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
}

.thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-card-new:hover .thumb-img {
    transform: scale(1.05);
}

/* Testimonials Video Section */

.play-btn-youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background-color: #FF0000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.play-btn-youtube:hover {
    background-color: #CC0000;
    transform: translate(-50%, -50%) scale(1.1);
}

/* Ensure Swiper Slides are Equal Height */
.testimonialSwiper .swiper-wrapper {
    align-items: stretch;
}

.testimonialSwiper .swiper-slide {
    height: auto !important;
    padding-bottom: 20px;
    /* Space for shadow */
    display: flex;
}

.testimonialSwiper .swiper-slide .card {
    width: 100%;
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.testimonialSwiper .swiper-slide .card-body {
    flex: 1;
    /* Pushes content to fill height */
}





/* Swiper Pagination Custom */
#testimonial-pagination .swiper-pagination-bullet {
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #00AEEF !important;
    background: transparent !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    margin: 0 8px !important;
    position: relative;
    display: inline-block;
    flex-shrink: 0 !important;
}

#testimonial-pagination .swiper-pagination-bullet-active {
    background: transparent !important;
}

#testimonial-pagination .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px !important;
    height: 8px !important;
    background-color: #00AEEF !important;
    border-radius: 50% !important;
    display: block !important;
}

.final-cta-section a {
    background: white !important;
    color: #00AEEF !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 25px !important;
    /* breathable padding */
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 5px !important;
    min-width: 140px !important;
    /* Allow content based width */
    width: auto !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none !important;
    white-space: nowrap !important;
    /* Prevent text wrap */
    flex-shrink: 0 !important;
}

.final-cta-section a i {
    color: #00AEEF !important;
    margin-left: 8px !important;
    font-size: 1rem !important;
}

/* Mobile Responsive Pagination */
@media (max-width: 768px) {
    #testimonial-pagination {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    #testimonial-pagination .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        margin: 0 3px !important;
        border-width: 1px !important;
    }

    #testimonial-pagination .swiper-pagination-bullet-active::after {
        width: 5px !important;
        height: 5px !important;
    }
}

.carousel-indicators.dots-cyan {
    position: static;
    margin-top: 30px;
    margin-bottom: 10px;
    justify-content: center;
}

.carousel-indicators.dots-cyan button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    border: 2px solid #00AEEF !important;
    background-color: transparent !important;
    opacity: 1;
    margin: 0 6px !important;
    transition: all 0.3s;
    padding: 0;
}

.carousel-indicators.dots-cyan button.active {
    background-color: #00AEEF !important;
}

/* Custom Arrows Positioned at TOP */
.carousel-control-prev-custom,
.carousel-control-next-custom {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    bottom: auto !important;
    width: 45px;
    height: 45px;
    background: #DCF6FF;
    border-radius: 50%;
    /* Make them round */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00AEEF;
    border: none;
    transition: 0.3s;
    z-index: 10;
    opacity: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev-custom:hover,
.carousel-control-next-custom:hover {
    background: #00AEEF;
    color: #fff;
}

/* Specific position */
.carousel-control-prev-custom {
    left: -20px;
}

.carousel-control-next-custom {
    right: -20px;
}

@media (max-width: 1200px) {
    .carousel-control-prev-custom {
        left: -10px;
    }

    .carousel-control-next-custom {
        right: -10px;
    }
}

@media (max-width: 991px) {

    .carousel-control-prev-custom,
    .carousel-control-next-custom {
        width: 35px;
        height: 35px;
    }

    .carousel-control-prev-custom {
        left: 0;
    }

    .carousel-control-next-custom {
        right: 0;
    }
}

/* Card Footer */
.card-footer-custom {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    flex-grow: 1;
    min-height: 80px;
}

.client-logo-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eee;
    flex-shrink: 0;
    padding: 2px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logo-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.client-info-text {
    font-size: 0.8rem;
    color: #222;
    line-height: 1.3;
    font-weight: 500;
}

/* Expert CTA Button */
.btn-expert {
    background: #00AEEF;
    color: #fff !important;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 50px;
    border: none;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    box-shadow: 0 5px 15px rgba(0, 174, 239, 0.3);
    text-decoration: none;
    transition: transform 0.2s;
    cursor: pointer;
}

.btn-expert:hover {
    transform: translateY(-2px);
    background: #009cd6;
}

/* Carousel Indicators */
.carousel-indicators.dots-blue {
    position: static;
    margin-top: 20px;
    gap: 8px;
    margin-bottom: 0;
}

.carousel-indicators.dots-blue button {
    background-color: transparent !important;
    border: 2px solid #00AEEF !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
    padding: 0;
    position: relative;
}

.carousel-indicators.dots-blue button.active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 3px;
    background-color: #00AEEF;
    border-radius: 50%;
}

.carousel-indicators.dots-blue button.active {
    background-color: #00AEEF !important;
    opacity: 1;
}

.arrow-box {
    width: 45px;
    height: 45px;
    background-color: #E0F7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #00AEEF;
    font-size: 1.2rem;
    transition: 0.2s;
}

.arrow-box:hover {
    background-color: #00AEEF;
    color: #fff;
}

.desktop-arrow-prev {
    position: absolute;
    top: -70px;
    left: 10px;
    width: auto;
    opacity: 1;
}

.desktop-arrow-next {
    position: absolute;
    top: -70px;
    right: 10px;
    width: auto;
    opacity: 1;
}

.arrow-box:hover {
    background-color: #00AEEF;
    color: #fff;
}

@media (min-width: 992px) {
    .testimonial-section {
        padding: 80px 0;
    }
}

/* Features Section */
.features-section {
    padding: 30px 0;
    background-color: #fff;
}

.feature-badge {
    background-color: #C0EEF9;
    color: #00AEEF;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.nav-scroller-custom {
    background-color: #E0F7FF;
    border-radius: 50px;
    padding: 8px 15px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-scroll-arrow {
    color: #00AEEF;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0 10px;
}

.nav-pills-custom {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    flex: 1;
    align-items: center;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nav-pills-custom::-webkit-scrollbar {
    display: none;
}

.nav-pills-custom .nav-link {
    color: #333 !important;
    font-weight: 500 !important;
    border-radius: 40px !important;
    padding: 10px 25px !important;
    margin: 0 4px !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
    background: transparent !important;
    border: none !important;
    font-size: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
}

.nav-pills-custom .nav-link.active {
    background-color: #00AEEF !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 174, 239, 0.3) !important;
}

.feature-check-icon {
    display: none;
}

/* New SVG Badge Icon */
.badge-shape {
    width: 24px;
    height: 24px;
    color: #82D616;
    flex-shrink: 0;
    margin-right: 15px;
    fill: currentColor;
}

.feature-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1.05rem;
    font-weight: 500;
    color: #333;
}

/* Feature Image Handling - Premium & Responsive */
.feature-image-wrapper {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    /* Premium subtle shadow */
    background: #f8f9fa;
    /* Prevents flash of empty space */
}

.feature-image-wrapper img {
    max-width: 450px;
    height: auto;
    object-fit: contain;
    object-position: center;
    transition: transform 0.5s ease;
}

.feature-image-wrapper:hover img {
    transform: scale(1.03);
    /* Subtle hover lift */
}

/* Desktop & Laptop - Height matching text content */
@media (min-width: 992px) {
    .feature-item-section .row {
        display: flex;
        align-items: stretch;
        /* Forces equal height columns */
    }

    .feature-image-wrapper {
        min-height: auto;
        max-height: 500px;
    }
}

/* Tablet & Large Mobile */
@media (max-width: 991px) {
    .feature-image-wrapper {
        height: 350px;
        margin-bottom: 2rem;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .feature-image-wrapper {
        height: 280px;
        border-radius: 12px;
    }
}

.tab-pane.fade {
    transition: opacity 0.3s ease-in-out;
}

.moicol {
    color: #ff6f3c;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 5px;
}

/* Green Outline Button for Features */
.btn-grn2 {
    background-color: #28a745;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
}

.btn-grn2:hover {
    background-color: #218838;
    color: #fff;
    transform: translateY(-2px);
}

.feature-card-list {
    margin-top: 3rem;
}

.feature-card-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    height: 100%;
}

/* Scrollspy Spacing */
.feature-item-section {
    scroll-margin-top: 140px;
    /* Offset for sticky nav */
}

/* Ensure sticky nav sits well */
.nav-scroller-custom.sticky-top {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Vertical Nav Item Alignment */
.nav-pills-custom .nav-link {
    height: auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.5 !important;
}

.feature-list-item i {
    color: #76FF03;
}

/* Pricing Section Feature Page Variant */
.bg-cyan-light-section {
    background-color: #d1f4ff;
}

/* White Badge Variant for Pricing on Features Page */
.badge-cyan-light-white {
    background-color: #ffffff;
    color: #00acee;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Mobile Nav Scroller Updates - With Side Spacing */
@media (max-width: 991px) {
    .nav-scroller-custom {
        padding: 5px;
        margin: 0 15px;
        width: auto;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-pills-custom {
        justify-content: flex-start !important;
        /* Override bootstrap */
        flex-wrap: nowrap !important;
        overflow-x: auto;
        padding-left: 0;
        padding-right: 0;
        margin: 0 5px;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE */
    }

    .nav-pills-custom::-webkit-scrollbar {
        display: none;
        /* Chrome/Safari */
    }

    .nav-pills-custom .nav-link {
        flex: 0 0 auto !important;
        padding: 10px 20px !important;
        font-size: 14px !important;
        background: transparent !important;
        color: #333 !important;
        font-weight: 600 !important;
        border-radius: 40px !important;
    }

    .nav-pills-custom .nav-link.active {
        background-color: #00AEEF !important;
        color: #fff !important;
        box-shadow: 0 4px 10px rgba(0, 174, 239, 0.3) !important;
    }

    .nav-scroll-arrow {
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        color: #00AEEF;
        font-size: 1.1rem;
        flex-shrink: 0;
    }
}

/* card */
.workflow-card {
    background: #fff;
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    padding: 30px 15px 30px 15px;
    margin-top: 45px;
    /* Space for icon */
    position: relative;
    transition: transform 0.3s ease;
}

.workflow-card:hover {
    transform: translateY(-5px);
}

.workflow-icon-wrapper {
    width: 70px;
    height: 70px;
    background-color: #D6F3FF;
    /* Light cyan matching image */
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 174, 239, 0.15);
    border: 4px solid #fff;
    /* White ring to separate from bg if needed, or just style */
}

.workflow-icon-wrapper i {
    color: #00AEEF;
    font-size: 1.6rem;
}

.workflow-arrow-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 45px;
    /* Align with card body roughly */
}

.step-arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-row {
    --bs-gutter-x: 1rem;
}

@media (min-width: 992px) {
    .steps-row {
        justify-content: center;
    }
}

/* Mobile Horizontal Scroll */
@media (max-width: 991px) {
    .steps-row {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        justify-content: flex-start !important;
        padding-bottom: 20px;
        /* Space for shadow/hover */
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
    }

    .steps-row::-webkit-scrollbar {
        display: none;
    }

    .step-col {
        flex: 0 0 280px;
        /* Fixed width for mobile */
        max-width: 280px;
        margin-right: 0;
    }
}

/* Custom styles for workflow section to prevent horizontal scroll on desktop */
.steps-row {
    overflow-x: auto;
}

@media (min-width: 992px) {
    .steps-row {
        overflow-x: visible !important;
    }

    .steps-row .step-col {
        flex-shrink: 1 !important;
        min-width: 0;
        /* Allow shrinking below content size if needed */
    }

    .steps-row-custom {
        justify-content: center;
    }

    .steps-row-custom .step-col {
        flex: 0 0 15%;
        max-width: 15%;
    }

    .steps-row-custom .step-arrow-container {
        flex: 0 0 auto;
    }
}

/* Mobile & Tablet Horizontal Scroll for Workflow Steps */
@media (max-width: 991px) {
    .steps-row-custom {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        justify-content: flex-start !important;
        padding-bottom: 15px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #00AEEF #e0e0e0;
    }

    .steps-row-custom::-webkit-scrollbar {
        height: 4px;
    }

    .steps-row-custom::-webkit-scrollbar-track {
        background: #e0e0e0;
        border-radius: 10px;
    }

    .steps-row-custom::-webkit-scrollbar-thumb {
        background: #00AEEF;
        border-radius: 10px;
    }

    .steps-row-custom .step-col {
        flex: 0 0 220px;
        max-width: 220px;
        min-width: 220px;
    }

    .steps-row-custom .step-arrow-container {
        flex: 0 0 auto;
        display: flex !important;
        align-items: center;
        padding-top: 40px;
    }

    .steps-row-custom .step-arrow-container svg {
        width: 36px;
        height: 30px;
    }

    .steps-row-custom .w-100 {
        display: none !important;
    }
}