.ar-carousel-wrapper-2124f0a1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.ar-carousel-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.ar-carousel-image-box {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.ar-carousel-image-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ar-carousel-content {
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
}

.ar-carousel-subtitle {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #6ec1e4;
}

.ar-carousel-title {
    margin: 0 0 8px 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.ar-carousel-desc {
    margin: 0 0 15px 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.ar-carousel-btn {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #333;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.ar-carousel-btn:hover {
    background-color: #333;
    color: #fff !important;
}
