p,
li,
span {
  font-family: AdaniRegular !important;
}

.form-label {
  font-family: AdaniMedium;
}

/* Your existing CSS */
.SponsershipSection {
  background-color: #f3faff;
  padding-top: 56px;
}

.titleHeading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #202020;
  font-family: AdaniSemiBold;
}

.form-wrapper {
  gap: 20px;
}

.form-nav {
  flex: 0 0 30%;
}

.form-content {
  flex: 1;
}



/* Form styling */
.form-section h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #064dac;
  font-family: AdaniSemiBold;
}

.form-label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.form-control,
.form-select {
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ced4da;
  margin-bottom: 16px;
}

.file-upload {
  border: 2px dashed #ced4da;
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  margin-bottom: 16px;
  background-color: #f8f9fa;
}

.file-upload:hover {
  border-color: #86b7fe;
}

.btn-primary {
  background-color: #064dac;
  border: none;
  padding: 10px 24px;
  font-weight: 500;
  margin-top: 8px;
}

.btn-primary:hover {
  background-color: #0b5ed7;
}

.phone-input {
  display: flex;
  align-items: center;
}

.phone-input .form-select {
  flex: 0 0 80px;
  margin-right: 10px;
  margin-bottom: 0;
}

.phone-input .form-control {
  flex: 1;
}

/* Two-column layout */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  flex: 1;
  min-width: 200px;
}

.full-width {
  flex: 0 0 100%;
}

@media (max-width: 767px) {
  .form-wrapper {
    flex-direction: column;
  }

  .form-nav {
    flex: 1;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
  }

  .form-content {
    flex: 1;
  }

  .form-group {
    flex: 0 0 100%;
  }
}

/* Additional styling for the navigation */
.form-nav .list-group {
  border-radius: 0;
}

.form-nav .list-group-item {
  border: none;
  padding: 12px 15px;
  font-weight: 500;
  color: #495057;
  background-color: transparent;
  border-left: 3px solid transparent;
}

/* .form-nav .list-group-item:hover {
    background-color: #e9ecef;
} */

.form-nav .list-group-item.active {
  background-color: rgb(255 255 255);
  color: #064dac;
  border-left: none;
  font-weight: 600;
}

li.list-group-item {
  display: flex;
  align-items: baseline;
  /* padding: 2rem; */
}

.list-group-item p {
  padding-left: 1rem;
}

.list-group {
  position: relative;
  padding-left: 0;
  list-style: none;
}

/* Create the dotted line */
.list-group::before {
  content: "";
  position: absolute;
  left: 12px;
  /* Center of the icon */
  top: 24px;
  /* Start below first icon */
  height: calc(100% - 48px);
  /* Full height minus top/bottom padding */
  width: 2px;
  background-image: radial-gradient(circle, #adb5bd 1.5px, transparent 1.5px);
  background-size: 4px 8px;
  /* Controls dot spacing (width height) */
  background-repeat: repeat-y;
  z-index: 10;
}

.list-group-item {
  position: relative;
  padding: 12px 15px 12px 40px;
  margin-bottom: 0;
  border: none;
  display: flex;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}

.list-group-item p {
  margin: 0;
  padding-left: 10px;
}

.list-group-item img,
.list-group-item .ListIcon {
  position: absolute;
  left: 0;
  width: 24px;
  height: 32px;
  z-index: 100;
  background-color: none;
  /* Match your background */
  padding: 2px;
}

.list-group-item.active {
  font-weight: bold;
  color: #0d6efd;
}

.list-group-item.active img,
.list-group-item.active .ListIcon {
  filter: invert(32%) sepia(99%) saturate(747%) hue-rotate(191deg)
    brightness(95%) contrast(95%);
}

/* .list-group-item.active img {
    filter: brightness(0.8);
} */

/* Responsive adjustments */
@media (max-width: 768px) {
  .list-group::before {
    left: 10px;
    /* Adjust for smaller screens */
  }

  .list-group-item {
    padding-left: 36px;
  }

  .list-group-item img,
  .list-group-item .ListIcon {
    width: 20px;
    height: 20px;
  }
}

/* Default state */
.list-group-item .active-icon {
  display: none;
}

.list-group-item .default-icon {
  display: block;
}

/* Active state */
.list-group-item.active .active-icon {
  display: block;
}

.list-group-item.active .default-icon {
  display: none;
}

/* Common styling for all icons */
.list-group-item img {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: 2;
  /* background-color: white; */
  padding: 2px;
}

/* Country code  */

.phone-input-container {
  position: relative;
  width: 100%;
}

.phone-input-wrapper {
  display: flex;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  overflow: hidden;
  height: calc(3.5rem - 18px);
  align-items: center;
}

.country-code-trigger {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border-right: 1px solid #ced4da;
  font-size: 1rem;
  color: #495057;
  cursor: pointer;
  gap: 0.5rem;
  height: 100%;
}

.phone-number-input {
  flex: 1;
  border: none;
  padding: 0.5rem 1rem;
  height: 100%;
  outline: none;
}

.country-selector-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 280px;
  z-index: 1000;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  background: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: none;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 0.25rem;
}

.country-selector-dropdown.show {
  display: block;
}

.country-option {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}

.country-option:hover {
  background-color: #f8f9fa;
}

.country-option.active {
  background-color: #e9ecef;
}

.country-name {
  flex: 1;
}

.country-code-value {
  color: #6c757d;
  font-size: 0.875rem;
}

.search-container {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #dee2e6;
}

.search-input {
  width: 100%;
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.error-message {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.error-message {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: none;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  margin-bottom: 0.5rem;
  color: #333;
}

.form-control {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-control.error {
  border-color: red;
}

.error-message {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: none;
}

.btn {
  background-color: #007bff;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn:hover {
  background-color: #0056b3;
}

#aadhaartUploadName,
#frontPassportName {
  border: 1px solid transparent;
  padding: 0;
  border-radius: 0.25rem;
}

#aadhaartUploadName:not(:empty),
#frontPassportName:not(:empty) {
  border: 1px solid #ccc;
  padding: 0.25rem;
}

#aadhaartUploadName:not(:empty):hover,
#frontPassportName:not(:empty):hover {
  border: 1px solid #0056b3;
}

.radio-icon {
    display: inline-block;
    background-image: url('../../images/AALP/radio-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.list-group-item.active .radio-icon {
    background-image: url('../../images/AALP/radio-icon-active.svg');
}

.list-group-item.active p {
    color: #064dac;
}

.list-group-item span {
    position: absolute;
    left: 5px;
    top: 15px;
    width: 15px;
    height: 15px;
    z-index: 2;
    padding: 2px;
}

/* Base styles */
.list-group-item {
    position: relative;
    cursor: pointer;
    opacity: 0.6;
}

    .list-group-item.active,
    .list-group-item.completed {
        color: #064dac !important;
        opacity: 1;
        font-weight: 500;
        font-family: AdaniRegular !important;
    }

/* Radio icon styles */
.radio-icon {
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    background-color: #fff;
}

.list-group-item.active .radio-icon,
.list-group-item.completed .radio-icon {
    border-color: #007bff;
    background-color: #007bff;
}

#degreeGroup select,
#degreeGroup input {
    min-width: 200px;
}

.full-width {
    width: 100% !important;
}

.half-width {
    width: 48% !important;
}

@media (max-width: 576px) {
    .half-width {
        width: 100% !important;
    }
}

.card-img-overlay-bottom {
    position: relative;
}

.bg-gradient-dark {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.card-title {
    color: white;
}

.card-item {
    cursor: pointer;
}

.gallery-item img {
    cursor: pointer;
}

.modal .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.5rem;
    background: none;
    border: none;
}

.eventGallery h2 {
    font-family: AdaniSemiBold;
    text-align: center;
    font-weight: 700 !important;
}

.w-35 {
    width: 35%;
}

.preview-carousel:hover {
    animation: carouselHoverPlay 0.5s ease-in-out forwards;
}

.hover-overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(255,255,255,0.7);
    font-weight: 500;
    padding: 5px;
}

#graduationCertificateFileName:not(:empty):hover, #masterSecondaryCertificateFileName:not(:empty):hover {
    border: 1px solid #0056b3;
}

#graduationCertificateFileName:not(:empty), #masterSecondaryCertificateFileName:not(:empty) {
    border: 1px solid #ccc;
    padding: 0.25rem;
}

#secondaryCertificateFileName:not(:empty):hover, #higherSecondaryCertificateFileName:not(:empty):hover {
    border: 1px solid #0056b3;
}

#secondaryCertificateFileName:not(:empty), #higherSecondaryCertificateFileName:not(:empty) {
    border: 1px solid #ccc;
    padding: 0.25rem;
}