p a {
    text-decoration: underline;
    color: #0094ff !important;
}

h2 {
    margin-top: 20px;
}

p {
    font-size: 16px;
    line-height: 30px;
}

h1 {
    color: #fff;
}

ul li, ul li strong, ul li a {
    font-family: 'Poppins', sans-serif !important;
}






section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section ul li {
background-color: #f9f9f9; /* light gray background */
padding: 20px 16px;
margin-bottom: 8px;
border-left: 4px solid #007BFF; /* colored bar for emphasis */
border-radius: 6px;
font-family: Arial, sans-serif;
line-height: 1.5;
transition: background 0.3s;
margin: 20px 0;
}

section ul li:hover {
background-color: #e6f0ff;
}

section ul li strong {
color: #007BFF;
font-weight: 600;
}

section ul li a {
color: #0056b3;
text-decoration: none;
font-weight: 500;
margin-left: 5px;
}

section ul li a:hover {
text-decoration: underline;
}




@media only screen and (max-width: 767px) {
    .breadcrumbs {
        word-break: break-word;
    }

    .breadcrumbs h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 22px;
    }
}

.breadcrumbs.overlay {
    background: linear-gradient(135deg, #0d1b2a 0%, #1b263b 100%);
    color: #ffffff;
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .breadcrumbs.overlay::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(13, 27, 42, 0.4);
        z-index: 1;
    }

.breadcrumbs .container {
    position: relative;
    z-index: 2;
}

.breadcrumbs h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 0;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.breadcrumbs .bread-inner {
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .breadcrumbs h1 {
        font-size: 1.6rem;
        line-height: 1.4;
    }
}


.footer {
  background: #0d1b2a;
  color: #ffffff;
  text-align: center;
  padding: 25px 10px;
  font-size: 0.95rem;
}

.footer p {
  margin: 6px 0;
  color: #dce3eb;
}

.footer #email {
  color: #66a3ff;
  font-weight: 500;
}

.footer #email:hover {
  text-decoration: underline;
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer {
    font-size: 0.9rem;
    padding: 20px 5px;
  }
}
