/* ===== 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;
}
/* nursing */
.fees-section{
background:#f6f9ff;
}

.fees-title{
font-weight:700;
color:#0d3b8c;
}

.year-badge{
background:linear-gradient(90deg,#3a8dff,#7a2bff);
padding:8px 18px;
border-radius:20px;
font-size:14px;
}

.fees-card{
background:#fff;
padding:30px 20px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.fees-card:hover{
transform:translateY(-6px);
}

.course-name{
font-weight:600;
color:#333;
margin-bottom:10px;
}

.course-fee{
font-size:26px;
font-weight:700;
color:#1e66ff;
margin-bottom:10px;
}

.duration{
font-size:14px;
color:#666;
}

.highlight{
border:2px solid #1e66ff;
}

.fees-info{
display:flex;
flex-direction:column;
gap:15px;
}

.info-box{
background:#fff;
padding:14px 18px;
border-radius:10px;
box-shadow:0 6px 15px rgba(0,0,0,0.05);
font-size:15px;
display:flex;
align-items:center;
gap:10px;
}

.info-box i{
color:#1e66ff;
font-size:18px;
}
.fees-title{
    font-weight:700;
    color:#1d3f8f;
    text-align:center;
}
.fees-card{
    background:#f5f6f8;
    padding:30px 20px;
    border-radius:12px;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.course-fee{
    font-size:28px;
    font-weight:700;
    color:#2d6cdf;
    margin:10px 0;
    text-align:center;
}
.fees-title{
font-size:38px;
font-weight:700;
color:#233b7a;
text-align:center;
}

.fees-header{
position:relative;
}

.year-badge{
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
background:linear-gradient(90deg,#3b82f6,#9333ea);
color:white;
padding:8px 18px;
border-radius:20px;
font-size:14px;
}
.fees-section{
padding-top:40px;
padding-bottom:40px;
}

.fees-heading{
margin-bottom:10px;
}

.fees-subtitle{
margin-bottom:20px;
}
.payment-section{

padding:80px 0;

background-color:#f5f8ff;

/* dotted background */

background-image: radial-gradient(#cdd6ff 1px, transparent 1px);

background-size:25px 25px;

}

.container{

width:90%;

margin:auto;

}

.section-title{

text-align:center;

margin-bottom:50px;

}

.section-title h2{

font-size:38px;

font-weight:700;

color:#142c6c;

}

.title-line{

width:60px;

height:4px;

background:linear-gradient(90deg,#142c6c,#4f7cff);

margin:10px auto;

border-radius:5px;

}

.payment-wrapper{

display:flex;

gap:30px;

flex-wrap:wrap;

justify-content:center;

}

.payment-card{

background:white;

width:500px;

border-radius:14px;

box-shadow:0 10px 25px rgba(0,0,0,0.08);

overflow:hidden;

transition:0.3s;

}

.payment-card:hover{

transform:translateY(-5px);

}

.card-header{

background:linear-gradient(90deg,#0f2c74,#345bff);

color:white;

padding:18px;

font-size:18px;

font-weight:600;

}

.card-body{

padding:25px;

}

.step{

display:flex;

gap:15px;

margin-bottom:25px;

}

.step-number{

width:36px;

height:36px;

background:#345bff;

color:white;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

font-weight:600;

}

.step h4{

margin:0;

font-size:18px;

color:#142c6c;

}

.step p{

margin:3px 0 0;

color:#555;

}

.info{

margin-bottom:22px;

}

.info h4{

color:#142c6c;

margin-bottom:5px;

}

.info p{

color:#555;

}
/* Right card title */
.payment-card:nth-child(2) h3{
font-size:22px;
font-weight:600;
}

/* Right card headings */
.payment-card:nth-child(2) h4{
font-size:18px;
}

/* Right card paragraph text */
.payment-card:nth-child(2) p{
font-size:14px;
line-height:1.6;
}
.scholarship-section{
padding:80px 0;
background:#f5f8ff;
}

.scholarship-title{
text-align:center;
font-size:36px;
font-weight:700;
color:#1b2e59;
margin-bottom:50px;
}

.scholarship-cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
gap:30px;
}

.sch-card{
background:#16365d;
color:white;
padding:25px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
transition:0.3s;
}

.sch-card:hover{
transform:translateY(-6px);
}

.sch-card h3{
font-size:22px;
margin-bottom:10px;
}

.fee{
color:#ffd369;
font-weight:600;
margin-bottom:15px;
}

.details ul,
.pay ul{
padding-left:18px;
margin:10px 0;
}

.details li,
.pay li{
font-size:14px;
margin-bottom:4px;
}
.sch-card{
background:#1e3a5f;
color:#ffffff;
padding:28px;
border-radius:14px;
box-shadow:0 8px 25px rgba(0,0,0,0.15);
}

/* Course title */
.sch-card h3{
font-size:24px;
font-weight:700;
color:#ffffff;
margin-bottom:10px;
}

/* Total fee */
.fee{
font-size:18px;
font-weight:600;
color:#ffd166;
margin-bottom:18px;
}

/* Section titles */
.sch-card b{
font-size:17px;
color:#ffffff;
}

/* List text */
.sch-card ul{
margin-top:8px;
margin-bottom:18px;
padding-left:18px;
}

.sch-card li{
font-size:15px;
color:#e3ecff;
margin-bottom:6px;
line-height:1.6;
}

/* Paid amount highlight */
.pay li{
color:#ffd166;
font-weight:500;
}
.fees-card{
background:#f2f4f8;
padding:30px;
border-radius:12px;
text-align:center;
border:2px solid #2d6cdf;   /* blue border for all cards */
transition:0.3s;
}

.fees-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}
.icon-circle{
width:42px;
height:42px;
border-radius:50%;
background:#e9efff;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
color:#2f55d4;
margin-right:15px;
flex-shrink:0;
}

.info-row{
display:flex;
align-items:flex-start;
margin-bottom:20px;
}
.card-header{
background: linear-gradient(90deg,#1e3c72,#2a5298);
color:#fff;
padding:18px 22px;
font-size:18px;
font-weight:600;
border-radius:12px 12px 0 0;
}
.course-cards{
display:grid;
grid-template-columns: repeat(4, 1fr); /* 4 cards in one row */
gap:30px;
max-width:1200px;
margin:auto;
}
.course-cards{
display:grid;
grid-template-columns: repeat(4, 1fr);
gap:30px;
max-width:1200px;
margin:auto;
}

/* Tablet */
@media (max-width: 992px){
.course-cards{
grid-template-columns: repeat(2, 1fr);
}
}

/* Mobile */
@media (max-width: 576px){
.course-cards{
grid-template-columns: 1fr;
}
}
.fees-cards{
display:grid;
grid-template-columns: repeat(4, 1fr);
gap:25px;
}

/* Tablet */
@media (max-width: 992px){
.fees-cards{
grid-template-columns: repeat(2, 1fr);
}
}

/* Mobile */
@media (max-width: 576px){
.fees-cards{
grid-template-columns: 1fr;
}
}
.fees-cards{
display:grid;
grid-template-columns: repeat(4, 1fr);
gap:20px;
}

/* Tablet */
@media (max-width: 992px){
.fees-cards{
grid-template-columns: repeat(2, 1fr);
}
}

/* Mobile */
@media (max-width: 576px){
.fees-cards{
grid-template-columns: 1fr;
}
}
.scholarship-cards{
display:grid;
grid-template-columns: repeat(2, 1fr);
gap:30px;
}

/* Tablet */
@media (max-width: 992px){
.scholarship-cards{
grid-template-columns: 1fr;
}
}

/* Mobile */
@media (max-width: 576px){
.scholarship-cards{
grid-template-columns: 1fr;
padding:0 15px;
}
}
/* ===== COURSE SECTION ===== */

.course-section{
padding:80px 0;
background:linear-gradient(180deg,#6a11cb,#7b2ff7);
position:relative;
}

.course-cards{
display:flex;
flex-wrap:wrap;
gap:30px;
justify-content:center;
}

.course-card{
background:#f4f4f7;
width:260px;
border-radius:25px;
padding:35px 25px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,0.15);
transition:.4s;
position:relative;
}

.course-card:hover{
transform:translateY(-10px);
box-shadow:0 25px 60px rgba(0,0,0,0.25);
}

.course-icon{
font-size:45px;
margin-bottom:15px;
}

.course-card h4{
font-size:22px;
font-weight:700;
margin-bottom:15px;
color:#333;
}

.course-card p{
font-size:15px;
margin-bottom:6px;
color:#555;
}

.course-card span{
font-weight:600;
color:#222;
}

/* highlight card */
.course-card.highlight{
border:3px solid #ff9800;
}

.badge{
position:absolute;
top:15px;
right:-25px;
background:#ff9800;
color:#fff;
padding:6px 40px;
transform:rotate(45deg);
font-size:12px;
font-weight:600;
}
.apply-btn{
display:block;
width:100%;
margin-top:15px;
padding:13px;
border-radius:30px;
background:#ff4d4d;
color:#fff;
text-decoration:none;
font-weight:600;
transition:.3s;
}

.apply-btn:hover{
background:#e53935;
transform:translateY(-2px);
}
.course-section{
padding:90px 20px;
background:linear-gradient(135deg,#6a11cb,#2575fc);
position:relative;
}

.course-section::before{
content:"";
position:absolute;
width:100%;
height:100%;
background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
background-size:25px 25px;
top:0;
left:0;
}

.container{
max-width:1200px;
margin:auto;
position:relative;
}

.section-header{
text-align:center;
color:white;
margin-bottom:60px;
}

.section-header h2{
font-size:38px;
font-weight:700;
}

.underline{
width:70px;
height:4px;
background:#ff7a7a;
margin:12px auto;
border-radius:10px;
}

.course-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:35px;
}

.course-card{
background:#f4f4f4;
border-radius:25px;
padding:35px 25px;
text-align:center;
transition:.4s;
min-height:380px;
display:flex;
flex-direction:column;
justify-content:space-between;
position:relative;
}

.course-card:hover{
transform:translateY(-12px);
box-shadow:0 20px 40px rgba(0,0,0,0.3);
}

.icon{
width:85px;
height:85px;
line-height:85px;
border-radius:50%;
font-size:35px;
color:white;
margin:auto;
}

.red{background:#ff6b6b;}
.green{background:#2ecc71;}
.orange{background:#f39c12;}
.purple{background:#9b59b6;}
.blue{background:#3498db;}

.course-card h3{
margin-top:20px;
font-size:24px;
}

.course-card p{
margin:5px 0;
color:#555;
}

.apply-btn{
margin-top:15px;
height:44px;
display:flex;
align-items:center;
justify-content:center;
border-radius:30px;
color:white;
text-decoration:none;
font-weight:600;
}

.red-btn{background:#e74c3c;}
.green-btn{background:#27ae60;}
.orange-btn{background:#f39c12;}
.purple-btn{background:#8e44ad;}
.blue-btn{background:#2980b9;}

.doc-btn{
margin-top:10px;
height:42px;
border:2px solid #333;
background:transparent;
cursor:pointer;
font-weight:600;
}

.doc-btn:hover{
background:white;
}

.highlight{
border:3px solid orange;
}

.ribbon{
position:absolute;
top:15px;
right:-35px;
background:orange;
color:white;
padding:6px 40px;
transform:rotate(45deg);
font-size:13px;
}

/* MODAL */

.modal{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
justify-content:center;
align-items:center;
z-index:999;
}

.modal-box{
background:white;
padding:30px;
border-radius:15px;
width:500px;
max-width:90%;
position:relative;
animation:pop .4s;
}

@keyframes pop{
from{transform:scale(.7);opacity:0}
to{transform:scale(1);opacity:1}
}

.close{
position:absolute;
top:10px;
right:15px;
font-size:28px;
cursor:pointer;
}

/* MOBILE */

@media(max-width:768px){
.section-header h2{font-size:28px;}
.course-card{min-height:auto;}
}
.course-section{
padding:80px 20px;
background:#f4f7fb;
}

.course-container{
max-width:1400px;
margin:auto;
}

.course-title{
text-align:center;
margin-bottom:40px;
}

.course-row{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
}

.course-card{
background:white;
padding:25px;
border-radius:15px;
text-align:center;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
transition:.3s;
position:relative;
}

.course-card:hover{
transform:translateY(-8px);
}

.course-icon{
width:70px;
height:70px;
line-height:70px;
border-radius:50%;
margin:auto;
color:white;
font-size:30px;
}

.red{background:#ff6b6b;}
.green{background:#27ae60;}
.orange{background:#f39c12;}
.purple{background:#8e44ad;}
.blue{background:#3498db;}

.apply-btn{
margin-top:10px;
width:100%;
height:40px;
background:#ff4b7d;
color:white;
border:none;
border-radius:8px;
cursor:pointer;
}

.doc-btn{
margin-top:8px;
width:100%;
height:38px;
border:1px solid #ddd;
background:white;
cursor:pointer;
}

.highlight{
border:2px solid orange;
}

.badge{
position:absolute;
top:-10px;
left:50%;
transform:translateX(-50%);
background:orange;
color:white;
padding:4px 12px;
border-radius:20px;
font-size:12px;
}

/* MODAL */

.doc-modal{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
justify-content:center;
align-items:center;
}

.doc-box{
background:white;
padding:30px;
border-radius:10px;
width:400px;
}

.close{
float:right;
font-size:22px;
cursor:pointer;
}

/* RESPONSIVE */

@media(max-width:1100px){
.course-row{grid-template-columns:repeat(3,1fr);}
}

@media(max-width:700px){
.course-row{grid-template-columns:repeat(1,1fr);}
}
/* ===== COURSE SECTION BACKGROUND ===== */

.course-section{
padding:100px 20px;
background: linear-gradient(135deg,#7b2ff7,#f107a3);
position:relative;
overflow:hidden;
}

/* soft dotted effect */

.course-section::before{
content:"";
position:absolute;
width:100%;
height:100%;
background-image: radial-gradient(rgba(255,255,255,0.25) 1px, transparent 1px);
background-size:22px 22px;
top:0;
left:0;
opacity:.4;
}

/* ===== HEADER ===== */

.course-title{
text-align:center;
color:white;
max-width:750px;
margin:auto;
margin-bottom:60px;
position:relative;
}

.course-title h2{
font-size:42px;
font-weight:800;
letter-spacing:.5px;
}

.course-title p{
margin-top:15px;
font-size:18px;
line-height:1.6;
opacity:.95;
}

/* animated underline */

.course-title h2::after{
content:"";
width:90px;
height:5px;
background:linear-gradient(90deg,#ffd200,#ff0080);
display:block;
margin:14px auto 0;
border-radius:10px;
}

/* ===== CARDS ===== */

.course-card{
background:rgba(255,255,255,.95);
backdrop-filter:blur(6px);
border-radius:20px;
padding:28px 22px;
transition:.4s;
box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.course-card:hover{
transform:translateY(-10px) scale(1.02);
box-shadow:0 25px 45px rgba(0,0,0,.25);
}

/* ===== MODAL BACKGROUND ===== */

.doc-modal{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.65);
backdrop-filter:blur(5px);
justify-content:center;
align-items:center;
z-index:999;
}

/* ===== MODAL BOX ===== */

.doc-box{
background:white;
padding:35px;
border-radius:18px;
width:420px;
max-width:92%;
animation:popup .4s ease;
box-shadow:0 25px 60px rgba(0,0,0,.35);
}

@keyframes popup{
from{transform:scale(.7);opacity:0}
to{transform:scale(1);opacity:1}
}

/* DOCUMENT TITLE */

#docTitle{
text-align:center;
font-size:26px;
font-weight:700;
margin-bottom:15px;
}

/* DOCUMENT LIST */

#docList{
padding-left:20px;
line-height:2;
font-size:16px;
}

/* CLOSE BUTTON */

.close{
position:absolute;
right:20px;
top:15px;
font-size:26px;
cursor:pointer;
}

/* ===== MOBILE ===== */

@media(max-width:768px){

.course-title h2{
font-size:30px;
}

.course-title p{
font-size:16px;
}

}
.doc-btn{
margin-top:10px;
width:100%;
height:42px;
border-radius:8px;
border:2px solid #ddd;
background:#f7f7f7;
font-weight:600;
cursor:pointer;
transition: all .3s ease;
position:relative;
overflow:hidden;
}

/* hover gradient effect */
.doc-btn:hover{
color:white;
border-color:transparent;
background:linear-gradient(90deg,#ff0080,#ff8c00);
box-shadow:0 8px 20px rgba(0,0,0,0.25);
transform:translateY(-2px);
}

/* click effect */
.doc-btn:active{
transform:scale(.96);
}
.course-card{
display:flex;
flex-direction:column;
justify-content:space-between;
min-height:360px;
}
.course-row{
display:grid;
grid-template-columns: repeat(3, 1fr);
gap:30px;
}

/* Tablet */
@media (max-width: 992px){
.course-row{
grid-template-columns: repeat(2, 1fr);
}
}

/* Mobile */
@media (max-width: 600px){
.course-row{
grid-template-columns: 1fr;
}
}
.course-row{
display:flex;
justify-content:center;
gap:40px;
flex-wrap:wrap;
margin-top:40px;
}

.course-card{
width:320px;
background:#f4f4f6;
border-radius:22px;
padding:35px 25px;
text-align:center;
transition:0.4s;
position:relative;
box-shadow:0 10px 25px rgba(0,0,0,0.15);

display:flex;
flex-direction:column;
justify-content:space-between;
}

/* hover premium lift */

.course-card:hover{
transform:translateY(-12px) scale(1.03);
box-shadow:0 25px 50px rgba(0,0,0,0.25);
}

/* ICON */

.course-icon{
width:90px;
height:90px;
line-height:90px;
border-radius:50%;
margin:auto;
font-size:36px;
color:white;
}

.red{background:#ff6b6b;}
.green{background:#27ae60;}
.orange{background:#f39c12;}
.purple{background:#8e44ad;}
.blue{background:#3498db;}

.course-card h3{
margin-top:20px;
font-size:24px;
font-weight:700;
}

.course-card p{
color:#555;
margin:6px 0;
}

/* APPLY BUTTON */

.apply-btn{
margin-top:15px;
height:45px;
border-radius:10px;
border:none;
color:white;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.apply-btn:hover{
transform:scale(1.05);
}

/* DOC BUTTON */

.doc-btn{
margin-top:10px;
height:42px;
border-radius:10px;
border:2px solid #ddd;
background:#eee;
font-weight:600;
cursor:pointer;
transition:.3s;
}

.doc-btn:hover{
background:linear-gradient(90deg,#ff0080,#ff8c00);
color:white;
border:none;
transform:translateY(-3px);
box-shadow:0 10px 20px rgba(0,0,0,0.3);
}

/* HIGHLIGHT CARD */

.highlight{
border:3px solid orange;
}

.badge{
position:absolute;
top:18px;
right:-40px;
background:orange;
color:white;
padding:6px 50px;
transform:rotate(45deg);
font-size:13px;
}

/* MOBILE */

@media(max-width:768px){
.course-row{
gap:25px;
}
.course-card{
width:90%;
}
}
.document-list {
    max-height: 450px;     /* you can change height */
    overflow-y: auto;
    padding-right: 10px;
}

/* Premium Scrollbar Design */
.document-list::-webkit-scrollbar {
    width: 6px;
}

.document-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.document-list::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg,#ff4d6d,#6a5acd);
    border-radius: 10px;
}
/* MODAL BACKGROUND */
.doc-modal{
    display:none;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
}

/* MODAL BOX */
.doc-box{
    background:#fff;
    width:500px;
    max-width:90%;
    margin:60px auto;
    padding:25px;
    border-radius:12px;
    position:relative;
    animation:pop .3s ease;
}

/* SCROLL AREA */
.doc-scroll{
    max-height:400px;
    overflow-y:auto;
    padding-right:10px;
}

/* PREMIUM SCROLLBAR */
.doc-scroll::-webkit-scrollbar{
    width:6px;
}
.doc-scroll::-webkit-scrollbar-thumb{
    background:linear-gradient(180deg,#ff4d6d,#6a5acd);
    border-radius:10px;
}

/* CLOSE BUTTON */
.close{
    position:absolute;
    right:15px;
    top:10px;
    font-size:22px;
    cursor:pointer;
}

/* ANIMATION */
@keyframes pop{
    from{transform:scale(.8);opacity:0}
    to{transform:scale(1);opacity:1}
}