.hero-banner {
  position: relative;
  background-color: #191b1a;
}
.hero-banner .bg-img {
  max-height: 100vh;
}
.logo-sec {
  position: absolute;
  padding-left: 60px;
  top: 70px;
}
.logo {
  max-width: 270px;
}
.hero-banner h1 {
  font-size: 68px;
  color: #05a88e;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 70px;
  margin: 40px 0 20px 0;
}
.hero-banner h2 {
  font-size: 30px;
  color: white;
  font-weight: 500;
  max-width: 670px;
  margin-bottom: 0px;
}
.hero-banner-content {
  position: absolute;
  left: 0;
  padding-left: 60px;
  padding-top: 6%;
  width: 60%;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
}
.hero-banner-content p {
  width: fit-content;
  background: #009881;
  font-size: 18px;
  color: #ffffff;
  margin-top: 30px;
  line-height: normal;
  padding: 10px;
  border-radius: 3px 8px 8px 3px;
}
.mobile-bg-img {
  display: none;
}

.aiss-2025 {
  max-width: 60%;
  margin-top: 30px;
}
.termandc {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
/*banner section css end here*/

/* Section wrapper */
.experience-section {
  padding: 60px 0;
  background-color: #ffffff;
}
.experience-section .container-fluid {
  max-width: 100%;
  padding: 0 35px;
}

.experience-section .col-lg-4 {
  padding: 20px;
}

.title-class h2 {
  font-weight: 700;
  font-size: 65px;
  text-align: center;
  color: #000000;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
}

.experience-card {
  border: 3px solid #000000;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
}
.experience-card .experience-btn:hover {
  background: #7dff34;
  color: black;
}
.experience-card img {
  height: 91px;
  width: auto;
  object-fit: contain;
  margin-bottom: 20px;
}

/* Card title */
.experience-section h4 {
  font-weight: 700;
  font-size: 27px;
  color: #000000;
  margin: 0;
}

.experience-section p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin: 20px 0;
  color: #05a88e;
}
.experience-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 32px;
  display: inline-block;
  width: 100%;
  color: #ffffff;
  background: #00a88e;
  border-radius: 5px;
  transition: 0.3s;
}

.inner-box-wrapper {
  border: 3px solid #05a88e;
  border-radius: 20px;
  overflow: hidden;
}

.inner-box-content {
  display: flex;
  align-items: center;
  padding: 50px 30px;
  gap: 30px;
}

.inner-box-content img {
  max-width: 180px;
  height: 180px;
  object-fit: contain;
}

.inner-box-content h4 {
  font-size: 45px;
  color: #ffffff;
}
.inner-box-sec {
  padding-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.inner-btn-content {
  display: flex;
}
.inner-btn-content .nav-btns {
  padding: 10px 12px;
  border: none;
  cursor: pointer;
  font-size: 25px;
  font-weight: 500;
  transition: 0.3s;
  background: #05a88e;
  width: 100%;
  text-align: center;
  color: white;
}
.inner-btn-content .nav-btns:last-child {
  background: #7dff34;
  color: #191b1a;
}
.inner-btn-content .nav-btns:hover {
  background-color: white;
  color: #191b1a;
}

/* Responsive: stack cards on small screens */
@media (max-width: 900px) {
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-heading {
    font-size: 36px;
  }
}

.social-icons {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding-bottom: 60px;
  padding-top: 100px;
}
.social-icons img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: 0.3s;
}
.social-icons a:hover img {
  margin-top: -3px;
  filter: brightness(0.8);
}

/* Outer big rounded card */
.quiz-section .experience-card {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Left text */
.quiz-copy {
  flex: 0 0 30%;
}

.quiz-section .quiz-title {
  font-style: normal;
  font-weight: 700;
  font-size: 37px;
  text-align: center;
  color: #000000;

  margin-bottom: 0;
}
.quiz-copy p {
  font-size: 16px;
  color: #05a88e;
  line-height: normal;
  margin: 0;
}
.quiz-subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #00b388; /* green text */
}

.quiz-speakers {
  flex: 0 0 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.quiz-divider {
  width: 1px;
  align-self: stretch;
  background-color: #000;
}

.quiz-speaker {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Hexagon-ish image background */

.quiz-section .quiz-photo {
  height: 193px;
  margin: 0;
}

/* Name bar */
.quiz-name-bar {
  width: 100%;
  border-radius: 999px;
  padding: 10px 16px;
  text-align: center;
  color: #ffffff;
  background: #191b1a;
  border-radius: 5px;
  margin-top: -35px;
}
.quiz-section .experience-card .quiz-name-bar p {
  font-size: 14px;
  margin: 0;
  color: white;
  line-height: 20px;
}
.quiz-section .experience-card .quiz-name-bar p b {
  font-weight: 600;
}

/* Button */
.quiz-btn {
  width: 100%;
  padding: 10px 0;

  background: #00a88e;
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.quiz-btn:hover {
  background: #7dff34;
  color: black;
}

/* Responsive */

/*footer css start here*/

footer {
  padding: 70px 0 140px;
  background-color: #000;
  margin-top: 90px;
}
.footer-devider {
  height: 2px;
  width: 100%;
  background-color: #29ccb1;
  max-width: calc(100% - 100px);
  margin: 0 auto;
}

footer h3 {
  color: #29ccb1;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 28px;
}
footer p {
  font-size: 24px;
  color: #fff;
}
footer li {
  list-style: disc;
  font-size: 24px;
  color: #fff;
}

.inner-footer li a {
  color: #29ccb1;
}
.inner-footer li a:hover,
.inner-footer li a:hover b {
  color: #7dff34;
}
.inner-footer ul {
  margin-left: 40px;
  margin-bottom: 30px;
}
.inner-footer li b {
  font-weight: 600;
  color: #29ccb1;
}

p.copyright-text {
  text-align: center;
  position: relative;
  padding: 30px 20px;
  margin: 0;
  background: #05a88e;
  color: #fff;
  font-size: 18px;
  background: #05a88e;
  font-size: 30px;
}

.mobile-owl-slider {
  display: none;
}

/*quiz cell css start here*/

.quiz-shell {
  width: 100%;
  background: #191b1a; /* bg-main */
  padding: 24px 24px 32px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.45);
  max-width: 700px;
  margin: 60px auto;
}

/* header */

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #9ca3af; /* text-muted */
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.back-btn:hover {
  filter: brightness(2);
}
.back-btn span.arrow {
  font-size: 18px;
}
.back-btn span.arrow img {
  max-width: 25px;
}
.back-btn:hover {
  color: #ffffff; /* text main */
}

.quiz-shell h2 {
  font-size: 31px;
  color: #05a88e;
}

/* progress */
.progress-wrap {
  margin-bottom: 20px;
}

.progress-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #9ca3af; /* text-muted */
  margin-bottom: 6px;
}

.progress-bar {
  height: 19px;
  width: 100%;
  background: #05a88e;
  border-radius: 20px;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: #7dff34; /* accent-soft */
  transition: width 0.25s ease-out;
}

.quiz-card {
  /* card-bg */
  border-radius: 10px;
  padding: 18px 18px 20px;
}

.quiz-step {
  display: none;
}

.quiz-step.active {
  display: block;
}

.question-text {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
  color: white;
}

.options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.option-btn {
  width: 100%;
  text-align: left;
  border-radius: 6px;
  border: 1px solid #1f2933;

  padding: 10px 40px;
  background: #05a88e;
  color: #ffffff; /* text main */
  font-size: 16px;
  cursor: pointer;
  transition: all 0.18s ease-out;
}

.option-btn:hover {
  border-color: #7dff34; /* accent-soft */
}

.option-btn.selected {
  background: #7dff34; /* accent-soft */
  border-color: #7dff34;
  color: #000000;
}

.nav-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 10px;
  background-color: white;
  border-radius: 10px;
  padding: 5px;
}

.nav-btn {
  flex: 1;
  border-radius: 6px;
  padding: 10px 12px;
  border: none;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  transition: 0.3s;
}
.nav-btn:hover {
  background-color: #05a88e !important;
  color: white !important;
}
.nav-btn.prev {
  background: #fff;

  color: #191b1a;

  /* text main */
}

.nav-btn.next {
  background: #7dff34; /* accent */
  color: #000000;
}

.nav-btn:disabled {
  cursor: not-allowed;
}
#resultView {
  display: none;
}
.status-wrap {
  margin-top: 2px;
}

.status-label {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 15px;
  color: white;
  margin-top: 30px;
}

.status-grid {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.status-item {
  width: 65px;
  height: 33px;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background-color: #05a88e;
}

.status-item.answered {
  background: #7dff34;
  color: #000000;
  font-weight: 600;
}

.status-item.current {
  background-color: #7dff34;
  color: #000000;
}
.progress-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.progress-bar {
  flex: 1;
}

.question-label {
  white-space: nowrap;
  color: white;
  font-size: 15px;
}
/* RESULT SCREEN */
.result-screen {
  text-align: center;
  padding: 40px 20px;
}

.result-title {
  font-size: 36px;
  font-weight: 700;
  color: #00d2a9;
  margin-bottom: 10px;
}

.result-sub {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 30px;
}

/* Main teal card */
.result-card {
  margin: 50px auto 40px;

  background: #05a88e;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

/* Each stat */
.result-box {
  flex: 1;
  padding: 30px 0;
}

.res-label {
  color: white;
  margin-bottom: 0px;
  font-size: 18px;
}

.res-value {
  color: white;
  font-size: 32px;
  font-weight: 700;
}
.result-screen p {
  color: white;
  font-size: 15px;
}
.quiz-shell .result-screen h2 {
  font-size: 45px;
}

/* PERFECT WHITE DIVIDER */
.res-divider {
  width: 1.5px;
  height: -webkit-fill-available; /* FIXED height (exact like design) */
  background: #fff;
  margin: 0 25px; /* Space between boxes */
}

/* Leadership board button */
.lead-btn {
  border: none;
  padding: 14px 40px;
  font-size: 17px;
  color: #191b1a;
  background: #7dff34;
  border-radius: 5px;
  width: 100%;
  max-width: 450px;
  transition: 0.3s;
}
.lead-btn:hover {
  background-color: #fff;
}

/*inner page css start here*/
.inner-page {
  background: #191b1a;
  padding: 0px 60px;
}
.inner-banner {
  background: #191b1a;
  position: inherit;

  padding: 70px 0px 140px;
}

.inner-banner-content h1 {
  margin: 0;
  margin-bottom: 40px;
}

.inner-banner .logo-sec {
  position: initial;
  padding: 0;
}
.inner-banner-content {
  text-align: center;
  margin: auto;
  margin-top: 110px;
  margin-bottom: 20px;
  max-width: 1100px;
  position: relative;
}
.inner-banner-content p {
  font-style: normal;
  font-size: 25px;
  color: #ffffff;
  line-height: normal;
}
img.inner-shape-right {
  height: 280px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}
img.inner-shape-left {
  height: 350px;
  width: auto;
  position: absolute;
  top: 430px;
  left: 0;
}

.card-div {
  max-width: 680px;
  margin: auto;
}
.passkey-sec {
  background: #05a88e;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.passkey-sec h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff;
}
.card-div {
  position: relative;
}
.card-div .experience-btn {
  background: #7dff34;
  color: #191b1a;
  width: auto;
  margin: 0;
  position: absolute;
  bottom: 80px;
  left: 18px;
  padding: 10px 70px;
}

.experience-btn:hover {
  background-color: white;
}
img.inner-shape-right2 {
  height: 700px;
}

/* ---------- SECTION TITLES ---------- */
.selection-section {
  margin-bottom: 80px;
}
.selection-section h2 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 40px;
}

/* ---------- GRID LAYOUTS ---------- */
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  text-align: left;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  text-align: left;
}

/* ---------- PRODUCT / DAY BUTTONS ---------- */
.select-btn {
  color: #ffffff;
  border: none;
  padding: 25px 20px;
  background: #05a88e;
  border-radius: 6px;
  font-size: 25px;
  text-align: left;
  transition: 0.3s;
}

.select-btn.active,
.select-btn:hover {
  background-color: #7dff34;
  color: #000000;
}

.select-btn:hover:not(.active) {
  background-color: #7dff34;
}

/* ---------- SLOT BUTTONS ---------- */
.select-slot-btn {
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  background: #05a88e;
  border-radius: 6px;
  font-size: 22px;
  text-align: left;
  transition: 0.3s;
}

.select-slot-btn.active {
  background-color: #7dff34;
  color: #000000;
}

.select-slot-btn:hover:not(.active) {
  background-color: #7dff34;
}

/* ---------- SUMMARY ---------- */
.summary-box {
  background: #ffffff;
  color: #000000;
  padding: 22px;
  border-radius: 10px;
}

.summary-title {
  font-size: 25px;
  color: #191b1a;
  margin-bottom: 20px;
  font-weight: 700;
}

.summary-divider {
  border: none;
  border-top: 1px solid #000000;
  margin: 0 0 16px;
  background: black;
  opacity: 1;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  padding: 6px 0;

  font-weight: 500;
  color: #000;
}

/* ---------- CONFIRM BUTTON ---------- */
.confirm-btn {
  width: 100%;
  color: #000000;
  background-color: #7dff34;
  border: none;
  padding: 15px 20px;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  transition: background-color 0.3s;
}

.confirm-btn:hover {
  background-color: #7dff34;
}

/* Responsive */
@media (max-width: 1500px) {
  .hero-banner h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .inner-box-content img {
    max-width: 120px;
    height: 150px;
  }
  .inner-box-content h4 {
    font-size: 33px;
  }
  .inner-box-content {
    padding: 30px 20px;
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-content {
    position: absolute;
    left: 0;
    padding: 0 40px;
    width: 70%;
  }

  .logo-sec {
    padding-left: 40px;
    top: 50px;
  }
  .hero-banner h2 {
    font-size: 28px;
  }

  .hero-banner h1 {
    font-size: 52px;
    letter-spacing: 0;
    margin: 40px 0 20px 0;
  }
  .aiss-2025 {
    max-width: 280px;
    margin-top: 20px;
  }
  .footer-devider {
    max-width: calc(100% - 40px);
  }
  .experience-section .col-lg-4 {
    padding: 10px;
  }
  .experience-card {
    padding: 30px 20px;
  }
  footer {
    padding: 70px 0 70px;
  }
  .inner-btn-content .nav-btns {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .hero-banner h2 {
    font-size: 30px;
  }
  .bg-img {
    display: none;
  }
  .mobile-bg-img {
    display: block;
    max-width: 480px;
    margin-left: auto;
  }
  .hero-banner-content {
    position: initial;
    width: 100%;
    transform: inherit;
    padding-top: 0;
  }
  .logo-sec {
    padding-left: 40px;
    position: initial;
    margin-bottom: 20px;
    padding-top: 50px;
  }
  .experience-card {
    max-width: 450px;
    margin: auto;
    height: auto;
  }
  p.copyright-text {
    padding: 20px 20px;
    font-size: 26px;
  }
  .title-class h2 {
    font-size: 55px;
  }
  .aiss-2025 {
    max-width: 350px;
  }
  footer li {
    font-size: 20px;
  }
  .inner-banner {
    padding: 50px 0px 80px;
  }
  .inner-page {
    padding: 0px 40px;
  }
  .passkey-sec h2 {
    font-size: 35px;
  }
  .inner-box-content img {
    max-width: 90px;
    height: 90px;
  }
  .inner-box-content h4 {
    font-size: 25px;
  }
  .inner-box-content {
    gap: 14px;
  }
  .inner-btn-content .nav-btns {
    font-size: 18px;
  }
  .social-icons {
    padding-bottom: 40px;
    padding-top: 80px;
  }
  .inner-box-sec {
    padding-top: 80px;
  }
  .inner-banner-content {
    margin-top: 70px;
  }
  img.inner-shape-right2 {
    height: 230px;
  }

  .select-btn {
    padding: 13px 20px;
    font-size: 20px;
  }
  .selection-section h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .select-slot-btn {
    font-size: 18px;
  }
  .selection-section {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .hero-banner {
    display: flex;
    flex-direction: column;
  }
  .logo-sec {
    padding-left: 20px;
    padding-top: 30px;
  }
  .hero-banner-content {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .experience-section .container-fluid {
    padding: 0 20px;
  }
  .title-class h2 {
    font-size: 42px;
  }
  .experience-section .col-lg-4 {
    padding: 15px;
  }

  .hero-banner h1 {
    font-size: 43px;
    line-height: normal;
    margin: 10px 0 20px 0;
  }
  .hero-banner h2 {
    font-size: 24px;
  }
  .quiz-section .experience-card {
    flex-direction: column;
  }
  footer {
    margin-top: 60px;
    padding: 50px 0;
  }
  .inner-footer ul:last-child {
    margin-bottom: 0;
  }
  section.quiz-shell {
    margin: 0;
  }
  .result-card {
    flex-direction: column;
    margin: 30px auto 40px;
  }
  .res-divider {
    width: 100%;
    height: 1.5px;
  }
  .quiz-shell .result-screen h2 {
    font-size: 34px;
  }
  .result-screen {
    text-align: center;
    padding: 20px 0px;
  }
  .inner-banner-content {
    margin-top: 40px;
  }
  .inner-banner {
    padding: 30px 0px 60px;
  }
  img.inner-shape-left {
    top: 350px;
    height: 300px;
  }
  .inner-banner-content p {
    font-size: 21px;
  }
  .passkey-sec {
    padding: 25px;
  }
  .passkey-sec h2 {
    margin-bottom: 20px;
  }
  .card-div .experience-btn {
    bottom: 51px;
    left: 12px;
    padding: 7px 40px;
    font-size: 16px;
  }
  .inner-page {
    padding: 0px 20px;
  }
  img.inner-shape-right {
    height: 180px;
  }
  .inner-box-sec {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
    max-width: 330px;
    margin: auto;
  }
  .inner-btn-content .nav-btns {
    font-size: 17px;
    padding: 7px 12px;
  }
  .social-icons {
    padding-bottom: 30px;
    padding-top: 60px;
    gap: 10px;
  }
  .grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .selection-section h2 {
    font-size: 33px;
  }
  .summary-row {
    font-size: 20px;
  }
  .confirm-btn {
    padding: 12px 20px;
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .hero-banner h1 {
    font-size: 35px;
  }
  .hero-banner h2 {
    font-size: 22px;
  }
  .logo {
    max-width: 220px;
  }
  .title-class h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  p.copyright-text {
    padding: 11px 20px;
    font-size: 18px;
  }
  .option-btn {
    padding: 10px 13px;
  }
  .quiz-shell h2 {
    font-size: 26px;
  }
  .quiz-card {
    padding: 18px 8px 0px;
  }
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .summary-title {
    font-size: 21px;
  }
  .selection-section h2 {
    font-size: 29px;
  }
}

@media (max-width: 480px) {
  .quiz-speakers {
    flex-direction: column;
  }

  .quiz-divider {
    display: none;
  }

  .quiz-copy {
    text-align: center;
  }
  .logo {
    max-width: 190px;
  }
  .aiss-2025 {
    max-width: 240px;
  }

  footer p {
    font-size: 21px;
  }
  footer li {
    font-size: 18px;
  }
  .experience-section h4 {
    font-size: 25px;
  }
  .experience-section p {
    margin: 10px;
    line-height: normal;
    margin-bottom: 18px;
  }
  .experience-section .col-lg-4 {
    padding: 10px;
  }
  .quiz-shell {
    padding: 15px;
  }
  .quiz-shell h2 {
    font-size: 24px;
  }
  .question-text {
    font-size: 20px;
  }
  .progress-bar {
    height: 14px;
  }
  .inner-banner-content {
    margin-top: 0px;
  }
  img.inner-shape-right {
    height: 150px;
  }
  img.inner-shape-left {
    height: 240px;
  }
  .passkey-sec h2 {
    font-size: 27px;
  }
  .passkey-sec {
    padding: 15px;
  }
  .card-div .experience-btn {
    bottom: 32px;
    left: 9px;
    padding: 5px 32px;
    font-size: 13px;
  }
  .social-icons img {
    width: 34px;
    height: 34px;
  }
  .inner-banner-content p {
    font-size: 19px;
  }
  .inner-banner {
    padding: 30px 0px 20px;
  }
  .social-icons {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .inner-box-sec {
    padding-top: 65px;
  }
  .summary-row {
    font-size: 18px;
  }
  .selection-section {
    margin-bottom: 40px;
  }
  .select-btn {
    font-size: 18px;
  }
  .select-slot-btn {
    font-size: 16px;
  }
  .summary-title {
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .inner-page .hero-banner h1 br {
    display: none;
  }
  .inner-page .hero-banner h1 {
    font-size: 31px;
  }
}

@media (max-width: 375px) {
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-banner h1 {
    font-size: 30px;
  }
  .hero-banner p {
    margin-top: 10px;
  }
  .hero-banner h2 {
    font-size: 18px;
  }

  .copyright_text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  footer li {
    font-size: 18px;
  }
  footer h3 {
    margin-bottom: 20px;
  }
  .footer-devider {
    max-width: calc(100% - 30px);
  }
  .title-class h2 {
    font-size: 31px;
    margin-bottom: 10px;
  }
  .quiz-card {
    padding: 18px 0px 0px;
  }
  p.copyright-text {
    padding: 11px 14px;
    font-size: 17px;
  }
  .inner-box-content {
    padding: 30px 10px;
  }
  .inner-box-content img {
    max-width: 70px;
    height: 70px;
  }
  .inner-box-content h4 {
    font-size: 23px;
  }
  .inner-box-sec {
    padding-top: 50px;
  }
}
