.new-pms-form-pms-content {
  font-family: Arial, sans-serif;
}
#pmsInterestFormModal{
    background-color: black; 
  }
@media (max-width: 767px) {
  #pmsInterestFormModal{
    background-color: #101828; 
  }
}
.new-pms-form-pms-content{
 background-color: #101828; 
 height: 635px !important;
}
@media (max-width: 767px) {
  .new-pms-form-pms-content {
    height: 100vh !important;
  }
}
.new-pms-form-pms-container {
      display: flex;
      flex-direction: column;
      max-width: 900px;
      margin: 0 auto;
      flex: 1;
      background-color: #101828;
    }

    @media (min-width: 768px) {
      .new-pms-form-pms-container {
        flex-direction: row;
        border-radius: 10px;
        overflow: hidden;
      }
    }

    .new-pms-form-left-panel {
      background-color: #333f53;
      padding: 20px;
      width: 45% !important;
      margin: 20px;
      border-radius: 10px;
    }

    @media (min-width: 768px) {
      .new-pms-form-left-panel {
        width: 35%;
        margin: 20px;
        border-radius: 10px;
        border-right: 1px solid #334155;
        border-bottom: none;
      }
    }

    .new-pms-form-right-panel {
      padding: 20px;
      width: 100%;
    }

    @media (min-width: 768px) {
      .new-pms-form-right-panel {
        width: 65%;
      }
    }

    .new-pms-form-founder-info{
      padding: 0px 0px 15px 15px;
    }
    .new-pms-form-video-container{
      background-color: #888f98;
      border-radius: 10px;
      /* height: 150px; */
    }
    .new-pms-form-video-area {
      height: 150px;
      padding: 15px;
    }

    #interest_Form_Div label {
      display: block;
      color: #9ca3af;
      margin: 10px 0 5px;
    }
    .new-pms-form-stat{
      color:rgb(222 226 233);
      font-size:12px;
      text-align: center;
      background-color: #888f98;
      border-radius: 10px;
    }
    #interest_Form_Div input {
      width: 100%;
      padding: 10px;
      border: 1px solid #475569;
      border-radius: 5px;
      background-color: #1e293b;
      color: white;
    }
    .new-pms-form-otp-btn:hover {
      background-color: #D0D5DD;
    }
    .new-pms-form-otp-btn {
      background-color: white;
      color: black;
      padding: 12px;
      margin-top: 20px;
      border: none;
      width: 100%;
      font-weight: bold;
      border-radius: 5px;
      cursor: pointer;
    }

    .new-pms-form-footer {
      text-align: center;
      font-size: 12px;
      color: #94a3b8;
      margin-top: 20px;
      padding-top: 20px;;
      margin-bottom: 20px;
      flex-shrink: 0;
      border-top: 1px solid white;
    }

    .new-pms-form-ul {
      font-size: 14px;
      list-style-type: none;
      padding-left: 0;
      margin-top:20px !important ;
    }

    .new-pms-form-ul li {
      margin: 0 0 10px;
      list-style-position: outside;
      color: #9ca3af;
      position: relative;
      padding-left: 1.8em;
      margin-bottom: 10px;
    }

    .new-pms-form-ul li::before {
      content: "✔️ ";
      color: green;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 1.2;
    }

    .new-pms-form-phone-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 5px;
  }

  .new-pms-form-phone-wrapper select,
  .new-pms-form-phone-wrapper input {
    padding: 8px;
    font-size: 16px;
    border: 1px solid #475569;
    border-radius: 5px;
    background-color: #1e293b;
    color: white;
  }
  .new-pms-form-step-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px; 
  }

  .new-pms-form-step-handler {
    font-size: 37px;
    cursor: pointer;
    color: white;
    font-weight: bolder;
    padding-bottom: 10px;
  }
  .new-pms-form-progress {
    flex: 1; /* takes available horizontal space */
    height: 5px !important;
    background-color: #1e293b;
    border-radius: 4px;
    overflow: hidden;
  }

  .new-pms-form-progress-bar {
    height: 90%;
    background-color: #99e0cf;
    transition: width 0.3s ease;
  }

  .new-pms-form-step-indicator {
    font-weight: bold;
    white-space: nowrap;
    color: #cbd5e1;
  }


  .new-pms-form-phone-wrapper select {
    width: 115px;
  }

  .new-pms-form-phone-wrapper input {
    flex: 1;
  }
  
  .new-pms-form-stat1 {
      font-size: 24px;
      margin: 5px 0;
    }
    .new-pms-form-otp-container {
      display: flex;
      justify-content: space-between;
      max-width: 250px;
      color: #9ca3af;
      margin-top: 20px;
    }
    .new-pms-form-otp-box {
      width: 40px;
      height: 50px;
      font-size: 24px;
      text-align: center;
      border: 1px solid #555;
      border-radius: 5px;
      background-color: #1a2533;
      color: white;
      margin: 0px 4px;;
    }
    .new-pms-form-question {
      font-size: 20px;
      color: #eff8ef;;
      margin: 20px 0 10px;
    }
    .new-pms-form-option {
      background-color: #2c3c50;
      border-radius: 10px;
      padding: 16px;
      margin: 10px 0;
      cursor: pointer;
      color: white;
      transition: background-color 0.3s;
    }

    .new-pms-form-option:hover, .new-pms-form-option.selected {
      background-color: #00d09c;
      color: #000;
    }

    .new-pms-form-proceed-btn {
      width: 100%;
      padding: 12px;
      font-size: 16px;
      background-color:white;
      border: none;
      border-radius: 8px;
      margin-top: 20px;
      cursor: pointer;
    }

    .new-pms-form-proceed-btn:disabled {
      background-color: #777;
      color: #999;
      cursor: not-allowed;
    }
    .new-pms-form-success-icon {
      font-size: 40px;
      color: #4ade80;
    }

    .new-pms-form-loader {
      border: 6px solid #2e3b4e;
      border-top: 6px solid #60a5fa;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      margin: 30px auto;
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    .new-pms-form-subtext {
      color: #cbd5e1;
      font-size: 16px;
      margin-top: 20px;
    }

    .new-pms-form-small-note {
      font-size: 12px;
      margin-top: 10px;
      margin-bottom: 50px;
    }
    .new-pms-form-wrapper {
      max-width: 800px;
      margin: auto;
      background-color: #1d2b40;
      border-radius: 8px;
      padding: 20px;
    }

    .new-pms-form-accordion-container {
    max-width: 100%;
    margin: 0px 10px 20px;
    background-color:#333f53;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  }

  .new-pms-form-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    cursor: pointer;
  }

  .new-pms-form-accordion-header .title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .new-pms-form-accordion-header img {
    background-color: #99e0cf;
    border-radius: 50%;
    width: 36px;
    height: 36px;
  }

  .new-pms-form-accordion-title {
    font-size: 16px;
    font-weight: bold;
    color: white;
  }

  .new-pms-form-accordion-duration {
    font-size: 12px;
    color: #9ca3af;
  }
  .new-pms-form-accordion-icon {
    font-size: 20px;
    color:white;
    transition: transform 0.3s ease;
  }

  .new-pms-form-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 16px;
  }
  .new-pms-form-accordion-content hr{
    margin: 10px 0;
      background-color: white;
  }
  .new-pms-form-accordion-content.open {
    padding: 0px 16px 16px;
    max-height: 1000px;
  }

  .new-pms-form-mobile-video-area{
    background-color: #888f98;
    border-radius: 10px;
    padding: 10px;
  }
  .new-pms-form-mobile-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 12px;
  }
  .new-pms-form-mobile-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .new-pms-form-mobile-founder-info {
    border-radius: 8px;
    color: #eff8ef;
    font-size: 13px;
  }

  .new-pms-form-phone-wrapper-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
  }

  .new-pms-form-phone-wrapper-mobile select,
  .new-pms-form-phone-wrapper-mobile input {
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #1e293b;
    color: white;
  }
    .new-pms-form-phone-wrapper-mobile select {
    width: 30%;
    min-width: 80px;
  }

  .new-pms-form-phone-wrapper-mobile input {
    flex: 1;
    width: 70%;
  }

  @media (max-width: 480px) {
    .new-pms-form-phone-wrapper-mobile select {
      width: 30%;
    }
    .new-pms-form-phone-wrapper-mobile input {
      width: 70%;
    }
  }
  .new-pms-form-stat1 strong {
    color: #99e0cf;
    font-size: 20px;
    display: block;
  }

  .new-pms-form-stat1 p {
    font-size: 14px;
    color: rgb(222, 226, 233);
    margin: 4px 0 0;
  }

  .new-pms-form-stats-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0px 20px 0px 20px;
  }
  .new-pms-form-stat1{
      color:rgb(222 226 233);
      font-size:12px;
      text-align: center;
      background-color: #888f98;
      border-radius: 10px;
      height: 65px;
    }

  .new-pms-form-title-wrap-desktop {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .new-pms-form-title-wrap-desktop  img {
    background-color: #99e0cf;
    border-radius: 50%;
    width: 36px;
    height: 36px;
  }