@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

/*custom css added by danish*/
/*css for toppers section start*/
.toppers-section {
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding: 60px 0;
    background-color: #f8f9fa;
}

.toppers-section__left {
    text-align: left;
}

.text-left-full {
    text-align: left;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
}



/*.section-title__tagline {*/
/*    color: #ff6f61;*/
    /*font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-title__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #006B54;
    margin: 10px 0;
}*/

.toppers-section__text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

.toppers-section__btn {
    display: inline-block;
    background-color: #006B54;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

    .toppers-section__btn:hover {
        background-color: #ff6f61;
    }

/* Carousel Card Styling */
.toppers-card {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.toppers-card__img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.toppers-card__overlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    transition: all 0.3s;
}

.toppers-card__name {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
    color: #FFD700;
}

.toppers-card__marks {
    font-size: 1rem;
    margin: 5px 0 0;
}

/* Arrows */
.owl-nav span {
    font-size: 24px;
    color: #006B54;
}

/*css for toppers section end*/

/*css for query from start*/
/*.admission-enquiry {
    background-color: #f8f9fa;
}

.enquiry-form-wrapper {
    background-color: #00B074;
    padding: 3rem;
    height: 100%;
    color: white;
}

.form-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.form-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.form-control, .form-select {
    background-color: white;
    border: none;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

    .form-control:focus, .form-select:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
    }

    .form-control::placeholder {
        color: #6c757d;
    }

textarea.form-control {
    resize: none;
}

.form-buttons {
    display: flex;
    gap: 1rem;
}

.btn {
    padding: 0.8rem 2rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-submit {
    background-color: #0d6efd;
    color: white;
    border: none;
}

    .btn-submit:hover {
        background-color: #0b5ed7;
        transform: translateY(-2px);
    }

.btn-contact {
    background-color: white;
    color: #00B074;
    border: none;
}

    .btn-contact:hover {
        background-color: #f8f9fa;
        transform: translateY(-2px);
    }

.enquiry-image {
    height: 100%;
    overflow: hidden;
}

    .enquiry-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }*/

/* Responsive Styles */
/*@media (max-width: 991px) {
    .enquiry-form-wrapper {
        padding: 2rem;
    }

    .form-title {
        font-size: 2rem;
    }

    .enquiry-image {
        height: 400px;
        margin-top: 2rem;
    }
}

@media (max-width: 767px) {
    .enquiry-form-wrapper {
        padding: 1.5rem;
    }

    .form-title {
        font-size: 1.8rem;
    }

    .form-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .enquiry-image {
        height: 300px;
    }
}*/
.cus-gap {
    --bs-gutter-x: 0; /* Removes horizontal gap */
    --bs-gutter-y: 0; /* Removes vertical gap */
}

.admission-section {
    background: #f8f9fa;
    min-height: 60%;
}

.admission-form {
    background: linear-gradient(to bottom right, #00B074, #007b50);
    padding: 50px;
    color: #fff;
    height: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* border-radius: 0 20px 20px 0; */
}

.form-title {
    color: #FFD700;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
    opacity: 0.9;
    line-height: 1.6;
}

.form-control, .form-select {
    height: 45px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
}

    .form-control::placeholder {
        color: #888;
    }

textarea.form-control {
    height: 80px;
}

.form-buttons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-submit {
    background-color: #ffc107;
    color: #212529;
    border: none;
}

    .btn-submit:hover {
        background-color: #e0a800;
    }

.btn-contact {
    background-color: #fff;
    color: #00B074;
    border: 2px solid #00B074;
}

    .btn-contact:hover {
        background-color: #00B074;
        color: #fff;
    }

.admission-image {
    height: 100%;
}

    .admission-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* border-radius: 20px 0 0 20px; */
    }
/* Responsive */
@media (max-width: 991px) {
    .admission-image{
        display:none;
    }
    .enquiry-form-wrapper {
        padding: 2rem;
    }

    .enquiry-image-wrapper {
        height: 300px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .admission-image {
        display: none;
    }
    .form-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .admission-image {
        display: none;
    }
    .admission-form {
/*        border-radius: 20px;*/
    }

    .admission-image img {
/*        border-radius: 20px 20px 0 0;*/
    }
}

.admission-image {
    position: relative;
    height: 100%;
    overflow: hidden;
}

    .admission-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .admission-image::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* This makes the image darker */
    }

/*css for query form end*/
/*css for latest new start*/
.events-one__img {
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .events-one__img img {
        height: 100%;
        width: auto;
        object-fit: cover;
    }

/*css for latest new image end*/

/*custom css added by danish ended*/

