
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

/* Navbar .navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  
  
}

.logo {
  padding-left: 350px;
}
.logo img{
    width: 100%;
    height: 5rem;
    top: 0;
    left: 0;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links li {
  position: relative;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  padding-right: 400px;
}
.nav-links li {
  position: relative;
}

.nav-links li a {
    font-size: 2rem;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    transition: 0.3s ease;
    display: block;
    padding: 10px;
    
}

.nav-links li a:hover{
    color: #00bfff;
    text-decoration: underline;
}

.header .navbar ul li a:hover{
    color: #00bfff;
    text-decoration: underline;
} */


.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  background-color: #fff;
  position: relative;
}

.logo img {
  height: 40px;
}

.menu-icon {
  font-size: 28px;
  cursor: pointer;
  display: none;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  text-decoration: none;
  color: #006699;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
  display: block;
  padding: 10px;
}
.nav-links li a:hover {
  color: #00bfff;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .menu-icon {
    display: block;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 60px;
    right: 20px;
    width: 200px;
    background-color: #fff;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    z-index: 1000;
  }

  .nav-links li {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
  }

  .nav-links li:last-child {
    border-bottom: none;
  }

  .nav-links.show {
    display: flex;
  }
  
  
}


/* Responsive Menu */

  

/* Slider */



        
/* Info section */
.info {
  max-width: 800px;
  margin: 0 auto; /* centers the block horizontally */
  padding: 20px;
}

.info h2 {
  text-align: center;
}

.info p {
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: justify;
}
.info h2 {
  color: #006699; /* Blue color */
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
  


.info p {
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: justify;
}

/* Footer footer {
  height: 10vh;
  background: #000;
  color: #fff;
  padding: 20px 10%;
  text-align: center;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  color: #fff;
  margin: 0 10px;
  font-size: 18px;
  font-size: 1.5rem;
  cursor: pointer;
  height: 5rem;
  width: 5.5rem;
}
.social-icons a:hover{
    color: white;
    background: #002e5f;
} */



.dropdown-content {
  list-style: none;
  display: none;
  position: absolute;
  top: 100%; /* Right under the parent */
  left: 0;
  background-color: #222;
  min-width: 180px;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.dropdown-content li a {
  padding: 10px;
  color: #fff;
  white-space: nowrap;
  
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Optional: Smooth hover effect */
.dropdown-content li a:hover {
  background-color: #444;
}

 .footer {
  background-color: #1c1b1f;;
  color: #fff;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer .highlight {
  color: #006699; /* yellowish */
  font-weight: bold;
}

.footer-content h3, .footer-content h4 {
  margin-top: 20px;
}

.footer-content p, .footer-content a {
  color: #ccc;
  font-size: 15px;
  text-decoration: none;
}

.social-title {
  margin-top: 30px;
  color: #aaa;
}

.social-icons {
  list-style: none;
  padding: 0;
}

.social-icons li {
  margin: 10px 0;
}

.social-icons a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.social-icons i {
  margin-right: 10px;
  font-size: 18px;
  padding-left: 20px;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid #333;
  padding-top: 10px;
  text-align: center;
  color: #888;
  font-size: 14px;
}

 .slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.caption {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.caption h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.caption button {
  padding: 12px 24px;
  font-size: 1rem;
  background: white;
  color: #003366;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
}

.caption button:hover {
  background: #003366;
  color: #fff;
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {


  .caption h2 {
    font-size: 1.5rem;
  }

  .caption button {
    font-size: 0.9rem;
    padding: 10px 20px;
  }
   .slider {
    height: 60vh; /* Adjust as needed for better mobile fit */
    width: auto;
  }
}
.faq-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}

.faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.faq-question {
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  background: #f5f5f5;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #e0e0e0;
}

.faq-answer {
  padding: 10px;
  display: none;
}


