.slider {
  height: 60px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bx-globe {
  font-size: 1.7rem;
  color: #ffd700;
  animation: globeSpin 5s linear infinite;
}

.slider .slider-track {
  display: flex;
  width: calc(330px * 14);
  animation: scroll 50s linear infinite;
}

.slider .slide {
  width: 130px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  opacity: 0.9;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-400px * 7));
  }
}

/* Optional gradient fade on edges for smooth entry/exit */
.slider::before,
.slider::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 100%;
  top: 0;
  z-index: 2;
}

.slider::before {
  left: 0;
  background: linear-gradient(to right, #000000 0%, transparent 100%);
}

.slider::after {
  right: 0;
  background: linear-gradient(to left, #000000 0%, transparent 100%);
}




/* ===== WHO WE ARE SECTION ===== */
.who-we-are {
  background: #fbfbfb;
  color: #414141;
  padding: 100px 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.who-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}

.who-container.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Left Side */
.who-left {
  flex: 1;
  text-align: left;
}

.who-left h4 {
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: #000000;
}

.who-left h2 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 20px 0;
}

.underline {
  width: 290px;
  height: 3px;
  background: #ffe600;
}

/* Right Side */
.who-right {
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.8;
}

/* Accordion */
.accordion {
  margin-top: 40px;
}

.accordion-header {
  background: transparent;
  color: #414141;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #333;
}

.accordion-header .icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  line-height: 1.7;
  color: #414141;
  border-bottom: 1px solid #333;
}

.accordion-item.active .accordion-content {
  max-height: 200px;
}

.accordion-item.active .icon {
  transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 768px) {
  .who-container {
    flex-direction: column;
    text-align: center;
  }

  .who-left,
  .who-right {
    text-align: center;
  }

  .who-left h2 {
    font-size: 3rem;
  }
}

/* ================================
   RESPONSIVE - WHO WE ARE SECTION
================================ */

/* --- Large Tablets & Small Laptops (max-width: 1024px) --- */
@media (max-width: 1024px) {
  .who-we-are {
    padding: 80px 5%;
    min-height: auto;
  }

  .who-container {
    gap: 60px;
  }

  .who-left h2 {
    font-size: 4.5rem;
  }

  .who-right {
    font-size: 1rem;
  }
}

/* --- Tablets (max-width: 900px) --- */
@media (max-width: 900px) {
  .who-left h2 {
    font-size: 4rem;
  }

  .underline {
    width: 230px;
  }
}

/* --- Tablets & Mobile Landscape (max-width: 768px) --- */
@media (max-width: 768px) {
  .who-we-are {
    padding: 70px 5%;
  }

  .who-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
  }

  .who-left,
  .who-right {
    text-align: center;
  }

  .who-left h2 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .who-left h4 {
    font-size: 1rem;
  }

  .underline {
    margin: 0 auto;
    width: 200px;
  }

  .accordion-header {
    font-size: 1rem;
  }
}

/* --- Mobile (max-width: 550px) --- */
@media (max-width: 550px) {
  .who-we-are {
    padding: 60px 5%;
  }

  .who-left h2 {
    font-size: 2.5rem;
  }

  .who-left h4 {
    font-size: 0.95rem;
  }

  .who-right {
    font-size: 0.9rem;
  }

  .accordion-header {
    padding: 12px 0;
    font-size: 0.9rem;
  }

  .accordion-content {
    font-size: 0.85rem;
  }

  .underline {
    width: 180px;
  }
}

/* --- Extra Small Mobile (max-width: 400px) --- */
@media (max-width: 400px) {
  .who-left h2 {
    font-size: 2rem;
  }

  .underline {
    width: 150px;
  }

  .who-right {
    font-size: 0.85rem;
  }

  .accordion-header {
    font-size: 0.85rem;
  }

  .accordion-content {
    font-size: 0.8rem;
  }
}











/* ===== Vision, Mission, Culture (Classic Style) ===== */
.vmc-section {
  position: relative;
  background-color: #000000;
  color: #fff;
  padding: 4% 7%;
  font-family: "Poppins", sans-serif;
  line-height: 1.8;
}

.vmc-container {
  max-width: 1200px;
  margin: auto;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.vmc-container.visible {
  opacity: 1;
  transform: translateY(0);
}

.vmc-heading {
  text-align: center;
  margin-bottom: 60px;
}

.vmc-heading h2 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.underline {
  width: 240px;
  height: 2px;
  background: #ffeb3b;
  margin: 15px auto 0;
}

.vmc-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.vmc-item h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffeb3b;
}

.vmc-item p {
  font-size: 1.05rem;
  color: #ffffff;
}

/* Optional subtle border and spacing between items */
.vmc-item:not(:last-child) {
  border-bottom: 1px solid #cdcdcd82;
  padding-bottom: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .vmc-section {
    padding: 80px 6%;
  }

  .vmc-item p {
    font-size: 1rem;
  }

  .vmc-heading h2 {
    font-size: 2rem;
  }
}


/* Container */
.floating-words-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

/* Individual floating word */
.floating-word {
    position: absolute;
    bottom: -10%;
    font-weight: 600;
    letter-spacing: 2px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.21);
    animation-name: floatUpWords;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

/* Animation */
@keyframes floatUpWords {
    0% {
        transform: translateY(0);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        transform: translateY(-120vh);
        opacity: 0;
    }
}
