
/* Hover Effects */
.p-4:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 125, 143, 0.2);
}

.feature-item {
    transition: transform 0.3s, box-shadow 0.3s;
}

.teamimg {
    height: 320px !important;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(146, 136, 136, 0.1);
}

.feature-icon {
    transition: background-color 0.3s, transform 0.3s;
}

.feature-item:hover .feature-icon {
    background-color: #ffffff;
    color: #0d6efd;
    transform: scale(1.2);
}

.feature-overlay {
    background-color: #0dcaf05e !important;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}

.feature-item:hover .feature-overlay {
    opacity: 1;
}

.feature-item h4,
.feature-item p {
    z-index: 2;
    position: relative;
}

.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-effect:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(231, 216, 216, 0.2);
}

.objective-icon {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.hover-effect:hover .objective-icon {
    transform: scale(1.1);
}


.rounded img:hover {
    transform: scale(1.05);
}

.hover-opacity-100:hover {
    opacity: 1 !important;
}

.feature-item:hover {
    transform: translateY(-10px);
    transition: 0.3s ease;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.container-fluid.feature {
    background-color: #eef5f9;
}

/* General Styling */
.container-fluid.feature2 {
    background: linear-gradient(135deg, #3a8dde, #83c5be);
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.mission-vision-card {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    color: #fff;
}

/* Hover Effect */
.mission-vision-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}

/* Text Styling */
.mission-vision-card h3 {
    font-weight: 600;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffe700;
}

.mission-vision-card p {
    color: #f8f9fa;
    font-size: 1rem;
    line-height: 1.8;
}

/* Responsive Alignment */
.container-fluid .row .col-xl-6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Button Animation (Optional Addition) */
.mission-vision-card a {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #ffe700;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.mission-vision-card a:hover {
    background-color: #ffc107;
    color: #000;
}


.text-muted {
    color: #6c757d !important;
}


.feature-icon {
    width: 60px;
    height: 60px;
}

.feature-icon:hover {
    background-color: #005f73 !important;
}

.objective-item {
    transition: transform 0.3s, box-shadow 0.3s;
}

.objective-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.icon-hover:hover {
    transform: scale(1.2);
}

.hover-card:hover .objective-icon {
    background-color: #000000;
    /* Add a color transition or effect */
}
