
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background: #f8f9fa;
    font-family: "Roboto", sans-serif;
  }


  h1,h2,h3,h4,h5,h6{
    font-family: 'Cormorant Garamond',serif;
  }

  .top-header {
    background: #ffffff;
    border-bottom: 1px solid #ddd;
  }

  .logo {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }

  .contact-item {
    font-size: 0.9rem;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
        margin-top: 1em;
  }

  .contact-item i {
    color: #0d6efd;
    font-size: 0.95rem;
  }

  @media (max-width: 767px) {
    .contact-info {
      margin-top: 10px;
      justify-content: flex-start !important;
      flex-wrap: wrap;
      gap: 15px;
    }
  }

  .sidebar {
    width: 100%;
    background: #ffffff;
    border-right: 1px solid #ddd;
    min-height: 100vh;
  }

  .sidebar h4 {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
  }
  .accordion-button{
    display: block;
  }

  .accordion-button {
    padding: 12px 15px;
    font-size: 0.95rem;
    font-weight: 600;
    background: #fff;
  }

  .accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: none;
  }

  .accordion-button::after {
    background-size: 1rem;
  }

  .accordion-button {
  display: flex;                /* REQUIRED */
  flex-direction: column;       /* stack title + subtitle */
  align-items: flex-start;      /* left align text */
}

.accordion-button::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

  .chapter-subtitle {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
    color: #777;
    margin-top: 2px;
  }

  .section-link {
    display: block;
    padding: 10px 20px;
    font-size: 0.9rem;
    color: #000;
    text-decoration: none;
    border-top: 1px solid #eee;
    font-weight: bold;
  }

  .section-link:hover {
    background: #f5f5f5;
  }

.logo-121{
  width: 80%;
    border-radius: 10px;
}

.dpdpa-content {
   font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  background: #ffffff;
  padding: 25px;
}

.dpdpa-content h2 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: bold;
}

.dpdpa-content h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.dpdpa-content p {
  margin-bottom: 12px;
}

.dpdpa-content ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.dpdpa-content ul li {
  margin-bottom: 6px;
}

.dpdpa-content strong {
  font-weight: 600;
}

.dpdpa-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  font-size: 12px;
  color: #333;
}

.dpdpa-footer p {
  margin: 0;
  line-height: 1.6;
  color: white !important;
}

.dpdpa-footer strong {
  font-weight: 600;
}


.dpdpa-section {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #222;
  background-color: #ffffff;
  padding: 20px;
}

.dpdpa-section h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.dpdpa-section p {
  margin-bottom: 12px;
}

.dpdpa-section ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.dpdpa-section ul li {
  margin-bottom: 6px;
}

.dpdpa-section ul ul {
  margin-top: 8px;
  padding-left: 25px;
}

.dpdpa-section strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.dpdpa-section p:last-child {
  margin-top: 15px;
  font-style: italic;
  color: #555;
}

.section-bar {
      width: 100%;
      height: 35px;
    background-color: #dee2e6;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 0 16px;
      box-sizing: border-box;
    }

    .section-link {
      color: #1e6bff; /* blue similar to screenshot */
      font-size: 14px;
      font-family: Arial, Helvetica, sans-serif;
      text-decoration: none;
      cursor: pointer;
    }

    .section-link:hover {
      text-decoration: underline;
    }


     .nav-bar-299{
      width: 100%;
      height: 35px;
    background-color: #dee2e6;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px;
      box-sizing: border-box;
    }

    .nav-link-939 {
      color: #1e6bff;
      font-size: 14px;
      font-family: Arial, Helvetica, sans-serif;
      text-decoration: none;
      cursor: pointer;
      font-weight: bold;
    }

    .nav-link-939:hover {
      text-decoration: underline;
    }


     .dpdpa-navbar {
        background-color: #0b5ea8;
    }

    .dpdpa-navbar .nav-link {
        color: #ffffff !important;
        font-size: 14px;
    font-weight: 500;
    padding: 2px 12px;
    text-align: center;
    }

    .dpdpa-navbar .nav-link:hover,
    .dpdpa-navbar .dropdown-item:hover {
        background-color: rgba(255,255,255,0.15);
        color: #ffffff !important;
    }

    .dpdpa-navbar .dropdown-menu {
        border-radius: 0;
    }

    /* Make navbar sticky */
    .sticky-top {
        z-index: 1030; /* Ensures it stays above other content */
    }

    @media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1em;
    padding-left: 1em;
    font-family: "Oswald", sans-serif;
/*    font-family: 'Cormorant Garamond',serif;*/
}
}

.ncsn{
  font-weight: bold;
    padding-left: 1.4em;
    font-size: 15px;
}


/* ====== Main Content Container ====== */
.dpdpa-content {
    max-width: 1000px;
    margin: 50px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* ====== Headings ====== */
.dpdpa-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #0d3b66;
    margin-bottom: 15px;
   /* border-left: 5px solid #0d6efd; 
    padding-left: 12px;*/
}

.dpdpa-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 12px;
    color: #0d6efd;
}

/* ====== Paragraph Styling ====== */
.dpdpa-content p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #444;
}

/* ====== Lists Styling ====== */
.dpdpa-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.dpdpa-content ul li {
    margin-bottom: 8px;
    font-size: 15.5px;
}

/* Nested list styling */
.dpdpa-content ul ul {
    margin-top: 8px;
    padding-left: 18px;
}

/* ====== Images Styling ====== */
.dpdpa-content img {
    margin: 25px 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.dpdpa-content img:hover {
    transform: scale(1.02);
}

/* ====== Highlight Sections ====== */
.dpdpa-content h3 + p {
    font-weight: 500;
}

/* ====== Penalty Section Highlight ====== */
.dpdpa-content h3:contains("Penalties") {
    color: #c1121f;
}

/* ====== Current Status Box ====== */
.dpdpa-content h3:contains("Current status") + ul {
    background: #eef4ff;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #0d6efd;
}

/* ====== Footer Styling ====== */
.dpdpa-footer {
    background: linear-gradient(135deg, #0d3b66, #1d3557);
    color: #ffffff;
    padding: 25px 20px;
    text-align: center;
    font-size: 12px;
    margin-top: 50px;
}

.dpdpa-footer strong {
    font-weight: 600;
    color: #ffd166;
}

.dpdpa-footer p {
    margin: 0;
    line-height: 1.6;
}

/* ====== Responsive Design ====== */
@media (max-width: 768px) {
    .dpdpa-content {
        padding: 25px;
        margin: 20px;
    }

    .dpdpa-content h2 {
        font-size: 24px;
    }

    .dpdpa-content h3 {
        font-size: 18px;
    }
}

 .dpdpa-main-title {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 12px;
        }

        .dpdpa-section-block {
            margin-bottom: 18px;
            border-bottom: 1px solid #bdbcbc;
        }

        .dpdpa-section-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 6px;
        }

        .dpdpa-text {
            margin: 3px 0;
        }

        .dpdpa-label {
            font-weight: 600;
        }

        .logo-text{
          text-align: center;
          font-size: 24px;
          margin-top: 1em;
              font-family: 'Segoe UI', sans-serif;
                  font-weight: 700;
    color: #0d3b66;
    font-family: 'Cormorant Garamond',serif;
        }

        /* Dropdown toggle arrow color */
.dpdpa-navbar .dropdown-toggle::after {
    border-top-color: #ffffff;
}

/* Dropdown menu styling */
.dpdpa-navbar .dropdown-menu {
    background-color: #0b5ea8;
    border: none;
    margin-top: 0;
    padding: 0;
    min-width: 200px;
}

/* Dropdown items */
.dpdpa-navbar .dropdown-item {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 15px;
    font-family: "Oswald", sans-serif;
}

/* Dropdown item hover */
.dpdpa-navbar .dropdown-item:hover {
    background-color: rgba(255,255,255,0.15);
    color: #ffffff;
}

/* Remove default focus shadow */
.dpdpa-navbar .dropdown-toggle:focus {
    box-shadow: none;
}

/* Smooth dropdown animation */
.dpdpa-navbar .dropdown-menu {
    transition: all 0.3s ease;
}

/* Optional: Show dropdown on hover for desktop */
@media (min-width: 992px) {
    .dpdpa-navbar .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
}


.dpdpa-navbar .nav-link.active,
.dpdpa-navbar .nav-item.active .nav-link {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 3px;
}

/* Active dropdown item */
.dpdpa-navbar .dropdown-item.active,
.dpdpa-navbar .dropdown-item:active {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
    font-weight: 600;
}

@media (min-width: 200px) and (max-width: 767px) {
  .logo-121 {
    width: 50%;
    border-radius: 10px;
}
}


/* Bottom Navigation Container */
.bottom-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

/* Navigation Buttons */
.bottom-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background-color: #111827;
    color: #ffffff;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    font-family: 'Cormorant Garamond',serif;
}

/* Hover Effect */
.bottom-nav-btn:hover {
    background-color: #374151;
    transform: translateY(-2px);
}

/* Arrow Styling */
.bottom-nav-arrow {
    font-size: 16px;
}

/* Responsive Layout */
@media (max-width: 600px) {
    .bottom-nav-wrapper {
        flex-direction: column;
        gap: 12px;
    }

    .bottom-nav-btn {
        width: 100%;
        justify-content: center;
    }
}

.new-head-every-page{
    font-size: 30px;
    font-weight: 700;
    color: #0d3b66;
    margin-bottom: 5px;
}

@media screen and (min-width: 200px) and (max-width: 767px) {

.font-12q{
    font-size: 24px !important;
}

.font-12q1{
    margin-top: 0.5em;
    font-size: 24px !important;
}

}


.sub-heading-2 {
        font-size: 18px;
        color: #222;
        letter-spacing: 3px;
        position: relative;
        display: inline-block;
        padding: 0 20px;
        font-weight: bold;
    }

    .sub-heading-2::before{
        content: "-";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 22px;
        color: #999;
    }

    .sub-heading-2::before {
        left: 0;
    }

   