


.text {
    font-size: 18px;
    color: #97744b;
}

.card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.profile-image {
    object-fit: cover;
    position: relative;
    transition: all 0.2s ease;
    height: 9rem;
    width: 10rem;
    margin-left: -1rem;
}


.profile-text-container {
    padding: 20px;
    max-width: 900px;
    background: #fff;
    border: 1px solid #478778;
    border-radius: 8px;
    margin-top: 0.6rem;
    text-align: start;
    box-shadow: 8px 8px 8px 0px #97744b4d;
    margin-bottom: 1rem;
}

    .profile-text-container .title {
        margin: 0 0 .75rem 0;
        font-size: clamp(1.25rem, 2.5vw, 1.75rem);
        font-weight: 700;
        letter-spacing: .3px;
        position: relative;
    }

        .profile-text-container .title::after {
            content: "";
            display: block;
            width: 52px;
            height: 3px;
            border-radius: 3px;
            background: linear-gradient(90deg, #7c3aed, #ec4899);
            margin-top: .5rem;
        }

    .profile-text-container p {
        margin: .75rem 0;
        font-size: 1rem;
    }

    .profile-text-container .gift-intro {
        margin-top: 1rem;
        font-weight: 600;
    }

    .profile-text-container .gift-list {
        list-style: none;
        padding: 0;
        margin: .5rem 0 0 0;
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
    }

        .profile-text-container .gift-list li {
            padding: .4rem .7rem;
            border-radius: 999px;
            background: #f3f4f6;
            font-size: .95rem;
            border: 1px solid #e5e7eb;
        }

@media (prefers-color-scheme: dark) {
    .profile-text-container {
        background: #0b0b0f;
        color: #e5e7eb;
        box-shadow: 0 6px 18px rgba(0,0,0,.3);
    }

        .profile-text-container .gift-list li {
            background: #151821;
            border-color: #252a36;
        }


}


/* ===== Pretty carousel styling (Bootstrap 5) ===== */



.aboutCarousel-container {
    max-width: 900px;
    background: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: 8px 8px 8px 0px #97744b4d;
    margin-bottom: 1rem;
}

#aboutCarousel .carousel-item img {
    height: 420px; /* desktop default */
    width: 100%;
    object-fit: cover; /* crop to fill while centered */
    object-position: center;
    display: block;
    border-radius: 0.5rem; /* soft corners */
}

/* Responsive heights */
@media (max-width: 1199.98px) {
    #aboutCarousel .carousel-item img {
        height: 360px;
    }
}

@media (max-width: 991.98px) {
    #aboutCarousel .carousel-item img {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    #aboutCarousel .carousel-item img {
        height: 240px;
    }
}

/* Subtle shadow on the image */
#aboutCarousel .carousel-item img {
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    object-fit: fill;
}

/* ===== Fancy indicators (dots) ===== */

#aboutCarousel .carousel-indicators {
    bottom: -10px; /* lift a bit closer to the image; adjust to taste */
    gap: .5rem;
    margin-right: 0;
    margin-left: 0;
}

    #aboutCarousel .carousel-indicators [data-bs-target] {
        width: 14px;
        height: 14px;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.7));
        border: 2px solid rgba(0,0,0,.25);
        box-shadow: 0 4px 10px rgba(0,0,0,.15), inset 0 1px 2px rgba(0,0,0,.1);
        opacity: 1; /* keep fully opaque */
        transition: transform .2s ease, background .2s ease, border-color .2s ease;
    }

        #aboutCarousel .carousel-indicators [data-bs-target]:hover {
            transform: translateY(-2px) scale(1.1);
            border-color: rgba(0,0,0,.4);
        }

    #aboutCarousel .carousel-indicators .active {
        width: 28px; /* pill for active */
        background: linear-gradient(180deg, #ffffff, #f1f1f1);
        border-color: rgba(0,0,0,.5);
    }

/* ===== Fancy prev/next controls ===== */


#aboutCarousel .carousel-control-prev,
#aboutCarousel .carousel-control-next {
    width: auto;
    padding: .25rem;
}

#aboutCarousel .carousel-control-prev-icon,
#aboutCarousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-size: 60% 60%;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(255,255,255,.65);
    box-shadow: 0 8px 24px rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.08);
    transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease;
}


#aboutCarousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23222' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L6.707 7l4.647 4.646a.5.5 0 0 1-.708.708l-5-5a.5.5 0 0 1 0-.708l5-5a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#aboutCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23222' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 0 0 .708L9.293 7l-4.647 4.646a.5.5 0 0 0 .708.708l5-5a.5.5 0 0 0 0-.708l-5-5a.5.5 0 0 0-.708 0z'/%3e%3c/svg%3e");
}


#aboutCarousel .carousel-control-prev:hover .carousel-control-prev-icon,
#aboutCarousel .carousel-control-next:hover .carousel-control-next-icon {
    transform: scale(1.06);
    background-color: rgba(255,255,255,.85);
    box-shadow: 0 10px 28px rgba(0,0,0,.24);
}

#aboutCarousel .carousel-control-prev:active .carousel-control-prev-icon,
#aboutCarousel .carousel-control-next:active .carousel-control-next-icon {
    transform: scale(0.98);
}


#aboutCarousel .carousel-control-prev {
    left: .5rem;
}

#aboutCarousel .carousel-control-next {
    right: .5rem;
}


