:root {
  /* --chev-default: #bdbdbd; */
  --chev-default: #a5a3a3;
  --chev-active: #6c63ff;
  --chev-complete: #28a745;
}

/* Page + dark overlay */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
} */
.formSection{
  display: flex;
  gap: 0px;
  /* flex-wrap: wrap; */
}

.formAside{
  width: 280px;
  background-color: #6c63ff;
  padding: 20px 10px;
}

.logoArea{
  background-color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 20px 0px;
}
.innerLogo{
  padding: 5px;
  display: flex;
  justify-content: center;
  border: 1px dashed #6c63ff;;
}
.logoArea img{
  width: 220px;
}

.contentArea{
  padding: 10px;
}
.ContImg{
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.ContImg img{
  width: 100%;
  height: 200px;
  transition: all 0.3s ease;
  display: block;
}
.ContImg img:hover{
  transform: scale(1.2);
}
.contInner p{
  font-size: 15px;
  color: #fdfdfd;
  text-align: justify;
  font-family: "Poppins", serif;
}

.addressArea h2{
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-family: "Poppins", serif;
}
.addressArea p{
  font-size: 15px;
  color: #fdfdfd;
  margin: 0;
  font-family: "Poppins", serif;
}

.addresAnker{
  font-size: 15px;
  color: #fdfdfd;
  margin: 0;
  text-decoration: none;
  font-family: "Poppins", serif;
}

.socialInner{
  display: flex;
  gap: 10px;
  padding-top: 5px;
}

.socialInner a{
  width: 20px;
  height: 20px;
  padding: 6px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}

.socialInner a:hover{
  background-color: #fff;
  color: #6c63ff;
  transition: all 0.3s ease;
}

.mapInner{
  background-color: #fff;
  margin-top: 10px;
  padding: 5px;
}

.formConainerTop{
  margin: 0 10px;
  min-width: 84vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", serif;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Poppins", serif;
   background: url("img/bg1.png") center/cover no-repeat;
  /* background: linear-gradient(132deg,rgba(5, 5, 5, 1) 50%, rgba(246, 167, 5, 1) 50%); */
}

/* .formContainerInner{
  margin: 0;
  min-width: 85vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", serif;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
} */


div:where(.swal2-container) h2:where(.swal2-title) {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: var(--swal2-title-padding);
    color: inherit;
    font-size: 0.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    overflow-wrap: break-word;
    cursor: initial;
}
/* Form container (glass) */
.form-container {
  width: 95%;
  max-width: 980px;
  margin: 30px;
  /* background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px); */
  background: url("img/inner-bg.png") cover no-repeat;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
  /* color: #fff; */
  z-index: 2;
  position: relative;
}

.loader {
    width: 38.8px;
    height: 38.8px;
    color: #6c63ff;
    /* color: rgb(206, 145, 22); */
    position: relative;
    background: radial-gradient(11.2px,currentColor 94%,#0000);
}

.loader:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: radial-gradient(10.08px at bottom right,#0000 94%,currentColor) top left,radial-gradient(10.08px at bottom left,#0000 94%,currentColor) top right,radial-gradient(10.08px at top right,#0000 94%,currentColor) bottom left,radial-gradient(10.08px at top left,#0000 94%,currentColor) bottom right;
    background-size: 22.4px 22.4px;
    background-repeat: no-repeat;
    animation: loader 1.5s infinite cubic-bezier(.3,1,0,1);
}

@keyframes loader {
    33% {
        top: -11.2px;
        right: -11.2px;
        bottom: -11.2px;
        left: -11.2px;
        transform: rotate(0)
    }

    66% {
        top: -11.2px;
        right: -11.2px;
        bottom: -11.2px;
        left: -11.2px;
        transform: rotate(90deg)
    }

    to {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: rotate(90deg)
    }
}

/* .fluid-one_color-layer {
    position: absolute;
    left: -8px;
    top: 130px;
    bottom: 130px;
    width: 15px;
    background-color: #6c63ff;
} */

/* body {
font-family: "Segoe UI", Roboto, Arial, sans-serif;
font-family: "Poppins", serif;
background: url("img/form-bg7.jpg") no-repeat center center/cover;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
position: relative;
overflow: hidden;
}

.form-container {
    width: 900px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 5;
}  */


header {
  text-align: center;
  margin-bottom: 30px;
  margin-top: -40px;
  z-index: 999;
  position: relative;
}

header h1 {
  font-size: 28px;
  margin: 0px;
  color: #6c63ff;

}
header p {
  font-size: 18px;
  opacity: 0.9;
  color: #666666;
  margin: 5px 0;
}

/* Chevron steps */
.chevron-steps {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding-bottom: 8px;
}

.chev {
  --bg: var(--chev-default);
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Poppins", serif;
  padding: 10px 26px 10px 16px;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  background: var(--bg);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  transition: transform 0.18s ease, background 0.18s ease;
  transform-origin: left center;
}
.chev:hover {
  transform: translateY(-3px);
}

/* right-pointing triangle */
.chev::after {
  content: "";
  position: absolute;
  right: -21px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 14px solid var(--bg);
  z-index: 0;
}
.chev:last-child::after {
  display: none;
} /* last step no chevron tail */

/* number badge */
.chev .num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 700;
  box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.15);
}
.chev .label {
  font-size: 13px;
  opacity: 0.95;
}

/* states (use CSS vars to color triangle too) */
.chev.default {
  --bg: var(--chev-default);
}
.chev.active {
  --bg: var(--chev-active);
}
.chev.completed {
  --bg: var(--chev-complete);
}

/* form steps */
.form-step {
  display: none;
  animation: fade 0.36s ease;
}
.form-step.active {
  display: block;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* inputs - floating labels */
.row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.col {
  flex: 1 1 250px;
  min-width: 200px;
}
.form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-input {
  width: 94%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 2px solid #bcb8fe;
  /* border: 2px solid transparent; */
  background: rgba(255, 255, 255, 0.07);
  /* color: #fff; */
  color: #444;
  font-size: 14px;
  outline: none;
  transition: all 0.18s;
  backdrop-filter: blur(6px);
}
.form-input:focus {
  /* border-color: rgba(255, 255, 255, 0.18); */
  background-color: #6c63ff;
  background: rgba(255, 255, 255, 0.09);
}
.form-label {
  position: absolute;
  left: 12px;
  top: 12px;
  pointer-events: none;
  /* color: rgba(255, 255, 255, 0.8); */
  color: #444;
  transition: all 0.15s;
  font-size: 14px;
  background: transparent;
  padding: 0 6px;
}
.form-input:focus + .form-label,
.form-input:not(:placeholder-shown) + .form-label {
  transform: translateY(-140%);
  font-size: 12px;
  /* background: rgba(0, 0, 0, 0.25); */
  background-color: #e3e2ff;
  border-radius: 4px;
  padding: 2px 8px;
}

textarea.form-input {
  min-height: 50px;
  resize: vertical;
  padding-top: 14px;
}

/* first step */

/* Glass style checkbox/radio buttons */
.glass-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap:8px;
  background: rgba(255,255,255,0.08);
  padding: 5px 10px;
  border-radius:12px;
  cursor:pointer;
  transition: all 0.2s;
  font-size:14px;
  color:#444;
  backdrop-filter: blur(6px);
  border: 2px solid #bcb8fe;
  /* border:2px solid rgba(255,255,255,0.12); */
}
.glass-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.glass-checkbox span {
  pointer-events:none;
}
.glass-checkbox:hover {
  background: rgba(255,255,255,0.14);
}
.glass-checkbox input:checked + span {
  background: #28a745;
  color: #fff;
  padding: 4px;
  border-radius:6px;
  font-weight:600;
  border: 2px solid #28a745;
}

.feePayBTn{
    display: flex;
    justify-content: center;
    margin: 0;
}
.feePayBTn a{
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    background-color: #28a745;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    font-family: "Poppins", serif;
}
.feePayBTn a:hover{
    box-shadow: 2px 2px 10px #28a745;
    transition: all 0.3s ease;
}


/* error */
.form-input.error {
  border-color: #ff4d4d;
  box-shadow: 0 4px 12px rgba(255, 77, 77, 0.08);
}

/* buttons */
.actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}
.btn {
  background: linear-gradient(135deg, var(--chev-active), #5848d6);
  color: #fff;
  border: 0;
  font-family: "Poppins", serif;
  padding: 11px 22px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 8px 26px rgba(86, 62, 200, 0.12);
}
.btn.secondary {
  /* background: rgba(255, 255, 255, 0.08); */
  background: linear-gradient(135deg, var(--chev-active), #5848d6);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* modal */
.modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: 0.24s;
}
.modal.show {
  visibility: visible;
  opacity: 1;
}
.modal-box {
  background: #fff;
  color: #222;
  padding: 28px;
  border-radius: 14px;
  width: 90%;
  max-width: 420px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}
.check {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--chev-complete);
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 42px;
}
.modal-box h3 {
  margin: 8px 0;
  color: var(--chev-complete);
}
.modal-box p {
  margin: 0;
  color: #555;
  padding-bottom: 10px;
  border-bottom: 1px solid #21a64c;
}

.footerArea{
  display: flex;
  gap: 2px;
  justify-content: center;
}

.footerArea h4{
  font-size: 15px;
  color: #444;
  font-family: "Poppins", serif;
}
.footerArea a{
  font-size: 15px;
  color: #6c63ff;
  font-family: "Poppins", serif;
  text-decoration: none;
}

.glass-checkbox.error {
    outline: 2px solid red;
    border-radius: 6px;
}

.contact-group.error,
.gender-group.error,
.blood-group.error {
    border: 2px solid red;
    border-radius: 6px;
    padding: 8px;
}

/* responsive */
@media (max-width: 880px) {
  .form-container {
    padding: 18px;
  }
  .chevron-steps {
    gap: 20px;
  }
  .chev {
    padding: 3px 10px;
    font-size: 12px;
    gap: 5px;
  }
  .chev::after {
    right: -16px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid var(--bg);
  }
  .form-input {
    width: 90%;
    padding: 12px 14px;
    border-radius: 10px;
    /* border: 2px solid transparent; */
    border: 2px solid #bcb8fe;
    background: rgba(255, 255, 255, 0.07);
    color: #444;
    font-size: 14px;
    outline: none;
    transition: all 0.18s;
    backdrop-filter: blur(6px);
  }
  .chev .num {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-weight: 700;
    box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.15);
  }
  .chev .label {
    font-size: 12px;
    opacity: 0.95;
  }
  .row {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
  }

  .formAside{
    width: 100%;
    background-color: #6c63ff;
    padding: 20px 10px;
    /* height: 600px; */
  }

  .formSection{
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
  }
  /* .top-text{
    display: none;
  } */
  .addressArea{
    display: none;
  }
  .ContImg {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 10px;
}
.form-container {
    width: 95%;
    max-width: 980px;
    margin: 10px;
    background: url("img/inner-bg.png") cover no-repeat;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
    /* color: #fff; */
    z-index: 2;
    position: relative;
}
  
}
