/* Tablets <= 991px */
@media (max-width: 991px) {
  .carousel-item .content {
    max-width: 80%;
    padding: 20px 15px;
  }
  .carousel-item .content h1 {
    font-size: 2rem;
  }
  .carousel-item .content h6 {
    font-size: 1rem;
  }
  .carousel-item .content p {
    font-size: 0.95rem;
  }
  .Request-form {
    max-width: 450px;
    padding: 20px 15px;
  }
  .Request-form h6 {
    font-size: 1.3rem;
  }
}

/* Mobile <= 767px */
@media (max-width: 767px) {
  .carousel-item .content {
    max-width: 90%;
    padding: 15px 10px;
  }
  .carousel-item .content h1 {
    font-size: 48px;
  }
  .carousel-item .content h6 {
    font-size: 24px;
  }
  .carousel-item .content p {
    font-size: 15px;
  }
  .carousel-item .content .Read-more a {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
  .Request-form {
    width: 95%;
    margin: 30px auto;
    padding: 15px 10px;
  }
  .Request-form h6 {
    font-size: 1.2rem;
  }
  .Request-form .submit button {
    font-size: 0.95rem;
    padding: 8px;
  }
  /* #imageCarousel .carousel-control-next {
    right: 0px;
    width: 15% !important;
  } */
}

/* ....................form..................... */

/* Tablets <= 991px */
@media (max-width: 991px) {
  .Request-form {
    max-width: 450px;
    padding: 20px 15px;
    margin: 40px auto;
  }
  .Request-form h6 {
    font-size: 1.35rem;
  }
  .Request-form .form-control {
    font-size: 0.9rem;
  }
}

/* Mobile <= 767px */
@media (max-width: 767px) {
  .Request-form {
    width: 95%;
    padding: 15px 10px;
    margin: 30px auto;
  }
  .Request-form h6 {
    font-size: 1.2rem;
  }
  .Request-form .form-control {
    font-size: 0.85rem;
    padding: 6px 8px;
  }
  .Request-form .col-md-6 {
    min-width: 100%;
  }
  .Request-form .submit button {
    font-size: 0.95rem;
    padding: 8px;
  }
}

@media (max-width: 768px) {
  .about-bg .about-heading h6 {
    font-size: 40px;
    text-align: left;
    margin: 20px 0;
  }

  .about-us-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
  }

  .about-us-card .icon i {
    font-size: 30px;
    padding: 12px;
    width: 50px;
    height: 50px;
  }
  /* ...............................bout section........................... */
  .about-us-text p {
    font-size: 14px;
    line-height: 20px;
  }

  .about-people img {
    width: 100% !important;
  }

  .about-people p {
    font-size: 14px;
    padding: 0 10px;
  }

  /* Column spacing fix */
  .about-bg .col-md-4 {
    margin-bottom: 20px;
  }

  /* Section padding for mobile */
  .about-bg {
    /* padding: 30px 0; */
  }
}

/* .....................................................up comming project */

@media (max-width: 768px) {
  .bg-green {
    padding: 30px 0;
  }

  /* Columns stack */
  .bg-green .col-4,
  .bg-green .col-8 {
    width: 100%;
  }

  .upcoming-project-image img {
    width: 100%;
    border-radius: 5px;
  }

  /* Remove side-by-side layout */
  .bg-green .col-8 {
    margin-top: 20px;
    text-align: center;
    justify-content: center;
  }

  .upcoming-content h6 {
    font-size: 20px;
  }

  .upcoming-content p {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .upcoming-content span {
    font-size: 14px;
    font-weight: 600;
  }
  .upcoming-content p {
    font-size: 16px;
    line-height: 17px;
  }
}

/* tiger trail banner section  */

@media (max-width: 768px) {
  /* Video height adjust */
  .vh-100 {
    height: auto !important;
  }

  .vh-100 video {
    height: 350px !important;
    object-fit: cover !important;
  }

  /* Overlay spacing */
  .hero-overlay {
    padding: 20px 15px;
    text-align: center;
  }

  /* Heading */
  .hero-content-heading {
    font-size: 22px !important;
    line-height: 30px;
    margin-bottom: 15px !important;
  }

  .hero-content-heading span {
    font-size: 22px;
  }

  /* Paragraph */
  .hero-content-para {
    font-size: 14px !important;
    line-height: 22px;
    width: 100% !important;
    padding: 0 10px;
  }

  /* Content alignment fix */
  .hero-content {
    margin-top: 20px;
  }

  .hero-content {
    background-color: #b8e8ff3d;
    width: 100%;
    padding: 0;
    border-radius: 15px;
  }
  .hero-content-heading span {
    color: #00aeff !important;
  }
  .our-offering {
    background: url(./assets/images/Home/bg-marker-left.jpg);
    padding: 0;
    background-repeat: no-repeat;

    background-size: contain;
    background-position: left;
  }
}

/* where nature meets */

@media (max-width: 768px) {
  /* Top padding reduce */
  .location-img {
    padding-top: 30px !important;
    text-align: center;
  }

  /* Overlay padding */
  .location-overlay {
    padding: 20px 15px !important;
  }

  /* Content box */
  .location-img .content {
    width: 100% !important;
    padding: 0 10px;
  }

  /* Heading */
  .location-img h6 {
    font-size: 23px !important;
    margin-bottom: 15px !important;
  }

  /* Paragraph */
  .location-img p {
    font-size: 15px !important;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .our-heading {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 30px;

    font-weight: revert;
  }
}

@media (max-width: 768px) {
  .our-project-text p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .our-project-text {
    border: 1px solid #00aeff;
    padding-top: 0;
    border-left: 0;
    margin-bottom: 10px;
    border-right: 0;
    width: 90%;
    /* text-align: center; */
  }
}

/* footer */
@media (max-width: 992px) {
  .main-footer {
    padding: 30px 0px;
  }
}

@media (max-width: 768px) {
  .main-footer {
    padding: 40px 0px;
  }
}
