* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

button {
  color: black !important;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background: radial-gradient(circle at center, #000000 0%, #1a1a1a 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  transition: opacity 1s ease;
}

#loading-screen.fade-out {
  opacity: 0;
}

#loading-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tea-cup {
  width: 80px;
  height: 90px;
  border-radius: 20px;
  border: 4px solid #fe9332;
  background-color: transparent;
  position: relative;
  box-shadow: 0 0 15px #fe9332aa, 0 0 30px #fe933277;
  animation: pulseGlow 2s infinite alternate;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 10px #fe9332aa, 0 0 20px #fe933277;
  }
  100% {
    box-shadow: 0 0 20px #fe9332cc, 0 0 40px #fe933299;
  }
}

#steam {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.steam-part {
  width: 12px;
  height: 18px;
  background-color: #fe9332;
  border-radius: 50%;
  position: absolute;
  opacity: 0.7;
  animation: steamFloat 3s infinite ease-in-out;
}

.steam-part:nth-child(1) {
  left: -20px;
  animation-delay: 0s;
}

.steam-part:nth-child(2) {
  left: 0;
  animation-delay: 0.3s;
}

.steam-part:nth-child(3) {
  left: 20px;
  animation-delay: 0.6s;
}

@keyframes steamFloat {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-40px) scale(1.3);
    opacity: 0.3;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
}

#loading-screen p {
  margin-top: 20px;
  color: #fe9332;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #fe9332;
  animation: typing 4s steps(20) 1s 1 normal both, blink 0.7s infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 18ch;
  }
}

@keyframes blink {
  0%,
  50% {
    border-color: #fe9332;
  }
  51%,
  100% {
    border-color: transparent;
  }
}

.aroma {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fe9332;
  border-radius: 50%;
  opacity: 0.6;
  animation: floatUp 6s infinite ease-in-out;
}

.aroma1 {
  top: 60%;
  left: 45%;
  animation-duration: 5s;
  width: 6px;
  height: 6px;
}

.aroma2 {
  top: 62%;
  left: 50%;
  animation-duration: 7s;
  width: 8px;
  height: 8px;
}

.aroma3 {
  top: 64%;
  left: 55%;
  animation-duration: 6s;
  width: 5px;
  height: 5px;
}

@keyframes floatUp {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-20px) translateX(5px) scale(1.3);
    opacity: 0.4;
  }
  100% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0.7;
  }
}

@media (max-width: 1024px) {
  #tea-cup {
    width: 70px;
    height: 80px;
  }

  #loading-screen p {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  #tea-cup {
    width: 60px;
    height: 70px;
  }

  .steam-part {
    width: 10px;
    height: 16px;
  }

  #loading-screen p {
    font-size: 1.2rem;
  }
}

@media (max-width: 576px) {
  #tea-cup {
    width: 50px;
    height: 60px;
    border: 3px solid #fe9332;
  }

  .steam-part {
    width: 8px;
    height: 14px;
  }

  #loading-screen p {
    font-size: 1rem;
  }

  .aroma1,
  .aroma2,
  .aroma3 {
    width: 4px;
    height: 4px;
  }
}

@media (max-width: 400px) {
  #tea-cup {
    width: 40px;
    height: 50px;
    border: 2px solid #fe9332;
  }

  #loading-screen p {
    font-size: 0.9rem;
  }

  .steam-part {
    width: 6px;
    height: 12px;
  }
}

.section-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #fe9332, transparent);
  width: 80%;
  margin: 2rem auto;
  border: none;
  opacity: 0.6;
}

.ChaiImg {
  height: 5vh;
  width: 8vw;
  padding-top: 6px;
  align-self: center;
  transition: all 0.1s linear;
}

.ChaiImg:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.1s linear;
}

#ChaiLogo {
  display: none;
}

.menu-button {
  display: none;
  border-radius: 16px;
  padding: 0.6vw 1.4vw;
  font-weight: bold;
  box-shadow: 0px 0px 8px 0px #fffdd0;
  border: none;
  font-size: 0.9vw;
  background-color: #fe9332;
}

.menu-button:hover {
  cursor: pointer;
  background-color: #fe6000;
  transition: all 0.2s linear;
}

.slider {
  display: none;
  transition: 0.2s ease;
}

.navBar {
  border: 2px solid #fe9332;
  box-shadow: 0px 0px 8px 1px #fe9332;
  display: flex;
  gap: 2vw;
  height: 8vh;
  width: 50vw;
  margin: 4vh auto;
  padding: 1vh 2vw;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
}

.navBar div ul li:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.1s linear;
}

header a {
  position: sticky;
  top: 0px;
  z-index: 1000;
  text-decoration: none;
  color: white;
}

.actions ul {
  display: flex;
  list-style: none;
  gap: 2vw;
  justify-content: space-evenly;
  align-items: center;
  font-size: 1.3vw;
}

#cohort {
  font-weight: bold;
}

.login {
  border-radius: 16px;
  padding: 0.6vw 1.4vw;
  font-weight: bold;
  background-color: #f9e48c;
  box-shadow: 0px 0px 8px 0px #fffdd0;
  border: none;
  font-size: 0.9vw;
}

.login:hover {
  cursor: pointer;
  background-color: #fe9000;
  transform: scale(1.1);
  transition: all 0.1s linear;
}

.liveBlinker {
  display: inline-block;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  background-color: red;
  border-radius: 50%;
  margin-right: 6px;
  animation: blink 1s infinite;
  vertical-align: middle;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@media screen and (max-width: 992px) {
  .login {
    margin-bottom: 0.8vh;
    transition: all 0.2s linear;
  }
}

@media screen and (max-width: 576px) {
  .navBar {
    display: none;
  }

  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0% 2.5%;
    height: 10vh;
    width: 100%;
  }

  .menu-button {
    display: block;
    height: 4vh;
    text-align: center;
    width: 12vw;
    font-size: 2.5vw;
    color: black;
  }

  #ChaiLogo {
    display: block;
    height: 10vh;
    width: 35vw;
  }

  .slider {
    background-color: #0f0f0f;
    color: #f5f5f5;
    height: 25vh;
    width: 30%;
    max-width: 450px;
    position: fixed;
    padding-left: 1.5rem;
    top: 0px;
    right: -450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 0.8rem;
    transition: 0.3s ease;
  }

  .slider ul li {
    padding-bottom: 0.4rem;
    font-size: 0.8rem;
  }

  .slider ul li:hover {
    cursor: pointer;
    color: #fe9332;
  }

  .close {
    height: 0.8rem;
    width: 0.8rem;
    background-color: #0f0f0f;
    color: #f5f5f5 !important;
    cursor: pointer;
    border: none;
    font-size: 1.3rem;
    padding-right: 1rem;
    align-self: flex-end;
  }

  .close:hover {
    cursor: pointer;
    color: #fe9332;
  }

  .slider.active {
    z-index: 10;
    right: 0px;
    border-radius: 5px;
  }

  .menu-button-active {
    display: none;
  }

  #loginSlider {
    border-radius: 16px;
    margin-top: 0.5rem;
    height: 1.3rem;
    width: 4rem;
    align-self: center;
    font-weight: bold;
    background-color: #fe9332;
    color: black;
    border: none;
    font-size: 0.7rem;
  }

  #loginSlider:hover {
    cursor: pointer;
    background-color: #feed00;
  }
}

@media screen and (max-width: 450px) {
  .slider {
    height: 20vh;
    padding-left: 1.3rem;
    padding-right: 0.5rem;
  }

  .slider ul li {
    padding-bottom: 0.4rem;
    font-size: 0.7rem;
  }

  #loginSlider {
    height: 1rem;
    width: 4rem;
    font-size: 0.6rem;
    margin-top: 0;
  }
}

.scroll-to-top.hidden {
  display: none;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fe9332;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
  z-index: 100;
}

.scroll-to-top:hover {
  background-color: #feed00;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainContent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mainContent span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  padding: 1rem;
  font-weight: bold;
  background-color: rgb(44, 44, 44);
  border: 2px solid rgb(101, 101, 101);
  border-radius: 2rem;
  height: 1.5rem;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px rgba(255, 150, 50, 0.6);
}

.mainContent span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 138, 0, 0.3), transparent 70%);
  animation: glowPulse 2s infinite;
  z-index: -1;
}

@keyframes glowPulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
}

.mainContent span:hover {
  background-color: rgb(60, 60, 60);
  box-shadow: 0 0 10px rgba(255, 150, 50, 0.8);
  transition: all 0.2s ease;
}

.mainContent span img {
  margin: 0.5rem;
  height: 2rem;
  width: 2rem;
}

.tagline-text {
  background: linear-gradient(to right, #ff6a00 0%, #fe9332 50%, #ffd180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 3rem;
  transition: all 0s ease;
}

@media screen and (max-width: 992px) {
  .tagline-text {
    font-size: 2.3rem;
    transition: all 0s ease;
  }

  .mainContent span {
    font-size: 0.8rem;
    transition: all 0s ease;
    height: 1.2rem;
  }

  .mainContent span img {
    height: 1.5rem;
    width: 1.5rem;
    transition: all 0s ease;
  }
}

@media screen and (max-width: 768px) {
  .tagline-text {
    font-size: 1.8rem;
    transition: all 0s ease;
  }

  .mainContent span {
    font-size: 0.6rem;
    transition: all 0s ease;
    height: 1rem;
  }

  .mainContent span img {
    height: 1.2rem;
    width: 1.2rem;
    transition: all 0s ease;
  }
}

@media screen and (max-width: 576px) {
  .tagline-text {
    font-size: 1.2rem;
    transition: all 0s ease;
  }

  .mainContent span {
    font-size: 0.6rem;
    padding: 0.5rem;
    transition: all 0s ease;
    height: 0.6rem;
  }

  .mainContent span img {
    height: 1rem;
    width: 1rem;
    transition: all 0s ease;
  }
}

@media screen and (max-width: 400px) {
  .tagline-text {
    font-size: 1rem;
    transition: all 0s ease;
  }

  .mainContent span {
    font-size: 0.4rem;
    padding: 0.5rem;
    transition: all 0s ease;
    height: 0.1rem;
  }

  .mainContent span img {
    height: 0.8rem;
    width: 0.8rem;
    transition: all 0s ease;
  }
}

.mainText {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12rem;
  width: 50rem;
  text-align: justify;
  text-justify: inter-word;
  gap: 1.5rem;
}

.mainText p {
  font-size: 1rem;
  text-align: justify;
}

.mainText button {
  margin-top: 1.5rem;
  border: none;
  border-radius: 1rem;
  background: linear-gradient(to right, #ff6a00 0%, #fe9332 50%, #ffd180 100%);
  height: 2rem;
  width: 7.5rem;
  margin-right: 10px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.mainText button::after, .mainText button::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 3px;
  border-radius: 1rem;
  background-image: conic-gradient(from var(--angle), transparent, rgba(0, 255, 255, 0.618));
  animation: 3s spin linear infinite;
}

.mainText button::before {
  filter: blur(1.5rem);
  opacity: 0.5;
}

@keyframes spin {
  from {
    --angle: 0deg;
  }
  to {
    --angle: 360deg;
  }
}

.mainText img {
  height: 15rem;
  width: 15rem;
}

#chaiMascot {
  cursor: grab;
}

@media screen and (max-width: 992px) {
  .mainText {
    height: 10rem;
    width: 45rem;
    gap: 1.2rem;
    transition: all 0s ease;
  }

  .mainText p {
    font-size: 0.8rem;
    text-align: justify;
  }

  .mainText img {
    height: 12rem;
    width: 12rem;
  }

  .mainText button {
    height: 2rem;
    width: 7rem;
  }
}

@media screen and (max-width: 768px) {
  .mainText {
    height: 8rem;
    width: 40rem;
    gap: 0.8rem;
    transition: all 0s ease;
  }

  .mainText p {
    font-size: 0.7rem;
    text-align: justify;
  }

  .mainText img {
    height: 10rem;
    width: 10rem;
  }

  .mainText button {
    height: 2rem;
    width: 6.5rem;
  }
}

@media screen and (max-width: 650px) {
  .mainText {
    height: 6rem;
    width: 35rem;
    gap: 0.6rem;
    transition: all 0s ease;
  }

  .mainText p {
    font-size: 0.6rem;
    text-align: justify;
  }

  .mainText img {
    height: 8rem;
    width: 8rem;
  }

  .mainText button {
    height: 1.5rem;
    width: 5.5rem;
    font-size: 0.6rem;
    margin-top: 0.8rem;
  }
}

@media screen and (max-width: 576px) {
  .mainText {
    height: 5rem;
    width: 30rem;
    gap: 0.5rem;
    transition: all 0s ease;
  }

  .mainText p {
    font-size: 0.5rem;
    text-align: justify;
  }

  .mainText img {
    height: 6rem;
    width: 6rem;
  }

  .mainText button {
    margin-top: 0.8rem;
    height: 1rem;
    width: 5rem;
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 480px) {
  .mainText {
    height: 4rem;
    width: 25rem;
    gap: 0.4rem;
    transition: all 0s ease;
  }

  .mainText p {
    font-size: 0.4rem;
    text-align: justify;
  }

  .mainText img {
    height: 5rem;
    width: 5rem;
  }

  .mainText button {
    margin-top: 0.8rem;
    height: 1rem;
    width: 4rem;
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 400px) {
  .mainText {
    height: 3rem;
    width: 20rem;
    gap: 0.3rem;
    transition: all 0s ease;
  }

  .mainText p {
    font-size: 0.3rem;
    text-align: justify;
  }

  .mainText img {
    height: 4rem;
    width: 4rem;
  }

  .mainText button {
    margin-top: 0.8rem;
    height: 1rem;
    width: 3rem;
    font-size: 0.3rem;
  }
}

.cohortsContent {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
  align-items: center;
  margin: 2rem;
}

.cohortsContent button {
  cursor: pointer;
  border-radius: 16px;
  padding: 0.6vw 0.8vw;
  font-weight: bold;
  background: linear-gradient(90deg, #ffb347 0%, #fe9332 50%, #ffb347 100%);
  box-shadow: 0px 0px 5px 3px #fe9332;
  border: none;
  font-size: 1.5rem;
  height: 5rem;
  width: 22rem;
  transition: all 0.2s linear;
}

.cohortsContent button:hover {
  background: linear-gradient(90deg, #fe9332 0%, #ffb347 100%);
  transform: scale(1.1);
  transition: all 0.2s linear;
}

@media screen and (max-width: 992px) {
  .cohortsContent button {
    font-size: 1.3rem;
    height: 4rem;
    width: 20rem;
  }
}

@media screen and (max-width: 768px) {
  .cohortsContent button {
    font-size: 1.2rem;
    height: 3rem;
    width: 18rem;
  }
}

@media screen and (max-width: 650px) {
  .cohortsContent button {
    font-size: 1rem;
    height: 2.5rem;
    width: 15rem;
  }
}

@media screen and (max-width: 400px) {
  .cohortsContent button {
    font-size: 0.8rem;
    height: 2rem;
    width: 12rem;
  }
}

.video-container {
  border: 1px solid #ffc289;
  box-shadow: 0px 0px 4px 3px #ffc289;
  width: 60%;
  height: 30rem;
  aspect-ratio: 16/9;
  border-radius: 1rem;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  border-radius: 1rem;
}

.video-container iframe:hover {
  transform: scale(1.03);
  transition: transform 0.4s ease;
}

@media (max-width: 1200px) {
  .video-container {
    width: 70%;
    height: 26rem;
  }
}

@media (max-width: 992px) {
  .video-container {
    width: 80%;
    height: 24rem;
  }
}

@media (max-width: 768px) {
  .video-container {
    width: 90%;
    height: 20rem;
  }
}

@media (max-width: 576px) {
  .video-container {
    width: 95%;
    height: 16rem;
  }
}

.twitter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.twitter p {
  font-size: 1rem;
  text-align: justify;
  margin-top: 1rem;
}

.twitter h3 {
  font-size: 2rem;
  background: linear-gradient(to right, #ff6a00 0%, #fe9332 50%, #ffd180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.twitter-cards {
  padding: 2rem;
  display: grid;
  gap: 1.2rem;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(3, 1fr);
}

.twitter-tweet:hover {
  cursor: pointer;
  transform: scale(1.01);
  transition: all 0.2s ease;
}

.cohort-button {
  background-color: #fe9332;
  height: 3rem;
  width: 15rem;
  font-size: large;
  font-weight: 600;
  cursor: pointer;
  border-radius: 15px;
  border: 3px solid orangered;
  box-shadow: 0px 0px 8px 1px orangered;
}

.cohort-button:hover {
  background-color: orangered;
  transform: scale(1.05);
  transition: all 0.1s linear;
  box-shadow: 0px 0px 10px 2px #fe9332;
}

@media (max-width: 1440px) {
  .twitter-cards {
    grid-template-columns: repeat(3, 1fr);
    padding: 2rem;
    max-width: 100%;
    overflow: hidden;
  }

  .twitter-tweet {
    min-width: 0;
    width: 100%;
  }

  .twitter h3,
  .twitter p {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .twitter-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 1.5rem;
    max-width: 100%;
    overflow: hidden;
  }

  .twitter h3 {
    font-size: 1.8rem;
  }

  .twitter p {
    font-size: 0.85rem;
  }

  .twitter-tweet {
    min-width: 0;
    width: 100%;
  }

  .twitter h3,
  .twitter p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .twitter-cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 1rem;
    max-width: 100%;
    overflow: hidden;
  }

  .twitter h3 {
    font-size: 1.6rem;
  }

  .twitter p {
    font-size: 0.82rem;
  }

  .cohort-button {
    width: 13rem;
    height: 2.8rem;
    font-size: medium;
  }

  .twitter-tweet {
    min-width: 0;
    width: 100%;
  }

  .twitter h3,
  .twitter p {
    text-align: center;
  }
}

@media (max-width: 425px) {
  .twitter-cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 0.8rem;
    max-width: 100%;
    overflow: hidden;
  }

  .twitter h3 {
    font-size: 1.4rem;
    text-align: center;
  }

  .twitter p {
    font-size: 0.8rem;
    padding: 0 1rem;
    text-align: center;
  }

  .cohort-button {
    width: 12rem;
    font-size: small;
  }

  .twitter-cards {
    padding: 0.8rem;
  }
}

@media (max-width: 320px) {
  .twitter h3 {
    font-size: 1.2rem;
  }

  .twitter p {
    font-size: 0.75rem;
    padding: 0 0.5rem;
    text-align: center;
  }

  .cohort-button {
    width: 11rem;
    font-size: small;
    height: 2.5rem;
  }

  .twitter-cards {
    padding: 0.5rem;
  }
}

.placement-logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.placement-logos p {
  font-size: 1rem;
  text-align: justify;
  margin-bottom: 1rem;
}

.logos {
  width: 100%;
  overflow: hidden;
  padding: 15px 0;
  white-space: nowrap;
  position: relative;
}

.logos::before,
.logos::after {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #663f1b);
}

.logos::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #663f1b);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide-scroll infinite linear;
}

.logos-slide img {
  height: 100px;
  margin: 0 20px;
}

@keyframes slide-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media (max-width: 1440px) {
  .placement-logos p {
    font-size: 0.95rem;
    text-align: center;
    word-wrap: break-word;
  }

  .logos-slide img {
    height: 90px;
    margin: 0 18px;
  }
}

@media (max-width: 1024px) {
  .placement-logos p {
    font-size: 0.9rem;
    text-align: center;
    word-wrap: break-word;
  }

  .logos-slide img {
    height: 80px;
    margin: 0 16px;
  }

  .logos::before,
  .logos::after {
    width: 120px;
  }
}

@media (max-width: 768px) {
  .placement-logos p {
    font-size: 0.85rem;
    padding: 0 1rem;
    text-align: center;
    word-wrap: break-word;
  }

  .logos-slide img {
    height: 70px;
    margin: 0 14px;
  }

  .logos::before,
  .logos::after {
    width: 100px;
  }
}

@media (max-width: 425px) {
  .placement-logos p {
    font-size: 0.8rem;
    padding: 0 1.5rem;
    text-align: center;
    word-wrap: break-word;
  }

  .logos-slide img {
    height: 60px;
    margin: 0 12px;
  }

  .logos::before,
  .logos::after {
    width: 80px;
  }
}

@media (max-width: 320px) {
  .placement-logos p {
    font-size: 0.75rem;
    padding: 0 1rem;
    text-align: center;
    word-wrap: break-word;
  }

  .logos-slide img {
    height: 50px;
    margin: 0 10px;
  }

  .logos::before,
  .logos::after {
    width: 60px;
  }
}

.cohorts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cohorts h3 {
  font-size: 2rem;
  background: linear-gradient(to right, #ff6a00 0%, #fe9332 50%, #ffd180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.cohorts p {
  font-size: 1.2rem;
  text-align: justify;
  padding: 0.5rem;
}

.cohortCards {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  height: max-content;
  width: 100%;
  padding: 1%;
  gap: 2%;
  margin: 2%;
}

.cohortVideoCards {
  display: flex;
  flex-direction: column;
  color: black;
  background-color: rgba(30, 30, 30, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid #fe9332;
  color: white;
  border-radius: 12px;
  padding: 0.5rem;
  height: 32rem;
  overflow: hidden;
}

.cohortVideoCards:hover {
  transform: scale(1.05);
  transition: all 0.2s ease;
}

.video-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}

.video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  cursor: pointer;
  border: none;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}

.card-content {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  width: 100%;
}

.title {
  font-size: 1.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.description {
  font-size: 0.9rem;
  text-align: justify;
}

.date {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.startDate {
  font-size: 0.8rem;
  text-align: justify;
  justify-self: flex-start;
}

.duration {
  font-size: 0.8rem;
  text-align: justify;
  justify-self: flex-end;
  padding: 0 0.5rem;
}

.price {
  border: 2px solid black;
  padding: 5px;
  background-color: rgb(102, 102, 102);
  border-radius: 5px;
  font-weight: 500;
  margin: 0;
}

.originalPrice {
  font-size: 14px;
}

.discount {
  font-size: 13px;
}

.enrollBtn {
  border: 2px solid #fe9332;
  border-radius: 10px;
  height: 2rem;
  width: 100%;
  background: linear-gradient(to right, #ff6a00 0%, #fe9332 50%, #ffd180 100%);
  font-weight: 600;
  cursor: pointer;
  font-size: 1.2rem;
}

.enrollBtn:hover {
  transform: scale(1.03);
  transition: all 0.1s linear;
}

@media (max-width: 1200px) {
  .cohortCards {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  .title {
    font-size: 1.2rem;
  }
}

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

  .cohorts h3 {
    font-size: 1.8rem;
  }

  .cohorts p {
    font-size: 1.1rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .description {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .cohortCards {
    grid-template-columns: 1fr;
  }

  .cohorts h3 {
    font-size: 1.6rem;
  }

  .cohorts p {
    font-size: 1rem;
  }

  .title {
    font-size: 1.1rem;
  }

  .description {
    font-size: 0.82rem;
  }
}

@media (max-width: 576px) {
  .cohortCards {
    padding: 1rem;
    gap: 1rem;
  }

  .cohortVideoCards {
    height: auto;
  }

  .title {
    font-size: 1rem;
  }

  .description {
    font-size: 0.8rem;
  }

  .startDate,
  .duration {
    font-size: 0.75rem;
  }

  .enrollBtn {
    font-size: 1rem;
    height: 1.8rem;
  }

  .cohorts h3 {
    font-size: 1.4rem;
  }

  .cohorts p {
    font-size: 0.95rem;
  }
}

@media (max-width: 400px) {
  .cohortCards {
    margin: 1rem;
  }

  .cohorts h3 {
    font-size: 1.2rem;
  }

  .cohorts p {
    font-size: 0.9rem;
  }

  .title {
    font-size: 0.95rem;
  }

  .description {
    font-size: 0.75rem;
  }

  .startDate,
  .duration {
    font-size: 0.7rem;
  }

  .price {
    font-size: 0.85rem;
  }

  .originalPrice,
  .discount {
    font-size: 12px;
  }

  .enrollBtn {
    font-size: 0.95rem;
    height: 1.6rem;
  }
}

.udemy-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
}

.udemy-section h3 {
  font-size: 2rem;
  background: linear-gradient(to right, #ff6a00 0%, #fe9332 50%, #ffd180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.udemy-section p {
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem;
}

.udemy-courses-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.udemy-courses-section svg {
  border: 2px solid darkgray;
  background-color: rgb(52, 52, 52);
  border-radius: 2rem;
  height: 3rem;
  width: 3rem;
  padding: 0.5rem;
  margin: 0.5rem;
  cursor: pointer;
  transition: all 0.2s linear;
}

.udemy-courses-section svg:hover {
  transform: scale(1.2);
  transition: all 0.2s linear;
  background-color: rgb(42, 42, 42);
}

.udemy-course {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  gap: 1rem;
  height: 25rem;
  background: linear-gradient(120deg, #161616, #202020, #2c1f17);
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
}

.course-info {
  display: flex;
  flex-direction: column;
  width: 45%;
  height: 105%;
  background-color: rgba(255, 147, 50, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 147, 50, 0.3);
  border-radius: 12px;
  gap: 0.7rem;
  padding: 0.3rem;
}

.course-info:hover {
  transform: scale(1.05);
}

.udemy-title {
  font-size: 2rem;
  text-align: center;
  color: #dcb28a;
  animation: pulsate 2s infinite;
}

@keyframes pulsate {
  0% {
    text-shadow: 0 0 0px rgba(255, 139, 38, 0.4);
  }
  50% {
    text-shadow: 0 0 6px rgba(255, 139, 38, 0.4);
  }
  100% {
    text-shadow: 0 0 0px rgba(255, 139, 38, 0.4);
  }
}

.udemy-description {
  display: block;
  font-size: 1rem;
  text-align: left;
  max-width: 35rem;
  word-wrap: break-word;
  text-align: justify;
}

.udemy-rating-section {
  gap: 0.5rem;
  display: inline;
  align-self: flex-start;
  width: 40%;
  text-align: left;
}

.top-rated {
  font-size: 0.7rem;
}

.udemy-price-section {
  display: inline;
  align-self: flex-start;
  justify-self: center;
  width: 50%;
  text-align: left;
}

.udemy-price {
  font-size: 1.5rem;
  font-weight: 550;
  padding-right: 1rem;
  background: linear-gradient(135deg, #fe9332, #ffb877);
  color: #0e0e0e;
  border-radius: 0.2rem;
  padding-left: 5px;
}

.udemy-actual-price {
  font-size: 0.9rem;
}

.udemy-discount {
  font-size: 0.8rem;
  text-align: left;
}

.udemy-btn {
  background: linear-gradient(to right, #fe9332 50%, #ffb877 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  border: 2px solid #fe9332;
  border-radius: 1rem;
  width: 90%;
  height: 2.5rem;
  font-size: 1.2rem;
  transition: background-position 0.5s ease-in-out;
}

.udemy-btn:hover {
  background-position: left bottom;
  transition: background-position 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.course-video {
  width: 50%;
  height: 105%;
  aspect-ratio: 16/9;
  border: 1px solid rgba(255, 147, 50, 0.3);
  border-radius: 1rem;
}

.course-video:hover {
  transform: scale(1.05);
}

.course-video iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 1rem;
  aspect-ratio: 16/9;
}

strike {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: black;
}

@media (max-width: 1200px) {
  .udemy-course {
    flex-direction: column;
    height: auto;
    gap: 2rem;
  }

  .course-info {
    width: 90%;
    height: auto;
    padding: 1rem;
  }

  .course-video {
    width: 90%;
    height: auto;
  }

  .udemy-description {
    font-size: 0.9rem;
    max-width: 90%;
  }

  .udemy-rating-section,
  .udemy-price-section {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .udemy-course {
    flex-direction: column;
    height: auto;
    gap: 1.5rem;
  }

  .course-info {
    width: 85%;
  }

  .course-video {
    width: 85%;
  }

  .udemy-description {
    font-size: 0.95rem;
  }

  .udemy-btn {
    width: 100%;
    height: 3rem;
  }
}

@media (max-width: 768px) {
  .udemy-section {
    padding: 2rem;
  }

  .udemy-section h3 {
    font-size: 1.5rem;
  }

  .udemy-courses-section {
    flex-direction: column;
    align-items: center;
  }

  .udemy-courses-section svg {
    width: 2.5rem;
    height: 2.5rem;
  }

  .udemy-description {
    font-size: 0.9rem;
  }

  .udemy-price {
    font-size: 1.2rem;
  }

  .course-info {
    width: 100%;
  }

  .course-video {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 576px) {
  .udemy-section {
    padding: 1rem;
  }

  .udemy-section h3 {
    font-size: 1.3rem;
  }

  .udemy-description {
    font-size: 0.85rem;
  }

  .udemy-price {
    font-size: 1.2rem;
  }

  .course-info {
    width: 100%;
    padding: 1rem;
  }

  .course-video {
    width: 100%;
    margin-top: 1rem;
    height: auto;
  }

  .udemy-btn {
    width: 100%;
    height: 3rem;
  }
}

.cohort-benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3rem;
}

.cohort-benefits h3 {
  font-size: 2rem;
  background: linear-gradient(to right, #ff6a00 0%, #fe9332 50%, #ffd180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.cohort-benefits p {
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem;
}

.cohort-benefit-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 2rem;
  padding: 2rem;
  max-width: 85vw;
  margin: 0 auto;
}

.benefit-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  text-align: center;
  padding: 2rem 1.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
}

.benefit-card h4 {
  font-size: 1.2rem;
  margin: 1.25rem 0 0.5rem;
  color: #fff;
}

.benefit-card h4 img {
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
  width: 60px;
  height: 60px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  border-radius: 50%;
}

.benefit-card p {
  color: #ddd;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0.5rem 0 0;
}

@media (max-width: 1024px) {
  .cohort-benefit-cards {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }

  .cohort-benefits h3 {
    font-size: 1.8rem;
  }

  .cohort-benefits p {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .cohort-benefit-cards {
    grid-template-columns: repeat(1, minmax(220px, 1fr));
    gap: 1.5rem;
    padding: 1.5rem;
  }

  .cohort-benefits {
    margin: 2rem;
  }

  .cohort-benefits h3 {
    font-size: 1.6rem;
  }

  .cohort-benefits p {
    font-size: 0.9rem;
  }

  .benefit-card {
    padding: 1.5rem 1.2rem;
  }

  .benefit-card h4 {
    font-size: 1.1rem;
  }

  .benefit-card p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .cohort-benefits {
    margin: 1.5rem;
  }

  .cohort-benefits h3 {
    font-size: 1.4rem;
  }

  .cohort-benefits p {
    font-size: 0.85rem;
  }

  .benefit-card h4 {
    font-size: 1rem;
  }

  .benefit-card p {
    font-size: 0.85rem;
  }

  .benefit-card h4 img {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}

.alumni-network-content {
  display: flex;
  flex-direction: column;
  margin: 3rem;
  gap: 3rem;
}

.alumni-network h3 {
  font-size: 2rem;
  background: linear-gradient(to right, #ff6a00 0%, #fe9332 50%, #ffd180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  align-self: center;
  margin-top: 1.5rem;
}

.alumni-network-content span {
  align-self: center;
  text-align: justify;
  font-size: 1.2rem;
  color: #fff;
  width: 100%;
  max-width: 80%;
}

.floating-box {
  position: relative;
  width: 500px;
  height: 300px;
  margin: 2rem;
  float: left;
  border-radius: 20px;
  overflow: hidden;
  background: radial-gradient(circle at top left, #2a2a40, #0f0f1a);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.float-item {
  position: absolute;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

@media (min-width: 1600px) {
  .alumni-network {
    height: 40vh;
  }
}

@media (max-width: 1024px) {
  .alumni-network-content {
    flex-direction: column;
    gap: 2rem;
    margin: 1.5rem;
  }

  .alumni-network h3 {
    font-size: 1.8rem;
  }

  .alumni-network-content span {
    font-size: 1.1rem;
    margin-left: 3rem;
    max-width: 90%;
  }

  .floating-box {
    width: 90%;
    height: auto;
    aspect-ratio: 5 / 3;
    float: none;
    margin: 1.5rem auto;
  }
}

@media (max-width: 768px) {
  .alumni-network-content {
    margin: 1rem;
    gap: 1.5rem;
  }

  .alumni-network h3 {
    font-size: 1.6rem;
  }

  .alumni-network-content span {
    font-size: 1rem;
    margin-left: 2rem;
    max-width: 95%;
  }

  .floating-box {
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    margin: 1rem auto;
  }

  .float-item {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .alumni-network h3 {
    font-size: 1.4rem;
  }

  .alumni-network-content span {
    font-size: 0.95rem;
    margin-left: 1rem;
    max-width: 100%;
  }

  .float-item {
    width: 35px;
    height: 35px;
  }
}

.topics {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.topics h3 {
  font-size: 2rem;
  background: linear-gradient(to right, #ff6a00 0%, #fe9332 50%, #ffd180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  align-self: center;
  text-align: center;
}

.topics p {
  margin: 1rem;
  text-align: center;
  font-size: 1.2rem;
}

.topics-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.topics div a button {
  cursor: pointer;
  border: none;
  height: 6.5rem;
  width: 10rem;
  margin: 2rem 1rem;
  background: radial-gradient(circle at top, #fa8313, #b54e00);
  border-radius: 12px;
  border-top: 10px solid #ffb96a;
  padding: 1.5rem;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}

.topics div a button:hover {
  box-shadow: 0 0 10px #fe9332;
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}

@media (max-width: 1200px) {
  .topics h3 {
    font-size: 1.75rem;
  }

  .topics p {
    font-size: 1.1rem;
  }

  .topics div a button {
    height: 5.5rem;
    width: 9rem;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .topics h3 {
    font-size: 1.5rem;
  }

  .topics p {
    font-size: 1rem;
  }

  .topics div a button {
    height: 5rem;
    width: 8rem;
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .topics h3 {
    font-size: 1.25rem;
  }

  .topics p {
    font-size: 0.95rem;
  }

  .topics div a button {
    height: 4.5rem;
    width: 7.5rem;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .topics h3 {
    font-size: 1rem;
  }

  .topics p {
    font-size: 0.9rem;
  }

  .topics div a {
    text-decoration: none;
  }

  .topics div a button {
    height: 4rem;
    width: 7rem;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.why-chai-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.why-chai-code h3 {
  font-size: 2rem;
  background: linear-gradient(to right, #ff6a00 0%, #fe9332 50%, #ffd180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  align-self: center;
  text-align: center;
}

.why-chai-code p {
  margin: 1rem;
  text-align: center;
  font-size: 1.2rem;
}

.why-chai-code-cards {
  display: grid;
  grid-template-areas:
    "left center right"
    "left center right"
    "left center right";
  gap: 1rem;
}

.left-cards {
  grid-area: left;
}

.right-cards {
  grid-area: right;
}

.center-card {
  display: flex;
  flex-direction: column;
  grid-area: center;
  background: #1a1a1a;
  border: 2px solid #fe9332;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  align-items: center;
  gap: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  max-width: 100%;
  width: minmax(260px, 1fr);
}

.center-card:hover {
  transform: scale(1.02);
}

.center-card h4 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.center-card h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fe9332;
  margin: 1.5rem 0 0.25rem;
}

.center-card span {
  font-size: 1rem;
  color: #eee;
  line-height: 1.6;
  margin: 0;
  padding: 0 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 1rem;
}

.center-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.social-media-icons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}

.social-media-icons img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  background-color: #262626;
  border-radius: 8px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  padding: 5px;
}

.social-media-icons img:hover {
  transform: scale(1.1);
  background-color: #fe9332;
}

#hitesh-choudhary {
  height: 200px;
  width: 250px;
}

.why-chai-code-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  padding: 2rem;
}

.left-cards,
.right-cards {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

.why-card-content {
  background: #1a1a1a;
  border-radius: 12px;
  border-top: 4px solid #fe9332;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card-content:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.why-card-content h4 {
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  margin: 0 0 0.75rem;
}

.why-card-content span {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin: 0;
}

.why-card-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(254, 147, 50, 0.08), transparent);
  pointer-events: none;
  z-index: 0;
}

.why-card-content > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .why-chai-code-cards {
    display: flex;
    flex-direction: column;
  }

  .left-cards,
  .right-cards {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .why-chai-code-cards {
    display: flex;
    flex-direction: column;
  }

  .left-cards,
  .right-cards {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 576px) {
  .why-chai-code-cards {
    display: flex;
    flex-direction: column;
  }

  .left-cards,
  .right-cards {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.community-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.community-heading {
  font-size: 2rem;
  background: linear-gradient(to right, #ff6a00 0%, #fe9332 50%, #ffd180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
  margin-bottom: 2rem;
}

.community-card {
  display: flex;
  align-items: center;
  background: var(--card-bg);
  border-radius: 1rem;
  padding: 2rem;
  max-width: 800px;
  width: 100%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(254, 147, 50, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.community-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(254, 147, 50, 0.6);
}

.icon-container {
  flex: 0 0 80px;
  height: 80px;
  margin-right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254, 147, 50, 0.1);
  border-radius: 50%;
  animation: pulse 2.5s infinite ease-in-out;
}
.icon-container img {
  width: 48px;
  height: 48px;
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(254, 147, 50, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(254, 147, 50, 0.6);
  }
}

.community-content h3 {
  font-size: 2rem;
  margin: 0 0 0.5rem;
  color: var(--accent);
}

.community-content p {
  font-size: 1.1rem;
  margin: 0 1rem 1.5rem 0;
  line-height: 1.5;
  max-width: 550px;
}

.community-content button {
  background: linear-gradient(135deg, #ff7b00, #fe9332);
  padding: 0.9rem 1.8rem;
  font-size: 1rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  color: #121212;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.community-content button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 70%
  );
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  transition: transform 0.5s ease;
}
.community-content button:hover {
  transform: scale(1.05);
}
.community-content button:hover::before {
  transform: translateX(0) translateY(0) rotate(45deg);
}

@media (max-width: 1024px) {
  .community-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .icon-container {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 80px;
  }

  .community-content h3 {
    font-size: 1.75rem;
  }

  .community-content p {
    font-size: 1rem;
  }

  .community-content button {
    font-size: 0.95rem;
    padding: 0.8rem 1.6rem;
  }
}

@media (max-width: 768px) {
  .community-heading {
    font-size: 1.75rem;
  }

  .community-card {
    padding: 1.25rem;
  }

  .icon-container {
    flex: 0 0 64px;
    height: 55px;
    width: 60px;
  }

  .icon-container img {
    width: 40px;
    height: 40px;
  }

  .community-content h3 {
    font-size: 1.5rem;
  }

  .community-content p {
    font-size: 0.95rem;
  }

  .community-content button {
    font-size: 0.9rem;
    padding: 0.7rem 1.4rem;
  }
}

@media (max-width: 480px) {
  .community-heading {
    font-size: 1.5rem;
  }

  .community-card {
    padding: 1rem;
  }

  .icon-container {
    flex: 0 0 56px;
    height: 50px;
    width: 60px;
  }

  .icon-container img {
    width: 32px;
    height: 32px;
  }

  .community-content h3 {
    font-size: 1.25rem;
  }

  .community-content p {
    font-size: 0.9rem;
    margin: 0 0 1rem 0;
  }

  .community-content button {
    font-size: 0.85rem;
    padding: 0.6rem 1.2rem;
  }
}

.free-api {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.free-api h3 {
  font-size: 2rem;
  background: linear-gradient(to right, #ff6a00 0%, #fe9332 50%, #ffd180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
  margin-bottom: 2rem;
}

.free-api-card {
  display: flex;
  margin: 2rem;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

.free-api-content {
  height: 100%;
  width: 40%;
}

.free-api-content p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 3rem;
  text-align: center;
}

#free-api-text {
  font-size: 1rem;
  font-weight: normal;
  text-align: justify;
}

.free-api-card iframe {
  border: 2px solid #fe9332;
  border-radius: 1rem;
  height: 22rem;
  width: 40rem;
}

.free-api button {
  background: linear-gradient(135deg, #ff7b00, #fe9332);
  padding: 0.9rem 1.8rem;
  font-size: 1rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  color: #121212;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.free-api button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(135deg, #ffd180, #fe9332, #ff7b00);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.free-api button:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(254, 147, 50, 0.4);
}

.free-api button:hover::before {
  opacity: 1;
}

@media (max-width: 1024px) {
  .free-api-content {
    width: 50%;
  }

  .free-api-card iframe {
    width: 35rem;
    height: 20rem;
  }

  .free-api h3 {
    font-size: 1.8rem;
  }

  .free-api-content p {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .free-api-card {
    flex-direction: column;
    margin: 1.5rem;
    gap: 1.5rem;
  }

  .free-api-content {
    width: 80%;
  }

  .free-api-card iframe {
    width: 90%;
    height: 18rem;
  }

  .free-api h3 {
    font-size: 1.6rem;
  }

  .free-api-content p {
    font-size: 1.2rem;
  }

  #free-api-text {
    font-size: 0.9rem;
  }

  .free-api button {
    font-size: 0.9rem;
    padding: 0.8rem 1.6rem;
  }
}

@media (max-width: 480px) {
  .free-api-content {
    width: 95%;
  }

  .free-api-card iframe {
    width: 100%;
    height: 16rem;
  }

  .free-api h3 {
    font-size: 1.4rem;
  }

  .free-api-content p {
    font-size: 1rem;
  }

  #free-api-text {
    font-size: 0.85rem;
  }

  .free-api button {
    font-size: 0.85rem;
    padding: 0.7rem 1.4rem;
  }
}

.download-app-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.5rem;
}

.download-app-section h3 {
  font-size: 2rem;
  background: linear-gradient(to right, #ff6a00 0%, #fe9332 50%, #ffd180 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  text-transform: uppercase;
}

.app-content {
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
}

.text-content p {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.text-content span {
  font-size: 1rem;
  color: #ddd;
  line-height: 1.6;
  margin-bottom: 2rem;
  display: block;
}

.text-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.text-content ul li {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(254, 147, 50, 0.5);
  border-radius: 12px;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  flex-basis: calc(33.333% - 1rem);
  min-width: 200px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.text-content ul li svg {
  flex-shrink: 0;
  margin-right: 0.5rem;
  fill: #fe9332;
  transition: fill 0.3s ease;
}

.text-content ul li:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fe9332;
  transform: translateY(-3px);
  cursor: pointer;
}

.text-content ul li:hover svg {
  fill: #ff6a00;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.store-btn {
  background-color: #fe9332;
  color: #fff;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
  min-width: 160px;
}

.store-btn:hover {
  background-color: #ff6a00;
  transform: translateY(-2px);
}

.app-store {
  background-color: #3b9cf1;
}

.play-store {
  background-color: #34a853;
}

.app-store:hover {
  background-color: #0077d4;
}

.play-store:hover {
  background-color: #28a745;
}

@media (max-width: 1200px) {
  .download-app-section {
    gap: 2rem;
  }

  .app-content {
    max-width: 600px;
  }

  .text-content p {
    font-size: 1.1rem;
  }

  .text-content span {
    font-size: 0.9rem;
  }

  .text-content ul li {
    flex-basis: calc(50% - 1rem);
  }

  .buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .store-btn {
    min-width: 140px;
  }
}

@media (max-width: 992px) {
  .download-app-section {
    gap: 1.5rem;
  }

  .app-content {
    max-width: 500px;
  }

  .text-content p {
    font-size: 1rem;
  }

  .text-content span {
    font-size: 0.85rem;
  }

  .text-content ul li {
    flex-basis: calc(50% - 1rem);
  }

  .buttons {
    flex-direction: column;
    gap: 0.8rem;
  }

  .store-btn {
    min-width: 130px;
  }
}

@media (max-width: 768px) {
  .download-app-section {
    gap: 1rem;
  }

  .app-content {
    max-width: 400px;
  }

  .text-content p {
    font-size: 0.9rem;
  }

  .text-content span {
    font-size: 0.8rem;
  }

  .text-content ul li {
    flex-basis: calc(100% - 1rem);
  }

  .buttons {
    flex-direction: column;
    gap: 0.5rem;
  }

  .store-btn {
    min-width: 120px;
  }
}

@media (max-width: 576px) {
  .download-app-section {
    gap: 0.8rem;
  }

  .app-content {
    max-width: 300px;
  }

  .text-content p {
    font-size: 0.8rem;
  }

  .text-content span {
    font-size: 0.7rem;
  }

  .text-content ul li {
    flex-basis: calc(100% - 1rem);
  }

  .buttons {
    flex-direction: column;
    gap: 0.3rem;
  }

  .store-btn {
    min-width: 110px;
  }
}

footer {
  padding: 1rem 1.5rem;
  padding-bottom: 0;
  overflow: hidden;
}

footer a {
  text-decoration: none;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  margin-top: -1rem;
}

.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}

.footer-content img {
  height: 50px;
  width: 200px;
  transition: all 0.2s ease-in-out;
}

.footer-content img:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

.footer-social-icons {
  display: inline-block;
  margin-top: 1rem;
}

.footer-social-icons img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  background-color: transparent;
  border-radius: 8px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  padding: 5px;
}

.footer-social-icons img:hover {
  transform: scale(1.1);
  background-color: #fe9332;
}

.navigation-links {
  font-size: 1.2rem;
  display: flex;
  gap: 2rem;
}

.navigation-links a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}

.navigation-links a p {
  margin-bottom: 0.8rem;
}

.navigation-links a:hover {
  text-decoration: underline;
  color: #fe9332;
  transition: all 0.2s ease-in-out;
}

.chaicode-name-footer {
  cursor: pointer;
  text-align: center;
  margin-top: 1rem;
  line-height: 1;
  font-size: 13rem;
  color: transparent;
  -webkit-text-stroke: 0px transparent;
  position: relative;
  transition: color 0.2s, -webkit-text-stroke 0.2s;
}

.chaicode-name-footer::after {
  content: "CHAICODE";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  -webkit-text-stroke: 0.2rem #fe9332;
  transition: all 0.3s ease;
  pointer-events: none;
  animation: glowing 2s ease-in-out infinite alternate;
}

@keyframes glowing {
  0% {
    opacity: 0.2;
    scale: 1;
  }

  100% {
    opacity: 0.8;
    scale: 1.03;
  }
}

@media (max-width: 1100px) {
  .chaicode-name-footer {
    font-size: 11rem;
  }
}

@media (max-width: 1024px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .navigation-links {
    gap: 1.5rem;
  }

  .chaicode-name-footer {
    font-size: 10rem;
  }
}

@media (max-width: 855px) {
  .chaicode-name-footer {
    font-size: 8rem;
  }
}

@media (max-width: 768px) {
  .footer-content img {
    width: 150px;
    height: 40px;
  }

  .footer-social-icons img {
    width: 40px;
    height: 40px;
  }

  .navigation-links div a p {
    font-size: 0.8rem;
  }

  .chaicode-name-footer {
    font-size: 6rem;
  }
}

@media (max-width: 576px) {
  .chaicode-name-footer {
    font-size: 5rem;
  }

  .navigation-links div a p {
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 1rem;
  }

  .footer-content {
    align-items: center;
    text-align: center;
  }

  .navigation-links a p {
    margin-bottom: 0.5rem;
  }

  .chaicode-name-footer {
    font-size: 4rem;
  }
}

@media (max-width: 360px) {
  .chaicode-name-footer {
    font-size: 3rem;
  }
}