*{
    margin: 0;
    padding: 0;
}
body{
    font-family: Arial, sans-serif;
    background-color: white;
    color: hsl(0, 0%, 20%);
    margin: auto;
    padding: auto;
    
}
.top-bar {
  background-color: #0b2c53;
  color: white;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  position: relative;
  height: 3vh;
  

}

.top-bar-left {
  flex: 1;
}
.top-bar-left i{
  color: yellow;
}

.top-bar-center {
  position: absolute;
  left: 85%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}
.top-bar-center i{
  color: yellow;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 10px;
  
}

.top-bar i {
  margin-right: 5px;
}

.social-icons a {
  color: yellow;
  text-decoration: none;
  font-size: 13px;
  opacity: 0.8s;
}
.social-icons a:not(:last-child) {
  border-right: 1px solid yellow;
}

.main-header {
  background-color: white;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  position: relative;
  height: 68px;
}

.logo img {
  height: 85px;
  border-radius: 10px;
  box-shadow: none
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  text-decoration: none;
  color: #0b2c53;
  font-weight: bold;
  font-size: 16px;
  margin: 13px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 170px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu li a {
  color: black;
  padding: 12px 16px;
  display: block;
  text-decoration: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li a:hover {
  background-color: #ddd;
}

.header-banner {
  background-color: #00703c;
  color: white;
  padding: 10px 15px;
  font-size: 16px;
  text-align: right;
  font-weight: bold;
}
.header-banner{
  
  background-color: #007c56; /* Green board color */
  color: white;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 4px;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 9% 30%);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  font-family: Arial, sans-serif;
  text-align: center;

}
     .slider-container {
    
      position: relative;
      width: 100%;
      margin:  auto;
      overflow: hidden;
      border-radius: 2px;
      box-shadow: 0 0 15px rgba(0,0,0,0.3);
      
    }

    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slides img {
      width: 100%;
      flex-shrink: 0;
      height: 500px;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 30px;
      color: yellow;
      background: rgba(0,0,0,0.5);
      padding: 10px;
      cursor: pointer;
      z-index: 10;
      border-radius: 50%;
    }

    .arrow.left {
      left: 10px;
    }

    .arrow.right {
      right: 10px;
    }
  
        
        .card-section {
            display: flex;
            justify-content: center;
            gap: 90px;
            padding: 40px 0;
            background-color: rgb(106, 123, 128);
            
        }
        .card {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 250px;
            padding: 15px;
            text-align: center;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            cursor: pointer;

        }
        .card span {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: #ffc107;
            border-radius: 50%;
            line-height: 40px;
            color: #fff;
            margin-bottom: 10px;
        }
        .card a {
            text-decoration: none;
            color: #0b2c53;
            font-weight: bold;
        }
        .content-section {
            padding: 20px;
            text-align: center;
            color: #1a73e8;
            font-size: 24px;
            background-color: rgba(0,0,0,0.1);
            height: 200px;
        }
        .main-content {
            display: flex;
            margin: 20px;
            gap: 20px;
            justify-content: center;
        }
        .image-section img {
            width: 400px;
            height: 250px;
            object-fit: cover;
            border-radius: 10%;
            padding-top: 25px;
        }

        .text-section {
            max-width: 800px;
        }
        .text-section h1 {
            color: #0b2c53;
            font-size: 2em;
            margin: 0;
            padding-top: 20px;
        }
        .text-section p {
            color: #6c757d;
            line-height: 2.0;
            text-align: justify;
            font-size: 15px;
            margin-top: 7px;
        }
        .team-container {
            display: flex;
            flex-direction: column;
            gap: 30px;
            padding: 20px;
            cursor: pointer;
            
        }
        .row {
            display: flex;
            justify-content: center;
            gap: 50px;
        }
        .card2 {
            width: 250px;
            text-align: center;
            border-radius: 5px;
            overflow: hidden;
            position: relative; /* Parent ke liye positioning context */
        }
        
        .card2 img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 5px;
            border: black 2px solid;
            display: inline-block;
        }
       .card2 img:hover{
          transform: scale(1.05);
          transition: transform 0.3s ease;
        }
        .card2 h3 {
            margin: 10px 0;
            color: #0b2c53;
            font-size: 20px;
        }
        .card2 p {
            color: #6c757d;
            font-size: 14px;
            margin-bottom: 10px;
        }
        
       
        .card-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            padding: 10px;
            color: white; 
        }
       
        .card-content p {
            color: black;
            margin: 0;
          
        }
        
        .card-content p:hover{
          color: red;
        }
      footer {
       background-color: #1a2a44; 
       color: #fff;
       padding: 20px 0;
       font-family: Arial, sans-serif;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
   
}

.footer-section {
    margin: 10px;

    
}

.footer-section h3 {
    color: #00cc00; 
    font-size: 18px;
    margin-bottom: 10px;
   
    font-weight: bold;


}

.footer-section p {
    margin: 5px 0;
    font-size: 14px;
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
}
.fa-solid{
  color: green;
}
.footer-section ul {
    list-style: none;
    padding: 0;
    font-weight: bold;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-section ul li a:hover {
    color: #00cc00;
}

.social-links img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 50%;
    
}

.footer-bottom {
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #fff;
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
    
}

.footer-bottom p {
    color: #ffd700; 
    
 letter-spacing: 0.5px;
    word-spacing: 3px;
}
  

    .dropdown-content {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content li {
  border-bottom: 1px solid #ccc;
}

.dropdown-content a {
  color: black;
  display: block;
  padding: 10px 15px;
}

.dropdown-content a:hover {
  background-color: #eee;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.pay-btn {
  padding: 10px 20px;
  background-color: #ffc107;
  color: #000;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

/* Modal Style */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  width: 50%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.payment-options button {
  margin: 5px;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  background-color: #007bff;
  color: #fff;
}

.form-box {
  display: none;
  margin-top: 20px;
}

.form-box input {
  display: block;
  margin: 10px 0;
  padding: 8px;
  width: 90%;
}
.login-btn {
  padding: 10px 20px;
  background-color: #ffc107;
  color: #000;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

/* Modal same as Pay Now */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  width: 30%;
}

.close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.modal-content input {
  width: 95%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
}

/*apply for frenchiese*/
.apply-btn {
  padding: 10px 20px;
  background-color: #ffc107;
  color: #000;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}

/* Modal style - already used in Login/Pay Now */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  width: 40%;
}

.modal-content input,
.modal-content textarea {
  width: 95%;
  padding: 10px;
  margin: 8px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.close {
  float: right;
  font-size: 30px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}



    