.carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}
.carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 100%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    /* flex: 0 0 calc(100% / 2); */
  }
  
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: flex;
    margin-right: 0;
    flex: 0 0 calc(100% / 1);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  display:none
}

#testimomial-bg{
    background-color: #f0f8ff;
}
  .article-container {
      padding: 2rem;
  }
  
      
  .article-block {
      text-align: center;
  }
  
  .article-block .entry-content > p {
      color: #666;
  }
  
      
  .tabs-container {
      padding: 2rem;
  }
      
  .tabs-block {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  
  .tabs {
      display: flex;
  }
  
  .tabs > ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 15%;
  }
  
  .tabs > ul li {
      display: block;
  }
  
  .tabs > ul li:not(:last-child) {
      border-bottom: 1px solid #262626;
  }
  
  .tabs > ul li a,
  .tabs > ul li a:visited {
      display: flex;
      border-bottom: none;
      text-decoration: none;
      background-color: #000;
      color: #fff;
      padding: 1rem 1.5rem;
      transition: all 0.2s ease-in-out;
      word-wrap: break-word;
  }
  
  .tabs > ul li a:hover,
  .tabs > ul li a:focus,
  .tabs > ul li a:active {
      border-bottom: none;
      outline: 0;
  }
  
  .tabs > ul li a.active {
      background-color: #fff;
      color: #1b1d1d;
  }
  
  .tabs > ul li a:hover:not(.active) {
      color: #f3e175;
  }
  
  .tabs > ul li a > span {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
  }
  
  .tabs > ul li a > span.tab-label {
      display: none;
  }
  li#icon::before {
  content: "\f18c"; 
  font-family: FontAwesome;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -1 );
  width: 18px !important;
} 

  .tabs section {
      width: 85%;
      background-color: #fff;
      padding: 1rem;
      display: none;
      word-wrap: break-word;
      
  }
  
  .tabs section > * {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.2s, transform 0.2s;
  }
  
  .tabs section > *:nth-child(1) {
      transition-delay: 0.2s;
  }
  
  .tabs section > *:nth-child(2) {
      transition-delay: 0.3s;
  }
  
  .tabs section > *:nth-child(3) {
      transition-delay: 0.4s;
  }
  
  .tabs section > *:nth-child(4) {
      transition-delay: 0.5s;
  }
  
  .tabs section > *:nth-child(5) {
      transition-delay: 0.6s;
  }
  
  .tabs section > *:nth-child(6) {
      transition-delay: 0.7s;
  }
  
  .tabs section > *:nth-child(7) {
      transition-delay: 0.8s;
  }
  
  .tabs section > *:nth-child(8) {
      transition-delay: 0.9s;
  }
  
  .tabs section > *:nth-child(9) {
      transition-delay: 1s;
  }
  
  .tabs section > *:nth-child(10) {
      transition-delay: 1.1s;
  }
  
  .tabs section > *:nth-child(11) {
      transition-delay: 1.2s;
  }
  
  .tabs section > *:nth-child(12) {
      transition-delay: 1.3s;
  }
  
  .tabs section > *:nth-child(13) {
      transition-delay: 1.4s;
  }
  
  .tabs section > *:nth-child(14) {
      transition-delay: 1.5s;
  }
  
  .tabs section > *:nth-child(15) {
      transition-delay: 1.6s;
  }
  
  .tabs section > *:nth-child(16) {
      transition-delay: 1.7s;
  }
  
  .tabs section > *:nth-child(17) {
      transition-delay: 1.8s;
  }
  
  .tabs section > *:nth-child(18) {
      transition-delay: 1.9s;
  }
  
  .tabs section > *:nth-child(19) {
      transition-delay: 2s;
  }
  
  .tabs section > *:nth-child(20) {
      transition-delay: 2.1s;
  }
  
  .tabs section.active {
      display: block;
  }
  
  .tabs section.active-content > * {
      opacity: 1;
      transform: translateY(0);
  }
  @media (min-width: 576px) {
  
      .tabs > ul {
          width: 150px;
      }
  
      .tabs > ul li a {
          flex-wrap: wrap;
      }
  
      .tabs > ul li a > span {
          width: 100%;
      }
  
      .tabs > ul li a > span.tab-label {
          width: 100%;
          display: block;
          margin-top: 0.2rem;
      }
  
      .tabs section {
          width: calc(100% - 150px);
          padding: 2rem 2rem;
      }
  }
  @media (min-width: 768px) {
  
      body {
          font-size: 1.125rem;
      }
  
      .tabs-container {
          padding: 4rem 0rem;
      }
  }
  @media (min-width: 992px) {
  
      .tabs {
          width: 800px;
      }
  }
  
  #section-3 {
padding-top: 0px;
padding-bottom:0px;
}  
#section-4 {
padding-top: 0px;
padding-bottom:0px;
}  

.home {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 100vh;
  overflow: hidden;
  background: #000;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.home-content {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  color: #fff;
  text-align: center;
}

/* Mobile-first responsive adjustments */
@media (max-width: 768px) {
  .home {
    aspect-ratio: 16 / 9;
    max-height: 60vh;
  }
  .home-content {
    padding-top: 80px;
  }
}

@media (max-width: 480px) {
  .home {
    aspect-ratio: 16 / 9;
    max-height: 50vh;
  }
  .home-content {
    padding-top: 60px;
  }
}


.home p {
font-size: clamp(25px, 4vw, 40px);
margin-top: 10px;
}
#testimomial-bg {
    background-color: #f0f8ff;
    margin-top: 37px;
}
.home-content button {
 display: block;
 font-size: clamp(14px, 1.5vw, 18px);
 border: 1px solid #f1f1f1;
 border-radius: 5px;
 background: transparent;
 color: #fff;
 margin: 50px auto 0;
 padding: 12px 20px;
 cursor: pointer;
}
.section-padding {
padding-top: 50px;
padding-bottom: 30px;
}
.custom-text-box-image {
border-radius: var(--border-radius-medium);
width: 100%;
height: 95%;
object-fit: cover;
}
.contact-form {
background: var(--section-bg-color);
border-radius: var(--border-radius-small);
padding: 20px;
}
.custom-form .form-control, .input-group-file {

padding-bottom: 13px;
outline: none;
}
.site-header {
  background: #5a6f80;
  padding-top: 15px;
  padding-bottom: 10px;
}
#li-list {
  list-style-type: none;
  padding-right: 25px;
}
#resource-slider {
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 15em;
margin: auto;
border-radius: 3px;
background: #fff;
border: 1px solid #DDD;
overflow: hidden;
}

#resource-slider .arrow {
cursor: pointer;
position: absolute;
width: 2em;
height: 100%;
padding: 0;
margin: 0;
outline: 0;
background: transparent;
}

#resource-slider .arrow:hover {
background: rgba(0, 0, 0, 0.1);
}

#resource-slider .arrow:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 0.75em;
height: 0.75em;
margin: auto;
border-style: solid;
}

#resource-slider .prev {
left: 0;
bottom: 0;
}

#resource-slider .prev:before {
left: 0.25em;
border-width: 3px 0 0 3px;
border-color: #333 transparent transparent #333;
transform: rotate(-45deg);
}

#resource-slider .next {
right: 0;
bottom: 0;
}

#resource-slider .next:before {
right: 0.25em;
border-width: 3px 3px 0 0;
border-color: #333 #333 transparent transparent;
transform: rotate(45deg);
}

#resource-slider .resource-slider-frame {
position: absolute;
top: 0;
left: 2em;
right: 2em;
bottom: 0;
border-left: 0.25em solid transparent;
border-right: 0.25em solid transparent;
overflow: hidden;
}

#resource-slider .resource-slider-item {
position: absolute;
top: 0;
bottom: 0;
width: 25%;
height: 100%;
}

#resource-slider .resource-slider-inset {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0.5em 0.25em;
overflow: hidden;
}

@media ( max-width: 60em ) {
#resource-slider .resource-slider-item {
width: 33.33%;
}
#resource-slider {
height: 16em;
}
}

@media ( max-width: 45em ) {
#resource-slider .resource-slider-item {
width: 50%;
}
}

@media ( max-width: 30em ) {
#resource-slider .resource-slider-item {
width: 100%;
}
#resource-slider {
height: 19em;
}
}
#tab-left{
padding-right:1px;  padding-left:1px;
font-weight:400;

}

.tabs > ul li a.active {

color: #ffffff;
background-color: yellowgreen;
}
.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
color: var(--custom-btn-bg-color);
margin-top: 8px;
padding: 12px 8px;
}
#p-list{
color: #5a6f80;
font-size:16px;
font-weight:600;
}
@media screen and (max-width: 600px) {
  #heading {
    font-size: 20px;
}
}
.unknown-button1 {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(145deg, #007aff, #005bb5);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease, box-shadow 0.3s ease, transform 0.1s ease;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    /* margin-left: 63px; */
    margin-top: -37px !important;
    width: 154px;
    height: 40px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    margin-right: 1233px;
}
h5.picnic {
    margin-top: 33px;
}
#testimonialCarousel {
    /* margin-left: -77px; */
}
#ling {
    text-align: start;
    font-size: 23px;
    margin-bottom: 31px;
}
#content-img {
    margin-left: 20px;
}
#img-place1 {
        padding-bottom: 33px;
        padding-top: 14px;
        margin-top: -2px;
        width: 100%;
        /* height: 249px; */
        /* margin-left: -36px; */
    }
button#silent {
    /* margin-left: 37px; */
}
.table {
    display: block !important;
    overflow-x: auto !important;
    width: 100% !important;
}
#maps{
    width: 100% !important;
}
#maps{
    width: 100% !important;
}

.footer-map-wrapper {
   margin-bottom: 0.5rem;
   border-radius: 8px;
   overflow: hidden;
   width: 100%;
}

.footer-map-wrapper iframe {
   width: 100%;
   height: 150px;
   border: 0;
   display: block;
}

@media (max-width: 992px) {
   .footer-map-wrapper iframe {
     height: 130px;
   }
}

@media (max-width: 768px) {
   .footer-map-wrapper {
     margin: 0 auto;
     max-width: 100%;
   }

   .footer-map-wrapper iframe {
     height: 120px;
   }
}

@media (max-width: 576px) {
   .footer-map-wrapper iframe {
     height: 100px;
   }
}

@media (max-width: 480px) {
   .footer-map-wrapper iframe {
     height: 90px;
   }
}
