
.fashion-carousel {
  position: relative;
  width: 50vw;
  max-width: 800px;
  margin: 4rem auto;
  perspective: 1200px;
  background: none
}

@media(max-width:1350px) {
  .fashion-carousel {
    width: 40vw
  }
}

.fc-cards-wrapper {
  overflow: visible;
  pointer-events: none
}

.fc-cards {
  position: relative;
  height: 400px
}

.fc-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 500px;
  height: 100%;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0.5;
  transition: transform .6s ease, opacity .6s ease;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
  pointer-events: auto
}

.fc-card img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.fc-card.center {
  transform: translate(-50%, -50%) scale(1) translateZ(100px);
  opacity: 1;
  z-index: 3
}

.fc-card.left {
  transform: translate(-150%, -50%) scale(0.8) translateZ(0);
  opacity: 0.8;
  z-index: 2
}

.fc-card.right {
  transform: translate(50%, -50%) scale(0.8) translateZ(0);
  opacity: 0.8;
  z-index: 2
}

.fc-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .8);
  border: none;
  font-size: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 4;
  user-select: none;
  background: #f1f1f1;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  color: #175532;
  transition: background-color 0.2s;
}

.fc-btn.prev {
  left: -20vw;
}

.fc-btn.next {
  right: -20vw
}

.fc-dots {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: .5rem 0;
  padding: 0;
  gap: 4px
}

.fc-dots span {
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background .3s
}

.fc-dots span.active {
  background: #333
}

@media(max-width:768px) {

  .fc-card,
  .fc-card.center {
    width: 80%
  }

  .fc-card.left,
  .fc-card.right {
    display: none
  }

  .fashion-carousel {
    perspective: none
  }

  .fc-btn.prev {
    left: 0
  }

  .fc-btn.next {
    right: 0
  }
}

@media(max-width:1000px) {
  .fashion-carousel {
    width: 90vw;
    max-width: none;
    perspective: none
  }

  .fc-cards {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden
  }

  .fc-card,
  .fc-card.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: none
  }

  .fc-card.left,
  .fc-card.right {
    display: none
  }

  .fc-btn.prev {
    left: 5px
  }

  .fc-btn.next {
    right: 5px
  }
}

.ether-section,
.ekatvam-footer,
.ether-section h1,
.ether-section h2,
.ether-section h3,
.ether-section p,
.ekatvam-footer h1,
.ekatvam-footer h2,
.ekatvam-footer h3,
.ekatvam-footer p {
  font-family: 'Exo', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.vision-text,
.value-icon {
  font-family: 'Exo', sans-serif;
  font-size: 2rem
}

h2 {
  color: #175532;
  text-align: center;
  margin-top: 40px
}

.cards-container {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  justify-content: center
}

.ether-section {
  background: rgba(106, 202, 208, .24);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  width: 100%
}

.ether-left {
  color: #1B3A2F;
  font-size: 4.2rem;
  font-weight: 500;
  flex: 0 0 auto
}

.ether-center {
  text-align: center;
  flex: 0 0 auto
}

.ether-center img {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto .5rem
}

.ether-center .gratitude-label {
  color: #7e57c2;
  font-weight: 600;
  font-size: 1rem;
  margin: 0
}

.ether-right {
  flex: 1;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  max-width: 600px
}

@media(max-width:768px) {
  .ether-section {
    flex-direction: column;
    text-align: center;
    min-height: 100vh
  }

  .ether-left,
  .ether-center,
  .ether-right {
    width: 100%;
    max-width: none
  }

  .ether-left {
    font-size: 3rem;
    text-align: center
  }
}

.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 700px;
  justify-content: center;
  max-width: 100%
}

@media(max-width:992px) {
  .footer-columns {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:576px) {
  .footer-columns {
    grid-template-columns: 1fr
  }

  .footer-top h1 {
    font-size: 1.6rem
  }

  .footer-column h3 {
    margin-top: 1rem
  }
}

.collage-viewport {
  width: 100%;
  height: 650px;
  overflow: hidden;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.collage-scroll-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  pointer-events: auto
}

.collage-scroll-wrapper::-webkit-scrollbar {
  display: none
}

.collage-scroll-row {
  display: flex;
  align-items: center;
  gap: 24px
}

.collage-image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer
}

.collage-image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.size-large {
  width: 600px;
  height: 600px
}

.size-medium {
  width: 420px;
  height: 420px
}

.size-wide {
  width: 600px;
  height: 360px
}

.size-tall {
  width: 360px;
  height: 600px
}

.size-small {
  width: 300px;
  height: 300px
}

@media(max-width:768px) {
  .collage-viewport {
    height: 350px
  }

  .size-large {
    width: 300px;
    height: 300px
  }

  .size-medium {
    width: 220px;
    height: 220px
  }

  .size-wide {
    width: 320px;
    height: 200px
  }

  .size-tall {
    width: 200px;
    height: 320px
  }

  .size-small {
    width: 150px;
    height: 150px
  }
}

.testimonials-section {
  text-align: center;
  margin: 4rem 0
}

.testimonials-container {
  position: relative;
  padding: 0 1rem;
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden
}

.testimonial-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  cursor: pointer;
  z-index: 2;
  background: #f1f1f1;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  color: #175532;
  transition: background-color 0.2s;
}

.testimonial-btn.prev {
  left: 10px;
}

.testimonial-btn.next {
  right: 10px
}

.testimonials-grid {
  display: grid;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 100%;
  grid-template-columns: repeat(3, 1fr)
}

@media(max-width:992px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:576px) {
  .testimonials-grid {
    grid-template-columns: 1fr
  }
}

.testimonial-card {
  background: #f7f7f7;
  border-radius: .75rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%
}

.testimonial-logo {
  width: 3rem;
  height: auto;
  margin-bottom: 1rem;
  align-self: flex-start
}

.testimonial-text {
  flex-grow: 1;
  font-style: italic;
  margin-bottom: 1rem
}

.testimonial-client {
  display: flex;
  align-items: center
}

.client-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  object-fit: cover;
  margin-right: .75rem
}

.client-info .client-name {
  font-weight: 600
}

.client-info .client-title {
  font-size: .875rem;
  color: #666
}

.image-container {
  position: relative;
  width: 400px;
  height: 250px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #ddd;
}

.gH7fLk {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 10000;
}

.nM3jKl {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.pQ2wEr {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  user-select: none;
}