﻿/* Hero */
.media-hero {
    background: linear-gradient(135deg, #1f2933, #374151);
    color: #fff;
    padding: 90px 0;
}

/* Event Cards */
.event-card {
    transition: 0.3s ease;
    border-radius: 16px;
}

    .event-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

.event-date {
    background: #0d6efd;
    color: #fff;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    min-width: 70px;
}

/* Media Gallery */
.media-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

    .media-card img {
        transition: transform 0.4s ease;
    }

    .media-card:hover img {
        transform: scale(1.1);
    }

.media-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
}

.media-card:hover .media-overlay {
    opacity: 1;
}

.media-overlay i {
    color: #fff;
    font-size: 40px;
}

/* CTA */
.cta-section {
    background: linear-gradient(to right, #0d6efd, #6610f2);
    color: #fff;
}

.team-card {
    transition: all 0.3s ease;
    border-radius: 16px;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    align-items: center;
}

    .team-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    }

    .team-card img {
        border-radius: 10px;
    }

.text-justify {
    text-align: justify;
}
/*.team-card .col-md-4 {
        height: 100%;
    } 
    .dir-img {
        height: 100%;
        width: 100%;
    }
    .dir-img img{
        height:100%;
        width:100%;
    }*/
/*********************************************/
.media-hero {
    background: linear-gradient(135deg, #1f2933, #374151);
    color: #fff;
    padding: 90px 0;
}

/* Event Card */
.event-card {
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s ease;
}

    .event-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

/* Slider */
.carousel-item img {
    height: 220px;
    object-fit: cover;
}

/* Date Badge */
.event-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #0d6efd;
    color: #fff;
    padding: 8px 14px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    z-index: 10;
}
/*********************************************/
/* About Section */
.about-section {
    padding: 0px 0 60px;
    background: #f8f9fa;
}

/* Image */
.about-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 15px #d9d9d9;
    background: #fff;
    /* padding: 25px; */
}

    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Highlight Box */
.about-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .about-box:hover {
        transform: translateY(-6px);
    }

/* Icons */
.about-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px;
}

.vimisn-cont {
    padding-left: 20px;
}

.contact-icon {
    /* box-shadow: 2px 2px 16px -5px #dfdfdf; */
    border-radius: 10px;
    background: #f7f7f7;
    border: 1px solid #3ec1d58f;
    padding: 15px 20px;
    margin-bottom: 0px !important;
    height: 100%;
    display: flex;
    width: 100%;
}

.single-icon {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    text-align: center;
}

    .single-icon p {
        margin-bottom: 0;
        text-align: center;
        font-size: 15px !important;
        line-height: 25px !important;
        margin-top: 12px;
    }

    .single-icon i {
        border: 1px solid #3ec1d5;
        display: inline-block;
        font-size: 20px !important;
        line-height: 50px !important;
        margin-bottom: 0 !important;
        text-align: center;
        background: #3ec1d5;
        color: #fff !important;
    }

.contact-detail {
    /* background: #f0f0f0; */
    /* border: 1px solid #d1d1d129; */
}

.form.contact-form {
    background: #f7f7f7;
    padding: 5px 20px 20px;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #d1d1d129;
}

.map {
    /* box-shadow: 2px 2px 2px gray; */
    padding: 10px;
    border: 1px solid #3ec1d58f;
    border-radius: 5px;
}

.php-email-form input {
    border: 1px solid #e7e7e7;
}

.php-email-form textarea {
    border: 1px solid #e7e7e7;
}

.card-container {
    background-color: #f1f1f1;
    padding: 59px 0 50px;
    border-bottom: 1px solid #dbdbdb;
}

.card {
    border-radius: 15px;
    overflow: hidden;
    transition: 0.7s;
    border: 1px solid rgb(221 221 221 / 13%);
}

    .card:hover {
        box-shadow: 2px 4px 28px -5px #cfcfcf;
    }

    .card .card-img {
        overflow: hidden;
        border-radius: 15px 15px 0 0;
    }

    .card img {
        border-radius: 15px 15px 0 0;
        transition: 0.7s;
    }

    .card:hover img {
        transform: scale(1.05);
        transition: 0.7s;
    }

    .card p {
        color: #444;
        margin-bottom: 0;
        margin-top: 15px;
    }

    .card a {
        text-decoration: none;
        color: #fff;
    }

    .card h5 {
        /*font-weight:600;*/
    }

.modal-body .event-card {
    box-shadow: none !important;
}

.event-card:hover img {
    transform: scale(1);
}

.modal-body .event-card:hover {
    box-shadow: none;
    transform: unset;
}

.modal-body .event-card {
    padding-bottom: 0;
}

    .modal-body .event-card p {
        display: block;
        -webkit-line-clamp: none;
        -webkit-box-orient: unset;
        overflow: unset;
    }

.team-card:hover img {
    transform: unset;
}

#navbar ul li.dropdown ul li a:after {
    display: none;
}

.btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #3ec1d5;
    width: fit-content;
    border: 1px solid transparent;
}

    .btn-get-started:hover {
        background: #fff;
        color: #3ec1d5;
        border: 1px solid #3ec1d5;
    }

.card-container .card {
    height: 100%;
}

.event-card {
    padding-bottom: 10px;
}

    .event-card p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

#mission {
    padding-bottom: 30px;
}

.map2 {
    height: 100%;
    width: 100%;
    border-color: #e5e5e58c;
    padding: 0px;
}

    .map2 iframe {
        height: 100% !important;
    }

.contact-detail .col-md-2 {
    width: 20%;
}

.add-actions {
    opacity: 1 !important;
    bottom: 0px !important;
    background: unset !important;
    background: linear-gradient(0deg, rgb(0 0 0) 0%, #0000001c 34%, #3ec1d500 100%) !important;
    padding-bottom: 20px !important;
}

.project-dec h4 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
}

.project-dec {
    display: flex !important;
    align-items: end;
    justify-content: center;
}

.single-awesome-project {
    border-radius: 5px;
    box-shadow: 2px 19px 28px -6px #c1c1c1;
    transition: .3s;
}

    .single-awesome-project:hover {
        transform: translateY(-5px);
        transition: .3s;
    }

.map p {
    /* font-weight: 600; */
    text-align: center;
    margin-bottom: 0;
    padding: 12px 0 8px;
}

    .map p a {
        color: #444;
    }

.map iframe {
    height: 200px;
    width: 100%;
}

@media (max-width:767px) {
    .single-icon i {
        margin-right: 15px;
    }

    .card {
        margin-bottom: 20px;
    }

    #navbar ul li.dropdown ul li a:after {
        display: none;
    }

    #mission {
        padding-bottom: 0px;
    }

        #mission h2 {
            margin-top: 15px;
        }

    .contact-detail .col-md-2 {
        width: 100%;
    }
}
