/* aaity custom.css
   Cleaned and refined overrides
*/

/* remove decorative pseudo elements from buttons */
.btn::before,
.btn::after,
.btn-primary::before,
.btn-primary::after {
  display: none !important;
  content: none !important;
}

/* all primary-style buttons */
.btn,
.btn-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 24px !important;
  min-height: auto !important;
  line-height: 1.1 !important;
  border: none !important;
  border-radius: 999px !important;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #ff2d22 0%, #e10600 65%, #cc0000 100%) !important;
  box-shadow:
    0 4px 10px rgba(225, 6, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -3px 6px rgba(0, 0, 0, 0.1) !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease !important;
}

/* hover / focus */
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
  color: #ffffff !important;
  text-decoration: none !important;
  background: #d90429 !important;
  box-shadow:
    0 5px 12px rgba(217, 4, 41, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -3px 6px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-1px);
}

/* active / pressed */
.btn:active,
.btn-primary:active {
  transform: translateY(1px);
  box-shadow:
    0 2px 6px rgba(217, 4, 41, 0.16),
    inset 0 1px 3px rgba(0, 0, 0, 0.12) !important;
}

/* disabled */
.btn.disabled,
.btn:disabled,
.btn-primary.disabled,
.btn-primary:disabled {
  opacity: 1 !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #ff2d22 0%, #e10600 65%, #cc0000 100%) !important;
  box-shadow:
    0 4px 10px rgba(225, 6, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -3px 6px rgba(0, 0, 0, 0.1) !important;
}

/* hero buttons */
.main-banner-content .btn,
.main-banner-content .btn-primary {
  padding: 10px 24px !important;
  font-size: 16px !important;
}

/* smaller buttons inside content sections */
.about-content .btn,
.training-content .btn,
.single-services-box .btn {
  padding: 9px 20px !important;
  font-size: 15px !important;
}

/* secondary button for red CTA section */
.free-trial-content .btn-secondary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 24px !important;
  border-radius: 999px !important;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.75) !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
}

.free-trial-content .btn-secondary:hover,
.free-trial-content .btn-secondary:focus {
  background: #ffffff !important;
  color: #e10600 !important;
  border-color: #ffffff !important;
}

/* brand word styling */
.aaity-brand {
  color: #e10600 !important;
  font: inherit !important;
  font-family: inherit !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: none !important;
  display: inline !important;
  white-space: nowrap !important;
  vertical-align: baseline !important;
}

/* section intro text */
.section-title p,
.main-banner-content p {
  font-size: 18px;
  line-height: 1.75;
}

/* upcoming training section */
.training-area {
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}

.training-content {
  padding: 60px 70px 45px 100px !important;
}

.training-content h2 {
  margin-bottom: 24px !important;
}

.training-content p {
  margin-bottom: 32px !important;
  line-height: 1.85 !important;
  max-width: 640px !important;
}

/* services section */
.services-area {
  padding-top: 70px !important;
  padding-bottom: 60px !important;
}

.services-area .section-title {
  margin-bottom: 34px !important;
}

.services-area .single-services-box {
  margin-bottom: 20px !important;
}

/* footer */
.footer-area {
  padding-top: 35px !important;
  padding-bottom: 0 !important;
  margin-top: 30px !important;
}

.footer-area .single-footer-widget {
  margin-bottom: 12px !important;
}

.footer-area .single-footer-widget .logo p {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  max-width: 320px !important;
}

.footer-area .single-footer-widget h3 {
  margin-bottom: 12px !important;
}

.footer-area .footer-services-list li {
  margin-bottom: 6px !important;
}

.copyright-area {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin-top: 8px !important;
}
.aaity-404-area {
  background: linear-gradient(180deg, #fafafa 0%, #f2f6f9 100%);
  text-align: center;
}

.aaity-404-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 15px;
}

.aaity-404-content img {
  max-width: 340px;
  width: 100%;
  margin-bottom: 24px;
}

.aaity-404-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(225, 6, 0, 0.08);
  color: #E10600;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.aaity-404-content h1 {
  margin-bottom: 14px;
  font-size: 46px;
  line-height: 1.15;
}

.aaity-404-content p {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 14px;
}

.aaity-404-help {
  font-size: 18px;
}

.aaity-404-content .btn-box {
  margin-top: 24px;
}

.aaity-404-content .btn {
  margin-right: 8px;
  margin-left: 8px;
}

@media only screen and (max-width: 767px) {
  .aaity-404-content h1 {
    font-size: 34px;
  }

  .aaity-404-help {
    font-size: 17px;
  }

  .aaity-404-content .btn {
    width: 100%;
    margin: 6px 0;
  }
}

.success-area .error-content {
  max-width: 760px;
  margin: auto;
  padding: 50px 35px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.success-area .success-icon {
  font-size: 72px;
  color: #E10600;
  margin-bottom: 20px;
}

.success-area .btn-box .btn {
  margin: 0 6px;
}
.success-area .error-content {
  max-width: 760px;
  margin: auto;
  padding: 50px 35px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.success-area .success-icon {
  font-size: 72px;
  color: #E10600;
  margin-bottom: 20px;
}

.success-area .btn-box .btn {
  margin: 0 6px;
}
.status-page-area {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 15px;
  background: #f9fbfd;
}

.status-page-area .error-content {
  max-width: 760px;
  margin: auto;
  padding: 50px 35px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.status-page-area .success-icon {
  font-size: 72px;
  color: #E10600;
  margin-bottom: 20px;
}

.status-page-area .btn-box .btn {
  margin: 0 6px;
}

.status-page-area {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 15px;
  background: #f9fbfd;
}

.status-page-area .error-content {
  max-width: 760px;
  margin: auto;
  padding: 50px 35px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.status-page-area .status-icon {
  font-size: 72px;
  margin-bottom: 20px;
}

.status-page-area .btn-box .btn {
  margin: 0 6px;
}

.success-area .status-icon {
  color: #E10600;
}

.failed-area .status-icon {
  color: #d90429;
}

.cancelled-area .status-icon {
  color: #f4a100;
}