.resume-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.6);
}

.resume-modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 60%;
    border-radius: 0;
}

.close-modal {
    float: right;
    font-size: 24px;
    cursor: pointer;
}


/*my account page*/
#block-freshmeetu-content {
    display: block;
}
.banner-bg {
    height: 364px;
    object-fit: cover;
    position: relative;
}

.banner-bg img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.banner-bg:after {
    position: absolute;
    content: '';
    background: #000000ad;
    width: 100%;
    height: 100%;
    left: 0;
}

.certifications-content .field {
    margin-bottom: 16px;
}
.myaccount-page {
  padding-bottom: 82px;
      background: var(--white);
}
.profile-pic {
  position: relative;
  width: 220px;
  margin-top: -100px;
  height: 220px;
  margin-bottom: 30px;
}
.profile-pic img {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}
.edit-icon {
  position: absolute;
  bottom: 6px;
  right: 13px;
  background: var(--clr-green-500);
  border-radius: 50px;
  padding: 10px;
  z-index: 2;
}
.edit-icon svg path {
    fill: var(--white);
}
body.custom-freshmeetu .profile-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: capitalize;
}

.profile-content .score {
  color: var(--clr-green-600);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
} 

.profile-content p {
  font-size: 16px;
  margin-bottom: 0;
}
.certifications-content p {
  font-size: 16px;
}

.certifications-content p span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.portfolio {
  margin-top: 55px;
}
.portfolio-head {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.portfolio-head p {
    width: 100%;
    margin-top: 10px;
}
.portfolio-head .portfolio-line {
    background-color: var(--clr-green-600);
    height: 2px;
    flex-grow: 1;
    margin-left: 10px;
        margin-top: 3px;
}
body.custom-freshmeetu .portfolio-head h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.portfolio-images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 42px;
}

.portfolio-images img { 
  width: 100%;
}
.profile-green-btn {
  background: var(--clr-green-500);
  border-radius: 8px;
  padding: 14px 24px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}
.profile-green-btn img {
  margin-right: 10px;
  width: 24px;
}
.profile-green-btn:hover{
  background: var(--clr-green-600);
}
.portfolio .profile-green-btn {
    display: flex;
    align-items: center;
    max-width: 200px;
    justify-content: center;
    padding: 14px 12px;
        font-family: var(--font-secondary)
}
.virtual-portfolio-helper {
    margin-top: 10px;
}
body.custom-freshmeetu .profile-content a {
    font-family: "Lato", sans-serif;
}

.d_flex {
    display: flex;
    gap: 30px;
}
body.custom-freshmeetu .modal-profile h3 {
        margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
}
.modal-profile .resume-modal-content .form-control {
    background-color: #FDFDFD !important;
        height: 40px;
}
.custom-freshmeetu .modal-profile .fieldset-legend {
    font-size: 14px;
}

.custom-freshmeetu .modal-profile label {
    font-size: 14px !important;
}
.modal-profile #edit-mobile-number--wrapper {
    margin-bottom: 0 !important;
}
.custom-freshmeetu .modal-profile .js-form-item {
    margin-bottom: 28px !important;
}
/*my account page*/

/*Request pop up 29-07-25*/
.request-popup .resume-modal-content {
    margin: 40px auto;
    padding: 0;
    position: relative;
}
.request-popup .modal-dialog {
  max-width: 1500px;
}
.blur-content p {
  filter: blur(4px);
}

body.custom-freshmeetu .profile-data p {
    margin-bottom: 0;
    font-size: 16px;
}

.request-popup ul {
  padding-left: 18px;
}

.request-popup ul li {
  font-size: 16px;
}
.profile-data {
  margin-top: 34px;
}

.profile-data .profile-list {
  display: flex;
  flex-wrap: wrap;
}

.profile-data .profile-list li {
  padding-right: 49px;
}
.send-detail {
  margin: 45px auto 0;
  text-align: center;
}

.request-popup .modal-content {
  padding-bottom: 55px;
}
.send-detail p {
  margin-top: 30px;
}

.request-popup .banner-bg img {
  object-fit: cover;
}
.request-popup .profile-pic {
    height: auto;
    margin-top: -160px;
}
.profile-data .portfolio-head {
    margin-bottom: 10px;
}
.request-popup .close-modal {
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 28px;
    z-index: 9;
    background: var(--clr-green-500);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
}
.custom-freshmeetu .modal-profile .js-form-item-skills {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px !important;
}
.modal-profile .js-form-item-skills label {
    width: 100%;
}
.modal-profile .webform-multiple-table td.webform-multiple-table--operations {
    vertical-align: top;
    height: auto;
    margin-top: 16px;
}
.modal-profile .tabledrag-toggle-weight {
    display: none;
}

.modal-profile .resume-modal-content .form-number {
    display: none;
}

.modal-profile .webform-multiple-table td {
    border: none;
    padding: 0;
}

.modal-profile .webform-multiple-table table th {
    border: none;
    padding: 0;
}

.modal-profile .webform-multiple-table td.webform-multiple-table--handle {
    display: none;
}
.modal-profile .webform-multiple-table td input[type="image"] {
    margin-top: 9px;
}
.custom-freshmeetu .modal-profile .js-form-item-add-language {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
}

.custom-freshmeetu .modal-profile .js-form-item-add-language label {
    width: 100%;
}
.custom-freshmeetu .modal-profile .webform-button--submit {
    width: auto;
    font-size: 16px !important;
    display: block;
    margin: auto;
    padding: 16px 24px !important;
}

.custom-freshmeetu .modal-profile form .form-actions {
    display: block;
}

.modal-profile .resume-modal-content {
    padding: 30px;
    position: relative;
}
.modal-profile .close-modal {
    position: absolute;
    right: 20px;
    top: 3px;
    font-size: 34px;
}
body.custom-freshmeetu .request-popup h3 {
    font-size: 18px;
    margin-bottom: 10px;
        font-weight: bold;
}
.request-popup .portfolio-head .portfolio-line {
    margin-top: -8px;
}
.request-popup .profile-data .portfolio-head {
    margin-bottom: 0;
}
.modal-profile .webform-multiple-add .form-submit {
    background-image: url("../images/plus.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    padding: 0px 0 0 28px;
    font-size: 16px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: contain;
        margin-top: 5px;
}
.modal-profile .webform-multiple-add .field-suffix {
    display: none;
}
.request-popup .profile-pic img {
    width: 200px !important;
    height: 200px !important;
}
.resume-view-info {
    padding: 45px;
}
body.custom-freshmeetu .resume-view-info h2 {
    font-size: 20px;
}
.request-popup .resume-modal-content .banner-bg {
    height: 250px;
}
/*Request pop up 29-07-25*/




/* Profile Request */
.profile-page {
    padding-top: 40px;
}

.profile-page h2 {
    font-weight: bold;
    font-size: 30px;
}

.profile-page h2 span {
    color: var(--clr-green-500);
}

.profile-head .profile-request h4 {
    font-weight: 600;
    font-size: 20px;
}

.profile-section {
    margin-top: 75px;
}

.profile-head {
    display: flex;
    border-bottom: 2px solid var(--clr-green-600);
    margin: 30px 0;
}

.profile-request {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.profile-head .profile-request {
    flex: 1;
}

.profile-info {
    display: flex;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 30px;
}

.profile-info .profile-request {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.user-info {
    display: flex;
    align-items: center;
}

.user-info img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info .profile-request .profile-content {
    margin-left: 34px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.score {
    font-weight: 600;
    color: var(--clr-green-600);
    text-transform: uppercase;
}

.profile-request.profile-btn {
    flex: 0 0 18%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}
.send-detail .profile-green-btn {
    margin: auto;
}
.accept-btn {
    background: var(--clr-green-500);
    border-radius: 8px;
    padding: 12px 28px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
}

.accept-btn:hover {
    background: var(--clr-green-600);
}

.decline-btn {
    background: var(--white);
    border-radius: 8px;
    padding: 12px 28px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    color: var(--clr-green-500);
    border: 1px solid var(--clr-green-500);
    text-align: center;
    width: 100%;
    display: block;
}

.decline-btn:hover {
    background: var(--clr-green-500);
    color: var(--white);
}

.profile-content p b {
    font-size: 18px;
}

.ghost-text {
    color: transparent;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    pointer-events: none;
    user-select: none;
}

.detail-request-box {
    margin-top: 15px;
}

.send-detail-request-btn {
    background: var(--clr-green-500);
    border: none;
    padding: 10px 18px;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
}

.send-detail-request-btn:hover {
    background: var(--clr-green-600);
}