.matrimony-total-picture-edit{
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
  }

  .matrimony-total-menu-edit{
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px;
  }
  .blank-image {
  height: 40vh;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  background: 
  #b3b3b3, 
      url(../public/images/profile-blank.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
}
.blank-image img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.matrimony-picture{
  position: absolute;
  z-index: 200;
} 
.matrimony-details{
  /* position: absolute;
  padding-bottom: 0;
  z-index: 200; */
}
/* Progress Bar Container */
.progress-bar-container {
    background-color: #fff;
    border: 1px solid #ffc078;
    border-radius: 8px;
    color: #333;
    font-weight: 500;
    font-size: 1.2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

 
  .progress-bar-container .percentage {
    color: #fd7e14;
    font-weight: bold;
  }
  
  .progress-bar-container .complete-link {
    color: #fd7e14;
    font-weight: bold;
    font-size: 0.8rem;
  }
  
  /* Profile Card */
  .profile-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  /* Section Header */
  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.2rem;
    color: #495057;
    margin-bottom: 10px;
  }
  
  .section-header .edit-icon {
    color: #6c757d;
    cursor: pointer;
  }
  
  /* Section Description */
  .section-description {
    font-size: 0.9rem;
    color: #868e96;
    margin-bottom: 15px;
  }
  
  /* Profile Detail */
  .profile-detail {
    font-size: 1rem;
    color: #495057;
  }
  
  .verify {
    color: #fd7e14;
    font-weight: bold;
    cursor: pointer;
  }
  
  /* Add Button */
  .add-btn {
    color: #fd7e14;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.9rem;
  }
.matrimonial-tabs-header{
    height: 40px;
}
  .matrimonial-tabs .nav-link.active {
    border-bottom: 3px solid #fd7e14 !important;
    color: #222 !important;
  }
  
  /* .matrimonial-tabs .nav-link {
    border-bottom: none;
    color: #495057 !important;
  } */

/* .percent{
    border-top: 2px solid #fd7e14;
    border-right: 2px solid #fd7e14;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    padding: 14px 8px;
    border-radius: 50% 50%;
    font-size: 1.5rem;
    color: #333;
} */

.percent-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; Adjust as per your layout */
}

.percent-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
}

.percent-circle {
  transform: rotate(-90deg); /* Rotate for the progress to start at the top */
}

.progress {
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease;
}

.percent-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

 /* Card Styling */
 .profile-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  }
  .profile-card:hover {
    transform: translateY(-3px); /* Lift effect on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12); /* Enhanced shadow on hover */
    background-color: #f9f9f9; /* Slight background color change on hover */
  }
  .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
  }
  .section-description {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 15px;
  }
  .profile-detail {
    font-size: 1rem;
    color: #495057c4;
    font-weight: 600 !important;
    line-height: 1.8;
  }
  .profile-detail .profile-main{
    font-size: 1.2rem;
    color: #444;
  }
  .profile-detail i {
    margin-right: 10px;
    color: #495057c4;
  }
  .add-btn {
    color: #fd7e14;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.9rem;
    text-align: right;
  }
  .edit-icon {
    color: #6c757d;
    cursor: pointer;
  }
  
  .back-button {
  position: absolute;
  top: 30px;
  left: 60px;
  font-size: 1.5rem;
  color: #fd7e14; /* Accent color from previous pages */
  cursor: pointer;
}

.back-button:hover {
  color: #e96d0f; /* Slightly darker orange for hover */
}

.col-md-9.matrimony-profile-main-content {
  position: relative !important;
}

  .upload-section {
    margin: 30px 0;
    height: 35vh !important;
    display: flex;
    align-items: center;
    justify-content: center ;
  }
  
  .upload-button {
    background-color: #fd7e14; /* Primary button color */
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .upload-button:hover {
    background-color: #e96d0f; /* Slightly darker orange for hover */
  }
  
  .upload-instruction {
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 10px;
  }
  
  hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 30px 0;
  }
  
  .tips-section .tips-title {
    font-size: 1rem;
    font-weight: bold;
    color: #555 !important; /* Same as header color */
  }
  
  .tips-section .tips-subtitle {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 10px 0 20px;
    font-weight: 500;
  }
  
  .tip-icons {
    display: flex;
    justify-content: space-around;
  }
  
  .tip {
    text-align: center;
  }
  
  .tip img {
    width: 60px;
    height: 60px;
  }
  
  .tip p {
    font-size: 0.8rem;
    color: #222;
    margin-top: 5px;
  }


/* <--------  form  --------> */
.form-container{
    border-radius: 30px 30px 0px 0px !important;
    margin-bottom: 0px !important;
    padding: 20px 100px 70px 100px;
    min-height: 450px;
}

  
  .form-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #222 !important;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .form-subtitle {
    text-align: center;
    color: #6c757d;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .form-control::placeholder {
    color: #444 !important; /* Placeholder color */
    font-weight: 500;
  }
  
  .form-control:focus {
    border-color: #fd7e14;
    outline: none; /* Removes outline */
    box-shadow: none; /* Removes shadow */
  }
  
  .form-label {
    font-size: 0.9rem;
    color: #888;
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  .form-control {
    border-bottom: 2px solid #888 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px !important;
    padding: 5px 0px !important;
    font-weight: 500 !important;
    color: #222 !important;
    margin-bottom: 15px;
  }
  
  .form-control:focus {
    border-color: #fd7e14;
    outline: none !important;
    box-shadow: none !important; /* Removes shadow */
  }
  .radio-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  
  .radio-buttons .btn {
    border-radius: 20px;
    font-size: 0.9rem;
    color: #333; /* Text color stays the same */
    border: 1px solid #999; /* Border color */
    background-color: #fff; /* Default background color */
    padding: 5px 15px;
    font-weight: 500; /* Text font weight */
    transition: background-color 0.3s ease;
    box-shadow: none !important; /* Removes shadow */
  }
  
  .radio-buttons .btn:hover {
        background-color: #ffcc9293 !important; /* Highlighted background color */
        color: #333; /* Text color when active/hover */
        border-color: #fd7e14; /* Maintain border color */
        box-shadow: none !important; /* No shadow on hover or focus */
      }
  .radio-buttons .btn.active {
    background-color: #ffcc9293 !important; /* Highlighted background color */
    color: #333; /* Text color when active/hover */
    border-color: #fd7e14; /* Maintain border color */
    box-shadow: none; /* No shadow on hover or focus */
  }
  
  .container-radio-btns{
    max-width: 400px;
  }

  .save-btn {
    background: #fd7e14;
    color: #fff;
    width: 100%;
    border: none;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 100px;
  }
  
  .save-btn:hover {
    background: #fc8e3a !important;
  }
  
 