    .form-section {
      background-color: #f9f9ff;
      padding: 40px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .form-label {
      font-weight: 500;
    }
.form-control,
  .form-select {
    border-radius: 8px;
    height: 45px; /* Ensures same height */
    padding-left: 14px;
    font-size: 15px;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: border-color 0.3s ease;
    margin-bottom: 2px;
  }
.btn-outline-danger{
    color: #ff5722!important;
    border-color: #ff5722!important;
}
.btn-outline-danger:hover{
    background-color: #ff5722!important;
    border-color: #ff5722!important;
    color:white!important;
}
.btn-danger{
   color: #ff5722!important;
    border-color: #ff5722!important;
    background:transparent!important;
    margin-bottom: 18px!important;
}
.btn-danger:hover{
    background-color: #ff5722!important;
    border-color: #ff5722!important;
    color:white!important;
}
  .form-control:focus,
  .form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
  }
    .photo-upload {
      position: relative;
      width: 150px;
      height: 180px;
      border: 2px dashed #aaa;
      border-radius: 5px;
      background-color: #fff;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 10px;
    }

    .photo-upload input {
      opacity: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 2;
      cursor: pointer;
    }

    .watermark {
      position: absolute;
      z-index: 1;
      color: #999;
      font-size: 16px;
      text-align: center;
      pointer-events: none;
    }

    .section-title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .btn-submit {
  background-color: #007bff;
  color: white;
  padding: 12px 28px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-submit .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  font-weight: bold;
}

.btn-submit:hover {
  background-color: #0056b3;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
  transform: translateY(-1px);
}

.btn-submit:hover .arrow {
  transform: translateX(5px);
}
 .step { display: none; }
    .step.active { display: block; 
        
    }
.form-control:disabled, .form-control[readonly] {
    background-color: #fff!important;
    opacity: 1;
}
.custom-height-select {
  height: 48px!important;
}
.select2-container {
    line-height: 38px!important;
}

/* Ensures that both buttons (Add More and Remove) are aligned properly */
.addmore-custome {
     font-size: 12px;
    color: #f41b35;
    border-color: #f41b35;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
}

.remove-btn {
  display: inline-block;
  margin-left: 10px;
}

/* Align the qualification group inputs in a row */
.qualification-group {
  display: flex;
  align-items: center;
}

.qualification-group .col-md-4, .qualification-group .col-md-3, .qualification-group .col-md-3, .qualification-group .col-md-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-2 {
  display: flex;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-end {
  text-align: right;
}
.enroll-pandit{
    padding:70px 0;
}
/* Forgot Password Link Styling */
.forgot-password {
  margin: 10px 0;
  text-align: right;
}

.forgot-password a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

.forgot-password a:hover {
  text-decoration: underline;
}

/* Register as Pandit Link Styling */
.register-pandit {
  margin-top: 15px;
  font-size: 14px;
}

.register-pandit a {
  color: #007bff;
  text-decoration: none;
}

.register-pandit a:hover {
  text-decoration: underline;
}
/* Reset Message Styling */
.reset-message {
  margin-top: 15px;
  font-size: 14px;
  color: #10ab41;
}

.reset-message p {
  margin: 0;
  color: #10ab41!important;
}
.password-container {
  position: relative;
  width: 100%;
}

.otp-input {
  width: 100%;
  padding-right: 40px; /* Space for the toggle icon */
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
}

.toggle-password:hover {
  color: #000;
}

@media screen and (max-width: 480px) {
  .form-control,
  .form-select {
   margin-bottom: 15px!important;
  }
}
.step-line {
  border-bottom: 2px solid #f79535;
  padding-bottom: 40px;
}

.step-circle {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #f79535;
  color: white;
  border-radius: 50%;
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
  z-index: 1;
}

.step-circle span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.step-circle .step-label {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #555;
  white-space: nowrap;
}
.step-number-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff9800;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.how-it-works{
  background-color: #fff8e8;
}
.how-it-works h2{
    position: relative;
    font-weight:400;
    margin: 0 0 35px;
    padding: 0 0 30px;
}
.how-it-works .card h5{
    font-weight:500!important;
}
.how-it-works h2::before {
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    background: #E65100;
    background: -webkit-gradient(linear, left top, right top, from(#E65100), to(#FF9800));
    background: linear-gradient(to right, #E65100, #FF9800);
}
.how-it-works h2::after {
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 40px;
    background: linear-gradient(to right, #E65100, #FF9800);
}
.deity-card {
  height: 100%;
  transition: transform 0.4s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.deity-img {
  transition: transform 0.5s ease;
  height: 100%;
  object-fit: cover;
  min-height: 350px;
  border-radius: 16px;
}

.deity-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
  color: white;
  padding-bottom: 20px;
  transition: opacity 0.3s ease;
}

.deity-card:hover .deity-img {
  transform: scale(1.05);
}

.deity-card:hover .deity-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.btn-outline-light.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}
.select2-results__option {
    padding: 0 9px;
    user-select: none;
    -webkit-user-select: none;
    margin: 3px 0 0!important;
}
.custom-height-select {
    height: 60px;   /* change height as per your need */
    line-height: 60px;
    font-size: 16px; /* optional: adjust font size */
}

    /* Zutsav Breadcrumb Style */
.breadcrumb-zutsav {
  background: linear-gradient(180deg, #fff8e1, #fff);
  padding: 7px 0;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.breadcrumb-zutsav .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.breadcrumb-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.breadcrumb-list li {
  color: #444;
  font-weight: 500;
  
  margin-top:0!important;
}

.breadcrumb-list li a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.breadcrumb-list li a:hover {
  color: #ff4d00;
}

.breadcrumb-list .divider {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb-list li.active {
  color: #ff4d00;
  font-weight: 600;
}

.breadcrumb-list i {
  margin-right: 6px;
  color: #ff4d00;
}

/* Responsive */
@media (max-width: 600px) {
  .breadcrumb-zutsav {
    padding: 14px 0;
  }
  .breadcrumb-list {
    font-size: 13px;
    gap: 5px;
  }
}
