body {
  font-family: 'Manrope', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.sect {
  padding: 53px 87px 89px 80px;
}

.logo {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 279.27/71.00;
  margin-bottom: 124px;
}

/* .logo-section {
  width: 224.2px;
  height: 57px;
  flex-shrink: 0;
  aspect-ratio: 224.20/57.00;
} */

.contact-btn {
  display: flex;
  width: 164px;
  height: 48px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #B4B4B4;
  margin-bottom: 147px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  border: none;
}

.eyebrow {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 8px;
}

.herotitle {
  font-size: 62px;
  font-weight: 800;
  line-height: 72px;
  margin-bottom: 20px;
}

.description {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-right: 158px;
  margin-bottom: 123px;
}

.footer-section h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 14px;
}

.footer-para p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-right: 56px;
}

.full-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 50px;
}


/*Mobile*/
@media (max-width: 320px) {
  .sect {
    padding: 20px;
  }

  .row {
    flex-direction: column !important;
  }

  .logo-section {
    width: 224.2px;
    height: 57px;
    flex-shrink: 0;
    aspect-ratio: 224.20/57.00;
  }

  .logo-contact-wrapper {
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
  }

  .contact-btn {
    width: 100%;
  }

  .logo {
    margin-bottom: 0;
    width: 100%;
    height: auto;
    margin-right: 20px;
  }

  .herotitle {
    font-size: 32px;
    line-height: 40px;
  }

  .description {
    font-size: 16px;
    line-height: 26px;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .contact-btn {
    margin-bottom: 40px;
    width: 100%;
  }

  .logo {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .footer-para p {
    margin-right: 0;
  }

  .full-image {
    height: auto;
    object-fit: contain;
  }
}

/*Tablet*/
@media (max-width: 768px) {
  .sect {
    padding: 20px;
  }

  .row {
    flex-direction: column !important;
  }

  .logo-section {
    width: 150px;
    height: auto;
    flex-shrink: 0;
    aspect-ratio: 224.20/57.00;
  }

  .logo-contact-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 16px;
  }

  .contact-btn {
    width: auto;
    padding: 10px 10px;
    margin: 0;
  }

  .logo {
    margin-bottom: 0;
    width: 100%;
    height: auto;
    margin-right: 20px;
  }

  .herotitle {
    font-size: 32px;
    line-height: 40px;
  }

  .description {
    font-size: 16px;
    line-height: 26px;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .footer-para p {
    margin-right: 0;
  }

  .full-image {
    height: auto;
    object-fit: contain;
  }
}

.caro-heading {
  text-align: center;
  margin-top: 50px;
}


/* * { box-sizing: border-box; }

.carousel {
  background: #EEE;
  margin-bottom: 50px;
}

.carousel-cell {
  width: 70%;
  height: 500px;
  margin-right: 10px;
  border-radius: 5px;
  counter-increment: gallery-cell;
}


.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.carousel img {
  display: block;
  height: 400px;
  width: 100%;
  max-width: 400px;
  margin-right: 10px;
} */

/* .carousel {
  background: #f0f0f0;
  max-width: 600px;
  margin: 50px auto;
}

.carousel-cell {
  width: 100%;
  height: 400px;
}

.carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.button-group {
  text-align: center;
  margin-bottom: 20px;
}

.slide-btn {
  padding: 10px 20px;
  margin: 0 5px;
  background-color: #ddd;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
}

.slide-btn.is-selected {
  background-color: #333;
  color: white;
  height: 60px;
}

.flickity-page-dots {
  display: none;
}

@media (max-width: 768px) {
  .flickity-page-dots {
    display: block;
    text-align: center;
    padding-top: 10px;
  }

  .slide-btn {
    display: none;
  }

  .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    transition: background 0.3s;
  }

  .flickity-page-dots .dot.is-selected {
    background: #333;
  }
} */
/*
.carousel {
  background: #f0f0f0;
}
.carousel-cell {
  width: 100%;
  height: 300px;
}
.carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-grid {
  display: grid;
  gap: 16px;
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .image-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.image-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

/* Utility classes for responsive visibility */
/* .d-none { display: none !important; }
.d-block { display: block !important; }
.d-md-none { display: none; }
@media (max-width: 768px) {
  .d-md-none { display: block !important; }
  .d-md-grid { display: none !important; }
}
@media (min-width: 768px) {
  .d-md-grid { display: grid !important; }
} */

/* Carousel cell styles */
.carousel {
  background: #fafafa;
}
.carousel-cell {
  width: 100%;
  height: 300px;
}

.carousel:after {
  content: 'flickity';
  display: none; /* hide :after */
}

@media screen and ( min-width: 768px ) {
  /* disable Flickity for large devices */
  .carousel:after {
    content: '';
  }
}
.carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Grid layout for tablet/desktop */
.image-grid {
  display: none;
  gap: 16px;
  padding: 20px;
}
.image-grid img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
}

/* Responsive visibility */
.mobile-only {
  display: block;
}
.desktop-only {
  display: none;
}

/* Show grid on tablet (≥768px) and desktop (≥1024px) */
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .desktop-only {
    grid-template-columns: repeat(4, 1fr);
  }
}