/* =========================================================
   GLOBAL FONT
========================================================= */
@font-face {
    font-family: 'Magistral';
    src: url('/wp-content/uploads/fonts/magistral.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/magistral.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Magistral', sans-serif;
}


/* =========================================================
   LAYOUT
========================================================= */
.wp-block-columns {
    max-width: 2000px;
    margin: 0 auto;
}

/* =========================================================
   ABOUT
========================================================= */


/* =========================================================
   SCHEDULE
========================================================= */
.schedule h2 {
    font-size: 26px;
    font-weight: 700;
    color: #009DDA;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.schedule-title-main {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

.schedule-item {
    border-left: 4px solid #009DDA;
    padding: 20px 25px;
    margin-bottom: 15px;
    background: #f8f8f8;
    border-radius: 8px;
    width: 100%;
}

.schedule-time {
    font-size: 23px;
    font-weight: 700;
    color: #009DDA;
    margin-bottom: 5px;
}

.schedule-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.schedule-details {
    font-size: 20px;
    color: #555;
    margin-top: 5px;
}

.schedule-title h2::after {
    content: "";
    display: block;
    width: 170px;
    height: 4px;
    background: #009DDA;
    margin: 12px auto 0;
}

/* =========================================================
   PRICING
========================================================= */

.pricing-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.pricing-section .wp-block-column {
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.pricing-section .wp-block-columns {
    max-width: 2300px;
}

.pricing-section h2::after {
    content: "";
    display: block;
    width: 170px;
    height: 4px;
    background: #ABB8C3;
    margin: 12px auto 0;
}

/* =========================================================
   PARTNERS
========================================================= */

.partner-logos img {
    max-height: 60px;
    width: auto;
}