/* ===== 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;
}
