html{
  scroll-behavior: smooth;
}






.slidess {
  height: auto;
}

.slidess img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sliders {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}


@media (max-width: 768px) {
  .slides img {
    height: auto;
    max-height: 100vh;
  }

 .next, .prev {
    display: none;
  }
}


.services{
padding-top: 0px;
padding-left: 0px;
}

.services_intro{
  display: flex;
  justify-content: center;
  gap: 45px;
 padding: 0px 20px;
}
/* .services h3{
  font-family: "linotype-didot";
  font-weight: bold;
  font-size: 35px;
  color: #1e1e1e !important;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
} */
.services ul{
  color: #777;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 25px;
}
.services ul li{
  list-style: none;
  margin-bottom: 5px;
}


.intro_text{
  align-content: center;
  
}

.intro_img{
    /* background: red; */
  width: 241px;
  height: 297px;
  border-radius: 7px;
  overflow: hidden;
}

.intro_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}



.introduction{
 padding: 28px 31%;
}


.heading_intro h3{
 font-family: "linotype-didot";
  font-weight: bold;
  font-size: 35px;
  color: #1e1e1e !important;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.introduction_text p{
  text-align: justify;
  margin-bottom: 23px;
  font-size: 18px;
  line-height: 1.5;
  color: #545454;
  font-family: "Barlow Condensed", sans-serif;
}

.introduction_text ul li{
  list-style: disclosure-closed;
}



.faq-section {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.faq-section h2 {
  text-align: center;
  font-size: 2rem;
  color: #00abff;
  margin-bottom: 30px;
}

.faq {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-question {
  font-size: 1.1rem;
  padding: 9px 20px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #545454;
}

.faq-question:hover {
  background: #f0f8ff;
}

.faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  font-family: "Barlow Condensed", sans-serif;
}

.arrows{
  font-size: 36px;
  transition: transform 0.3s ease;
  color: #00abff;
}

.faq-question.active .arrows{
  transform: rotate(180deg);
}


.second_nav{
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  
  z-index: 15;
  margin: auto;
  left: 0;
  right: 0;
  background: white;
  width: 830px;
 box-shadow: 0px 16px 24px -4px rgba(0, 0, 0, 0.04), 0px 8px 16px -6px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  height: 72px;
  position: relative;
  top: -31px;
}


.second_nav ul{
 display: flex;
  justify-content: center;
  align-content: center;
  margin: 0;
  padding: 17px 0;
}
.second_nav ul li{
  margin-bottom: 0px;
}
.second_nav ul li a{
  text-decoration: none;
  margin: 0 34px;
  color: #1e1e1e !important;
  font-size: 23px;
  font-family: "linotype-didot";
}


.second_nav_toggle{
  display: none;
}


.intro_text h3{
  font-family: "linotype-didot";
  font-weight: bold;
  font-size: 35px;
  color: #1e1e1e !important;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}

@media (max-width: 860px) {
  .second_nav {
   display: block;
    width: 90%;
    height: auto;
    padding: 10px;
    /* top: 0; */
    background: none;
    box-shadow: none;
  }

  .second_nav ul {
    display: none; /* Hide original nav list by default */
    flex-direction: column;
    padding: 0;
    margin: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .second_nav ul.show {
    display: block; /* Show on dropdown trigger */
  }

  .second_nav ul li {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
  }

  .second_nav ul li:last-child {
    border-bottom: none;
  }

  .second_nav_toggle {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    background: white;
    color: #1e1e1e;
    cursor: pointer;
    box-shadow: 0px 16px 24px -4px rgba(0, 0, 0, 0.04), 0px 8px 16px -6px rgba(0, 0, 0, 0.08);
  }
}








@media (max-width: 1200px) {
  .services_intro {
    gap: 120px;
  }

  .introduction {
    padding: 28px 10%;
  }
}

@media (max-width: 992px) {
  .services_intro {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
  }


  .introduction {
    padding: 20px 8%;
  }

 





}

@media (max-width: 768px) {
 

  .introduction {
    padding: 20px 6%;
  }

  .services h3 {
    font-size: 40px;
  }

  .services ul {
    font-size: 28px;
    text-align: left;
  }

  .intro p, .intro_service p, .intro_service ul li p {
   font-size: 20px;
    text-align: left;
  }

  .faq-section {
    padding: 15px;
    margin: 30px 10px;
  }

  .faq-section h2 {
    font-size: 1.6rem;
  }

  .faq-question {
    font-size:20px;
    
  }

  .faq-answer {
    font-size: 18px;
  }
  .heading_intro h3{
    font-size: 40px;
  }
  .introduction_text p{
    font-size: 20px;
  }
  .slidess {
  height: 100vh;
}
}

@media (max-width: 480px) {
 
  .services_intro {
    gap: 20px;
  }









  .faq-section {
    margin: 20px 8px;
  }
}