* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: \5FAE\8F6F\96C5\9ED1, Arial, Helvetica, sans-serif;
}

body {
  height: auto !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
}
.landing-two-main p {
  font-size: 16px;
}

.xmark {
  display: none !important;
}

.show-state {
  visibility: visible !important;
}

.landing-container {
  width: 100%;
  height: auto !important;
}

.header {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.logo {
  height: 100%;
  width: 190px;
  margin-left: 303px;
}

.header-logo {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.mobile-navigaion {
  display: none !important;
}

.navigation-list {
  height: 80%;
  width: 30%;
  margin-right: 196px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  list-style-type: none;
  font-size: 18px;
}

.navigation {
  text-transform: capitalize;
}

.nav-anchor {
  font-size: 14px;
  padding: 0 3px;
  text-decoration: none;
  height: 100px;
  color: #000;
}

.navigation:hover {
  color: grey;
  cursor: pointer;
}

.landing-single-main {
  background-image: url("/assets/images/main-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2em;
}

.landing-second-section {
  display: flex;
  flex-direction: column;
}

.form-submit {
  position: relative;
  top: -40px;
  height: 70px;
  width: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}

.submit-label {
  height: 68px;
  width: 280px;
  background-image: url("/assets/images/form-label.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-red {
  color: #fd1d1a !important;
}

#submit-text {
  height: 53px;
  width: 460px;
  font-size: 20px;
  padding: 1em;
  background-color: #ffeae6;
  border: 2px solid #f08e8f;
  color: #cf3819;
}

#submit-text::placeholder {
  color: #cf3719a3;
  opacity: 1;
}

#submit-text:focus {
  border: 2px solid #f08e8f;
  outline: none;
}

#submit-btn {
  height: 56px;
  width: 135px;
  border: none;
  cursor: pointer;
  background-image: url("/assets/images/submit-btn.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#modal-contain {
  width: 100%;
  height: 100vh;
  z-index: 555;
  background-color: rgb(0 0 0 / 69%);
  position: fixed;
  top: 0;
  left: 0;
}

#modal-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.modal-hide {
  display: none !important;
}

.row-color {
  background-color: #fff;
  color: #000;
}

.x-mark {
  height: 50px;
  width: 97%;
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  top: 5px;
}

#x-mark-itself {
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}

/* section 2 css  */

.landing-two-main {
  height: auto;
  width: 100%;
  background-image: url("/assets/images/second-bf.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.landing-section-title {
  margin: 3em;
  text-align: center;
}

.single-content {
  height: 835px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.0625rem, 0.8281rem + 0.75vw, 1.25rem);
}

.two-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2em;
  gap: 0.5em;
}

.two-img {
  height: 40px;
  width: 100%;
  object-fit: cover;
}

.two-content:nth-of-type(1) {
  background-image: url("/assets/images/content-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 623px;
  width: 1056px;
  margin-top: 22px;
}

.two-content:nth-of-type(2) {
  background-image: url("/assets/images/content-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 623px !important;
  width: 1000px;
  margin-left: -3px;
}

#no-record-found {
  height: 370px;
  width: 620px;
  border: 1px solid #000;
  background-color: #f3f1f1;
  border: #818181;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2em;
  padding: 2em;
  background-image: url("/assets/images/modal-failed.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.no-record-header {
  text-align: center;
}

#no-record-paragraph {
  text-align: center;
}

.register-btn {
  height: 56px;
  width: 203px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  top: 120px;
  background-image: url("/assets/images/reg-btn-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-img {
  height: 250px;
  width: 250px;
  object-fit: cover;
}

.text-format-head {
  font-weight: 400;
  margin-bottom: 0.5em;
}

.text-description {
  width: 100%;
  font-size: clamp(0.8125rem, 0.6563rem + 0.5vw, 0.9375rem);
  padding: 0 1em;
}

/* section 3 css */

.landing-third-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.landing-cards-contain {
  height: auto;
  width: 90%;
  border: 1px solid #000;
  margin: 2em 0;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2em;
  padding: 1em 2em;
}

.landing-card {
  height: auto;
  width: 350px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
  padding: 1.5em;
}

.card-text-tile {
  font-size: clamp(1.0625rem, 0.8281rem + 0.75vw, 1.25rem);
}

.card-text {
  font-size: clamp(1rem, 0.8438rem + 0.5vw, 1.125rem);
}

.card-text-full-width {
  width: 100% !important;
}

/* carousel section  */

.carousel-section {
  height: auto;
  width: 100%;
  border: 1px solid red;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.landing-carousel-contain {
  width: 85%;
  height: 400px;
  margin: 2em 0;
  border: 1px solid #000;
}

.splide__track {
  height: 100%;
  width: 100%;
}

.splide__list {
  height: 100%;
  width: 100%;
}

.splide__slide {
  height: 100%;
  width: 100%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.splide,
.splide--loop {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}

/* footer section  */

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background:#818181; */
  height: auto !important;
}

.footer-content {
  margin: 4em 0;
  height: auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #000;
}

.footer-logo {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.footer-logo-contain {
  height: 200px;
  width: 200px;
  border: 1px solid #000;
}

.footer-link {
  width: 200px;
  height: auto;
  font-size: 20px;
  border: 1px solid #000;
  list-style-type: none;
  padding: 1.5em;
}

.footer-link-list {
  margin: 0.5em 0;
}

.footer-title {
  margin-bottom: 1em;
}

.section-table {
  margin-top: 0.5em;
  font-family: arial, sans-serif;
  border-collapse: collapse;
  table-layout: fixed;
  width: 97%;
  padding: 0 1em;
}

td,
th {
  border: 2px solid #000000;
  font-size: clamp(0.6875rem, 0.375rem + 1vw, 0.9375rem);
  text-align: left;
  padding: 8px;
  text-align: center;
  background-color: #eae6ec;
}

th {
  font-weight: 900;
  color: #fff;
  background: #9f3431;
}

.copy-right {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 0px; */
  font-size: 15px;
  color: #000000a6;
  /* padding: 0.5em; */
  background-color: #f6f5f3;
  padding-bottom: 60px;
}

.two-img {
  display: none;
}

#web-table {
  display: block;
  margin: 1em 0;
}

#mobile-table {
  display: none;
}

/* MOBILE MENU -----------------------*/
/* Overlay when sidebar is open */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 998;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  right: -300px; /* Hidden by default */
  width: 300px;
  height: 100%;
  background: #ffffff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
  padding: 60px 20px 20px;
  overflow-y: auto;
}

.sidebar ul {
  list-style: none;
}

.sidebar ul li {
  margin: 20px 0;
}

.sidebar ul li a {
  display: block;
  padding: 15px;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  border-radius: 12px;
  transition: background 0.3s ease;
}

.sidebar ul li a:hover {
  background: #e0e0e0;
}

/* Close button inside sidebar (optional) */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #666;
}

/* Floating menu button */
.floating-menu {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}

.floating-menu label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #e5180e;
  color: white;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(238, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-menu label:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(238, 0, 0, 0.4);
}

/* Icon lines for menu (hamburger) */
.menu-icon span {
  display: block;
  width: 28px;
  height: 3px;
  background: white;
  margin: 5px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Hidden checkbox for toggle */
#menu-toggle {
  display: none;
}

/* When checked: open sidebar and overlay */
#menu-toggle:checked ~ .overlay {
  opacity: 1;
  visibility: visible;
}

#menu-toggle:checked ~ .sidebar {
  right: 0;
}

/* Rotate icon to X when open */
#menu-toggle:checked + label .menu-icon span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

#menu-toggle:checked + label .menu-icon span:nth-child(2) {
  opacity: 0;
}

#menu-toggle:checked + label .menu-icon span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
/* MOBILE MENU -----------------------END*/

@media only screen and (min-width: 801px) {
  .floating-menu {
    display: none;
  }
  .section-table {
    margin: 1em auto;
    font-family: arial, sans-serif;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 964px;
    width: auto;
    padding: 0 1em;
  }

  .section-table td,
  .section-table th {
    border: 2px solid #000000;
    font-size: clamp(0.6875rem, 0.375rem + 1vw, 0.9375rem);
    text-align: center;
    padding: 8px;
    background-color: #eae6ec;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .section-table th {
    font-weight: 900;
    color: #fff;
    background: #9f3431;
  }

  #web-table .section-table {
    margin: 1em auto;
  }
}

@media only screen and (max-width: 800px) {
  #no-record-found {
    height: 240px;
    width: 90%;
    border: 1px solid #000;
    background-color: #f3f1f1;
    border: #818181;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2em;
    padding: 2em;
  }
  .landing-container {
    border: none;
  }
  .landing-single-main {
    background-image: url("/assets/images/mobile-bg.jpg") !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em;
  }
  .two-img {
    display: block;
  }
  .form-submit {
    height: 50px;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  .submit-label {
    height: 40px;
    width: 120px;
    background-image: url("/assets/images/form-label.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #submit-text {
    height: 33px !important;
    width: 150px;
    font-size: 15px;
  }
  #two-second {
    height: 53px;
  }
  #submit-btn {
    height: 33px;
    width: 90px;
    background-image: url("/assets/images/submit-btn.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
  }
  .two-content:nth-of-type(1) {
    background-image: none;
    height: 700px;
    width: 100%;
    margin-top: -33px;
  }
  .two-content:nth-of-type(2) {
    background-image: none;
    position: relative;
    top: 0;
    height: 400px !important;
    width: 100%;
    margin-top: -45px;
  }
  .two-content {
    height: 300px;
    width: 350px;
    padding: 1em;
  }
  .single-content {
    height: 460px;
    width: 100%;
  }
  .xmark {
    display: block !important;
    width: 100% !important;
    text-align: end;
  }
  .logo {
    height: 90%;
    width: 140px;
    margin-left: 0;
  }
  .header {
    height: 67px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
  }
  .mobile-navigaion {
    display: block !important;
    height: 80%;
  }
  .navigation-list {
    visibility: hidden;
    position: fixed;
    width: 60%;
    height: 100vh !important;
    right: 0;
    top: 0;
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    align-items: start;
    gap: 2em;
    padding: 1.5em 1em;
    background: #c1c1c1;
  }
  .header-menu {
    height: 60px;
    width: 120px;
    object-fit: contain;
  }
  /* section 2 css  */
  .landing-two-main {
    /* border: 3px solid red; */
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    /* gap: 2em !important; */
  }
  /* third section  */
  .section-img {
    height: 150px;
    width: 150px;
    object-fit: cover;
  }
  /* fifth section  */
  .landing-marquee-contain {
    height: auto;
    width: 100%;
    /* border: 1px solid #af0909; */
  }
  .marquee-contain {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5em;
    padding: 1em;
  }
  .text-marquee {
    border: 1px solid #0012b6;
    height: 120px;
    width: 100%;
  }
  .image-marquee {
    height: auto;
    width: 100%;
  }
  .moving-text {
    font-size: 20px;
    color: #000;
  }
  .marquee-card {
    height: 90px;
    width: 90px;
    margin: 1em;
    object-fit: cover;
  }
  /* footer section css  */
  .footer-content {
    height: auto;
    width: 80%;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    border: 1px solid #000;
    gap: 2em;
    padding: 1em;
  }
  .footer {
    height: 500px;
    width: 100%;
    background: #818181;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2em;
  }
  .footer-logo-contain {
    height: 150px;
    width: 150px;
    border: 1px solid #000;
  }
  .footer-link {
    width: 150px;
    height: auto;
    border: 1px solid #000;
    list-style-type: none;
  }
  .footer-content {
    margin: 2em 0;
    width: 100%;
  }
  .copy-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 12px;
    color: #000000a8;
    padding: 1.5em;
    background-color: #f6f5f3;
    padding-bottom: 35px;
  }
  .register-btn {
    height: 41px;
    width: 149px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    top: 63px;
  }
}

@media only screen and (max-width: 430px) {
  .navigation-list {
    visibility: hidden;
    position: fixed;
    width: 53%;
    height: 100vh !important;
    right: 0;
    top: 0;
    display: flex !important;
    flex-direction: column !important;
    justify-content: start !important;
    align-items: start;
    gap: 2em;
    padding: 1.5em 1em;
    background: #9f3431;
    z-index: 9;
    color: #fff;
  }
  .nav-anchor {
    font-size: 14px;
    padding: 0 3px;
    text-decoration: none;
    height: 100px;
    color: #fff;
  }

  .landing-two-main p {
    font-size: 12px;
  }
  .section-table {
    margin: 0.5em 0;
    font-family: arial, sans-serif;
    border-collapse: collapse;
    table-layout: fixed;
    width: auto;
    padding: 0 1em;
  }
  #mobile-table {
    display: block;
  }
  #web-table {
    display: none;
  }
  .no-record-header {
    text-align: center;
    font-size: 25px;
  }
  #mini-no {
    text-align: center;
    font-size: 22px;
    color: #930000;
  }
  .landing-single-main {
    height: auto !important;
    width: 100%;
  }
  .single-content {
    height: 273px;
    width: 100%;
  }
  .form-submit {
    height: 6px;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  .form-submit {
    position: relative;
    top: 6px;
    height: 50px;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  /* section 2 css  */
}

@media only screen and (max-width: 414px) {
  .landing-single-main {
    width: 100%;
  }
  .single-content {
    height: 263px;
    width: 100%;
  }
  .form-submit {
    position: relative;
    top: 6px;
    height: 50px;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  /* section 2 css  */
}

@media only screen and (max-width: 412px) {
  .landing-single-main {
    width: 100%;
  }
  /* section 2 css  */
  .single-content {
    height: 261px;
    width: 100%;
  }
  .form-submit {
    position: relative;
    top: 6px;
    height: 50px;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
}

@media only screen and (max-width: 390px) {
  .landing-single-main {
    width: 100%;
  }
  /* section 2 css  */
  .single-content {
    height: 248px;
    width: 100%;
  }
  .form-submit {
    position: relative;
    top: 6px;
    height: 50px;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
}

@media only screen and (max-width: 375px) {
  .landing-single-main {
    width: 100%;
  }
  .single-content {
    height: 238px;
    width: 100%;
  }
  .form-submit {
    position: relative;
    top: 6px;
    height: 50px;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
  /* section 2 css  */
}
