@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
        body {
            margin: 0;
            padding: 0;
            background: #111b28;
            color: #fff;
            font-family:  "Poppins", sans-serif;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
      .pr-1-txt {
          display: block;
          color: white;
          font-size: 26px;
          margin: 20px 0px;
          font-weight: 600;
      }

      select.cpct-ctslelect {
          color: white;
          background-color: transparent;
          border: 0px;
          border-bottom: 2px white solid;
          padding-bottom: 4px;
          font-family: "Libre Caslon Text", serif;
          font-weight: 400;
          font-style: italic;
          font-size: 60px;
          appearance: none; 
          -webkit-appearance: none;
          -moz-appearance: none;
      }
      .form-upload-cpct .dropdown-select::after
      {
      content: '';
      display: inline-block;
      width: 20px;
      height: 12px;
      margin-left: -32px;
      background: url(/assets/img/arr.svg) no-repeat center center;
      background-size: contain;
      }
      select.cpct-ctslelect option {
          background-color: #111b28;
      }

      .highlighted-tx-cpct {
          color: white;
          border-bottom: 2px solid white;
          padding-right: 10px;
          font-style: italic;
          font-family: "Libre Caslon Text", serif;
          font-weight: 400;
          font-size: 60px;
          margin: 20px 0px;
      }
      .highlighted-tx-cpct::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        margin-left: 50px;
        background: url('/assets/img/macchinafot.svg') no-repeat center center;
        background-size: contain;
      }

      h1.ttl-cpct, .pr-1-txt {
          line-height: 70px;
          font-size: 50px;
          font-weight: 500;
      }
      .btn-start-cpct{
        min-width: 320px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 30px;
        margin-top: 50px;
        min-height: 60px;
        font-family: "Poppins", sans-serif;
        color: #1D2E44;
        font-weight: 600;
        font-size: 20px;
      }
      div.selected-file-cpct{
        margin-top: 20px;
      }
      .cpct-desc-section{
        max-width: 530px;
        text-align: center;
        width: 100%;
      }
      p.cpctdescai{
        color: #27C5FF;
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
      }
      .cpct-desc-section{
        margin-top: 120px;
      }
      .form-upload-cpct{
        margin-top: 20%;
      }
      .cpct-ccs{
            margin-top: 50px;
      }
      .cpct-ccs-1, .cpct-ccs-3{
        font-size: 40px;
        font-weight: 600;
        display: flex;
        font-size: 50px;
        line-height: 70px;
        font-family: "Poppins", sans-serif;
      }
      .cpct-ccs-2{
        font-size: 55px;
        line-height: 76px;
        font-family: "Libre Caslon Text", serif;
        font-style: italic;
      }
      .cpct-ccs-row{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
      }
      .cpct-ccs-row-desc{
        text-align: center;
      }
      .cpct-ccs-row-desc{
      font-size: 20px;
      line-height: 30px;
      max-width: 530px;
      margin-left: auto;
      margin-right: auto;
      }
      .btn-start-cpct{
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 1px solid #707070;
      }
      .cpct-ccs-row-btn{
      display: flex;
      justify-content: center;
      margin-bottom: 60px;
      }
     
      
    @media (max-width: 768px) {
       .cpct-ccs-row{
      display: flex;
      flex-direction: column;
      }
      .cpct-ccs-row > span{
        font-size: 34px;
        line-height: 38px;
      }
        body {
            padding: 20px;
            font-size: 16px;
        }
        .container.cpct{
          max-width: 100% !important;
        }
        .pr-1-txt,
        .highlighted-tx-cpct,
        h1.ttl-cpct {
            font-size: 28px;
            line-height: 36px;
        }
        .highlighted-tx-cpct {
            font-size: 32px;
            padding-right: 20px;
        }
        select.cpct-ctslelect {
            font-size: 32px;
            padding-bottom: 2px;
        }
        .btn-start-cpct {
            min-width: 280px;
            min-height: 44px;
            font-size: 16px;
            margin-top: 30px;
        }
        .selected-file-cpct{
            font-size: 10px;
        }
    }