@charset "UTF-8";
/* =====================================================================
   Section Wrapper
   ===================================================================== */
.certificates-section {
  position: relative;
  width: 100%;
  padding: 80px 0 100px;
  background-color: #000;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .certificates-section {
      padding: 64px 0 80px; } }
  @media (max-width: 767px) {
    .certificates-section {
      padding: 48px 0 0px; } }

/* =====================================================================
   Blue-bordered inner wrapper
   ===================================================================== */
@media (max-width: 1679px) {
  .cert-border-wrap {
    padding: 56px 48px 60px; } }
@media (max-width: 1440px) {
  .cert-border-wrap {
    padding: 52px 44px 56px; } }
@media (max-width: 1199px) {
  .cert-border-wrap {
    padding: 48px 36px 52px;
    border-radius: 20px; } }
@media (max-width: 991px) {
  .cert-border-wrap {
    padding: 40px 28px 44px; } }
@media (max-width: 767px) {
  .cert-border-wrap {
    padding: 32px 20px 36px;
    border-radius: 16px; } }
@media (max-width: 579px) {
  .cert-border-wrap {
    padding: 28px 14px 32px; } }
@media (max-width: 450px) {
  .cert-border-wrap {
    padding: 24px 12px 28px;
    border-radius: 14px; } }

/* =====================================================================
   Section Header
   ===================================================================== */
.cert-header {
  text-align: center;
  margin-bottom: 100px; }
  @media (max-width: 1199px) {
    .cert-header {
      margin-bottom: 44px; } }
  @media (max-width: 991px) {
    .cert-header {
      margin-bottom: 36px; } }
  @media (max-width: 767px) {
    .cert-header {
      margin-bottom: 28px; } }
  @media (max-width: 579px) {
    .cert-header {
      margin-bottom: 22px; } }

.cert-eyebrow {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D4A64A;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .cert-eyebrow {
      font-size: 11px;
      margin-bottom: 14px; } }

.cert-title {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.15;
  color: #FFFFFF;
  margin: 0 0 20px; }
  .cert-title .gradient-word {
    background: linear-gradient(101.54deg, #E8C068 0%, #B88736 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    display: inline; }
  @media (max-width: 1679px) {
    .cert-title {
      font-size: 40px; } }
  @media (max-width: 1440px) {
    .cert-title {
      font-size: 38px; } }
  @media (max-width: 1199px) {
    .cert-title {
      font-size: 34px; } }
  @media (max-width: 991px) {
    .cert-title {
      font-size: 30px; } }

.cert-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: #b4b4b4;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .cert-desc {
      max-width: 100%; } }
  @media (max-width: 767px) {
    .cert-desc {
      font-size: 13px; } }
  @media (max-width: 579px) {
    .cert-desc {
      font-size: 12px; } }
  @media (max-width: 320px) {
    .cert-desc {
      font-size: 11px; } }

/* =====================================================================
   Certificate Grid — 2 × 2
   ===================================================================== */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (max-width: 1199px) {
    .cert-grid {
      gap: 18px; } }
  @media (max-width: 991px) {
    .cert-grid {
      gap: 16px; } }
  @media (max-width: 767px) {
    .cert-grid {
      grid-template-columns: 1fr;
      gap: 14px; } }
  @media (max-width: 579px) {
    .cert-grid {
      gap: 14px; } }

/* =====================================================================
   Certificate Card
   ===================================================================== */
.cert-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(115.52deg, #322D1A 3.51%, #0F0F0F 37.67%, #0F0F0F 66.16%);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease-in-out, transform  0.3s ease-in-out; }
  .cert-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(180deg, rgba(253, 200, 88, 0) 24.47%, rgba(253, 200, 88, 0.4) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1; }
  .cert-card:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px); }
  @media (max-width: 1199px) {
    .cert-card {
      border-radius: 16px; } }
  @media (max-width: 767px) {
    .cert-card {
      border-radius: 14px; } }
  @media (max-width: 579px) {
    .cert-card {
      border-radius: 12px; } }

/* ---- Certificate image wrapper ---- */
.cert-card-img-wrap {
  width: 100%;
  padding: 36px 36px 0;
  flex-shrink: 0; }
  .cert-card-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain; }
  @media (max-width: 1440px) {
    .cert-card-img-wrap {
      padding: 32px 32px 0; } }
  @media (max-width: 1199px) {
    .cert-card-img-wrap {
      padding: 28px 28px 0; } }
  @media (max-width: 991px) {
    .cert-card-img-wrap {
      padding: 24px 24px 0; } }
  @media (max-width: 767px) {
    .cert-card-img-wrap {
      padding: 20px 20px 0; } }
  @media (max-width: 579px) {
    .cert-card-img-wrap {
      padding: 18px 18px 0; } }
  @media (max-width: 450px) {
    .cert-card-img-wrap {
      padding: 16px 16px 0; } }

/* ---- Card text body ---- */
.cert-card-body {
  padding: 24px 28px 32px;
  width: 100%; }
  @media (max-width: 1440px) {
    .cert-card-body {
      padding: 22px 26px 30px; } }
  @media (max-width: 1199px) {
    .cert-card-body {
      padding: 20px 22px 28px; } }
  @media (max-width: 991px) {
    .cert-card-body {
      padding: 18px 20px 24px; } }
  @media (max-width: 767px) {
    .cert-card-body {
      padding: 16px 18px 22px; } }
  @media (max-width: 579px) {
    .cert-card-body {
      padding: 14px 16px 20px; } }
  @media (max-width: 450px) {
    .cert-card-body {
      padding: 12px 14px 18px; } }

.cert-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #F5ECD6;
  margin: 0 0 12px;
  line-height: 1.3; }
  @media (max-width: 1440px) {
    .cert-card-title {
      font-size: 17px; } }
  @media (max-width: 1199px) {
    .cert-card-title {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .cert-card-title {
      font-size: 15px;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .cert-card-title {
      font-size: 14px; } }
  @media (max-width: 579px) {
    .cert-card-title {
      font-size: 14px; } }
  @media (max-width: 450px) {
    .cert-card-title {
      font-size: 13px;
      margin-bottom: 8px; } }

.cert-card-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: #a7a7a7;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 30px; }
  @media (max-width: 767px) {
    .cert-card-desc {
      font-size: 12px; } }
  @media (max-width: 579px) {
    .cert-card-desc {
      font-size: 11px; } }
  @media (max-width: 320px) {
    .cert-card-desc {
      font-size: 11px; } }

/*# sourceMappingURL=certificates.css.map */
