
BODY {
scrollbar-face-color: #397D18;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color:#000000;
scrollbar-arrow-color: #102307;
scrollbar-track-color:#102307;

}

A  {
	color : #90E765;
	text-decoration : underline;
}

A:Visited  {
	color : #90E765;
	text-decoration : underline;
}

A:Active  {
	color :#90E765;
	text-decoration : underline;
}

A:Hover  {
	color : #000000;
	text-decoration : none;
	background-color:#fffff;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
}


section {
  display: flex;
  background-color: rgb(35, 161, 16);
  color: white;
  justify-content: space-around;
}
section1 {
  display: flex;
  background-color: rgb(255, 101, 74);
  color: white;
  justify-content: space-around;
}

.loc {
  padding: 10px;
  color: white;
}

.loc a {
  color: white;
  text-decoration: none;
}

.image {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;  
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(107, 207, 87);
  padding: 22px 100px;
}

.hamburger-menu {
  display: none;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid green;
  border-radius: 0.25rem;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: rgb(103, 233, 92);
  margin: 5px 0;
}

.nav-list {
  list-style-type: none;
  display: flex;
  float: right;
  margin: 0px;
  padding: 0;
}

.nav-list ul li {
  padding: 10px 30px;
  position: relative;
}

.nav-list li {
  position: relative;
  margin: 0 12px;
}

.nav-list li a:before {
  position: relative;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #a0fb89;
  transform: scaleX(0);
  transform-origin: right;
}

.nav-list a:hover {
  background-color: hsl(155, 78%, 46%);
}

.nav-list li a {
  position: relative;
  color: rgb(37, 32, 32);
  text-decoration: none;
  color: black;
  padding: 10px;
  display: block;
  text-align: center;
}

.dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.dropdown-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dropdown-menu ul li {
  border-bottom: 1px solid #ddd;
}

.dropdown-menu ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px;
  white-space: nowrap;
}

.dropdown-menu ul li a:hover {
  background-color: #f1f1f1;
  color: #000;
}

.nav-list li:hover .dropdown-menu {
  display: block;
}
.marquee {
  width: 50%; 
}

.message {
  background-color: #f7f7f7;
  display: flex;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.about{
  font-family: Arial, sans-serif;
  flex: 3; 
  padding: 0 20px; 
}

.vc,
.director {
  flex: 1; 
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vcimg,
.directorimg {
  margin-bottom: 10px;
}

.vcimg img {
  height: 150px;
}

.directorimg img {
  height: 150px;
}



.heading {
  text-align: center;
  margin-bottom: 20px;
}

.paragraph { 
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
h6 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.paragraph p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph ul li {
  color: #555;
  font-size: 16px;
  margin-left: 20px;
  list-style-type: disc; /* or any other list style you prefer */
}
.announcements {
  display: flex;
  justify-content: center;
  
}

.section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.announcements-section {
  display: flex;
  justify-content: space-around;
  padding: 20px;
}

.announcement-box {
  text-align: center;
  width: 45%;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: 20px;
}

.announcement-box h2 {
  margin-top: 0;
}

.marquee-container {
  height: 250px; /* Adjust the height as needed */
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #55e685;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

.marquee-container ul li {
  margin-bottom: 1rem;
  margin-top: 10px;
}

h2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
}

h1 {
  text-align: center;
}

.container1 {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.container1 div {
  flex: 1;
  margin: 0 15px;
  padding: 36px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.container1 h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
}

.container1 a {
  color: rgb(25, 26, 25);
  font-size: 20px;
}

.view {
  text-align: center;
}

.view-more {
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #55e685;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.view-more:hover {
  background-color: #55e685;
}

.read-more {
  display: inline-block;
  margin-top: 0px;
  padding: 10px 20px;
  background-color: #55e685;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.read-more:hover {
  background-color: #55e685;
}

h4 {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}
.kvkmandates {
  font-family: 'Arial', sans-serif;
  color: #333;
  background: #f4f4f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 20px auto;
}

.kvkmandates h3 {
  font-size: 28px;
  color:black;
  text-align: center;
  margin-bottom: 20px;
}

.mandates ul {
  list-style-type: none;
  padding: 0;
}

.mandates li {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.6;
  padding: 10px;
  background: #fff;
  border-left: 4px solid #007bff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: transform 0.3s, background 0.3s;
}

.mandates li:hover {
  transform: translateY(-5px);
  background: #e6f2ff;
}

.mandates hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 20px 0;
}

.kvkmandates a {
  color: #007bff;
  text-decoration: none;
}

.kvkmandates a:hover {
  text-decoration: underline;
}

.kvkmandates i {
  margin-right: 5px;
}
/* Container Styling */
.latest-notification {
  font-family: 'Roboto', sans-serif;
  color: #444;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 1000px;
  margin: 20px auto;
  border: 1px solid #ddd;
}

/* Header Styling */
.latest-notification h4 {
  font-size: 24px;
  color: black;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

/* List Styling */
.notifi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* List Item Styling */
.notifi li {
  background: #fff;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  border-left: 4px solid #26be26;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 1.6;
}

/* Hover Effect for List Items */
.notifi li:hover {
  border-left-color: #26be26;
  background: #e9f5ff;
  transform: translateY(-5px);
}

/* Custom Bullet for List Items */
.notifi li::before {
  content: ">";
  color: #26be26;
  font-weight: bold;
  margin-right: 10px;
  font-size: 20px;
  transition: color 0.3s ease;
}

/* Hover Effect for Custom Bullet */
.notifi li:hover::before {
  color: #26be26;
}



.container2 {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
}

.heading_container {
  text-align: center;
  margin-bottom: 0px;
}

.heading_container h2 {
  font-size: 2em;
  margin-bottom: 10px;
}

.gallery_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row {
  display: flex;
  justify-content: space-between;
}

.col-md-4 {
  flex: 0 0 32%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.thumbnail {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  background-color: #f9f9f9;
}

.thumbnail img {
  width: 100%;
  border-radius: 4px;
}

.caption {
  margin-top: 10px;
}

.caption h4 {
  font-size: 1.2em;
  margin: 0;
  color: #333;
}

.view_more {
  text-align: center;
  margin-top: 0px;
}

.view_more a {
  color: #26be26;
  text-decoration: none;
  font-size: 1.2em;
}

.view_more a:hover {
  text-decoration: underline;
}
.gallery1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

.gallery-container {
  display: grid;
  margin-top: 20px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-items: center;
}

.gallery-item {
  transition: transform 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  /* display: block; */
  object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-item:hover img {
  transform: scale(0.4); /* Change the scale factor as needed */
}
.gallery-item:hover {
  border-color: #25a74c;
}
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
  z-index: 1000; /* Sit on top */
  justify-content: center;
  align-items: center;
}
.popup-content {
  position: relative;
  background-color: #fff;
  padding: 5px;
  max-width: 80%;
  max-height: 80%;
  overflow: auto;
  border: 3px solid #00ff88; /* Stylish border for the popup */
  border-radius: 10px;
}
.popup-content img {
  width: 100%;
  height: auto;
}
.close {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff; /* white color */
  background-color: #00cc44; /* red color */
  width: 30px; /* Adjust width as needed */
  height: 30px; /* Adjust height as needed */
  border-radius: 50%; /* Make it circular */
  text-align: center;
  line-height: 30px; /* Center vertically */
  cursor: pointer;
  transition: background-color 0.3s ease; /* Add transition for smooth hover effect */
}

.close:hover {
  background-color: #131212; /* Darker red color on hover */
}


.ramban {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  margin: 0 auto;
}

.ramban h1 {
  font-size: 32px;
  color: black;
  text-align: center;
  margin-bottom: 20px;
}

.ramban h3 {
  font-size: 24px;
  color: #007bff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.ramban p {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: justify;
}

.ramban a {
  color: #007bff;
  text-decoration: none;
}

.ramban a:hover {
  text-decoration: underline;
}

.ramban i {
  margin-right: 5px;
}

.ramban ul {
  list-style: none;
  padding: 0;
}

.ramban ul li {
  padding: 5px 0;
}

.ramban .info a {
  display: flex;
  align-items: center;
  color: #333;
}

.ramban .info a:hover {
  color: #007bff;
}
footer {
  padding: 1rem;
  background-color: #26551b;
  margin-top: 20px;
}

.all-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item-list {
  width: 33%;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.info {
  margin-bottom: 10px;
  font-size: 18px;
  padding: 8px;
}

.info a {
  color: white;
}

.item-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #141414;
}

.item-list ul {
  list-style: none;
  min-height: 135px;
  padding: 0;
  margin: 0;
  font-size: 19px;
}

.column a {
  color: white;
}

.item {
  margin-bottom: 10px;
  margin-top: 20px;
}

.item a {
  text-decoration: none;
  font-size: 1.2rem;
  color: #ffff;
}

.navigate-item {
  border: 2px solid black;
  display: flex;
}

.navigate-item a {
  font-size: large;
  margin-right: 11px;
}

.row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 15px;
}

.column {
  flex: 1;
}

.footer-info {
  text-align: center;
  font-size: medium;
  color: #0c0c0c;
  padding: 10px;
  margin: 10px;
}

.footer-info span {
  color: #3df310;
}

/* Media Queries for Responsiveness */
@media (max-width: 576px) {
  section{
    display: none;
  }
  .slider{
    max-height: 300px;
  }
  button.prev {
    left: 10px;
   margin-top: 0px;
  }
  
  button.next {
    right: 10px;
    margin-top: 0px;
  }
  .navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
    position: relative;
  }
  .nav-list {
    flex-direction: column;
    width: 100%;
    display: none;
    margin-top: 40px; /* Adjust margin to move it below the hamburger menu */
  }
  .hamburger-menu {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .message{
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .about{
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .announcements-section{
    flex-direction: column;
    width: 200%;
  }
  .announcement-box {
    padding: 10px;
    margin-top: 20px;
  }
  .container1 {
    flex-direction: column;
  }
  .container1 div {
    padding: 30px;
    margin-top: 20px;
  }
  .gallery_container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gallery_container .row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .gallery_container .col-md-4{
    width: 100%;
  }
  .gallery-container{
    flex-direction: column;
    display: flex;
    width: 100%;
  }
  .thumbnail{
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
  .thumbnail img {
    width: 100%;
    height: auto;
  }

  .heading_container {
    width: 100%;
    text-align: center;
  }
  
  .slider .slide {
    height: 300px;
  }
  .all-items {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .item-list {
    width: 100%;
    margin: 10px 0;
  }
  
  .item-list ul {
    display: flex;
    flex-direction: column;
  }
  .column {
    width: 100%;
  }
  
  .column a {
    display: block;
    margin: 5px 0;
  }
  
}

@media (max-width: 768px) {
  section{
    display: none;
  }
  .slider{
    max-height: 300px;
  }
  button.prev {
    left: 10px;
    margin-top: 0px;
  }
  
  button.next {
    right: 10px;
    margin-top: 0px;
  }
  .navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
    position: relative;
  }
  .nav-list {
    flex-direction: column;
    width: 100%;
    display: none;
    margin-top: 40px; /* Adjust margin to move it below the hamburger menu */
  }
  .hamburger-menu {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .message{
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .about{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .announcements-section{
    flex-direction: column;
    width: 210%;
  }
  .announcement-box {
    padding: 10px;
    margin-top: 20px;
  }
  .container1 {
    flex-direction: column;
    
  }
  .container1 div {
    padding: 30px;
    margin-top: 20px;
  }
  .gallery_container{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gallery_container .row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .gallery_container .col-md-4{
    width: 100%;
  }
  .gallery-container{
    flex-direction: column;
    display: flex;
    width: 100%;
  }
  .thumbnail{
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
  .thumbnail img {
    width: 100%;
    height: auto;
  }

  .heading_container {
    width: 100%;
    text-align: center;
  }
  
  .slider .slide {
    height: 300px;
  }
  .all-items {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .item-list {
    width: 100%;
    margin: 10px 0;
  }
  
  .item-list ul {
    display: flex;
    flex-direction: column;
  }
  .column {
    width: 100%;
  }
  
  .column a {
    display: block;
    margin: 5px 0;
  }
  
}

@media (min-width: 769px) and (max-width: 1124px) {
  .navbar {
    padding: 0px 30px;
  }
  .announcement-box {
    width: 80%;
  }
  .gallery-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .nav-list {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .navbar {
    padding: 0px 100px;
  }
  .announcement-box {
    width: 60%;
  }
}

@media (min-width: 1441px) {
  .navbar {
    padding: 0px 150px;
  }
  .announcement-box {
    width: 40%;
  }
  .gallery-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .container1 div {
    padding: 40px;
  }
  .footer-info {
    font-size: large;
  }
  .slider .slide {
    height: 600px;
  }
}
.slider {
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  height: 500px; /* Set a fixed height for the slider */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.slide {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the container without stretching */
}

.slider .active {
  display: block;
  opacity: 1;
  transform: scale(1.05);
}

.slider .active .caption {
  transform: translateY(0);
  opacity: 1;
}

button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 10;
  transition: background-color 0.3s ease-in-out;
}

button.prev {
  left: 10px;
}

button.next {
  right: 10px;
}

button:hover {
  background-color: rgba(0, 0, 0, 0.7);
}



