
.trusted-bottom-popup{
    display:none;
}
.logo-p-right{
    display:none;
}

.scm-col-2{
    display:flex;
    gap:16px;
}
.scm-col-2 > div{flex:50%;}
.display-mobile{display: none;}
.display-desktop{display: block;}
.input-fields,.scm-group{
    display: flex;
    flex-direction: column;
    gap: 0;
    width:100%;
}
@media (max-width:1024px) {
    .display-mobile{display: block;}
    .display-desktop{display: none;}
    .logo-p-right{margin:auto; display:block; height:20px; margin-bottom:16px !important; width: auto;}
    .input-fields {
        max-width: 100%;
    }
    .scm-modal-overlay {
        align-items: start !important;
        padding-top: 20px;
        padding-bottom:20px;
    }
    .trusted-bottom-popup{
            display:block;
        p {
            margin: 0 0 12px;
            font-size: 12px;
            font-weight: 900;
            font-family: "Lexend";
            color: #002F5D;
            text-align:center;
            span{color:#EE4345}
        }
        img {
            height:22px !important;
        }
    }
}
@media (max-width:375px) {
    .scm-modal-right .title-form{
        font-size:18px !important;
    }
}
@media (max-width:320px) {
    .trusted-bottom-popup .logo-client img{
        height:16px;
    }
}
  .scm-modal-overlay * {margin:0;padding:0;box-sizing:border-box}
  .scm-modal-right .title-form{
    font-size:20px;
    line-height:32px;
    font-weight:600;
    text-align:center;
    margin-bottom:12px;
    
}
  #check-agreement{width:20px !important}
  .scm-modal-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      z-index: 1030;
      overflow-y:scroll;
      display:flex;
      align-items:center;
  }

  .scm-modal {
      background: white;
      width: 1000px;
      height: 600px;
      display: flex;
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      left: 50%;
      transform: translateX(-50%);
  }
  .scm-col-2{
      display:flex;
      gap:16px;
  }
  
.scm-col-2 > div{flex:50%;}
.scm-modal-left {
    background-image: url(https://scaleocean.com/assets/images/popup/background-popup.webp);
    background-size: cover;
    position: relative;
    width: 491px;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: start;

    strong{color:#fff;font-weight:600}
    .logocarousel{
        z-index: 1;
        img{height:24px;}
        p{
            color:#99B5D1;
            margin-bottom:16px;
            font-size:14px;
            font-weight: 400;
        }
    }
    .overlay-left-grad {
        background: linear-gradient(180deg, rgba(62, 107, 150, 0.40) -65.98%, #022C53 90.51%);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }
    .left-title-popup{
        z-index: 1;
        p {
            color: #F9F9F9;
            font-family: 'Lexend Deca', Lexend;
            font-size: 32px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-top:60px;
        }
        span{
            display:block;
        }
    }
    .testi-quote{
        border-radius: 7px;
        border: 1px solid #8f8f8f45;
        background: rgba(255, 255, 255, 0.15);
        padding:24px;
        position:relative;
        p {
            color: #f4f4f4e0;
            font-family: Lexend;
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: 149%; /* 21px */
            letter-spacing: 0.2px;
        }
    }
}
.scm-modal-right {
    width: 509px;
    padding: 32px 28px;
    background: white;
}
.scm-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
}
.scm-modal form { display: flex; flex-direction: column; gap:0;}
.scm-modal input, .scm-modal button { margin-bottom: 16px; padding: 10px; width: 100%; }

@media (max-width: 1024px) { 
    .scm-col-2{
      display:flex;
      gap:0;
      flex-direction:column;
  }
.scm-col-2 > div{flex:100%;}
  .scm-modal { max-width:500px; width: 80%; height: auto; flex-direction: column; }
  .scm-modal-left, .scm-modal-right { width: 100%; padding: 20px; }
  .scm-modal-left { text-align: center; display:none}
}
@media (max-width: 600px) {
  .scm-modal { width: 95%; }
}
button.iti__selected-country {
    background: #F5F5F5;
    border: 0.8px solid #DADADA;
}
.iti .iti__selected-dial-code {
    font-size: 14px !important;
    font-weight: 300;
}
#mainform-popup{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    height:100%;
    position:relative;
    .toast-notif {
        border-radius: 6px;
        background: rgba(37, 37, 37, 0.80);
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.24);
        backdrop-filter: blur(2px);
        display: flex;
        padding: 16px 0;
        justify-content: center;
        align-items: center;
        gap: 8px;
        width: 100%;
        position: absolute;
        top: 35px;
        left: 0;
        color: #fff;
        opacity: 0;
        height: 0;
        transition: all 0.3s ease;
        font-weight: 340;
    }
    .toast-notif.show{
        opacity:1;
        height:unset;
        padding: 16px 24px;
    }
    select{
        color:#A6A6A6
    }
      & .scm-group > div {
          display: flex;
          flex-direction: column;
      }
      
      .err-notes{
          color:transparent;
          font-size:12px;
          margin-bottom:0px;
          opacity: 1;
          height: 18px !important;
          font-weight: 340;
      }
      & label {
          color: #5C7690;
          font-size: 14px;
          font-weight: 400;
          display: inline-block;
          & span{
              color:#f00;
          }
      }
      .agreement{
        margin:8px 0 12px;width:100%;
        label{font-weight:400 !important;color:#545454;}
        a{color:#18A0FB;text-decoration: underline;}
    }
    
      & input, & select, & textarea {
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 14px;
            width: 100%;
            margin-bottom: 0px;
            outline: 0px;
            background: #fff;
            color:#4A4A4A;
            height:40px;
            
        }
        & input:focus, & select:focus, & textarea:focus {border-color:#2B5279 !important}
        & input::placeholder, & select::placeholder, & textarea::placeholder {border-color:#AAAAAA}
        ::placeholder {
            color: #AAA;
            opacity: 1; /* Firefox */
            font-size:13.8px;
            font-weight: 365;
        }
        select{
            color:#A6A6A6;
            font-weight: 365;
        }
      & textarea {
          resize: none;
          height: 100px;
      }
      
      & .btn-form-submit {
        /* background-color: #FF4136; */
        background: linear-gradient(90deg, #1798EE 0%, #002F5D 50%, #1798EE 100%);
        transition: ease all 0.3s;
        color: white;
        border: none;
        padding: 14px;
        border-radius: 30px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        text-align: center;
        background-size: 200%;
        background-position: 100%;
        &:hover{
            background-position:0%;
        }
      }
      & .btn-form-submit[disabled] {
        background: #d0d0d0;
        opacity: 1;
      }
      
        .check-agreement {
            width: 20px !important;
            float: left;
            margin-top: 4px !important;
            margin-bottom: 10px !important;
            margin-right: 5px !important;
            height:14px;
        }
      
  }
  


@media (min-width:992px) and (max-width:1200px) {
  .contact-form {
      .scm-group {
          display: block;
      }
  }
}

@media (max-width:767px) {
  .contact-form {
      .scm-group {
          display: block;
      }
  }
}



.testi-quote {
    position: relative;
    width: 100%;
    max-width: 500px; /* Adjust as needed */
    margin: 58px auto 26px;
    font-family: Lexend;
    /* overflow: hidden; */
    height: 247px;
    p.testi-writter {
        margin-top: 16px;
    }
    .testi-quote-slide {
        position: relative;
        min-height: 185px;
    }

    .testi-quote-item {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: opacity 1s ease-in-out;
        img {height:24px;margin-bottom: 16px;width:auto;}
    }

    .testi-quote-item.active {
        opacity: 1;
        z-index: 1;
    }

    .iconpopup-quote {
        display: block;
        margin: 0 auto 10px;
        position: absolute;
        right: -20px;
        top: -21px;
    }



    .indicator {
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 2px;
        background: #E6EAEF;
        opacity: 0.3;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.3s;
    }

    .indicator.active {
        opacity:0.75;
    }
}