* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  outline: none !important;
  text-decoration: none !important;
  list-style: none !important;
  font-family: "Poppins", Helvetica, Arial, sans-serif !important;
  /* user-select: none !important; */
}

::selection {
  background-color: #00142D;
  color: #fff;
}

/* @font-face {
 font-family: "Nexa Extra Bold";
 src: url("../../web-assets/assest/font/nexa-extrabold.ttf") format("woff2");
}
@font-face {
 font-family: "Nexa Bold";
 src: url("../../web-assets/assest/font/Nexa\ Bold.otf") format("woff2");
}
@font-face {
 font-family: "Nexa Regular";
 src: url("../../web-assets/assest/font/Nexa\ Regular.otf") format("woff2");
}
@font-face {
 font-family: "Nexa Light";
 src: url("../../web-assets/assest/font/Nexa\ Light.otf") format("woff2");
}
body {
 font-family: "Poppins, Nexa Extra Bold", Helvetica, Arial, sans-serif !important;
} */

.background {
  background: url("../assest/kia_background.webp") no-repeat center center;
  background-size: cover;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.navigation {
  position: sticky;
  z-index: 9999;
  top: 0px;
}
.form-label {
  margin-bottom: 0rem !important;
}
/* start the header section */
.header-section {
  background-color: #00142D;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
 padding: 20px 0px;
}
.header-logo {
  padding: 14px 28px;
  color: #fff;
  font-size: 24px;
  visibility: hidden;
}
.header-logo img {
  width: 100px;
}
.registraion {
  /*color: #009739;*/
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.5px;
}
.header-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 14px 0px 0px;
  column-gap: 26px;
  cursor: pointer !important;
}
.register-menu a {
  border: 1px solid #707070;
  padding: 7px 16px;
  border-radius: 6px;
  color: #000000 !important;
}
.register-menu a:hover {
  color: #fff !important;
  background-color: #212529 !important;
  border: 1px solid #212529 !important  ;
}

.registration-br {
  display: none;
}
/* end the header section */
/* start the banner section */

.banner img {
  width: 100%;
  box-shadow: 10px 6px 50px rgba(0, 0, 0, 0.3);
}
.mobile-banner {
  display: none;
}
/* Start the media query in header and banner section */
@media (max-width: 1400px) {
  .header-logo {
    font-size: 22px;
  }
  .registraion {
    font-size: 20px;
  }
  .header-icon {
    column-gap: 20px;
  }
}

@media (max-width: 992px) {
  .banner {
    flex-direction: column;
  }
  .header-logo {
    padding: 10px 28px;
  }
  .register-menu a {
    padding: 8px 16px;
    font-size: 15px;
  }
  .header-icon {
    column-gap: 14px;
  }
  .mobile-banner {
    display: block;
  }
  .mobile-banner img {
    width: 100%;
  }
  .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .header-logo {
    font-size: 20px;
  }
  .registraion {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .header-logo img {
    width: 80px;
  }
  .register-name a {
    font-size: 14px;
  }
  .register-menu a {
    padding: 7px 10px;
    font-size: 14px !important;
  }
  .header-logo {
    font-size: 18px;
    padding: 12px 10px;
  }
  .registraion {
    font-size: 16px;
    line-height: 20px;
  }
  .header-icon {
    column-gap: 12px;
    padding: 0px 10px 0px 0px;
  }

  .banner-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-img img {
    height: 240px;
    object-fit: contain;
  }

  .register-menu.show {
    display: flex;
  }
  .register-name {
    width: 100%;
  }

  .hamburger-menu {
    width: 14px;
    display: block;
    font-size: 22px;
    cursor: pointer;
    color: #707070 !important;
  }
}
@media (max-width: 530px) {
  .header-logo {
    font-size: 16px;
    padding: 8px 0px 8px 10px;
  }
  .header-icon {
    column-gap: 0px;
    padding: 0px 6px 0px 0px;
  }
  .register-menu a {
    padding: 6px 10px;
    font-size: 12px !important;
  }
  .registraion {
    font-size: 14px;
    padding: 0px 8px;
  }
  .header-icon {
    column-gap: 8px;
  }
  .hamburger-menu {
    display: block;
    font-size: 18px;
    cursor: pointer;
    width: 18px;
  }
  .register-menu a {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .banner-title-container {
    padding: 40px 0px;
  }
  .header-logo {
    font-size: 12px;
    padding: 8px 0px 8px 10px;
  }
  .registraion {
    font-size: 12px;
    line-height: 14px;
    padding: 0px 8px;
  }
  .header-icon {
    padding: 0px 4px 0px 0px;
  }
}
@media (max-width: 360px) {
  .register-menu a {
    padding: 6px 6px;
    font-size: 11px !important;
  }
}
/* end the banner section and header section */
/* Start the body section */
.page-actions {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 10px;
}
 
.back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #a86600;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}
 
.back-btn span {
  font-size: 18px;
  transition: transform 0.3s ease;
}
 
.back-btn:hover {
  color: #001b4f;
  transform: translateY(-2px);
}
 
.back-btn:hover span {
  transform: translateX(-4px);
}
 
.event-heading {
  position: relative;
  text-align: center;
}
 
.bg-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 90px;
  font-weight: 800;
  color: rgba(185, 119, 24, 0.08);
  letter-spacing: 10px;
  pointer-events: none;
}
 
.event-heading h2 {
  position: relative;
  z-index: 1;
  font-size: 52px;
  font-weight: 700;
  color: #a86600;
  margin: 0;
}

.body-content-section {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 24px;
}
.content-description {
  font-size: 18px;
  color: #000000;
  /* font-family: "Nexa Bold", Helvetica, Arial, sans-serif !important; */
}
.button-section {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  cursor: pointer;
  margin-top: 10px;
}
.registration-button {
  /* width: 160px; */
  border: 1px solid #A86600;
  padding: 15px 15px;
  border-radius: 6px;
  color: #fff !important;
  background-color: #A86600;
}
.retrieve-button {
  border: 1px solid #A86600;
  padding: 15px 15px;
  border-radius: 6px;
  color: #fff !important;
  background-color: #A86600;
}
.registration-button:hover {
  background-color: #A86600;
  color: #fff !important;
  border: 1px solid #A86600;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.retrieve-button:hover {
  background-color: #A86600;
  color: #fff !important;
  border: 1px solid #A86600;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1400px) {
  .content-description {
    font-size: 16px;
  }
  .body-content-section {
    row-gap: 24px;
  }
  .button-section {
    column-gap: 20px;
    margin-top: 0px;
  }
  /* .body-content-section {
    margin-top: 40px;
  } */
}
@media (max-width: 1200px) {
  .content-br {
    display: none;
  }
}
@media (max-width: 992px) {
  .body-content-section {
    row-gap: 20px;
  }
  .event-heading h2 {
    font-size: 40px;
  } 
  .content-description {
    font-size: 16px;
  }
  .registration-button {
    /* width: 150px; */
    padding: 8px 8px;
    font-size: 15px;
  }
  .retrieve-button {
    /* width: 200px; */
    padding: 8px 0px;
    font-size: 15px;
  }
  .button-section {
    column-gap: 14px;
  }
}
@media (max-width: 767px) {
  .content-title {
    font-size: 24px;
    line-height: 28px;
  }
  .event-heading h2 {
    font-size: 30px;
  }
  .button-section {
    column-gap: 8px;
  }
}
@media (max-width: 530px) {
  .content-description {
    font-size: 14px;
  }

  .body-content-section {
    row-gap: 14px;
  }
  .button-section {
    column-gap: 6px;
  }
  .registration-button {
    /* width: 100px; */
    padding: 6px 6px;
    font-size: 12px;
  }
  .retrieve-button {
    /* width: 160px; */
    padding: 6px 0px;
    font-size: 12px;
  }
}
@media (max-width: 400px) {
  .button-section {
    column-gap: 4px;
    margin-top: 6px;
  }
}
@media (max-width: 370px) {
  .button-section {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 14px;
  }
}
/* End the body section */

/* Modal CSS */
.modal-body {
  text-align: center !important;
  font-size: 18px !important;
  padding: 50px !important;
}
.button-section {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.submit-button {
  font-size: 16px;
  border: 1px solid #A86600;
  padding: 4px 10px;
  border-radius: 6px;
  background-color: #A86600;
  color: #fff;
}
.submit-button:hover {
  background-color: #A86600;
  color: white; /* Change to your desired hover color */
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  /* Other styles on hover */
}
/* start the loader section */
.loading-spinner {
  width: 30px;
  height: 30px;
  border: 2px dotted #212529;
  border-radius: 50%;
  border-top-color: #0001;
  display: inline-block;
  animation: loadingspinner 0.7s linear infinite;
}

@keyframes loadingspinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* end the loader section */
/* form media query start */
@media (max-width: 1400px) {
  .form-sections {
    max-width: 60% !important;
  }
}
@media (max-width: 992px) {
  .form-check-label {
    width: 120px !important;
    font-size: 13px !important;
  }
  .form-check-labels {
    width: 156px !important;
    font-size: 13px !important;
  }
  .registrations {
    font-size: 13px !important;
  }
  .form-heading {
    font-size: 22px;
  }
  .form-label {
    font-size: 13px !important;
    text-align: start !important;
  }
  .form-labels {
    width: 200px !important;
    font-size: 13px !important;
  }
  .firstname {
    font-size: 13px;
  }
  .form-control {
    font-size: 13px !important;
  }
  .form-select {
    font-size: 13px !important;
  }
  .action-button {
    width: 100px !important;
    font-size: 14px !important;
  }
  .button-container {
    column-gap: 1rem;
  }
  .add-button {
    width: 180px !important;
    padding: 8px 0px !important;
    font-size: 14px !important;
  }
  /* .main-form-container {
    margin-top: 20px;
  } */
  .modal-body {
    text-align: center !important;
    font-size: 18px !important;
    padding: 40px !important;
  }
}
@media (max-width: 767px) {
  .form-check {
    padding-left: 0px !important;
  }
  .form-check-label {
    width: 74px !important;
    text-align: start !important;
    line-height: 14px !important;
  }
  .form-check-labels {
    width: 144px !important;
  }
  .error-message {
    font-size: 12px;
    line-height: 18px;
  }
  input::placeholder {
    font-size: 12px !important;
  }
  .modal-body {
    text-align: center !important;
    font-size: 16px !important;
    padding: 40px !important;
  }
}
@media (max-width: 530px) {
  .form-input {
    display: flex;
    align-items: start;
    flex-direction: column;
    text-align: start;
  }
  .submit-button {
    font-size: 14px;
  }
  .form-inner-class-error {
    justify-content: end;
    align-items: end;
  }
  .add-button {
    width: 140px !important;
    font-size: 12px !important;
  }
  .action-button {
    width: 70px !important;
    font-size: 12px !important;
    padding: 0px !important;
    text-align: center;
  }
  #error_terms_and_conditions {
    position: relative;
    top: 5px;
    text-align: end;
    line-height: 12px;
    width: 140px;
  }
  .error-message {
    font-size: 10px;
  }

  .form-labels {
    width: 100% !important;
    margin-right: 0px !important;
    font-size: 13px !important;
    padding-bottom: 8px;
  }
  .form-label {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  .intl-tel-input.allow-dropdown.separate-dial-code .selected-dial-code {
    font-size: 14px !important;
  }
  .form-heading {
    font-size: 20px;
  }
  .form-label {
    font-size: 13px !important;
    padding-bottom: 8px;
  }
  .firstname {
    font-size: 13px;
  }
  .form-select {
    font-size: 13px !important;
  }
  .form-check-labels {
    width: 100% !important;
    font-size: 13px;
  }
  .form-br {
    display: none;
  }
  .form-check-input {
    zoom: 2;
  }
  .modal-body {
    text-align: center !important;
    font-size: 14px !important;
    padding: 40px !important;
  }
}
@media (max-width: 400px) {
  .form-check-label {
    width: 70px !important;
  }
  .form-check {
    column-gap: 8px !important;
  }
  .registrations {
    line-height: 16px;
  }
  .modal-body {
    font-size: 13px !important;
    padding: 30px !important;
  }
  .button-container {
    column-gap: 8px;
  }
  .form-check {
    column-gap: 10px !important;
  }
}
/* start the footer section */
/* .form-footer-container {
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.footer-left-div {
  width: 100vw;
  height: 25px;
  margin: auto;
  clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 0% 100%);
  background-color: #A86600;
}

.footer-right-div {
  width: 100vw;
  height: 25px;
  margin: auto;
  clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #00142D;
}

.footer-mid-div {
  width: 100vw;
  max-width: 100vw;
  text-align: center;
}

.footer-mid-div p {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .form-footer-container {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-left-div {
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  }

  .footer-right-div {
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media (max-width: 650px) {
  .footer-left-div {
    width: 50vw;
  }

  .footer-mid-div p {
    font-size: 12px;
  }

  .footer-right-div {
    width: 50vw;
  }
} */

/* start New footer section Design*/
/* .footer-wrapper {
  position: relative;
  width: 100%;
}
.footer-text {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
}

@media (min-width: 1440px) {
  .footer-svg {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 1440px) {
  .footer-svg {
    width: 100%;
    height: 180px;
  }
  .footer-text {
      font-size: 16px;
    }
}

@media (max-width: 992px) {
  .footer-svg {
      width: 100%;
      height: 150px;
  }
  .footer-text {
      font-size: 15px;
  }
}

@media (max-width: 768px) {
  .footer-svg {
    height: 120px;
  }

  .footer-text {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .footer-svg {
    width: 100%;
    height: 95px;
  }
  .footer-text {
    font-size: 12px;
    white-space: normal;
  }
} */

.footer-wrapper {
  position: relative;
  width: 100%;
}
 
.footer-content {
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
 
  width: 100%;
  text-align: center;
}
 
.footer-copyright {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
 
.footer-link {
  color: #d38a1a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}
 
.footer-link:hover {
  color: #a86600;
  text-decoration: underline;
}
/* REGISTER MODAL CSS STARTS */
 
.regModalBackground {
    background: url("../assest/kia_background.webp") no-repeat center center;
    background-size: cover;
    border-radius: 12px;
    /* padding: 30px 0px 0px 0px; */
}
 
/* REMOVE any overlay */
.regModalBackground::before {
    display: none !important;
}
 
.reg-title {
    color: #111 !important;
    font-size: 26px;
    font-weight: 600;
}
 
.reg-subtitle {
    color: #000000 !important;
    /* font-size: 16px; */
    line-height: 1.7;
}
 
/* White cards */
.faq-item {
    padding: 8px 12px;
    /* font-size: 16px; */
    color: #000000 !important;
}
 
.flag-icon{
    width:20px;
    height:auto;
    vertical-align:middle;
    margin:0 3px;
}
 
.faq-item h6 {
    text-align: left;
    color: #000000 !important;
    /* font-size:16px; */
    font-weight: 600;
    margin-bottom: 0rem !important;
}
  
.faq-item p {
    text-align: left;
    color: #000000 !important;
    /* font-size:16px; */
    margin-bottom: 0;
}
 
/* White footer message */
.event-message {
    background: rgba(255,255,255,.95);
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 14px;
}
 
.event-message p {
    color: #000000 !important;
    /* font-size: 13.5px !important; */
    margin: 0;
}
 
/* Force dark text everywhere */
#theRegModal,
#theRegModal h3,
#theRegModal h6,
#theRegModal p,
#theRegModal strong,
#theRegModal div {
    color: #000000 !important;
}
 
#theRegModal .modal-dialog {
    /* max-height: 100vh;
    margin: 0 auto;
    display: flex;
    align-items: center; */
}
 
#theRegModal .modal-content {
    /* max-height: 95vh; */
    /* overflow: hidden;  */
    display: flex;
    flex-direction: column;
}
 
/* Fit content tightly */
.reg-faq-modal {
    padding: 20px 20px 18px 20px; /* reduced from 30px */
}
 
/* Slightly reduce spacing between sections */
.reg-title {
    font-size: 26px; /* slight reduction only */
    margin-bottom: 6px;
}
 
.reg-subtitle {
    font-size: 15px; /* slight reduction */
    line-height: 1.5;
    margin-bottom: 10px;
}
 
.faq-list {
    margin-top: 10px;
}
 
.faq-item {
    padding: 8px 12px; /* tighter */
    font-size: 15px;
}
 
.event-message {
    padding: 12px;
    margin-top: 10px !important;
}
 
.button-section {
    margin-top: 12px !important;
}
 
/* keep button compact */
.register-btn {
    padding: 10px 18px;
}
 
#theRegModal .modal-content {
    max-height: calc(100vh - 40px);
}
 
#theRegModal .modal-body {
    overflow-y: auto;
}
 
/* =========================
   LAPTOP OPTIMIZATION
   ========================= */
@media (max-width: 1366px) {
 
    .reg-faq-modal {
        padding: 18px 18px 16px 18px;
    }
 
    .reg-title {
        font-size: 24px;
    }
 
    .reg-subtitle {
        /* font-size: 14px; */
    }
 
    .faq-item {
        padding: 5px 8px;
        /* font-size: 14px; */
    }
 
    .event-message {
        padding: 10px;
    }
}
 
/* =========================
   SMALL LAPTOP FIX
   ========================= */
@media (max-width: 1024px) {
 
    .reg-faq-modal {
        padding: 14px 14px 14px 14px;
    }
 
    .reg-title {
        font-size: 22px;
    }
 
    .faq-item {
        padding: 5px 8px;
    }
}
 
/* =========================
   MOBILE (SAFE FIT)
   ========================= */
@media (max-width: 768px) {
 
    #theRegModal .modal-content {
        /* max-height: 100vh; */
    }
 
    .reg-faq-modal {
        padding: 12px;
    }
 
    .faq-item {
        /* font-size: 14px; */
        padding: 5px 7px;
    }
 
    .reg-title {
        font-size: 20px;
    }
}
 
/* REGISTER MODAL CSS ENDS */


@media (min-width: 1440px) {
  .footer-svg {
    width: 100%;
    height: 200px;
  }
}
 
@media (max-width: 1440px) {
  .footer-svg {
    width: 100%;
    height: 180px;
  }
 
  .footer-copyright {
    font-size: 16px;
  }
 
  .footer-link {
    font-size: 14px;
  }
}
 
@media (max-width: 992px) {
  .footer-svg {
    height: 150px;
  }
 
  .footer-content {
    top: 76%;
  }
 
  .footer-copyright {
    font-size: 15px;
  }
 
  .footer-link {
    font-size: 14px;
  }
}
 
@media (max-width: 768px) {
  .footer-svg {
    height: 120px;
  }
 
  .footer-content {
    top: 74%;
    gap: 4px;
  }
 
  .footer-copyright {
    font-size: 14px;
  }
 
  .footer-link {
    font-size: 13px;
  }
}
 
@media (max-width: 480px) {
  .footer-svg {
    height: 95px;
  }
 
  .footer-content {
    top: 72%;
    width: 90%;
  }
 
  .footer-copyright {
    font-size: 11px;
  }
 
  .footer-link {
    font-size: 10px;
  }
}