
.carousel-item {
    position: relative;
    overflow: hidden;
    height: 750px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 10s ease;
}

.carousel-item.active img {
    transform: scale(1.1); /* Zoom effect */
}

.carousel-caption-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black */
    color: #fff;
    padding: 1rem;
    text-align: center;
}


.category-badge {
    background-color: #343a40; /* Dark gray */
    color: white;
    padding: 0.4rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.card-subtitle {
    font-size: 0.9rem;
    color: #6c757d;
}

.product-image {
    height: 200px;
    object-fit: cover;
}

.image-wrapper {
    height: 200px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-wrapper img {
        max-height: 100%;
        max-width: 100%;
        object-fit: cover;
    }

.carousel-indicators {
    margin-top: 10px !important;
    margin-bottom: 2px !important;
}

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.6);
        margin: 0 5px;
        transition: background-color 0.3s ease;
        border: none;
    }

    .carousel-indicators .active {
        background-color: white;
    }

.card-body2 {
    margin-top: -70px !important;
}

.w-33 img {
    width: 100px !important;
}

p, h5{
    direction: rtl !important;
}

#culture {
    background-image: url('https://fampolitic.com/images/Shamaran.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 220px;
    color: #fff;
    font-size: 5rem !important;
    margin-top: 5px !important;
}
 
.column-box {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    text-align: center;
}

.col4gap {
    padding: 10px 20px;
}

.diamond {
    width: 30px;
    height: 30px;
    background-color: #0d6efd; /* Bootstrap primary color */
    transform: rotate(45deg);
    margin: 10px auto;
    float: right !important;
} 