*{
    display: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
header{
  position: absolute;
  top: 0; left: 0; right: 0;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0,.1);
  padding:0px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}
header .logo{
  font-weight: bolder;
  font-size: 25px;
  color:#333;
}
header .navbar ul li{
    position: relative;
    float: left;
}
header .navbar ul li a{
font-size: 20px;
padding: 20px;
color: #333;
display: block;
}
header .navbar ul li a:hover{
  background: #333;
  color: #fff;
}
header .navbar ul li ul{
  position: absolute;
  left: 0;
  width: 200px;
  background: #fff;
  display: none;
}
header .navbar ul li ul li{
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0,.1);
}
header .navbar ul li:hover > ul{
  display: initial;
}
#menu-bar{
  display: none;
}
header label{
  font-size: 20px;
  color: #333;
  cursor: pointer;
  display: none;
}


@media (max-width:991px) {
  header{
    padding: 20px;
  }
  header label{
    display: initial;
  }
  header .navbar{
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0,.1);
    display: none;
  }
  header .navbar ul li{
     width: 100%;
  }
  header .navbar ul li ul{
    position: relative;
    width: 100%;
  }
  header .navbar ul li ul li{
    background: #eee;
  }
  #menu-bar:checked ~ .navbar{
    display: initial;
  }
}
.whatsapp_float{
  position:fixed;
  width:60px;
  height:50px;
  bottom: 75px;
  right: 19px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.whatsapp-icon {
margin-top:2px;
}
/* for mobile */
@media screen and (max-width: 767px){
.whatsapp-icon{
  margin-top: 10px;
}
.whatsapp_float{
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 10px;
  font-size: 25px;
}
}
.bigimage{
  width: 98.5vw;
  height: 120%;
  position: relative;
  background-image: url("photo4.jpg");
  background-size: cover;
}
@media (max-width: 524px){
  .bigimage .overlay h1{
    margin-top: .1rem;
  }
}
@media (max-width: 360px){
  .bigimage .overlay h1{
    font-size: 24px;
  }
  .bigimage .overlay p{
    font-size: 20px;
  }
}
@media (max-width: 555px){
  .overlay p{
    font-size: 15px;
  }
}
@media (max-width:288px){
  .overlay{
    margin-top: 5rem;
  }
}
.overlay{
  width: 100%;
  height: 100%;
  font-size: 26px;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0,0.5);
}
.overlay h1, p{
  margin-top: 10rem;
}
.overlay h1{
  font-size: 2rem;
}
.overlay p{
  width: 80%;
}
.heading2{
  background: #f8f8f8;
  overflow: hidden;
}
.heading h1{
  color: #0856ff;
  font-size: 40px;
  text-align: center;
  margin-top: 35px;
}
.container5{
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  margin:65px auto;
}
.hero-container h2{
  font-size: 38px;
  font-weight: 620;
  margin-bottom: 20px;
  color:#333;
}
.hero-container p{
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 40px;
  color:#666;
}
.hero-container{
  flex:1;
  width:600px;
  margin: 0px 25px;
  animation: fadeInUp 2s ease;
}
.hero-image{
  flex: 1;
  width: 600px;
  margin: auto;
}
.hero-image img{
  width: 100%;
  height: auto;
  border-radius: 10px;
  animation: fadeInRight 2s ease;
}
@media screen and (max-width: 768px) {
  .heading h1{        
      font-size: 30px;
      margin-top: 30px;
  }
  .header2{
      margin:0px;
  }
  .container5{
      width: 100%;
      flex-direction: column;
      margin:0px;
      padding:0px 40px;
  }
  .hero-container{
      width: 100%;
      margin:35px 0;
  }
  .hero-container h2{
      font-size: 30px;
  }
  .hero-container p{
      font-size: 18px;
      margin-bottom: 20px;
  }
  .hero-image{
      width: 100%;
  }
}
@keyframes fadeInUp{
  0%{
      opacity: 0;
      transform: translateY(50px);
  }
  100%{
      opacity: 1;
      transform: translateY(0px);
  }
}
@keyframes fadeInRight{
  0%{
      opacity: 0;
      transform: translateY(50px);
  }
  100%{
      opacity: 1;
      transform: translateY(0px);
  }
}
/* slide to top */
#scrollToTopBtn {
  height: 2.3rem;
  width: 2.18rem;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  line-height: 10px;
}
@media (max-width:800px){
  #scrollToTopBtn{
    display: none;
  }
}
/* faq */
/* General Styles */

.faq-container {
  width: 80%;
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-container h1 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
  font-size: 2rem;
}

/* FAQ Item Styles */
.faq-item {
  margin-bottom: 15px;
}

.faq-question {
  font-weight: bold;
  font-size: 18px;
  color: #007BFF;
  cursor: pointer;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.faq-question:hover {
  background-color: #e0e0e0;
}

.faq-answer {
  display: none;
  padding: 10px;
  background-color: #f9f9f9;
  border-left: 4px solid #007BFF;
  margin-top: 5px;
  color: #333;
  font-size: 16px;
}

/* Toggle Answer Visibility */
.faq-item.active .faq-answer {
  display: block;
}
.content-container {
  display: flex;
  background-image: url("photo2.webp");
  background-size: cover;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120vh;
  padding: 20px;
}

.section {
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for readability */
  margin: 20px 0;
  padding: 30px;
  width: 80%;
  border-radius: 10px;
}

.section h1 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: white;
}

.section p {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
}

/* Responsive styling */
@media screen and (max-width: 768px) {
  .section {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .section h1 {
    font-size: 1.5rem;
  }

  .section p {
    font-size: 1rem;
  }
  .content-container{
    background-image: url("photo4.jpg");
    height: 130vh;
  }
}
@media (max-width: 300px){
  .content-container{
    background-image: url("photo4.jpg");
    height: 145vh;
  }
}
@media (max-width: 600px){
  .sections .heading10 p{
    margin-right: 4%;
    min-width: 20vh;
  }
}
.headings{
  max-width: 200%;
  margin-bottom: 20%;
}
.headings .headings1{
  font-size: 2.2rem;
  font-weight:555;
  margin-left: 35%;
}
.headings p{
  font-size: larger;
  width: 65%;
  margin-left: 20%;
}
@media(max-width:883px){
  .headings .headings1{
    margin-left: 25%;
  }
}
@media(max-width:580px){
  .headings .headings1{
    margin-left: 17%;
  }
}
@media(max-width:483px){
  .headings .headings1{
    margin-left: 25%;
    font-size: 1.5rem;
  }
  .headings p{
    font-size: medium;
  }
}
@media (max-width: 660px){
  section#viewbox{
    margin-top: 200rem;
  }
}
.container100 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  background: white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.container100 h1 {
  color: #2c3e50;
  text-align: center;
  font-size: 36px;
}
.container100 p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  text-align: justify;
}
.container100 .image-container {
  text-align: center;
  margin: 20px 0;
}
.image-container img {
  width: 80%;
  max-width: 600px;
  border-radius: 10px;
}