@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy-m';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

body {
  font-family: 'Paperlogy', sans-serif; /* Fallback font */
}

.event_title {font-size:32px; font-weight:800; padding:30px 0px 0px;}
.event_text {font-size:12px; font-weight:400; padding:30px 0px;}
.event_text2 {
    background: #0d6efd;
    display: inline-block;
    color: #fff;
    padding: 6px 10px;
    margin: 20px 0px 30px;
}

.start-button {
    padding: 6px 40px;
    background: linear-gradient(90deg, #0d6efd, #2ea1ff);
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    border: none;
    border-radius: 999px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
    transition: background 0.2s ease-in-out; margin-top:20px;
}

.start-button:hover {
  background: linear-gradient(90deg, #0b5ed7, #1b8cff);
}

   .result-container {
      max-width: 500px;
      margin: 40px auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      padding: 30px 0px;
      box-sizing: border-box;
    }

    .top-flex-box {
      display: flex;
          align-items: flex-end;
      gap: 20px;
      margin-bottom: 0px;
    }

.img-box {width:40%; text-align:center;}

    .top-flex-box .img-box img {
      width: auto;
      height: auto;
    }

    .top-flex-box .text-box { margin-bottom:20px;
      flex: 1;
    }

    .top-flex-box .text-box .result-title {
      font-size: 16px;
      color: #555;
      margin-bottom: 6px;
    }

    .top-flex-box .text-box .result-type {
      font-size: 24px;
      font-weight: bold;
      color: #222;
      margin-bottom: 4px;
    }

    .top-flex-box .text-box .quote {
      font-size: 14px;
      color: #777;
      font-style: italic;
      margin-bottom: 10px;
    }

    .top-flex-box .text-box ul {
      padding-left: 18px;
      font-size: 14px;
      color: #444;
      margin: 0;
    }

    .solution-box {
      background: #e6f0fa; padding:20px 0px;
         display: flex
;  align-items: center;
    gap: 20px;
    margin-bottom: 0px;
    }

    .solution-box h3 {
      font-size: 30px;
      margin: 0 0 12px;
      color: #007bff;
    }

    .solution-box ul {
      padding-left: 18px;
    }


	  .text-box li {
      font-size: 14px;
      margin-bottom: 6px;
      color: #333;
    }

    .solution-box li {
      font-size: 14px;
      margin-bottom: 6px;
      color: #333;
    }

    .cta-button {
      display: inline-block;
      margin-top: 25px;
      padding: 12px 20px;
      background: #007bff;
      color: #fff;
      border: none;
      border-radius: 30px;
      font-size: 14px;
      cursor: pointer;
      text-decoration: none;
      text-align: center;
    }

.w-40 {width:40%;}
.center {text-align:center;}




    @media (max-width: 600px) {
      .top-flex-box {
    display: flex ;flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
}

      .top-flex-box .text-box {
        text-align: center;
      }

      .top-flex-box .text-box ul {
        text-align: left;
        display: inline-block;
      }

      .cta-button {
        width: 50%;
      }
	  .img-box img {width: 100px !important;}

	  .top-flex-box .text-box .result-type {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}

.solution-box {
    background: #e6f0fa;
    padding: 20px 0px;
    display: flex;
	flex-direction: column;
    align-items: center;
    gap: 0px;
    margin-bottom: 0px;
}

.w-40 {
    width: 100%;
}
.solution-box h3 {
    font-size: 24px;
    margin: 0 0px;
    color: #007bff;
}

.result-container {
    max-width: 500px;
    margin: 20px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 0px;
    box-sizing: border-box;
}

    }

   @media (max-width: 768px) {

.event_title {font-size:20px; font-weight:800; padding:30px 0px;}
.start-button {
    padding: 6px 40px;
    background: linear-gradient(90deg, #0d6efd, #2ea1ff);
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: none;
    border-radius: 999px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
    transition: background 0.2s ease-in-out; margin-top:20px;
}
}