* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.Navbar {
    width: 90%;
    margin: auto;
}

.header {
    display: flex;
    background-color: #12f04a;
    justify-content: space-between;
    padding: 10px 10px;
}

.header img {
    height: 150px;
    width: 150px;
}

.header h4 {
    font-size: 2rem !important;
    margin-top: 8px;
}

.NavItem {
    background-color: #5a5a5a;
}

.NavItem ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
}

.NavItem ul li {
    list-style: none;
    padding: 8px 10px;
}

.NavItem ul li a {
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 5px;
}

.NavItem span {
    color: #fff;
}

@media screen and (max-width:910px) {
    .Navbar {
        width: 95%;
        margin: auto;
    }

    .header {
        display: flex;
        background-color: #12f04a;
        justify-content: space-between;
        padding: 10px 10px;
    }

    .header h4 {
        font-size: 1.5rem;
    }

    .NavItem ul {
        gap: 10px;
    }

    .NavItem ul {
        gap: 2px;
    }

    .NavItem ul li {
        padding: 8px 5px;
    }

    .NavItem ul li a {
        font-size: 14px;
    }

    .NavItem span {
        font-size: 10px;
        font-weight: bold;

    }
}

@media screen and (max-width:767px) {
    .header h4 {
        font-size: 18px;
    }

    .Navbar {
        width: 98%;
        margin: auto;
    }

    .NavItem ul {
        gap: 5px;
    }

    .NavItem ul li {
        padding: 8px 3px;
    }

    .NavItem ul li a {
        font-size: 9px;
    }

    .NavItem span {
        font-size: 10px;
        font-weight: bold;
    }
}

@media screen and (max-width:576px) {
    .Navbar {
        width: 100%;
        margin: auto;
    }

    .header h4 {
        font-size: 16px;
        margin-top: 6px;
    }

    .header img {
        height: 30px;
        width: 30px;
    }

    .NavItem ul {
        gap: 2px;
    }

    .NavItem ul li {
        padding: 8px 3px;
    }

    .NavItem ul li a {
        font-size: 9px;
    }

    .NavItem span {
        font-size: 10px;
        font-weight: bold;
    }
}

.homeItem {
    width: 90%;
    margin: auto;
}

.cardItem {
    border-radius: 5px !important;
    border: 1px solid black !important;
}

.cardItem h6 {
    background-color: #f00c7e !important;
    border-radius: 5px 5px 0px 0px;
    padding: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.cardItem p {
    padding-left: 10px;
}
.cardItem p a{
    text-decoration: none;
    color: #000;
    font-size: 16px ;
}
.Footer {
    width: 90%;
    margin: auto;
}
.linkItem li{
    list-style: none;
    margin: 10px;
}
.linkItem a{
    text-decoration: none;
    color: #fff;

}
.AdminInfo{
    border: 1px solid #8b8b8bff;
    border-radius: 5px;
}
.headerAdmin{
    text-align: center;
    background-color: #000;
    color: #fff;
    margin: 0;
    padding: 5px;
}
.NameDetails{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 5px;
}
.profile_name{
    margin-top: 20px;
}
.profile_Img img{
    height: 100px;
    width: 100px;
}
.profile_name h5{
font-size: 16px;
}
.profile_name h6{
font-size: 14px;
}
.Category_Form{
    position: relative;
    border: 2px solid #8b8a8a;
    padding: 50px;
    margin: 5px;
    margin-top: 30px;
    border-radius: 5px;
}
.Category_Form h4{
    position: absolute;
    top: -15px;
    background-color: #fff;
    color: #8b8a8a;
    padding: 0 5px 0 5px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.notification-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}
.card {
  border: 1px solid #000;
  border-radius: 8px;
  background: #fff;
}
.notification-grid {
  column-count: 4 !important;
  column-gap: 20px;
}

.car {
   break-inside: avoid;
}
/* login Form */
.loginFrom{
    width: 40%;
    margin: auto;
    margin-top: 150px;
    text-align: center;
    border: 1px solid #a1a1a1;
    padding: 20px;
    box-shadow: 1px 1px 11px 5px #a1a1a1;
    border-radius: 10px;
}
.loginFrom h4{
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    font-size: 2rem ;
}
.goupLink{
    margin: 20px 50px 0px 50px;
}
.goupLink a{
    text-decoration: none;
    color: red;
}
/* Registration Form */
.signupForm{
    width: 40%;
    margin: auto;
    margin-top: 7%;
    border: 1px solid #a1a1a1;
    box-shadow: 1px 1px 11px 5px #a1a1a1;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}
.signupHeading h4{
    font-style: italic;
    font-weight: bold;
    font-size: 2rem;
    text-decoration: underline;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .notification-grid {
    column-count: 2;
  }
  .loginFrom{
    width: 80%;
    margin-top: 100px;
    padding: 20px;
   }
   .goupLink{
    margin: 10px 30px 0px 30px;
    }
    .signupForm{
    width: 80%;
    margin-top: 7%;
    }
}

@media screen and (max-width:767px) {
    .Footer {
        width: 95%;
        margin: auto;
    }
    .notification-grid {
        column-count: 2;
    } 
    .homeItem {
        width: 95%;
        margin: auto;
    }
    .loginFrom{
    width: 90%;
    margin-top: 100px;
    padding: 20px;
   }
   .goupLink{
    margin: 0px 0px 0px 0px;
    padding-top: 10px;
    }
    .signupForm{
    width: 90%;
    margin-top: 20%;
    }
}
.boxStyle{
    margin: 70px 20px;
    width: 100%;
}
.formSection{
    margin: 20px;
    border: 2px solid #3c3c3c;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 100px;
    position: relative;
    margin-top: 40px;
}
.formSection h5{
    position: absolute;
    margin-top: -35px;
    background-color: #f3f3f3;
    padding: 0px 10px 0px 10px ;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

/* Footer */
.footer-about {
  background: linear-gradient(135deg, #f0f7ff, #ffffff);
  padding: 50px 15px;
}

.footer-title {
  text-align: center;
  font-weight: 700;
  color: #0a4fd8;
  margin-bottom: 20px;
}

.footer-desc {
  max-width: 1500px !important;
  margin: auto;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.footer-main {
  background: #0b0f1a;
  padding: 40px 0;
  color: #fff;
}

.footer-main h5 {
  font-weight: 600;
  margin-bottom: 15px;
  border-left: 4px solid #06beb6;
  padding-left: 10px;
}

.footer-main ul {
  list-style: none;
  padding: 0;
}

.footer-main ul li {
  margin-bottom: 8px;
}

.footer-main ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-main ul li a:hover {
  color: #06beb6;
  padding-left: 6px;
}

.footer-bottom {
  background: #000;
  color: #aaa;
  text-align: center;
  padding: 12px;
  font-size: 13px;
}

/* 📱 Mobile Optimization */
@media (max-width: 768px) {
  .footer-desc {
    font-size: 14px;
  }
}
/* Newletter page */
.newsletter-section {
  padding: 60px 15px;
  background: linear-gradient(135deg, #ffffff, #ffffff);
}

.newsletter-box {
  max-width: 1000px;
  margin: auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.newsletter-text h3 {
  font-weight: 700;
  color: #0b0f1a;
  margin-bottom: 10px;
}

.newsletter-text p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  max-width: 480px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  min-width: 260px;
  font-size: 14px;
}

.newsletter-form input:focus {
  outline: none;
  border-color: #06beb6;
}

.newsletter-form button {
  padding: 12px 20px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #06beb6, #48b1bf);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-form button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  .newsletter-box {
    flex-direction: column;
    text-align: center;
  }

  .newsletter-form {
    flex-direction: column;
    width: 100%;
  }

  .newsletter-form input {
    width: 100%;
  }

  .newsletter-form button {
    width: 100%;
  }
}

/* contact page */
/* HERO */
.contact-hero {
  background: linear-gradient(135deg, #06beb6, #48b1bf);
  padding: 70px 15px;
  color: #fff;
}

.contact-hero h1 {
  font-weight: 700;
}

.contact-hero p {
  max-width: 700px;
  margin: auto;
  font-size: 16px;
}

/* SECTION */
.contact-section {
  padding: 60px 15px;
  background: #f5f7fa;
}

/* INFO BOX */
.contact-info-box {
  background: #0b0f1a;
  color: #fff;
  padding: 35px;
  border-radius: 20px;
  height: 100%;
}

.contact-info-box h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-info-box ul {
  list-style: none;
  padding: 0;
}

.contact-info-box ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
}

.contact-info-box span {
  font-size: 18px;
}

.social-links a {
  margin-right: 10px;
  font-size: 20px;
  text-decoration: none;
}

/* FORM */
.contact-form-box {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.contact-form-box h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-btn {
  width: 100%;
  background: linear-gradient(135deg, #06beb6, #48b1bf);
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px;
  border: none;
}

/* MAP */
.contact-map iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-hero h1 {
    font-size: 26px;
  }

  .contact-info-box,
  .contact-form-box {
    padding: 25px;
  }
}

/* ===== NOTICE PAGE FIX ===== */

.notice-wrapper {
  max-width: 900px;
  margin: auto;
  padding: 12px;
}

/* Content styling */
.notice-content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #222;
}

/* Headings */
.notice-content h1,
.notice-content h2,
.notice-content h3 {
  font-size: 18px;
  margin: 12px 0;
  font-weight: bold;
}

/* Paragraph */
.notice-content p {
  margin-bottom: 10px;
}

/* Lists */
.notice-content ul {
  padding-left: 18px;
}

/* Links */
.notice-content a {
  color: #0d6efd;
  font-weight: 600;
  text-decoration: none;
}

.notice-content a:hover {
  text-decoration: underline;
}

/* Prevent overflow */
.notice-content img,
.notice-content table {
  max-width: 100%;
  height: auto;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .notice-wrapper {
    padding: 10px;
  }

  .notice-content {
    font-size: 14px;
  }
}
.notice-content {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px;
}
