.elementor-4644 .elementor-element.elementor-element-1405476{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-21bbeb9 */:root {
    --primary: #003567;
    --secondary: #007c30;
    --rare: #a97800;
    --text: #1a1a1a;
    --bg-light: #f8fbfc;
    --bg-green-tint: #e6f7eb;
    --font-family: inherit; /* Inherits default WordPress theme font */
  }

  .mbbs-blog-container {
    max-width: 900px;
    margin: 0 auto;
    font-family: var(--font-family), sans-serif;
    color: var(--text);
    line-height: 1.7;
    font-size: 17px;
  }

  .mbbs-blog-container h1, 
  .mbbs-blog-container h2, 
  .mbbs-blog-container h3 {
    color: var(--primary);
    line-height: 1.3;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 700;
  }

  .mbbs-blog-container h1 { font-size: 2.2rem; margin-top: 0; }
  .mbbs-blog-container h2 { font-size: 1.8rem; border-bottom: 2px solid var(--bg-light); padding-bottom: 10px; }
  .mbbs-blog-container h3 { font-size: 1.4rem; }

  .mbbs-blog-container p {
    margin-bottom: 1.2em;
  }

  .mbbs-blog-container a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 53, 103, 0.3);
    transition: all 0.3s ease;
  }
  
  .mbbs-blog-container a:hover {
    color: var(--rare);
    border-bottom-color: var(--rare);
  }

  /* Images */
  .mbbs-blog-container img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    margin: 25px 0 10px;
    display: block;
  }
  .mbbs-blog-container .img-caption {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
  }

  /* Info, Intro, and CTA Boxes */
  .intro-box, .info-box, .warning-box {
    padding: 22px 25px;
    border-radius: 10px;
    margin: 30px 0;
    background: var(--bg-light);
    border-left: 5px solid var(--primary);
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  }
  .intro-box { border-left-color: var(--secondary); background: #f0f7f2; }
  .info-box { border-left-color: var(--rare); background: #fffcf5; }
  .warning-box { border-left-color: #d32f2f; background: #fff2f2; }

  .cta-box {
    background: var(--primary);
    color: #fff;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    margin: 40px 0;
    background-image: radial-gradient(circle at top right, rgba(255,255,255,0.1), transparent);
  }
  .cta-box h3 { color: #fff; margin-top: 0; font-size: 1.6rem; border: none; padding: 0; }
  .cta-box p { color: #eef4fa; }
  .cta-btn {
    display: inline-block;
    background: var(--secondary);
    color: #fff !important;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 15px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 124, 48, 0.4);
  }
  .cta-btn:hover {
    background: #005f25;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 124, 48, 0.6);
  }

  /* Table of Contents */
  .toc {
    background: #fff;
    border: 1px solid #e1e8ed;
    border-top: 4px solid var(--primary);
    padding: 25px;
    border-radius: 8px;
    margin: 35px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.04);
  }
  .toc h3 { margin-top: 0; display: flex; align-items: center; gap: 8px; }
  .toc ol { margin-bottom: 0; padding-left: 20px; }
  .toc li { margin-bottom: 10px; color: var(--secondary); font-weight: bold; }
  .toc a { font-weight: 500; color: var(--text); border: none; }

  /* University Cards */
  .univ-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .univ-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  }
  .univ-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
  }
  .rank {
    background: var(--primary);
    color: #fff;
    font-weight: 800;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 1.2rem;
  }
  .univ-card h3 { margin: 0; font-size: 1.3rem; border: none; padding: 0; }
  .univ-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
  }
  .univ-meta span {
    background: var(--bg-light);
    color: var(--primary);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid #e1e8ed;
  }
  .univ-meta .fmge-badge {
    background: var(--bg-green-tint);
    color: var(--secondary);
    border-color: var(--secondary);
  }

  /* Tables */
  .table-wrap {
    overflow-x: auto;
    margin: 30px 0;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
  }
  table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: #fff;
    font-size: 15px;
  }
  th, td { padding: 14px 18px; text-align: left; border-bottom: 1px solid #eaeaea; }
  th { background-color: var(--primary); color: #fff; font-weight: 600; white-space: nowrap; }
  tr:last-child td { border-bottom: none; }
  tr:nth-child(even) { background-color: var(--bg-light); }
  tr:hover { background-color: #f0f4f8; }
  .highlight-row { background-color: var(--bg-green-tint) !important; font-weight: 600; }
  .warn-row { background-color: #fff9e6 !important; }
  .danger-row { background-color: #ffeaea !important; }

  /* Step Timeline */
  .step-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    position: relative;
  }
  .step-list::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 10px;
    bottom: 20px;
    width: 2px;
    background: var(--secondary);
    opacity: 0.3;
  }
  .step-list li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 25px;
  }
  .step-list li .step-content {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 18px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
  }
  .step-list li::before {
    content: '✓';
    position: absolute;
    left: 5px;
    top: 15px;
    width: 30px;
    height: 30px;
    background: var(--secondary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 0 0 4px #fff;
  }
  .step-content strong { display: block; color: var(--primary); margin-bottom: 5px; font-size: 1.1rem; }

  /* FAQs Accordion */
  .faq-section { margin-top: 50px; }
  .faq-item {
    background: #fff;
    border: 1px solid #eaeaea;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  }
  .faq-q {
    padding: 18px 20px;
    cursor: pointer;
    background: var(--bg-light);
    color: var(--primary);
    font-weight: 700;
    font-size: 1.05rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
  }
  .faq-q:hover { background: #eef4fa; }
  .faq-q::after {
    content: '+';
    font-size: 24px;
    color: var(--secondary);
    font-weight: 400;
    transition: transform 0.3s;
  }
  .faq-item.active .faq-q { background: var(--primary); color: #fff; }
  .faq-item.active .faq-q::after { content: '−'; color: #fff; transform: rotate(180deg); }
  .faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background: #fff;
    color: var(--text);
  }
  .faq-item.active .faq-a { max-height: 1000px; padding: 20px; border-top: 1px solid #eaeaea; }

  /* Responsive Adjustments */
  @media (max-width: 768px) {
    .mbbs-blog-container h1 { font-size: 1.8rem; }
    .mbbs-blog-container h2 { font-size: 1.5rem; }
    .cta-box { padding: 25px 15px; }
    .step-list::before { left: 15px; }
    .step-list li { padding-left: 45px; }
    .step-l/* End custom CSS */