 .recruitmnt-ppp .modal {
     text-align: center;
     padding: 0 !important;
     background: rgb(0 0 0 / 50%);
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
     z-index: 99999;
 }

 .recruitmnt-pp-btn {
     cursor: pointer;
 }

 .recruitmnt-ppp .modal:before {
    
     display: inline-block;
     height: 100%;
     vertical-align: middle;
     margin-right: -4px;
 }

 .recruitmnt-ppp .modal-dialog {
     display: inline-block;
     text-align: left;
     vertical-align: middle;
 }

 .extrnl-lnk {
     padding: 10px;
     background-color: #f7f9fc;
     border-radius: 4px;
     margin-bottom: 25px;
     color: #666;
     font-size: 0.9em;
 }

 .extrnl-lnk h5 {
     font-weight: 400;
     font-size: 15px;
     margin: 0;
     color: #666;
 }

 .recruitmnt-ppp .modal-content {
     background-color: #ffffff;
     margin: 10% auto;
     padding: 30px;
     border-radius: 8px;
     width: 90%;
     max-width: 450px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
     text-align: center;
     position: relative;
 }

 .ppp-btns a {
     padding: 12px 20px;
     border: none;
     border-radius: 4px;
     font-weight: bold;
     cursor: pointer;
     text-decoration: none;
     transition: background-color 0.3s;
     background-color: #f39c12;
     color: #333333;
     width: 48%;
     display: block;
     font-size: 16px;
 }

 .ppp-btns a:hover {
     opacity: 0.9;
 }

 .ppp-btns button {
     padding: 12px 20px;
     border: 1px solid #e0e0e0;
     border-radius: 4px;
     font-weight: bold;
     cursor: pointer;
     text-decoration: none;
     transition: background-color 0.3s, border-color 0.3s;
     width: 48%;
     background-color: #ffffff;
     color: #333333;
     border-color: #f5f5f5;
     margin-right: 1%;
     font-size: 16px;
 }

 .ppp-btns button:hover {
     background-color: #ffffff;
     color: #333333;
     border-color: #f5f5f5;
 }

 .ppp-btns button:focus {
     background-color: #ffffff;
     color: #333333;
     border-color: #f5f5f5;
     outline: none;
 }

 .ppp-btns button:active {
     background-color: #ffffff;
     color: #333333;
     border-color: #f5f5f5;
     outline: none;
     box-shadow: none;
 }

 .ppp-btns {
     display: flex;
     justify-content: space-between;
 }

 .recruitmnt-ppp .modal-body p {
     text-align: left;
     margin-bottom: 25px;
     color: #666;
     line-height: 1.5;
 }

 .recruitmnt-ppp .modal-body h2 {
     text-align: center;
     font-size: 26px;
     margin: 0 0 15px 0;
     color: #333;
     font-weight: 600;
 }

 .recruitmnt-ppp .modal-body {
     padding: 0;
     position: initial;
 }

 .recruitmnt-ppp i.fa.fa-external-link {
     background-color: rgba(243, 156, 18, 0.1);
     width: 50px;
     height: 50px;
     margin: 0 auto 20px;
     border-radius: 50%;
     display: flex;
     justify-content: center;
     align-items: center;
     color: #f39c12;
     font-size: 16px;
 }

.recruitmnt-ppp button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #7b7777;
    cursor: pointer;
    background: transparent;
    border: none;
}


 @media (max-width:767.9px) {
     .recruitmnt-ppp .modal {
         bottom: auto;
     }

     .recruitmnt-ppp .modal-body h2 {
         font-size: 23px;
         margin: 0 0 10px 0;
         line-height: 25px;
     }
 }