:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7f40fab */.exam-link-box{
  font-family:'Segoe UI',Arial,sans-serif;
  background:linear-gradient(135deg,#eef6ff,#f8fafc);
  border-radius:24px;
  padding:28px;
  border:1px solid #dbeafe;
  box-shadow:0 16px 38px rgba(15,23,42,.10);
}

.exam-link-content{
  display:flex;
  align-items:center;
  gap:22px;
  background:#ffffff;
  border-radius:20px;
  padding:26px;
  border-left:7px solid #2563eb;
}

.exam-link-icon{
  width:64px;
  height:64px;
  border-radius:18px;
  background:linear-gradient(135deg,#2563eb,#0f766e);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  flex-shrink:0;
}

.exam-link-text{
  flex:1;
}

.exam-link-text h3{
  margin:0 0 8px;
  font-size:24px;
  color:#0f172a;
  font-weight:800;
}

.exam-link-text p{
  margin:0;
  font-size:16px;
  line-height:1.6;
  color:#475569;
}

.exam-link-button{
  display:inline-block;
  background:linear-gradient(135deg,#2563eb,#0f766e);
  color:#ffffff !important;
  padding:14px 24px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none !important;
  white-space:nowrap;
  transition:.25s ease;
}

.exam-link-button:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 24px rgba(37,99,235,.28);
  color:#ffffff !important;
}

@media(max-width:768px){
  .exam-link-content{
    flex-direction:column;
    text-align:center;
  }

  .exam-link-button{
    width:100%;
    text-align:center;
  }
}/* End custom CSS */