.hero-conclave {
  margin-top: 7%;
  padding-left: 2%;
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

.hero_nb_text {
  color: #da591b;
  font-size: 30px;
  margin-bottom: 0;
}

.hero_conclave_text {
  color: #042544;
  font-size: 80px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 700;
}

.rating1 {
  position: absolute;
  top: 16%;
  left: 12%;
  background-color: white;
  padding: 10px;
  width: 200px;
}

.rating2 {
  position: absolute;
  top: 45%;
  left: 0%;
  background-color: white;
  padding: 10px;
  width: 200px;
}

.rating3 {
  position: absolute;
  top: 30%;
  right: 1%;
  background-color: white;
  padding: 10px;
  width: 200px;
}

.rating4 {
  position: absolute;
  right: 12%;
  top: 70%;
  background-color: white;
  padding: 10px;
  width: 200px;
}

.rating5 {
  position: absolute;
  left: 16%;
  bottom: 0px;
  background-color: white;
  padding: 10px;
  width: 200px;
}

.rating_name {
  color: black;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 700;
}

.rating_position {
  color: blue;
  font-size: 10px;
  margin-bottom: -10px;
  font-weight: 400;
}

.rating_top {
  font-size: 10px;
  text-align: right;
  color: #ffbd51;
  margin-bottom: 0px;
}

.rating-box {
  text-align: end;
  background: #ffffff;
  border-radius: 10px;
  /* padding: 16px 20px; */
  /* display: inline-flex;
  align-items: right; */
  gap: 10px;
}

.rating-stars {
  color: #ffc107;
  font-size: 10px;
}

.rating-value {
  font-weight: 600;
  color: #333;
}

@media (max-width: 768px) {
  .rating1 {
    position: absolute;
    top: 16%;
    left: 12%;
    background-color: white;
    padding: 10px;
    width: 150px;
  }

  .rating2 {
    position: absolute;
    top: 45%;
    left: 0%;
    background-color: white;
    padding: 10px;
    width: 150px;
  }

  .rating3 {
    position: absolute;
    top: 30%;
    right: 1%;
    background-color: white;
    padding: 10px;
    width: 150px;
  }

  .rating4 {
    position: absolute;
    right: 5%;
    top: 70%;
    background-color: white;
    padding: 10px;
    width: 150px;
  }

  .rating5 {
    position: absolute;
    left: 10%;
    bottom: 0px;
    background-color: white;
    padding: 10px;
    width: 150px;
  }

  .rating_name {
    color: black;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 700;
  }

  .rating_position {
    color: blue;
    font-size: 10px;
    margin-bottom: -10px;
    font-weight: 400;
  }

  .rating_top {
    font-size: 10px;
    text-align: right;
    color: #ffbd51;
    margin-bottom: 0px;
  }

  .rating-box {
    text-align: end;
    background: #ffffff;
    border-radius: 10px;
    /* padding: 16px 20px; */
    /* display: inline-flex;
  align-items: right; */
    gap: 10px;
  }

  .rating-stars {
    color: #ffc107;
    font-size: 10px;
  }

  .rating-value {
    font-weight: 600;
    color: #333;
  }
}

.heading-rounds {
  color: #042544;
  font-size: 30px;
  font-weight: bold;
}

.sub-heading {
  color: black;
  font-size: 18px;
}

.rounds-head {
  color: #da591b;
  font-weight: 700;
  margin-bottom: 0px;
}

.rounds-subhead {
  color: #da591b;
  font-size: 16px;
  margin-bottom: 0px;
}

.rounds-timing {
  font-size: 12px !important;
}

.round-content {
  margin-top: 0%;
  min-height: 500px;
}

.carousel-indicators {
  margin-top: 2%;
}

.section {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 60px;
  background: #fff;
}

/* ORANGE BORDER CONTAINER */
.orange-border {
  position: absolute;
  right: 40px;
  /* adjust distance from right */
  top: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* LINE */
.orange-border .line {
  flex: 1;
  width: 2px;
  background: #f05a28;
}

/* DOTS */
.orange-border .dot {
  width: 10px;
  height: 10px;
  background: #f05a28;
  border-radius: 50%;
}

.orange-border .top {
  margin-bottom: 8px;
}

.orange-border .bottom {
  margin-top: 8px;
}

#odometer-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  /* background-color: #da591b; */
  color: white !important;
  padding: 10px 0px;
}

#odometer,
#odometer + span {
  font-size: 6rem !important;
  line-height: 5.5rem !important;
  color: #f9ecbc !important;
  background-color: #da591b;
}

#odometer-container2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  /* background-color: #da591b; */
  color: white !important;
  padding: 10px 0px;
}

#odometer2,
#odometer2 + span {
  font-family: serif;
  font-weight: bold;
  font-size: 6rem !important;
  line-height: 5.5rem !important;
  color: #f9ecbc !important;
  background-color: #3d85c6;
}

#odometer-container2 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  /* background-color: #da591b; */
  color: white !important;
  padding: 10px 0px;
}

#odometer-container3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  /* background-color: #da591b; */
  color: white !important;
  padding: 10px 0px;
}

#odometer3,
#odometer3 + span {
  font-family: serif;
  font-weight: bold;
  font-size: 6rem !important;
  line-height: 5.5rem !important;
  color: #f9ecbc !important;
  background-color: #3d85c6;
}
#odometer-container4 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  /* background-color: #da591b; */
  color: white !important;
  padding: 10px 0px;
}

#odometer4,
#odometer4 + span {
  font-family: serif;
  font-weight: bold;
  font-size: 6rem !important;
  line-height: 5.5rem !important;
  color: #f9ecbc !important;
  background-color: #3d85c6;
}

.meter_text1 {
  font-size: 24px;
  color: white;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px !important;
  /* background-color: #da591b; */
  padding-bottom: 20px;
}

.meter_count2 {
  font-size: 6rem !important;
  line-height: 5.5rem !important;
  color: white;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
}

.meter_text2 {
  font-size: 24px;
  color: white;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.meter_count3 {
  font-size: 6rem !important;
  line-height: 5.5rem !important;
  color: white;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
}
.meter_text3 {
  font-size: 24px;
  color: white;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.section_meter_text_section {
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: black;
}

.vision {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  text-align: center;

  /* padding: 80px 30px; */
}

.vision-container {
  width: 70%;
  margin: 100px 100px;
}

.vision-container > h4 {
  font-size: 32px;
  font-weight: bold;
}

.vision-container :nth-child(2) {
  font-size: 20px;
}

.vision-container :nth-child(3) {
  font-size: 22px;
  font-weight: 700;
  padding: 0px 30px;
  line-height: 1.8rem;
}

.vision_location {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

/* panel */
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0a0a0a;
  color: #fff;
  overflow-x: hidden;
} */

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

.hero-content {
  text-align: center;
  max-width: 800px;
  padding: 0 40px;
}

.hero-content h1 {
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
  opacity: 0.95;
}

.hero-content p {
  font-size: clamp(16px, 2vw, 20px);
  opacity: 0.6;
  font-weight: 300;
}

.scroll-section {
  position: relative;
  height: 400vh;
}

.sticky-wrapper {
  position: sticky;
  top: 100px;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.center-text {
  position: absolute;
  text-align: center;
  max-width: 700px;
  padding: 0 40px;
  z-index: 15;
}

.center-text h2 {
  font-size: clamp(24px, 4vw, 56px);
  font-weight: 300;
  line-height: 1.3;
  opacity: 1;
}

.images-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stack-wrapper {
  position: relative;
  width: min(450px, 80vw);
  height: min(550px, calc(65vh - 65px));
}

.stacked-card {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7); */
  opacity: 0;
  transform: translateY(80px) scale(0.95);
  pointer-events: none;
}

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

.grid-layout {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.grid-card {
  position: absolute;
  width: min(450px, 80vw);
  height: min(550px, calc(65vh - 65px));
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6); */
  opacity: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

/* Tablet adjustments */
@media (max-width: 1024px) {
  .center-text {
    max-width: 600px;
    padding: 0 30px;
  }

  .stack-wrapper {
    width: min(380px, 80vw);
    height: min(480px, calc(60vh - 60px));
  }

  .grid-card {
    width: min(380px, 80vw);
    height: min(480px, calc(60vh - 60px));
  }
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .scroll-section {
    height: 500vh;
  }

  .center-text {
    padding: 0 20px;
    max-width: 90%;
  }

  .center-text h2 {
    font-size: clamp(20px, 5vw, 32px);
  }

  .stack-wrapper {
    width: min(280px, 75vw);
    height: min(360px, calc(50vh - 50px));
  }

  .grid-card {
    width: min(280px, 75vw);
    height: min(360px, calc(50vh - 50px));
  }
  #odometer2,
  #odometer2 + span {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
  #odometer3,
  #odometer3 + span {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }

  #odometer4,
  #odometer4 + span {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }
}

.btn-footer {
  margin-left: 10px;
  background-color: #da591b;
  color: black;
  border-radius: none !important;
  padding: 6px 10px !important;
  text-decoration: none;
  cursor: pointer;
}

.btn-footer-right {
  background-color: #da591b;
  color: white;
  border-radius: none !important;
  padding: 10px 15px !important;
  text-decoration: none;
  cursor: pointer;
}

.footer-left {
  background-color: #fdf8f6;

  border-radius: 16%;
}

.footer-text-left {
  color: #595959;
  font-size: 28px;
}

.footer-left > ul > li {
  color: #595959;
  padding: 3px 10px;
}

.footer-left > ul {
  padding-bottom: 20px;
}

.footer-bottom-button {
  font-size: 24px;
  background-color: #da591b;
  color: white;
  padding: 10px 15px;
}

.footer-right {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}

.footer-right > h3 {
  font-size: 30px;
  color: #595959;
}

@media (max-width: 768px) {
  .hero-conclave {
    margin-top: 0;
    align-items: center !important;
  }

  .hero_nb_text {
    font-size: 40px !important;
  }

  .section {
    padding: 10px 10px;
  }

  .section_meter_text_section {
    margin-bottom: 30px;
  }

  #odometer,
  #odometer + span {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }

  .meter_count2 {
    font-size: 3.5rem !important;
    line-height: 3.5rem !important;
  }

  .vision-container {
    width: 100%;
    margin: 100px 100px;
  }

  .carousel-item {
    height: 450px !important;
  }
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  perspective: 1000px;
  margin-bottom: 20px;
  text-align: center;
}

.flip-card-inner {
  position: relative;
  width: 300px;
  height: 300px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 300px;
  height: 300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

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

/* Button moving line */
.button-container {
  position: relative;
  overflow: hidden;
  /* background: #0066ff; */
  padding: 15px 40px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  /* color: white; */
  letter-spacing: 1px;
}

.button-text {
  position: relative;
  z-index: 2;
}

.moving-line {
  position: absolute;
  top: -50%;
  left: -100px;
  width: 40px;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4) 50%,
    transparent
  );
  transform: skewX(-40deg);
  animation: moveLine 1.5s linear infinite;
  z-index: 1;
}

@keyframes moveLine {
  0% {
    left: -100px;
  }

  100% {
    left: 100%;
  }
}

.select2-selection__choice__remove {
  padding: 0px 5px !important;
}

/* .rounds .row .round-content {
  font-size: 20px !important;
}

.round-content p:last-of-type {
  font-size: 20px !important;
} */

.panel_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  color: white;
  font-weight: bold;
  opacity: 0;
  background-color: #1a1a1a4d;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-direction: column;
  padding: 10px;
  padding-top: 30px;
  pointer-events: visible;
}

.panel_overlay:hover {
  opacity: 1 !important;
}
.panel_overlay_head {
  text-align: left;
  font-weight: 500;
  font-size: 20px;
}

.panel_overlay_p {
  /* text-align: center; */
  font-weight: 100;
  font-size: 14px;
}

@media (max-width: 768px) {
  .panel_overlay {
    padding: 0px;
  }
  .panel_overlay_head {
    text-align: center;
    font-weight: 700;
    font-size: 12px;
  }

  .panel_overlay_p {
    text-align: center;
    font-size: 10px;
  }
  .rc1 {
    background: url("images/bt4.png");
    background-color: #1a1a1a4d;
    backdrop-filter: blur(10px);
  }
  .rc1 {
    background: url("images/t2.png");
    background-color: #1a1a1a4d;
    backdrop-filter: blur(10px);
  }
}
