/* Start custom CSS for html, class: .elementor-element-ac087f7 */<style>
  .container {
    max-width: 1200px;
    margin: 0 auto;

    color: #f3f3f3;
    padding: 20px;
  }
  
  .main-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .subtitle {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .divider {
    border: 0;
    height: 1px;
    background-color: #e0e0e0;
    margin: 20px 0;
  }
  
  .exam-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .left-details, .right-details {
    flex: 1;
  }
  
  .update-badge {
    background-color: #4CAF50;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 14px;
  }
  
  .stats-container {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  
  .stat-box {
    flex: 1;
    text-align: center;
    padding: 10px;
  }
  
  .blue-icon {
    margin: 0 auto;
    width: 40px;
    height: 40px;
  }
  
  .stat-number {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .stat-text {
    font-size: 14px;
  }
  
  .content-box {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
  }
  
  .content-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  
  .content-subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .exam-info {
    margin-bottom: 20px;
  }
  
  .exam-info p {
    margin: 5px 0;
    font-size: 18px;
  }
  
  .exam-stats {
    margin-bottom: 20px;
  }
  
  .exam-stats p {
    margin: 5px 0;
    font-size: 16px;
  }
  
  .cta-text {
    margin-bottom: 20px;
    font-size: 16px;
  }
  
  .cta-button {
    display: inline-block;
    background: linear-gradient(to right, #4CAF50, #2196F3);
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
  }
  
  .cta-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5255b38 */h2 {
    font-size: 32px; /* Adjust size as needed */
    text-align: center; /* Centers the text */
    font-weight: bold; /* Ensures bold text */
    margin: 20px 0; /* Adds spacing */
    text-transform: capitalize; /* Converts text to Proper Case */
}/* End custom CSS */