main {
  overflow-x: hidden;
}
/* Hero Section */
.ln-hero-section {
  background-image: url("/assets/media/about-us.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 85vh;
  position: relative;
}

.ln-hero-section .ln-hero-content {
  position: absolute;
  padding: 50px;
  z-index: 1;
  left: 20px;
  bottom: 60px;
}

@media (max-width: 576px) {
  .ln-hero-section .ln-hero-content {
    padding: 20px;
    left: 20px;
  }
}
.ln-hero-section .ln-hero-content::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #00000080;
  z-index: -1;
  border-radius: 15px;
  filter: blur(2px);
}

.ln-hero-section .ln-hero-content p {
  font-weight: 600;
  color: rgb(232, 232, 232);
  font-family: var(--font-heading);
}
.ln-hero-section .ln-hero-heading{
  color: rgb(234, 234, 234);
}

.ln-hero-section .ln-hero-content a {
  margin-top: 20px;
  border: 0;
  width: max-content;
  padding: 15px 30px;
  background-color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font-heading);
  transition: all 0.5s cubic-bezier(0.44, -0.6, 0.28, 1.41);
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  box-shadow:
    inset 0 30px 30px -15px rgba(255, 255, 255, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.3),
    inset 0 1px 20px rgba(0, 0, 0, 0),
    0 3px 0 var(--color-accent),
    0 3px 2px rgba(0, 0, 0, 0.2),
    0 5px 10px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.ln-hero-section .ln-hero-content a:active {
  transform: translateY(3px);
  box-shadow:
    inset 0 16px 2px -15px rgba(0, 0, 0, 0),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 1px 20px rgba(0, 0, 0, 0.1),
    0 0 0 #0f988e,
    0 0 0 2px rgba(255, 255, 255, 0.5),
    0 0 0 rgba(0, 0, 0, 0),
    0 0 0 rgba(0, 0, 0, 0);
}

.ln-hero-section .ln-hero-content a i {
  margin-right: 10px;
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
  font-size: 20px;
}

.ln-hero-section .ln-hero-content a .text {
  transition: all 0.5s ease-in-out;
  color: var(--color-white);
}
.ln-hero-section .ln-hero-content a:hover .text {
  transform: translateX(150px);
}
.ln-hero-section .ln-hero-content a:hover i {
  transform: translateX(60px);
}

/* Specialization Section */
.ln-specialization-section {
  padding: 100px 0;
}

.ln-specialization-section h2 {
  margin-top: 10px;
}
.ln-specialization-section h2 span {
  color: var(--color-primary);
}

.ln-specialization-section .ln-specialization-content {
  margin-top: 30px;
}
.ln-specialization-section .ln-specialization-content .ln-specialization-card {
  border-radius: 20px;
  padding: 30px 20px;
  margin-top: 30px;
  background-color: white;
  box-shadow: 0px 10px 15px #08605e2a;
  height: 90%;
}

.ln-specialization-section
  .ln-specialization-content
  .ln-specialization-card
  img {
  margin-top: -40px;
  border-radius: 12px;
  max-height: 280px;
  object-fit: cover;
}

.ln-specialization-section
  .ln-specialization-content
  .ln-specialization-card
  .ln-specialization-category {
  color: var(--color-primary);
  margin-top: 30px;
  font-weight: 500;
}

.ln-specialization-section
  .ln-specialization-content
  .ln-specialization-card
  .ln-specialization-card-heading {
  color: var(--color-secondary);
  margin-top: 15px;
}
.ln-specialization-section
  .ln-specialization-content
  .ln-specialization-card
  .ln-specialization-card-text {
  margin: 15px 0;
}

.ln-specialization-section
  .ln-specialization-content
  .ln-specialization-card
  a {
  color: var(--color-secondary);
  font-weight: 600;
  transition: all 0.5s cubic-bezier(0.44, -0.6, 0.28, 1.41);
}
.ln-specialization-section
  .ln-specialization-content
  .ln-specialization-card
  a
  i {
  margin-left: 5px;
  transition: all 0.5s cubic-bezier(0.44, -0.6, 0.28, 1.41);
}
.ln-specialization-section
  .ln-specialization-content
  .ln-specialization-card
  a:hover {
  letter-spacing: 0.5px;
}
.ln-specialization-section
  .ln-specialization-content
  .ln-specialization-card
  a:hover
  i {
  margin-left: 15px;
}

/* Comprehensive Care Section */

.ln-care-section {
  background-color: var(--color-primary);
  padding: 100px 0;
  color: var(--color-white);
}
.ln-care-section p {
  color: var(--color-light-gray);
  margin-top: 5px;
}

.ln-care-section .ln-care-heading .small-text.tag {
  color: var(--color-white);
}

.ln-care-section .ln-care-heading h2 {
  margin: 10px;
}

.ln-care-section .ln-care-card {
  margin: 60px 0;
}

.ln-care-section .ln-care-card .ln-care-card-item {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #c9e8f015;
  box-shadow: 2px 5px 10px rgba(72, 72, 72, 0.155);
  padding: 30px 40px;
  border-radius: 12px;
  border: 1px solid #c0c0c059;
}
.ln-care-section .ln-care-card .ln-care-card-item .ln-care-card-icon {
  position: relative;
  width: max-content;
}
.ln-care-section .ln-care-card .ln-care-card-item .ln-care-card-icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background-color: #c9e8f030;
}
.ln-care-section .ln-care-card .ln-care-card-item i {
  font-size: 30px;
}

.ln-care-tech {
  background-color: #c9e8f015;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #c0c0c059;
}

.ln-care-tech img {
  border-radius: 20px;
  height: 250px;
  object-fit: cover;
}

.ln-care-tech .ln-care-tech-text {
  margin: 10px 0 15px;
}

.ln-care-tech .ln-care-tech-used li {
  list-style-type: disc;
  list-style: inside;
  font-weight: 500;
}

/* Process Section */

.ln-process h2 {
  margin: 10px 0;
}
.ln-process h2 span {
  color: var(--color-primary);
}

.ln-process-content {
  margin-top: 60px;
}
.ln-process-content .ln-process-content-img {
  padding: 30px;
}

.ln-process-content .ln-process-content-img img {
  border-radius: 12px;
}

.ln-process-content .ln-process-content-img .ln-process-content-approach {
  margin-top: 30px;
  background-color: var(--color-white);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 2px 5px #e9e9e9;
}
.ln-process-content .ln-process-content-img .ln-process-content-approach h5 {
  margin-bottom: 10px;
}

.ln-process-content .ln-process-steps {
  padding-left: 70px;
}

.ln-process-content .ln-process-steps h4 {
  position: relative;
  margin: 5px 0;
}
.ln-process-content .ln-process-steps h4::after {
  position: absolute;
  counter-increment: process-counter;
  content: counter(process-counter);
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-white);
  font-size: 20px;
  display: grid;
  place-content: center;
  background-color: var(--color-primary);
  height: 30px;
  width: 50px;
  border-radius: 16px;
}

.ln-process-content .ln-process-steps p {
  padding: 5px 0 10px 35px;
  margin-left: -35px;
  border-left: 2px solid #08605ea3;
}

/* About Us Section */
.ln-about {
  background-color: var(--color-white);
}
.ln-about .ln-about-img {
  position: relative;
}
.ln-about .ln-about-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.ln-about .ln-about-img .exp {
  position: absolute;
  content: "";
  top: 10%;
  right: 60px;
  background-color: var(--color-secondary);
  padding: 10px 20px;
  color: var(--color-white);
  font-weight: 600;
  border-radius: 40px;
  border: 4px solid #fff;
  box-shadow: 0px 2px 5px #e9e9e9;
  animation: float 5s ease infinite;
  font-size: 18px;
}

@keyframes float {
  0% {
    right: 60px;
  }

  25% {
    right: 80px;
  }
  50% {
    right: 100px;
  }
  25% {
    right: 80px;
  }
  100% {
    right: 60px;
  }
}

.ln-about .ln-about-content .small-text.tag {
  margin: 0;
}

.ln-about .ln-about-content h2 span {
  color: var(--color-primary);
}

.ln-about .ln-about-content .ln-about-text {
  margin: 15px 0;
}

.ln-about .ln-about-content .ln-about-facts li {
  margin: 10px 0 10px 30px;
  position: relative;
}
.ln-about .ln-about-content .ln-about-facts li::after {
  position: absolute;
  content: "✔️";
  top: 0;
  left: -30px;
}

.ln-about .ln-about-content button.ln-cta {
  padding: 15px 30px;
  font-size: 18px;
  color: var(--color-white);
  background-color: var(--color-secondary);
  border-radius: 50px;
  margin-top: 30px;
  transition: 0.5s cubic-bezier(0.44, -0.6, 0.28, 1.41);
  box-shadow: 5px 10px 15px #b4b4b4;
}
.ln-about .ln-about-content button.ln-cta a {
  color: var(--color-white);
}
.ln-about .ln-about-content button.ln-cta i {
  margin-left: 10px;
  transition: 0.5s cubic-bezier(0.44, -0.6, 0.28, 1.41);
}
.ln-about .ln-about-content button.ln-cta:hover {
  letter-spacing: 0.5px;
  box-shadow: 2px 5px 10px #d0d0d0;
}
.ln-about .ln-about-content button.ln-cta:hover i {
  margin-left: 20px;
  rotate: 360deg;
}

/* Testimonials Section */

.ln-testimonials .ln-testimonials-heading h2 {
  margin: 10px 0;
}

.ln-testimonials .ln-testimonials-heading h2 span {
  color: var(--color-primary);
}

.ln-testimonials .ln-grid-testimonials {
  margin: 60px auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 150px);
  justify-content: center;
  align-items: center;
}
.ln-testimonials .ln-grid-testimonials div {
  width: 100%;
  height: 150px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  position: relative;
}
.ln-testimonials .ln-grid-testimonials .testimonial-1,
.ln-testimonials .ln-grid-testimonials .testimonial-5 {
  grid-row: span 2;
}
.ln-testimonials .ln-grid-testimonials .testimonial-3 {
  grid-row: span 2;
  height: 350px;
  border-radius: 100px;
}

.ln-testimonials .ln-grid-testimonials i {
  color: var(--color-white);
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ln-testimonials a {
  color: var(--color-secondary);
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
.ln-testimonials a i {
  margin-left: 10px;
  transition: 0.5s ease-in-out;
}

.ln-testimonials a:hover {
  font-weight: 600;
}
.ln-testimonials a:hover i {
  margin-left: 20px;
  rotate: 360deg;
}

/* FAQ Section */

.ln-faq {
  background-color: var(--color-white);
}

.ln-faq .ln-faq-heading h2 span {
  color: var(--color-primary);
}

.ln-faq .ln-faq-heading .ln-faq-heading-text {
  margin-top: 5px;
}

.ln-faq .ln-faq-content {
  margin-top: 60px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.ln-faq-content-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ln-faq-content-img img {
  height: 100%;
  object-fit: cover;
}
.ln-faq .ln-faq-content .ln-faq-content-card {
  padding: 20px;
  height: auto;
  border-radius: 12px;
  background-color: #c9e8f0;
}
.ln-faq .ln-faq-content .ln-faq-content-card .ln-faq-icon .circle {
  background-color: var(--color-accent);
  padding: 20px;
  border-radius: 50%;
}
.ln-faq .ln-faq-content .ln-faq-content-card .ln-faq-icon .circle i {
  font-size: 24px;
  color: var(--color-white);
}

.ln-faq .ln-faq-content .ln-faq-content-card .ln-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.ln-faq .ln-faq-content .ln-faq-content-card .ln-faq-answer {
  margin-top: 5px;
}

.ln-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.ln-faq-content-card.active .ln-faq-answer {
  max-height: 300px;
  opacity: 1;
  margin-top: 8px;
}
.faq-toggle-icon {
  transition: transform 0.3s ease;
}

.ln-faq-content-card.active .faq-toggle-icon {
  transform: rotate(-180deg);
}

/* Media Queries */

@media (max-width: 1200px) {
  .ln-hero-section {
    padding: 150px 0px 0 350px;
  }
}
@media (max-width: 991px) {
  .ln-hero-section {
    padding: 150px 0px 0 150px;
  }
  .ln-testimonials .ln-grid-testimonials {
    grid-template-columns: repeat(5, 120px);
    gap: 0;
    column-gap: 20px;
  }
  .ln-testimonials .ln-grid-testimonials div {
    height: 120px;
  }
  .ln-faq .ln-faq-content {
    grid-template-columns: 1fr;
  }
  .ln-faq-content-img img {
    display: none;
  }
}
@media (max-width: 767px) {
  .ln-hero-section {
    display: grid;
    padding: 0;
    place-items: center;
  }
  .ln-testimonials .ln-grid-testimonials {
    display: block;
  }
  .ln-testimonials .ln-grid-testimonials div {
    border-radius: 100px;
    margin-top: 15px;
    height: 200px;
  }
  .ln-testimonials .ln-grid-testimonials .testimonial-3 {
    height: 200px;
  }
  .ln-testimonials .ln-grid-testimonials i {
    font-size: 40px;
  }
}

@media (max-width: 450px) {
  .ln-about .ln-about-content button.ln-cta {
    font-size: 14px;
    padding: 10px 20px;
  }

  .ln-care-section .ln-care-card .ln-care-card-item {
    flex-direction: column;
    text-align: center;
    padding: 40px;
  }

  .ln-process-content .ln-process-steps p {
    padding: 10px 0 10px 15px;
  }
  .ln-about .ln-about-img .exp {
    font-size: 12px;
    animation: none;
    top: 0;
  }

  .ln-faq-icon,
  .faq-toggle-icon {
    display: none;
  }

  .ln-faq .ln-faq-content .ln-faq-content-card {
    padding: 15px;
  }
}
