﻿    .carousel-indicators.custom-dots button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #999;
        border: none;
        margin: 0 5px;
        opacity: 0.5;
        transition: opacity 120s, background-color 120s;
    }

    .carousel-indicators.custom-dots {
        justify-content: center;
    }

        .carousel-indicators.custom-dots button.active {
            background-color: #cdd5ff;
            opacity: 1;
        }

    .carousel-indicators.custom-dots {
        bottom: -40px; /* Optional: move below the carousel */
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        transition: opacity 120s ease;
        z-index: 10;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-size: 100% 100%;
        width: 1.5rem;
        height: 1.5rem;
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 1 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    }

    .custom-arrow {
        background: transparent;
        border: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: 50px;
        z-index: 10;
    }

        .custom-arrow .arrow-wrapper {
            background-color: lightgray;
            color: #fff;
            border-radius: 50%;
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 120s, transform 120s;
        }

            .custom-arrow .arrow-wrapper:hover {
                background-color: #cdd5ff;
                transform: scale(1.1);
            }

    .carousel-control-prev {
        left: -60px;
    }

    .carousel-control-next {
        right: -60px;
    }
  
    .anch a:hover {
        color: red !important;
    }

    .swiper-pagination-bullet {
        width: 1rem !important;
        height: 1rem !important;
        border-radius: 100% !important;
    }

    .bg-custom-dark {
        background-color: #03253A;
        position: absolute;
        height: 330px;
        top: 0px;
        padding: 0px;
    }

    .jarallax {
        padding-bottom: 8em !important;
    }

    
}
