/** {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  box-sizing: border-box;*/
/*  font-family: 'Segoe UI', sans-serif;*/
/*}*/

/*body {*/
/*  background-color: #fff;*/
/*  color: #333;*/
/*}*/

/*.navbar {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  background: #050a34;*/
/*  padding: 10px 20px;*/
/*}*/

/*.logo {*/
/*  width: 350px;*/
/*  height: 100px;*/
/*}*/

/*.nav-links {*/
/*  list-style: none;*/
/*  display: flex;*/
/*  gap: 20px;*/
/*}*/

/*.nav-links a {*/
/*  color: white;*/
/*  text-decoration: none;*/
/*  font-weight: bold;*/
/*}*/
/*.nav-links a:hover{*/
/*  color: orange;*/
/*}*/
/*.hamburger {*/
/*  display: none;*/
/*  font-size: 1.6rem;*/
/*  color: #fff;*/
/*  cursor: pointer;*/
/*}*/


/*.home-section {*/
/*  background: url('images/bg1.jpeg') no-repeat center center/cover;*/
/*  height: 75vh;*/
/*  display: flex;*/
  /* align-items: center; */
/*  justify-content: center;*/
/*  position: relative;*/
/*  font-weight: bold;*/
/*  font-size: 30px;*/
/*  color: white;*/
/*}*/

/*.home-section .overlay {*/
/*  background: rgba(0, 0, 0, 0.5);*/
/*  padding: 30px;*/
/*  text-align: center;*/
/*  height: 40vh;*/
  
/*  border-radius: 10px;*/
/*}*/

/*section {*/
/*  padding: 40px 20px;*/
/*}*/
/*.image*/
/*{*/
/*    text-align:right;*/
/*    margin-top: 15px;*/
/*}*/
/*.image img{*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*    border-radius: 15px;*/
/*}*/
/*.image1*/
/*{*/
/*    text-align:center;*/
/*    margin-top: 15px;*/
/*}*/
/*.image img1{*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*    border-radius: 15px;*/
/*}*/
/*.row {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 20px;*/
/*  margin-bottom: 30px;*/
/*}*/

/*.box {*/
/*  flex: 1;*/
/*  min-width: 300px;*/
/*  padding: 20px;*/
/*  background: #f9f9f9;*/
/*  border-left: 5px solid #f96c00;*/
/*  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
/*}*/


/*h2 {*/
/*  margin-bottom: 15px;*/
/*  color: #e67300;*/
/*}*/

/*ul {*/
/*  list-style: none;*/
/*  padding-left: 20px;*/
/*}*/

/*ul li {*/
/*  padding: 5px 0;*/
/*}*/
/*.vision-section {*/
/*  padding: 40px 20px;*/
/*  background: #fff;*/
/*  color: #000;*/
/*}*/

/*.vision-row {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 20px;*/
/*  margin-bottom: 30px;*/
/*}*/
/*.qr-img {*/
/*  margin-top: 15px;*/
/*  max-width: 180px;*/
/*  width: 100%;*/
/*  border-radius: 8px;*/
/*}*/
/* .vision-box {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  background: #f9f9f9;
  border-left: 5px solid #f96c00;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
} */

/*.vision-box h2 {*/
/*  color: #f96c00;*/
/*  font-size: 1.7rem;*/
/*}*/

/*.vision-box ul {*/
/*  padding-left: 20px;*/
/*  margin-top: 1px;*/
/*}*/

/*.vision-box p {*/
/*  margin-top: 5px;*/
/*}*/

/*.vision-container {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 30px;*/
/*  padding: 40px 20px;*/
/*  background: #fff;*/
/*  color: #222;*/
/*}*/

/*.vision-box {*/
/*  flex: 1;*/
/*  min-width: 740px;*/
/*  background-color: #f9f9f9;*/
/*  border-left: 5px solid #f96c00;*/
/*  padding: 25px;*/
/*  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);*/
/*  border-radius: 10px;*/
/*}*/



/*.vision-box p, .vision-box ul {*/
/*  font-size: 1.3rem;*/
/*  line-height: 1.6;*/
/*}*/

/*.vision-box ul {*/
/*  padding-left: 20px;*/
/*  list-style-type: disc;*/
/*}*/
/*.services-section {*/
/*  background-color: #f9f9f9;*/
/*  padding: 50px 20px;*/
/*  text-align: center;*/
/*  font-size: 1.2rem;*/
/*}*/

/*.services-grid {*/
/*  display: grid;*/
/*  grid-template-columns: repeat(3, 1fr);*/
/*  gap: 25px;*/
/*  margin-top: 30px;*/
/*  padding: 20px;*/
/*}*/

/*.service-card {*/
/*  background: #f9f9f9;*/
/*  padding: 20px;*/
/*  border-radius: 12px;*/
/*  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);*/
 

 /* transition: 0.3s ease; */
/* text-align: center;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*justify-content: space-between;*/
/*min-height: 320px;*/
/* height: 100%; */
/*}*/
/*.service-card .service-icon{*/
/*  margin-top: 15px;*/
/*  width: 180px;*/
/*  height: 180px;*/
/*  align-self: center;*/
/*}*/




/*.service-card:hover{*/
/*transform: translateY(-4px);*/
/*box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.015);*/
/*}*/
/*.services-section h3{*/
/*text-align: center;*/
/*margin-top: 40px;*/
/*margin-bottom: 20px;*/

/*}*/
/*.service-card h3 {*/
/*  color: #e67300;*/
/*  margin-bottom: 10px;*/
/*}*/

/*.service-card p {*/
/*  font-size: 1.1rem;*/
/*  color: #555;*/
/*}*/



/*.contact-section {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 30px;*/
/*  background: #f2f2f2;*/
/*  padding: 40px;*/
  
/*  display:flex;*/
  
  
/*}*/

/*.contact-info,*/
/*.contact-form {*/
/*  flex: 1;*/
  /* min-width: 300px; */
/*  width: 50%;*/
  

/*}*/


/*.contact-form form {*/
/*  display: flex;*/
/*  flex-direction: column;*/

/*  width: 50%;*/
 
/*}*/

/*.contact-form input,*/
/*.contact-form textarea {*/
/*  margin-bottom: 15px;*/
/*  padding: 10px;*/
/*  border: 1px solid #ccc;*/
 
/*}*/

/*.contact-form button {*/
/*  background: orange;*/
/*  color: white;*/
/*  border: none;*/
/*  padding: 10px;*/
/*  cursor: pointer;*/
/*}*/

/* .footer {*/
/*  position: fixed;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  background-color: #000;*/
/*  color: #fff;*/
/*  padding: 15px 20px;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  z-index: 1000;*/
/* }*/
/* .chatbot-button{*/
/*  position: fixed;*/
/*  bottom: 80px;*/
/*  right: 20px;*/
/*  background-color: #f28c28;*/
/*  color: white;*/
/*  font-size: 24px;*/
/*  padding: 12px 16px;*/
/*  border-radius: 50px;*/
/*  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);*/
/*  cursor: pointer;*/
/*  z-index: 999;*/
/*  transition: all 0.3s ease;*/

/* }*/
/* .chatbot-button:hover{*/
/*  background-color: #e0760d;*/
/*  transform: scale(1.05);*/
/* }*/
/*.footer .social-icons {*/
/*  margin-top: 10px;*/
 
/*}*/

/*.footer .social-icons a {*/
/*  margin: 0 10px;*/
/*  text-decoration: none;*/
/*  font-size: 20px;*/
/*  color: #fff; */
/*  transition: color 0.3s ease;*/
/*}*/


/*.footer .social-icons a:hover {*/
/*  color: orange;*/
/*}*/
/* ===== RESPONSIVE STYLES ===== */
/*@media (max-width: 768px) {*/
/*  .hamburger {*/
/*    display: block;*/
/*  }*/

/*  .nav-links {*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 65px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    background-color: #000;*/
/*    z-index: 998;*/
/*  }*/

/*  .nav-links.show {*/
/*    display: block;*/
/*  }*/

/*  .nav-links ul {*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    gap: 15px;*/
/*    padding: 15px 0;*/
/*  }*/

/*  nav ul {*/
/*    flex-direction: column;*/
/*    text-align: center;*/
/*  }*/

/*  .content h1 {*/
/*    font-size: 2rem;*/
/*  }*/

/*  .content p {*/
/*    font-size: 1rem;*/
/*  }*/

/*  .footer {*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*    padding: 15px 20px;*/
/*  }*/

/*  .footer-text {*/
/*    position: static;*/
/*    transform: none;*/
/*    order: 2;*/
/*  }*/

/*  .social-icons {*/
/*    justify-content: center;*/
/*    order: 1;*/
/*    margin-left: 0;*/
/*  }*/
/*}*/

