@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BoldSemiCn.woff2') format('woff2'),
        url('../fonts/MyriadPro-BoldSemiCn.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Black.woff2') format('woff2'),
        url('../fonts/MyriadPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Light.woff2') format('woff2'),
        url('../fonts/MyriadPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BoldCondIt.woff2') format('woff2'),
        url('../fonts/MyriadPro-BoldCondIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BoldIt.woff2') format('woff2'),
        url('../fonts/MyriadPro-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Cond.woff2') format('woff2'),
        url('../fonts/MyriadPro-Cond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-BoldCond.woff2') format('woff2'),
        url('../fonts/MyriadPro-BoldCond.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-CondIt.woff2') format('woff2'),
        url('../fonts/MyriadPro-CondIt.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-SemiboldIt.woff2') format('woff2'),
        url('../fonts/MyriadPro-SemiboldIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-It.woff2') format('woff2'),
        url('../fonts/MyriadPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    font-style: normal;
}
p, span, div, a, ul, li, ol, strrong, b{
    font-family: 'Myriad Pro', sans-serif;
}

.month-slider .slick-arrow {
    background: #192142 !important;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 10px;
}
.month-slider .slick-arrow:hover {
    background: #0a1428 !important;
    color: #fff !important;
}
.month-slider .slick-arrow.slick-next {
    right: 16px !important;
    top: 16px !important;
    position: absolute;
}
/* Base wrapper */
.month-slider {
  background-color: #f8fafd;
  padding: 1rem 15px;
  border-radius: 1rem;
  max-width: 100%;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
}

/* Slick arrows inside .month-slider */
.month-slider .slick-arrow {
  background: #192142 !important;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 10;
}

.month-slider .slick-arrow:hover {
  background: #0a1428 !important;
  color: #fff !important;
}

.month-slider .slick-arrow.slick-next {
    right: 15px !important;
    top: 15px !important;
    position: absolute;
    z-index: 1;
}

.month-slider .slick-arrow.slick-prev {
    left: 15px !important;
    top: 15px !important;
    position: absolute;
    z-index: 1;
}
/* Month slide */
.calendar-month {
  text-align: center;
  /* padding: 1.5rem; */
  min-height: 400px;
  border-radius: 1rem;
  /* background-color: #fff;  Subtle background */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
}

.calendar-month h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #192142;
}

/* Calendar table styling */
.calendar-month table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e5e7eb;
  /* border-radius: 0.75rem; */
  /* overflow: hidden; */
  background-color: #fff;
}

.calendar-month th,
.calendar-month td {
  width: 14.28%;
  padding: 0.75rem;
  text-align: center;
  font-size: 1rem;
  color: #111;
  border: 1px solid #e5e7eb; /* Border between cells */
}
.calendar-month td strong{
    font-weight: 600;
}

.calendar-month th {
  font-weight: 600;
  background-color: #f3f4f6;
  color: #333;
}
.event a {
    text-transform: capitalize;
    color: #fff;
    background: #192142;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 6px;
}
/* .calendar-month td strong {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
} */

/* Highlight current month */
.slick-current .calendar-month h2 {
  color: #1e3a8a;
}

/* Highlight today (optional) */
.calendar-month td.today strong {
  background-color: #1d4ed8;
  color: #fff;
  font-weight: bold;
}

/* Responsive tweaks */
@media (min-width: 320px) and (max-width: 767px){
.month-slider .slick-arrow.slick-next {
    right: 0px !important;
    top: 12px !important;
    position: absolute;
}
.month-slider {
    padding: 1rem 0px;
}
.month-slider .slick-arrow.slick-prev {
    left: 0px !important;
    top: 12px !important;
    position: absolute;
}
.calendar-month h2 {
    margin-bottom: 0.5rem !important;
    margin-top: 30px !important;
}
}
@media (max-width: 768px) {
.calendar-month th, 
.calendar-month td {
    padding: 0.3rem;
    font-size: 0.9rem;
}

  .calendar-month td strong {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }

  .month-slider .slick-arrow {
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
  }
}


