
:root {
    --Primary-color: #1565c0;
    --Secondary-color: #e00;
    --gradient-color: linear-gradient(70deg, #84d1d9 50%, #438d96 50%);
    --gradient-color1: linear-gradient(70deg, #ffffffb7 50%, #ffffffc5 50%), url('assets/images/IMG_9871.JPG') center center / cover no-repeat fixed;
}

body {
    font-family: 'Rubik', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.hero-section {
    background: var(--gradient-color);
    color: #fff;
    padding: 50px 0;
}

.custom-card {
    background: #f3f4f6;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 1.25rem;
    font-weight: 600;
    color: #4b5563;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    transition: transform 0.3s ease-in-out;
}

    .custom-card:hover {
        transform: translateY(-6px);
    }

.card-gap {
    margin-bottom: 1.5rem;
}

.btn-triple-overlap {
    position: absolute;
    top: 48%;
    /* left: 25%; */
    transform: translateX(-50%);
    z-index: 20;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--Secondary-color);
    color: white;
    font-weight: bold;
    border: none;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s ease;
}

    .btn-triple-overlap:hover {
        background-color: var(--Secondary-color);
    }

.top-heading {
    position: absolute;
    top: 5rem;
    right: 2rem;
    text-align: right;
}

    .top-heading h1 {
        font-size: 2.75rem;
        font-weight: 800;
    }

    .top-heading h2 {
        font-size: 1.5rem;
        font-weight: 600;
    }

.product-left,
.product-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-grid-split {
    display: flex;
    gap: 1rem;
    justify-content: start;
}

.stat-box-small {
    height: 150px;
    width: 180px;
    font-size: 1rem;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25); */
    background: url(./assets/images/hero1.jpg) center center / cover;
    color: #fff;
}

.left-card {
    height: 300px;
    width: 200px;
}

.card1 {
    margin-top: 2rem;
}

.right-card {
    height: 350px;
    width: 200px;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.btn-danger {
    transition: background-color 0.3s ease-in-out;
}

    .btn-danger:hover {
        background-color: var(--Primary-color);
    }

@media (max-width: 1024px) {
    .top-heading {
        display: none;
    }
}

@media (max-width: 576px) {

    .left-card,
    .right-card {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .card1 {
        margin-top: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .card1 {
        margin-top: 1rem;
    }
}

/* Section 2 */

.stat-card {
    transition: transform 0.3s ease;
}

    .stat-card:hover {
        transform: translateY(-5px);
    }

/* sec3 */

.card-icon {
    font-size: 5rem;
}

.Guiding-Alumni {
    background: var(--gradient-color);
}

.alumni-card {
    transition: transform 0.3s;
}

    .alumni-card:hover {
        transform: scale(1.05);
    }

.swiper {
    padding: 20px 10px;
}

.swiper-slide {
    height: auto;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.logo-sec {
    min-width: 100px;
    max-width: 300px;
}

.join-us {
    background: linear-gradient(270deg, var(--Secondary-color), var(--Primary-color));
    background-size: 400% 400%;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    animation: gradientMove 4s ease infinite;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.315);
    border: 2px solid #fff;
}

    .join-us:hover {
        /* background: var(--Primary-color); */
        box-shadow: 1px 10px 16px rgba(0, 0, 0, 0.315);
    }

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.bg-adding-value {
    background: url('./assets/images/sign-up.jpg');
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.vm-card {
    position: relative;
    border-radius: 22px;
    min-height: 520px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.72);
}

    .vm-card .content {
        position: absolute;
        inset: 0;
        padding: 48px;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }


.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: black;
}

.carousel-indicators {
    bottom: -60px; /* Adjust if needed */
}

.social-sec {
    width: 20px;
    height: 20px;
    background: var(--Primary-color);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    color: #fff;
}

    .social-sec:hover {
        background: var(--Secondary-color);
        color: #fff;
    }

.btn-bg {
    background: var(--Secondary-color);
    color: #fff;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

    .btn-bg:hover {
        background: var(--Primary-color);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.534);
        color: #fff;
        border-radius: 10px;
    }

.Adding-value ul li {
    color: #000;
    margin: 10px 0px;
}

.Adding-value .nav-link {
    background: var(--Primary-color);
    color: #fff;
    margin: 0px 10px;
}

    .Adding-value .nav-link.active {
        background: var(--Primary-color);
        color: #fff;
        margin: 0px 10px;
    }

    .Adding-value .nav-link:hover {
        background: var(--Primary-color);
        color: #fff;
        margin: 0px 10px;
    }
@media (max-width: 575.98px) {
    .vm-card {
        min-height: 850px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .vm-card {
        min-height: 700px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .vm-card {
        min-height: 650px;
    }
}