body,
p {
    line-height: 26px;
    font-size: 16px;
}

.hero {
    background-color: #7d4bc1;
    color: white;
    padding: 100px 20px;
    text-align: center;
}

.countdown-box {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px;
    margin: 0 5px;
    width: 70px;
}

.text-purple {
    color: #6c2bd9;
}

.bg-purple {
    background-color: #4b1fa1; /* Example deep purple */
}

.btn-purple {
    background-color: #6c2bd9;
    color: #fff;
    border: none;
}

    .btn-purple:hover {
        background-color: #5722b3;
        color: #fff;
    }

.btn-outline-purple {
    border: 1px solid #6c2bd9;
    color: #6c2bd9;
}

    .btn-outline-purple:hover {
        background-color: #6c2bd9;
        color: #fff;
    }


.text-purple {
    color: #6c2bd9;
}

.bg-purple {
    background-color: #4b1fa1; /* Example deep purple */
}

.btn-purple {
    background-color: #6c2bd9;
    color: #fff;
    border: none;
}

    .btn-purple:hover {
        background-color: #5722b3;
        color: #fff;
    }

.btn-outline-purple {
    border: 1px solid #6c2bd9;
    color: #6c2bd9;
}

    .btn-outline-purple:hover {
        background-color: #6c2bd9;
        color: #fff;
    }

.bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.bg-clr {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    min-height: 400px;
    margin-bottom: 25px;
}

.bg-clr1 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    min-height: 200px;
    margin-bottom: 25px;
}

.border-purple-200 {
    border: #ddd6fe solid 5px;
    width: 170px;
    height: 170px;
    margin: 0px auto;
    border-radius: 87px;
}

    .border-purple-200 img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.content-text {
    margin-top: 10px;
}

    .content-text h3 {
        color: #4c1d95;
        font-size: 24px;
        font-weight: 700;
    }

    .content-text h4 {
        color: #4c1d95;
        font-size: 18px;
        font-weight: 600;
    }

    .content-text a {
        text-decoration: none;
    }

    .content-text p {
        padding: 0px;
        margin: 0px;
    }

.margin-t50 {
    margin-top: 50px;
}

.heading h3 {
    color: #4c1d95;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

.sticky-top {
    z-index: 1030; /* ensure it's above other elements */
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 9999;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    padding: 0;
    text-align: center;
    line-height: 50px;
}

.our-team .team-member img {
    height: 250px;
    width: 250px;
    object-fit: cover;
    object-position: top;
}

.galleryImg img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}