*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.rw-ai-generator{

max-width:700px;

margin:40px auto;

padding:25px;

background:#fff;

border-radius:10px;

box-shadow:0 3px 15px rgba(0,0,0,.08);

}

.rw-ai-generator h2{

margin-bottom:10px;

}

.rw-ai-generator input,
.rw-ai-generator select{

width:100%;

padding:14px;

margin:10px 0;

font-size:16px;

border:1px solid #ccc;

border-radius:6px;

box-sizing:border-box;

}

.rw-ai-generator button{

width:100%;

padding:15px;

background:#0066cc;

color:#fff;

border:none;

border-radius:6px;

font-size:17px;

cursor:pointer;

}

.rw-ai-generator button:hover{

background:#004ea5;

}

#loading{

margin-top:20px;

font-weight:bold;

color:#0066cc;

}

#results{

margin-top:25px;

padding:20px;

background:#f8f9fa;

border-radius:6px;

white-space:pre-wrap;

line-height:1.9;

}
    
/* Hamburger Button Styles */
    .hamburger-toggle {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: none;
      border: none;
      cursor: pointer;
      gap: 7px;
      z-index: 1001;
      position: absolute;
      top: 18px;
      right: 16px;
      margin: 0;
      padding: 8px;
    }

    .hamburger-line {
      width: 25px;
      height: 3px;
      background-color: #fff;
      transition: transform 0.3s ease, opacity 0.3s ease;
      border-radius: 2px;
    }
    
    #nava {
        margin-top: 30px;
    }
    
    .nav-wrap {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    
    #fone {
        font-size: 16px;
    }
    
    #fone-1 {
        font-size: 16px;
    }
    
    #fone-2 {
        font-size: 15px;
    }
    
    #fone-3 {
        font-size: 14px;
    }
    
    .mh-logo {
        border-radius: 50%;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
      .hamburger-toggle {
        display: flex;
      }

      #menu-navigation {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-height: calc(100vh - 60px);
        z-index: 1000;
        background-color: #00204E;
        flex-direction: column;
        padding: 20px 16px;
        overflow-y: auto;
        border-top: 1px solid #eee;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      }

      #menu-navigation.active {
        display: flex;
      }

      #menu-navigation .menu-item {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
      }

      #menu-navigation .menu-item:last-child {
        border-bottom: none;
      }

      #menu-navigation .menu-item a {
        display: block;
        padding: 8px 0;
      }

      /* Hamburger animation when active */
      .hamburger-toggle.active .hamburger-line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
      }

      .hamburger-toggle.active .hamburger-line:nth-child(2) {
        opacity: 0;
      }

      .hamburger-toggle.active .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
      }

      .sub-menu {
        display: none;
        flex-direction: column;
        padding-left: 20px;
        margin-top: 10px;
      }
      
      .contact-menu{
          display: flex;
          flex-direction: column;
          
      }

      .sub-menu.active {
        display: flex;
      }
    }

       @media  screen and (max-width: 767px) {
        .b-top-options-panel {
            display: block;
        }
        .b-option-contacts {
            float: none;
        }
       }
       .gsc-adBlock, .gcsc-find-more-on-google-root, .gcsc-more-maybe-branding-root {
           display: none !important;
       }
       .gsc-input {
           height: 2em !important;
       }
       .gsc-search-button {
           height: 40px !important;
       }
       a.gs-title {
           text-transform: capitalize;
       }

  /* Global responsive helpers */
  :root { box-sizing: border-box; }
  *, *::before, *::after { box-sizing: inherit; }
  html { scroll-behavior: smooth; }
  body { overflow-x: hidden; }
  img, picture, svg, video, iframe { max-width: 100%; height: auto; display: block; }
  .mh-container-outer { width: 100%; min-width: 0; }

  /* All the CSS styles from the file */
  :root{--bg:#ffffff;--card:#fff;--muted:#6b7280;--accent:#0ea5a4;--shadow:0 6px 18px rgba(15,23,42,.08)}
  body{font-family:Inter,system-ui,Segoe UI,Roboto,-apple-system,Helvetica,Arial,sans-serif;background:var(--bg);color:#0f172a;margin:0;padding:0}
  .related-slide{max-width:960px;margin:28px auto;padding:18px;border-radius:12px;background:linear-gradient(180deg,#f8fafc, #fff);box-shadow:var(--shadow);border:1px solid rgba(15,23,42,.04)}
  .rs-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
  .rs-title{font-size:16px;font-weight:700}
  .rs-sub{color:var(--muted);font-size:13px}
  .carousel{position:relative;overflow:hidden;border-radius:8px}
  .track{display:flex;transition:transform .45s cubic-bezier(.2,.9,.3,1)}
  .slide{min-width:100%;box-sizing:border-box;padding:18px;display:flex;gap:12px;align-items:stretch;justify-content:center}
  .topic-card{flex:1;min-width:220px;background:var(--card);border-radius:8px;padding:12px;border:1px solid rgba(15,23,42,.04);box-shadow:0 4px 10px rgba(2,6,23,.05);display:flex;flex-direction:column;gap:8px;overflow:hidden}
  .topic-card img{width:100%;height:120px;object-fit:cover;border-radius:6px}
  .topic-card a{display:block;text-decoration:none;color:#0f172a;font-weight:600;margin-top:6px}
  .topic-card p{margin:0;color:var(--muted);font-size:13px}
  .dots{display:flex;gap:6px;justify-content:center;margin-top:12px}
  .dot{width:8px;height:8px;border-radius:999px;background:#e6e9ee}
  .dot.active{background:var(--accent)}
  @media(min-width:720px){.slide{min-width:50%}}
  @media(min-width:1100px){.slide{min-width:33.333%}}
  

.project-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.project-content p {
    margin-bottom: 16px;
}

@media (min-width: 768px) {
  .row.mt-4 {
    display: flex;
    flex-wrap: wrap;
  }

  .main-content-2 {
    order: 1;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .sidebar-2 {
    order: 2;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 768px) {
  .main-content,
  .main-content-2,
  .sidebar-1,
  .sidebar-2 {
    width: 100% !important;
    float: none !important;
    position: static !important;
    margin: 0;
    padding: 0;
  }

  .row.mt-4 {
    display: block !important;
  }

  .project-content {
    padding: 0 14px;
  }
}

.btn-download {
    display: block;
    max-width: 420px;
    padding: 14px;
    margin: 20px auto;
    background-color: #021457;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
}

.btn-download:hover {
    opacity: 0.9;
}

.project-body {
  text-align: justify;
  font-size: 17px;
  line-height: 2.0;
  font-family: "Times New Roman", serif;
}

.faq-heading .mh-widget-title-inner a,
.faq-heading .mh-widget-title-inner {
  color: #1a237e;
  font-weight: 600;
}

.section-space {
  margin-top: 24px;
  margin-bottom: 24px;
}

.trust{
    text-align: center;
    font-size: 23px;
}

.trust-line {
  font-size: 14px;
  color: #0a0a0a;
  text-align: center;
}

.project-topics-intro {
  color: #111;
}

.project-topics-intro p {
  color: #222;
  font-size: 15px;
  line-height: 1.6;
}

.project-topics-intro h1 {
  color: #010138;
  font-size: 20px;
  font-weight: 700;
}

.project-topics-intro a {
  color: #010138;
  text-decoration: underline;
}

.mh-footer {
    font-size: 16px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
}

.mh-footer-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.mh-footer ul li {
    margin-bottom: 8px;
}

.mh-copyright-wrap {
    font-size: 15px !important;
    text-align: center;
    padding: 15px 0;
    background-color: #822433;
}

.mh-copyright-wrap .mh-copyright {
    font-size: 15px !important;
    opacity: 0.85;
}

/* Force proper mobile rendering for department list */
@media (max-width: 768px) {

  #deptList {
    padding-left: 0;
    margin: 0;
  }

  #deptList .list-group-item {
    display: block;
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.4;
    white-space: normal; /* allow text wrap */
  }

  #deptList .list-group-item a {
    display: inline-block;
    width: 90%;
    vertical-align: middle;
    color: #111;
  }

  #deptList .list-group-item i {
    margin-right: 6px;
    font-size: 14px;
    color: #555;
  }
}

@media (max-width: 768px) {
  .dept-item {
    display: flex;
    align-items: center;
    gap: 6px;
  }
}

.content-box {
  background-color: #fff;
  padding: 0;
}

@media (max-width: 768px) {
  .sidebar {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

/* Department page header sizing */
header h1 {
  font-size: 22px; /* desktop */
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 8px;
}

header .lead {
  font-size: 15px;
  line-height: 1.6;
  max-width: 800px;
  color: #555;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  header h1 {
    font-size: 18px;
  }

  header .lead {
    font-size: 14px;
  }
}

header.mb-4 {
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {

  body {
    font-size: 14px;
    line-height: 1.7;
  }

  header h1 {
    margin-bottom: 6px;
  }

  .content-block,
  .section {
    margin-bottom: 12px;
  }

   Sidebar stacks cleanly 
  .sidebar {
    margin-top: 16px;
  }

  #deptList .list-group-item {
    padding: 10px 8px;
  }
}

.sidebar-download {
    background-color: #a9addb;
    padding: 12px 16px;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700; 
}
.project-details-container {
    margin-bottom: 12px;
}

.categories-box {
    border: 1px solid #6e3030;
    padding: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #a9addb;
    border-radius: 1px;
}

.categories-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 14px;
}

.category-item {
    margin-bottom: 10px;
    text-align: center;
}

.additional-content {
    text-align: center;
    margin-bottom: 15px;
}

.additional-link {
    text-decoration: none;
    color: #001c07;
}

.project-meta-box {
    border: 1px solid #d6dbe3;
    border-radius: 8px;
    padding: 16px;
    background-color: #f9fbff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.project-meta-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px 0;
}

.project-meta-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    font-size: 14px;
    color: #333;
}

.project-meta-list li i {
    color: #4a5bdc;
}

.project-meta-box .sidebar-download {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}


