/* Parallax Image */
.contact-image-container {
  position: fixed;
  height: inherit;
  width: 100%;
  overflow: hidden;
}

.insta-feed {
  color: #326E99;
  background-color: #FFF7EA !important;
  padding: 0 6%;
  margin-top: 0%;
}

.contact-section {
  position: relative;
  height: 70vh;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 12px;
}

.contact-cards {
  position: absolute;
  bottom: 2.5rem;
  left: 60%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.contact-info-card {
  cursor: pointer;
  width: 18.75rem;
  height: 3.375rem;
  align-items: center;
  display: flex;
  gap: 0.625rem;
  background: #FFFFFF;
  padding: 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.1);
}

.contact-info-card:hover {
  background: var(--ronchi);
}

.copy-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.copy-icon {
  width: 35px;
  margin-left: auto;
  display: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.copy-card:hover .copy-icon {
  display: inline-block;
}

.copy-icon.copied img {
  filter: brightness(1.5);
  transform: scale(1.2);
}

.icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-left: 0.9375rem;
}

.partners-section {
  background: #a54f2d;
  color: #fff;
  padding: 2.5rem 6%;
  height: 25rem;
  gap: 5rem;
}

.partners-text {
  flex: 0.75;
}

.contact-card {
  display: flex;
  align-items: center;
  background: #fff;
  color: #000;
  padding: 0.9375rem 1.25rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  max-width: 20rem;
  margin-top: 0rem;
  cursor: pointer;
}

.contact-card:hover{
    background: var(--ronchi);
}

.contact-card .icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.9375rem;
}

.card-text {
  font-size: 0.95rem;
}

.partners-image {
  height: 100%;
  flex: 1;
}

.partners-image img {
  border-radius: 0.625rem;
  height: 100%;
}

.logos-carousel{
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff8f0;
}
.logos-row::-webkit-scrollbar { display: none; }
.logos-row { -ms-overflow-style: none; scrollbar-width: none; }
.logos-row{ scroll-snap-type: x mandatory; }
.logos-row img{ scroll-snap-align: start; }

.logos-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6.25rem;
  padding: 2.5rem 6%;
  background: #fff8f0;
  overflow: scroll;
}

.logos-row img {
  max-height: 15rem;
  object-fit: contain;
  width: auto;
  flex: 0 0 auto;
}
.logos-nav{
  border: 0;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 52px;
  line-height: 36px;
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0 2rem;
}

.logos-nav:disabled{
  opacity: 0.35;
  cursor: default;
}

.after-award {
  height: 25vh;
}


.feeds-container {
  padding: 0 6%;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  overflow: scroll;
}

.feeds {
  background: #fff;
  min-width: 22.8125rem;
  max-width: 30.5rem;
  border-radius: 0.375rem;
  box-shadow: 0rem 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cards-content {
  padding: 0.625rem 0.9375rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 392px;
}



.cards-description {
  color: #555;
  margin-bottom: auto;
}

.insta-author {
  gap: 0.625rem;
  margin: 1.5rem 0;
}

.hashtag {
  color: #2467FF;
  font-size: 1.25rem;
  font-weight: 500;
}

.reviews-row {
  padding: 0 6%;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  overflow: scroll;
  padding-bottom: 5rem;
}

.review-card {
  padding: 0.625rem 0.9375rem;
  flex: 1;
  box-sizing: border-box;
}

.profile-image {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  margin-bottom: 0.375rem;
  object-fit: cover;
}



.star-image {
  width: 7.5rem;
  height: 1.5rem;
  margin-bottom: 1rem;
}

.review-text {
  color: #3a3a3a;
  margin-top: 0.5rem;
  line-height: 1.5;
}

.review-header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 0.5rem;
}

.feeds-container::-webkit-scrollbar {
  display: none;
}

.feeds-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 768px) {
  .partners-content {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .partners-text {
    flex: 1;
  }

  .partners-image {
    order: 2;
    flex: unset;
  }

  .partners-image img {
    width: 100%;
    max-width: 22rem;
    border-radius: 0.625rem;
  }

  .partners-section {
    padding: 1.5rem;
    height: auto;
  }

  .contact-card {
    order: 3;
    width: 90%;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem;
    max-width: 18rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .contact-card .icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.75rem;
  }

  .card-text {
    font-size: 0.9rem;
  }

  .logos-row {
    padding: 1.5rem 1rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 0;
  }
  .logos-row img {
    max-height: 10rem;
  }

  /* Hide scrollbar for mobile */
  .logos-row::-webkit-scrollbar {
    display: none;
  }

  .cards-content {
    padding: 0.5rem 0.75rem;
    flex: 1;
    min-height: 420px;
  }

  .reviews-row {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .reviews-row::-webkit-scrollbar {
    display: none;
  }

  .profile-image {
    width: 3rem;
    height: 3rem;
  }


  .review-text {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .star-image {
    width: 6rem;
    height: 1.2rem;
  }

  .after-award {
    height: 15vh;
  }

  .sections-title {
    font-size: 1.6rem;
    margin-left: 1.5rem;
    text-align: left;
  }

  .contact-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .contact-cards {
    position: absolute;
    top: 10%;
    left: 50%;
    /* width: 50%; */
    width: 90%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;

  }

  .card {
    width: 180px;
    height: 70px;
    min-height: 4.375rem;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    background: #fff;
    box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.1);
  }

  .icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0;
  }

  .contact-info-card {
    width: -webkit-fill-available;
  }

}