@font-face {
    font-family: AdaniSemiBold;
    src: url("/fonts/AALP/Adani-SemiBold.woff");
}

@font-face {
    font-family: AdaniRegular;
    src: url("/fonts/AALP/Adani-Regular_1.woff");
}

@font-face {
    font-family: AdaniMedium;
    src: url("/fonts/AALP/Adani-Medium.woff");
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

html {
    scroll-padding-top: 70px;
}

main {
    margin-top: 60px;
    flex: 1;
}

.font-medium {
    font-family: AdaniMedium;
}

.font-semibold {
    font-family: AdaniSemiBold;
}

.font-regular {
    font-family: AdaniRegular !important;
}

.form-row label {
    font-family: AdaniMedium;
}

.form-label {
    font-family: AdaniMedium;
}

body,
button,
span,
p,
li {
    font-family: AdaniRegular !important;
}

.custom-dots-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    padding-right: 10px;
}

    .custom-dots-container li {
        margin: 0 5px;
        list-style: none;
    }

.custom-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: background-color 0.3s;
}

.custom-dots-container li.slick-active .custom-dot {
    background-color: white;
}

.banner-image-height {
    height: 100%;
}

#scholarship .slick-dots {
    display: flex;
}

#homepage h1 {
    font-family: AdaniMedium;
}

#scholarship h5 h6 {
    font-family: AdaniMedium;
}

#scholarship h2 {
    font-family: AdaniSemiBold;
}

#scholarship p,
#scholarship li,
#Chariman p {
    font-family: AdaniRegular;
}

.nav-link {
    font-family: AdaniMedium;
}

#Chariman.quote-section {
    position: relative;
    padding-right: 2rem;
}

#Chariman.quote-mark {
    font-size: 80px;
    line-height: 1;
    color: #0055a4;
    margin-bottom: -20px;
}

#Chariman.quote-text {
    font-size: 20px;
    line-height: 1.5;
    font-family: "AdaniRegular", sans-serif;
    color: #333;
}

#Chariman.underline-img {
    max-width: 150px;
    display: block;
    margin-top: 10px;
}

#Chariman.author-info h6 {
    font-size: 16px;
    font-weight: 600;
}

#Chariman.author-info small {
    font-size: 14px;
    color: #666;
}

#Chariman.btn-outline-primary {
    border-color: #0055a4;
    color: #0055a4;
}

    #Chariman.btn-outline-primary:hover {
        background-color: #0055a4;
        color: #fff;
    }

.flip-horizontal {
    transform: scaleX(-1);
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.author-info {
    gap: 0.25rem;
}

.heading-line-height {
    line-height: 1.5;
    font-weight: lighter !important;
}

#program-overview h2,
#program-overview h6,
#alpl-ceo h2,
#alpl-ceo h6,
#campus h2,
#campus h3,
#strategy h2,
#strategy h4,
#gallery h2,
#testimonials h2 {
    font-family: AdaniSemiBold;
}

#program-overview p,
#alpl-ceo p,
#campus p,
#campus h6,
#strategy h6,
#strategy p,
#gallery p {
    font-family: AdaniRegular;
}

.campus-card-img {
    transition: transform 0.4s ease;
}

.campus-card:hover .campus-card-img {
    transform: scale(1.05);
}

.apply-btn {
    background-color: #0055a4 !important;
    border-color: #0055a4 !important;
}

.hero-section {
    height: 100vh;
}

    .hero-section h3 {
        font-family: AdaniRegular;
        margin-left: 6rem;
        margin-top: 5%;
        font-size: 2.1rem;
        font-weight: 700;
        text-shadow: 2px 2px 5px #585858;
    }

.hero-bg {
    object-fit: cover;
}

.text-primary-custom {
    color: #2958aa;
}

.icon-size {
    height: 30px;
}

.separator-height {
    height: 60px;
}

.bg-scholarship {
    background-color: rgba(0, 85, 164, 1);
}

.bg-scholarship-box {
    background-color: #0a5fae;
    opacity: 1;
}

.text-primary-custom {
    color: #0a5fae !important;
}

.text-primary-custom {
    color: #2958aa;
}

.campus-img-container {
    height: 60%;
}

.campus-card-body {
    height: 40%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: column;
    min-height: 92px;
    /* justify-content: center; */
    text-align: left;
    background: linear-gradient(180deg, #017da5 0%, #2a58aa 100%);
}

.ceo-card-icon {
    flex-shrink: 0;
    width: 30%;
}

.ceo-card-text {
    width: 70%;
}

#scholarship button {
    margin-top: 1rem;
    font-family: AdaniMedium;
}

.custom-box-shadow {
    box-shadow: 0px 3px 6px #00000029;
}

.w-40 {
    width: 40%;
}

.bg-gradient-dark {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0.4) 80%, transparent 100%);
}

.card-img-overlay-bottom {
    border-radius: 0;
    overflow: hidden;
}

.card-img {
    object-fit: cover;
    height: 100%;
}

.card {
    height: 100%;
    box-shadow: 0px 3px 6px #00000029;
}

.campus-img-container {
    overflow: hidden;
    height: 200px;
}

    .campus-img-container img {
        transition: transform 0.4s ease;
    }

    .campus-img-container:hover img {
        transform: scale(1.1);
    }

.ceo-card-icon {
    overflow: hidden;
}

    .ceo-card-icon img {
        transition: transform 0.4s ease;
    }


.ceo-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .ceo-card:hover {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

.ceo-card-icon img {
    transition: transform 0.4s ease-in-out;
}

#strategy img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

    #strategy img:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }

#program-overview img.img-fluid {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 8px;
}

    #program-overview img.img-fluid:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }

#Chariman img.img-fluid {
    transition: transform 0.8s ease;
}

.campus-carousel .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

.campus-carousel {
    margin: 0 -10px;
}

.campus-dots-container {
    text-align: center;
    margin-top: 20px;
}

    .campus-dots-container .custom-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 6px;
        background-color: #ccc;
        border-radius: 50%;
        transition: background-color 0.3s ease;
        cursor: pointer;
    }

    .campus-dots-container .slick-active .custom-dot {
        background-color: #007bff;
    }

.testimonial-dots-container {
    text-align: center;
    margin-top: 20px;
}

    .testimonial-dots-container .custom-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 6px;
        background-color: #ccc;
        border-radius: 50%;
        transition: background-color 0.3s ease;
        cursor: pointer;
    }

    .testimonial-dots-container .slick-active .custom-dot {
        background-color: #007bff;
    }

#campus .slick-dots {
    display: flex;
    justify-content: center;
}

#testimonials .slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots li button:before {
    display: none !important;
}

.slick-dots {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

    .slick-dots li::marker {
        display: none;
        content: none;
    }

#scholarship span {
    opacity: 0.9;
}

.view-button {
    border: 1px solid #ccc !important;
    padding: 0.25rem;
}

    .view-button:hover {
        background: linear-gradient(90deg, #0180a2 0, #006db6 22%, #8e278f 90%);
        color: white !important;
    }

.font-regular {
    font-family: AdaniRegular !important;
}

.w-90 {
    width: 90%;
}

.gallery h5 {
    font-family: AdaniMedium;
}



body,
html {
    height: 100%;
    margin: 0;
}

.bg-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    background-color: white;
    padding: 30px;
    border: 1px solid #707070;
    border-radius: 10px;
    width: 100%;
    max-width: 550px;
    text-align: center;
}

.login-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0055a4;
    font-family: AdaniSemiBold;
}

.send-otp-button {
    background-color: #0055a4 !important;
    color: #fff !important;
    font-family: AdaniSemiBold !important;
}

.mobile-number {
    font-family: AdaniSemiBold;
}

.otp-screen-logo {
    width: 55%;
}

.login-screen-logo {
    width: 55%;
    margin-bottom: 2rem;
}

#otp p {
    font-family: AdaniRegular;
}

#otp h6 {
    font-family: AdaniSemiBold;
}

.otp-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.otp-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 550px;
    text-align: center;
    border: 1px solid #707070;
}

.otp-input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
}

.resend-link {
    cursor: pointer;
    text-decoration: underline;
    color: #007bff;
}

.back-arrow {
    cursor: pointer;
    font-size: 20px;
}

.logo {
    height: 40px;
}

#gallery h5 {
    font-family: AdaniMedium;
}

footer {
    font-family: AdaniMedium;
}


.view-button {
    border: 1px solid #ccc !important;
    padding: 0.25rem;
}

    .view-button:hover {
        background: linear-gradient(90deg, #0180a2 0, #006db6 22%, #8e278f 90%);
        color: white !important;
    }

.font-regular {
    font-family: AdaniRegular !important;
}

.w-90 {
    width: 90%;
}

.gallery h5 {
    font-family: AdaniMedium;
}

.SubmitButtonLayout {
    background-color: #0055a4 !important;
    color: white !important;
    font-family: AdaniMedium !important;
    border-radius: 2px solid #0055a4 !important;
    font-size: 1.2rem !important;
    padding: 0.5rem 2rem !important;
}

.error {
    border-color: red;
}

.error-message {
    color: red;
    font-size: 12px;
}

.upload-box {
    border: 2px dashed #007bff;
    padding: 16px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    color: #333;
    transition: border-color 0.3s;
}

    .upload-box:hover {
        border-color: #0056b3;
    }

    .upload-box input[type="file"] {
        display: none;
    }

.upload-icon {
    font-size: 24px;
    color: #007bff;
    vertical-align: middle;
    margin-right: 8px;
}

.upload-box .browse {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.selected-file {
    margin-top: 10px;
    font-weight: 500;
    color: #28a745;
}

.error-message {
    margin-top: 6px;
    color: #dc3545;
}

.form-section {
    width: 100%;
}

.form-wrapper {
    width: 100%;
}


.form-content .heading {
    font-family: AdaniMedium;
    margin-bottom: 1rem;
}

/* Wrapper for the custom select to position the arrow */
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 5.5px;
    font-size: 16px;
    color: #333;
    border: 1px solid #dee2e6;
    border-radius: 7px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23666'%3E%3Cpath d='M1.646 4.646a.5.5 0 011 0L8 10.293l5.646-5.647a.5.5 0 11.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 12px;
    cursor: pointer;
}

    .custom-select:focus {
        border-color: #007bff;
        outline: none;
        box-shadow: 0 0 3px #007bff;
    }

.sponsorshipSection {
    background-color: #F3FAFF;
    height: 100%;
}

.custom-radio-box {
    padding: 6.6px !important;
    border-radius: 5px !important;
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.toast.animate__slide-in {
    animation: slideInFromLeft 0.5s ease-out;
}

.form-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-hover-btn:hover {
    background-color: #2958aa !important;
    color: #fff;
}

.custom-hover-btn h6 {
    transition: color 0.3s ease;
}

.custom-hover-btn:hover h6 {
    color: #fff;
}

.btn-hover-effect {
    transition: all 0.3s ease;
    border-color: var(--bs-primary);
}

    .btn-hover-effect:hover {
        background-color: #ccc !important;
        box-shadow: 0 0 15px rgba(13, 110, 253, 0.6);
    }

.program-icon {
    height: 30px !important;
    width: 35px !important;
}

.custom-dots-container button,
.custom-dots-container .slick-dots li {
    cursor: pointer;
}

.header-options {
    font-family: 'AdaniRegular' !important;
    font-weight: 600 !important;
}

/* Common section styling */
.centered-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2rem;
    text-align: center;
    background-color: #f5f5f5;
    font-family: AdaniRegular;
}

.success {
    background-color: white;
    padding: 2rem 3rem;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
    font-family: AdaniRegular;
}

    .success i {
        display: inline-block;
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

        .success i.unauthorized {
            color: #f44336;
        }

    .success h1 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
        font-family: AdaniRegular;
    }

    .success p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
        font-family: AdaniRegular;
    }

    .success a button {
        font-family: AdaniSemiBold;
        min-width: 150px;
        background-color: #0055a4 !important;
    }


.pageContent {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankyou-screen-logo {
    width: 55%;
}

.gallery-item {
    position: relative;
    cursor: pointer;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    padding: 15px 20px;
}

.gallery-item img {
    border-radius: 5px;
}

.remove-button {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    padding: 0 !important;
    line-height: normal !important;
    padding-right: 5px !important;
}

.lh-0 {
    line-height: 0;
}

.text-brown {
    color: brown !important;
}

.testimonial-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 6.5rem;
    padding-bottom: 10px;
}

.testimonial-card {
    min-width: 300px;
    max-width: 350px;
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.testimonial-carousel::-webkit-scrollbar {
    display: none;
}

.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background-color: #555;
}

.carousel-indicators .active {
    background-color: #0055a4;
}

.fixed-thumb {
    width: 100%;
    height: 230px !important;
    object-fit: cover;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
    pointer-events: none;
}

.testimonial-carousel.d-flex.three-cards {
    gap: 6.5rem;
}

#contact-container {
    max-width: 900px;
    margin: 50px auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

#contact-title {
    margin-bottom: 20px;
    color: #333;
    border-left: 4px solid #0055a4;
    padding-left: 10px;
}

#form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

#input-name,
#input-email,
#input-subject,
#input-contact,
#input-message {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

#input-message {
    resize: none;
    height: 120px;
}

#recaptcha-box {
    margin-top: 10px;
}

#submit-container {
    text-align: right;
    margin-top: 20px;
}

#btn-submit {
    background-color: #444;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

    #btn-submit:hover {
        background-color: #222;
    }

#responseMsg {
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .hero-section h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-left: auto;
    }
}


/*MediaCoverage CSS Code*/
/* Scoped Custom News Styles with Adani Fonts */
.custom-news-main {
    background: #fff;
    padding: 40px 0;
    font-family: "AdaniRegular", "Segoe UI", Arial, sans-serif;
}

.custom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.custom-heading {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 32px;
    font-family: "AdaniSemiBold", "Segoe UI", Arial, sans-serif;
}

.custom-news-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.custom-news-card {
    background: #f8f8f8;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: box-shadow 0.2s, transform 0.2s;
    width: 31%;
    min-width: 300px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    font-family: "AdaniRegular", "Segoe UI", Arial, sans-serif;
}

    .custom-news-card:hover {
        box-shadow: 0 4px 24px rgba(0,0,0,0.20);
        transform: translateY(-2px) scale(1.03);
    }

.custom-news-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.custom-news-desc {
    padding: 22px 18px 18px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: "AdaniRegular", "Segoe UI", Arial, sans-serif;
}

.custom-news-date {
    color: #666;
    font-size: 1.05rem;
    margin-bottom: 8px;
    font-family: "AdaniMedium", "Segoe UI", Arial, sans-serif;
}

.custom-news-title {
    font-size: 1.35rem;
    font-family: "AdaniSemiBold", "Segoe UI", Arial, sans-serif;
    margin: 0;
    color: #222;
}

@media (max-width: 900px) {
    .custom-news-row {
        gap: 1.5rem;
    }

    .custom-news-card {
        width: 47%;
    }
}

@media (max-width: 600px) {
    .custom-news-row {
        flex-direction: column;
    }

    .custom-news-card {
        width: 100%;
        min-width: 0;
    }
}

.custom-news-toggle-btn {
    background: #0460ba;
    color: #fff;
    border: none;
    outline: none;
    padding: 7px 18px; /* reduced vertical and horizontal padding */
    border-radius: 8px; /* keep corners visible but subtle */
    font-size: 1rem; /* decrease font size */
    font-family: "AdaniRegular", "Segoe UI", Arial, sans-serif;
    cursor: pointer;
    transition: background 0.2s;
    margin: 0 auto;
    display: inline-block;
    box-shadow: none;
    letter-spacing: 0.01em;
    font-weight: 400;
}

    .custom-news-toggle-btn:hover, .custom-news-toggle-btn:focus {
        background: #024b8b;
    }
    
