.section-form {
  display: none;
  background-image: url(/wp-content/themes/fptheme/assets/images/background-quiz.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 100px 0 150px; }
  @media screen and (max-width: 767px) {
    .section-form {
      padding: 50px 0; } }
  .section-form .box-form {
    max-width: 1100px;
    margin: 0 auto;
    background-image: url(/wp-content/themes/fptheme/assets/images/background-form.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 70px;
    border-radius: 20px; }
    @media screen and (max-width: 767px) {
      .section-form .box-form {
        padding: 30px 10px 50px; } }
    .section-form .box-form p {
      color: #fff;
      font-size: 24px;
      font-family: "Montserrat Bold";
      text-align: center;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .section-form .box-form p {
          font-size: 18px;
          margin-bottom: 20px; } }
    .section-form .box-form .form-content {
      position: relative;
      max-width: 780px;
      margin: 0 auto;
      padding: 40px 60px;
      background: rgba(255, 255, 255, 0.6);
      backdrop-filter: blur(8px);
      border-top-left-radius: 40px;
      border-top-right-radius: 40px; }
      @media screen and (max-width: 767px) {
        .section-form .box-form .form-content {
          border-top-left-radius: 24px;
          border-top-right-radius: 24px;
          padding: 30px 15px; } }
      .section-form .box-form .form-content .form-group {
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .section-form .box-form .form-content .form-group {
            margin-bottom: 24px; } }
        .section-form .box-form .form-content .form-group:nth-last-of-type(2) {
          margin-bottom: 0; }
        .section-form .box-form .form-content .form-group .error-text {
          font-size: 14px;
          font-family: "Montserrat Medium";
          color: red; }
        .section-form .box-form .form-content .form-group .ps-relative {
          position: relative; }
          .section-form .box-form .form-content .form-group .ps-relative i {
            font-size: 20px;
            color: #969fb2;
            position: absolute;
            top: 18px;
            left: 25px; }
            @media screen and (max-width: 767px) {
              .section-form .box-form .form-content .form-group .ps-relative i {
                font-size: 16px;
                top: 17px; } }
        .section-form .box-form .form-content .form-group input {
          background: #fff;
          border: none;
          outline: none;
          border-radius: 40px;
          padding: 13px 0 13px 60px;
          font-family: "Montserrat Regular";
          font-size: 20px;
          color: #969fb2; }
          @media screen and (max-width: 767px) {
            .section-form .box-form .form-content .form-group input {
              font-size: 16px;
              padding: 13px 0 13px 50px; } }
          .section-form .box-form .form-content .form-group input:focus {
            box-shadow: none; }
          .section-form .box-form .form-content .form-group input::placeholder {
            /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #969fb2;
            opacity: 1;
            /* Firefox */
            font-family: "Montserrat Regular";
            font-size: 20px; }
            @media screen and (max-width: 767px) {
              .section-form .box-form .form-content .form-group input::placeholder {
                font-size: 16px; } }
          .section-form .box-form .form-content .form-group input:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #969fb2;
            font-family: "Montserrat Regular";
            font-size: 20px; }
            @media screen and (max-width: 767px) {
              .section-form .box-form .form-content .form-group input:-ms-input-placeholder {
                font-size: 16px; } }
          .section-form .box-form .form-content .form-group input::-ms-input-placeholder {
            /* Microsoft Edge */
            color: #969fb2;
            font-family: "Montserrat Regular";
            font-size: 20px; }
            @media screen and (max-width: 767px) {
              .section-form .box-form .form-content .form-group input::-ms-input-placeholder {
                font-size: 16px; } }
      .section-form .box-form .form-content .button-wrapper .btn-register {
        background: #d30303;
        color: #ffff;
        border-radius: 40px;
        padding: 10px 20px;
        font-size: 20px;
        font-family: "Montserrat Bold";
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          .section-form .box-form .form-content .button-wrapper .btn-register {
            font-size: 16px; } }

.section-result {
  display: none;
  background-image: url(/wp-content/themes/fptheme/assets/images/background-quiz.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 100px 0 150px; }
  @media screen and (max-width: 767px) {
    .section-result {
      padding: 50px 0; } }
  .section-result .box-result {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    border: 8px solid #d7e0fd;
    border-radius: 24px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }
    .section-result .box-result .box-image {
      text-align: center; }
      .section-result .box-result .box-image img {
        border-radius: 24px; }
        @media screen and (max-width: 767px) {
          .section-result .box-result .box-image img {
            width: 60%; } }
    .section-result .box-result .box-content {
      padding: 50px 50px 50px 0;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .section-result .box-result .box-content {
          padding: 20px 20px 20px 0; } }
      @media screen and (max-width: 767px) {
        .section-result .box-result .box-content {
          padding: 20px 10px; } }
      @media screen and (max-width: 350px) {
        .section-result .box-result .box-content {
          padding: 10px 5px; } }
      .section-result .box-result .box-content h3 {
        font-size: 36px;
        color: #414042;
        font-family: "Montserrat Black";
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .section-result .box-result .box-content h3 {
            font-size: 24px; } }
        @media screen and (max-width: 350px) {
          .section-result .box-result .box-content h3 {
            font-size: 20px; } }
      .section-result .box-result .box-content p {
        font-size: 20px;
        color: #414042;
        font-family: "Montserrat Regular";
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .section-result .box-result .box-content p {
            font-size: 16px; } }
        @media screen and (max-width: 350px) {
          .section-result .box-result .box-content p {
            font-size: 14px; } }
      .section-result .box-result .box-content .result {
        font-size: 36px;
        font-family: "Montserrat ExtraBold";
        color: #414042;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .section-result .box-result .box-content .result {
            font-size: 24px; } }
        @media screen and (max-width: 350px) {
          .section-result .box-result .box-content .result {
            font-size: 20px; } }
      .section-result .box-result .box-content .score {
        font-size: 24px;
        color: #414042;
        font-family: "Montserrat Bold";
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .section-result .box-result .box-content .score {
            font-size: 16px; } }
        @media screen and (max-width: 350px) {
          .section-result .box-result .box-content .score {
            font-size: 14px; } }
      .section-result .box-result .box-content .result_detail {
        font-size: 20px;
        color: #414042;
        font-family: "Montserrat Regular";
        font-style: italic;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .section-result .box-result .box-content .result_detail {
            font-size: 16px; } }
        @media screen and (max-width: 350px) {
          .section-result .box-result .box-content .result_detail {
            font-size: 14px; } }
      .section-result .box-result .box-content .disclaimer {
        font-size: 14px;
        font-family: "Montserrat Medium";
        color: #ff0000; }
        @media screen and (max-width: 767px) {
          .section-result .box-result .box-content .disclaimer {
            font-size: 12px; } }
        @media screen and (max-width: 350px) {
          .section-result .box-result .box-content .disclaimer {
            font-size: 10px; } }

.page-template-page-test-ielts .ielts-test {
  padding: 30px 0; }
  @media screen and (min-width: 1200px) and (max-width: 1280px) {
    .page-template-page-test-ielts .ielts-test {
      padding: 20px 0; } }
  .page-template-page-test-ielts .ielts-test .box-note {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    background-image: url(/wp-content/themes/fptheme/assets/images/background-quiz.png);
    margin: -30px 0;
    padding-top: 5%; }
    @media screen and (min-width: 1200px) and (max-width: 1280px) {
      .page-template-page-test-ielts .ielts-test .box-note {
        margin: -20px 0; } }
    @media screen and (max-width: 767px) {
      .page-template-page-test-ielts .ielts-test .box-note {
        height: 300px;
        padding: 50px 0; } }
    .page-template-page-test-ielts .ielts-test .box-note .box-content {
      max-width: 900px;
      margin: 0 auto;
      text-align: center; }
      .page-template-page-test-ielts .ielts-test .box-note .box-content h2 {
        color: #2a378b;
        font-family: "Montserrat Black";
        font-size: 42px;
        margin-bottom: 20px;
        text-align: center; }
        @media screen and (max-width: 1024px) {
          .page-template-page-test-ielts .ielts-test .box-note .box-content h2 {
            font-size: 30px; } }
        @media screen and (max-width: 767px) {
          .page-template-page-test-ielts .ielts-test .box-note .box-content h2 {
            font-size: 24px;
            margin-bottom: 10px; } }
      .page-template-page-test-ielts .ielts-test .box-note .box-content p {
        font-size: 20px;
        font-family: "Montserrat Medium";
        color: #000000; }
        @media screen and (max-width: 1024px) {
          .page-template-page-test-ielts .ielts-test .box-note .box-content p {
            font-size: 16px;
            margin-bottom: 10px; } }
        @media screen and (max-width: 767px) {
          .page-template-page-test-ielts .ielts-test .box-note .box-content p {
            font-size: 14px; } }
      .page-template-page-test-ielts .ielts-test .box-note .box-content .btn-start {
        background: #d30303;
        color: #fff;
        font-family: "Montserrat SemiBold";
        font-size: 20px;
        padding: 10px 25px;
        margin-top: 16px;
        border-radius: 8px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }
        @media screen and (max-width: 1024px) {
          .page-template-page-test-ielts .ielts-test .box-note .box-content .btn-start {
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .page-template-page-test-ielts .ielts-test .box-note .box-content .btn-start {
            margin-top: 10px; } }
  .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container {
    display: none; }
    .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container .progress-container {
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
      .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container .progress-container .question-number {
        margin-right: 15px;
        font-family: "Montserrat Medium";
        min-width: 60px;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container .progress-container .question-number {
            font-size: 14px; } }
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container .progress-container .question-number #current-question {
          font-size: 20px;
          color: #2a378b;
          font-family: "Montserrat SemiBold"; }
      .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container .progress-container .progress {
        border-radius: 20px; }
        @media screen and (max-width: 767px) {
          .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container .progress-container .progress {
            height: 12px; } }
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container .progress-container .progress #progress-bar {
          height: 100%;
          border-radius: 20px; }
      .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container .progress-container .timer {
        margin-left: auto;
        color: #dc3545;
        font-family: "Montserrat Medium";
        padding: 8px 16px;
        background: #ffeff0;
        border-radius: 12px;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container .progress-container .timer {
            font-size: 14px;
            padding: 6px 12px; } }
    .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card {
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border: 1px solid #ddd;
      padding: 24px;
      margin-bottom: 24px;
      height: calc(100% - 24px);
      background-color: white;
      font-size: 16px;
      font-family: "Montserrat Regular"; }
      @media screen and (max-width: 1600px) {
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card {
          font-size: 14px;
          padding: 20px;
          margin-bottom: 20px;
          height: calc(100% - 20px); } }
      @media screen and (min-width: 1200px) and (max-width: 1280px) {
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card {
          margin-bottom: 15px;
          height: calc(100% - 15px); } }
      @media screen and (max-width: 767px) {
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card {
          padding: 12px;
          height: auto;
          margin-bottom: 20px; } }
      .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction {
        padding: 20px;
        border-radius: 12px;
        border: 1px solid #ddd;
        margin-bottom: 24px; }
        @media screen and (max-width: 767px) {
          .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction {
            padding: 12px;
            margin-bottom: 0; } }
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction audio {
          width: 100%;
          height: 40px;
          margin-bottom: 16px; }
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction p {
          margin-bottom: 0.5em; }
          .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction p strong {
            font-family: "Montserrat Bold"; }
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction .reading-content {
          height: 190px;
          overflow-y: auto;
          padding-right: 20px;
          /* Firefox */
          /* Chrome, Edge, and Safari */ }
          @media screen and (min-width: 1200px) and (max-width: 1600px) {
            .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction .reading-content {
              height: 170px; } }
          @media screen and (max-width: 767px) {
            .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction .reading-content {
              padding-right: 12px; } }
          .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction .reading-content * {
            scrollbar-width: auto;
            scrollbar-color: #cccccc; }
          .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction .reading-content::-webkit-scrollbar {
            width: 10px; }
          .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction .reading-content::-webkit-scrollbar-track {
            background: #f1f3f4;
            border-radius: 12px; }
          .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction .reading-content::-webkit-scrollbar-thumb {
            background-color: #cccccc;
            border-radius: 12px; }
          .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction .reading-content h3 {
            text-align: center;
            font-family: "Montserrat Bold";
            font-size: 18px; }
          .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction .reading-content img {
            max-width: 80px;
            margin: 0 auto;
            display: block; }
          .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction .reading-content p {
            text-align: justify;
            font-family: "Montserrat Regular"; }
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction .instruction_content,
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-card .instruction .instruction_content2 {
          margin-top: 1em;
          padding-top: 0.5em;
          border-top: 1px solid #ddd; }
    .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-title {
      background-color: #f0f7ff;
      padding: 15px;
      border-radius: 10px;
      font-family: "Montserrat Bold";
      text-align: center;
      position: relative;
      margin-bottom: 12px; }
      .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .question-title i {
        color: #2a378b;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px; }
    .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .answer-options .answer-option {
      padding: 15px;
      border-radius: 12px;
      cursor: pointer;
      transition: all 0.3s;
      font-size: 16px;
      font-family: "Montserrat Regular";
      background: #f1f3f4;
      margin-bottom: 12px;
      border: 2px solid transparent; }
      @media screen and (max-width: 1600px) {
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .answer-options .answer-option {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .answer-options .answer-option {
          padding: 12px; } }
      .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .answer-options .answer-option:last-child {
        margin-bottom: 0; }
      .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .answer-options .answer-option .form-check {
        margin-bottom: 0; }
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .answer-options .answer-option .form-check .form-check-label {
          margin-bottom: 0; }
    .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .answer-options .answer-option:hover {
      background-color: #cfe2ff; }
    .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container #question-container .answer-options .option-selected {
      background-color: #cfe2ff;
      border: 2px solid #86b7fe; }
    .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container .next-btn {
      background-color: #c60c30;
      border: none;
      color: white;
      padding: 15px 30px;
      border-radius: 12px;
      font-size: 16px;
      font-family: "Montserrat Bold";
      transition: all 0.3s; }
      .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container .next-btn.disabled {
        background-color: #666666;
        cursor: not-allowed; }
      @media screen and (max-width: 1600px) {
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container .next-btn {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .page-template-page-test-ielts .ielts-test .quiz-container #quiz-container .next-btn {
          padding: 10px 20px; } }
  .page-template-page-test-ielts .ielts-test .quiz-container #results-container {
    display: none; }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.page-template-page-test-ielts .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; }
  .page-template-page-test-ielts .popup .popup-content {
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    max-width: 90%;
    width: 450px;
    animation: fadeInUp 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 767px) {
      .page-template-page-test-ielts .popup .popup-content {
        max-width: 95%;
        padding: 2rem 1rem; } }
    .page-template-page-test-ielts .popup .popup-content .box-icon {
      margin-bottom: 1.5rem; }
      .page-template-page-test-ielts .popup .popup-content .box-icon i {
        font-size: 110px; }
      .page-template-page-test-ielts .popup .popup-content .box-icon .fa-circle-check {
        color: #2ecc71; }
      .page-template-page-test-ielts .popup .popup-content .box-icon .fa-circle-exclamation {
        color: #c60c30; }
    .page-template-page-test-ielts .popup .popup-content img {
      width: 100%;
      height: auto;
      object-fit: cover; }
    .page-template-page-test-ielts .popup .popup-content h3 {
      font-size: 24px;
      color: #2b378b;
      font-family: "Montserrat Bold"; }
      @media screen and (max-width: 767px) {
        .page-template-page-test-ielts .popup .popup-content h3 {
          font-size: 18px; } }
    .page-template-page-test-ielts .popup .popup-content p {
      font-size: 16px;
      font-family: "Montserrat Regular";
      margin-bottom: 1.5rem;
      color: #000; }
      @media screen and (max-width: 767px) {
        .page-template-page-test-ielts .popup .popup-content p {
          font-size: 14px; } }
    .page-template-page-test-ielts .popup .popup-content .result-btn {
      background-color: #c60c30;
      border: none;
      color: white;
      padding: 15px 30px;
      border-radius: 12px;
      font-size: 16px;
      font-family: "Montserrat Bold";
      transition: all 0.3s; }
      @media screen and (max-width: 767px) {
        .page-template-page-test-ielts .popup .popup-content .result-btn {
          font-size: 14px;
          padding: 10px 20px; } }
    .page-template-page-test-ielts .popup .popup-content .restart-btn {
      background-color: #2b378b;
      border: none;
      color: white;
      padding: 15px 30px;
      border-radius: 12px;
      font-size: 16px;
      font-family: "Montserrat Bold";
      transition: all 0.3s; }
      @media screen and (max-width: 767px) {
        .page-template-page-test-ielts .popup .popup-content .restart-btn {
          font-size: 14px;
          padding: 10px 20px; } }

/*# sourceMappingURL=test-ielts.css.map */
