@media (max-width: 1400px) {

  /* Swiper-specific styles */
  .projects-swiper {
    max-width: 800px;
  }
}


/* Mobile Responsive Styles */
@media (max-width: 768px) {

  .sm-none {
    display: none;
  }

  .sm-show {
    display: flex !important;
  }

  * {
    touch-action: manipulation !important;
  }

  .container-fluid {
    padding-left: 1rem;
  }

  .country-dropdown.custom-dropdown {
    position: relative;
    width: 145px;
  }

  .country-dropdown .selected {
    padding: 15px 10px;
  }

  .hamburger {
    display: flex;
  }

  .footer-contact {
    width: 100%;
  }

  footer.footer svg {
    max-width: 160px;
  }

  .nav-menu {
    position: fixed;
    top: -20px;
    left: -100%;
    width: 88%;
    max-width: 400px;
    height: 100vh;
    background: rgb(255, 255, 255);
    backdrop-filter: blur(15px);
    padding: 80px 30px 30px;
    flex-direction: column;
    gap: 30px;
    /* box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1); */
    z-index: 1006;
    transition: left 0.3s ease;
    /* border-radius: 0 10px 10px 0; */
  }

  .nav-menu.active {
    left: -13px;
    top: -20px;
  }

  .nav-container {
    padding: 15px;
  }

  .nav-links a {
    font-size: 20px;
  }

  .nav-links {
    gap: 20px;
  }

  .nav-links {
    flex-direction: column;
    text-align: left;
    justify-content: left;
    width: 100%;
    margin-left: 10px;
    margin-top: 20px;
  }

  .hero-title {
    font-size: 2rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 1.2;
  }

  .story-content-plans {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .story-content {
    grid-template-columns: 1fr;

  }

  .story-text h2 {
    font-size: 2rem;
    text-align: center;
  }

  .image-grid {
    height: 400px;
    margin-bottom: 30px;
    gap: 10px;
  }

  .contact-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-form-wrapper h2 {
    font-size: 2rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .why-choose-us {
    padding: 40px 0;
  }

  .projects-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;

    display: flex;
    flex-direction: column;
  }

  .projects {
    padding: 40px 20px;
    position: relative;
  }

  .container-project-sec {
    margin-left: 0;
  }

  .projects-text h2 {
    font-size: 2.5rem;
  }

  .projects .absolute-pattern {
    width: 250px;
    height: 250px;
  }

  .projects .absolute-pattern svg {
    width: 100%;
    height: 100%;
  }

  .projects-gallery {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 0 10px;
  }

  .projects-content {
    gap: 0;
  }


  /* Swiper-specific styles */
  .projects-swiper {
    max-width: 25em;
    margin-left: 40px;
  }

  .project-item {
    height: 280px;
    margin: 0 auto 20px;
  }

  p.key-services-description {
    text-align: justify;
  }

  .projects .btn {
    margin-top: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .tabs-section {
    margin-bottom: 30px;
  }

  .absolute-pattern {
    /* height: 200px; */
    width: 200px;
    object-fit: contain;
    bottom: 0;
  }

  .testimonials-swiper {
    padding-bottom: 20px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
    z-index: 999;
    position: relative;
  }

  .footer-column {
    border-bottom: 1px solid #719327d3;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-toggle {
    display: block;
  }

  .footer-menu,
  .footer-contact {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .footer-menu.active,
  .footer-contact.active {
    max-height: 300px;
    margin-top: 5px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0px;
    text-align: left;
    padding-top: 15px;
    border: none;
    display: flex;
    align-items: left;
  }

  .footer-content {
    margin-bottom: 20px;
  }

  .footer-logo {
    align-items: center;
    justify-content: center;
  }

  .footer-description {
    border-bottom: 1px solid #719327;
    padding-bottom: 20px;
    max-width: 100%;
    text-align: justify;
  }

  /* key services responsive styles start */
  .key-services-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .key-services-title {
    font-size: 2rem;
    text-align: center;
  }

  .key-services-item-header {
    /* flex-direction: column; */
    align-items: flex-start;
    /* padding: 10px; */
  }

  .key-services-description {
    padding: 0 10px 10px 10px;
  }

  .key-services-item.active .key-services-description {
    padding: 0 10px 10px 0px;
  }

  .key-services-icon {
    width: 30px;
    height: 30px;
    padding: 6px;
  }


  .key-services-image {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }

  .key-services-img {
    max-width: 100%;
    height: auto;
  }

  /* key services responsive styles end */

  /* Outdoor Fresh Responsive Styles start */
  .outdoor-fresh-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .outdoor-fresh-title {
    font-size: 2.2rem;
    text-align: center;
  }

  .outdoor-fresh-description {
    text-align: left;
    font-size: 1rem;
  }

  .outdoor-fresh-img {
    max-width: 100%;
    height: 300px;
  }

  /* Outdoor Fresh Responsive Styles end */

  /* Faq Section responsive styles start */
  .faq-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .faq-item-header {
    padding: 20px 0;
  }

  .faq-number {
    font-size: 1.5rem;
    margin-right: 20px;
    min-width: 30px;
    font-weight: 700;
    font-family: var(--font-geist);
  }

  .faq-question {
    font-size: 1.1rem;
  }

  .faq-answer {
    padding: 0 0 20px 50px;
    font-size: 1rem;
  }

  .faq-item.active .faq-answer {
    padding: 0 0 20px 50px;
    padding-left: 0;
  }

  .faq-toggle-icon {
    width: 35px;
    height: 35px;
  }

  /* Faq Section responsive styles end */

  /* CONTACT SECTION RESPONSIVE STYLES IN SERVICES DETAILS */
  .contact-content {
    gap: 60px;
  }

  .contact-submit-btn {
    width: 100%;
  }

  .contact-images {
    height: 400px;
  }

  .contact-image-1 {
    width: 240px;
    height: 170px;
  }

  .contact-image-2 {
    width: 280px;
    height: 170px;
    bottom: 30px;
    left: 0px;

  }

  .contact-image-3 {
    width: 80%;
    /* height: auto; */
    top: 0px;
    right: 0px;
  }

  .outdoor-fresh-section {
    background-image: url(../assets/images/vision-pattern.svg);
    background-repeat: no-repeat;
  }

  .contact-form-input {
    border-radius: 0 !important;
  }

  /* CONTACT SECTION RESPONSIVE STYLES IN SERVICES DETAILS END */


  .customer-info {
    flex-direction: column;
  }

  .customer-photo {
    width: 100%;
  }

  .service-contact-section {
    padding: 40px 0 50px;
  }

  .customer-info-sec {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .nav-container {
    padding: 15px 20px;
  }



  .btn {
    padding: 12px 24px;
    font-size: 16px;
    width: 100%;
  }

  .service-card {
    padding: 30px 20px;
  }

  .services {
    padding: 10px 0 60px 0;
  }

  .service-detail-sec .services {
    margin-top: 40px;
  }

  /* .services-swiper.swiper-backface-hidden .swiper-slide {
  margin-right: 20px !important;
} */
  .story {
    padding: 40px 0;
  }

  .swiper-nav {
    margin-top: 20px;
    display: none;
  }

  .services-swiper {
    padding-bottom: 0;
  }

  .contact-form-wrapper h2 {
    font-size: 1.8rem;
  }

  .features-grid {
    gap: 0px;
  }

  .feature-item {
    padding: 0px 0 10px 0;
  }

  .projects-text h2 {
    font-size: 2rem;
  }

  .projects-gallery {
    gap: 10px;
  }

  .footer {
    padding: 40px 0 20px;
    overflow: hidden;
  }

  .footer-content {
    gap: 15px;
  }

  .footer-links {
    gap: 0px;
  }

  .footer-column h4 {
    font-size: 16px;
  }

  .footer-menu {
    gap: 0px;
  }

  .footer-column-header {
    /* border-bottom: 1px solid #719327d3; */
  }

  .footer-column {
    border-bottom: 1px solid #719327d3;
    padding-bottom: 15px;
    margin-bottom: 15px;

  }

  .footer-column-header {
    margin-bottom: 0;
  }

  .social-links {
    gap: 10px;
  }

  .social-link {
    width: 35px;
    height: 35px;
  }

  .about-page .services {
    margin-top: 30px;
  }

  /* key services responsive styles start */
  .key-services-section {
    padding: 50px 0 40px;
  }

  .key-services-title {
    font-size: 1.8rem;
  }

  .key-services-item h3 {
    font-size: 1.3rem;
  }

  .key-services-description {
    font-size: 1rem;
  }

  /* key services responsive styles end */

  /* Outdoor Fresh Responsive Styles start */
  .outdoor-fresh-section {
    padding: 40px 0;
  }

  .outdoor-fresh-image {
    margin-bottom: 20px;
  }

  .outdoor-fresh-title {
    font-size: 1.8rem;
  }

  .outdoor-fresh-description {
    font-size: 1rem;
    text-align: justify;
  }

  .outdoor-fresh-img {
    height: 250px;
  }

  /* Outdoor Fresh Responsive Styles end */

  /* Faq Section responsive styles start */
  .faq-section {
    padding: 0px 0;
  }

  .faq-container {
    margin-bottom: 60px;
  }

  .faq-title {
    font-size: 2rem;
  }

  .faq-item-header {
    padding: 15px 0;
  }

  .faq-number {
    font-size: 1.2rem;
    margin-right: 15px;
    min-width: 25px;
  }

  .faq-question {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .outdoor-fresh-section {
    background-image: url(../assets/images/vision-pattern.svg);
    background-repeat: no-repeat;
  }

  .faq-answer {
    padding: 0 0 15px 40px;
    font-size: 0.95rem;
  }

  .faq-item.active .faq-answer {
    padding: 0 0 15px 40px;
    padding-left: 0;
  }

  .faq-toggle-icon {
    width: 30px;
    height: 30px;
  }

  .faq-item {
    padding-bottom: 0;
  }

  /* .faq-answer {
    padding: 0 10px 10px 10px;
  } */
  .faq-toggle-arrow {
    width: 10px;
    height: 10px;
  }


  /* Faq Section responsive styles end */

  /* CONTACT SECTION RESPONSIVE STYLES IN SERVICES DETAILS START */
  .contact-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 30px;
  }

  .contact-form-input,
  .contact-form-textarea {
    font-size: 1rem;
  }

  .contact-form-label {
    font-size: 1rem;
  }

  .contact-images {
    /* height: 280px; */
    /* max-width: 320px; */
    width: 100%;
    position: relative;
  }

  /* .contact-image-1 {
    width: 160px;
    height: 110px;
  }
  
  .contact-image-2 {
    width: 180px;
    height: 120px;
    bottom: 30px;
    left: 15px;
  }
  
  .contact-image-3 {
    width: 110px;
    height: 160px;
    top: 60px;
    right: 30px;
  } */
  /* CONTACT SECTION RESPONSIVE STYLES IN SERVICES DETAILS end */


  .story-title-plans {
    font-size: 2rem;
  }

  .story-subtitle-plans {
    line-height: 1.3;
    font-size: 1.1rem;
    color: #00100F;
    font-family: var(--geist-light);
    font-weight: 68;
  }

  .story-subtitle {
    line-height: 1.2;
    text-align: center;
  }

  .story-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .story-section {
    padding: 40px 0;
  }

  .vision-ptn.absolute-pattern img,
  .mission-ptn.absolute-pattern img {
    height: auto;
  }

  .vision-content,
  .mission-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vision-image,
  .mission-image {
    margin-bottom: 20px;
  }

  .vision-title,
  .mission-title {
    font-size: 2rem;
  }

  .vision-section {
    padding: 40px 0 0;
  }

  .mission-section {
    padding: 20px 0 40px 0;
    margin-bottom: 0;
  }

  .vision-img,
  .mission-img {
    height: 300px;
  }
}



/* testimonials  mob start*/

/* Desktop Testimonials (hide on mobile) */
.testimonials {
  display: block;
}

.testimonials-mob .swiper-nav-mob,
.testimonials-mob .swiper-pagination-mob {
  display: none !important;
}

/* Mobile Testimonials Slider */
.testimonials-mob {
  display: none;
  padding: 20px 0;
}

.testimonials-mob .swiper-slide {
  display: flex;
  justify-content: center;
}

.testimonial-card-mob {
  /* background: #f9f9f9; */
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  max-width: 300px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  border: 1px solid #ddd;
}

.rating-mob {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
}

.star-mob img {
  width: 20px;
  height: 20px;
}

.testimonial-text-mob {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: justify;
}

.customer-info-mob {
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: self-start;
  border-top: 1px solid #C2C5C1;
  padding-top: 20px;
  margin-top: 20px;
}

.customer-photo-mob {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  object-fit: cover;
}

.customer-details-mob {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: start;
}

.customer-details-mob h4 {
  font-size: 16px;
  color: #2c5530;
  margin: 0;
}

.customer-details-mob span {
  font-size: 16px;
  color: #719327;
}

/* Swiper-specific styles for mobile */
.testimonials-mob-swiper {
  width: 100%;
  /* max-width: 320px; */
  margin: 0 auto 50px;

}

.swiper-nav-mob {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.swiper-button-prev-mob,
.swiper-button-next-mob {
  color: #2c5530;
  width: 30px;
  height: 30px;
  background: rgba(44, 85, 48, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev-mob:after,
.swiper-button-next-mob:after {
  font-size: 16px;
}

.swiper-pagination-mob {
  position: relative;
  margin-top: 10px;
}

.swiper-pagination-mob .swiper-pagination-bullet {
  background: #2c5530;
  opacity: 0.5;
}

.swiper-pagination-mob .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Media Query for Mobile */
@media (max-width: 767px) {
  .testimonials {
    display: none;
  }

  .testimonials-mob {
    display: block;
  }
}

/* testimonials mob view  */