/* ===== Google Font Feel (System fallback safe) ===== */
body {
    font-family: 'Poppins', sans-serif;
    background: #f5f7fb;
    margin: 0;
    padding: 0;
    color: #222;
}

/* ================= NAVBAR PREMIUM ================= */
.navbar {
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
    padding: 14px 40px;
    transition: 0.3s ease;
}

.navbar a {
    font-weight: 500;
    color: #444;
    transition: 0.3s ease;
}

.navbar a:hover {
    color: #7b2cbf;
}

.navbar .contact-btn {
    background: linear-gradient(135deg,#7b2cbf,#c77dff);
    color: white;
    padding: 8px 18px;
    border-radius: 30px;
    box-shadow: 0 6px 18px rgba(123,44,191,0.3);
    transition: 0.3s ease;
}

.navbar .contact-btn:hover {
    transform: translateY(-3px);
}

/* ================= HERO SECTION ================= */
.hero-section {
    padding: 60px 40px;
    background: linear-gradient(135deg,#ffffff,#f3e8ff);
}

.hero-left img {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    transition: 0.4s ease;
}

.hero-left img:hover {
    transform: scale(1.02);
}

/* ================= ADMISSION FORM ================= */
.admission-form {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.admission-form h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.admission-form input,
.admission-form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ddd;
    padding: 12px 5px;
    margin-bottom: 25px;
    font-size: 15px;
    background: transparent;
    transition: 0.3s ease;
}

.admission-form input:focus,
.admission-form textarea:focus {
    border-bottom: 2px solid #7b2cbf;
    outline: none;
}

/* ================= PREMIUM BUTTON ================= */
.submit-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 40px;
    background: linear-gradient(135deg,#4361ee,#b5179e);
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(181,23,158,0.3);
    transition: 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(181,23,158,0.4);
}

/* ================= SCROLL TO TOP ================= */
.scroll-top {
    background: white;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-radius: 50%;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {

    .hero-section {
        padding: 40px 20px;
    }

    .admission-form {
        margin-top: 40px;
        padding: 25px;
    }

    .navbar {
        padding: 12px 20px;
    }
}
:root{
  --primary: #0A4D68;
  --secondary: #088395;
  --accent: #05BFDB;
  --light-bg: #F3F8FF;
}

body{
  background: var(--light-bg);
}

/* Navbar */
.navbar a:hover{
  color: var(--primary);
}

/* Buttons */
.contact-btn,
.submit-btn{
  background: linear-gradient(135deg,var(--primary),var(--secondary));
}

/* Input Focus */
.admission-form input:focus,
.admission-form textarea:focus{
  border-bottom: 2px solid var(--primary);
}
/* ===== FORM OUTER CARD ===== */
.rbt-contact-form.contact-form-style-1.form {
    background: linear-gradient(135deg, #0A4D68, #088395);
    padding: 45px 35px;
    border-radius: 25px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Title */
.rbt-contact-form .title {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
}

/* Form Groups */
.rbt-contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

/* Inputs */
.rbt-contact-form input,
.rbt-contact-form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(255,255,255,0.6);
    color: #fff;
    padding: 10px 5px;
    font-size: 15px;
    transition: 0.3s ease;
}

/* Input Focus */
.rbt-contact-form input:focus,
.rbt-contact-form textarea:focus {
    outline: none;
    border-bottom: 2px solid #05BFDB;
}

/* Floating Labels */
.rbt-contact-form label {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
}

/* Submit Button Premium */
.rbt-contact-form .rbt-btn {
    background: #ffffff;
    color: #0A4D68;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
    border: none;
}

.rbt-contact-form .rbt-btn:hover {
    background: #05BFDB;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* Success Message Box */
.success-message {
    background: #ffffff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
/* flyer */
/* ===== BANNER AREA BACKGROUND ===== */
.rbt-banner-area {
    background: linear-gradient(135deg, #f3f8ff, #ffffff);
    padding: 60px 0;
}

/* ===== SLIDER CARD WRAPPER ===== */
.banner-splash-inner-layout-active {
    background: #ffffff;
    border-radius: 30px;
    padding: 0;                 /* remove inner space */
    box-shadow: 0 30px 70px rgba(0,0,0,0.12);
    overflow: visible;          /* VERY IMPORTANT */
    position: relative;
}

/* ===== IMAGE STYLING ===== */
.image-left-content {
    padding: 20px;              /* move padding here instead */
}

.image-left-content img {
    width: 100%;
    height: auto;               /* keep full ratio */
    border-radius: 20px;
    display: block;
    object-fit: contain;        /* prevents crop */
    transition: 0.4s ease;
}

/* Soft Hover (No Scale Cut) */
.image-left-content img:hover {
    transform: scale(1.02);     /* reduced zoom */
}

/* ===== ARROWS PREMIUM STYLE ===== */
.rbt-swiper-arrow {
    width: 45px;
    height: 45px;
    background: #0A4D68;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: 0.3s ease;
}

.rbt-swiper-arrow:hover {
    background: #05BFDB;
    transform: scale(1.1);
}

/* ===== PAGINATION DOTS ===== */
.rbt-swiper-pagination .swiper-pagination-bullet {
    background: #0A4D68;
    opacity: 0.4;
}

.rbt-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #088395;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .banner-splash-inner-layout-active {
        border-radius: 20px;
    }

    .image-left-content {
        padding: 15px;
    }

    .rbt-banner-area {
        padding: 40px 0;
    }
}
/* ===============================
   SOFT THEME MATCH FORM
================================ */

/* Form Card */
.rbt-contact-form.contact-form-style-1.form {
    background: #ffffff;
    border-radius: 25px;
    padding: 45px 35px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* Heading – Soft Pink (Match Navbar) */
.rbt-contact-form .title {
    color: #c02686;   /* soft theme pink */
    font-weight: 600;
    font-size: 24px;
}

/* Inputs – Fix Text Visibility */
.rbt-contact-form input,
.rbt-contact-form textarea {
    width: 100%;
    background: #f7f8fa;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 15px;
    color: #000000 !important;   /* FORCE TEXT VISIBLE */
}

/* Placeholder visible */
.rbt-contact-form input::placeholder,
.rbt-contact-form textarea::placeholder {
    color: #888;
}

/* Focus Effect – Soft Pink Border */
.rbt-contact-form input:focus,
.rbt-contact-form textarea:focus {
    border-color: #c02686;
    box-shadow: 0 0 0 2px rgba(192,38,134,0.15);
    outline: none;
}

/* Remove old underline style */
.rbt-contact-form .focus-border {
    display: none;
}

/* Submit Button – Soft Pink */
.rbt-contact-form .rbt-btn {
    background: #c02686;
    border-radius: 40px;
    padding: 14px;
    font-weight: 600;
    color: #ffffff !important;
    transition: 0.3s ease;
}

/* Hover Slight Dark */
.rbt-contact-form .rbt-btn:hover {
    background: #a61e72;
}
/* ===============================
   FIX FLOATING FORM PROPERLY
================================ */

/* Form Card */
.rbt-contact-form.contact-form-style-1.form {
    background: #ffffff;
    border-radius: 25px;
    padding: 45px 35px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* Heading – Soft Theme Pink */
.rbt-contact-form .title {
    color: #c02686;
    font-weight: 600;
    margin-bottom: 25px;
}

/* Form Group */
.rbt-contact-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

/* Inputs */
.rbt-contact-form input,
.rbt-contact-form textarea {
    width: 100%;
    background: #f7f8fb !important;
    border: 1px solid #ddd !important;
    border-radius: 10px;
    padding: 14px 15px;
    font-size: 15px;
    color: #222 !important;
    -webkit-text-fill-color: #222 !important;
}

/* Remove old animated underline */
.rbt-contact-form .focus-border {
    display: none !important;
}

/* Label Default Position */
.rbt-contact-form .form-group label {
    position: absolute;
    left: 15px;
    top: 14px;
    color: #777;
    font-size: 14px;
    transition: 0.3s ease;
    background: #fff;
    padding: 0 5px;
    pointer-events: none;
}

/* When Input Focus or Filled */
.rbt-contact-form input:focus + label,
.rbt-contact-form textarea:focus + label,
.rbt-contact-form input:not(:placeholder-shown) + label,
.rbt-contact-form textarea:not(:placeholder-shown) + label {
    top: -8px;
    font-size: 12px;
    color: #c02686;
}

/* Pink Focus Border */
.rbt-contact-form input:focus,
.rbt-contact-form textarea:focus {
    border-color: #c02686 !important;
    box-shadow: 0 0 0 3px rgba(192,38,134,0.15);
    outline: none;
}

/* Submit Button */
.rbt-contact-form .rbt-btn {
    background: #c02686 !important;
    border-radius: 40px;
    padding: 14px;
    font-weight: 600;
    color: #ffffff !important;
    transition: 0.3s ease;
}

/* Hover */
.rbt-contact-form .rbt-btn:hover {
    background: #a61e72 !important;
}
/* ===============================
   FORCE INPUT TEXT VISIBLE
================================ */

/* Force text color */
.rbt-contact-form input,
.rbt-contact-form textarea {
    color: #222 !important;
    -webkit-text-fill-color: #222 !important;
    opacity: 1 !important;
}

/* Remove any transparent text */
.rbt-contact-form input:focus,
.rbt-contact-form textarea:focus {
    color: #222 !important;
    -webkit-text-fill-color: #222 !important;
}

/* Fix background */
.rbt-contact-form input,
.rbt-contact-form textarea {
    background-color: #f8f9fb !important;
}

/* Make label proper */
.rbt-contact-form .form-group label {
    color: #666 !important;
}

/* Pink focus border */
.rbt-contact-form input:focus,
.rbt-contact-form textarea:focus {
    border-color: #c02686 !important;
    box-shadow: 0 0 0 3px rgba(192,38,134,0.15) !important;
}
/* Show placeholder properly */
.rbt-contact-form input::placeholder,
.rbt-contact-form textarea::placeholder {
    color: #999;
    opacity: 1;
}

/* Make typed text visible */
.rbt-contact-form input,
.rbt-contact-form textarea {
    color: #222 !important;
    -webkit-text-fill-color: #222 !important;
}
.hero-form {
    display: flex;
    justify-content: center;
}

.rbt-contact-form {
    width: 100%;
    max-width: 420px;  /* controls form width */
}
/* Add proper gap between flyer and form */
@media (min-width: 992px) {
    .col-lg-5 {
        padding-left: 40px;
    }
}
/* Shift form slightly to right */
@media (min-width: 992px) {
    .hero-form {
        margin-left: 60px;
    }
}
@media (min-width: 992px) {
    .hero-form {
        margin-top: 40px;
    }
}
/* Center submit text perfectly */
.form-submit-group button {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Remove extra spacing from icon wrapper */
.form-submit-group .icon-reverse-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Optional: small spacing between text and arrow */
.form-submit-group .btn-text {
    margin-right: 8px;
}
/* Reduce bottom space of form box */
.hero-form .rbt-contact-form {
    padding-bottom: 18px !important;
}
/* Reduce gap between navbar and banner section */
.rbt-banner-area {
    padding-top: 40px !important;
    margin-top: 0 !important;
}

/* Remove extra top spacing from first container */
.rbt-banner-area .container {
    margin-top: 0 !important;
}

/* If still space exists */
.hero-section,
.banner-section {
    padding-top: 30px !important;
}

/* background*/
.rbt-banner-area {
    background: linear-gradient(135deg, #e6f4f9 0%, #f8fbff 50%, #eef7ff 100%);
    padding: 80px 0;
    position: relative;
}
/* navbar */
/* ===============================
   FINAL STABLE NAVBAR
================================ */

/* Reset any floating styles */
header,
.navbar,
.rbt-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: #ffffff;
    padding: 15px 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 9999;
}

/* Prevent content hiding under navbar */
body {
    padding-top: 95px;
}

/* Navigation links */
.rbt-nav .mainmenu > li > a {
    color: #333;
    font-weight: 500;
    transition: 0.3s ease;
}

.rbt-nav .mainmenu > li > a:hover {
    color: #0A4D68;
}

/* Contact button styling */
.rbt-btn {
    background: linear-gradient(135deg, #0A4D68, #088395);
    color: #fff !important;
    border-radius: 30px;
    padding: 8px 22px;
    font-weight: 500;
    transition: 0.3s ease;
}

.rbt-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(10, 77, 104, 0.3);
}

/* Mobile fix */
@media (max-width: 992px) {
    header,
    .navbar,
    .rbt-header {
        padding: 12px 20px;
    }

    body {
        padding-top: 85px;
    }
}
.course-section {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
}

.section-header {
    margin-bottom: 20px !important;
}

.course-cards {
    margin-top: 20px !important;
}
/* Reduce space between input fields */

.rbt-contact-form .form-group {
    margin-bottom: 12px !important;
}

.rbt-contact-form input,
.rbt-contact-form textarea {
    margin-bottom: 0 !important;
}
/* course detail */
/* ==========================================
   COURSE SECTION – MODERN CARD DESIGN
   ========================================== */

.course-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9ff, #fff2f8);
}

/* Section Heading */
.course-section h3 {
    font-size: 40px;
    font-weight: 700;
    color: #222;
}

.underline-animation {
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #7b2cbf, #b1287a);
    margin: 15px auto;
    border-radius: 10px;
}

/* Grid Layout */
.course-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

/* Card Design */
.course-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    text-align: center;
    position: relative;
    transition: 0.3s ease;
    border-top: 5px solid #b1287a;
}

.course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

.course-icon {
    font-size: 42px;
    margin-bottom: 15px;
}

.course-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #b1287a;
    margin-bottom: 15px;
}

.course-card p {
    font-size: 15px;
    margin: 8px 0;
    color: #555;
}

.course-card span {
    font-weight: 600;
    color: #333;
}

/* Apply Button */
.apply-btn {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 25px;
    background: linear-gradient(90deg,#7b2cbf,#b1287a);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s ease;
}

.apply-btn:hover {
    transform: scale(1.05);
}

/* Highlight Card */
.highlight {
    transform: scale(1.05);
    border-top: 5px solid #7b2cbf;
}

.highlight .badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: #7b2cbf;
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 20px;
}

/* Responsive */
@media (max-width: 992px) {
    .course-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .course-cards {
        grid-template-columns: 1fr;
    }
}
/* about us */
/* ===== ABOUT CLEAN SECTION ===== */

.about-clean {
    background: #f8f5fb;
    padding: 100px 0;
}

/* TEXT SECTION */
.about-text {
    text-align: center;
    max-width: 900px;
}

.about-text h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-text p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
}

/* THREE IMAGES */
.about-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
    justify-items: center;
}

.about-img {
    width: 100%;
    max-width: 320px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

.about-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.about-img:hover {
    transform: translateY(-10px);
}

/* CARDS */
.about-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 80px;
}

.about-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.about-card:hover {
    transform: translateY(-10px);
}

.about-card .icon {
    font-size: 36px;
    margin-bottom: 15px;
}

.about-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #b1287a;
    margin-bottom: 15px;
}

.about-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .about-images,
    .about-cards {
        grid-template-columns: 1fr;
    }
}
/* ===== PREMIUM ABOUT SECTION ===== */

.about-clean {
    background: linear-gradient(135deg, #f3e8f7, #fdfbff);
    padding: 100px 0;
}

/* ABOUT TEXT */
.about-text h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-text p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
}

/* ===== IMAGES SECTION ===== */

.about-images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 70px;
    justify-items: center;
}

/* IMAGE BOX */
.about-img {
    position: relative;
    padding: 8px; /* space for border effect */
    border-radius: 25px;
    background: linear-gradient(135deg, #b1287a, #7b2cbf);
    box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    transition: 0.4s ease;
}

.about-img img {
    display: block;
    width: 320px;
    height: 380px;
    object-fit: cover;
    border-radius: 20px;
}

/* Hover Effect */
.about-img:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 35px 80px rgba(177, 40, 122, 0.3);
}

/* ===== CARDS ===== */

.about-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 90px;
}

.about-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.about-card:hover {
    transform: translateY(-10px);
}

.about-card .icon {
    font-size: 36px;
    margin-bottom: 15px;
}

.about-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #b1287a;
    margin-bottom: 15px;
}

.about-card p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .about-images,
    .about-cards {
        grid-template-columns: 1fr;
    }

    .about-img img {
        width: 100%;
        height: 350px;
    }
}
/* ===== PREMIUM VISION MISSION VALUES ===== */

.about-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 100px;
}

/* Card Design */
.about-card {
    position: relative;
    padding: 50px 35px;
    border-radius: 25px;
    background: linear-gradient(145deg, #ffffff, #f3e8f7);
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
}

/* Gradient Border Effect */
.about-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 2px;
    background: linear-gradient(135deg, #b1287a, #7b2cbf);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s;
}

/* Hover Effect */
.about-card:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 35px 80px rgba(177, 40, 122, 0.25);
}

.about-card:hover::before {
    opacity: 1;
}

/* Icon Style */
.about-card .icon {
    font-size: 42px;
    margin-bottom: 20px;
    display: inline-block;
    transition: 0.4s;
}

.about-card:hover .icon {
    transform: scale(1.2) rotate(8deg);
}

/* Title */
.about-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #b1287a;
}

/* Text */
.about-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

/* Responsive */
@media (max-width: 992px) {
    .about-cards {
        grid-template-columns: 1fr;
    }
}
/* ===== CLEAN IMAGE STYLE ===== */

.about-images {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.about-img img {
    width: 350px;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease;
}

/* Soft hover effect */
.about-img img:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}
/* ===== BIG HORIZONTAL COLLEGE IMAGE ===== */

.about-images {
    margin-top: 60px;
}

.college-img {
    width: 100%;
    height: 450px;          /* Adjust height if needed */
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
    transition: 0.4s ease;
}

.college-img:hover {
    transform: scale(1.02);
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.2);
}
/* eligibility criteria */
/* ===== ELIGIBILITY SECTION ===== */

#eligibility {
    background: linear-gradient(135deg, #f8f4fb, #f1e7f7);
    padding: 100px 0;
    position: relative;
}

/* Image Styling */
#eligibility img {
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    transition: 0.4s;
}

#eligibility img:hover {
    transform: scale(1.03);
}

/* Title */
#eligibility .title {
    font-size: 36px;
    font-weight: 700;
    color: #2c2c54;
    margin-bottom: 20px;
    position: relative;
}

#eligibility .title::after {
    content: "";
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #b1287a, #7b2cbf);
    display: block;
    margin-top: 10px;
    border-radius: 5px;
}

/* Description Box */
#eligibility .description {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    line-height: 1.8;
    color: #555;
}

/* Required Documents Heading */
#eligibility h5 {
    margin-top: 35px;
    font-weight: 700;
    color: #b1287a;
}

/* List Wrapper */
.plan-offer-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* List Style */
.plan-offer-list {
    list-style: none;
    padding: 0;
}

.plan-offer-list li {
    background: #ffffff;
    padding: 12px 15px;
    margin-bottom: 12px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s;
    font-size: 15px;
}

.plan-offer-list li i {
    color: #28a745;
    margin-right: 8px;
}

.plan-offer-list li:hover {
    transform: translateX(5px);
    box-shadow: 0 12px 25px rgba(177, 40, 122, 0.2);
}

/* Responsive */
@media (max-width: 992px) {
    .plan-offer-list-wrapper {
        grid-template-columns: 1fr;
    }
}
#eligibility .description {
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.4);
    padding: 25px 30px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
#eligibility .description {
    background: #f0f7ff;
    border-left: 5px solid #0077b6;
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,119,182,0.15);
}
/* ===== PROFESSIONAL REQUIRED DOCUMENT STYLE ===== */

#eligibility .plan-offer-list li {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 14px 18px;
    margin-bottom: 14px;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Left accent line */
#eligibility .plan-offer-list li {
    border-left: 4px solid #b1287a;
}

/* Hover */
#eligibility .plan-offer-list li:hover {
    background: #faf5fb;
    box-shadow: 0 8px 25px rgba(177, 40, 122, 0.15);
    transform: translateX(6px);
}

/* Icon */
#eligibility .plan-offer-list li i {
    color: #16a34a;
    margin-right: 10px;
}
/* scholarship */
/* ===== FULL NAVY BLUE SCHOLARSHIP TABLE ===== */

#Scholarship {
    background: #0b1f3a;  /* Navy background */
    padding: 80px 0;
}

#Scholarship table {
    width: 100%;
    border-collapse: collapse;
    background: #0f2747;   /* Slight lighter navy */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

/* Header */
#Scholarship thead {
    background: #081a2f;
}

#Scholarship thead th {
    color: #ffffff;
    padding: 20px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.1);
}

/* Body */
#Scholarship tbody td {
    padding: 18px;
    text-align: center;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.08);
    font-size: 14px;
}

/* Hover effect */
#Scholarship tbody tr:hover {
    background: #13315c;
    transition: 0.3s ease;
}

/* Course Name Bold */
#Scholarship tbody td:first-child {
    font-weight: 600;
    color: #ffffff;
}
/* ===== SOLID NAVY FULL TABLE ===== */

#Scholarship {
    background: #0b1f3a;   /* Section background */
    padding: 80px 0;
}

#Scholarship table {
    width: 100%;
    border-collapse: collapse;
    background: #102c4c;   /* ONE SAME NAVY COLOR */
    border-radius: 12px;
    overflow: hidden;
}

/* Header */
#Scholarship thead th {
    background: #102c4c;   /* SAME COLOR */
    color: #ffffff !important;
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.15);
    font-weight: 600;
}

/* Body */
#Scholarship tbody td {
    background: #102c4c;   /* SAME COLOR */
    color: #ffffff;
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.15);
}

/* Remove alternating rows */
#Scholarship tbody tr:nth-child(even) {
    background: #102c4c;
}

/* Remove hover color */
#Scholarship tbody tr:hover {
    background: #102c4c;
}
/* faqs */
/* ===== PARIKSHA STYLE FAQ ===== */

.custom-faq-section {
    background: #f4f6f9;
    padding: 100px 0;
}

.faq-badge {
    background: #ffe9e6;
    color: #ff6b57;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.faq-title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
}

.faq-subtitle {
    color: #6c757d;
    margin-bottom: 50px;
}

/* FAQ Wrapper */
.faq-wrapper {
    max-width: 800px;
}

/* FAQ Box */
.faq-item {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
}

/* Question */
.faq-question {
    width: 100%;
    padding: 22px 25px;
    border: none;
    background: #ffffff;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question span {
    font-size: 22px;
    color: #2563eb;
}

/* Answer */
.faq-answer {
    padding: 20px 25px;
    font-size: 15px;
    color: #555;
    border-top: 1px solid #f0f0f0;
}
.faq-subtitle {
    text-align: center;
    margin: 15px auto 50px;
    max-width: 700px;
    color: #6c757d;
    font-size: 16px;
}
/* contact section */
.contact-subtitle {
    background: #ffe3ec;
    color: #d63384;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 14px;
}

.contact-title {
    font-weight: 700;
    margin-top: 15px;
}

.contact-desc {
    color: #666;
}

.contact-card {
    display: flex;
    gap: 15px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    transition: 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6f42c1, #d63384);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-form-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.contact-map-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
/* footer */
.custom-footer {
    background: linear-gradient(135deg, #f3ecff, #e9ddff);
    color: #333;
}

.footer-title {
    color: #4b2e83;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #c084fc;
    display: block;
    margin-top: 6px;
    border-radius: 5px;
}

.footer-links a {
    color: #444;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #7c3aed;
    padding-left: 5px;
}

.footer-social a {
    background: #ffffff;
    color: #7c3aed;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.footer-social a:hover {
    background: #7c3aed;
    color: #ffffff;
}

.footer-divider {
    border-color: rgba(0,0,0,0.1);
}

.footer-bottom {
    color: #666;
}
/* ===== FOOTER MAIN ===== */
.custom-footer {
    background: #f4effc;   /* Soft lavender */
    padding: 60px 0 25px;
    color: #333;
}

/* ===== FOOTER LOGO ===== */
.footer-logo {
    max-width: 160px;
    margin-bottom: 20px;
}

/* ===== FOOTER TEXT ===== */
.footer-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* ===== FOOTER TITLES ===== */
.footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #6a1b9a;
    margin-bottom: 18px;
    position: relative;
}

.footer-title::after {
    content: "";
    width: 35px;
    height: 3px;
    background: #d63384;
    display: block;
    margin-top: 6px;
    border-radius: 5px;
}

/* ===== FOOTER LINKS ===== */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #444;
    transition: all 0.3s ease;
    font-size: 15px;
}

.footer-links a:hover {
    color: #d63384;
    padding-left: 6px;
}

/* ===== CONTACT INFO ===== */
.footer-contact {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

/* ===== SOCIAL ICONS ===== */
.footer-social {
    margin-top: 20px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    color: #6a1b9a;
    margin-right: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #d63384;
    color: #fff;
}

/* ===== DIVIDER ===== */
.footer-divider {
    border-top: 1px solid #e0d7f5;
    margin: 40px 0 20px;
}

/* ===== COPYRIGHT ===== */
.footer-bottom {
    text-align: center;
    font-size: 14px;
    color: #666;
}

/* ===== RESPONSIVE FIX ===== */
@media (max-width: 768px) {
    .custom-footer {
        text-align: center;
    }

    .footer-title::after {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social {
        justify-content: center;
    }
}
.contact-title {
    text-align: center;
}

.contact-desc {
    text-align: center;
    max-width: 700px;
    margin: 12px auto 0;
    color: #666;
    font-size: 16px;
}
/* courses */
/* ============================= */
/* SECTION BACKGROUND */
/* ============================= */
.course-section {
    background: linear-gradient(135deg, #5f2c82, #6a11cb);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

/* Soft dot effect */
.course-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(255,255,255,0.15) 2px, transparent 2px);
    background-size: 40px 40px;
    opacity: 0.3;
}

/* ============================= */
/* HEADER */
/* ============================= */
.section-header h3 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}

.section-header p {
    color: #eee;
    max-width: 650px;
    margin: 12px auto 0;
}

.underline-animation {
    width: 60px;
    height: 4px;
    background: #ff4d94;
    margin: 12px auto;
    border-radius: 4px;
}

/* ============================= */
/* GRID */
/* ============================= */
.course-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

/* ============================= */
/* CARD */
/* ============================= */
.course-card {
    background: #f5f3f7;
    padding: 45px 30px;
    border-radius: 25px;
    text-align: center;
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    transition: 0.4s ease;
    overflow: hidden;
}

/* Diamond light overlay */
.course-card::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.3);
    transform: rotate(45deg);
    top: -60px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

/* Hover */
.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* ============================= */
/* ICON */
/* ============================= */
.course-icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
}

/* Different icon colors */
.course-card:nth-child(1) .course-icon {
    background: #e74c3c;
}

.course-card:nth-child(2) .course-icon {
    background: #27ae60;
}

.course-card:nth-child(3) .course-icon {
    background: #f39c12;
}

.course-card:nth-child(4) .course-icon {
    background: #8e44ad;
}

.course-card:nth-child(5) .course-icon {
    background: #3498db;
}

/* ============================= */
/* TEXT */
/* ============================= */
.course-card h4 {
    font-weight: 700;
    margin-bottom: 18px;
    color: #333;
}

.course-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 6px;
}

.course-card p span {
    font-weight: 600;
    color: #333;
}

/* ============================= */
/* BUTTON */
/* ============================= */
.apply-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

/* Button Colors */
.course-card:nth-child(1) .apply-btn {
    background: #e74c3c;
}

.course-card:nth-child(2) .apply-btn {
    background: #27ae60;
}

.course-card:nth-child(3) .apply-btn {
    background: #f39c12;
}

.course-card:nth-child(4) .apply-btn {
    background: #8e44ad;
}

.course-card:nth-child(5) .apply-btn {
    background: #3498db;
}

.apply-btn:hover {
    opacity: 0.85;
}

/* ============================= */
/* MOST POPULAR RIBBON */
/* ============================= */
.highlight .badge {
    position: absolute;
    top: 15px;
    right: -35px;
    background: #ff9800;
    color: #fff;
    padding: 6px 40px;
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 600;
}
/* gallery section */
/* ===== Premium Gallery Section ===== */

.premium-gallery {
    padding: 100px 20px;
    background: linear-gradient(135deg, #5f2c82, #49a09d);
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-title p {
    font-size: 16px;
    opacity: 0.9;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.5s ease;
}

.gallery-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
    transform: translateY(100%);
    transition: 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover .overlay {
    transform: translateY(0);
}
/* ===== Premium Gallery Title ===== */

.section-title {
    text-align: center;
    margin-bottom: 70px;
}

/* Gradient White Effect Heading */
.gallery-heading {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(45deg, #ffffff, #f8d3ff, #c2f0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    position: relative;
    display: inline-block;
}

/* Decorative underline */
.gallery-heading::after {
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff4ecd, #4facfe);
    display: block;
    margin: 15px auto 0;
    border-radius: 50px;
}

/* Center Subtitle */
.gallery-subtitle {
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.section-title {
    text-align: center;
    margin-bottom: 70px;
}

.gallery-heading {
    color: #ffffff;
    font-size: 48px;
    font-weight: 800;
}

.gallery-subtitle {
    color: #ffffff;
    font-size: 18px;
    margin-top: 15px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/* ===== Image Overlay Effect ===== */

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.6s ease;
}

/* Dark gradient overlay */
.gallery-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.1));
    transition: 0.4s ease;
}

/* WHITE Premium Text */
.gallery-item .overlay h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 4px 15px rgba(0,0,0,0.6);
    letter-spacing: 1px;
}

/* Hover effect */
.gallery-item:hover img {
    transform: scale(1.08);
}
#fees h2,
#payment h2 {
    color: #1e2a78 !important;
    font-size: 42px;
    font-weight: 800;
    text-align: center;
}
/* ===== Force Fix Fees Heading ===== */

#fees h2,
.fees-section h2 {
    color: #1e2a78 !important;
    opacity: 1 !important;
    position: relative;
    z-index: 10;
    font-size: 42px;
    font-weight: 800;
    text-align: center;
}

/* Remove fade effect if applied */
#fees,
.fees-section {
    opacity: 1 !important;
}
/* navbar */

.course-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.course-card .apply-btn {
    margin-top: auto;
}
/* table */
.fee-subtitle {
    font-weight: 600;
    margin: 40px 0 20px;
    text-align: center;
}

.fee-table th {
    background: #f4f6fb;
    font-weight: 600;
}

.fee-table td,
.fee-table th {
    padding: 12px;
    text-align: center;
}
/* founder */
.founders-modern {
    padding: 80px 0;
    background: #f3f5f9;
}

/* Section Heading */
.section-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 70px;
    position: relative;
}

.section-heading::after {
    content: "";
    width: 70px;
    height: 3px;
    background: #e67e22;
    display: block;
    margin: 12px auto 0;
    border-radius: 2px;
}

/* Founder Card */
.founder-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 70px;
    transition: 0.3s ease;
}

.founder-card:hover {
    transform: translateY(-6px);
}

/* Reverse Layout */
.founder-card.reverse {
    flex-direction: row-reverse;
}

/* Content */
.founder-content {
    flex: 1;
}

.founder-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1f2d3d;
}

.role {
    display: inline-block;
    background: #e67e22;
    color: #fff;
    font-size: 13px;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.college {
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
}

.desc {
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    text-align: justify;
}

/* Image */
.founder-img {
    flex: 1;
    text-align: center;
}

.founder-img img {
    width: 320px;
    height: 400px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 992px) {
    .founder-card,
    .founder-card.reverse {
        flex-direction: column;
        text-align: center;
        padding: 35px;
    }

    .desc {
        text-align: center;
    }

    .founder-img img {
        width: 250px;
        height: 320px;
    }
}
.founder-img img {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* ======================
   FAQ SECTION STYLE
====================== */

.custom-faq-section {
    background: #f5f7fa;
    padding: 80px 0;
}

.faq-badge {
    background: #ffe5ec;
    color: #e60073;
    padding: 6px 18px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-block;
}

.faq-title {
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0 10px;
    color: #222;
}

.faq-subtitle {
    color: #666;
    margin-bottom: 40px;
}

.faq-container {
    width: 90%;
    max-width: 900px;
    margin: auto;
}

.faq-item {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: 0.3s ease;
}

.faq-question {
    padding: 20px 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.faq-question span {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #e60073;
    transition: 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 0 25px 20px;
    color: #555;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question span {
    transform: translateY(-50%) rotate(45deg);
}
/* ===============================
   PREMIUM NAVBAR DESIGN
================================= */

.smart-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    padding: 10px 0;
}

/* Logo */
.nav-logo {
    height: 50px;
}

.brand-name strong {
    font-size: 18px;
    color: #e60073;
    line-height: 1.2;
}

/* Nav Links */
.navbar-nav .nav-link {
    font-weight: 500;
    color: #333 !important;
    margin-left: 18px;
    position: relative;
    transition: 0.3s ease;
}

/* Hover underline animation */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #e60073;
    left: 0;
    bottom: -4px;
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #e60073 !important;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* Contact Button Style */
.contact-link {
    background: linear-gradient(45deg, #e60073, #ff4da6);
    color: #fff !important;
    padding: 6px 18px;
    border-radius: 30px;
    margin-left: 20px;
    transition: 0.3s ease;
}

.contact-link::after {
    display: none !important;
}

.contact-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(230,0,115,0.3);
}

/* Sticky scroll effect */
.smart-nav.scrolled {
    padding: 5px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
/* ===============================
   PREMIUM STYLISH NAVBAR
================================ */

.smart-nav {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    transition: all 0.3s ease;
    padding: 14px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

/* Shrink effect on scroll */
.smart-nav.scrolled {
    padding: 8px 0;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Logo */
.nav-logo {
    height: 55px;
    border-radius: 8px;
}

.brand-name strong {
    font-size: 20px;
    color: #e60073;
    line-height: 1.2;
}

/* Nav links */
.navbar-nav .nav-link {
    font-weight: 500;
    color: #333 !important;
    margin-left: 22px;
    position: relative;
    transition: 0.3s ease;
    padding: 8px 0;
}

/* Smooth underline animation */
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: linear-gradient(45deg, #e60073, #ff4da6);
    left: 0;
    bottom: -4px;
    transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #e60073 !important;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* Stylish Contact Button */
.contact-link {
    background: linear-gradient(45deg, #e60073, #ff4da6);
    color: white !important;
    padding: 7px 20px;
    border-radius: 50px;
    margin-left: 25px;
    transition: 0.3s ease;
}

.contact-link::after {
    display: none !important;
}

.contact-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(230,0,115,0.35);
}

/* Mobile menu improvement */
.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}
/* Remove button style from contact */
.navbar .rbt-btn{
background:none !important;
color:#333 !important;
padding:0 !important;
border-radius:0 !important;
}

.navbar .rbt-btn:hover{
background:none !important;
color:#e91e63 !important;
}
/* Language button font size fix */
.language-btn{
font-size:12px;
padding:6px 14px;
}
/* extra added section */
.admission-section{
    padding:100px 20px;
    background:linear-gradient(135deg,#5f2cff,#7b4dff,#a66cff);
}

.admission-wrapper{
    max-width:900px;
    margin:auto;
    text-align:center;
}

.admission-title{
    font-size:38px;
    font-weight:800;
    color:white;
}

.admission-sub{
    color:#eee;
    margin-bottom:40px;
}

.admission-tabs{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-bottom:35px;
    flex-wrap:wrap;
}

.tab{
    padding:14px 28px;
    border:none;
    border-radius:40px;
    background:rgba(255,255,255,0.25);
    color:white;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.tab:hover{
    background:white;
    color:#5f2cff;
}

.tab.active{
    background:white;
    color:#5f2cff;
    box-shadow:0 10px 25px rgba(0,0,0,.2);
}

.doc-box{
    background:white;
    padding:35px;
    border-radius:20px;
    text-align:left;
    box-shadow:0 25px 60px rgba(0,0,0,.25);
    position:relative;
    overflow:hidden;
}

/* COLOR LEFT STRIP */

.doc-box::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:8px;
    background:linear-gradient(#ff7a18,#ffb347);
}

.doc-box ul{
    list-style:none;
    padding:0;
}

.doc-box li{
    padding:12px 0;
    border-bottom:1px solid #eee;
    font-size:15px;
}

.doc-box li::before{
    content:"✔";
    color:#5f2cff;
    margin-right:10px;
}

/* MOBILE */

@media(max-width:600px){
    .admission-title{
        font-size:28px;
    }
}
.admission-sub{
    text-align:center;
    max-width:700px;
    margin:15px auto 45px auto;
    color:#f1f1f1;
    font-size:17px;
    line-height:1.6;
}
.admission-tabs{
    display:flex;
    justify-content:center;
    gap:18px;
    margin-bottom:40px;
    flex-wrap:wrap;
}

.tab{
    padding:14px 30px;
    border:none;
    border-radius:40px;
    background:rgba(255,255,255,0.25);
    color:white;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
}

/* Hover */
.admission-title{
    font-size:42px;
    font-weight:800;
    color:white;
    text-align:center;
    text-shadow:0 10px 40px rgba(0,0,0,.35);
}
.doc-btn{
margin-top:12px;
padding:12px 20px;
border:none;
border-radius:30px;
background:#f1f1f1;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.doc-btn:hover{
background:#ffd166;
}

.doc-modal{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
display:none;
justify-content:center;
align-items:center;
z-index:99999;
}

.doc-box{
background:#fff;
padding:40px;
border-radius:20px;
width:420px;
max-height:80vh;
overflow:auto;
position:relative;
animation:pop .3s ease;
}

@keyframes pop{
from{transform:scale(.7);opacity:0;}
to{transform:scale(1);opacity:1;}
}

.doc-close{
position:absolute;
right:15px;
top:10px;
font-size:28px;
cursor:pointer;
}

.doc-list li{
margin-bottom:8px;
border-bottom:1px solid #eee;
padding-bottom:6px;
font-size:14px;
}
/* ===== MODAL BACKGROUND ===== */
.doc-modal{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.65);
backdrop-filter: blur(5px);
display:none;
justify-content:center;
align-items:center;
z-index:99999;
padding:20px;
}

/* ===== MODAL BOX ===== */
.doc-box{
background:#ffffff;
width:460px;
max-height:85vh;
overflow-y:auto;
border-radius:24px;
padding:45px 35px;
position:relative;
box-shadow:0 30px 80px rgba(0,0,0,0.25);
animation:modalFade .35s ease;
border-left:6px solid #ff8c00;
}

/* ===== ANIMATION ===== */
@keyframes modalFade{
from{
transform:translateY(40px) scale(.9);
opacity:0;
}
to{
transform:translateY(0) scale(1);
opacity:1;
}
}

/* ===== TITLE ===== */
.doc-box h2{
font-size:34px;
font-weight:800;
color:#0e2a47;
line-height:1.2;
margin-bottom:25px;
}

/* ===== LIST ===== */
.doc-list{
padding:0;
margin:0;
list-style:none;
}

.doc-list li{
font-size:15px;
padding:14px 0;
border-bottom:1px solid #ececec;
position:relative;
padding-left:30px;
color:#555;
}

/* ===== TICK ICON ===== */
.doc-list li::before{
content:"✔";
position:absolute;
left:0;
top:12px;
color:#6a11cb;
font-weight:bold;
}

/* ===== CLOSE BUTTON ===== */
.doc-close{
position:absolute;
right:18px;
top:14px;
font-size:26px;
cursor:pointer;
color:#333;
transition:.3s;
}

.doc-close:hover{
transform:rotate(90deg);
color:#ff4d4d;
}

/* ===== SCROLLBAR ===== */
.doc-box::-webkit-scrollbar{
width:6px;
}

.doc-box::-webkit-scrollbar-thumb{
background:#ff8c00;
border-radius:10px;
}

.doc-box::-webkit-scrollbar-track{
background:#f1f1f1;
}
.doc-btn{
display:block;
width:100%;
margin-top:12px;
padding:14px 20px;
border:none;
border-radius:35px;

background:#ffe4b5;        /* FAINT ORANGE */
color:#ff7a00;             /* DARK ORANGE TEXT */

font-size:16px;
font-weight:600;
cursor:pointer;
transition:.3s;
text-align:center;
}

/* HOVER EFFECT */
.doc-btn:hover{
background:#ffb347;        /* MEDIUM ORANGE */
color:#fff;
transform:translateY(-2px);
box-shadow:0 8px 20px rgba(255,140,0,0.35);
}
.doc-btn{
display:block;
width:100%;
margin-top:12px;
padding:14px 20px;
border-radius:35px;
border:1px solid #f5b041;

background:#fdebd0;     /* faint orange */
color:#222;             /* BLACK TEXT */

font-size:16px;
font-weight:600;
cursor:pointer;
transition:.3s;
text-align:center;
}

/* HOVER */
.doc-btn:hover{
background:#f39c12;     /* strong orange */
color:#fff;
transform:translateY(-2px);
box-shadow:0 8px 20px rgba(243,156,18,0.35);
}
.course-card .apply-btn,
.course-card .doc-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    margin-top: 12px;
}

/* Optional same height */
.course-card .apply-btn {
    min-height: 50px;
}

.course-card .doc-btn {
    min-height: 50px;
}
/* Button common style */
.apply-btn,
.doc-btn {
    display: inline-block;
    width: 190px;        /* SAME WIDTH */
    height: 42px;        /* SAME HEIGHT (SMALL) */
    line-height: 42px;
    text-align: center;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin: 8px auto;
}

/* Center buttons */
.course-card {
    text-align: center;
}
.course-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.course-btns {
    margin-top: auto;
}
.apply-btn,
.doc-btn {
    display: flex;
    align-items: center;        /* Vertical Center */
    justify-content: center;    /* Horizontal Center */

    width: 190px;
    height: 42px;

    margin: 8px auto;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.apply-btn,
.doc-btn {
    display: flex;
    align-items: center;        /* vertical center */
    justify-content: center;    /* horizontal center */

    width: 200px;
    height: 45px;

    margin: 10px auto;
    border-radius: 30px;

    font-size: 15px;
    font-weight: 600;

    padding: 0;                 /* VERY IMPORTANT */
    line-height: normal;        /* VERY IMPORTANT */

    text-decoration: none;
}