/*
 Theme Name:   Guido Child
 Theme URI:    https://themeforest.net/item/guido-directory-listing-wordpress-theme/36719791
 Description:  Guido Child Theme
 Author:       ApusTheme
 Author URI:   https://apusthemes.com
 Template:     guido
 Version:      1.0.0
 Text Domain:  guido-child
*/

  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

 html,css {
        padding: 0;
        margin: 0;
    }
body {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(214.15% 145.36% at 3.37% 0%, #2E0617 0%, #0B0014 67%, #110007 84.47%, #260955 100%);
        min-height: 100vh;
        background-repeat: no-repeat;
}
   .visey-award-upload-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  gap: 10px;
}


    body.single-listing {
        font-family: 'Inter', sans-serif;
        margin: 0;
        padding: 0;
    }

    body.post-type-archive {
       margin: 0;
        background: radial-gradient(120.22% 193.98% at 3.37% 0%, #2E0617 0%, #0D0117 67%, #110007 79%, #260955 98%);
        color: #fff;
        min-height: 100vh;
    }

 

/* Global Floating Button style start*/
.visey-help-widget{
  position: fixed;
  bottom: 34px;
  right: 40px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99999;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  justify-content: center;
   transition: 
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.visey-help-widget:hover{
  box-shadow: 0 0 20px rgba(255, 110, 199, 0.3);
}

@media(max-width : 480px){
    .visey-help-widget {
    /*bottom: 25px;*/
    /*right: 25px;*/
    display : none;

}
}

.visey-help-widget img{
  width: 100%;
  height: 100%;
  object-fit: contain;
 
}





/* small red notification dot */
.visey-global-badge {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 14px;
  height: 14px;
  background: #ff536e;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(255,83,110,0.25);
  border: 2px solid rgba(255,255,255,0.06);
}

/* hover */
.visey-global-floating-icon:hover {
  transform: translateY(-4px) scale(1.03);
}




/*resposnive view style start*/





/* Tablet */
@media (max-width: 1024px) {
  .visey-global-floating-icon { width: 64px; height: 64px; bottom: 20px; right: 20px; }
}

/* Mobile */
@media (max-width: 600px) {
  .visey-global-floating-icon { width: 56px; height: 56px; bottom: 16px; right: 16px; }
  .visey-global-badge { width: 12px; height: 12px; top: 6px; right: 6px; }
}

/* Very small screens */
@media (max-width: 360px) {
  .visey-global-floating-icon { width: 48px; height: 48px; bottom: 12px; right: 12px; }
}

/* Global Floating Button style end*/






    /* Signup Style start */
    .signup-2-body {
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
    }

    .signup-2-container {
      width: 100%;
      max-width: 620px;
      padding: 30px;
      margin: 0 auto;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .signup-2-card {
       background: radial-gradient(
          157.27% 256.94% at 57.7% -14.93%,
          rgba(151, 151, 151, 0.11) 0%,
          rgba(51, 32, 75, 0.11) 26%,
          rgba(255, 255, 255, 0.11) 100%
        );
      border: 1px solid rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(12px);
      border-radius: 16px;
      padding: 10px 10px;
      text-align: center;
      box-shadow: 0px 4px 4px 0px #00000040;
      width: 100%;
     
    }

    .signup-2-title {
      font-size: 22px;
      margin: 24px 0px;
      color: white;
    }

    .signup-2-form {
      display: flex;
      flex-direction: column;
      gap: 22px;
    }

    .signup-2-input, input#user_email-1821, input#user_password-1821, input#user_email-1854, input#user_password-1854 {
        background: #57123c2e;
        border: 1px solid #AB94B8 !important;
        border-radius: 8px;
        padding: 22px 14px !important;
        color: white;
        outline: none;
        font-size: 18px;
        transition: all 0.2s;
    }

    .signup-2-input, input#user_email-1821, input#user_password-1821, input#user_email-1854, input#user_password-1854::placeholder {
        font-size: 16px !important;
    }

    .signup-2-input:focus {
      border-color: #B195FE;
      background-color: rgba(255, 255, 255, 0.05);
    }

    .signup-2-google-btn, a.wp_google_login__button {
      width: 80%;
      background: #57123c2e;
      border: 1px solid #AB94B8;
      border-radius: 8px;
      padding: 8px 0;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
      margin: 10px auto 0 auto;
    }

    .wp_google_login__google-icon {
        height: 20px !important;
    }

    .signup-2-google-btn img {
      width: 18px;
      height: 18px;
    }

    .signup-2-google-btn:hover {
      background-color: rgba(255, 255, 255, 0.12);
    }

    .signup-2-options {
      display: flex;
      justify-content: center;
      gap: 30px;
      font-size: 16px;
      margin-top: 6px;
    }

    .signup-2-options span{
        color: #CFCFCF;
    }

    .signup-2-options a {
      color: #CFCFCF;
      text-decoration: none;
      transition: 0.2s;
    }

    .signup-2-options a:hover {
      color: #fff;
    }

    .signup-2-send-btn {
      width: 35%;
      padding: 12px;
      border: none;
      border-radius: 50px;
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
      align-self: center;
    }

    .signup-2-send-btn:hover {
      opacity: 0.9;
    }
       /* Signup Style end */




       /* Forgot Password Style start */
    .forgot-password-1-wrapper {
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
    }

    .forgot-password-1-container {
      width: 100%;
      max-width: 600px;
      padding: 30px;
      margin: 0 auto;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .forgot-password-1-card {
      background: radial-gradient(157.27% 256.94% at 57.7% -14.93%, rgba(151, 151, 151, 0.11) 0%, rgba(51, 32, 75, 0.11) 26%, rgba(255, 255, 255, 0.11) 100%);
      border: 1px solid;
      border-image-source: linear-gradient(107.56deg, rgba(58, 13, 30, 0.73) 2.52%, rgba(205, 177, 249, 0.73) 39.89%, rgba(27, 27, 27, 0.73) 77.25%);
      backdrop-filter: blur(12px);
      border-radius: 16px;
      padding: 10px 0px;
      text-align: center;
      box-shadow: 0px 4px 4px 0px #00000040;
      width: 100%;
      max-width: 600px;
    }

    .forgot-password-1-logo {
      margin-bottom: 16px;
    }

    .forgot-password-1-title {
      font-size: 22px;
      margin: 0px 0px 20px 0px;
      color: white;
    }

    .forgot-password-1-input, input#username_b, input#user_password, input#confirm_user_password {
      background: #57123C2E;
      border: 1px solid #AB94B8 !important;
      border-radius: 8px;
      padding: 12px 14px;
      color: #fff;
      outline: none;
      font-size: 14px;
      width: 100%;
      transition: all 0.2s;
    }

    .forgot-password-1-input:focus {
      border-color: #B195FE;
      background-color: rgba(255, 255, 255, 0.05);
    }

    .forgot-password-1-send-btn, input#um-submit-btn, .visey-startup-profile-delete-award {
      width: 50%;
      max-width : 40%;
      padding: 3px 10px;
      border: none;
      border-radius: 50px;
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
      align-self: center;
      margin-top: 0px;
    }

    .visey-startup-profile-remove-image-btn, .visey-product-services-remove-image-btn {
      width: 80%;
      padding: 3px 10px;
      border: none;
      border-radius: 50px;
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
      align-self: center;
      margin-top: 20px;
      justify-content: center;
    }

    .visey-startup-profile-delete-award {
      max-width : 100%;
    }

    .forgot-password-1-send-btn:hover {
      opacity: 0.9;
    }
    
    .set-password-title {
      font-size: 22px;
      margin-bottom: 28px;
      color: white;
      text-align: center;
    }

    .forgot-pass-4-body {
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
    }
    .forgot-pass-4-container {
    width: 100%;
    max-width: 620px;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    .forgot-pass-4-card {
      background: radial-gradient(157.27% 256.94% at 57.7% -14.93%, rgba(151, 151, 151, 0.11) 0%, rgba(51, 32, 75, 0.11) 26%, rgba(255, 255, 255, 0.11) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
      border: 1px solid rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(12px);
      border-radius: 16px;
      padding: 10px 10px;
      text-align: center;
      box-shadow: 0px 4px 4px 0px #00000040;
      width: 100%;
      max-width: 610px;
    }

    .forgot-pass-4-title {
      font-size: 25px !important;
      margin: 10px 0px;
      color: white;
    }

    .forgot-pass-4-form {
      display: flex;
      flex-direction: column;
      gap: 22px;
    }

    .forgot-pass-4-input, input#username-1813, input#user_password-1813 {
     background: #57123C2E;
      border: 1px solid #AB94B8 !important;
      border-radius: 8px;
      padding: 22px 14px !important;
      color: white !important;
      outline: none;
      font-size: 16px !important;
      transition: all 0.2s;
    }

     .forgot-pass-4-input, input#username-1813, input#user_password-1813::placeholder {
      font-size: 18px;
    }

   .forgot-pass-4-input:focus,
    input#username-1813:focus,
    input#user_password-1813:focus {
      background: #57123C66 !important; 
      border-color: #D7BDE2 !important;
    }

    /* ------------------ Google Button ------------------ */
    .forgot-pass-4-google-btn {
      width: 40%;
      background: #57123C2E;
      border: 1px solid #AB94B8;
      border-radius: 8px;
      padding: 10px 0;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
      margin: 0px auto 0 auto;
    }

    .forgot-pass-4-google-btn img {
      width: 18px;
      height: 18px;
    }

    .forgot-pass-4-google-btn:hover {
      background-color: rgba(255, 255, 255, 0.12);
    }

    /* ------------------ Options ------------------ */
    .forgot-pass-4-options {
      display: flex;
      justify-content: center;
      gap: 30px;
      font-size: 16px;
      margin-top: 6px;
    }

    .forgot-pass-4-options a {
      color: #ccc;
      text-decoration: none;
      transition: 0.2s;
    }

    .forgot-pass-4-options a:hover {
      color: #fff;
    }

    /* ------------------ Login Button ------------------ */
    .forgot-pass-4-send-btn {
      width: 25%;
      margin-top: 20px;
      padding: 12px;
      border: none;
      border-radius: 50px;
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
      align-self: center;
    }

    .forgot-pass-4-send-btn:hover {
      opacity: 0.9;
    }

   .um:not(.um-admin) {
      margin-bottom: 0px !important;

    }

    div.um .g-recaptcha {
        margin-bottom: 0px !important;
    }
    
    .um-col-alt {
      margin: 0px 0 5px 0;
    }

    div.um .g-recaptcha {
      margin-bottom: 0px !important;
    }

    .um-field-block {
        color: #ffffff;
        font-size: 17px;
    }

    .um-center .um-button {
        min-width: 0px !important;
        border-radius : 50px !important;
    }

    .um-field {
        padding : 12px 0px 0px 0px !important;
    }

    .um-row._um_row_1 {
        margin : 0px !important;
    }

     .um:not(.um-admin) {
      margin-bottom: 0px !important;
    }

    .um-1813.um, .um-1854.um {
        max-width: 100% !important;
    }


    /* label {
        display: none;
    } */

 /* Forgot Password style end */





 /* OTP Verification style start */
    .otp-verification-1-wrapper {
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
    }

    .otp-verification-1-container {
      width: 100%;
      max-width: 600px;
      padding: 50px;
      margin: 0 auto;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .otp-verification-1-card {
      background: radial-gradient(157.27% 256.94% at 57.7% -14.93%, rgba(151, 151, 151, 0.11) 0%, rgba(51, 32, 75, 0.11) 26%, rgba(255, 255, 255, 0.11) 100%);
      border: 1px solid rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(12px);
      border-radius: 16px;
      padding: 40px 32px;
      text-align: center;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
      width: 100%;
      max-width: 600px;
    }

    .otp-verification-1-logo {
      margin-bottom: 25px;
    }

    .otp-verification-1-title {
      font-size: 22px;
      margin-bottom: 30px;
      color: white;
    }

    .otp-verification-1-otp-box {
      display: flex;
      justify-content: center;
      gap: 14px;
      margin: 20px 0;
    }

    .otp-verification-1-otp-input {
      width: 40px;
      height: 40px;
      background: #57123C2E;
      border: 1px solid #AB94B8;
      border-radius: 8px;
      color: #fff;
      text-align: center;
      font-size: 20px;
      outline: none;
      transition: border-color 0.3s ease;
    }

    .otp-verification-1-otp-input:focus {
      border-color: #B195FE;
      background-color: rgba(255, 255, 255, 0.05);
    }

    .otp-verification-1-timer {
      font-size: 14px;
      color: #bda6c2;
      margin-top: 10px;
    }

    .otp-verification-1-btn-group {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      margin-top: 25px;
    }

     .otp-verification-1-resend-btn {
      width: 35%;
      padding: 10px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 8px;
      background: #57123C2E;
      background-origin: border-box;
      background-clip: padding-box, border-box;
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .otp-verification-1-resend-btn:hover {
      background-color: rgba(255, 255, 255, 0.12);
    }

    .otp-verification-1-back-btn {
      background: transparent;
      border: none;
      color: #CFCFCF;
      cursor: pointer;
      font-size: 16px;
      transition: color 0.2s ease;
    }

    .otp-verification-1-back-btn:hover {
      color: #fff;
    }

    .otp-verification-1-submit-btn {
      width: 25%;
      margin-top: 25px;
      padding: 12px;
      border: none;
      border-radius: 50px;
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
      align-self: center;
    }

    .otp-verification-1-submit-btn:hover {
      opacity: 0.9;
    }

 /* OTP Verification style end */




 /* Sidebar style start */
     .visey-sidebar-body {
      color: #fff;
      display: flex;
      height: 87vh;
      justify-content: flex-start;
      align-items: stretch;
      position: sticky;
      top: 10%;
    }

    .flaticon-avatar:before {
        color: white;
    }
 
    .visey-sidebar-container {
background: linear-gradient(171deg, #1D020D 63.36%, #1B0812 99.48%);
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
width: 220px;
min-width: 88px;
max-width: 297px;
padding: 8px 16px 12px 8px;
align-self: stretch;
   
    }
 
    .visey-sidebar-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 24px;
      padding: 9px 15px 0px 15px;
    }

        .visey-sidebar-header img {
      width: 20px;
      height: 20px;
      cursor: pointer;
    }
 
    .visey-sidebar-dots {
      display: flex;
      gap: 6px;
    }
 
    .visey-sidebar-dots span {
      width: 11px;
      height: 11px;
      background: #D9D9D9;
      border-radius: 50%;
    }
    .visey-sidebar-dots span:nth-child(1){
  opacity: 0.13;
}
.visey-sidebar-dots span:nth-child(2){
  opacity: 0.11;
}
.visey-sidebar-dots span:nth-child(3){
  opacity: 0.09;
}
.visey-sidebar-dots span:nth-child(4){
  opacity: 0.07;
}
.visey-sidebar-dots span:nth-child(5){
  opacity: 0.05;
}
.visey-sidebar-dots span:nth-child(6){
  opacity: 0.03;
}
.visey-sidebar-dots span:nth-child(7){
  opacity: 0.01;
}

 
    .visey-sidebar-header i {
      color: #d8b4c2;
      font-size: 16px;
      cursor: pointer;
      transition: color 0.3s, transform 0.3s;
    }
    
        .visey-sidebar-header i img {
     width: 18px;
     cursor: pointer;
    }
 
    .visey-sidebar-header i:hover {
      color: #fff;
    }
 
    .visey-sidebar-menu {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
 
    .visey-sidebar-menu-item {
      text-decoration: none;
      color: white;
/*background: linear-gradient(90deg, rgba(91, 0, 37, 0.30) 0%, rgba(70, 0, 29, 0.30) 100%);*/
      padding: 8px 15px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      gap: 10px;
      transition: all 0.2s ease;
      white-space: nowrap;
      position: relative;
      overflow: hidden;
       font-size: 14px;
    }
    
    .visey-sidebar-menu-item  img {
        width: 20px;
    }
    .visey-sidebar-menu-item .visey-sidebar-menu-item-sub-text{
        color: #B195FE !important;
font-size: 10px !important;
font-weight: 700 !important;
line-height: 12px !important;
    }
 
    .visey-sidebar-menu-item:hover {
      background: #46001D;
    }
 
    /*.visey-sidebar-menu-item:hover::before {*/
    /*  content: "";*/
    /*  position: absolute;*/
    /*  inset: 0;*/
    /*  padding: 2px;*/
    /*  border-radius: 8px;*/
    /*  background: linear-gradient(90deg, #ff6ec7, #a066ff);*/
    /*  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);*/
    /*  -webkit-mask-composite: xor;*/
    /*  mask-composite: exclude;*/
    /*  pointer-events: none;*/
    /*}*/
 
    .visey-sidebar-menu-item.current_page_item, .visey-sidebar-menu-item.current-menu-item {
      position: relative;
      background: #46001D;
      color: #fff;
      border-radius: 8px;
      overflow: hidden;
    }
 
    /*.visey-sidebar-menu-item.current_page_item::before, .visey-sidebar-menu-item.current-menu-item::before {*/
    /*  content: "";*/
    /*  position: absolute;*/
    /*  inset: 0;*/
    /*  padding: 2px;*/
    /*  border-radius: 8px;*/
    /*  background: linear-gradient(90deg, #ff6ec7, #a066ff);*/
    /*  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);*/
    /*  -webkit-mask-composite: xor;*/
    /*  mask-composite: exclude;*/
    /*  pointer-events: none;*/
    /*}*/

    a.visey-sidebar-menu-item:hover, 
    .visey-message-box-t-title, ul.visey-message-box-thread-list li,
    .job-location a, .inner-user-listing-packaged label .value, .listing-login > a {
      color: #ffffff;
    }

    .page-template-page-listing .job-location a {
      color: #000000;
    }

    .job-location a {
      margin-left: 7px;
    }
 
    .visey-sidebar-history {
      margin-top: 40px;
      transition: opacity 0.3s ease;
    }
 
    .visey-sidebar-history-header {
      display: flex;
      align-items: center;
      gap: 10px;
    }
 
    .visey-sidebar-line {
      flex: 1;
      height: 1px;
      background: rgba(255, 255, 255, 0.2);
    }
 
    .visey-sidebar-history-list {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-top: 20px;
    }
 
    .visey-sidebar-history-list button {
      background: transparent;
      border: none;
      color: white;
      padding: 8px 10px;
      border-radius: 6px;
      text-align: left;
      font-size: 13px;
      cursor: pointer;
      transition: background 0.2s;
    }
    .visey-sidebar-history-list button:hover {
      background: #46001d;
   
    }
 .visey-sidebar-line-vertical {
  width: 1.5px;                    
  height: 24px;                    
  background: white; 
  border-radius: 1px;            
  margin: 0 5px;               
}

     .visey-sidebar-footer {
  display: flex;
 justify-content: flex-end;
  align-items: center;
  gap: 10px;
  transition: opacity 0.3s ease;
  position: absolute;  
  bottom: 20px;
  left: 20px;    
 right: 20px;  
}

.visey-sidebar-container.collapsed .visey-sidebar-footer {
  left: 0;
  right: 0;
  bottom: 20px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: all 0.4s ease;
   flex-direction: column;
}
 .visey-sidebar-container.collapsed .visey-sidebar-line-vertical {
  width: 40%;     
  height: 1.5px;
  margin: 5px 0;
}
    .visey-sidebar-footer button {
      background: transparent;
      border: none;
      padding: 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }
 
    .visey-sidebar-footer button img {
      width: 24px;
      height: 24px;
      filter: brightness(0) invert(1);
      transition: opacity 0.2s;
    }

      .visey-sidebar-container.collapsed {
        width: 88px;
      }
   
      .visey-sidebar-container.collapsed .visey-sidebar-menu-item span,
      .visey-sidebar-container.collapsed .visey-sidebar-history,
      .visey-sidebar-container.collapsed .visey-sidebar-header {
        display: none;
        margin: 0 auto;
      }
   
      .visey-sidebar-container.collapsed .visey-sidebar-menu-item {
        justify-content: center;
        padding: 12px;
      }
   
      .collapsed-toggle-icon {
        display: none;
        cursor: pointer;
      }
      .collapsed-toggle-icon img {
        width: 20px;
      cursor: pointer;
      }
      .collapsed-toggle-icon img {
        width: 20px;
      }
   
      .visey-sidebar-container.collapsed .collapsed-toggle-icon {
        display: block;
        margin-bottom: 10px;
        text-align: center;
      }


 /* Sidebar style end */


 
 /* Home page style start  */
      .main-body {
       
              padding: 10px 42px 0px 20px;
      }

      .homepage-wrapper-main {
        width: 100%;
        display: flex;
        gap: 50px;
       
      }

      .homepage-wrapper-inner-main {
        width: 100%;
        display: flex;
        justify-content: center;
        min-width: 960px;
      }
    
      .homepage-wrapper {
        color: #fff;
        display: flex;
        flex-direction: column;
        width: 100%;
       justify-content: space-between;
        overflow-y: auto;
         -ms-overflow-style: none;
      scrollbar-width: none;
       max-width: 860px;
       max-height: 800px;
    }

    .homepage-wrapper::-webkit-scrollbar {
      display: none;
    }
      .search-container {
       border-radius: 16px;
background: linear-gradient(301deg, #0A010F 5.83%, rgba(0, 0, 0, 0.00) 38.65%), radial-gradient(79.25% 100.15% at 52.06% 0%, rgba(134, 5, 58, 0.00) 0%, #100110 100%), linear-gradient(90deg, #150210 4.4%, #6F032F 52.95%, #0A000E 99.6%);
        padding: 15px;
        width: 100%;
        max-width: 700px;
        backdrop-filter: blur(20px);
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        gap: 15px;
      }

      .form-group-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 20px;
        color: #fff;
        min-width: 40%;
      }
      .form-group-inner input {
        flex: 1;
         border-radius: 8px;
    border: 1.5px solid rgba(237, 237, 237, 0.60);
    background: linear-gradient(90deg, rgba(150, 9, 67, 0.60) 0%, rgba(119, 1, 50, 0.60) 100%);
        width: auto;
        color: #fff;
        padding: 0px 15px;
        font-size: 18px;
        border-radius: 8px;
        outline: none;
        transition: 0.3s;
        height: 36px;
      }
      .form-group-inner input::placeholder {
        color: white;
        font-size: 16px;
      }
      .form-group-inner input:focus {
        border-color: #ff6ec7;
        box-shadow: 0 0 10px rgba(255, 110, 199, 0.5);
      }
      .select-wrapper {
        position: relative;
        flex: 1;
        max-width: 100%;
      }
      .select-wrapper select {
        width: 100%;
        padding: 6px 35px 6px 15px;
        border-radius: 8px;
        border: 2px solid white;
        background: linear-gradient(90deg, #960943 0%, #770132 100%);
        color: #fff;
        font-size: 15px;
        outline: none;
        appearance: none;
        cursor: pointer;
        height: 38px;
      }
      .select-wrapper::after {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        pointer-events: none;
        color: white;
        font-size: 18px;
      }
      .select-wrapper select:focus {
        border-color: #ff6ec7;
        box-shadow: 0 0 10px rgba(255, 110, 199, 0.5);
      }
      .select-wrapper select option {
        color: #000;
      }
      .btn-theme {
          border-color: transparent !important;
      }
      .search-btn, .btn-submit {
        align-self: flex-start;
        background: linear-gradient(50deg, #CE0758 -15.96%, #7343F6 59.75%);

        color: white;
        font-size: 18px;
        font-weight: 500;
        padding: 6px 30px;
        border-radius: 40px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: 100% !important;
        margin: 0 auto;
        transition: all 0.3s ease;
        text-align: start;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }
      .search-btn span {
        position: relative !important;
        z-index: 1 !important;
      }
      .btn-submit .btn-line {
        flex: 1 ;
        margin-left: 5px ;
        height: 2px ;
        background: white ;
        margin-right: -3px ;
        transform-origin: left ;
        transition: transform 0.4s ease ;
      }
      .btn-submit .btn-arrow {
        font-size: 22px ;
        display: inline-block ;
        position: relative ;
        transition: transform 0.3s ease ;
      }
      .btn-submit:hover {
        background: linear-gradient(90deg, #ff6ec7, #a066ff) !important;
        box-shadow: 0 0 20px rgba(255, 110, 199, 0.4) !important;
      }

      .btn-submit::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 1px;
     
        background: linear-gradient(50deg, #CE0758, #7343F6);
        -webkit-mask: linear-gradient(#fff 0 0) content-box,
          linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
      }
      
      .needs-container {
          max-width: 550px;
    margin: 0 auto;
    width: 100%;
      }

      .needs-container h2 {
        font-size: 16px;
        font-weight: 400;
        margin: 0px 0px 14px 0px;
        color: #EDEDED;
      }
.needs-grid {
  display: flex;
  /*justify-content: space-around;*/
  gap: 16px;
  flex-wrap: wrap;
}


.need-box {
height: 32px;
min-width: 158px;
padding: 4px 12px;
display: flex;
justify-content: center;
align-items: center;
gap: 6px;
  border-radius: 8px;  
  box-sizing: border-box;

  background-image:
    linear-gradient(rgba(255,255,255,0.03), rgba(255,255,255,0.03)),
    linear-gradient(83.44deg, rgba(79,1,33,0.4) 7.23%, rgba(148,63,36,0.4) 91.32%);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  backdrop-filter: blur(15px);
  border : 3px solid transparent;  
}


.need-box span {
  color: #EDEDED;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

/* SECTION-SPECIFIC — inner background first, border gradient second */

.app-development-section {
  background-image:
    linear-gradient(252deg, rgba(215,181,45,0.40) -82.12%, rgba(86,1,37,0.40) 90.82%),
    linear-gradient(83.44deg, rgba(79,1,33,0.4) 7.23%, rgba(148,63,36,0.4) 91.32%);
}


.marketing-tools-section {
  background-image:
    linear-gradient(83.44deg, rgba(79,1,33,0.4) 7.23%, rgba(237,237,237,0.05) 91.32%),
    linear-gradient(252deg, rgba(45, 167, 215, 0.40) -69.16%, rgba(86, 1, 37, 0.40) 86%);
}

.legal-compliance-section {
 background-image:
    linear-gradient(83.44deg, rgba(79,1,33,0.4) 7.23%, rgba(237,237,237,0.05) 91.32%),
    linear-gradient(256deg, rgba(254, 149, 177, 0.40) -68.38%, rgba(86, 1, 37, 0.40) 91.27%);
}

.prototype-builder-section {
 background-image:
    linear-gradient(83.44deg, rgba(79,1,33,0.4) 7.23%, rgba(237,237,237,0.05) 91.32%),
    linear-gradient(254deg, rgba(45, 215, 158, 0.40) -66.65%, rgba(86, 1, 37, 0.40) 90.65%);
}

.crowdfunding-section {
 background-image:
    linear-gradient(83.44deg, rgba(79,1,33,0.4) 7.23%, rgba(237,237,237,0.05) 91.32%),
    linear-gradient(254deg, rgba(152, 45, 215, 0.40) -63.48%, rgba(86, 1, 37, 0.40) 91.53%);
}





      .curated-container {
        width: 100%;
            max-width: 550px;
    margin: 0 auto;
      }
      .curated-container h2 {
        font-size: 16px;
        font-weight: 400;
        margin: 0px 0px 14px 0px;
        color: #EDEDED;
      }
      .curated-grid {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
        flex-direction : row;
      }
      
      .curated-container-main-section {
              display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
      }
      
      
      .curated-container-main-section span{
          font-size : 16px;
          color : #EDEDED;
      }
      
      .curated-card {
        background: linear-gradient(145deg, #260015, #0e0010);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 16px;
       padding: 22px 28px 9px 28px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        transition: all 0.3s ease;
        width: 110px;
        height: 110px;
        cursor: pointer;
      }
      .curated-card:hover {
        box-shadow: 0 0 20px rgba(255, 110, 199, 0.3);
        transform: translateY(-5px);
      }

      .curated-card span {
        color: #fff;
        font-size: 16px;
        padding-top: 10px;
      }

      .card-1 {
        background-image: url("/wp-content/uploads/2025/12/funding-img-min.png");
        background-size: cover;
        background-position: center;
      }
      .card-2 {
        background-image: url("/wp-content/uploads/2025/12/event-img-min.png");
        background-size: cover;
        background-position: center;
      }
      .card-3 {
        background-image: url("/wp-content/uploads/2025/12/club-img-min.png");
        background-size: cover;
        background-position: center;
      }
      .card-4 {
        background-image: url("/wp-content/uploads/2025/12/saved-img-min.png");
        background-size: cover;
        background-position: center;
      }
      
      
      
      
      
      
      
      @media (max-width: 1550px) and (min-width: 1300px) {
         
              .widget-listing-search-form.vertical .btn-submit, .widget-listing-search-form.vertical .form-control {
height: 40px !important;
}
          .need-box span {
              font-size: 13px;
          }
          
          .need-box {
    min-width: auto;
    padding: 4px 10px;
}

  .select2-container--default.select2-container 
  .select2-selection--single 
  .select2-selection__placeholder,
  .widget-listing-search-form .reset-search-btn {
    font-size: 16px !important;
        padding: 7px 15px !important;
  }

  .search-result-bar button,
  button.btn-submit.btn.d-block.btn-theme.btn-inverse {
    padding: 7px 20px !important;
    font-size: 18px !important;
  }

  .homepage-wrapper {
    max-width: 770px !important;
    gap: 25px;
    max-height: auto;
  }

  .needs-grid {
     flex-wrap: nowrap !important; 
  }

  .need-box {
    height: 33px !important;
    padding: 4px 10px !important;
  }

  .curated-card {
    width: 145px !important;
    height: 145px !important;
  }
 .curated-card span {
     font-size: 16px;
}

  .visey-sidebar-body {
    height: 85vh !important;
  }
}

@media (max-width:1290px) and (min-width:1081px) {
      
.widget-listing-search-form.vertical .btn-submit, .widget-listing-search-form.vertical .form-control {
height: 40px !important;
}
      .select2-container--default.select2-container 
  .select2-selection--single 
  .select2-selection__placeholder,
  .widget-listing-search-form .reset-search-btn {
    font-size: 16px !important;
        padding: 7px 15px !important;
  }

           .need-box span {
              font-size: 13px;
          }
          
          .need-box {
    min-width: auto;
    padding: 4px 10px;
}
      .homepage-wrapper {
    max-width: 700px !important;
    gap: 25px;
     max-height: auto;
  }

  .needs-grid {
     flex-wrap: nowrap !important; 
  }
  .homepage-wrapper-main {
    gap: 10px !important;
  }

  .curated-container h2 {
    margin: 0px 0px 15px 0px !important;
  }

  .needs-container h2 {
    margin: 0px 0px 15px 0px !important;
  }

  .search-result-bar button,
  button.btn-submit.btn.d-block.btn-theme.btn-inverse {
    font-size: 16px !important;
  }

  .curated-card {
    width: 145px !important;
    height: 145px !important;
  }

.visey-sidebar-body {
    height: 83vh !important;
}


.curated-card span {
font-size: 16px;
}

}

      
   /*Home page style End  */



   /* Header style start */
    .header-wrapper {
    width: 100%;
    /* background: radial-gradient(
        103.22% 193.98% at 3.37% 0%,
        #2e0617 0%,
        #0d0117 67%,
        #110007 100%
    ); */
    }

    .header-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 24px;
    box-sizing: border-box;
    }

    .header-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    }
    
    
    .leads-btn {
  display: flex;
  height: 36px;
  width: 112px;
  padding: 4px 12px;
  align-items: center;
  gap: 16px;

  border-radius: 1000px;
  border: 2px solid #5D0888;
  background: linear-gradient(
    90deg,
    rgba(58, 9, 54, 0.25) 0.09%,
    rgba(61, 0, 39, 0.25) 99.91%
  );
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
}
.leads-btn .leads-text{
    margin-top: 2px;
}


    .header-actions img {
    cursor: pointer;
    }

    .icon-button {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: opacity 0.2s;
    }

    .icon-button:hover {
    opacity: 0.8;
    }

    .coin-box, .coin-box > a {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 20px;
    padding: 1px 2px 1px 3px;
    width: 125px;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.6s ease;
    }

    .coin-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 20px;
    background: linear-gradient(90deg, #7343F6, #CE0758);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    }

    .coin-box:hover {
    background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
    }

    .coin-box img {
        width: 30px;
        cursor: pointer;
    }

    .user-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url("/wp-content/uploads/2025/10/avatar.png") center/contain no-repeat;
    cursor: pointer;
    }

  /* Header style end */






/* Ai Tool style start */


 .curated-ai-card {
        border-radius: 16px;
        padding: 30px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: all 0.3s ease;
        height: 133px;
        width: 145px;
        cursor: pointer;
      } 
      .curated-ai-card span {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
      }
      .curated-ai-card:hover {
        box-shadow: 0 0 20px rgba(255, 110, 199, 0.3);
        transform: translateY(-5px);
      }
      
      
      
       @media (max-width: 1450px) and (min-width: 1300px) {
              .curated-ai-card  {
                height: 125px;
                width: 130px;
        }
        .curated-ai-card span {
font-size: 22px;
}
       }
      
       @media (max-width:1290px) and (min-width:1081px) {
              .curated-ai-card  {
                height: 125px;
                width: 130px;
        }
              .curated-ai-card span {
          font-size: 22px;
}
       }
       
       
       
       
       
	.ai-tool-card-1 {
        background: radial-gradient(
          45.67% 54.2% at 54.33% -7.87%,
          #f9be1c 0%,
          #fb5757 48%,
          #ffb68c 100%
        );
      }
      .ai-tool-card-2 {
        background: radial-gradient(
          45.67% 54.2% at 54.33% -7.87%,
          #4bffde 0%,
          #9b83fc 48%,
          #bbffa4 100%
        );
      }
      .ai-tool-card-3 {
        background: radial-gradient(
          45.67% 54.2% at 54.33% -7.87%,
          #ff2525 0%,
          #89fa9a 48%,
          #feaf88 100%
        );
      }
      .ai-tool-card-4 {
        background: radial-gradient(
          45.67% 54.2% at 54.33% -7.87%,
          #ffcb5b 0%,
          #8161ff 48%,
          #ff92fb 100%
        );
      }
      .ai-tool-card-5 {
        background: radial-gradient(
          45.67% 54.2% at 54.33% -7.87%,
          #c5fd5c 0%,
          #eed8ff 48%,
          #ff8282 100%
        );
      }



    form.form-search .heading-label {
    color: #ffffff;
    font-size: 16px;
    font-weight : 600;
    margin: 0 0 0;
    text-wrap: nowrap;
    }

    .widget-listing-search-form .form-group {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 20px;
        color: #fff;
    }

    .listing-search button.btn-submit.d-block.btn.w-100.btn-theme.btn-inverse {
            align-self: flex-start;
            background: linear-gradient(3.02deg, #ce0758 -15.96%, #7343f6 59.75%);
            border: 1px solid;
            border-image-source: linear-gradient(
            225.97deg,
            #b195fe 20.92%,
            #ed5895 99.26%
            );
            color: white;
            font-size: 18px;
            font-weight: 500;
            padding: 6px 30px;
            border-radius: 40px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            width: 100% !important;
            margin: 0 auto;
            transition: all 0.3s ease;
            text-align: start;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

    .search-container input.form-control  {
            flex: 1;
              border-radius: 8px;
    border: 1.5px solid rgba(237, 237, 237, 0.60);
    background: linear-gradient(90deg, rgba(150, 9, 67, 0.60) 0%, rgba(119, 1, 50, 0.60) 100%);
            color: #fff;
            padding: 0px 15px;
            font-size: 16px;
            border-radius: 8px;
            outline: none;
            transition: 0.3s;
            height: 32px !important;
    }

    .search-container .row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            font-size: 20px;
            color: #fff;
        }

        .widget-listing-search-form .form-group {
                 margin-bottom: 0rem !important;
        }

    .select-wrapper .select2-container .select2-selection--single {
    width: 100%;
    padding: 6px 35px 6px 15px;
    border-radius: 8px;
    border: 1.5px solid rgba(237, 237, 237, 0.60);
    background: linear-gradient(90deg, rgba(150, 9, 67, 0.60) 0%, rgba(119, 1, 50, 0.60) 100%);
    color: #fff;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    height: 38px;
    display: flex;
    align-items: center;
    box-shadow: none;
    }

    .select-wrapper .select2-container .select2-selection__rendered {
    color: #fff !important;
    line-height: 1.4;
    padding-left: 0;
    margin: 0;
    }
    .select-wrapper .select2-container .select2-selection__placeholder {
    color: rgba(255, 255, 255, 0.8);
    }
    .select-wrapper .select2-container .select2-selection__arrow {
    height: 100%;
    right: 10px;
    }
    .select-wrapper .select2-container .select2-selection__arrow b {
    border: none;
    width: 0;
    height: 0;
    background: url("data:image/svg+xml;utf8,<svg fill='white' xmlns='https://www.w3.org/2000/svg' width='10' height='6'><path d='M0 0 L5 6 L10 0 Z'/></svg>") no-repeat center;
    background-size: 10px 6px;
    }
    .select-wrapper .select2-container--default .select2-dropdown {
    border: 2px solid #960943;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }
    .select-wrapper .select2-container--default .select2-results__option {
    padding: 8px 14px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    }
    .select-wrapper .select2-container--default .select2-results__option--highlighted {
    background: linear-gradient(90deg, #960943 0%, #770132 100%);
    color: #fff;
    }
    .select-wrapper .select2-container.select2-container--focus .select2-selection--single {
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(150, 9, 67, 0.2);
    }
    .search-form-inner .form-group-title .heading-label {
        color: #ffffff;
        font-weight: 600;
        display: inline-block;
    }
    
  :is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
    --margin-left: auto;
    --margin-right: auto;
    max-width: 100% !important;
}

    
    .elementor-2497 .row{
        width: 70%;
        margin: 0 auto;
    }
    
    .select2-container--default.select2-container .select2-selection--single .select2-selection__placeholder, .widget-listing-search-form .reset-search-btn {
    color : #ffffff;
    font-size: 16px;
    }
    .widget-listing-search-form.vertical .select2-container--default.select2-container .select2-selection--single {
    height : 32px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
    }
    .listing-tagline {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #000000;
}
.listings-wrapper.items-wrapper.clearfix {
    background-color: #F2F1F1;
    padding: 0px 15px 0px 15px;
    backdrop-filter: blur(27px);
    margin: 0px 20px;
    border-radius: 0px 0px 10px 10px;
    height:540px;
    overflow-y: scroll;
     -ms-overflow-style: none;
  scrollbar-width: none;
}
.listings-wrapper.items-wrapper.clearfix::-webkit-scrollbar {
  display: none;
}
.elementor-1261 .elementor-element.elementor-element-3a4a4ca > .elementor-widget-container {
    margin: 0px !important;
}

.elementor-1261 .elementor-element.elementor-element-a86b037 {
    gap: 0px;
}

.listings-ordering-wrapper .results-count {
margin : 0 20px;
}

.listings-ordering, .listings-display-mode-wrapper {
margin : 10px 20px 10px 20px;
}

.listings-ordering .label {
color: #000000;
}



/* Listing style start */

.search-result-content {
    flex: 1;
}

.search-result-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #2E011A 4.4%, #6F032F 52.95%, #120117 99.6%);
    padding: 15px;
    border-radius: 10px;
    flex-wrap: wrap;
}

.search-result-body {
        margin: 0;
        color: #fff;
    }

    .search-result-main {
        display: flex;
        margin: 0 auto;
        padding-left: 60px;
           padding: 10px 42px 0px 20px;
        gap: 50px;
    }

    .search-result-sidebar {
        width: 300px;
        height: 100vh;
        background: linear-gradient(170.61deg, #1D020D 63.36%, #280115 99.48%);
    }

    .search-result-content {
        flex: 1;
    
    }

    /* ========== SEARCH BAR ========== */
    .search-result-bar {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: linear-gradient(90deg, #2E011A 4.4%, #6F032F 52.95%, #120117 99.6%);
        padding: 15px;
        border-radius: 10px;
        flex-wrap: wrap;
    }

    .search-result-bar label {
        font-size: 17px;
        font-weight: 500;
        white-space: nowrap;
    }

.widget-listing-search-form.horizontal .select2-container--default.select2-container .select2-selection--single, .widget-listing-search-form.horizontal .form-control {
    background-color: transparent;
}


    .search-result-bar input {
        padding: 17px 15px;
       border-radius: var(--Radius-ml, 8px);
border: 1.5px solid rgba(237, 237, 237, 0.60);
background: linear-gradient(90deg, rgba(150, 9, 67, 0.60) 0%, rgba(119, 1, 50, 0.60) 100%);
        outline: none;
        color: #fff;
        flex: 1;
    }


     .select-wrapper {
        position: relative;
        flex: 1;
        max-width: 100%;
      }
      .select-wrapper select {
        width: 100%;
        padding: 6px 35px 6px 15px;
        border-radius: 8px;
        border: 2px solid white;
        background: linear-gradient(90deg, #960943 0%, #770132 100%);
        color: #fff;
        font-size: 15px;
        outline: none;
        appearance: none;
        cursor: pointer;
        height: 40px;
      }

        .select-wrapper select:first-child {
        color: #B6B6B6;
      }
      .select-wrapper::after {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        pointer-events: none;
        color: white;
        font-size: 15px;
      }
      .select-wrapper select:focus {
        border-color: #ff6ec7;
        box-shadow: 0 0 10px rgba(255, 110, 199, 0.5);
      }
      .select-wrapper select option {
        color: #000;
      }

    .search-result-bar input::placeholder {
        color: #B6B6B6;
    }

    .search-result-bar button, button.btn-submit.btn.d-block.btn-theme.btn-inverse {
        padding: 0px 28px;
        border-radius: 25px;
background: linear-gradient(50deg, #CE0758 -15.96%, #7343F6 59.75%);
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        white-space: nowrap;
        width: 100%;
        font-weight: 400;
    }

    
    .search-result-section h2 {
        color: #000;
       margin: 0px 0px 10px 0px;
        font-weight: 600;
    }

    .search-result-card {
    background: #fff;
    color: #1E1E1E;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.2s;
    margin-bottom : 20px;
}

.elementor-page-2497 .form-group-inner .inner input::placeholder {
    font-size: 20px !important;
}

    .search-result-card:hover {
        transform: translateY(-5px);
    }

    .search-result-badge, .featured-listing {
        position: absolute;
        top: 15px;
        right: 0;
        background: #F8DEE6;
        color: #1E1E1E;
        padding: 0px 16px;
        border-radius: 20px 0 0 20px;
        font-size: 14px;
        font-weight: 400;
    }

    .search-result-card-top {
        height: 80px;
        border-radius: 15px 15px 0 0;
        background: radial-gradient(50.12% 212.82% at 50% -25%, #EE6FBF 0%, #CFC3FF 48%, #7F60FE 100%);
    }

    .search-result-avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #fff;
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .search-result-avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .search-result-card-content {
        padding: 15px;
   
    }

    .search-result-card-content h3 {
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        margin: 14px 8px 8px 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
    }

    .search-result-location {
        font-size: 14px;
        color: #1E1E1E;
        margin: 10px 0 8px 0;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .search-result-description, .listing-information {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .search-result-rating-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

    .search-result-rating {
        font-size: 14px;
    }

    .search-result-chat-btn {
        padding: 1px 6px;
        border: none;
        border-radius: 20px;
        font-size: 16px;
        background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
        color: #fff;
        cursor: pointer;
    }

    body.page-template-page-listing .search-result-chat-btn > a:hover, body.single-listing button.visey-funding-four-page-outline-btn-alt > a, button.visey-funding-four-page-outline-btn a {
        color: #ffffff;
    }

    .close-icon-section {
        display: flex;
        justify-content: flex-end;
        display: none;
    }
    .close-icon-section img {
            width: 15px;
            height: 15px;
            cursor: pointer;
            margin-right: 20px;
        }

    .search-result-container {
    text-align: center;
    margin-top: 25px;
    }

    .search-result-link {
    color: #4700ED;
    text-decoration: none;
    }

    .search-result-link:hover {
    text-decoration: underline;
    }

    .search-result-text {
    color: #000000;
    }

/* Listing style end */



/* Resourse Provider Profile Page Style Start */

    .profile-main-section {
     display: flex;
     justify-content: space-between;
     margin: 0 auto;
        padding: 10px 42px 0px 20px;
    gap: 100px;
    }
    
    .profile-main-section .sidebar {
        width: 100%;
        background: linear-gradient(170.61deg, #1D020D 63.36%, #280115 99.48%);
    }
    .profile-main-section .profile-card {
        background: #fff;
        border-radius: 20px;
        width: 100%;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        max-height: 95vh;
        overflow-y: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .profile-main-section .profile-card::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .profile-main-section .profile-header {
        background: radial-gradient(48.84% 190.38% at 50% -14.9%, #EE6FBF 0%, #CFC3FF 48%, #7F60FE 100%);
        height: 200px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        position: relative;
    }
    .profile-main-section .profile-img-section {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: 4px solid #fff;
        position: absolute;
        top: 90%;
        left: 5%;
        transform: translateX(-50%);
        display: flex;
        align-items: end;
        gap: 10px;
        box-shadow: 0px 0px 18.3px 4px #00000040;
    }
    .profile-main-section .profile-img-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    .profile-main-section .profile-body {
        padding: 85px 25px 15px 25px;
    }
    .profile-main-section .profile-body p {
        font-size: 16px;
    }
    .profile-main-section .profile-name {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
        text-wrap: nowrap;
        color: #1E1E1E;
    }
    .profile-main-section .verified-icon {
        color: #8a00ff;
        font-size: 14px;
        margin-left: 5px;
    }
    .profile-main-section .rating-text {
        font-size: 16px;
        color: #000000;
        margin-bottom: 0px;
        text-wrap: nowrap;
    }
    .profile-main-section .rating-text span {
        font-weight: 600;
    }
    .profile-main-section .nav-tabs {
        border: none;
        margin-bottom: 15px;
        gap: 10px;
    }
    
    
 .elementor-widget-image {
    text-align: start !important;
}

.elementor-widget-image .wp-image-2862 {
    width: 56% !important;
    max-width: 56% !important;
    cursor: pointer;
    border: 2px solid #7343F6;
}

    
    .profile-main-section .nav-tabs .nav-link {
        border: none;
        color: #1E1E1E;
        font-weight: 500;
        border-radius: 50px;
        padding: 3px 25px;
        background: transparent;
        position: relative;
        z-index: 1;
        font-size: 18px;
    }
    .profile-main-section .nav-tabs .nav-link:hover {
        background: #EAEAEA;
    }
    .profile-main-section .nav-tabs .nav-link.active {
        background: #EAEAEA;
        color: #1E1E1E;
        border-radius: 50px;
        padding: 3px 25px;
        font-size: 18px;
        font-weight: 500;
        position: relative;
        z-index: 1;
        border: none;
    }
    .profile-main-section .nav-tabs .nav-link.active::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50px;
        padding: 2px;
        background: linear-gradient(90deg, #CE0758, #7343F6);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        z-index: -1;
    }
    .profile-main-section .nav-tabs .nav-link {
        position: relative;
        z-index: 1;
    }
    .profile-main-section .profile-section p {
        font-size: 16px;
        color: #333;
        margin-bottom: 8px;
    }
    .profile-main-section .profile-section span {
        font-weight: 600;
        font-size: 16px;
    }
    .profile-main-section .badge-custom {
        border-radius: 20px;
        padding: 5px 10px;
        font-size: 16px;
        margin: 3px;
        display: inline-block;
    }
    .profile-main-section .btn-review {
        background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
        box-shadow: 0px 2px 4px 0px #00000080;
        color: #fff;
        border: none;
        border-radius: 20px;
        padding: 12px;
        width: 100%;
        margin-top: 20px;
        font-size: 16px;
        font-weight: 400;
    }
    .profile-main-section .btn-review:hover {
        background: linear-gradient(90deg, #4a00e0, #a160ff);
    }
    .profile-main-section .portfolio-section {
        margin-top: 20px;
        background-color: #EFEFEF;
        padding: 20px;
        border-radius: 8px;
    }
    .profile-main-section .portfolio-section .first-badge {
        background: #D2FFD9;
        border: 2px solid #51BD39 
    }
    .profile-main-section .portfolio-section .second-badge {
        background: #FFD2E6;
        border: 2px solid #BD3979 
    }
    .profile-main-section .portfolio-section .third-badge {
        background: #D2D9FF;
        border: 2px solid #4839BD 
    }
    .profile-main-section .portfolio-section h5 {
        font-size: 24px;
        font-weight: 400;
        margin-left: 10px;
    }
    .profile-main-section .profile-name img.verified-icon {
        width: 24px;
        height: 24px;
    }
    .profile-main-section .profile-body-al-btn-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
    }
    .profile-main-section .profile-body-al-btn-left img {
        cursor: pointer;
        transition: transform 0.2s ease;
    }
    .profile-main-section .profile-body-al-btn-right {
        display : flex;
    }
    .profile-main-section .profile-body-al-btn-right img {
        cursor: pointer;
        transition: transform 0.2s ease;
    }
    .profile-main-section .profile-body-al-btn-left img:hover {
        transform: scale(1.1);
    }
    .profile-main-section .profile-body-al-btn-right img:hover {
        transform: scale(1.1);
    }
    .profile-main-section .apus-social-share .bo-social-icons {
        top :110%;
        left :25%;
        background: transparent;
    }
    
    
           @media (max-width: 1450px) and (min-width: 1300px) {
     .elementor-widget-image .wp-image-2862 {
    width: 90% !important;
    max-width: 90% !important;
     }

 
       }
      
       @media (max-width:1290px) and (min-width:1081px) {
        .elementor-widget-image .wp-image-2862 {
    width: 90% !important;
    max-width: 90% !important;
  
}

       }

    /* Resourse Provider Profile Page Style end */

/* Help center style start */
    .visey-help-center-wrapper {
      background: radial-gradient(
        103.22% 193.98% at 3.37% 0%,
        #2e0617 0%,
        #0d0117 67%,
        #110007 79%,
        #260955 98%
      );
      color: #fff;
      overflow-x: hidden;
      background-repeat: no-repeat;
      min-height: 100vh;
      width: 100%;
    }

    .visey-help-center-section {
      padding: 20px 0px;
    }

    .visey-help-center-container {
      max-width: 1082px;
      margin: 0 auto;
    }

    .visey-help-center-title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 15px;
      color: white;
    }

    .visey-help-center-subtitle {
      font-size: 16px;
      font-weight: 400;
      color: #d3d3d3;
      line-height: 1.6;
      margin-bottom: 40px;
    }

    .visey-help-center-heading {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 30px;
      color: white;
    }

    .visey-help-center-cards {
      display: flex;
      justify-content: space-evenly;
      align-items: stretch;
      gap: 25px;
      flex-wrap: wrap;
    }

    .visey-help-center-card {
      background: radial-gradient(
        90.75% 93.57% at 14.64% 31.25%,
        #a10274 0%,
        #63022a 50%,
        #37006b 100%
      );
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      border-radius: 8px;
      width: 300px;
      padding: 30px 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .visey-help-center-card:hover {
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.6);
    }

    /* Icon */
    .visey-help-center-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 70px;
      margin-bottom: 15px;
    }

    .visey-help-center-icon img {
      width: 58px;
      height: 58px;
      object-fit: contain;
    }

    .visey-help-center-card-title {
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: 400;
      min-height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
    }

    .visey-help-center-card-text {
      font-size: 16px;
      color: #e2e2e2;
      line-height: 1.5;
      margin-bottom: 25px;
      flex-grow: 1;
      text-align: center;
    }

    /* Button */
    .visey-help-center-btn {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      width: 272px;
      height: 50px;
      border-radius: 40px;
      background: linear-gradient(180deg, #753191 0%, #4a0057 100%);
      position: relative;
      overflow: hidden;
      transition: all 0.3s ease;
    }

    .visey-help-center-btn::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 40px;
      padding: 2px;
      background: linear-gradient(
        360.08deg,
        #25013d 35.1%,
        #fdfdfd 76.33%,
        #25013d 65.18%,
        #7e17ec 88.03%,
        #e2e2e2 95.25%
      );
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
    }

    .visey-help-center-btn::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: rgba(255, 255, 255, 0.25);
      border-radius: 40px 40px 0 0;
      opacity: 0.4;
    }

    .visey-help-center-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 0 15px rgba(138, 54, 255, 0.5);
    }
/* Help center style end */



/* AI Tool 1 style start */
    .ai-tools-1-main {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
      gap: 50px;
    }

    .ai-tools-1-sidebar {
        width: 300px;
        height: 90vh;
        background: linear-gradient(170.61deg, #1D020D 63.36%, #280115 99.48%);
    }

    .ai-tools-1-content {
        flex: 1;
    }

    .ai-tools-1-bar {
        display: none;
        align-items: center;
        gap: 10px;
        background: linear-gradient(90deg, #2E011A 4.4%, #6F032F 52.95%, #120117 99.6%);
        padding: 15px;
        border-radius: 10px;
        flex-wrap: wrap;
    }

    .ai-tools-1-bar label {
        font-size: 17px;
        font-weight: 500;
        white-space: nowrap;
    }

    .ai-tools-1-bar input {
        padding: 10px 15px;
        border-radius: 8px;
        border: 2px solid #EDEDED;
        outline: none;
        background: linear-gradient(90deg, #960943 0%, #770132 100%);
        color: #fff;
        min-width: 180px;
        flex: 1;
    }

    .ai-tools-1-select-wrapper {
        position: relative;
        flex: 1;
        max-width: 60%;
    }

    .ai-tools-1-select-wrapper select {
        width: 100%;
        padding: 6px 35px 6px 15px;
        border-radius: 8px;
        border: 2px solid white;
        background: linear-gradient(90deg, #960943 0%, #770132 100%);
        color: #fff;
        font-size: 15px;
        outline: none;
        appearance: none;
        cursor: pointer;
        height: 40px;
    }

    .ai-tools-1-select-wrapper::after {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        pointer-events: none;
        color: white;
        font-size: 15px;
    }

    .ai-tools-1-select-wrapper select:focus {
        border-color: #ff6ec7;
        box-shadow: 0 0 10px rgba(255, 110, 199, 0.5);
    }

    .ai-tools-1-select-wrapper select option {
        color: #000;
    }

    .ai-tools-1-bar input::placeholder {
        color: #B6B6B6;
    }

    .ai-tools-1-bar button {
        padding: 10px 20px;
        border: 2px solid;
        border-image-source: linear-gradient(225.97deg, #B195FE 20.92%, #ED5895 99.26%);
        border-radius: 25px;
        background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        white-space: nowrap;
    }

    .ai-tools-1-section {
        background-color: #F2F1F1;
        padding: 15px;
        box-shadow: 0px 11px 19px 0px #00000040 inset;
        backdrop-filter: blur(27px);
        margin: 20px 20px;
        border-radius: 10px 10px 10px 10px;
    }

    .ai-tools-1-section h2 {
        color: #000;
        margin: 0 0 10px 0;
        font-weight: 400;
    }

    .ai-tools-1-cards {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        padding: 10px;
        max-height: 70vh;
    }

    .ai-tools-1-card {
        background: #fff;
        color: #1E1E1E;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        position: relative;
        transition: transform 0.2s;
        height: 254px;
        width: 260px;
    }

    .ai-tools-1-card:hover {
        transform: translateY(-5px);
    }

    .ai-tools-1-card-top,
    .ai-tools-1-card-top-1,
    .ai-tools-1-card-top-2 {
        height: 200px;
        border-radius: 15px 15px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ai-tools-1-card-top {
        background: radial-gradient(45.67% 54.2% at 54.33% -7.87%, #FF4BA5 0%, #CFC3FF 48%, #7552FF 100%);
    }

    .ai-tools-1-card-top-1 {
        background: radial-gradient(45.67% 54.2% at 54.33% -7.87%, #FFA38E 0%, #9178F7 48%, #DEFF8C 100%);
    }

    .ai-tools-1-card-top-2 {
        background: radial-gradient(45.67% 54.2% at 54.33% -7.87%, #F9BE1C 0%, #FB5757 48%, #FFB68C 100%);
    }

    .ai-tools-1-card-top h2,
    .ai-tools-1-card-top-1 h2,
    .ai-tools-1-card-top-2 h2 {
        color: #fff;
        font-size: 48px;
        font-weight: 700;
    }

    .ai-tools-1-card-content {
        padding: 15px;
    }

    .ai-tools-1-card-content h3 {
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        margin: 14px 8px 8px;
    }

    .ai-tools-1-rating-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .ai-tools-1-rating {
        font-size: 14px;
        display: flex;
        align-items: center;
        color: #000;
    }

    .ai-tools-1-rating img {
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }

    .ai-tools-1-chat-btn {
        padding: 4px 15px;
        border: none;
        border-radius: 20px;
        font-size: 16px;
        background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
        color: #fff;
        cursor: pointer;
    }
    .ai-tools-1-chat-btn:hover {
        box-shadow: 0 0 15px rgba(138, 54, 255, 0.5);
    }

    .ai-tools-1-close-icon {
        display: flex;
        justify-content: flex-end;
    }

    .ai-tools-1-close-icon img {
        width: 15px;
        height: 15px;
        cursor: pointer;
        margin-right: 20px;
    }

/* AI Tool 1 style end */



/* Profile Page Style start */

    .visey-profile-wrapper {
      margin: 0;
          padding: 10px 42px 0px 20px;
      min-height: 90vh;
    }


    @media(max-width : 480px){
        .visey-profile-wrapper {
            padding: 0px;
        }
    }

    .visey-profile-main-section {
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      gap: 100px;
    }

    .visey-profile-card {
      background: #fff;
      border-radius: 20px;
      width: 100%;
      margin-top: 10px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      max-height: 95vh;
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }

    .visey-profile-card::-webkit-scrollbar { width: 0; height: 0; }

    .visey-profile-header {
      background: radial-gradient(48.84% 190.38% at 50% -14.9%, #EE6FBF 0%, #CFC3FF 48%, #7F60FE 100%);
      height: 200px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      position: relative;
    }

    .visey-profile-img-section {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      border: 4px solid #fff;
      position: absolute;
         top: 85%;
    left: 5%;
      transform: translateX(-50%);
      display: flex;
      align-items: end;
      gap: 10px;
      box-shadow: 0px 0px 18.3px 4px #00000040;
    }

    .visey-profile-img-section img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }

    .visey-profile-body {
      padding: 85px 25px 15px 25px;
    }

    .visey-profile-name {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 0px;
      color: #1E1E1E;
      min-width: 350px;
    }

    .visey-profile-name img {
      width: 20px;
      height: 20px;
      margin-left: 5px;
    }

    .visey-profile-verified-icon {
      width: 24px;
      height: 24px;
      margin-left: 5px;
    }

    .visey-profile-rating-text {
      font-size: 16px;
      color: #000;
      margin-bottom: 0px;
      text-wrap: nowrap;
    }

    .visey-profile-rating-text span { font-weight: 600; }

    .visey-profile-tabs {
      border: none;
      margin-bottom: 15px;
      gap: 10px;
    }

    .visey-profile-tabs .nav-link {
      border: none;
      color: #1E1E1E;
      font-weight: 500;
      border-radius: 50px;
      padding: 3px 25px;
      background: transparent;
      position: relative;
      z-index: 1;
      font-size: 18px;
    }

    .visey-profile-tabs .nav-link:hover {
      background: #EAEAEA;
    }

    .visey-profile-tabs .nav-link.active {
      background: #EAEAEA;
      color: #1E1E1E;
      font-weight: 500;
      border: none;
    }

    .visey-profile-tabs .nav-link.active::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 50px;
      padding: 2px;
      background: linear-gradient(90deg, #CE0758, #7343F6);
      -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
    }

    .visey-profile-section p { font-size: 16px; color: #333; margin-bottom: 8px; }
    .visey-profile-section span { font-weight: 600; font-size: 16px; }

    .visey-profile-badge {
      border-radius: 20px;
      padding: 5px 10px;
      font-size: 16px;
      margin: 3px;
      display: inline-block;
    }

    .visey-profile-btn-review {
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      box-shadow: 0px 2px 4px 0px #00000080;
      color: #fff;
      border: none;
      border-radius: 20px;
      padding: 12px;
      width: 100%;
      margin-top: 20px;
      font-size: 16px;
      font-weight: 400;
    }

    .visey-profile-portfolio-section {
      margin-top: 20px;
      background-color: #EFEFEF;
      padding: 20px;
      border-radius: 8px;
    }

    .visey-profile-portfolio-section h5 {
      font-size: 24px;
      font-weight: 400;
      margin-left: 10px;
    }

    .visey-profile-body-btn-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px;
    }

    .visey-profile-body-btn-left img,
    .visey-profile-body-btn-right img {
      cursor: pointer;
      transition: transform 0.2s ease;
    }

    .visey-profile-body-btn-left img:hover,
    .visey-profile-body-btn-right img:hover {
      transform: scale(1.1);
    }

    .visey-profile-portfolio-section {
      margin-top: 20px;
      background-color: #efefef;
      border-radius: 8px;
      width: 100%;
      overflow: hidden;
    }
 
    .visey-profile-portfolio-section-title {
      font-size: 24px;
      font-weight: 500;
      padding: 20px 20px 10px 25px;
      margin: 0;
    }
 
    .visey-profile-portfolio-section-badges {
      padding: 0px 20px;
    }
 
    .visey-profile-portfolio-section-badge {
      border-radius: 20px;
      padding: 6px 12px;
      font-size: 16px;
      margin: 3px;
      display: inline-block;
      font-weight: 500;
    }
 
    /* Individual badge colors */
    .visey-profile-portfolio-section-badge-green {
      background: #d2ffd9;
      border: 2px solid #51bd39;
    }
 
    .visey-profile-portfolio-section-badge-pink {
      background: #ffd2e6;
      border: 2px solid #bd3979;
    }
 
    .visey-profile-portfolio-section-badge-blue {
      background: #d2d9ff;
      border: 2px solid #4839bd;
    }
 
    /* ===== Rate & Review Section ===== */
    .visey-profile-portfolio-section-rate {
      position: relative;
      margin-top: 20px;
      border-radius: 12px;
      margin-bottom: 20px;
    }
 
    .visey-profile-portfolio-section-rate-bg {
      background: #e0d4ff;
      border-radius: 8px;
      position: absolute;
      top: -7px;
      left: 0;
      right: 0;
      bottom: 10px;
      height: 60px;
      width: 90%;
      z-index: 0;
      margin: 0 auto;
    }
 
    .visey-profile-portfolio-section-btn-review {
      position: relative;
      background: linear-gradient(50.02deg, #ce0758 -15.96%, #7343f6 59.75%);
      color: #fff;
      border: none;
      padding: 14px;
      width: 100%;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      z-index: 2;
    }
 
    /* ===== Project Cards ===== */
    .visey-profile-portfolio-section-project {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #e0d4ff;
      color: black;
      border-radius: 8px;
      padding: 12px 16px;
      margin: 10px 20px;
      font-size: 18px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
 
    .visey-profile-portfolio-section-project span {
      font-weight: 500;
    }
 
    .visey-profile-portfolio-section-project a {
      color: #4700ED;
      font-weight: 500;
      text-decoration: none;
      font-size: 16px;
       text-decoration: underline;
  text-underline-offset: 3px;
 
    }
 
    /* ===== Insured Section ===== */
    .visey-profile-portfolio-section-insured {
      background: radial-gradient(
        97.08% 328.36% at 2.92% 4.02%,
        #6ec78c 0%,
        #e064b2 7%,
        #5fbb80 14%,
        #ae7499 25%,
        #7343f6 100%
      );
      height: 261px;
      border-radius: 12px;
      padding: 2px 20px;
      margin-top: 20px;
      color: #fff;
      text-align: end;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
    }
 
    .visey-profile-portfolio-section-insured h4 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 6px;
      text-align: end;
      margin-top: 0px;
      color: #ffffff;
    }
 
    .visey-profile-portfolio-section-insured p {
      font-size: 16px;
      margin-bottom: 18px;
      width: 50%;
      margin-left: auto;
    }
 
    .visey-profile-portfolio-section-insured-btns {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 10px;
    }
 
    .visey-profile-portfolio-section-pay-btn {
      cursor: pointer;
      background: transparent;
      border: 0;
    }
 
    .visey-profile-portfolio-section-pay-btn img {
      width: 222px;
      height: 29px;
    }
 
    .visey-profile-portfolio-section-know-btn {
      background: transparent;
      border: 0;
      cursor: pointer;
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 3px;
      font-size: 16px;
        font-weight: 300;
    }

    .visey-profile-portfolio-section {
      margin-top: 20px;
      border-radius: 8px;
      width: 100%;
      overflow: hidden;
      padding-bottom: 25px;
    }
    .visey-profile-portfolio-section h5 {
      font-size: 24px;
      font-weight: 400;
      padding: 20px 20px 10px 20px;
      margin: 0;
      color: #000;
    }
 
    .visey-profile-contact-buttons {
      display: flex;
      flex-direction: column;
      gap: 14px;
      padding: 10px 20px 0;
    }
 
    .visey-profile-contact-btn {
      background: #E0D4FF;
      border: 2px solid transparent;
      color: #000;
      font-weight: 500;
      font-size: 16px;
      padding: 12px 20px;
      border-radius: 40px;
      cursor: pointer;
      width: 100%;
      text-align: left;
      transition: 0.3s ease;
      position: relative;
    }
     
    .visey-profile-contact-btn:hover {
      background: #E0D4FF;
      color: #000;
      border: 2px solid transparent;
      border-radius: 40px;
      background-image: linear-gradient(#E0D4FF, #E0D4FF),
        linear-gradient(234.9deg, #B194FE 42.54%, #EC5895 95.98%);
      background-origin: border-box;
      background-clip: padding-box, border-box;
      transition: 0.3s ease;
    }
     
     
    /* ===== AWARDS & FEATURES ===== */
    .visey-profile-awards-section {
      padding: 0 20px;
      margin-top: 20px;
     
    }
 
    .visey-profile-award-item {
      display: flex;
      gap: 14px;
      margin-bottom: 12px;
    }
 
    .visey-profile-award-item img {
      width: 80px;
      height: 80px;
      border-radius: 16px;
      object-fit: cover;
    }
 
    .visey-profile-award-item p {
      font-size: 15px;
      color: #000;
      font-weight: 500;
      margin-top: 5px;
    }
/* Profile Page Style end */



/* profile page rating section style start */

    .visey-rating-section-container {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      width: 100%;
      color: #000;
    }
 
    .visey-rating-section-container h5 {
      font-size: 24px;
      font-weight: 400;
      margin-bottom: 10px;
      margin-left: 5px;
    }
 
    .visey-rating-section-summary {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      font-weight: 400;
      margin-left: 20px;
    }
 
    .visey-rating-section-summary p {
      margin-top: 20px;
      font-size: 16px;
    }
 
    .visey-rating-section-summary .stars {
      color: #000;
      font-size: 24px;
    }
 
    .visey-rating-section-summary small {
      color: #000000;
    }
 
    /* ---- Review Card ---- */
    .visey-rating-section-card {
      background: #EFEFEF;
      border-radius: 8px;
      padding: 16px 20px;
      margin-top: 20px;
    }
 
    .visey-rating-section-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }
 
    .visey-rating-section-header img {
      width: 43px;
      height: 43px;
      border-radius: 50%;
      object-fit: cover;
      border: 1px solid #B194FE;
    }
 
    .visey-rating-section-header h6 {
      margin: 0;
      font-size: 15px;
      font-weight: 400;
      color: #1E1E1E;
    }
 
    .visey-rating-section-title {
      font-weight: 600;
      font-size: 16px;
      margin: 6px 0 4px 0;
    }
 
    .visey-rating-section-stars {
      display: flex;
      gap: 5px;
      align-items: center;
    }
 
    .visey-rating-section-stars i {
      color: #D9D9D9;
      font-size: 20px;
      cursor: pointer;
      transition: 0.2s;
    }
 
    .visey-rating-section-stars i.active {
      color: #9D01E0;
    }
 
    .visey-rating-section-date {
      font-size: 15px;
      color: #494949;
      margin-bottom: 10px;
    }
 
    .visey-rating-section-text {
      font-size: 16px;
      color: #333;
      line-height: 1.6;
      margin-bottom: 12px;
    }
 
    .visey-rating-section-helpful {
      font-size: 15px;
      color: #444;
      margin-bottom: 8px;
      margin-top: 20px;
    }
 
    /* ---- Buttons ---- */
    .visey-rating-section-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }
 
    .visey-rating-section-actions span {
      font-size: 15px;
      color: #444;
    }
 
    .visey-rating-section-actions button {
      position: relative;
      background: transparent;
      color: #a020f0;
      border: none;
      border-radius: 10px;
      padding: 4px 14px;
      font-size: 13px;
      cursor: pointer;
      transition: 0.3s;
      z-index: 1;
    }
 
    .visey-rating-section-actions button::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 10px;
      padding: 1px;
      background: linear-gradient(275.4deg, #B195FE 28.84%, #ED5895 77.64%);
      -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
      z-index: -1;
      transition: 0.3s;
    }
 
    .visey-rating-section-actions button:hover::before {
      background: linear-gradient(275.4deg, #B195FE 28.84%, #ED5895 77.64%);
      -webkit-mask: none;
    }
 
    .visey-rating-section-actions button:hover {
      color: #fff;
    }
 
    .visey-rating-section-actions .divider {
      height: 14px;
      width: 1px;
      background: #ccc;
    }
 
    .visey-rating-section-report {
      font-size: 13px;
      color: #777;
      cursor: pointer;
    }
 
    .visey-rating-section-imgs {
      display: flex;
      gap: 10px;
      margin-bottom: 10px;
      flex-wrap: wrap;
    }
 
    .visey-rating-section-imgs img {
      width: 80px;
      height: 80px;
      border-radius: 6px;
      object-fit: cover;
    }

/*  */


    i.flaticon-date {
        margin: 0 10px 0 0;
    }

    .page-template-page-dashboard .search-result-body {
      color: #000000;
    }

    .page-template-page-dashboard h3 {
      color: #ffffff;
    }

    .listings-ordering-wrapper {
        margin-bottom: 0rem !important;
    }




    /* Insight Room style start */
    .visey-insight-room-main-section {
      display: flex;
      min-height: 88vh;
      color: #fff;
      overflow: hidden;
      padding: 10px 20px;
    }

    .visey-insight-room-container {
      flex: 1;
      background-image: url('/wp-content/uploads/2025/11/insight-room.svg');
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      text-align: center;
    }

    .visey-insight-room-header {
      margin-top: 50px;
    }

    .visey-insight-room-title {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.3;
      width: 60%;
      margin: 0 auto 20px;
      color: white;
    }

    .visey-insight-room-subtext {
      font-size: 16px;
      color: #d3c9ff;
      margin-bottom: 40px;
    }

    .visey-insight-room-button {
      display: inline-block;
      background: linear-gradient(
        360deg,
        rgba(217, 217, 217, 0) 9.57%,
        rgba(237, 237, 237, 0.07) 18.7%,
        rgba(220, 220, 220, 0.21) 80.87%,
        #FFFFFF 89.87%,
        #7746B1 94.93%,
        #737373 100%
      );
      border: 2px solid;
      border-image-source: linear-gradient(
        326.18deg,
        #2A2744 34.97%,
        #FDFDFD 48.36%,
        #414141 65.25%,
        #7E17EC 88.54%,
        #E2E2E2 95.53%
      );
      color: #fff;
      border-radius: 50px;
      width: 340px;
      height: 54px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
      box-shadow: 0 0 20px rgba(150, 0, 255, 0.4);
    }

    .visey-insight-room-button:hover {
      transform: scale(1.05);
      box-shadow: 0 0 35px rgba(200, 0, 255, 0.6);
    }


    .visey-insight-room-footer-text {
      font-size: 22px;
      color: #ccc;
      letter-spacing: 0.5px;
      font-weight: 400;
      margin-top: 30px;
      margin-bottom: 0px;
    }

    .visey-insight-room-footer-text-1 {
      margin-top: 10px;
      font-size: 26px;
      font-weight: 400;
      color: #ccc;
      letter-spacing: 0.5px;
    }
    
            @media (max-width: 1450px) and (min-width: 1300px) {
  
  .visey-insight-room-main-section {
    min-height: 80vh;
}
 
       }
      
       @media (max-width:1290px) and (min-width:1081px) {
  
.visey-insight-room-main-section {
    min-height: 80vh;
  
}
       }
    
    
    /* Insight Room style end */



/* FounderOS style start */

    .visey-founderOs-intro-main-section {
      display: flex;
      padding-left: 20px;
    
    }
    .visey-founderOs-intro-container {
      flex: 1; 
      background-image: url('/wp-content/uploads/2025/11/founderOs-intro-scaled.webp');
      background-size: 70%;
      background-repeat: no-repeat;
      background-position: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      text-align: center;
    }

    .visey-founderOs-intro-header {
      margin-top: 50px;
    }

    .visey-founderOs-intro-title {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 10px;
      line-height: 1.3;
      width: 100%;
      margin: 0 auto 20px;
      color: white;
    }

    .visey-founderOs-intro-subtext {
      font-size: 16px;
      color: #d3c9ff;
      margin-bottom: 40px;
      width: 80%;
      margin: 0 auto 0;
    }

    .visey-founderOs-intro-button {
      display: inline-block;
      background: linear-gradient(
        360deg,
        rgba(217, 217, 217, 0) 9.57%,
        rgba(237, 237, 237, 0.07) 18.7%,
        rgba(220, 220, 220, 0.21) 80.87%,
        #FFFFFF 89.87%,
        #7746B1 94.93%,
        #737373 100%
      );
      border: 2px solid;
      border-image-source: linear-gradient(
        326.18deg,
        #2A2744 34.97%,
        #FDFDFD 48.36%,
        #414141 65.25%,
        #7E17EC 88.54%,
        #E2E2E2 95.53%
      );
      color: #fff;
      border-radius: 50px;
      width: 340px;
      height: 54px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
      box-shadow: 0 0 20px rgba(150, 0, 255, 0.4);
    }

    .visey-founderOs-intro-button:hover {
      transform: scale(1.05);
      box-shadow: 0 0 35px rgba(200, 0, 255, 0.6);
    }

    .visey-founderOs-intro-footer {
      margin-top: 30px;
    }

    .visey-founderOs-intro-footer-text {
      font-size: 22px;
      color: #ccc;
      letter-spacing: 0.5px;
      font-weight: 400;
      margin-top: 30px;
    }

    .visey-founderOs-intro-footer-text-1 {
      margin-top: 10px;
      font-size: 26px;
      font-weight: 400;
      color: #ccc;
      letter-spacing: 0.5px;
    }

     body.page-template-page-founderos{
        min-height: 100vh;
        color: #fff;
    
    }
/* FounderOS style end */



    .box-white-dashboard {
      background: transparent;
      border: none;
      color: #ffffff;
      box-shadow: none;
    }

    .box-white-dashboard label, .box-white-dashboard .title, .box-white-dashboard .name-comment {
      color: #ffffff;
    }



/* My Listing style start */
    .visey-oppo-posting-1-body {
    background: radial-gradient(103.22% 193.98% at 3.37% 0%, #2E0617 0%, #0D0117 67%, #110007 79%, #260955 98%);
    min-height: 100vh;
    color: #fff;
  }

  .visey-oppo-posting-1-main {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
  }

  .visey-oppo-posting-1-sidebar {
    width: 300px;
    height: 88vh;
    margin: 20px 0px;
    background-color: #1A0A1F;
    border-radius: 10px;
  }

  .visey-oppo-posting-1-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    gap: 10px;
  }

  /* ---- Start Listing ---- */
  .visey-oppo-posting-1-start-listing {
    width: 100%;
    border-radius: 16px;
    padding: 20px 20px;
    text-align: center;
    cursor: pointer;
    background: radial-gradient(94.66% 94.21% at 100% -40.78%, #3A021B 0%, #47055C 50%, #4C0121 100%),
                radial-gradient(101.31% 263.69% at 13.61% 41.26%, rgba(0, 0, 0, 0) 14%, rgba(131, 16, 238, 0.2) 100%);
    color: #fff;
    transition: 0.3s;
  }

  .visey-oppo-posting-1-start-listing span {
    font-size: 15px;
    display: block;
    margin-top: 8px;
  }

  .visey-oppo-posting-1-upload-box {
    height: 205px;
    border-radius: 12px;
    border: 2px dotted #EDEDEDCC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: radial-gradient(94.66% 94.21% at 100% -40.78%, #3A021B 0%, #47055C 50%, #4C0121 100%),
                radial-gradient(101.31% 263.69% at 13.61% 41.26%, rgba(0, 0, 0, 0) 14%, rgba(131, 16, 238, 0.2) 100%);
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
  }

  .visey-oppo-posting-1-upload-plus {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 45px;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #D9D9DA14;
    margin-bottom: 10px;
  }

  .visey-oppo-posting-1-upload-box input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
  }

  .visey-oppo-posting-1-upload-box span {
    color: #DADADA;
    font-weight: 400;
    pointer-events: none;
    font-size: 24px;
  }

  /* ---- Section Title ---- */
  .visey-oppo-posting-1-title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    align-self: start;
    max-width: 480px;
    width: 100%;
  }

  /* ---- Listing Card ---- */
  .visey-oppo-posting-1-card {
    background: linear-gradient(90deg, rgba(73, 73, 73, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
    border-radius: 10px;
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: 0.3s;
  }

  .visey-oppo-posting-1-left {
    display: flex;
    gap: 14px;
  }

  .visey-oppo-posting-1-banner,
  .visey-oppo-posting-1-banner-alt {
    width: 146px;
    height: 133px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
  }

  .visey-oppo-posting-1-banner {
    background: radial-gradient(45.67% 54.2% at 54.33% -7.87%, #F9BE1C 0%, #FB5757 48%, #FFB68C 100%);
  }

  .visey-oppo-posting-1-banner-alt {
    background: radial-gradient(45.67% 54.2% at 54.33% -7.87%, #5319DB 0%, #FB5757 48%, #A508DE 100%);
  }

  .visey-oppo-posting-1-content-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
  }

  .visey-oppo-posting-1-content-box h4 a {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
    color: white;
  }

  .visey-oppo-posting-1-content-box p {
    font-size: 18px;
    color: white;
  }

  .visey-oppo-posting-1-tags {
    display: flex;
    gap: 6px;
    margin-top: 6px;
    flex-wrap: wrap;
  }

  .visey-oppo-posting-1-tags span {
    font-size: 16px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .visey-oppo-posting-1-tag1 {
    color: black;
    background: #FFD2E6;
    border: 2px solid #BD3979;
    width: 200px;
    height: 35px;
    cursor: pointer;
  }

  .visey-oppo-posting-1-tag2 {
    background: #D2FFD9;
    border: 2px solid #51BD39;
    color: black;
    width: 200px;
    height: 35px;
    cursor: pointer;
  }

  /* ---- Right Side ---- */
  .visey-oppo-posting-1-right-border {
    border-left: 1px solid white;
    padding: 5px 5px 5px 20px;
    display: flex;
    height: 100%;
  }

  .visey-oppo-posting-1-right {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
  }

  .visey-oppo-posting-1-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    font-size: 13px;
    color: #ccc;
    width: 100%;
  }

  .visey-oppo-posting-1-stats-first {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
  }

  .visey-oppo-posting-1-stats img {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }

  .visey-oppo-posting-1-btn {
    margin-top: 8px;
    background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }

  .visey-oppo-posting-1-btn a {
    color: #ffffff;
  }

  /* ---- Ad Section ---- */
  .visey-oppo-posting-1-ad {
    margin-top: 20px;
    width: 100%;
    max-width: 992px;
    height: 165px;
    border-radius: 10px;
    padding: 18px 12px;
    text-align: center;
    background: radial-gradient(51.56% 75.83% at 50% 0%, #BDA4F7 0%, #0547B0 48%, #6A7F03 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
    font-size: 24px;
  }
/* My Listing style end */




  .start-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px dashed #e0d0e9;
    border-radius: 12px;
    padding: 30px 50px;
    cursor: pointer;
    font-size: 18px;
    transition: transform 0.3s ease;
  }

  .start-btn span {
      font-size: 32px;
      display: block;
  }

  .listing-options {
      display: none;
      animation: fadeIn 0.5s forwards;
  }

  .option-btn {
      display: block;
      margin: 12px auto;
      padding: 12px 25px;
      background: rgba(255,255,255,0.15);
      border: none;
      border-radius: 8px;
      cursor: pointer;
      color: white;
      transition: background 0.3s ease;
  }

  .warpper-action-listing {
    margin-top: 20px;
  }

  .visey-oppo-posting-2-body {
      background: radial-gradient(103.22% 193.98% at 3.37% 0%, #2E0617 0%, #0D0117 67%, #110007 79%, #260955 98%);
      min-height: 100vh;
      color: #fff;
      padding: 0 20px;
    }

    .visey-oppo-posting-2-main {
      display: flex;
      justify-content: space-around;
      gap: 20px;
      max-width: 1440px;
      width: 100%;
      margin: 0 auto;
      flex-wrap: wrap;
    }

    .visey-oppo-posting-2-sidebar {
      width: 300px;
      height: 88vh;
      margin: 20px 0px;
      background-color: #1A0A1F;
      border-radius: 10px;
      flex-shrink: 0;
    }

    .visey-oppo-posting-2-content {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px 0;
      gap: 10px;
      max-width: 992px;
      width: 100%;
    }

    /* ---- Start Listing ---- */
    .visey-oppo-posting-2-start-listing {
      width: 100%;
      border-radius: 16px;
      padding: 20px 20px;
      text-align: center;
      cursor: pointer;
      background: radial-gradient(94.66% 94.21% at 100% -40.78%, #3A021B 0%, #47055C 50%, #4C0121 100%),
                  radial-gradient(101.31% 263.69% at 13.61% 41.26%, rgba(0, 0, 0, 0) 14%, rgba(131, 16, 238, 0.2) 100%);
      color: #fff;
      transition: 0.3s;
    }

    .visey-oppo-posting-2-start-listing span {
      font-size: 15px;
      display: block;
      margin-top: 8px;
    }

    .visey-oppo-posting-2-upload-box {
      height: auto;
      border-radius: 12px;
      border: 2px dotted #EDEDEDCC;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: radial-gradient(94.66% 94.21% at 100% -40.78%, #3A021B 0%, #47055C 50%, #4C0121 100%),
                  radial-gradient(101.31% 263.69% at 13.61% 41.26%, rgba(0, 0, 0, 0) 14%, rgba(131, 16, 238, 0.2) 100%);
      cursor: pointer;
      position: relative;
      flex-shrink: 0;
      gap: 15px;
      padding: 20px 0;
    }

    .visey-oppo-posting-2-upload-box-first,
    .visey-oppo-posting-2-upload-box-second,
    .visey-oppo-posting-2-upload-box-third {
      border-radius: 8px;
      width: 300px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff;
    }

    .visey-oppo-posting-2-upload-box-first a,
    .visey-oppo-posting-2-upload-box-second a,
    .visey-oppo-posting-2-upload-box-third a {
      color: #ffffff;
    }

    button.visey-oppo-posting-2-upload-box-first,
    button.visey-oppo-posting-2-upload-box-second,
    button.visey-oppo-posting-2-upload-box-third {
      border: none;
    }

    button#startBtn {
      color: #ffffff;
      width: 100%;
    }

    .visey-oppo-posting-2-upload-box-first {
      background: linear-gradient(90.1deg, rgba(122, 1, 112, 0.5) 0.09%, rgba(106, 2, 49, 0.5) 99.91%);
    }

    .visey-oppo-posting-2-upload-box-second {
      background: #3A093633;
    }

    .visey-oppo-posting-2-upload-box-third {
      background: linear-gradient(90.1deg, rgba(58, 9, 54, 0.2) 0.09%, rgba(61, 0, 39, 0.2) 99.91%);
    }

    /* ---- Section Title ---- */
    .visey-oppo-posting-2-title {
      margin-top: 20px;
      margin-bottom: 15px;
      font-size: 24px;
      font-weight: 600;
      align-self: start;
      max-width: 480px;
      width: 100%;
    }

    /* ---- Listing Card ---- */
    .visey-oppo-posting-2-card {
      background: linear-gradient(90deg, rgba(73, 73, 73, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
      border-radius: 10px;
      width: 100%;
      max-width: 992px;
      padding: 16px;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0px 4px 4px 0px #00000040;
      transition: 0.3s;
      flex-wrap: wrap;
    }

    .visey-oppo-posting-2-left {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    .visey-oppo-posting-2-banner,
    .visey-oppo-posting-2-banner-alt {
      width: 146px;
      height: 133px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 25px;
      color: #fff;
      flex-shrink: 0;
    }

    .visey-oppo-posting-2-banner {
      background: radial-gradient(45.67% 54.2% at 54.33% -7.87%, #F9BE1C 0%, #FB5757 48%, #FFB68C 100%);
    }

    .visey-oppo-posting-2-banner-alt {
      background: radial-gradient(45.67% 54.2% at 54.33% -7.87%, #5319DB 0%, #FB5757 48%, #A508DE 100%);
    }

    .visey-oppo-posting-2-content-box {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 5px 0;
    }

    .visey-oppo-posting-2-content-box h4 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 4px;
      color: white;
    }

    .visey-oppo-posting-2-content-box p {
      font-size: 18px;
      color: white;
    }

    .visey-oppo-posting-2-tags {
      display: flex;
      gap: 6px;
      margin-top: 6px;
      flex-wrap: wrap;
    }

    .visey-oppo-posting-2-tags span {
      font-size: 16px;
      border-radius: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .visey-oppo-posting-2-tag1 {
      color: black;
      background: #FFD2E6;
      border: 2px solid #BD3979;
      width: 90px;
      height: 35px;
      cursor: pointer;
    }

    .visey-oppo-posting-2-tag2 {
      background: #D2FFD9;
      border: 2px solid #51BD39;
      color: black;
      width: 200px;
      height: 35px;
      cursor: pointer;
    }

    /* ---- Right Side ---- */
    .visey-oppo-posting-2-right-border {
      border-left: 1px solid white;
      padding: 5px 5px 5px 20px;
      display: flex;
      height: 100%;
      flex-shrink: 0;
    }

    .visey-oppo-posting-2-right {
      display: flex;
      justify-content: space-between;
      align-items: start;
      flex-direction: column;
    }

    .visey-oppo-posting-2-stats {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 5px;
      font-size: 13px;
      color: #ccc;
      width: 100%;
    }

    .visey-oppo-posting-2-stats-first {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 20px;
    }

    .visey-oppo-posting-2-stats img {
      width: 24px;
      height: 24px;
      cursor: pointer;
    }

    .visey-oppo-posting-2-btn {
      margin-top: 8px;
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      border: none;
      padding: 8px 20px;
      border-radius: 20px;
      color: #fff;
      font-size: 16px;
      cursor: pointer;
    }

    /* ---- Ad Section ---- */
    .visey-oppo-posting-2-ad {
      margin-top: 20px;
      width: 100%;
      max-width: 992px;
      height: auto;
      min-height: 165px;
      border-radius: 10px;
      padding: 18px 12px;
      text-align: center;
      background: radial-gradient(51.56% 75.83% at 50% 0%, #BDA4F7 0%, #0547B0 48%, #6A7F03 100%);
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 500;
      color: #fff;
      font-size: 24px;
      flex-wrap: wrap;
    }

    .option-btn:hover {
        background: rgba(255,255,255,0.3);
    }

    @keyframes fadeIn {
        from {opacity: 0;}
        to {opacity: 1;}
    }

    .visey-welcome-popup-main-wrapper {
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      position: relative;
      padding: 20px;
    }

    .visey-welcome-popup-box {
      background: radial-gradient(
        115.78% 117.95% at 59.59% -26.41%, 
        rgba(37, 0, 70, 0.98) 0%, 
        rgba(77, 3, 39, 0.882) 32%, 
        rgba(49, 5, 90, 0.98) 100%
      );
      border: 1px solid;
      border-image-source: linear-gradient(
        107.56deg, 
        rgba(58, 13, 30, 0.73) 2.52%, 
        rgba(205, 177, 249, 0.73) 39.89%, 
        rgba(27, 27, 27, 0.73) 77.25%
      );
      border-radius: 16px;
      padding: 40px 60px;
      text-align: center;
      color: #fff;
      width: 600px;
      height: 291px;
      max-width: 90%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 24px;
      animation: fadeInPopup 0.8s ease forwards;
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(20px);
      position: relative;
      z-index: 10;
    }
    .form-group-search {
        margin-top: 40px !important;
    }
    
    @media (max-width: 1450px) and (min-width: 1300px) {
        .form-group-search {
        margin-top: 25px !important;
    }
}
@media (max-width: 1290px) and (min-width: 1080px) {
    .form-group-search {
        margin-top: 25px !important;
    }
}

    .listing-search .form-group-search {
        margin-top: 0px !important;
    }
    .visey-welcome-popup-box span{
        color: white !important;
    }

    .visey-welcome-popup-box img {
      max-width: 160px;
      height: auto;
    }

    .visey-welcome-popup-heading {
      font-size: 24px;
      font-weight: 500;
      color: #ffffff;
    }

    .visey-welcome-popup-text {
      font-size: 16px;
      color: #d8d8d8;
      line-height: 1.6;
      font-weight: 400;
      max-width: 480px;
    }

    @keyframes fadeInPopup {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .visey-welcome-popup-page-layer {
      position: absolute;
      inset: 0;
      color: white;
      z-index: 1;
      overflow-y: auto;
      padding: 20px;
    }

    #popmake-3634 {
        background: radial-gradient(
        115.78% 117.95% at 59.59% -26.41%, 
        rgba(37, 0, 70, 0.98) 0%, 
        rgba(77, 3, 39, 0.882) 32%, 
        rgba(49, 5, 90, 0.98) 100%
      );
      border: 1px solid;
      border-image-source: linear-gradient(
        107.56deg, 
        rgba(58, 13, 30, 0.73) 2.52%, 
        rgba(205, 177, 249, 0.73) 39.89%, 
        rgba(27, 27, 27, 0.73) 77.25%
      );
      border-radius: 16px;
      padding: 40px 60px;
      text-align: center;
      color: #fff;
      width: 600px;
      height: 291px;
      max-width: 90%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 24px;
      animation: fadeInPopup 0.8s ease forwards;
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(20px);
      position: relative;
      z-index: 10;
    }

    #popmake-3634 .pum-content.popmake-content {
        text-align: center;
    }

    .statistics.row {
        background: #46001d;
    }

    .dashboard-box h4, i.flaticon-list, .inner-user-listing-packaged label .des-package, .subwoo-inner ul li, .subwoo-inner .short-des ul li:before, span.woocommerce-Price-amount bdi {
        color: #ffffff;
    }

    .inner-user-listing-packaged, .subwoo-inner {
        background: #46001d;
    }

    .visey-funding-four-page-container * {
      box-sizing: border-box;
      font-family: "Inter", sans-serif;
    }

    .visey-funding-four-page-container {
      color: #EDEDED;
      padding: 40px 20px;
      min-height: 100vh;
    }

    /* Page width */
    .visey-funding-four-page-page {
      width: 100%;

    }

    /* ===== Header ===== */
    .visey-funding-four-page-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }

    .visey-funding-four-page-back-btn {
      background: none;
      color: #EDEDED;
      border: none;
      font-size: 16px;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .visey-funding-four-page-back-btn img { width: 10px; }

    .visey-funding-four-page-edit-btn {
      background-color: transparent;
      border: none;
      cursor: pointer;
    }
    .visey-funding-four-page-edit-btn img {
      width: 20px;
      filter: brightness(0) invert(1);
      transition: all 0.3s ease;
    }
    .visey-funding-four-page-edit-btn img:hover {
      transform: scale(1.1);
    }

    /* ===== Card ===== */
    .visey-funding-four-page-card {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      background: rgba(255, 255, 255, 0.06);
      border-radius: 16px;
      padding: 20px;
      backdrop-filter: blur(15px);
    }


    .comment-list.list-reviews > li:last-child > .the-comment {

padding-bottom: 20px !important;
    }

    .visey-funding-four-page-banner {
      position: relative;
      width: 280px;
      height: 280px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      color: #EDEDED;
      overflow: hidden;
      flex: 0 0 280px;
    }

    .visey-funding-four-page-banner-text {
      font-size: 18px;
      font-weight: 600;
      z-index: 1;
    }

    /* Banner bottom link */
    .visey-funding-four-page-banner-link {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.25);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 6px 10px;
      font-size: 13px;
      color: #EDEDED;
      backdrop-filter: blur(8px);
    }
    .visey-funding-four-page-banner-link a {
      color: #EDEDED;
      text-decoration: none;
      font-weight: 400;
      opacity: 0.9;
    }
    .visey-funding-four-page-banner-link a:hover { opacity: 1; }

    .visey-funding-four-page-copy-btn {
      background: transparent;
      border: none;
      color: #EDEDED;
      font-size: 13px;
      cursor: pointer;
      font-weight: 500;
      opacity: 0.9;
      transition: opacity 0.3s ease;
    }
    .visey-funding-four-page-copy-btn:hover { opacity: 1; }

    .visey-funding-four-page-info {
      flex: 1;
      min-width: 300px;
      display: flex;
      justify-content: space-between;
      flex-direction: column;
    }

    .visey-funding-four-page-info h2 {
      font-size: 24px;
      margin-bottom: 10px;
      font-weight: 400;
      width: 80%;
      line-height: 1.3;
      color: #EDEDED;
    }

    .visey-funding-four-page-tags {
      display: flex;
      gap: 8px;
      margin-bottom: 10px;
    }
    .visey-funding-four-page-tags button {
      background: #57123C2E;
      border: 1px solid #AB94B8;
      border-radius: 8px;
      color: #EDEDED;
      padding: 5px 17px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .visey-funding-four-page-tags button:hover { background: rgba(255, 255, 255, 0.2); }

    .visey-funding-four-page-last-date {
      font-size: 16px;
      margin-bottom: 12px;
      color: #EDEDED;
    }

    .visey-funding-four-page-organizer-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .visey-funding-four-page-outline-btn {
      background: transparent;
      border: none;
      color: #EDEDED;
      border-radius: 8px;
      padding: 0px 0px;
      font-size: 16px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .visey-funding-four-page-outline-btn-alt {
      background: linear-gradient(90.1deg, rgba(58, 9, 54, 0.2) 0.09%, rgba(61, 0, 39, 0.2) 99.91%);
      border: none;
      color: #EDEDED;
      border-radius: 25px;
      width: 133px;
      height: 30px;
      cursor: pointer;
    }

    .visey-funding-four-page-primary-btn {
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      border: none;
      color: #EDEDED;
      border-radius: 25px;
      width: 158px;
      height: 40px;
      cursor: pointer;
      font-weight: 400;
      transition: 0.3s ease;
      font-size: 16px;
    }
    .visey-funding-four-page-primary-btn:hover {
      transform: scale(1.05);
      box-shadow: 0 0 10px rgba(138, 43, 226, 0.5);
    }

    /* ===== Description ===== */
    .visey-funding-four-page-description {
      margin: 30px 0;
      line-height: 1.6;
      font-size: 16px;
      color: #EDEDED;
    }
    .visey-funding-four-page-description p {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 15px 0px;
      color: #EDEDED;
      font-size: 16px;
    }
    .visey-funding-four-page-description p img { width: 20px; }

    /* ===== Details ===== */
    .visey-funding-four-page-details {
      /* background: rgba(255, 255, 255, 0.06); */
      /* border-radius: 16px; */
      /* padding: 24px; */
      /* backdrop-filter: blur(15px); */
    }

    /* 3-section row */
    .visey-funding-four-page-detail-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 0;
      margin-bottom: 16px;
    }

    .visey-funding-four-page-detail-col {
      display: flex;
      align-items: center;
      gap: 14px;
      position: relative;
      font-size: 18px;
    }

    .visey-funding-four-page-detail-box {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      opacity: 0.9;
      color: #EDEDED;
    }

    .visey-funding-four-page-detail-col .visey-funding-four-page-detail-box:first-child {
      position: relative;
      padding-right: 12px;
      font-size: 24px;
    }
    .visey-funding-four-page-detail-col .visey-funding-four-page-detail-box:last-child {
      font-size: 18px;
      font-weight: 400;
    }

    /* vertical separator between views and date */
    .visey-funding-four-page-detail-col .visey-funding-four-page-detail-box:first-child::after {
      content: "";
      position: absolute;
      right: -6px;
      top: 0;
      height: 100%;
      width: 1px;
      background: rgba(255, 255, 255, 0.4);
    }

    .visey-funding-four-page-detail-box img { width: 20px; }

    .visey-funding-four-page-icons img {
      width: 20px;
      margin-left: 10px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .visey-funding-four-page-icons img:hover {
      transform: scale(1.1);
    }

    /* Register button centered */
    .visey-funding-four-page-register {
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 25px 0 10px 0;
    }

    .visey-funding-four-page-details h3 {
      font-size: 18px;
      margin-top: 20px;
      margin-bottom: 8px;
      color: #EDEDED;
      font-weight: 700;
    }

    .visey-funding-four-page-details ol {
      margin-left: 20px;
      line-height: 1.6;
      font-size: 14px;
      opacity: 0.9;
    }
    .visey-funding-four-page-details ol li {
      color: #BBBBBB;
      font-size: 16px;
    }

    /* ===== Queries ===== */
    .visey-funding-four-page-queries {
      text-align: center;
      margin-top: 30px;
    }
    .visey-funding-four-page-queries h4 {
      margin-bottom: 4px;
      font-size: 16px;
      color: #EDEDED;
      font-weight: 500;
    }

    .visey-funding-four-page-contact-actions {
      display: flex;
      justify-content: center;
      gap: 12px;
      margin-top: 10px;
    }

    /* ===== Bottom CTA ===== */
    .visey-funding-four-page-bottom-cta {
      background: radial-gradient(52.52% 77.24% at 49.04% -11.52%, #5319DB 0%, #5796FB 48%, #A508DE 100%);
      height: 165px;
      border-radius: 12px;
      padding: 18px;
      margin-top: 40px;
      color: #EDEDED;
      font-weight: 600;
      font-size: 24px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

   

    @media (max-width: 900px) {
      .startup-profile-section-profile-main-section {
        width: 100%;
        padding: 20px;
      }
    }
    @media (max-width: 480px) {
      .startup-profile-section-profile-main-section {
     
        padding: 10px;
      }
    }

    /* My Profile section style start */
   
   .visey-startup-profile-myprofile-container { width: 100%; margin-bottom: 40px; }

    .visey-startup-profile-myprofile-header {
      display: flex; justify-content: space-between; align-items: center;
    }
    .visey-startup-profile-myprofile-header h2 { color: #fff; font-size: 22px; font-weight: 600; }

    .visey-startup-profile-myprofile-header-icons { display: flex; gap: 20px; align-items: center; }
    .visey-startup-profile-myprofile-header-icons img {
      width: 28px; height: 28px; cursor: pointer; filter: brightness(0) invert(1);
    }

    .visey-startup-profile-myprofile-card {
      background: linear-gradient(90deg, rgba(73,73,73,0.09) 0%, rgba(255,255,255,0.09) 100%);
      border-radius: 16px; padding: 20px; box-shadow: 0 4px 4px #00000040; margin-bottom: 40px;
    }

    .visey-startup-profile-myprofile-section {
      display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 20px;
    }

    .visey-startup-profile-myprofile-upload-box {
      width: 160px; height: 200px; border-radius: 12px; border: 2px dotted #EDEDEDCC; display: flex;
      align-items: center; justify-content: center; flex-direction: column; cursor: pointer; position: relative; flex-shrink: 0;
      background: radial-gradient(94.66% 94.21% at 100% -40.78%, #3A021B 0%, #47055C 50%, #4C0121 100%),
                  radial-gradient(101.31% 263.69% at 13.61% 41.26%, rgba(0,0,0,0) 14%, rgba(131,16,238,0.2) 100%);
    }
    .visey-startup-profile-myprofile-upload-box input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
    .visey-startup-profile-myprofile-upload-plus {
      width: 45px; height: 45px; display: flex; justify-content: center; align-items: center; border-radius: 50%;
      font-size: 28px; font-weight: 400; box-shadow: 0 4px 4px #00000040; background: #D9D9DA14; margin-bottom: 10px; margin-left: 40px; color: #fff;
    }
    .visey-startup-profile-myprofile-upload-box span { color: #DADADA; font-weight: 400; pointer-events: none; font-size: 18px; }

    visey-startup-profile-myprofile-upload-box img{
        height: 100% !important;
    }

    .visey-startup-profile-myprofile-info { flex: 1; min-width: 300px; }

    .visey-startup-profile-myprofile-info-top {
      display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 15px;
    }
    .visey-startup-profile-myprofile-info-left h3 { font-size: 18px; margin-bottom: 4px; color:#fff; margin-top: 0px; }
    .visey-startup-profile-myprofile-info-left p { font-size: 14px; color: #a9a9ff; }

    .visey-startup-profile-myprofile-info-right {
      display: flex; flex-direction: column; align-items: flex-start; gap: 8px; position: relative; padding-left: 12px;
    }
    .visey-startup-profile-myprofile-info-right::before {
      content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 1.5px; background: rgba(255,255,255,0.3);
    }
    .visey-startup-profile-myprofile-country-select { background: transparent; color: #fff; border: none; outline: none; }
    .visey-startup-profile-myprofile-country-select option {   background-color: #1a0b25;  color: #fff;}

    .visey-startup-profile-myprofile-short-description {
      width: 50%; border: 1px solid rgba(255,255,255,0.3); border-radius: 8px; background: #57123C2E; color: #fff;
      font-size: 15px; padding: 10px 15px; resize: none; margin-bottom: 16px;
    }
    .visey-startup-profile-myprofile-short-description::placeholder { color: #999; }

    .visey-startup-profile-myprofile-looking-label { color: #fff; font-size: 15px; margin-bottom: 10px; display:block; }

    .visey-startup-profile-myprofile-slider-container {
      display: flex; align-items: center; gap: 10px; overflow: hidden; position: relative;
    }
    .visey-startup-profile-myprofile-slider {
      display: flex; gap: 10px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none;
    }
    .visey-startup-profile-myprofile-slider::-webkit-scrollbar { display: none; }
    .visey-startup-profile-myprofile-slider button {
      flex: 0 0 auto; scroll-snap-align: start; padding: 5px 14px; background: #57123C2E;
      border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; color: #fff; cursor: pointer; transition: background 0.3s;
    }
   .visey-startup-profile-myprofile-slider button:hover { background: rgba(255,255,255,0.2); }

    /*.visey-startup-profile-myprofile-slider button.visey-slider-btn-active {
    background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
    color: #ffffff;
    border: none;
    transition: 0.25s ease;
    }*/
    
    button.looking-for-btn.active {
    background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
    color: #ffffff;
    border: none;
    transition: 0.25s ease;
    }


    .visey-startup-profile-myprofile-arrow-btn {
      border: none; color: #fff; font-size: 20px; cursor: pointer; background: #57123CCC; padding: 15px; border-radius: 50%;
      height: 40px; width: 40px; display: flex; align-items: center; justify-content: center;
    }
    
    /* Ideal Customer Persona Section style start */
    .visey-profile-ideal-customer-section {
      width: 100%;
    }


    .visey-profile-ideal-customer-title {
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: 400;
      line-height: 120%;
      color: #ffffff;
    }

    .visey-profile-ideal-customer-title span {
      color: #EDEDED;
      font-size: 16px;
      font-weight: 400;
    }


    .visey-profile-ideal-customer-wrapper {
      display: flex;
      gap: 20px;
      width: 100%;
      align-items: stretch;
    }


    .visey-profile-ideal-customer-card {
      padding: 20px;
      min-height: 300px;
      border-radius: 16px;
      background: linear-gradient(
        90deg,
        rgba(73, 73, 73, 0.09) 0%,
        rgba(255, 255, 255, 0.09) 100%
      );
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      backdrop-filter: blur(14px);
      flex: 1;
    }


    .visey-profile-ideal-customer-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 16px;
    }

    .visey-profile-ideal-customer-header h3 {
      color: #EDEDED;
      font-size: 16px;
      font-weight: 400;
    }

    .visey-profile-ideal-customer-delete-btn {
      background: none;
      border: none;
      cursor: pointer;
    }

    .visey-profile-ideal-customer-dropdown {
      border-radius: 8px;
      background: linear-gradient(
        273deg,
        rgba(26, 8, 27, 0.08) 21.9%,
        rgba(93, 8, 136, 0.28) 114.66%
      );
      padding: 12px 14px;
      margin-bottom: 12px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      cursor: pointer;
    }

    .visey-profile-ideal-customer-dropdown::before {
      content: attr(data-label);
      color: #EDEDED;
      font-size: 14px;
      pointer-events: none;
    }

    .visey-profile-ideal-customer-dropdown:hover {
      background: rgba(0, 0, 0, 0.5);
    }

    .visey-profile-ideal-customer-dropdown select {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer;
      appearance: none;
      padding: 12px 13px;
    }

    .visey-profile-ideal-customer-dropdown span {
      margin-left: auto;
      display: flex;
      align-items: center;
      pointer-events: none;
    }

    .visey-profile-ideal-customer-dropdown select option {
      color: #000;
    }

    .visey-profile-ideal-customer-dropdown span img {
      width: 8px;
      height: 4px;
      margin-left: 10px;
    }


    .visey-profile-ideal-customer-add-card {
      flex: 1;
      padding: 20px;
      border-radius: 16px;
      background: linear-gradient(
        90deg,
        rgba(73, 73, 73, 0.09) 0%,
        rgba(255, 255, 255, 0.09) 100%
      );
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .visey-profile-ideal-customer-add-icon {
      width: 40px;
      height: 40px;
      border-radius: 1000px;
      background: rgba(217, 217, 218, 0.08);
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      margin-bottom: 16px;
      padding-bottom: 6px;
      cursor: pointer;
    }

    .visey-profile-ideal-customer-add-card p {
      color: #EDEDED;
      font-size: 18px;
      font-weight: 400;
    }


    @media (max-width: 1024px) {
      .visey-profile-ideal-customer-wrapper {
        gap: 16px;
      }

      .visey-profile-ideal-customer-card,
      .visey-profile-ideal-customer-add-card {
        padding: 18px;
      }
    }


    @media (max-width: 768px) {
      .visey-profile-ideal-customer-title {
        font-size: 20px;
      }

      .visey-profile-ideal-customer-wrapper {
        flex-direction: column;
      }

      .visey-profile-ideal-customer-card,
      .visey-profile-ideal-customer-add-card {
        width: 100%;
      }

      .visey-profile-ideal-customer-add-card {
        min-height: 180px;
      }
    }

    @media (max-width: 480px) {
      .visey-profile-ideal-customer-title {
        font-size: 18px;
      }

      .visey-profile-ideal-customer-title span {
        font-size: 14px;
      }

      .visey-profile-ideal-customer-header h3 {
        font-size: 15px;
      }

      .visey-profile-ideal-customer-add-card p {
        font-size: 16px;
      }
      .visey-profile-ideal-customer-section {
        padding: 0 10px;
      }
    }


/* Ideal Customer Persona Section style end */





/* Performance & Contact section start */

.visey-performance-contact-dashboard-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
}

.visey-performance-contact-card,
.visey-performance-contact-card-secondary {
  flex: 1;
  min-width: 0;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(
    90deg,
    rgba(73, 73, 73, 0.09) 0%,
    rgba(255, 255, 255, 0.09) 100%
  );
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.visey-performance-contact-card h3,
.visey-performance-contact-card-secondary h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
  font-weight: 400;
}

.visey-performance-contact-performance-box {
  border-radius: 8px;
  border: 1px solid rgba(102, 102, 102, 0);
  background: linear-gradient(
    93deg,
    rgba(76, 8, 136, 0.28) 31.37%,
    rgba(26, 8, 27, 0.08) 93.77%
  );
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.visey-performance-contact-performance-box span {
  font-size: 16px;
  opacity: 0.9;
}

.visey-performance-contact-performance-value {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 400;
  color: #D1D1D1;
}
.visey-performance-contact-performance-value img {
  width: 18px;
  height: 18px;
}

.visey-performance-contact-boost-btn {
  width: 100%;
  height: 40px;
  padding: 4px 24px;
  border: none;
  cursor: pointer;
  border-radius: 1000px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  background: linear-gradient(
    50deg,
    #CE0758 -15.96%,
    #7343F6 59.75%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.visey-performance-contact-input-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.visey-performance-contact-input-group input {
  width: 100%;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #AB94B8;
  background: rgba(87, 18, 60, 0.18);
  color: #fff;
  font-size: 16px;
}

.visey-performance-contact-input-group input::placeholder {
  color: #686868;
}

.visey-performance-contact-input-group input:focus {
  outline: none;
  border-color: #c77dff;
}

@media (max-width: 1024px) {
  .visey-performance-contact-dashboard-wrapper {
    gap: 16px;
  }

  .visey-performance-contact-card,
  .visey-performance-contact-card-secondary {
    padding: 18px;
  }

  .visey-performance-contact-performance-box {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .visey-performance-contact-dashboard-wrapper {
    flex-direction: column;
    padding: 0 10px;
  }

  .visey-performance-contact-card,
  .visey-performance-contact-card-secondary {
    width: 100%;
  }

  .visey-performance-contact-performance-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .visey-performance-contact-performance-value {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .visey-performance-contact-card h3,
  .visey-performance-contact-card-secondary h3 {
    font-size: 16px;
  }

  .visey-performance-contact-performance-box span {
    font-size: 14px;
  }

  .visey-performance-contact-performance-value {
    font-size: 16px;
  }

  .visey-performance-contact-boost-btn {
    font-size: 14px;
    height: 38px;
  }
}
/* performance & Contact-social section end */

/* ======================================
   Upload Profile Display Banner
====================================== */

.profile-display-banner {
  margin-top: 40px;
}

/* Upload Profile Display Banner section end */

/* ======================================
   Product and services section
====================================== */

.visey-product-services-wrapper-main-section {
 width: 100%;
}

.visey-product-services-wrapper {

  backdrop-filter: blur(20px);
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(
    90deg,
    rgba(73, 73, 73, 0.09) 0%,
    rgba(255, 255, 255, 0.09) 100%
  );
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* Title */
.visey-product-services-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #ffffff;
}

/* Offerings */
.visey-product-services-offerings {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.visey-product-services-label {
  opacity: 0.85;
  font-size: 18px;
}

/* ======================================
   CHECKBOX (FIXED – PURE CSS)
====================================== */
.visey-product-services-checkboxes{
  display: flex;
  gap: 12px;
}

.visey-product-services-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  opacity: 0.7;
  color: #EDEDED;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; 
}

/* hide native checkbox (but keep functional) */
.visey-product-services-checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* checkbox box */
.visey-product-services-checkbox-box {
  width: 16px;
  height: 16px;
  border: 2px solid #7c6cff;
  border-radius: 4px;
  background: transparent;
  transition: background 0.2s ease;
}

/* checked state */
.visey-product-services-checkbox input:checked +
.visey-product-services-checkbox-box {
  background: #7c6cff;
}

/* text highlight when checked */
.visey-product-services-checkbox input:checked ~ * {
  opacity: 1;
}

/* ======================================
   Stats
====================================== */

.visey-product-services-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

/* Pills */
.visey-product-services-pill {
  padding: 4px 24px;
  height: 25px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
}

.visey-product-services-pill-green {
  border: 2px solid #51BD39;
  background: #D2FFD9;
  height: 36px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;  
}

.visey-product-services-pill-pink {
  display: flex;
  height: 36px;
  padding: 4px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 1000px;
  border: 2px solid #BD3979;
  opacity: 0.8;
  background: #FFD2E6;
  cursor: pointer;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.visey-product-services-pill-blue {
  display: flex;
  height: 36px;
  padding: 4px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 1000px;
  border: 2px solid #4839BD;
  opacity: 0.8;
  background: #D2D9FF;
  cursor: pointer;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* Inputs */
.visey-product-services-input {
  min-width: 235px;
  padding: 9px 16px;
  border-radius: 8px;
  border: 1px solid #AB94B8;
  background: rgba(87, 18, 60, 0.18);
  color: #fff;
  outline: none;
  font-size: 16px;
}

.visey-product-services-input::placeholder {
  color: #686868;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; 
}

.visey-product-services-input-small {
  min-width: 150px;
}

.visey-product-services-input-percent {
  min-width: 70px;
  max-width: 70px;
  text-align: center;
}

/* ======================================
   Add Main Section
====================================== */

.visey-product-services-add-main-section {
  display: flex;
  justify-content: center;
  padding: 8px;
  border-radius: 16px;
  background: radial-gradient(
    263.85% 130.21% at 13.61% 41.26%,
    rgba(0, 0, 0, 0) 14%,
    rgba(131, 16, 238, 0.20) 100%
  ),
  radial-gradient(
    94.32% 114.99% at 100% -40.78%,
    #3A021B 0%,
    #47055C 50%,
    #4C0121 100%
  );
}

div#products-services-items-list {
  margin-bottom: 50px;
}

.visey-product-services-add-main {
  width: 100%;
  height: 83px;
  padding: 8px;
  border-radius: 8px;
  border: 1px dashed rgba(255, 255, 255, 0.80);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;

  color: #EDEDED;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* Plus */
.visey-product-services-plus {
  width: 28px;
  height: 28px;
  border-radius: 1000px;
  background: rgba(217, 217, 218, 0.08);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
}

/* ======================================
   Service Row
====================================== */

.visey-product-services-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 20px;
}

.visey-product-services-add-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  border: 1px dashed rgba(237, 237, 237, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
}

.visey-product-services-delete {
  cursor: pointer;
  opacity: 0.8;
  font-size: 18px;
}

/* ======================================
   Responsive – Tablet
====================================== */

@media (max-width: 1024px) {
  .visey-product-services-wrapper {
    padding: 20px;
  }

  .visey-product-services-input {
    min-width: 180px;
  }

  .visey-product-services-row {
    flex-wrap: wrap;
    gap: 12px;
  }

  .visey-product-services-add-icon {
    width: 48px;
    height: 48px;
  }
}

/* ======================================
   Responsive – Mobile
====================================== */

@media (max-width: 768px) {
  .visey-product-services-title {
    font-size: 20px;
  }

  .visey-product-services-offerings {
    flex-wrap: wrap;
    gap: 12px;
  }

  .visey-product-services-stats {
    flex-direction: column;
    align-items: stretch;
  }

  .visey-product-services-add-main {
    height: auto;
    padding: 16px;
  }

  .visey-product-services-row {
    flex-direction: column;
    align-items: stretch;
  }

  .visey-product-services-add-icon {
    width: 100%;
    height: 52px;
  }

  .visey-product-services-delete {
    align-self: center;
  }
}

/* ======================================
   Responsive – Small Mobile
====================================== */

@media (max-width: 480px) {
  .visey-product-services-wrapper-main-section {
    padding: 10px;
    width: 100%;
  }
  .visey-product-services-wrapper {
    padding: 16px;
  }

  .visey-product-services-title {
    font-size: 18px;
  }

  .visey-product-services-pill {
    font-size: 13px;
    padding: 16px 16px;
  }

  .visey-product-services-plus {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
  .visey-product-services-offerings
  {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ======================================
   Product and services section end
====================================== */


/* Make every deal legally insured style start */
.visey-profile-portfolio-section-insured-main-section-parent {
  margin-top: 40px;
  width: 100%;
}

.visey-profile-portfolio-section-insured-main-section {
  display: flex;
  
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center; /* already correct */
  gap: 16px;
  border-radius: 16px;
  background: linear-gradient(
    90deg,
    rgba(73, 73, 73, 0.09) 0%,
    rgba(255, 255, 255, 0.09) 100%
  );
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}


.visey-profile-portfolio-section-insured {
  background: radial-gradient(
    97.08% 328.36% at 2.92% 4.02%,
    #6ec78c 0%,
    #e064b2 7%,
    #5fbb80 14%,
    #ae7499 25%,
    #7343f6 100%
  );
  height: 261px;
  border-radius: 12px;
  padding: 2px 20px;
  color: #fff;
  text-align: end;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
}

.visey-profile-portfolio-section-insured h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: end;
  margin-top: 0px;
}

.visey-profile-portfolio-section-insured p {
  font-size: 16px;
  margin-bottom: 18px;
  width: 50%;
  margin-left: auto;
}

.visey-profile-portfolio-section-insured-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.visey-profile-portfolio-section-pay-btn {
  cursor: pointer;
  background: transparent;
  border: 0;
}

.visey-profile-portfolio-section-pay-btn img {
  width: 222px;
  height: 29px;
}

.visey-profile-portfolio-section-know-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 16px;
  font-weight: 300;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .visey-profile-portfolio-section-insured-main-section {
    padding: 20px;
  }

  .visey-profile-portfolio-section-insured {
    padding: 20px;
  }

  .visey-profile-portfolio-section-insured p {
    width: 65%; 
  }
}



@media (max-width: 768px) {
  .visey-profile-portfolio-section-insured {
    height: auto;
    padding: 20px;
  }

  .visey-profile-portfolio-section-insured h4 {
    font-size: 20px;
    text-align: right;
  }

  .visey-profile-portfolio-section-insured p {
    width: 100%;
    margin-left: auto;
    margin-bottom: 24px;
    text-align: right;
  }

  .visey-profile-portfolio-section-insured-btns {
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
  }

  .visey-profile-portfolio-section-pay-btn img {
    width: 180px;
    height: auto;
  }
}


@media (max-width: 576px) {
  .visey-profile-portfolio-section-title {
    font-size: 20px;
  }



  .visey-profile-portfolio-section-insured h4 {
    font-size: 18px;
  }
}


@media (max-width: 480px) {
  .visey-profile-portfolio-section-insured-main-section-parent {
    padding: 10px;
  }
  .visey-profile-portfolio-section-insured-main-section {
    padding: 16px;
  }

  .visey-profile-portfolio-section-insured h4 {
    font-size: 16px;
  }

  .visey-profile-portfolio-section-insured p {
    font-size: 14px;
  }

  .visey-profile-portfolio-section-pay-btn img {
    width: 160px;
  }

  .visey-profile-portfolio-section-know-btn {
    font-size: 14px;
  }
}

/* Make every deal legally insured style end */

    /* ===== My Profile Responsive ===== */

    @media (min-width: 1200px) {
        .inner-dashboard {
            padding: 0px 0 0px !important;
        }
    }

    .inner-dashboard {
        padding: 0rem 0 !important;
    }

    @media(max-width : 768px){
        .visey-startup-profile-myprofile-short-description {
            width: 100%;
        }
        .visey-startup-profile-startup-input {
            width: 100%;
        }
    }

    @media (max-width: 480px) {
      .visey-startup-profile-myprofile-upload-box { margin: auto; }
      .visey-startup-profile-myprofile-info-top { gap: 5px; }
      .visey-startup-profile-myprofile-arrow-btn { padding: 10px; }
      .visey-startup-profile-myprofile-card {
        padding: 10px;
      }
    }
    /* My Profile section style end */

    /*  startup profile section start */

    .visey-startup-profile-startup-container { width: 100%; }

    .visey-startup-profile-startup-title { font-size: 22px; color: #fff; font-weight: 600; margin-bottom: 18px; }

    .visey-startup-profile-startup-input {
      width: 50%; padding: 10px 12px; border: 1px solid rgba(255,255,255,0.3); border-radius: 8px;
      background: #57123C2E; color: #fff; font-size: 14px; outline: none; margin-bottom: 20px;
    }

    .visey-startup-profile-startup-card {
      background: linear-gradient(90deg, rgba(73,73,73,0.09) 0%, rgba(255,255,255,0.09) 100%);
      border-radius: 16px; padding: 20px; box-shadow: 0 4px 4px #00000040; margin-bottom: 40px;
    }

    .visey-startup-profile-startup-bottom {
      display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px;
    }

    .visey-startup-profile-startup-left-box { width: 75%; min-width: 280px; }

    .visey-startup-profile-startup-brand-section {
      display: flex; gap: 30px;
       align-items: center;
        width: 100%;
         justify-content: space-between;
    }

    .visey-startup-profile-startup-brand-info h3 { font-size: 18px; color: #fff; margin: 0px; }
    .visey-startup-profile-startup-legal-name { margin-bottom: 20px; color: #d6d6ff; }

    .visey-startup-profile-startup-location-box {
      display: flex; flex-direction: column; gap: 8px; position: relative; padding-left: 12px;
    }
    .visey-startup-profile-startup-location-box::before {
      content: ""; position: absolute; left:0; top:0; bottom:0; width:1.5px; background: rgba(255,255,255,0.3);
    }
    .visey-startup-profile-startup-country-select { background: transparent; color: #fff; border: none; outline: none; width: 50%; }
    .visey-startup-profile-startup-country-select option {   background-color: #1a0b25;
  color: #fff;}

    .visey-startup-profile-startup-verify-text { color: #fff; margin-top: 8px; margin-bottom: 20px; }

    .visey-startup-profile-startup-verify-btn {
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%); color: #fff; border: none; border-radius: 25px;
      padding: 12px 24px; cursor: pointer; font-size: 14px; font-weight: 600; box-shadow: 0 0 15px rgba(138,43,226,0.4);
    }

    .visey-startup-profile-startup-upload-box {
      width: 160px; height: 160px; border-radius: 12px; border: 2px dotted #EDEDEDCC; display:flex; align-items:center;
      justify-content:center; flex-direction:column; position: relative; cursor: pointer; flex-shrink:0;
      background: radial-gradient(94.66% 94.21% at 100% -40.78%, #3A021B 0%, #47055C 50%, #4C0121 100%),
                  radial-gradient(101.31% 263.69% at 13.61% 41.26%, rgba(0,0,0,0) 14%, rgba(131,16,238,0.2) 100%);
    }
    .visey-startup-profile-startup-upload-box input { position: absolute; inset:0; opacity:0; cursor:pointer; }
    .visey-startup-profile-startup-upload-plus {
      width: 45px; height: 45px; border-radius: 50%; background: #D9D9DA14; box-shadow: 0 4px 4px #00000040;
      display:flex; align-items:center; justify-content:center; font-size:28px; margin-bottom:10px; margin-left: 40px; color:#fff;
    }
    .visey-startup-profile-startup-upload-box span { color:#DADADA; font-size:18px; }

    /* =================== Progress & Contact Scoped Styles =================== */

    .visey-startup-profile-info-wrapper {
      display: flex;
      justify-content: space-between;
      gap: 24px;
      flex-wrap: wrap;
      margin-top: 40px;
    }


    #social-links-edit input.visey-startup-profile-contact-input {
    margin-bottom: 15px !important;
}
 

 .profile-location-box p input{
    width: 50px !important;
 }
  .visey-startup-profile-startup-city-state p input{
    width: 50px !important;
 }

    /* Cards */
    .visey-startup-profile-progress-card,
    .visey-startup-profile-contact-card {
      flex: 1;
      min-width: 340px;
      padding: 20px 24px;
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.05);
      backdrop-filter: blur(15px);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.4);
      color: #fff;
      transition: 0.35s ease;
    }

    /* Smooth transitions */
    .visey-startup-profile-info-wrapper button,
    .visey-startup-profile-info-wrapper a,
    .visey-startup-profile-info-wrapper input,
    .visey-startup-profile-info-wrapper select,
    .visey-startup-profile-info-wrapper textarea,
    .visey-startup-profile-social-icon img {
      transition: all 0.25s ease-in-out;
    }

    /* Progress Header */
    .visey-startup-profile-progress-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 14px;
    }

    .visey-startup-profile-progress-header h3 {
      font-size: 16px;
      font-weight: 600;
      color: #ffffffcc;
    }

    .visey-startup-profile-progress-menu {
      background: transparent;
      border: none;
      color: #ffffffa6;
      font-size: 20px;
      cursor: pointer;
    }

    /* Progress Select Fields */
    .visey-startup-profile-progress-body {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .visey-startup-profile-progress-select {
      width: 100%;
      padding: 10px 36px 10px 12px;
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.15);
       background: rgba(255, 255, 255, 0.06);
    color: #fff;
      font-size: 14px;
      outline: none;
      appearance: none;
      background-image: url("/wp-content/uploads/2025/11/down-icon.png");
      background-repeat: no-repeat;
      background-size: 16px;
      background-position: right 12px center;
    }
    .visey-startup-profile-progress-select option {
        background-color: #1a0b25; /* dark dropdown background */
      color: #fff;
    }

    .visey-startup-profile-progress-select:focus {
      border-color: #a24ff3;
    }

    .visey-startup-profile-contact-card h3 {
      font-size: 16px;
      font-weight: 600;
      color: #ffffffcc;
      margin-bottom: 16px;
    }

    .visey-startup-profile-contact-fields {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .visey-startup-profile-contact-input {
      width: 100%;
      padding: 10px 12px;
      border-radius: 10px;
      border: 1px solid rgba(255, 255, 255, 0.15);
      background: rgba(255, 255, 255, 0.06);
      color: #fff;
      font-size: 14px;
      outline: none;
    }

    .visey-startup-profile-contact-input:focus {
      border-color: #a24ff3;
      background: rgba(255, 255, 255, 0.12);
      box-shadow: 0 0 8px rgba(162, 79, 243, 0.4);
    }

    .visey-startup-profile-social-icons {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-top: 16px;
      flex-wrap: wrap;
    }

    .visey-startup-profile-social-icon img {
      width: 24px;
    }

    .visey-startup-profile-social-icon:hover img {
      transform: scale(1.15);
      filter: drop-shadow(0 0 6px #c87fff);
    }

    /* Edit Button */
    .visey-startup-profile-edit-links-btn {
      position: relative;
      padding: 6px 14px;
      background: transparent;
      color: #ffbdfb;
      border-radius: 8px;
      cursor: pointer;
      font-size: 13px;
      font-weight: 500;
      border: none;
    }

    .visey-startup-profile-edit-links-btn::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 8px;
      padding: 1px;
      background: linear-gradient(275deg, #B195FE 28%, #ED5895 78%);
      -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
    }

    .visey-startup-profile-edit-links-btn:hover {
      background: rgba(255, 189, 251, 0.1);
      transform: scale(1.08);
    }

    /*  Progess & Contact section end */

    /* ================= Core of Startup Section (Scoped) ================= */

    .visey-startup-profile-core-container {
      width: 100%;
    }

    /* Main Card */
    .visey-startup-profile-core-card {
      width: 100%;
      margin: 40px auto;
      padding: 24px 28px;
      background: rgba(255, 255, 255, 0.04);
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.4);
      color: #fff;
      backdrop-filter: blur(20px);
      transition: 0.3s ease;
    }

    .visey-startup-profile-core-card h3 {
      font-size: 18px;
      font-weight: 600;
      color: #ffffffcc;
      margin-bottom: 18px;
    }

    /* Labels */
    .visey-startup-profile-core-label {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-bottom: 18px;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.8);
    }

    /* Inputs + Textareas */
    .visey-startup-profile-core-input {
      width: 100%;
      padding: 10px 14px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.15);
      color: #fff;
      font-size: 14px;
      outline: none;
      transition: all 0.3s ease;
      resize: none;
    }

    .visey-startup-profile-core-input::placeholder {
      color: rgba(255, 255, 255, 0.4);
    }

    .visey-startup-profile-core-input:focus {
      border-color: #a24ff3;
      background: rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 10px rgba(162, 79, 243, 0.35);
    }

    .visey-startup-profile-core-input:hover {
      border-color: rgba(162, 79, 243, 0.4);
    }

    /* ================= CORE TEAM SECTION (SCOPED) ================= */

    .visey-startup-profile-core-team-container {
      width: 100%;
    }

    /* Main Card */
    .visey-startup-profile-core-team-card {
      width: 100%;
      margin: 40px auto;
      padding: 24px 28px;
      background: rgba(255, 255, 255, 0.04);
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0px 8px 30px rgba(0,0,0,0.4);
      color: #fff;
      backdrop-filter: blur(20px);
      transition: 0.3s ease;
    }

    .visey-startup-profile-core-team-card h3 {
      font-size: 18px;
      font-weight: 600;
      color: #ffffffcc;
      margin-bottom: 18px;
    }

    /* Team list */
    .visey-startup-profile-team-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    /* Team row */
    .visey-startup-profile-team-row {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      transition: 0.3s ease;
    }

    /* Inputs + Select */
    .visey-startup-profile-team-input,
    .visey-startup-profile-team-select,
    .visey-startup-profile-award-caption-input {
      flex: 1;
      min-width: 150px;
      padding: 6px 12px;
      border-radius: 8px;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.15);
      color: #fff;
      font-size: 14px;
      outline: none;
      transition: 0.3s ease;
    }

    .visey-startup-profile-award-caption-input {
        margin: 6px 0px;
        
    }

    .visey-startup-profile-team-input::placeholder {
      color: rgba(255,255,255,0.4);
    }

    .visey-startup-profile-team-input:focus,
    .visey-startup-profile-team-select:focus {
      border-color: #a24ff3;
      box-shadow: 0 0 8px rgba(162,79,243,0.4);
    }

    .visey-startup-profile-team-select {
      background: rgba(255, 255, 255, 0.06);
      cursor: pointer;
      color: #fff;
      appearance: none;
      background-image: url("/wp-content/uploads/2025/11/down-icon.png");
      background-repeat: no-repeat;
      background-size: 14px;
      background-position: right 10px center;
      padding-right: 32px;
    }

    .visey-startup-profile-team-select option {
        background-color: #1a0b25; 
      color: #fff;
    }


    /* Delete button */
    .visey-startup-profile-delete-member {
      background: transparent;
      border: none;
      cursor: pointer;
      padding: 6px;
      border-radius: 6px;
      transition: 0.2s ease;
    }

    .visey-startup-profile-delete-member img {
      width: 20px;
      filter: brightness(0) invert(1);
      opacity: 0.8;
      transition: 0.3s ease;
    }

    .visey-startup-profile-delete-member:hover img {
      opacity: 1;
    }

    .visey-startup-profile-delete-member:hover {
      background: rgba(255,255,255,0.1);
      transform: scale(1.1);
    }

    /* Add Member button */
    .visey-startup-profile-add-member-btn {
      margin-top: 16px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: transparent;
      border: none;
      color: #fff;
      font-size: 14px;
      cursor: pointer;
      font-weight: 500;
      padding: 8px 12px;
      border-radius: 8px;
      transition: 0.3s ease;
    }

    .visey-startup-profile-add-member-btn span {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      background: linear-gradient(275deg,#B195FE 28%,#ED5895 78%);
      color: white;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      font-size: 16px;
      font-weight: bold;
      transition: 0.3s ease;
    }

    .visey-startup-profile-add-member-btn:hover span {
      transform: rotate(90deg);
    }

    .visey-startup-profile-add-member-btn:hover {
      color: #ffbdfb;
      transform: scale(1.03);
    }

    /* Remove animation */
    .visey-startup-profile-fade-out {
      opacity: 0;
      transform: translateX(-10px);
      transition: 0.3s ease;
    }

    /* ===== Pitch Product Section Scoped Styles start ===== */

    .visey-startup-profile-pitch-container {
      width: 100%;
    }

    /* Main Card */
    .visey-startup-profile-pitch-card {
      width: 100%;
      margin: 40px auto;
      padding: 24px 28px;
      background: rgba(255, 255, 255, 0.04);
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.4);
      color: #fff;
      backdrop-filter: blur(20px);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .visey-startup-profile-pitch-card h3 {
      font-size: 18px;
      font-weight: 600;
      color: #ffffffcc;
      margin-bottom: 18px;
    }

    /* Fields */
    .visey-startup-profile-pitch-field {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-bottom: 18px;
    }

    .visey-startup-profile-pitch-field label {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.8);
    }

    /* Input */
    .visey-startup-profile-pitch-input {
      width: 100%;
      padding: 10px 14px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.15);
      color: #fff;
      font-size: 14px;
      outline: none;
      transition: all 0.3s ease;
    }

    .visey-startup-profile-pitch-input::placeholder {
      color: rgba(255, 255, 255, 0.4);
    }

    .visey-startup-profile-pitch-input:focus {
      border-color: #a24ff3;
      background: rgba(255, 255, 255, 0.1);
      box-shadow: 0 0 10px rgba(162, 79, 243, 0.35);
    }

    .visey-startup-profile-pitch-input:hover {
      border-color: rgba(162, 79, 243, 0.4);
    }

    /* ====== Awards & Features Section (Scoped Styles) ====== */

    .visey-startup-profile-container {
      width: 100%;
    }

.startup-profile-submit-btn {
 margin-top: 20px;
 text-align: center;
}

.bottom-packages button{
     background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%) !important;
 border: none !important;
 padding: 12px 40px;
  font-size: 16px;
  color: white;
}
.startup-profile-submit-btn button{
    background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%) !important;
 border: none !important;
 padding: 12px 40px;
  font-size: 16px;

}
.startup-profile-submit-btn button:hover {
    opacity: 0.85;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
    /* Main Card */
    .visey-startup-profile-awards-card {
      width: 100%;
      margin: 40px auto;
      padding: 24px 28px;
      background: rgba(255, 255, 255, 0.04);
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.4);
      color: #fff;
      backdrop-filter: blur(20px);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }


    .visey-startup-profile-awards-card h3 {
      font-size: 18px;
      font-weight: 600;
      color: #ffffffcc;
      margin-bottom: 18px;
    }

    /* Grid Layout */
    .visey-startup-profile-awards-grid {
      display: flex;
      gap: 50px;
      flex-wrap: wrap;
      align-items: flex-start;
    }

    /* Items */
    .visey-startup-profile-award-item {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      width: 40%;
    }


    /* Upload Input */
    .visey-startup-profile-award-upload {
      cursor: pointer;
      position: relative;
      display: inline-block;
    }

    .visey-startup-profile-award-input {
      position: absolute;
      inset: 0;
      opacity: 0;
      cursor: pointer;
    }

    /* Upload Box */
    .visey-startup-profile-award-box {
      width: 160px;
      height: 160px;
      border-radius: 12px;
      border: 2px dotted rgba(255, 255, 255, 0.3);

      background: radial-gradient(
          94.66% 94.21% at 100% -40.78%,
          #3a021b 0%,
          #47055c 50%,
          #4c0121 100%
        ),
        radial-gradient(
          101.31% 263.69% at 13.61% 41.26%,
          rgba(0, 0, 0, 0) 14%,
          rgba(131, 16, 238, 0.2) 100%
        );

      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #dadada;
      transition: all 0.3s ease;
    }

    .visey-startup-profile-award-box:hover {
      border-color: #b195fe;
      box-shadow: 0px 0px 10px rgba(237, 88, 149, 0.4);
      transform: scale(1.03);
    }

    .visey-startup-profile-plus-icon {
      font-size: 28px;
      color: #fff;
      background: rgba(255, 255, 255, 0.08);
      border-radius: 50%;
      width: 44px;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
      margin-bottom: 10px;
    }

    .visey-startup-profile-award-caption {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7);
      margin-top: 5px;
    }

    /* Preview Image */
    .visey-startup-profile-award-preview {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
    }

    .page-template-page-dashboard-php .startup-profile-section-profile-main-section input[type="text"] {
      color: #ffffff;
    }

    .page-template-page-dashboard-php .listing-submission-form-wrapper input[type="text"] {
      color: #000000;
    }




/* Messaging style start */
    .visey-message-box-shell{
    width:100%;
    margin:0 auto;
    position:relative;
  }
  .visey-message-box-window{
    background:#D9D9D917;
    border:1px solid var(--stroke-2);
    border-radius:10px;
    box-shadow:var(--shadow);
    backdrop-filter:blur(10px);
    display:grid;
    grid-template-columns:360px 1fr;
    gap:16px;
    padding:35px 10px 20px 10px;
    position:relative;
    overflow:hidden;
  }
  .visey-message-box-close{
    position:absolute; top:-2px; right:4px;
    width:34px; height:34px; border-radius:50%;
    display:grid; place-items:center;
    cursor:pointer; user-select:none;
  }

  /* ===== Sidebar ===== */
  .visey-message-box-sidebar{
    background: radial-gradient(100.87% 100.87% at 0.29% -0.87%, #3A021B 0%, #45055C 50%, #4C0121 100%),
                radial-gradient(120.16% 120.16% at 50.1% 50%, rgba(0, 0, 0, 0) 0%, rgba(238, 171, 16, 0.2) 100%);
    border:1px solid var(--stroke-2);
    border-radius:16px;
    padding:14px;
    display:flex; flex-direction:column; gap:12px;
    z-index:3;
  }
  .visey-message-box-tabs{ display:flex; gap:10px; margin-bottom:4px }
  .visey-message-box-tab, .list-options-action > li{
    padding:8px 14px; border-radius:10px; border:none;
    background: linear-gradient(90.1deg, rgba(58, 9, 54, 0.51) 0.09%, rgba(61, 0, 39, 0.51) 99.91%);
    color:#f0e9ff; font-size:18px; font-weight:400; cursor:pointer;
  }

  .list-options-action [type="radio"]:checked + label, .list-options-action label {
    color: #ffffff;
  }
  .visey-message-box-tab.is-active{
    background: linear-gradient(90.1deg, rgba(122, 1, 112, 0.5) 0.09%, rgba(106, 2, 49, 0.5) 99.91%);
    border: 2px solid #CE0758; padding: 0px 20px; border-radius: 18px; color:#fff;
  }

  .visey-message-box-legal-banner {
    background: radial-gradient(97.08% 328.36% at 2.92% 4.02%, #6EC78C 0%, #E064B2 7%, #5FBB80 14%, #AE7499 25%, #7343F6 100%);
    display:flex; align-items:center; justify-content:space-between;
    padding:10px; border-radius:8px; margin:20px 0 10px 0;
  }
  .visey-message-box-legal-banner p{ margin:0; font-size:16px; font-weight:600 }
  .visey-message-box-external-btn{ background:transparent; border:none; cursor:pointer }
  .visey-message-box-legal-banner img{ width:20px }

  .visey-message-box-thread-list{
    display:flex; flex-direction:column; gap:8px;
    overflow:auto; max-height:640px;
  }
  .visey-message-box-thread{
    display:grid; grid-template-columns:36px 1fr auto; align-items:center;
    gap:15px; padding:10px; border-radius:12px;
    background: linear-gradient(90deg, rgba(58, 9, 54, 0.19) 0%, rgba(61, 0, 39, 0.19) 100%);
    cursor:pointer; transition:background .2s ease, border-color .2s ease;
    border:1px solid transparent;
  }
  .visey-message-box-thread:hover{ background:rgba(255,255,255,.05) }
  .visey-message-box-thread.is-active{
    background:linear-gradient(135deg, rgba(111,39,170,.55), rgba(156,27,94,.45));
    border-color:rgba(255,255,255,.18);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
  }
  .visey-message-box-avatar{
    width:36px; height:36px; border-radius:50%; display:grid; place-items:center; color:#fff; font-weight:700;
  }
  .visey-message-box-avatar img{ width:43px; height:43px; border-radius:50% }
  .visey-message-box-t-title{ font-size:16px; font-weight:700 }
  .visey-message-box-t-sub{ font-size:16px; color:#B6B6B6; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
  .visey-message-box-t-time{ font-size:12px; color:#9fe8a8 }
  .visey-message-box-badge{
    margin-left:6px; min-width:20px; height:20px; padding:0 6px; border-radius:999px;
    background:linear-gradient(135deg, #13d56f, #43e08d);
    color:#0b1a13; font-size:12px; font-weight:700; display:inline-grid; place-items:center;
  }

  /* ===== Chat ===== */
  .visey-message-box-chat{
    background: radial-gradient(95.47% 94.73% at 0% 2.72%, #3A021B 0%, #47055E 50%, #4B0121 100%),
                radial-gradient(77.3% 69.56% at 88.51% 77.03%, rgba(0, 0, 0, 0) 0%, rgba(16, 200, 213, 0.2) 100%);
    border-radius:12px; padding:0;
    display:grid; grid-template-rows:auto 1fr auto;
   overflow-y: scroll; position:relative;
    height: 90vh;
 
  }


  .reply-message-form-wrapper .reply-message-form .reply-message-btn {
        background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%) !important;
        border: none !important;
        border-radius: 30px !important;
  }

.visey-message-box-chat::-webkit-scrollbar {
  display: none;
}

.visey-message-box-chat-scroll {
 scrollbar-width: none;
 -ms-overflow-style: none;
}

.delete-message-btn{
    color: white !important;
}

.visey-message-box-chat-scroll::-webkit-scrollbar {
  display: none;
}
  .visey-message-box-chat-header{
    display:flex; align-items:center; gap:12px; padding:16px; position:relative;
  }
  .visey-message-box-chat-title{ font-weight:600; letter-spacing:.2px; font-size:24px; color:#EDEDED }
  .visey-message-box-online{ font-size:16px; color:#B6B6B6 }
  .visey-message-box-dots{
    margin-left:auto; color:#e6dbffb0; font-size:22px; cursor:pointer; position:relative;
  }
  .visey-message-box-back{
    display:none; /* visible on mobile */
    width:36px; height:36px; border-radius:999px; border:1px solid rgba(255,255,255,.16);
    background:transparent; color:#fff; display:grid; place-items:center; margin-right:6px; cursor:pointer;
  }

  /* Dots dropdown (anchored under the dots) */
  .visey-message-box-menu{
    position:absolute; right:8px; top:52px;
    background: rgba(25, 9, 40, .95);
    border:1px solid rgba(255,255,255,.12);
    border-radius:12px; box-shadow: var(--shadow);
    padding:6px; width:200px; display:none; z-index:5;
  }
  .visey-message-box-menu.is-open{ display:block }
  .visey-message-box-menu button{
    width:100%; background:transparent; border:none; color:#fff; text-align:left;
    padding:10px 12px; border-radius:8px; cursor:pointer; font-size:14px;
  }
  .visey-message-box-menu button:hover{ background:rgba(255,255,255,.06) }

  .visey-message-box-chat-scroll{
    padding:16px; overflow:auto;
    background: radial-gradient(95.47% 94.73% at 0% 2.72%, #3A021B 0%, #47055E 50%, #4B0121 100%),
                radial-gradient(77.3% 69.56% at 88.51% 77.03%, rgba(0, 0, 0, 0) 0%, rgba(16, 200, 213, 0.2) 100%);
  }
  .visey-message-box-date{ text-align:center; color:#B6B6B6; font-size:12px; margin:10px 0; opacity:.85 }

  .visey-message-box-bubble, .user-reply, .yourself-reply{
    max-width:62%; padding:12px 14px; border-radius:14px; margin:8px 0; position:relative;
    line-height:1.45; font-size:16px; color:#DCDCDC; backdrop-filter: blur(2px);
    background:#00000024;
  }
  .visey-message-box-from-me, .user-reply{ margin-left:auto }
  .visey-message-box-from-them, .yourself-reply{ }
  .visey-message-box-meta{
    display:flex; gap:10px; align-items:center; color:#d1c8f3; opacity:.85; font-size:12px; margin-top:6px; justify-content:flex-end;
  }
  .visey-message-box-ticks{ display:inline-flex; gap:2px; transform:translateY(1px) }
  .visey-message-box-tick{ width:14px; height:14px; display:inline-block }
  /* read/unread colors */
  .visey-message-box-bubble.is-read .visey-message-box-tick path{ stroke:var(--tick-read) }
  .visey-message-box-bubble:not(.is-read) .visey-message-box-tick path{ stroke:var(--tick-unread) }

  .visey-message-box-chat-input{
    padding:14px; display:flex; gap:10px; position:relative;
  }
  .visey-message-box-input-field, .reply-message-form-wrapper .reply-message-form textarea{
    flex:1; height:44px; 
    border-radius:999px; 
    padding:12px;
    background: #ffffff;
    border:1px solid rgba(255,255,255,.16); 
    color:#000000; 
    outline:none;
  }
  .visey-message-box-send{
    width:44px; height:44px; border-radius:50%; display:grid; place-items:center; cursor:pointer; border:none;
    color:#DADADA; background-color:transparent; position:absolute; right:30px;
  }
  .visey-message-box-send img{ width:25px; height:25px }
  .reply-content .post-content p { margin-top: 20px;}

  /* ---------- WRAPPER ---------- */
    .visey-basic-details-wrapper {
      min-height: 100vh;
      display: flex;
      justify-content: space-around;
      max-width: 1440px;
      margin: 10px auto 0;
      color: #fff;
    }

   

    /* ---------- MAIN CONTAINER ---------- */
    .visey-basic-details-container {
      border-radius: 16px;
      width: 800px;
      backdrop-filter: blur(8px);
      padding: 20px;
    }

    .visey-basic-details-heading {
      font-size: 32px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 8px;
      color: #fff;
    }

    .visey-basic-details-subtext {
      text-align: center;
      color: #bfbfbf;
      font-size: 16px;
      margin-bottom: 25px;
    }

    /* ---------- UPLOAD SECTION ---------- */
    .visey-upload-section {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      background: rgba(255, 255, 255, 0.08);
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 25px;
      gap: 20px;
    }

    .visey-upload-box {
      width: 280px;
      height: 280px;
      border-radius: 12px;
      border: 2px dotted #EDEDEDCC;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      flex-shrink: 0;
      background: radial-gradient(94.66% 94.21% at 100% -40.78%, #3A021B 0%, #47055C 50%, #4C0121 100%),
                  radial-gradient(101.31% 263.69% at 13.61% 41.26%, rgba(0, 0, 0, 0) 14%, rgba(131, 16, 238, 0.2) 100%);
      cursor: pointer;
    }


     .ff_file_upload_holder {
      width: 280px;
      height: 280px;
      border-radius: 12px;
      border: 2px dotted #EDEDEDCC;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      flex-shrink: 0;
      background: radial-gradient(94.66% 94.21% at 100% -40.78%, #3A021B 0%, #47055C 50%, #4C0121 100%),
                  radial-gradient(101.31% 263.69% at 13.61% 41.26%, rgba(0, 0, 0, 0) 14%, rgba(131, 16, 238, 0.2) 100%);
      cursor: pointer;
    }

.fluentform .ff-dropzone .ff_upload_btn.ff-btn {
    background-color: transparent !important;
}


um-misc-ul, .um-misc-ul li a, .um-misc-with-img {

	color : #ffffff;

}
 

.ff_step_nav_last{
    display: flex;
    justify-content: center;
    align-items: center;
}

    .visey-upload-input {
      position: absolute;
      inset: 0;
      opacity: 0;
      cursor: pointer;
    }

    .visey-upload-plus {
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 45px;
      background: #D9D9DA14;
      box-shadow: 0px 4px 4px #00000040;
      border-radius: 50%;
      margin-bottom: 10px;
    }

    .visey-upload-text {
      font-size: 18px;
      color: #DADADA;
      font-weight: 400;
    }

    /* ---------- FORM CONTENT ---------- */
    .visey-form-content {
      flex: 1;
      margin-left: 10px;
    }

    .visey-form-input {
      width: 100%;
      background: transparent;
      border: none;
      border-bottom: 1px solid #fff;
      color: #fff;
      font-size: 18px;
      padding: 15px 0;
      outline: none;
      margin-bottom: 15px;
    }

    .visey-form-input-title {
      font-size: 24px;
      border-bottom: 1px solid #fff;
      padding: 20px 0;
    }

    .visey-form-textarea {
      width: 100%;
      /* height: 60px; */
      height: 32px;
      background: transparent;
      border: none;
      border-bottom: 1px solid #fff;
      color: #fff;
      font-size: 18px;
      outline: none;
      resize: none;
      margin-bottom: 15px;
    }

    /* ---------- FUNDING SECTION ---------- */
    .visey-funding-wrapper {
      margin-top: 15px;
    }

    .visey-funding-label {
      display: block;
      font-size: 16px;
      color: #EDEDED;
      margin-bottom: 8px;
    }

    .ff-el-input--content {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }


.ff-el-form-check-label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #57123C2E;
  border: 1px solid #AB94B8;
  border-radius: 10px;
  padding: 3px 10px;
  font-size: 16px;
  cursor: pointer;
  color: #EDEDED;
  transition: all 0.3s ease;
  user-select: none;
}

.ff-el-form-check-label input{
  appearance: none;
  -webkit-appearance: none;
}

/* Hover effect */
.ff-el-form-check-label:hover {
  background: linear-gradient(145deg, #ff2e8a, #7d1dff);
  border-color: #AB94B8;
}

/* FULL SELECTED STATE */
.ff-el-form-check-label input:checked + span {
  color: #fff;
}

.ff-el-form-check-label input:checked + span::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: linear-gradient(145deg, #ff2e8a, #7d1dff);
  z-index: -1;
}

.ff-el-form-check-label {
  position: relative;
  overflow: hidden;
}



  .ff-el-form-check {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .ff-el-form-check-label{
     display: block;
    
      color: #EDEDED;
      margin-bottom: 8px;
    }
    

    .visey-funding-btn {
      background: #57123C2E;
      color: #EDEDED;
      border: 1px solid #AB94B8;
      border-radius: 10px;
      padding: 5px 14px;
      font-size: 16px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .visey-funding-btn:hover {
      background: linear-gradient(145deg, #ff2e8a, #7d1dff);
      border: 1px solid #AB94B8;
    }

    /* ---------- OTHER INPUTS ---------- */
    .visey-form-group {
      display: flex;
      flex-direction: column;
      margin-bottom: 15px;
    }

    .visey-form-label {
      font-size: 16px;
      color: #dcdcdc;
      margin-bottom: 10px;
    }

    .visey-form-label span {
      color: #FF3D71;
      margin-left: 2px;
    }

    .visey-form-field {
      height: 40px;
      background: #29222B;
      border: 1px solid #DCDCDC;
      border-radius: 6px;
      color: #fff;
      padding: 0 10px;
      font-size: 16px;
      outline: none;
    }

    /* ---------- BUTTON ---------- */
    .visey-submit-btn, .ff-float-right, button.ff-btn.ff-btn-prev.ff-btn-secondary, button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
      width: 120px;
      height: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 25px auto 0;
      border-radius: 25px;
      border: none;
      font-size: 16px;
      color: #fff;
      cursor: pointer;
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      transition: all 0.3s ease;
    }

    .visey-submit-btn:hover {
      box-shadow: 0 0 15px rgba(138, 54, 255, 0.5);
    }

    .fluentform .ff-el-progress-bar {
      background: #581933 !important;
    }

        .form-content-2-main-section {
      color: #fff;
      display: flex;
      justify-content: space-around;
      height: 100vh;
     max-width: 1440px;
        margin: 0 auto;
    }


    .form-content-2-wrapper {
      width: 100%;
      display: flex;
      justify-content: space-around;
    }

        .sidebar{
      width: 300px;
      height: 90vh;
      background-color: #1A0A1F;
    }

    .form-content-2-container {
    
      width: 100%;
      max-width: 800px;
    }

    .form-content-2-container h2 {
      text-align: center;
      font-size: 32px;
      margin-bottom: 15px;
      font-weight: 700;
      color: white;
    }

    .form-content-2-subtitle {
      text-align: center;
      color: #b3b3b3;
      font-size: 16px;
      margin-bottom: 50px;
    }

    .form-content-2-form {
      display: flex;
      flex-direction: column;
    }

    .form-content-2-form label {
      font-size: 16px;
      margin-bottom: 6px;
      color: #e0e0e0;
    }

    .form-content-2-form label span {
      color: white;
    }

    .form-content-2-form label span:first-child {
      color: #FF3D71;
    }

 .visey-form-field, .flatpickr-input{
      padding: 9px 16px !important;
    }

    .form-content-2-form input[type="text"],
    .page-template-page-dashboard-php .listing-submission-form-wrapper .fluentform-step input[type="text"] {
      /* background: #29222B;
      border: 1px solid #DCDCDC;
      border-radius: 8px; */
      color: #fff;
      padding: 9px 0px;
      font-size: 18px;
      /*margin-bottom: 18px;*/
      outline: none;
      transition: border 0.2s ease;
    }
    
    .form-content-2-form input[type="text"]:focus,
    .page-template-page-dashboard-php .listing-submission-form-wrapper .fluentform-step input[type="text"]:focus {
      border-color: #AE1B8F;
    }


.form-content-3-select option {
    background-color: #1a0b25;
    color: #fff;
}


#ff_3_email{
    padding: 10px !important;
    border-radius: 10px !important;
    border: none !important;
    margin: 5px !important;
}

    #ff_4_email, #ff_8_email{
    padding: 10px;
    border-radius: 10px;
    border: none;
    margin: 5px;
    }

    .form-content-2-radio-group {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 18px;
      width: 100%;
    }

    .form-content-2-radio-btn {
      position: relative;
      background: #29222B;
      border: 1px solid #DCDCDC;
      border-radius: 8px;
      padding: 8px 16px 8px 35px;
      font-size: 16px;
      display: flex;
      align-items: center;
      cursor: pointer;
      color: #fff;
      transition: all 0.2s ease;
      flex: 1;
    }

    .form-content-2-radio-btn input {
      display: none;
    }

    .form-content-2-circle {
      position: absolute;
      left: 12px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 2px solid #AE1B8F;
      background: transparent;
      transition: all 0.3s ease;
    }

    .form-content-2-radio-btn input:checked + .form-content-2-circle {
      border-color: #75D151;
      background: #75D151;
      box-shadow: 0 0 8px #75D151;
    }

    .form-content-2-next-btn {
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      width: 92px;
      margin: 0 auto;
      border: none;
      border-radius: 25px;
      padding: 10px 0;
      font-size: 1rem;
      color: white;
      cursor: pointer;
      margin-top: 10px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

   .form-content-2-next-btn:hover {
     box-shadow: 0 0 15px rgba(138, 54, 255, 0.5);
    }

    .form-content-3-main {
    
      color: #fff;
      min-height: 100vh;
      display: flex;
      justify-content: space-around;
      max-width: 1440px;
        margin: 0 auto;
    }

    .sidebar{
      width: 300px;
      height: 90vh;
      background-color: #1A0A1F;
    }

    .form-content-3-container {
      width: 100%;
      max-width: 800px;
    }

@media (min-width: 768px) {
    .frm-fluent-form .ff-t-cell:last-of-type {
        flex-grow: 0 !important;
  
    }
}


    .form-content-3-heading {
      text-align: center;
      font-size: 1.6rem;
      margin-bottom: 6px;
      color: white;
    }

    .form-content-3-subtitle {
      text-align: center;
      font-size: 0.9rem;
      color: #bbb;
      margin-bottom: 20px;
    }

    .form-content-3-form {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .form-content-3-label {
      font-size: 16px;
      margin-bottom: 6px;
      display: block;
    }

    .form-content-3-label span {
      color: #FF3D71;
      margin-left: 2px;
    }

    .form-content-3-input,
    .form-content-3-select,
    .form-content-3-textarea {
      width: 100%;
      background: #29222B;
      border: 1px solid #DCDCDC;
      border-radius: 8px;
      padding: 10px 14px;
      font-size: 18px;
      color: white;
      outline: none;
      transition: border 0.2s ease;
    }

    .form-content-3-input:focus,
    .form-content-3-select:focus,
    .form-content-3-textarea:focus {
      border-color: #AE1B8F;
    }

    .form-content-3-textarea {
      height: 45px;
      resize: none;
      overflow: hidden;
    }

    input[type="date"]::-webkit-calendar-picker-indicator,
    input[type="time"]::-webkit-calendar-picker-indicator {
      filter: invert(1);
      cursor: pointer;
      opacity: 0.8;
      transition: opacity 0.3s ease;
    }

    input[type="date"]::-webkit-calendar-picker-indicator:hover,
    input[type="time"]::-webkit-calendar-picker-indicator:hover {
      opacity: 1;
    }

    .form-content-3-row {
      display: flex;
      gap: 15px;
    }

    .form-content-3-input-group {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .form-content-3-subheading {
      font-size: 24px;
      margin-top: 0px;
      margin-bottom: 0px;
      font-weight: 600;
      color: white;
    }

    .form-content-3-note {
      font-size: 16px;
      color: #EDEDED;
      line-height: 1.5;
      margin-bottom: 0px;
    }

    .form-content-3-note a {
      color: #4700ED;
      text-decoration: underline;
    }

    .form-content-3-add-btn {
      background: linear-gradient(50.02deg, #57123C2E, #57123C2E);
      border: 1px solid #AB94B8;
      border-radius: 30px;
      padding: 5px 16px;
      color: #EDEDED;
      cursor: pointer;
      font-size: 0.9rem;
      text-align: left;
      width: 45%;
      display: flex;
      align-items: center;
      justify-content: space-around;
      margin-top: 10px;
      overflow: hidden;
      position: relative;
      transition: background 0.6s ease, color 0.3s ease, border-color 0.6s ease;
    }

    .form-content-3-add-btn span {
      font-size: 25px;
    }

    .form-content-3-add-btn:hover {
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      color: #fff;
      border-color: transparent;
    }

    .form-content-3-submit-btn {
      margin-top: 15px;
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      border: none;
      border-radius: 25px;
      padding: 10px 24px;
      color: #fff;
      font-size: 1rem;
      cursor: pointer;
      align-self: center;
      transition: 0.3s;
    }

    .form-content-3-submit-btn:hover {
    box-shadow: 0 0 15px rgba(138, 54, 255, 0.5);
    }


/* Page width */
.visey-funding-four-page-page {
  width: 100%;

}

/* ===== Header ===== */
.visey-funding-four-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.visey-funding-four-page-back-btn {
  background: none;
  color: #EDEDED;
  border: none;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.visey-funding-four-page-back-btn img {
  width: 10px;
}

.visey-funding-four-page-edit-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.visey-funding-four-page-edit-btn img {
  width: 20px;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.visey-funding-four-page-edit-btn img:hover {
  transform: scale(1.1);
}

/* ===== Card ===== */
.visey-funding-four-page-card {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 20px;
  backdrop-filter: blur(15px);
}

.visey-funding-four-page-banner {
  position: relative;
  width: 280px;
  height: 280px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #EDEDED;
  overflow: hidden;
  flex: 0 0 280px;
}

.visey-funding-four-page-banner-text {
  font-size: 18px;
  font-weight: 600;
  z-index: 1;
}

/* Banner bottom link */
.visey-funding-four-page-banner-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  font-size: 13px;
  color: #EDEDED;
  backdrop-filter: blur(8px);
}

.visey-funding-four-page-banner-link a {
  color: #EDEDED;
  text-decoration: none;
  font-weight: 400;
  opacity: 0.9;
}

.visey-funding-four-page-banner-link a:hover {
  opacity: 1;
}

.visey-funding-four-page-copy-btn {
  background: transparent;
  border: none;
  color: #EDEDED;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.visey-funding-four-page-copy-btn:hover {
  opacity: 1;
}

.visey-funding-four-page-info {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.visey-funding-four-page-info h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 400;
  width: 80%;
  line-height: 1.3;
  color: #EDEDED;
}

.visey-funding-four-page-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.visey-funding-four-page-tags button {
  background: #57123C2E;
  border: 1px solid #AB94B8;
  border-radius: 8px;
  color: #EDEDED;
  padding: 5px 17px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.visey-funding-four-page-tags button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.visey-funding-four-page-last-date {
  font-size: 16px;
  margin-bottom: 12px;
  color: #EDEDED;
}

.visey-funding-four-page-organizer-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.visey-funding-four-page-outline-btn {
  background: transparent;
  border: none;
  color: #EDEDED;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.visey-funding-four-page-outline-btn-alt {
  background: linear-gradient(90.1deg, rgba(58, 9, 54, 0.2) 0.09%, rgba(61, 0, 39, 0.2) 99.91%);
  border: none;
  color: #EDEDED;
  border-radius: 25px;
  width: 133px;
  height: 30px;
  cursor: pointer;
}

.visey-funding-four-page-primary-btn {
  background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
  border: none;
  color: #EDEDED;
  border-radius: 25px;
  width: 158px;
  height: 40px;
  cursor: pointer;
  font-weight: 400;
  transition: 0.3s ease;
  font-size: 16px;
}

.visey-funding-four-page-primary-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(138, 43, 226, 0.5);
}

/* ===== Description ===== */
.visey-funding-four-page-description {
  margin: 30px 0;
  line-height: 1.6;
  font-size: 16px;
  color: #EDEDED;
}

.visey-funding-four-page-description p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 15px 0px;
  color: #EDEDED;
  font-size: 16px;
}

.visey-funding-four-page-description p img {
  width: 20px;
}

/* ===== Details ===== */
.visey-funding-four-page-details {
  /* background: rgba(255, 255, 255, 0.06); */
  /* border-radius: 16px; */
  /* padding: 24px; */
  /* backdrop-filter: blur(15px); */
}

/* 3-section row */
.visey-funding-four-page-detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  margin-bottom: 16px;
}

.visey-funding-four-page-detail-col {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  font-size: 18px;
}

.visey-funding-four-page-detail-box {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  opacity: 0.9;
  color: #EDEDED;
}

.visey-funding-four-page-detail-col .visey-funding-four-page-detail-box:first-child {
  position: relative;
  padding-right: 12px;
  font-size: 24px;
}

.visey-funding-four-page-detail-col .visey-funding-four-page-detail-box:last-child {
  font-size: 18px;
  font-weight: 400;
}

/* vertical separator between views and date */
.visey-funding-four-page-detail-col .visey-funding-four-page-detail-box:first-child::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.visey-funding-four-page-detail-box img {
  width: 20px;
}

.visey-funding-four-page-icons img {
  width: 20px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.visey-funding-four-page-icons img:hover {
  transform: scale(1.1);
}

/* Register button centered */
.visey-funding-four-page-register {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 25px 0 10px 0;
}

.visey-funding-four-page-details h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 8px;
  color: #EDEDED;
  font-weight: 700;
}

.visey-funding-four-page-details ol {
  margin-left: 20px;
  line-height: 1.6;
  font-size: 14px;
  opacity: 0.9;
}

.visey-funding-four-page-details ol li {
  color: #BBBBBB;
  font-size: 16px;
}

/* ===== Queries ===== */
.visey-funding-four-page-queries {
  text-align: center;
  margin-top: 30px;
}

.visey-funding-four-page-queries h4 {
  margin-bottom: 4px;
  font-size: 16px;
  color: #EDEDED;
  font-weight: 500;
}

.visey-funding-four-page-contact-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

/* ===== Bottom CTA ===== */
.visey-funding-four-page-bottom-cta {
  background: radial-gradient(52.52% 77.24% at 49.04% -11.52%, #5319DB 0%, #5796FB 48%, #A508DE 100%);
  height: 165px;
  border-radius: 12px;
  padding: 18px;
  margin-top: 40px;
  color: #EDEDED;
  font-weight: 600;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
    
    .visey-coin-reward-root {
      font-family: "Inter", sans-serif;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      width: 100%;
    }

    .visey-coin-reward-coin-rewards-main-section {
      display: flex;
      justify-content: center;
      gap: 20px;
      padding: 0px 20px;
    }

    .visey-coin-reward-page-wrapper {
      width: 100%;
      max-width: 560px;
      padding: 0 20px;
    }

    /* TOP OFFER SECTION */
    .visey-coin-reward-top-offer-box-main {
      padding: 5px;
      background-color: #D9D9D914;
      border-radius: 15px;
    }

    .visey-coin-reward-top-offer-box {
      background-image: url('/wp-content/uploads/2025/11/coin-reward-main-img.webp');
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
      height: 190px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding-left: 30px;
      border-radius: 16px;
    }

    .visey-coin-reward-offer-text {
      font-size: 28px;
      font-weight: 500;
      width: 40%;
      text-align: left;
      margin: 0;
      line-height: 1.3;
      color: white;
    }

    .visey-coin-reward-waitlist-btn {
      margin: 30px auto;
      display: block;
      background: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(237, 237, 237, 0.07) 10%, rgba(220, 220, 220, 0.21) 79%, #FFFFFF 89%, #7746B1 94%, #737373 100%);
      border: 2px solid;
      border-image-source: linear-gradient(327.08deg, #2A2744 35.1%, #FDFDFD 48.33%, #414141 65.18%, #5500FF 88.03%, #E2E2E2 95.25%);
      width: 351px;
      height: 54px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      border-radius: 30px;
      font-size: 24px;
      cursor: pointer;
    }

    .visey-coin-reward-reward-title-main {
      margin: 30px 0 15px;
      font-size: 22px;
    }

    .visey-coin-reward-reward-card {
      background: #2d1f39;
      padding: 15px;
      border-radius: 18px;
      display: flex;
      gap: 15px;
      margin-bottom: 15px;
    }

    .visey-coin-reward-reward-card-new {
      display: flex;
      background: #2a1b2f;
      border-radius: 20px;
      padding: 5px;
      gap: 15px;
      color: #fff;
      margin-bottom: 20px;
      width: 65%;
      align-items: center;
       position: relative;
    }

    .visey-coin-reward-left-section {
      display: flex;
      justify-content: end;
      align-items: center;
      width: 100%;
      
    }

    .visey-coin-reward-ticket-left {
      height: 150px;
      border-radius: 18px;
     
      overflow: visible;
    }

    .visey-coin-reward-ticket-left img {
      position: absolute;
      height: 132px;
      top: 50%;
      left: 0%;
      transform: translate(-56%, -50%);
      display: block;
    }

    .visey-coin-reward-daily-offer {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 12px;
      opacity: 0.9;
    }

    .visey-coin-reward-tnc {
      position: absolute;
      bottom: 10px;
      right: 15px;
      font-size: 10px;
      opacity: 0.7;
    }

    .visey-coin-reward-divider-line {
      position: absolute;
      top: 0;
      right: 90px;
      width: 1px;
      height: 100%;
      border-right: 2px dashed rgba(255,255,255,0.4);
    }

    .visey-coin-reward-barcode {
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%) rotate(-90deg);
      font-size: 12px;
      opacity: 0.7;
    }

    .visey-coin-reward-cut-top,
    .visey-coin-reward-cut-bottom {
      width: 30px;
      height: 30px;
      background: #2a1b2f;
      position: absolute;
      right: 75px;
      border-radius: 50%;
    }

    .visey-coin-reward-cut-top { top: -15px; }
    .visey-coin-reward-cut-bottom { bottom: -15px; }

    .visey-coin-reward-ticket-right {
      flex: 1;
      padding-top: 5px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      padding-left: 125px;
    }

    .visey-coin-reward-status {
      font-size: 20px;
      margin: 0;
      display: block;
    }

    .visey-coin-reward-active {
      color: #00ff85;
      font-size: 16px;
      margin-left: 8px;
      display: inline-block;
    }

    .visey-coin-reward-expires {
      margin-top: 0;
      font-size: 13px;
      opacity: 0.9;
      margin-bottom: 0;
    }

    .visey-coin-reward-code-row {
      margin: 0;
      display: flex;
      align-items: center;
      gap: 10px;
      
    }

    .visey-coin-reward-coupon-code {
      font-weight: 600;
      font-size: 16px;
    }

    .visey-coin-reward-copy-icon {
      cursor: pointer;
      background-color: #E1E1E14D;
      padding: 8px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all 0.25s ease;
    }

    .visey-coin-reward-copy-icon img {
      height: 14px;
      transition: transform 0.25s ease;
      display: block;
    }

    .visey-coin-reward-copy-icon:hover {
      background-color: #ffffff33;
      transform: scale(1.08);
      box-shadow: 0 0 10px #ffffff40;
    }

    .visey-coin-reward-copy-icon:hover img {
      transform: scale(1.15);
    }

    .visey-coin-reward-redeem-btn-new {
     background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
    padding: 5px 12px;
    border: none;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    align-self: flex-start;
    }

    .visey-coin-reward-left-side-main-section {
      background-color: #D9D9D914;
      padding: 24px;
      border-radius: 20px;
      height: 500px;
      overflow-y: auto;
      scrollbar-width: thin;
    }

    .visey-coin-reward-left-side-main-section h2 {
      font-size: 24px;
      font-weight: 600;
      margin: 0 0 12px 0;
      color: white;
    }

    .visey-coin-reward-left-side-main-section::-webkit-scrollbar { 
      width: 8px; 
    }
    .visey-coin-reward-left-side-main-section::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.08); border-radius: 10px; }

    .visey-coin-reward-right-side-main {
      width: 100%;
      max-width: 450px;
      padding: 0 10px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      
    }

    .visey-coin-reward-coins-bank-box-inner-section {
      background-color: #6e2cff;
      border-radius: 30px;
      padding: 3px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      
    }

       .visey-coin-reward-right-inner-main-section{
      background: #D9D9D914;
      padding: 5px;
      border-radius: 16px;

    }


    .visey-coin-reward-right-inner-sub-section {
background: linear-gradient(172.38deg, #33004C 73.1%, #CE0758 202.54%);
      padding: 10px;
      border-radius: 16px;
      display: flex;
      flex-direction: column;
        gap: 10px;
    }

    .visey-coin-reward-coins-bank-left {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 18px;
    }

    .visey-coin-reward-coins-bank-left img {
      height: 40px;
      display: block;
    }

    .visey-coin-reward-coins-bank-right {
      padding: 6px 18px;
      font-size: 20px;
      font-weight: 600;
      border-left: 1px solid #fff;
      
    }

    .visey-coin-reward-earned-box,
    .visey-coin-reward-spent-box {
      height: 130px;
      padding: 18px;
      border-radius: 12px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
    }

    .visey-coin-reward-earned-box { 
      background-image: url('/wp-content/uploads/2025/11/total-earn-bg-img.webp');
      background-size: cover;
      padding: 70px;
     }

    .visey-coin-reward-spent-box { 
      background-image: url('/wp-content/uploads/2025/11/total-earn-bg-second-img.webp');
      background-size: cover;
      padding: 70px;
     }

    .visey-coin-reward-box-header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
    }

    .visey-coin-reward-header-right {
      background: rgba(255,255,255,0.1);
      padding: 4px 10px;
      border-radius: 10px;
      font-size: 12px;
    }

    .visey-coin-reward-graph-img {
      width: 100%;
      border-radius: 12px;
      margin: 10px 0;
      display: block;
    }

    .visey-coin-reward-earned-footer {
      display: flex;
      justify-content: flex-end;
    }

    .visey-coin-reward-coins-amount {
      font-size: 18px;
      font-weight: 600;
    }

    .visey-coin-reward-coins-amount.earned { color: #00ff8b; }
    .visey-coin-reward-coins-amount.spent { color: #ff6b6b; }

    .visey-coin-reward-mini-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
      align-items: start;
    }

    .visey-coin-reward-mini-box {
      width: 100%;
      height: 215px;
      background-image: url('/wp-content/uploads/2025/11/Get-credit-coins-in-seconds-img.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 18px;
      padding: 15px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      font-size: 18px;
      
    }

    .visey-coin-reward-mini-box-1 {
       width: 100%;
      height: 215px;
      background-image: url('/wp-content/uploads/2025/11/Get-credit-coins-in-seconds-second-img.webp');
      background-size: cover;
      padding: 15px;
      font-size: 20px;
      border-radius: 18px;
      
    }

    .visey-coin-reward-mini-subtext {
      font-size: 12px;
      opacity: 0.7;
      color: #EDEDED;
    }

    /* GIFT BOX */
    .visey-coin-reward-gift-box-main {
      background-image: url('/wp-content/uploads/2025/11/gift-coin-bg-img.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border-radius: 20px;
      padding: 6px;
      position: relative;
      
    }

    .visey-coin-reward-gift-box-header {
      font-size: 20px;
      margin-bottom: 10px;
      margin-left: 5px;
    }

    .visey-coin-reward-gift-form {
      background-color: #D9D9D91C;
      width: 45%;
      padding: 10px;
      border-radius: 15px;
      color: #fff;
      
    }

    .visey-coin-reward-gift-input {
      width: 95%;
      padding: 6px 5px;
      background: transparent;
      border: none;
      border-bottom: 1.5px solid rgba(255,255,255,0.6);
      color: #fff;
      outline: none;
      font-size: 14px;
      
    }

    .visey-coin-reward-gift-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 10px;
      
    }

    .visey-coin-reward-gift-row label {
      font-size: 14px;
      opacity: 0.8;
      white-space: nowrap;
    }

    .visey-coin-reward-gift-row input {
      flex: 1;
      padding: 6px 0;
      background: transparent;
      border: none;
      border-bottom: 1.5px solid rgba(255,255,255,0.6);
      color: #fff;
      outline: none;
      
      width: 100%;
    }

    .visey-coin-reward-send-gift-btn {
      width: 100%;
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      padding: 4px 15px;
      border: none;
      border-radius: 25px;
      color: #fff;
      cursor: pointer;
      font-size: 15px;
      
    }

    .visey-coin-reward-gift-bg-img {
      width: 100%;
      border-radius: 15px;
      margin-top: 15px;
      display: block;
    }

    /* small helpers */
    .visey-coin-reward-row { display: flex; gap: 10px; align-items: center;  }
    .visey-coin-reward-col { flex: 1;  }

    .ff-default .ff-el-input--label label {
        color : white !important;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .apus-loadmore-btn {
      display: inline;
      color: #4700ED;
      background-color: transparent; 
      text-transform: capitalize;
      padding: 0; 
      border: none; 
      border-radius: 0; 
      -webkit-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      position: static; 
    }

    /* Optional: Add a subtle hover effect common for links */
    .apus-loadmore-btn:hover {
        text-decoration: underline; /* Add underline on hover */
        color: #4700ED; /* Change color on hover for feedback */
        background: transparent;
    }

    .listing-search .select-wrapper {
        max-width: 60%;
    }

    .search-form-inner .list-fileds {
      display: flex;
      flex-wrap: nowrap !important;
      align-items: center;
    }

    .search-form-inner .list-fileds > div {
        flex: 1;
        max-width: inherit; /* prevent bootstrap columns from forcing wrap */
    }

    .search-form-inner .form-group-search {
        flex: 0 0 auto !important;
        padding-left: 10px;
    }

    .w-100 {
       width: revert;

    }

    /* Make button inline */
    .search-form-inner .form-group-search .btn-submit {
        white-space: nowrap;
    }

    .listing-search .search-result-bar button, .listing-search button.btn-submit.btn.d-block.btn-theme.btn-inverse {
    padding: 6px 20px;
    border-radius: 25px;
    background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    white-space: nowrap;
}
  
    .listing-search .align-items-center {
      float: left;
      min-width: 30%;
    }

    .visey-blog-section-body {
      margin: 0;
      padding: 0;
      font-family: "Inter", sans-serif;
     
    }

    .visey-blog-section-wrapper {
      width: 100%;
    }

    .visey-blog-section-title {
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 25px;
      margin-top: 15px;
      gap: 20px;
      display: flex;
      align-items: center;
      color: white;
    }

    #caf-post-layout-container {
        padding: 0px !important;
    }


   #caf-filter-layout1 ul.caf-filter-container.caf-filter-layout1 {
    padding: 0;
    display: flex;
    gap: 45px;
    margin: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    flex-wrap: wrap;
    }


.data-target-div1 .caf-post-layout1 .caf-post-title h2 a{
    font-size: 16px !important;
    margin-top: 10px;
}


    .data-target-div1 #caf-filter-layout1 li a, .data-target-div1 #caf-filter-layout1 li.more span {
       background: #57123C2E !important;
       border: 1px solid #AB94B8 !important;

    }

    .visey-blog-section-filter-btn:hover, .visey-blog-section-filter-btn.active, .data-target-div1 #caf-filter-layout1 li a.active, .data-target-div1 #caf-filter-layout1 li a:hover {
            background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%) !important;
    }

    .visey-blog-section-title img {
      cursor: pointer;
      height: 20px;
    }

    .visey-blog-section-filters {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 40px;
    }

    .visey-blog-section-filter-btn, .data-target-div1 #caf-filter-layout1 li a {
      padding: 8px 20px;
      font-size: 16px;
      border-radius: 10px;
      background: #57123C2E;
      border: 1px solid #AB94B8;
      color: #fff;
      cursor: pointer;
      transition: .2s;
    }

    .visey-blog-section-filter-btn:hover,
    .visey-blog-section-filter-btn.active, .data-target-div1 #caf-filter-layout1 li a.active, .data-target-div1 #caf-filter-layout1 li a:hover {
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      color: #ffffff !important;
    }

    .visey-blog-section-grid {
     display: flex;
      gap: 24px;
      flex-wrap: wrap;
      justify-content: space-around;
    }

#manage-ajax-response {
    gap: 40px;
    padding: 50px 0px !important;
}
.caf-mb-4 {
    margin-bottom: 0px !important;
}
ul.caf-filter-layout1 li {
    margin-bottom: 0px !important;
}

    .visey-blog-section-card {
      background: linear-gradient(90deg, rgba(73, 73, 73, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
      border-radius: 16px;
      padding: 16px;
      transition: .25s;
      display: flex;
      flex-direction: column;
    max-width: 296px !important;
    }

    .visey-blog-section-card:hover {
      transform: translateY(-4px);
      background: rgba(255,255,255,0.08);
    }

    .visey-blog-section-card img {
      width: 100%;
      height: 264px;
      border-radius: 8px 8px 0 0;
      object-fit: cover;
    }

    .visey-blog-section-card-title {
      font-weight: 500;
      font-size: 16px;
      margin: 14px 0 8px;
      color: #EDEDED;
    }

    .visey-blog-section-meta {
      font-size: 14px;
      opacity: .7;
      color: #A7A7A7;
    }

    .visey-blog-section-card-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: auto;
    }

    .visey-blog-section-read-btn, .data-target-div1 .caf-post-layout1 a.caf-read-more {
    width: 106px;
    height: 28px;
    display: flex;
    justify-content: center;
      border-radius: 10px;
      font-size: 16px;
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      border: none;
      color: #fff;
      cursor: pointer;
      transition: .2s;
      font-size: 16px;
      font-weight: 400;
    }
    .caf-post-layout1 .caf-featured-img-box {
    border-radius: 8px 8px 0px 0px;
    }

    .caf-post-layout1 .manage-layout1 {
    box-shadow: none !important;
}

    body.blog {
      background: radial-gradient(103.22% 193.98% at 3.37% 0%, #2E0617 0%, #0D0117 67%, #110007 79%, #260955 98%);
      color: #fff;
    }

    .data-target-div1 .caf-post-layout1 .caf-content, .data-target-div1 .caf-post-layout1 .caf-meta-content {
      display: none;
    }

    .caf-post-layout1 .caf-content-read-more, .data-target-div1 .caf-post-layout1 .caf-post-title {
      background: transparent !important;
    }

    .caf-post-layout1 .caf-featured-img-box {
      height: 250px !important;
    }

    @media (max-width : 1440px) and ( min-width : 1240px ){
    
        .caf-post-layout1 .caf-featured-img-box {
    height: 225px !important;
}
    }

    .data-target-div1 ul#caf-layout-pagination.post-layout1 li span.current {
        color: #ffffff !important;
        background-color: #234DD4 !important;
    }

    .data-target-div1 ul#caf-layout-pagination.post-layout1 li a {
        color: #234DD4 !important;
        background-color: #ffffff !important;
    }

    .caf-post-layout1 .manage-layout1 {
      box-shadow: none;
    }

    .caf-post-layout1 #manage-post-area {
      background: transparent !important;
    }

    .visey-resource-provider-container {
      max-width: 1080px;
      margin: 0 auto;
    }

    .visey-resource-provider-heading {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 25px;
      display: flex;
      align-items: center;
      gap: 10px;
      color: white;
    }
    .visey-resource-provider-heading {
     cursor: pointer;
    }

    .visey-resource-provider-heading img {
      height: 20px;
       cursor: pointer;
    }

    /* ---------- Listing Header ---------- */
    .visey-resource-provider-listing-header {
      display: flex;
      justify-content: space-between;
      background: linear-gradient(90deg, rgba(73, 73, 73, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
      box-shadow: 0px 4px 4px 0px #00000040;
      padding: 15px;
      border-radius: 14px;
      margin-bottom: 30px;
      gap: 20px;
    }

    .visey-resource-provider-listing-left {
      display: flex;
      gap: 20px;
      flex: 1;
      flex-wrap: wrap;
    }

    .visey-resource-provider-banner {
      width: 146px;
      height: 133px;
      border-radius: 8px;
      background: radial-gradient(45.67% 54.2% at 54.33% -7.87%, #5319DB 0%, #FB5757 48%, #A508DE 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 24px;
    }

    .visey-resource-provider-listing-info {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      gap: 8px;
    }

    .visey-resource-provider-listing-info h3 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #DADADA;
      margin-top: 0px;
    }

    .visey-resource-provider-listing-info p {
      font-size: 18px;
      color: #EDEDED;
    }

    .visey-resource-provider-tags {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }

    .visey-resource-provider-tag1 {
      width: 93px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #FFD2E6;
      border: 2px solid #BD3979;
      padding: 4px 10px;
      border-radius: 6px;
      font-size: 16px;
      color: #1E1E1E;
      cursor: pointer;
    }

    .visey-resource-provider-tag2 {
      width: 206px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #D2FFD9;
      border: 2px solid #51BD39;
      padding: 4px 10px;
      border-radius: 6px;
      font-size: 16px;
      color: #1E1E1E;
      cursor: pointer;
    }

    .visey-resource-provider-listing-right {
      padding: 10px;
    }

    .visey-resource-provider-right-border {
      border-left: 1px solid white;
      padding-left: 20px;
      display: flex;
      height: 100%;
      flex-shrink: 0;
    }

    .visey-resource-provider-right {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
    }

    .visey-resource-provider-stats {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      font-size: 14px;
      color: #ccc;
      width: 100%;
    }

    .visey-resource-provider-stats-first {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 20px;
    }

    .visey-resource-provider-stats img {
      width: 26px;
      height: 26px;
      cursor: pointer;
    }

    .visey-resource-provider-btn {
      margin-top: 8px;
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      border: none;
      padding: 8px 20px;
      border-radius: 20px;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      cursor: pointer;
      white-space: nowrap;
    }

    /* ---------- Applications ---------- */
    .visey-resource-provider-applications {
      margin-top: 10px;
    }

    .visey-resource-provider-applications-header {
      display: flex;
      align-items: center;
      margin-bottom: 15px;
      flex-wrap: wrap;
      gap: 20px;
    }

    .visey-resource-provider-applications-header h4 {
      font-size: 24px;
      font-weight: 600;
      color: #FFFFFF;
    }

    .visey-resource-provider-right-actions {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .visey-resource-provider-filter-select {
      background: transparent;
      border: none;
      border-radius: 8px;
      color: #fff;
      font-size: 16px;
      padding: 6px 10px;
      cursor: pointer;
      outline: none;
      transition: all 0.3s ease;
      appearance: none;
      background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="12" viewBox="0 0 20 20" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M5.516 7.548l4.484 4.482 4.484-4.482L16 8.548l-6 6-6-6z"/></svg>');
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 12px;
      padding-right: 28px;
    }

    .visey-resource-provider-filter-select option {
      background-color: #1a0b25;
      color: #fff;
    }

    .visey-resource-provider-card-section {
      height: 600px;
      overflow-y: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

    .visey-resource-provider-card-section::-webkit-scrollbar {
      display: none;
    }

    .visey-resource-provider-card {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: linear-gradient(90.1deg, rgba(58, 9, 54, 0.2) 0.09%, rgba(61, 0, 39, 0.2) 99.91%);
      padding: 20px;
      border-radius: 10px;
      margin-bottom: 12px;
      transition: all 0.4s ease-in-out;
      flex-wrap: wrap;
      gap: 15px;
    }

    .visey-resource-provider-card:hover {
      background: linear-gradient(90.1deg, rgba(122, 1, 112, 0.5) 0.09%, rgba(106, 2, 49, 0.5) 99.91%);
    }

    .visey-resource-provider-card.active {
      background: linear-gradient(90.1deg, rgba(122, 1, 112, 0.5) 0.09%, rgba(106, 2, 49, 0.5) 99.91%) !important;
    }

    .visey-resource-provider-user {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .visey-resource-provider-avatar {
      width: 43px;
      height: 43px;
    }

    .visey-resource-provider-avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50%;
    }

    .visey-resource-provider-details h5 {
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 4px;
      color: white;
    }

    .visey-resource-provider-details p {
      font-size: 16px;
      color: #EDEDED;
    }

    .visey-resource-provider-status-btn {
      border: none;
      border-radius: 8px;
      padding: 6px 14px;
      font-weight: 500;
      cursor: pointer;
    }

    .visey-resource-provider-review {
      position: relative;
      background: transparent;
      color: #EDEDED;
      padding: 7px 17px;
      border-radius: 17px;
      font-weight: 400;
      cursor: pointer;
      transition: all 0.3s ease;
      font-size: 16px;
      z-index: 1;
    }

    .visey-resource-provider-review::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(275.4deg, #B195FE 28.84%, #ED5895 77.64%);
      -webkit-mask:
        linear-gradient(#EDEDED 0 0) content-box,
        linear-gradient(#EDEDED 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
      pointer-events: none;
      z-index: -1;
    }

    .visey-resource-provider-shortlisted {
      background: linear-gradient(41.75deg, #72A387 -12.81%, #3CC237 48.93%);
      border: 1px solid #51BD39;
      color: #EDEDED;
      border-radius: 15px;
      font-size: 16px;
      font-weight: 400;
    }

    .visey-resource-provider-rejected {
      background: #AC0243;
      border: 1px solid #AC0243;
      border-radius: 15px;
      font-size: 16px;
      color: #EDEDED;
      font-weight: 400;
    }

    .home-provider-search .form-group-inner {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 20px;
        color: #fff;
        width: 100%;
    }



    .home-provider-search .search-container input.form-control {
        flex: 1;
        background: linear-gradient(90deg, #960943 0%, #770132 100%);
        border: 2px solid white;
        color: #fff;
        padding: 0px 15px;
        font-size: 18px;
        border-radius: 8px;
        outline: none;
        transition: 0.3s;
        height: 32px !important;
    }

    .data-target-div1 .error-caf {
        background: transparent !important;
        font-size: 16px !important;
    }

        .visey-lead-generation-body {
      margin: 0;
      background: radial-gradient(103.22% 193.98% at 3.37% 0%, #2E0617 0%, #0D0117 67%, #110007 79%, #260955 98%);
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Inter", sans-serif;
      color: #fff;
    }

    .visey-lead-generation-overlay {
      position: fixed;
      inset: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      backdrop-filter: blur(6px);
    }

    .visey-lead-generation-border {
      padding: 2px;
      border-radius: 18px;
      background: linear-gradient(107.56deg, rgba(58, 13, 30, 0.73) 2.52%, rgba(205, 177, 249, 0.73) 39.89%, rgba(27, 27, 27, 0.73) 77.25%);
    }

    .visey-lead-generation-popup {
      background: radial-gradient(115.78% 117.95% at 59.59% -26.41%, rgba(37, 0, 70, 0.98) 0%, rgba(77, 3, 39, 0.882) 32%, rgba(49, 5, 90, 0.98) 100%);
      border-radius: 16px;
      padding: 50px;
      width: 555px;
      position: relative;
    }

    /* ---------- Header ---------- */
    .visey-lead-generation-close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 40px;
      background: none;
      color: #fff;
      border: none;
      cursor: pointer;
    }

    .visey-lead-generation-title {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.4;
      margin-bottom: 30px;
      color: white;
    }

    /* ---------- Form ---------- */
    .visey-lead-generation-form {
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .visey-lead-generation-form-row {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .visey-lead-generation-label {
      font-size: 20px;
      white-space: nowrap;
      font-weight: 500;
      color: white;
    }

    .visey-lead-generation-select {
      border: 1.5px solid #EDEDED;
      color: #fff;
      padding: 5px 35px 5px 12px;
      border-radius: 8px;
      font-size: 20px;
      width: 100%;
      outline: none;
      cursor: pointer;
      appearance: none;
      background:
        url('/wp-content/uploads/2025/11/down-icon.png') no-repeat right 12px center,
        linear-gradient(90deg, #960943 0%, #770132 100%);
      background-size: 16px, auto;
    }

    .visey-lead-generation-select option {
      background-color: #1a0030;
      color: #fff;
      font-size: 20px;
    }

    .visey-lead-generation-column {
      flex-direction: column;
      align-items: flex-start;
    }

    .visey-lead-generation-input {
      background: linear-gradient(90deg, #960943 0%, #770132 100%);
      border: 1.5px solid #EDEDED;
      color: #fff;
      padding: 10px 12px;
      border-radius: 8px;
      font-size: 20px;
      width: 100%;
      outline: none;
    }

    .visey-lead-generation-amount,
    .visey-lead-generation-phone {
      display: flex;
      align-items: center;
      background: #57123C2E;
      border: 1.5px solid #EDEDED;
      border-radius: 8px;
      width: 100%;
      overflow: hidden;
      max-height: 45px;
    }

    .visey-lead-generation-amount input,
    .visey-lead-generation-phone input {
      border: none;
      background: transparent !important;
      color: white;
      flex: 1;
      font-size: 18px;
      padding: 10px 20px;
      max-width: 85%;  
    }
    .visey-lead-generation-phone input {
      border-left: 1px solid #EDEDED;
      outline: none;
      flex: 1;
      color: white;
      font-size: 18px;
      padding: 0px 20px;
        }
        .visey-lead-generation-country-code option {
      background-color: #1a0030;
      color: #fff;
      font-size: 18px;
    }
    .visey-lead-generation-country-wrapper {
      position: relative;
      width: 70px;
    }

       .visey-lead-generation-country-code {
      border: none;
      outline: none;
      color: #fff;
      background: linear-gradient(90deg, #960943 0%, #770132 100%);
      padding: 10px 30px 10px 12px;
      font-size: 18px;
      border-right: 1.5px solid #EDEDED;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      cursor: pointer;
      width: 100%;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
    }
    .visey-lead-generation-down-arrow {
      position: absolute;
     left: 65%;
      top: 70%;
      transform: translateY(-50%);
      pointer-events: none;
    }
    .visey-lead-generation-down-arrow img {
      width: 12px;
    }
    
    
    /* Popup Maker – Close Button Fix */
    #popmake-4499 .pum-close {
        top: auto !important;
        bottom: 300px !important;
        right: 80px !important;
    }




    .visey-lead-generation-phone select {
      background: transparent;
      border: none;
      color: #fff;
      font-size: 18px;
      padding: 10px;
      min-width: 70px;
      outline: none;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
    }
    
    .wpcf7-form-control-wrap {
        display: contents;
    }

    .visey-lead-generation-phone select option {
      background-color: #1a0030;
      color: #fff;
    }

    .visey-lead-generation-amount span {
      padding: 10px 20px;
      font-size: 18px;
      color: #7D7D7D;
      font-weight: bold;
    }

    .visey-lead-generation-last-two {
      margin-top: 20px;
      display: flex;
      gap: 10px;
      justify-content: center;
      flex-direction: column;
    }

    /* ---------- Button ---------- */
    .visey-lead-generation-submit {
      margin-top: 10px;
      background: linear-gradient(50.02deg, #CE0758 -15.96%, #7343F6 59.75%);
      color: #fff;
      border: none;
      padding: 12px;
      font-size: 16px;
      border-radius: 8px;
      cursor: pointer;
      transition: opacity 0.2s ease;
    }

    .visey-lead-generation-submit:hover {
      opacity: 0.85;
    }
    
    .not-found.text-center {
        color: #000000;
        margin-bottom: 20px;
        font-size: 16px;
    }

/* Visey help center responsive style start */

    @media(max-width : 1440px) and ( min-width : 1240px  ) {
        .visey-blog-section-card {
            max-width: 255px !important;
        }
        .visey-blog-section-grid {
        justify-content: start;
        }
    }

    @media (min-width: 1200px) {
        .listings-ordering-wrapper {
            margin-bottom: 0rem !important;
        }
    }

    @media (min-width: 1200px) {
        .widget-listing-search-form.vertical .btn-submit, .widget-listing-search-form.vertical .form-control {
            height: 32px;
        }
    }
  

    @media (max-width: 1024px) {
        #caf-filter-layout1 ul.caf-filter-container.caf-filter-layout1 {
            gap: 25px;
        }
        
      .visey-help-center-container {
        max-width: 90%;
      }

      .visey-help-center-cards {
        gap: 20px;
      }
    }

    @media (max-width: 768px) {
      .signup-2-card {
        padding: 28px;
        max-width: 100%;
      }

.signup-2-google-btn, a.wp_google_login__button {
  width: 90%;
}
      .signup-2-send-btn {
        width: 60%;
      }

      .signup-2-google-btn {
        width: 70%;
      }
    }

    @media (max-width: 480px) {
            .visey-help-center-container {
                max-width: 100%;
            }
      .signup-2-container {
        padding: 10px;
      }

      .signup-2-card {
        padding: 20px 10px;
      }

   .elementor-1852 .elementor-element.elementor-element-0672a2d
 {
  padding: 0px;
 }

 .elementor-1852 .elementor-element.elementor-element-76e582f {
  padding: 0px;
 }

 .elementor-1823 .elementor-element.elementor-element-16fa4f9 {
 padding: 0px;
 }



      .signup-2-title {
        font-size: 20px;
      }

      .signup-2-send-btn {
        width: 80%;
        font-size: 14px;
      }
      
      .signup-2-input {
        font-size: 13px;
        padding: 10px 12px;
      }
      .signup-2-options{
        font-size: 12px;
        gap: 10px;
        
      }
    }

    


    @media (max-width: 768px) {
      .forgot-password-1-card {
        padding: 28px;
        max-width: 100%;
      }

      .forgot-password-1-send-btn {
        width: 60%;
      }
    }

    @media (max-width: 480px) {
      .forgot-password-1-container {
        padding: 30px;
      }

      .forgot-password-1-card {
        padding: 24px 20px;
      }

      .forgot-password-1-title {
        font-size: 20px;
      }

      .forgot-password-1-input {
        font-size: 13px;
        padding: 10px 12px;
      }

      .forgot-password-1-send-btn {
        width: 80%;
        font-size: 14px;
      }
      .forgot-password-1-send-btn, input#um-submit-btn {
        max-width: 100% !important;
      }
    }

    @media (max-width: 768px) {
      .forgot-pass-4-card {
        padding: 28px;
        max-width: 100%;
      }

      .forgot-pass-4-send-btn {
        width: 60%;
      }

      .forgot-pass-4-google-btn {
        width: 70%;
      }
    }

    @media (max-width: 480px) {
      .forgot-pass-4-container {
        padding: 20px;
      }

      .forgot-pass-4-card {
        padding: 20px 15px;
      }

      .elementor-2213 .elementor-element.elementor-element-536d9c5 {
        padding: 0px;
      }
      .elementor-1981 .elementor-element.elementor-element-aab7006 .elementor-button {
    font-size: 14px;
    
}

      .forgot-pass-4-title {
        font-size: 20px;
      }

      .forgot-pass-4-send-btn {
        width: 80%;
        font-size: 14px;
      }

      .forgot-pass-4-input {
        font-size: 13px;
        padding: 10px 12px;
      }

      .forgot-pass-4-options {
        font-size: 12px;
        gap: 10px;
      }
    }

    @media(max-width: 380px) {
        .forgot-pass-4-container {
        padding: 15px;
      }
       .forgot-pass-4-card {
        padding: 24px 10px;
      }
    }

        @media(max-width: 350px) {
        .forgot-pass-4-container {
        padding: 10px;
      }

     .elementor-1981 .elementor-element.elementor-element-cc88f5c .elementor-heading-title {
        font-size: 20px;
     }
     .elementor-1981 .elementor-element.elementor-element-ed64b98 {
        padding: 20px !important;
     }
    }

    @media (max-width: 768px) {
      .otp-verification-1-card {
        padding: 28px;
        max-width: 90%;
      }

      .otp-verification-1-otp-input {
        width: 40px;
        height: 45px;
        font-size: 18px;
      }

      .otp-verification-1-resend-btn,
      .otp-verification-1-submit-btn {
        width: 60%;
      }
    }

    @media (max-width: 480px) {
      .otp-verification-1-container {
        padding: 30px;
      }

      .otp-verification-1-card {
        padding: 24px 20px;
      }

      .otp-verification-1-title {
        font-size: 20px;
      }

      .otp-verification-1-otp-input {
        width: 38px;
        height: 44px;
        font-size: 16px;
      }

      .otp-verification-1-resend-btn,
      .otp-verification-1-submit-btn {
        width: 80%;
        font-size: 14px;
      }

      .otp-verification-1-timer {
        font-size: 12px;
      }
    }

    @media(max-width: 480px) {
        .visey-sidebar-history {
            margin-top: 25px;
        }
     .visey-sidebar-history-list {
         margin-top: 25px;
     }
      }



     @media (max-width: 1440px) and (min-width: 1240px) {
  .search-container input.form-control {

    height: 40px !important;
  }
}


      @media (max-width: 1024px) {
          .homepage-wrapper-inner-main{
              min-width: 90%;
          }
        .homepage-wrapper {
          width: 90%;
          padding: 40px 20px;
           max-height: auto;
           gap: 65px;
        }
        .search-row {
          flex-direction: column;
          align-items: flex-start;
          gap: 8px;
        }
        .search-row input,
        .select-wrapper {
          max-width: 100%;
          font-size: 18px;
        }
        .search-btn {
          width: 100%;
          text-align: center;
        }
        .curated-grid {
          justify-content: center;
      
      }

}
      @media (max-width: 768px) {
        
        .homepage-wrapper-main {
          justify-content: center;
          flex-direction: column;
          gap: 20px;
          min-width: 100%;
        }
        .homepage-wrapper {
          width: 100%;
          padding: 30px 15px;
        }
        .search-container {
          padding: 25px 20px;
        }
      
        .search-row span {
          font-size: 18px;
        }
        .search-row input {
          font-size: 16px;
          height: 36px;
        }
        .need-box img {
          height: 80px;
        }
       
      }

      @media (max-width: 480px) {
          .form-group-search {
              margin-top: 0px !important;
          }
        .homepage-wrapper {
          padding: 20px 0px;
          gap : 40px;
        }
        .search-container {
          padding: 20px;
        }
        
        form.form-search .form-group .heading-label{
            padding-right : 0px;
        }

         .search-container input.form-control {
            width: 100%;
        }
        .search-row {
          flex-direction: column;
          align-items: flex-start;
        }
        .search-row span {
          font-size: 16px;
        }
      .search-row input {
          width: 100%;
          font-size: 16px;
        }
        .select-wrapper {
          width: 100%;
        }
        .search-btn {
          width: 100%;
          font-size: 18px;
        }
        
        .needs-container {
            padding : 0px 20px;
        }
        .needs-grid {
          gap: 20px;
        }
        .need-box {
            min-width: 145px;
        }
        .need-box span {
            font-size: 14px;
        }
       
        .need-box img {
          height: 70px;
        }
        .curated-card {
          width: 65px;
          height: 65px;
        }

        button.btn-submit.d-block.btn.w-100.btn-theme.btn-inverse {
            width: 100% !important;
            margin-top: 25px;
            border-radius: 8px;

        }
        
        
        .curated-container{
            padding : 0px 20px;
        }
        .curated-container h2 {
         margin: 15px 0px;
         font-size : 14px;
      }
    .needs-container h2 {
    margin: 0px 0px 15px 0px;
    font-size : 14px;
   
}
      
      .curated-container-main-section span{
          font-size : 14px;
      }
        .search-btn .btn-line {
          display: none;
        }
          .curated-card span{
              font-size: 16px;
          }
          
        .curated-grid {
          justify-content: space-between;
      
      }

      }

      @media (max-width: 380px) {
             .need-box {
            min-width: 135px;
        }
    .needs-container {
            padding : 0px 0px;
        }
      
        .curated-container{
            padding : 0px 0px;
        }
      
      }


@media(max-width : 1440px) and (min-width : 1240px){
    .visey-sidebar-body {
 top: 15%;
    }
}

     @media (max-width: 1024px) {

          .visey-sidebar-body {
            /*width: 100%;*/
            /*height: 50vh;*/
            position: static;
            justify-content: center;
        }
        .search-row input,
        .select-wrapper {
          max-width: 100%;
          font-size: 18px;
        }
        .main-body {
            padding: 10px;
        }
        .homepage-wrapper-main {
            gap:  20px;
            flex-direction: column;
            
        }
      }

    @media (max-width: 992px) {
         .visey-sidebar-body {
            height: 50vh;
        }
        
        .visey-founderOs-intro-main-section {
            flex-direction: column;
        }

        .search-result-sidebar {
            width: 100%;
            height: auto;
            min-height: 200px;
        }

        .search-result-content {
            width: 100%;
           
        }

        .search-result-bar {
            flex-direction: column;
            align-items: stretch;
        }

        .search-result-bar label {
            margin-bottom: 4px;
        }

        .search-result-bar button {
            width: 100%;
            margin-top: 10px;
        }
    }

    @media(max-width : 768px){
         .search-result-main {
            flex-direction: column;
            align-items: center;
           justify-content: center;
            padding: 20px;
        }
      
        .visey-sidebar-container {
            height: 50vh;
        }
    }

 
    @media (max-width: 600px) {
         .visey-sidebar-container {
            height: 55vh;
        }
       

     .elementor-2497 .row {
         width: 100%;
     }

        .search-result-bar {
            gap: 10px;
        }

        .search-result-bar label {
            font-size: 16px;
        }

        .search-result-card-content {
            padding: 15px;
        }

        .search-result-chat-btn {
            font-size: 14px;
            padding: 5px 15px;
        }

        .search-result-avatar {
            width: 65px;
            height: 65px;
        }

        .search-result-card-content h3 {
            font-size: 16px;
        }
       
    }
 @media (max-width: 480px) {
     .widget-listing-search-form .form-group {
            flex-direction: row;
            align-items: start;
        }
         .search-form-inner .list-fileds {
           flex-direction: column;
            gap: 15px;
        }
    .search-result-section {
        margin: 0px 0px;
    }
      .search-result-section h2 {
          font-size: 18px;
        }
        .select-wrapper {
          width: 100%;
        }
        .elementor-1261 .elementor-element.elementor-element-a86b037 {
            padding: 0px;
        }
         .search-result-main {
            flex-direction: column;
            align-items: center;
           justify-content: center;
            padding: 20px;
            gap: 20px;
        }
        .listings-wrapper.items-wrapper.clearfix {
            padding: 0px;
        }

.visey-sidebar-body {
    width: 100%;
    justify-content: center;
    height: 70vh;
    display:none;

}


.mobile-menu-icon {
    border-top: 2px solid #ffffff !important;
}

.mobile-menu-icon::before,
.mobile-menu-icon::after {
    background-color: #ffffff !important;
}


.visey-sidebar-container {
    height: 65vh;
}
visey-sidebar-container {
    width: 100%;
}
.form-group-inner {
    min-width: 100%;
    width: 100%;
}

      }


      @media(max-width : 360px){
          .visey-sidebar-body {
    height: 65vh;

}
       
       
        .listings-ordering-wrapper {
            padding-top: 10px;
        }
        .listings-ordering, .listings-display-mode-wrapper {
            margin: 10px;
        }
        .listings-ordering-wrapper .listings-display-mode-wrapper {
            margin: 10px;
        }
      }


     
@media (max-width : 1440px) and (min-width : 1240px){
    .visey-help-center-card {
    width: 270px;
}


.visey-help-center-card-title {
    margin-top: 10px;
    min-height: 30px;
 
}

.visey-help-center-btn {
    width: 220px;
    height: 40px;
   
}

}



 @media (max-width: 768px) {
      .visey-help-center-cards {
        flex-direction: column;
        align-items: center;
      }

      .visey-help-center-card {
        width: 90%;
      }

      .visey-help-center-btn {
        width: 80%;
      }

      .visey-help-center-title,
      .visey-help-center-heading {
        text-align: center;
      }

      .visey-help-center-subtitle {
        text-align: center;
      }
    }

    @media (max-width: 480px) {
      .visey-help-center-title {
        font-size: 26px;
      }

      .visey-help-center-heading {
        font-size: 20px;
      }

      .visey-help-center-card-title {
        font-size: 20px;
      }

      .visey-help-center-card-text {
        font-size: 14px;
      }

      .visey-help-center-btn {
        font-size: 16px;
        height: 45px;
      }
    }



@media(max-width : 1440px) and (min-width : 1240px){
    .ai-tools-1-section {
        height: 500px;
        overflow-y: scroll;
    }

   
}


    @media (max-width: 992px) {
       
   .ai-tools-1-main {
            flex-direction: column;
            align-items: center;
            padding: 20px;
            gap: 40px;
        }
        .ai-tools-1-sidebar {
            width: 100%;
            height: auto;
            min-height: 200px;
        }

        .ai-tools-1-content {
            width: 100%;
            padding: 20px;
        }

        .ai-tools-1-bar {
            flex-direction: column;
            align-items: stretch;
        }

        .ai-tools-1-bar label {
            margin-bottom: 4px;
        }

        .ai-tools-1-bar button {
            width: 100%;
            margin-top: 10px;
        }
    }

    @media (max-width: 600px) {
        .ai-tools-1-card {
            width: 100%;
        }

        .ai-tools-1-section {
            padding: 20px 10px;
        }

        .ai-tools-1-bar label {
            font-size: 16px;
        }

        .ai-tools-1-chat-btn {
            font-size: 14px;
            padding: 5px 15px;
        }

        .ai-tools-1-card-content h3 {
            font-size: 16px;
        }
      
    }

    @media (max-width: 480px) {
        .ai-tools-1-section {
            margin: 0;
            height: 600px;
            overflow-y: scroll;
              -ms-overflow-style: none; 
  scrollbar-width: none;
        }
        .ai-tools-1-section::-webkit-scrollbar {
  display: none;
}

        .ai-tools-1-section h2 {
            font-size: 18px;
        }

        .ai-tools-1-select-wrapper {
            width: 100%;
        }
    }

    @media (max-width: 350px) {
        .ai-tools-1-content {
            padding: 0;
        }
    }     

    @media (max-width: 1200px) {
      
      .visey-profile-card {
        margin-top: 50px;
      }
    }

    @media (max-width: 1024px) {
      .visey-profile-main-section {
        flex-direction: column;
        align-items: center;
      }
     
      .visey-profile-card {
        width: 90%;
        margin-top: 40px;
      }
      .visey-profile-img-section {
        left: 10%;
        top: 85%;
        transform: translateX(-50%);
      }
    }
   

    @media (max-width: 576px) {
     
        .visey-profile-wrapper {
            padding: 0px 0px 0px 0px;
        }

       .visey-profile-img-section {
        left: 14%;
        top: 92%;
        transform: translateX(-50%);
      }
      .visey-profile-img-section {
        width: 70px;
        height: 70px;
    }
        .visey-profile-body {
            padding: 70px 15px 15px 15px;
        }
        .visey-profile-tabs .nav-link {
            font-size: 14px;
            padding: 5px 15px;
        }
        .visey-profile-portfolio-section h5 {
            font-size: 20px;
        }
        .visey-profile-name {
            font-size: 14px;
        }
        .visey-profile-rating-text {
            font-size: 14px;
        }
        }

    @media (max-width: 768px) {
      .visey-profile-portfolio-section-insured {
        height: auto;
        padding: 20px;
      }
 
      .visey-profile-portfolio-section-insured h4 {
        font-size: 20px;
      }
 
      .visey-profile-portfolio-section-insured p {
        width: 100%;
        margin: 0 auto 50px;
      }
 
 
      .visey-profile-portfolio-section-pay-btn img {
        width: 180px;
        height: auto;
      }
    }
 
    @media (max-width: 576px) {
      .visey-profile-portfolio-section-title {
        font-size: 20px;
      }
 
     
 
      .visey-profile-portfolio-section-insured h4 {
        font-size: 18px;
      }
    }

    @media (max-width: 768px) {
      .visey-profile-portfolio-section {
        max-width: 90%;
      }
      .visey-profile-portfolio-section h5 {
        font-size: 20px;
      }
      .visey-profile-contact-btn {
        font-size: 14px;
        padding: 10px 18px;
      }
    }
 
    @media (max-width: 576px) {
      .visey-profile-portfolio-section {
        max-width: 100%;
      }
      .visey-profile-portfolio-section h5 {
        font-size: 18px;
      }
      .visey-profile-award-item img {
        width: 50px;
        height: 50px;
      }
    }    

    @media (max-width: 768px) {
      .visey-rating-section-container {
        max-width: 95%;
        padding: 15px;
      }
 
      .visey-rating-section-header img {
        width: 38px;
        height: 38px;
      }
 
      .visey-rating-section-text {
        font-size: 14px;
      }
 
      .visey-rating-section-actions span {
        font-size: 13px;
      }
    }
 
    @media (max-width: 480px) {
      .visey-rating-section-container {
        padding: 5px;
      }
    .visey-rating-section-actions {
        gap: 12px;
      }
    }

    /* ---------- Insight Room ---------- */

@media(max-width : 1440px) and (min-width : 1240px){
    .visey-insight-room-header {
    margin-top: 25px;
}
.visey-insight-room-container {
    background-size: 60%;
}
.visey-insight-room-footer-text {
    margin-top: 5px;
    margin-bottom: 0px;
}
.visey-insight-room-subtext {
    margin-bottom: 0px;
}

}


    @media (max-width: 1240px) and (min-width: 1024px) {
      .visey-insight-room-container {
        background-size: contain;
        min-height: 95vh;
      }

      .visey-insight-room-header {
        margin-top: 10px;
      }

      .visey-insight-room-title {
        width: 65%;
        font-size: 18px;
        margin: 0 auto 10px;
      }

      .visey-insight-room-subtext {
        font-size: 14px;
        margin-bottom: 30px;
      }

      .visey-insight-room-button {
        width: 270px;
        height: 45px;
        font-size: 15px;
      }

      .visey-insight-room-footer-text {
        font-size: 20px;
        margin-top: 10px;
      }

      .visey-insight-room-footer-text-1 {
        font-size: 22px;
      }
    }

    /* ---------- 1024 and below ---------- */
    @media (max-width: 1024px) {
      .visey-insight-room-main-section {
       
        padding-left: 0px;
        padding: 10px;
      }

      .sidebar {
        width: 100%;
        height: auto;
        border-radius: 0;
      }

      .visey-insight-room-container {
        background-size: contain;
        min-height: 80vh;
        width: 100%;
        margin-top: 50px;
      }
    }

    @media(max-width : 800px){
          .visey-insight-room-main-section {
        flex-direction: column;
      }
    }

    @media (max-width: 768px) {
      .visey-insight-room-title {
        width: 90%;
        font-size: 22px;
      }

      .visey-insight-room-subtext {
        font-size: 15px;
        margin-bottom: 30px;
      }

      .visey-insight-room-button {
        font-size: 14px;
        width: 330px;
        height: 53px;
      }

      .visey-insight-room-footer-text {
        font-size: 18px;
      }

      .visey-insight-room-footer-text-1 {
        font-size: 20px;
      }
    }

    @media (max-width: 480px) {
      .visey-insight-room-title {
        width: 95%;
        font-size: 16px;
      }

      .visey-insight-room-subtext {
        font-size: 13px;
        margin-bottom: 10px;
      }

      .visey-insight-room-button {
        width: 235px;
        height: 40px;
        font-size: 14px;
      }

      .visey-insight-room-footer-text {
        font-size: 16px;
      }

      .visey-insight-room-footer-text-1 {
        font-size: 18px;
      }
    }


    @media (max-width: 1290px) and (min-width: 1024px) {
      .visey-founderOs-intro-container {
        background-size: auto;
        min-height: 60vh;
        background-size: 50%;
      }

      .visey-founderOs-intro-header {
        margin-top: 10px;
      }

      .visey-founderOs-intro-title {
      
        font-size: 18px;
        margin: 0 auto 10px;
      }

      .visey-founderOs-intro-subtext {
        font-size: 14px;
        margin-bottom: 30px;
      }

      .visey-founderOs-intro-button {
        width: 270px;
        height: 45px;
        font-size: 15px;
      }

      .visey-founderOs-intro-footer-text {
        font-size: 20px;
        margin-top: 10px;
      }

      .visey-founderOs-intro-footer-text-1 {
        font-size: 22px;
      }
    }



    /* ---------- 1024 and below ---------- */
    @media (max-width: 1024px) {
    
      .sidebar {
        width: 100%;
        height: auto;
        border-radius: 0;
      }

      .visey-founderOs-intro-container {
        min-height: 70vh;
        width: 100%;
          background-size: 100%;
      }
       .visey-founderOs-intro-title {
        font-size: 24px;
      }

      .visey-founderOs-intro-subtext {
        font-size: 20px;
        margin-bottom: 30px;
      }
      .visey-founderOs-intro-button {
        font-size: 18px;
        width: 330px;
        height: 53px;
      }
    }

    @media(max-width : 900px){
         .visey-founderOs-intro-main-section {
        flex-direction: column;
        padding-left: 0px; 
      }
    }


    @media screen and (width: 1024px) and (height: 600px) {
        .visey-founderOs-intro-container {
            min-height: 90vh;
            width: 100%;
            background-size: 55%;
        }
    }

    @media (max-width: 768px) {
            .visey-founderOs-intro-container {
        min-height: 80vh;
        width: 100%;
        background-size: 100%;
        margin-top: 50px;
    }
        .visey-founderOs-intro-header {
          margin-top: 20px;
        }
      .visey-founderOs-intro-title {
        font-size: 24px;
      }

      .visey-founderOs-intro-subtext {
        font-size: 18px;
        margin-bottom: 0px;
      }

      .visey-founderOs-intro-button {
        font-size: 16px;
        width: 330px;
        height: 53px;
      }

      .visey-founderOs-intro-footer-text {
        font-size: 20px;
      }

      .visey-founderOs-intro-footer-text-1 {
        font-size: 22px;
      }
    }

    /* Founder OS */
    @media (max-width: 480px) {
              .visey-founderOs-intro-container {
        min-height: 70vh;
        width: 100%;
        background-size: 100%;
    }
  
      .visey-founderOs-intro-title {
        font-size: 20px;
      }

      .visey-founderOs-intro-subtext {
        font-size: 16px;
        margin-bottom: 10px;
        width: 100%;
        padding: 0px 10px;
      }
        .visey-founderOs-intro-footer{
        margin-top: 0px;
        }
      .visey-founderOs-intro-button {
                width: 280px;
        height: 55px;
        font-size: 14px;
      }

      .visey-founderOs-intro-footer-text {
        font-size: 16px;
      }

      .visey-founderOs-intro-footer-text-1 {
        font-size: 18px;
      }
    }


    @media(max-width : 380px){
            .visey-founderOs-intro-title {
        font-size: 18px;
      }
      .visey-founderOs-intro-subtext {
        font-size: 14px;
      }
    }

    @media (max-width: 1024px) {
  
    .visey-oppo-posting-1-main {
      flex-direction: column;
      align-items: center;
    }
    .visey-oppo-posting-1-sidebar {
      width: 100%;
      height: auto;
      margin: 0;
      order: 2;
    }
    .visey-oppo-posting-1-content {
      order: 1;
      width: 100%;
    }
   
    .visey-oppo-posting-1-content-box h4 {
      font-size: 20px;
    }
    .visey-oppo-posting-1-content-box p {
      font-size: 16px;
    }
  }

  @media (max-width: 768px) {
     .visey-oppo-posting-1-card {
      flex-direction: column;
      gap: 12px;
    }
  
    .visey-oppo-posting-1-upload-box {
      width: 100%;
      height: 220px;
    }
    .visey-oppo-posting-1-main {
      padding: 15px;
    }
    .visey-oppo-posting-1-title {
      text-align: center;
      font-size: 20px;
    }
  }

  @media (max-width: 480px) {

    .visey-oppo-posting-1-tags {
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-top: 20px;
      margin-bottom: 15px;
     
    }
      .visey-oppo-posting-1-left {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .visey-oppo-posting-1-start-listing {
      width: 100%;
    }
    .visey-oppo-posting-1-body {
      padding: 25px 15px;
    }
    .visey-oppo-posting-1-upload-box {
      width: 100%;
      height: 160px;
    }
    .visey-oppo-posting-1-card {
      flex-direction: column;
      gap: 10px;
    }
    .visey-oppo-posting-1-right-border {
      border-left: none;
      border-top: 1px solid white;
      padding-left: 0;
      padding-top: 10px;
      width: 100%;
    }
    .visey-oppo-posting-1-right {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .visey-oppo-posting-1-content-box h4 {
      font-size: 18px;
    }
    .visey-oppo-posting-1-content-box p {
      font-size: 14px;
    }
  }

  /* Tablet View */
    @media (max-width: 992px) {
      .visey-oppo-posting-2-main {
        flex-direction: column;
        align-items: center;
      }

      .visey-oppo-posting-2-sidebar {
        width: 100%;
        height: auto;
      }

      .visey-oppo-posting-2-upload-box-first,
      .visey-oppo-posting-2-upload-box-second,
      .visey-oppo-posting-2-upload-box-third {
        width: 80%;
      }

      .visey-oppo-posting-2-content {
        padding: 10px;
      }

      .visey-oppo-posting-2-card {
        flex-direction: column;
        align-items: flex-start;
      }

      .visey-oppo-posting-2-right-border {
        border-left: none;
        border-top: 1px solid white;
        padding-left: 0;
        padding-top: 10px;
        width: 100%;
        margin-top: 20px;
      }

      .visey-oppo-posting-2-right {
        width: 100%;
        justify-content: space-between;
        align-items: center;
      }
    }

    /* Mobile View */
    @media (max-width: 576px) {
        .visey-oppo-posting-2-content-box {
        text-align: center;
        margin: 15px 0px;
        }
        .visey-oppo-posting-2-tags {
        margin-top: 15px;
        }

      .visey-oppo-posting-2-left {
        justify-content: center;
      }
      .visey-oppo-posting-2-body {
        padding: 20px 10px;
      }

      .visey-oppo-posting-2-upload-box-first,
      .visey-oppo-posting-2-upload-box-second,
      .visey-oppo-posting-2-upload-box-third {
        width: 85%;
      }

      .visey-oppo-posting-2-card {
        padding: 14px;
      }

      .visey-oppo-posting-2-content-box h4 {
        font-size: 18px;
      }

      .visey-oppo-posting-2-content-box p {
        font-size: 14px;
      }

      .visey-oppo-posting-2-btn {
        font-size: 14px;
        padding: 12px 20px;
      }

      .visey-oppo-posting-2-ad {
        font-size: 18px;
        padding: 16px;
      }
    }

     @media (max-width: 768px) {
      .visey-welcome-popup-box {
        width: 85%;
        height: auto;
        padding: 32px 40px;
        gap: 20px;
      }

      .visey-welcome-popup-heading {
        font-size: 22px;
      }

      .visey-welcome-popup-text {
        font-size: 15px;
        max-width: 400px;
      }

      .visey-welcome-popup-box img {
        max-width: 130px;
      }
    }

    /* ===== Responsive: Mobile ===== */
    @media (max-width: 480px) {
      .visey-welcome-popup-box {
        width: 100%;
        padding: 24px 20px;
        gap: 16px;
      }

      .visey-welcome-popup-heading {
        font-size: 20px;
      }

      .visey-welcome-popup-text {
        font-size: 14px;
      }

      .visey-welcome-popup-box img {
        max-width: 110px;
      }
    }

    @media (max-width: 992px) {
      .visey-funding-four-page-page { width: 90%; }
      .visey-funding-four-page-info h2 { width: 100%; }
    }

    @media (max-width: 768px) {
      .visey-funding-four-page-card {
        flex-direction: column;
        align-items: center;
      }

      .visey-funding-four-page-banner {
        width: 100%;
        max-width: 420px;
        height: 240px;
        flex: 0 0 auto;
      }

      .visey-funding-four-page-detail-col .visey-funding-four-page-detail-box:first-child {
        font-size: 20px;
      }
      .visey-funding-four-page-detail-col .visey-funding-four-page-detail-box:last-child {
        font-size: 16px;
      }

      .visey-funding-four-page-info h2 {
        font-size: 22px;
      }
    }

    @media (max-width: 480px) {
       .visey-funding-four-page-detail-row {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
      }
        .visey-funding-four-page-detail-col {
        gap: 12px;
        flex-direction: column;
        align-items: start;
      }
      .visey-funding-four-page-details ol {
      margin-left: 0px;
      
    }
      .visey-funding-four-page-container { padding: 24px 14px; }

      .visey-funding-four-page-page { width: 100%; }

      .visey-funding-four-page-banner {
        height: 200px;
      }

      .visey-funding-four-page-info h2 {
        font-size: 20px;
      }

      .visey-funding-four-page-tags button {
        padding: 5px 12px;
      }

      .visey-funding-four-page-primary-btn {
        width: 100%;
        max-width: 220px;
      }

      .visey-funding-four-page-contact-actions {
        flex-direction: column;
        align-items: center;
      }
      .visey-funding-four-page-last-date {
        text-align: center;
      }
      .visey-funding-four-page-info h2 {
        text-align: center;
      }
      .visey-funding-four-page-tags{
        justify-content: center;
        padding: 5px 0px 0px 0px;
      }
      .visey-funding-four-page-organizer-actions {
        justify-content: center;
        padding: 12px 0px;
      }
      .visey-funding-four-page-description  {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }
        .visey-funding-four-page-detail-col .visey-funding-four-page-detail-box:last-child {
        font-size: 14px;
      }
    }

    @media (max-width: 360px) {
      .visey-funding-four-page-card {
        padding: 8px;
      }
      
      .visey-funding-four-page-details {
        padding: 15px;
      }
        
    }


    /* ===== Startup Responsive ===== */
    @media (max-width: 900px) {
     
      .visey-startup-profile-startup-location-box::before { display: none; }
    }
    @media (max-width: 768px) {
      .visey-startup-profile-startup-bottom { flex-direction: column-reverse; align-items: center; }
      .visey-startup-profile-startup-left-box { width: 100%; }
      .visey-startup-profile-startup-upload-box { margin-top: 20px; }
    }

    /* ===== Optional site background wrapper (if you need it) ===== */
    .visey-startup-profile-page-surface {
      background: radial-gradient(103.22% 193.98% at 3.37% 0%, #2E0617 0%, #0D0117 67%, #110007 79%, #260955 98%);
      color:#fff; padding: 24px;
    }
@media (max-width: 480px) {
  .visey-startup-profile-startup-brand-section{ 
    gap: 10px;
  }
   .visey-startup-profile-startup-brand-info {
        width: 50%;
    }
}

@media(max-width : 380px){
    .visey-startup-profile-startup-brand-section{
        gap: 5px;
    }
    .visey-startup-profile-startup-location-box{
        padding-left: 0px;
    }
    .visey-startup-profile-startup-left-box {
        min-width: 260px;
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .visey-startup-profile-info-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .visey-startup-profile-progress-card,
  .visey-startup-profile-contact-card {
    padding: 18px;
    min-width: 100%;
  }

  .visey-startup-profile-social-icons {
    gap: 14px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .visey-startup-profile-core-card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .visey-startup-profile-core-card {
    padding: 18px;
  }

  .visey-startup-profile-core-card h3 {
    font-size: 17px;
  }

  .visey-startup-profile-core-input {
    font-size: 13px;
    padding: 9px 12px;
  }
}

@media (max-width: 768px) {
  .visey-startup-profile-team-row {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 480px) {
  .visey-startup-profile-core-team-card {
    padding: 20px;
  }

  .visey-startup-profile-team-input,
  .visey-startup-profile-team-select {
    font-size: 13px;
    padding: 9px 10px;
  }

  .visey-startup-profile-add-member-btn {
    font-size: 13px;
  }
}


@media (max-width: 768px) {
  .visey-startup-profile-pitch-card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .visey-startup-profile-pitch-card {
    padding: 18px;
    margin: 30px auto;
  }

  .visey-startup-profile-pitch-card h3 {
    font-size: 17px;
  }

  .visey-startup-profile-pitch-input {
    padding: 9px 12px;
    font-size: 13px;
  }
}


@media (max-width: 768px) {
  .visey-startup-profile-awards-grid {
    flex-direction: column;
    gap: 24px;
  }
 .visey-startup-profile-award-upload {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
   .visey-startup-profile-awards-card h3 {
    text-align: center;
  }
    .visey-startup-profile-award-item {
    flex-direction: column;
    align-items: center;
  }
  .visey-startup-profile-award-item {
    width: 100%;
  
  }

  .visey-startup-profile-award-box {
    width: 100%;
    max-width: 220px;
  }
}

@media (max-width: 480px) {
 
 
  
  .visey-startup-profile-awards-card {
    padding: 20px;
  }

  .visey-startup-profile-award-box {
    max-width: 180px;
    height: 180px;
  }

  .visey-startup-profile-awards-grid {
    gap: 20px;
  }
}


/* ✅ Desktop reset: restore original layout */
@media (min-width: 901px){

  .visey-message-box-window{
    grid-template-columns: 360px 1fr !important;
  }

  .visey-message-box-sidebar{
    position: relative !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
    border-radius: 12px !important;
    overflow: visible !important;
    z-index: 1 !important;
  }

  .visey-message-box-overlay{
    display: none !important;
  }

  .visey-message-box-back{
    display: none !important;
  }
}

@media (max-width: 900px){

  .visey-message-box-window{
    grid-template-columns: 1fr !important;
  }

  .visey-message-box-back{
    display: grid !important;
  }

  .visey-message-box-sidebar{
    position: fixed !important;
    top: 0;
    left: 0;
    width: 85vw;
    max-width: 360px;
    height: 100vh;
    border-radius: 0 16px 16px 0;
    overflow-y: auto;
    z-index: 20;
    transform: translateX(-100%) !important;
    transition: transform .28s ease;
  }

  .visey-message-box-sidebar.is-open{
    transform: translateX(0) !important;
  }

  .visey-message-box-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 15;
  }

  .visey-message-box-overlay.is-visible{
    opacity: 1;
    pointer-events: auto;
  }
}


  @media (max-width: 1120px){
    .visey-message-box-window{ grid-template-columns:300px 1fr; }
  }

  @media(max-width : 380px){
      .visey-message-box-chat-title {
        font-size: 16px;
      }
      .visey-message-box-online {
        font-size: 14px;
      }
      .visey-message-box-chat-header {
  gap: 15px;
      }
      .visey-message-box-bubble {
  max-width: 85%;
      }
      .visey-message-box-tabs {
        flex-direction: column;
      }
      .visey-message-box-t-title {
        font-size: 14px;
      }
      .visey-message-box-t-sub {
        font-size: 14px;
      }
  }

  @media (max-width: 1024px) {
      .visey-basic-details-container {
        width: 90%;
        padding: 30px 20px;
      }
    }

    @media (max-width: 768px) {
      .visey-upload-section {
        flex-direction: column;
        align-items: center;
      }

      .visey-upload-box {
        width: 220px;
        height: 220px;
      }

      .visey-form-content {
        margin: 20px 0 0 0;
        width: 100%;
      }

      .visey-form-input-title {
        font-size: 20px;
      }

      .visey-form-textarea {
        height: 80px;
      }
    }

    @media (max-width: 480px) {
      .visey-basic-details-wrapper {
        padding: 10px;
      }

      .visey-basic-details-container {
        padding: 25px 10px;
      }

      .visey-basic-details-heading {
        font-size: 26px;
      }

      .visey-basic-details-subtext {
        font-size: 14px;
      }

      .visey-upload-box {
        width: 180px;
        height: 180px;
      }

      .visey-form-input,
      .visey-form-textarea {
        font-size: 16px;
      }

      .visey-funding-btn {
        font-size: 14px;
        padding: 5px 10px;
      }

      .visey-submit-btn {
        width: 100%;
      }
    }

/* Responsive */
    @media (max-width: 480px) {
        .form-content-2-circle {
            width: 12px;
            height: 12px;
        }
      .form-content-2-container {
        padding: 10px 0px;
      }

      .form-content-2-container h2 {
        font-size: 24px;
      }
.form-content-2-subtitle {
        font-size: 14px;
      }
      .form-content-2-form label {
        margin-bottom: 12px;
      }
      .form-content-2-radio-group {
        flex-direction: column;
      }
    }

    /* --------------------------- Responsive Design --------------------------- */
    @media (max-width: 992px) {
      .form-content-3-container {
        max-width: 90%;
      }
    }

    @media (max-width: 768px) {
      .form-content-3-heading {
        font-size: 1.4rem;
      }

      .form-content-3-subtitle {
        font-size: 0.85rem;
      }

      .form-content-3-row {
        flex-direction: column;
        gap: 18px;
      }

      .form-content-3-add-btn {
        width: 70%;
        justify-content: center;
        font-size: 1rem;
      }
    }

    @media (max-width: 480px) {
          .form-content-3-note {
      font-size: 14px;
    }
      .form-content-3-main {
        padding: 30px 15px;
      }

      .form-content-3-heading {
        font-size: 1.2rem;
      }

      .form-content-3-subtitle {
        font-size: 0.8rem;
        margin-bottom: 20px;
      }

      .form-content-3-input,
      .form-content-3-select,
      .form-content-3-textarea {
        font-size: 12px;
        padding: 9px 12px;
        overflow: hidden;
      }

      .form-content-3-add-btn {
        width: 100%;
        justify-content: center;
        padding: 8px 14px;
        font-size: 13px;
        gap: 13px;
      }

      .form-content-3-add-btn span {
        font-size: 22px;
      }

      .form-content-3-submit-btn {
        width: 100%;
        padding: 10px;
      }
    }

    /* ===== Responsive ===== */
@media (max-width: 992px) {
  .visey-funding-four-page-page {
    width: 90%;
  }

  .visey-funding-four-page-info h2 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .visey-funding-four-page-card {
    flex-direction: column;
    align-items: center;
  }

  .visey-funding-four-page-banner {
    width: 100%;
    max-width: 420px;
    height: 240px;
    flex: 0 0 auto;
  }


  .visey-funding-four-page-detail-col .visey-funding-four-page-detail-box:first-child {
    font-size: 20px;
  }

  .visey-funding-four-page-detail-col .visey-funding-four-page-detail-box:last-child {
    font-size: 16px;
  }

  .visey-funding-four-page-info h2 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .visey-funding-four-page-detail-row {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .visey-funding-four-page-detail-col {
    gap: 12px;
    flex-direction: column;
    align-items: start;
  }

  .visey-funding-four-page-details ol {
    margin-left: 0px;

  }

  .visey-funding-four-page-container {
    padding: 24px 14px;
  }

  .visey-funding-four-page-page {
    width: 100%;
  }

  .visey-funding-four-page-banner {
    height: 200px;
  }

  .visey-funding-four-page-info h2 {
    font-size: 20px;
  }

  .visey-funding-four-page-tags button {
    padding: 5px 12px;
  }

  .visey-funding-four-page-primary-btn {
    width: 100%;
    max-width: 220px;
  }

  .visey-funding-four-page-contact-actions {
    flex-direction: column;
    align-items: center;
  }

  .visey-funding-four-page-last-date {
    text-align: center;
  }

  .visey-funding-four-page-info h2 {
    text-align: center;
  }

  .visey-funding-four-page-tags {
    justify-content: center;
    padding: 5px 0px 0px 0px;
  }

  .visey-funding-four-page-organizer-actions {
    justify-content: center;
    padding: 12px 0px;
  }

  .visey-funding-four-page-description {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .visey-funding-four-page-detail-col .visey-funding-four-page-detail-box:last-child {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .visey-funding-four-page-card {
    padding: 8px;
  }

  .visey-funding-four-page-details {
    padding: 15px;
  }

}

/* ============================
       Responsive: Tablet & Mobile
       ============================ */

    @media (max-width: 1024px) and (min-width: 768px) {
      .visey-coin-reward-coin-rewards-main-section {
        margin-top: 60px;
        gap: 18px;
      }
      .visey-coin-reward-reward-card-new { width: 100%; padding: 8px; }
      .visey-coin-reward-ticket-right { padding-left: 110px; }
      .visey-coin-reward-page-wrapper { max-width: 520px; padding: 0 16px; }
      .visey-coin-reward-waitlist-btn { width: 100%; max-width: 420px; font-size: 20px; height: 50px; }
      .visey-coin-reward-left-side-main-section { height: 520px; padding: 20px; }
      .visey-coin-reward-mini-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
      .visey-coin-reward-gift-form { padding: 10px; }
    }

    @media (max-width: 767px) {
      .visey-coin-reward-coin-rewards-main-section {
        margin-top: 30px;
        padding: 12px;
        flex-direction: column;
        align-items: center;
        gap: 14px;
      }

      .visey-coin-reward-page-wrapper {
        max-width: 100%;
        padding: 0 12px;
      }


      .visey-coin-reward-left-side-main-section {
        height: auto;
        padding: 16px;
        border-radius: 14px;
      }

      .visey-coin-reward-reward-card-new {
        width: 100%;
        padding: 10px;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
      }

      .visey-coin-reward-ticket-left {
        min-width: 100%;
        height: auto;
      }

      .visey-coin-reward-ticket-left img {
        position: relative;
        transform: none;
        left: 0;
        top: 0;
        height: auto;
        width: 100%;
        object-fit: cover;
      }

      .visey-coin-reward-ticket-right {
        padding-left: 0;
      }

      .visey-coin-reward-waitlist-btn { width: 100%; max-width: none; font-size: 18px; height: 48px; }

      .visey-coin-reward-right-side-main {
        width: 100%;
        max-width: 100%;
        padding: 0 6px;
      }

      .visey-coin-reward-mini-grid { grid-template-columns: 1fr; }
      .visey-coin-reward-gift-form { width: 100%; padding: 10px; }

      /* reduce some font sizes for mobile */
      .visey-coin-reward-offer-text { font-size: 20px; width: 60%; }
      .visey-coin-reward-offer-text, .visey-coin-reward-reward-title-main { line-height: 1.2; }
    }

  /* ---------- Responsive ---------- */
    @media (max-width: 1024px) {
      .visey-resource-provider-listing-header {
        flex-direction: column;
        align-items: flex-start;
      }

      .visey-resource-provider-banner {
        width: 100%;
        height: 120px;
        font-size: 20px;
      }

      .visey-resource-provider-right-border {
        border-left: none;
        border-top: 1px solid white;
        padding-top: 15px;
        padding-left: 0;
        width: 100%;
      }

      .visey-resource-provider-btn {
        align-self: flex-start;
      }
    }

    @media (max-width: 600px) {
      .visey-resource-provider-heading {
        font-size: 26px;
      }

      .visey-resource-provider-listing-info h3 {
        font-size: 20px;
      }

      .visey-resource-provider-details h5 {
        font-size: 18px;
      }

      .visey-resource-provider-btn {
        font-size: 14px;
      }

      .visey-resource-provider-applications-header h4 {
        font-size: 20px;
      }

      .visey-resource-provider-card {
        flex-direction: column;
        align-items: flex-start;
      }

      .visey-resource-provider-status-btn {
        align-self: flex-end;
      }
    }


    @media(max-width : 480px){
        .visey-resource-provider-listing-right {
          width: 100%;
        }
    }

    @media (max-width: 768px) {
     .visey-lead-generation-border {
        padding: 0px;
    border-radius: 0px;
    background: none;
  }
  .visey-lead-generation-popup {
    width: 100%;
    max-width: 420px;
    padding: 25px;
    margin: 0 16px;
    box-sizing: border-box;
  }

  .visey-lead-generation-title {
    font-size: 20px;
  }

  .visey-lead-generation-label {
    font-size: 18px;
  }

  .visey-lead-generation-select,
  .visey-lead-generation-input {
    font-size: 18px;
  }

  .visey-lead-generation-phone select {
    font-size: 16px;
  }
}


@media (max-width: 480px) {
     .home-provider-search .form-group-inner {
        width: 100%;
        min-width: 75%;
    }
  .visey-lead-generation-border {
        padding: 0px;
    border-radius: 0px;
    background: none;
  }
  .visey-lead-generation-popup {
    width: 100%;
    max-width: 360px;
    padding: 20px;
    margin: 0 14px; 
    box-sizing: border-box;
  }

  .visey-lead-generation-title {
    font-size: 16px;
    margin-bottom: 20px;
  
  }

  .visey-lead-generation-label {
    font-size: 16px;
  }

  .visey-lead-generation-select,
  .visey-lead-generation-input {
    font-size: 16px;
  }

  .visey-lead-generation-amount span {
    font-size: 16px;
  }
  .visey-lead-generation-close-btn {
    top: 2px;
    right: 5px;
    font-size: 30px;
}
  .visey-lead-generation-amount,
  .visey-lead-generation-phone {
    flex-wrap: nowrap;
  }

  .visey-lead-generation-amount input,
  .visey-lead-generation-phone input {
    font-size: 16px;
    padding: 8px 10px;
  }

  .visey-lead-generation-amount span {
    padding: 8px 10px;
    font-size: 16px;
    flex-shrink: 0;
  }


  .visey-lead-generation-country-wrapper {
    width: 60px;
    min-width: 60px;
  }

  .visey-lead-generation-country-code {
    font-size: 16px;
    padding: 8px 24px 8px 8px;
  }

  .visey-lead-generation-down-arrow {
    left: 68%;
    top: 50%;
    transform: translateY(-50%);
  }
  .visey-lead-generation-popup {
    width: calc(100% - 24px);
    margin: 0 12px;
    padding: 30px 18px;
  }
  .visey-lead-generation-select option {
    font-size: 16px;
  }
  .visey-lead-generation-country-code option {
    font-size: 16px;
  }
}

@media (max-width: 370px) {
       .visey-lead-generation-popup {
    max-width: 340px;
  }
}



i.flaticon-pin {
    margin-right: 7px;
}


/* Avatar new class (added) */
.visey-header-user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("./img/card-profile-img.jpg") center/cover no-repeat;
  cursor: pointer;
}
 
/* Profile Modal */
.visey-header-profile-modal {
  position: absolute;
  top: calc(100% + 25px);
  right: 0;
  width: 260px;
  background: #150012;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 14px;
  z-index: 100;
  transform-origin: top right;
  transform: scaleY(0);
  opacity: 0;
  pointer-events: none;
  transition: 0.18s ease;
}
 
.visey-header-profile-modal.open {
  transform: scaleY(1);
  opacity: 1;
  pointer-events: auto;
}
 
/* URL Row */
.visey-header-url-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
}
 
.visey-header-url-row input {
  flex: 1;
  background: transparent;
  border: none;
  color: #d7c4ff;
  font-size: 13px;
  outline: none;
}
 
.visey-header-url-row button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
}
 
/* Menu Items */
.visey-header-menu {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
 
.visey-header-menu a {
  display: block;
  padding: 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #e9d4ff;
  font-size: 14px;
}
 
.visey-header-menu a:hover {
  background: rgba(255,255,255,0.06);
}
 
/* Logout Button */
.visey-header-logout {
  margin-top: 8px;
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #ff5e7a;
  border-radius: 8px;
}


@media (max-width: 1024px) {
  .visey-header-profile-modal {
    right: 10px;
    width: 240px;
    padding: 12px;
  }
 
  .visey-header-url-row input {
    font-size: 12px;
  }
 
  .visey-header-menu a {
    font-size: 13px;
    padding: 9px;
  }
}
 

@media (max-width: 768px) {
  .visey-header-profile-modal {
    right: 8px;
    width: 230px;
    padding: 12px;
  }
 
  .visey-header-url-row {
    padding: 7px;
  }
 
  .visey-header-url-row input {
    font-size: 12px;
  }
 
  .visey-header-url-row button i {
    font-size: 13px;
  }
}
 

@media (max-width: 600px) {
  .visey-header-profile-modal {
    width: 90%;
    right: 50%;
    transform: translateX(50%) scaleY(0);
    border-radius: 12px;
  }
 
  .visey-header-profile-modal.open {
    transform: translateX(50%) scaleY(1);
  }
}

@media (max-width: 480px) {
  .visey-header-profile-modal {
    width: 92%;
    padding: 12px;
    right: 50%;
    transform: translateX(50%) scaleY(0);
  }
 
  .visey-header-url-row input {
    font-size: 11px;
  }
 
  .visey-header-menu a {
    padding: 8px;
    font-size: 13px;
  }
}
 

@media (max-width: 360px) {
  .visey-header-profile-modal {
    width: 95%;
  }
 
  .visey-header-url-row input {
    font-size: 10px;
  }
}


		  