  .process-section {
        position: relative;
    }
    .divider {
        width: 80px;
        height: 3px;
        background: linear-gradient(to right, #0d6efd, #00b4d8);
        margin-bottom: 2rem;
    }
    .process-card {
        border-radius: 10px;
        background: white;
        position: relative;
        transition: transform 0.3s ease;
        border-top: 4px solid #0d6efd;
    }
    .process-card:hover {
        transform: translateY(-10px);
    }
    .step-number {
        position: absolute;
        top: -25px;
        left: 20px;
        background: #0d6efd;
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .process-icon {
        padding-top: 1.5rem;
    }
    .process-features {
        list-style: none;
        padding-left: 0;
        text-align: left;
    }
    .process-features li {
        margin-bottom: 0.5rem;
    }


    /* Frontend */
        /* Custom shadow effect */
    .shadow-sky-200 {
        box-shadow: 0 4px 6px -1px rgba(14, 165, 233, 0.1), 0 2px 4px -1px rgba(14, 165, 233, 0.06);
    }

    /* Hover effects for carousel items */
    .brand-item:hover div {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px -3px rgba(14, 165, 233, 0.2), 0 4px 6px -2px rgba(14, 165, 233, 0.1);
    }

    /* Carousel wrapper to contain everything */
    .brand-carousel-wrapper {
        padding: 0 2rem;
    }

    /* Ensure proper spacing between items */
    .brand-carousel .slick-slide {
        margin: 0 10px;
    }

    /* Center the active slide more prominently */
    .brand-carousel .slick-center .brand-item div {
        transform: scale(1.05);
        box-shadow: 0 8px 25px -5px rgba(14, 165, 233, 0.3);
    }


/* Add this to your stylesheet */
#screenshotsModal .modal-backdrop {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    z-index: 1040 !important;
}

#screenshotsModal .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 95vw;
    z-index: 1055;
}

#screenshotsModal .modal-content {
    margin: 0 auto;
    width: 100%;
    background: transparent;
}

#screenshotsModal .carousel {
    max-width: 100%;
    margin: 0 auto;
}

#screenshotsModal .carousel-item img {
    display: block;
    margin: 0 auto;
    width: auto !important;
    max-width: 100%;
}

@media (max-width: 576px) {
    #screenshotsModal .modal-backdrop {
        width: 100vw !important;
        height: 100vh !important;
        top: 0 !important;
        left: 0 !important;
    }
    #screenshotsModal .modal-dialog {
        margin: 0 auto !important;
        padding: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
    }
    #screenshotsModal .modal-content {
        padding: 0 !important;
    }
    #screenshotsModal .modal-body {
        padding: 0 !important;
    }
    #screenshotsModal .carousel-item {
        text-align: center;
    }
    #screenshotsModal .carousel-control-prev,
    #screenshotsModal .carousel-control-next {
        width: 15%;
    }
}

.carousel-control-prev, .carousel-control-next {
    width: 15%;
    opacity: 1;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 100% 100%;
}
