/* NavBar  */
.navbar-nav .nav-item {
  margin-right: 15px;
  padding: 5px;
}

.navbar-collapse.show {
  padding: 10px;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 5px;
  transition: transform 0.3s ease-in-out;
}

/* Styling icons */
.menu-icon,
.close-icon {
  width: 30px;
  height: 30px;
  transition: transform 0.4s ease-in-out;
}

.close-icon {
  display: none;
}

.navbar-toggler.open .menu-icon {
  display: none;
}

.navbar-toggler.open .close-icon {
  display: block;
  animation: spin 0.4s ease-in-out;
}

@keyframes spin {
  from {
    transform: rotate(-90deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.navbar {
  background: white;
  width: 100%;
  opacity: 1;
}

.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: white;
  z-index: 1000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  animation: fadeSlideDown 0.5s ease-out forwards;
  height: 90px;
}

@keyframes fadeSlideDown {
  from {
    top: -60px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.navbar.fixed .navbar-collapse {
  background-color: #f8f9fa;
}

.navbar-nav .nav-link {
  color: var(--themeht-body-color);
}

.nav-link:hover {
  color: #ffc107 !important;
}

.navbar-nav .nav-item .nav-link.active {
  color: #ffc107 !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-nav .nav-item {
    margin-right: 15px;
    padding: 0px;
  }

  .navbar-brand {
    margin-left: -30px;
  }

  .navbar-brand img {
    height: 50px;
  }
}

.counter.style-2 .counter-desc span {
  font-size: 50px;
}

.founder-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.services {
  margin-top: 20px;
  line-height: 23px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact {
    margin-top: 160px;
  }
}

.testimonial.style-2 {
  height: 500px !important;
}

.count-area {
  padding: 60px 0px !important;
}

.welcome-para {
  text-align: justify;
}

.lc_responsive-link {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1rem;
}
.navbar-logo {
  height: 100px; /* Adjust as needed */
  width: auto; /* Maintain aspect ratio */
  display: block; /* Removes extra line-height from inline images */
  padding: 0; /* Make sure image has no internal padding */
  margin: 0; /* Remove any default spacing */
}
.navbar,
.navbar-brand,
.container {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* Default (Desktop 1440px and above) */
.welcome-1 {
  font-size: 1.5em;
}
.lc_image {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  display: block;
}

/* Ensure consistent spacing and responsiveness */
.lc_welcome_para_section {
  padding: 15px;
  padding-top: 1px;
}

.lc_welcome_para_section p {
  margin-bottom: 1rem;
  line-height: 2.2;
  font-size: 1rem;
  text-align: justify;
}

.lc_about_container {
  margin-top: 40px !important;
}

@media (min-width: 320px)and (max-width: 767px) {
  .lc_welcome_para_section {
    padding: 7px;
  }
  .lc_header{
    font-size: 0.8rem;

  }

  .lc_welcome_para_section p {
    font-size: 15px;
    line-height: 2;
  }
}

@media (min-width: 700px) and (max-width: 768px) {
  .lc_image {
    max-height: 650px;
  }
  
}

@media (min-width: 992px) and (max-width: 1024px) {
  .lc_about_container {
    margin-top: 60px !important;
  }

  .lc_welcome_para_section p {
    font-size: 15px;
    line-height: 1.5;
  }
}
