@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-up {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out forwards;
}

.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scroll-animate.animate-in {
  animation: fadeInUp 0.6s ease-out forwards;
}

.animate-delay-1 {
  animation-delay: 0.2s;
}

.animate-delay-2 {
  animation-delay: 0.4s;
}

.animate-delay-3 {
  animation-delay: 0.6s;
}

.animate-delay-4 {
  animation-delay: 0.8s;
}



.awards-section {
  background-color: #101e2c;
  padding: 60px 0;
  margin-top: 50px;
}

.awards-heading {
  font-weight: bold;
  color: #000307;
}

.awards-subheading {
  color: #222;
  font-weight: 600;
}

.awards-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.gradient-heading-award {
  font-size: 3rem;
  /* Increase font size as needed */
  font-weight: 600;

  background: linear-gradient(to bottom, #53b1ff 20%, #00539f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
/* revolution text */
.gradient-heading {
  font-size: 3rem;
  /* Increase font size as needed */
  font-weight: 600;
  color:#53b1ff ;
}
/* revolution text */
.gradient-heading-spark {
  font-size: 3rem;
  /* Increase font size as needed */
  font-weight: 600;
  line-height: normal;
  background: linear-gradient(to bottom, #53b1ff 0%, #00539f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
/* revolution text */
.gradient-heading-hot {
  font-size: 3rem;
  /* Increase font size as needed */
  font-weight: 600;
  line-height: 2;
  background: linear-gradient(to bottom, #53b1ff 50%, #00539f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}


.background-year {
  font-size: 25rem;
  background: linear-gradient(to bottom, #FAFAFA 0%, #53B1FF 74%, #00539F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  font-weight: 800;
}

.card-highlight {
  border-left: 5px solid gold;
}

.start-section {
  margin-top: 80px;
  margin-bottom: 20px;
}

/* Reduced spacing for headings */
.text-primary.fw-semibold {
  margin-bottom: 0.1rem !important;

}

.custom-para-margin {
  margin-left: 12rem;
}

.gradient-text {
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

.background-year-pink {
  font-size: 25rem;
  background: linear-gradient(to bottom, #FAFAFA 0%, #FE46AC 74%, #FE46AC 100%);
  font-weight: 800;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  line-height: 1;
}

/* .press-heading { */
/* color: #53B1FF; */
/* } */

.press-subheading {
  background: linear-gradient(to bottom, #53b1ff 0%, #00539f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
  max-width: 700px;
}

.carousel-indicators [data-bs-target] {
  background-color: #53B1FF;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators {
  bottom: -30px;
}


.awards-title {
  font-size: 1.9rem;
  background: linear-gradient(to right, #53B1FF 0%, #00539F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 2px;
  line-height: 1;
  margin-left: 5px;
}

.conversation-heading {
  font-size: 4em;
  line-height: 0.2;
  margin-top: -5px;
  /* margin-bottom: -15px;  */
}

.text-center {
  text-align: center !important;
  margin-top: -70px;

}


.fw-bold {
  font-weight: 700 !important;
  font-size: 45px;
}


.press-subheading {
  color: #53B1FF;
  font-size: 1.2rem;
  max-width: 700px;
  margin-top: -15px;
}

.pyy-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  margin-top: -81px;
}


.text-conversations {
   background: linear-gradient(to bottom, #53b1ff 60%, #00539f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-celebrating {
  color: #00539F;
  line-height: 0.8;
  display: block;
  margin: 0;
  padding: 0;
}

.para-text {
  font-size: 1.15rem;
}

.para-text-offset {
  margin-left: 5rem;
  line-height: 1.;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .awards-title {
    font-size: 1.25rem;
    line-height: 2.1rem;
  }

  .conversation-heading {
    font-size: 2rem;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 1rem;
  }

  .para-text {
    font-size: 1rem;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .background-year {
    top: 350px !important;
    font-size: 7rem !important;
  }
}

@media (max-width: 768px) {
  .background-year-pink {
    top: -5px !important;
    font-size: 7rem !important;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {

  .section-dark .content,
  .hero-section {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .left-text,
  .right-text {
    flex: 1 1 100%;
    margin-bottom: 1rem;
  }

  .section-dark .content {
    padding: clamp(1rem, 4vw, 1.5rem);
  }

  .left-text h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }

  .left-text h6,
  .right-text {
    font-size: clamp(14px, 3.5vw, 16px);
  }

  .hero-section {
    margin-left: 0;
    padding: clamp(1.5rem, 4vw, 2rem) clamp(0.5rem, 2vw, 1rem);
  }

  .hero-text,
  .hero-description {
    flex: 1 1 100%;
    margin-top: clamp(40px, 10vw, 60px);
  }

  .text-mission {
    text-align: center;
    margin-top: 1.5rem;
  }

  .text-mission h4 {
    font-size: clamp(1rem, 3vw, 1.2rem);
    margin-left: 0;
  }

  .impact-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .impact-item {
    min-height: 180px;
    padding: 10px;
  }

  .connector {
    width: 80%;
    top: 30px;
  }

  .awards-section {
    padding: clamp(20px, 5vw, 30px) 0;
    margin-top: clamp(20px, 5vw, 30px);
  }

  .awards-heading {
    font-size: clamp(1.2rem, 3.5vw, 1.5rem);
  }

  .awards-subheading {
    font-size: clamp(0.85rem, 2.5vw, 0.95rem);
  }

  .start-section {
    margin-top: clamp(40px, 10vw, 60px);
    margin-bottom: clamp(15px, 4vw, 20px);
  }

  .press-heading {
    font-size: clamp(1.2rem, 3.5vw, 1.5rem);
  }

  .press-subheading {
    font-size: clamp(0.8rem, 2vw, 0.9rem);
    max-width: 95%;
  }
}

@media (max-width: 480px) {
  .section-dark {
    min-height: clamp(200px, 50vw, 250px);
  }

  .left-text h2 {
    font-size: clamp(1.2rem, 3.5vw, 1.5rem);
  }

  .left-text h6,
  .right-text {
    font-size: clamp(12px, 3vw, 14px);
  }

  .hero-text,
  .hero-description {
    font-size: clamp(12px, 3vw, 14px);
    margin-top: clamp(30px, 8vw, 40px);
  }

  .text-mission h4 {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
  }

  .code-values p {
    font-size: clamp(0.75rem, 2vw, 0.85rem);
  }

  .code-values img {
    height: clamp(30px, 8vw, 40px);
  }

  .recognition-section img {
    max-height: clamp(40px, 10vw, 50px);
  }

  .custom-large-img {
    max-width: 95%;
  }

  .impact-grid {
    grid-template-columns: 1fr;
  }

  .impact-item {
    min-height: auto;
    padding: 10px;
    text-align: center;
  }

  .impact-img {
    margin: 0 auto 10px;
  }

  .connector {
    width: 85%;
    top: 25px;
  }

  .connector path.animate {
    stroke-width: 2;
    stroke-dasharray: 6 6;
  }

  .connector circle.animate {
    r: 5;
  }

  .awards-section {
    padding: clamp(15px, 4vw, 20px) 0;
    margin-top: clamp(15px, 4vw, 20px);
  }

  .awards-heading {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }

  .awards-subheading {
    font-size: clamp(0.75rem, 2vw, 0.85rem);
  }

  .background-year {
    font-size: clamp(4rem, 12vw, 6rem);
    top: clamp(260px, 3vw, 15px);
  }

  .background-year-pink {
    font-size: clamp(4rem, 12vw, 6rem);
    top: clamp(100px, 3vw, 15px);
  }

  .start-section {
    margin-top: clamp(30px, 8vw, 40px);
    margin-bottom: clamp(10px, 3vw, 15px);
  }

  .press-heading {
    font-size: clamp(1rem, 3vw, 1.2rem);
  }

  .press-subheading {
    font-size: clamp(0.75rem, 2vw, 0.85rem);
  }

  .carousel-indicators {
    bottom: clamp(-30px, -8vw, -20px);
  }

  .carousel-indicators [data-bs-target] {
    width: clamp(6px, 1.5vw, 8px);
    height: clamp(6px, 1.5vw, 8px);
  }
}

.card-wrapper {
  perspective: 1000px;
  height: 300px;
}

.card-inner {
  position: relative;

  transform-style: preserve-3d;
  transition: transform 0.9s;
}

.card-wrapper:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  position: absolute;

  backface-visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
}

.card-front img,
.card-back img {

  object-fit: cover;
}

.card-back {
  transform: rotateY(180deg);
}

.flip-card {
  perspective: 1000px;
}

.flip-inner {
  position: relative;
  width: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-front img,
.flip-back img {
  width: 100%;
  height: auto;
  display: block;
}

.flip-back {
  transform: rotateY(180deg);
}