   /* Custom Styles for Carousel */
   .carousel-item img {
    object-fit: cover;
    height: 100vh;
}

.carousel-caption h1 {
    font-weight: bold;
    font-size: 3rem;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.carousel-caption p {
    font-size: 1.25rem;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

/* Button Styling */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #800080;
    border-radius: 50%;
}
.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card h5 {
    font-size: 1.2rem;
    font-weight: bold;
}

.service-card p {
    font-size: 1rem;
    color: #6c757d;
}

.bg-light-purple {
    background-color: #6a4c9c;
}

.text-center {
    text-align: center;
}

.col-lg-3 {
    margin-bottom: 20px;
}

.wow.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.service-icon i {
    font-size: 24px;
    transition: color 0.3s ease;
}

.service-card:hover .service-icon i {
    color: #fff;
}

.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 24px;
}

.bg-light-purple {
    background-color: #b084f2 !important;
}
.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* team  */
.form-control-lg {
    font-size: 1.1rem;
    padding: 1rem;
}

.btn-lg {
    padding: 1rem 2rem;
    font-size: 1.1rem;
}

.form-control:focus {
    box-shadow: none;
    border-color: #b084f2;
}

.btn-primary {
    background-color: #b084f2;
    border-color: #b084f2;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-primary:hover {
    background-color: #9a6add;
    border-color: #9a6add;
}

.shadow-sm {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.img-fluid {
    border-radius: 10px;
}

.team-photo {
    height: 200px;
    object-fit: cover;
}

.col-lg-2,
.col-md-4 {
    max-width: 200px;
}

.team-item {
    padding: 10px;
}

.p-3 {
    padding: 15px;
}

.bg-white p-3 {
    padding: 15px;
}
.footer .copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    /* margin-top: 20px;
    margin-bottom: 20px; */
    font-size: 14px;
    color: #ccc;
    background-color: #6a4c9c;
}