.text-chk-white {
  color: rgba(255, 255, 255, 1);
}

.text-chk-brown {
  color: #b65b00 !important;
  ;
}


p {
  margin: 0px;
}

.bg-chk-white {
  background-color: #FFFFFF;

}

.div_pujagoyal {
  margin-bottom: -35px;
  /* width:20%; */
}

.p_pujagoyal {
  width: 50%;
}

.text-chk-black {
  color: rgba(33, 37, 41, 1)
}

.underline-text {
  text-decoration: underline;
}

.textLongTime {
  max-width: 556px;
  height: 384px;
  top: 370px;
  left: 60px;
  position: absolute;
  z-index: 1;
}

.scrollable-container {
  height: 502px;
  overflow-x: hidden;
}

.pt-400-18-015rem {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.b-400-16-150-8rem {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: clamp(1.2, 2.5vh, 1.6);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #0A0908;
}

.b-400-32-06em {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.06em;
  text-transform: uppercase;

}

.p-400-56-180-015em {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 56px;
  line-height: 1.8;
  /* letter-spacing: 0.15em; */
  color: rgba(33, 37, 41, 1);
  /* float: left; */
  line-height: 1;
  padding-right: 6px;
}

.p-500-36-150-0em {
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: clamp(16px, 5vw, 36px);
  line-height: 1.5;
  letter-spacing: 0px;
  color: #0A0908;
}

.p-500-18-180-015em {
  font-family: 'Playfair Display';
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 0.015em;
  color: rgba(72, 75, 78, 1);
}

.custom-search-bar {
  width: 508px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid #CED4DA;
  background: rgba(233, 236, 239, 0.2);
  padding: 8px 16px;
  box-sizing: border-box;
  gap: 8px;
}

.custom-search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #212529;
}

.custom-search-input::placeholder {
  color: #212529;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.icon-left,
.icon-right {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(3%) saturate(323%) hue-rotate(169deg) brightness(97%) contrast(91%);
}

.custom-search-input::placeholder {
  transition: opacity 0.5s ease-in-out;
}







.accordion-button:focus {
  border-color: none;
  box-shadow: none;

}

.accordion-button:not(.collapsed) {
  background-color: rgba(33, 37, 41, 0.1);
}

.accordion {
  --bs-accordion-bg: none;
}

.accordion-button {
  background-color: transparent !important;
}

.accordion-button::after {
  display: none !important;
}

@media (max-width: 480px) {
  .textLongTime {
    top: 404px;
    left: 13px;
    line-height: 60px;
  }

  .b-400-80-96-08em {
    font-size: 3.2rem;
    line-height: 56px;
    width: 100%;
  }

  .b-400-16-150-8rem1 {

    line-height: 1.5px;

  }

  #txt-FMA1 {
    font-size: 2.3rem !important;
    line-height: 56px;
    width: 100%;
  }


  .div_pujagoyal {
    margin-bottom: -70px;

  }
}



/*---------WHO ARE WE Styles-------------- */


.section-title {
  width: 100%;
  margin: 40px 0;
}

.section-heading {
  font-weight: 400;
  font-size: 80px;
  line-height: 96px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.line-wrapper {
  flex: 1;
  position: relative;
  height: 1px;
  background-color: transparent;
  /* overflow: hidden; */
}

/* Base line style */
.line {
  height: 1px;
  background-color: #0A0908;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.line-right {
  right: 0;
  width: 0;
  transform-origin: right;
  /* Keeps dot at the start */
}

.animate .line-right {
  animation: growRight 2s ease forwards;
  animation-delay: 0.2s;
}

.line-left {
  width: 0;
}

.animate .line-left {
  animation: growLeft 2s ease forwards;
}


/* Dot on left line */
.line-left::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #0A0908;
  border-radius: 50%;
  /* z-index: 2; */
}


/* Dot on right line */
.line-right::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #0A0908;
  border-radius: 50%;
  /* z-index: 2; */
}


/* Animations */
@keyframes growLeft {
  to {
    width: 100%;
  }
}

@keyframes growRight {
  to {
    width: 100%;
  }
}




/*-------- END WHO ARE WE Styles--------- */
/* Small screen adjustments (mobile first) */
@media (max-width: 768px) {
  .section-heading {
    font-size: 40px;
    line-height: 1.2;
    white-space: normal;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .b-400-64-06em {
    font-size: 32px;
    line-height: 1.4;
    margin-right: 0 !important;
    text-align: center;
    padding: 0 20px;
  }



  .line-wrapper {
    display: none;
    /* hide side lines on mobile for WHO ARE WE */
  }

  /* .line-to-emerging,
  .dot-emerging,
  .line-to-moment,
  .dot-moment {
    display: none;
  } */
  /* hide decorative lines on smaller screens */
}

/* Extra small screens (optional for 400px and below) */
@media (max-width: 400px) {
  .section-heading {
    font-size: 28px;
  }

  .b-400-64-06em {
    font-size: 6px;
  }
}


/*-------- WHERE INDIA’S EMERGING Styles--------- */

/* .fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0.2s;
} */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}



@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-title {
  position: relative;
  overflow: hidden;
}

.b-400-64-06em {
  font-family: "Bellefair", serif;
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-right: 200px !important;
  text-align: end;
  position: relative;
  z-index: 2;
  color: #212529;
}

.b-400-64-06em-sm {
  font-family: "Bellefair", serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-right: 200px !important;
  text-align: end;
  position: relative;
  z-index: 2;
  color: #212529;
}

.line-to-emerging {
  position: absolute;
  top: 53px;
  /* adjust to align with "EMERGING" */
  right: 0;
  height: 2px;
  background-color: #000;
  animation: growRight2 2s ease-out forwards;
}

.dot-emerging {
  position: absolute;
  top: 51px;
  right: 0;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  animation: moveDotRight2 2s ease-out forwards;
}

/* LEFT SIDE LINE (to "MOMENT") */


/* .line-to-moment {
  height: 2px;
  background-color: #000;
  animation: growLineAndDot 2s ease-out forwards;
  position: absolute;
  top: 138px; 
  left: 0;}

.dot-moment {
  position: absolute;
  top: 136px; 
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  animation: moveWithLine 2s ease-out forwards;
} */


@keyframes growRight2 {
  from {
    width: 0;
  }

  to {
    width: 180px;
  }

  /* adjust width as needed */
}

@keyframes moveDotRight2 {
  from {
    right: 0;
  }

  to {
    right: 180px;
  }
}

/* @keyframes moveWithLine {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(775px); 
  }
}
@keyframes growLineAndDot {
  from {
    width: 0;
  }
  to {
    width: 55%;
  }
} */

:root {
  --line-length: 500px; /* default for big screens */
}

@media (max-width: 1600px) {
  :root {
    --line-length: 800px;
  }
}
@media (max-width: 1366px) {
  :root {
    --line-length: 500px;
  }
}
@media (max-width: 1024px) {
  :root {
    --line-length: 200px;
  }
}
@media (max-width: 768px) {
  :root {
    --line-length: 110px;
  }
}
@media (max-width: 680px) {
  :root {
    --line-length: 100px;
  }
}
@media (max-width: 480px) {
  :root {
    --line-length: 100px;
  }
}

.line-wrapper {
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}

/* Line */
.line-to-moment {
  position: absolute;
  top: -120%;
  left: 0;
  height: 2px;
  background-color: #000;
  width: 0;
  transform: translateY(-50%);
  animation: growLine 2s ease-out forwards;
  animation-fill-mode: forwards;
}

/* Dot */
.dot-moment {
  position: absolute;
  top: -120%;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: moveDot 2s ease-out forwards;
  animation-fill-mode: forwards;
}

/* Keyframes - Responsive magic here */
@keyframes growLine {
  from {
    width: 0;
  }

  to {
    width: var(--line-length);
  }
}

@keyframes moveDot {
  from {
    left: 0;
  }

  to {
    left: var(--line-length);
  }
}


/*--------END  WHERE INDIA’S EMERGING Styles--------- */