.navicon {
    flex: 0 0 auto;
}

.page-wraper {
  max-width: 1920;
  margin: 0 auto;
}
/* staff section */
section.staff-section,
section.resource-sec {
  background: #f1f1f1;
}
/* resources section */
.resources-title {
  color: #006699;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
section.resource-sec p.resource-text a {
  color: #fff;
}
.resource-card {
  background-color: #004d5d;
  color: white;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  border-radius: 4px;
}

.resource-card:hover {
  background-color: #006272;
  transform: translateY(-5px);
  cursor: pointer;
}

.resource-text {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}
/* active slider */

.swiper-slide {
  opacity: 0 !important;
}
.swiper-slide-active {
  opacity: 1 !important;
}
/* detail page */

.sidebar .nav-item {
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #e6e6e6;
}

.sidebar .nav-item a {
  display: block;
  padding: 10px;
  color: #000;
  text-decoration: none;
}

.sidebar .nav-item.active {
  background-color: #016d70;
}

.sidebar .nav-item.active a {
  color: #fff;
}

.main-content {
  padding: 20px;
  padding-top: 0;
}

.main-content h1 {
  margin-bottom: 20px;
  font-size: clamp(1.4rem, 4vw, 2rem);
}
.library-image {
  width: 400px;
  height: auto;
  display: block;
  margin: 20px 0;
}

.content-text {
  line-height: 1.6;
}
/* event list view styling */
.event-view-item h1 {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
}
.event-view-item h2 {
  font-size: clamp(1.1rem, 4vw, 1.3rem);
  margin-top: -16px;
  margin-bottom: 1.2rem;
}
a.active {
  color: var(--secondary) !important;
}
.header-nav .nav > li.has-mega-menu > ul.mega-menu a.active {
  color: orange !important;
}
.form-group {
  margin-bottom: 1rem;
}
/* slider layer */
.swiper-slide {
  position: relative;
}

.swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background: #1c1c1be8;
  height: 100%;
}
/* Hero Swiper (landing) */
.hero-swiper {
  position: relative;
  width: 100%;
  height: clamp(420px, 62vw, 720px);
}
.hero-swiper .swiper-wrapper {
  height: 100%;
}
.hero-slide {
  background-size: cover;
  background-position: center right;
}
.hero-swiper .swiper-slide {
  height: 100%;
  width: 100%;
  opacity: 1 !important;
}
.hero-swiper .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-box {
  background: rgb(255 255 255 / 95%);
  padding: clamp(16px, 3vw, 48px);
  max-width: min(50%, 85%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-eyebrow {
  font-family: "Poppins", "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #222;
  font-size: clamp(12px, 1.4vw, 16px);
}
.hero-title {
  font-family: "Playfair", serif;
  color: #1a1a1a;
  line-height: 0.8;
  font-size: clamp(26px, 4vw, 77px);
  margin: 1.3rem 0 !important;
}
.hero-desc {
  font-family: "Playfair";
  color: #333;
  font-size: clamp(16px, 4vw, 24px);
  line-height: 1.3;
}
.text-section {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/* Vertical pagination dots on right center */
.hero-pagination.swiper-pagination {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
.hero-pagination .swiper-pagination-bullet {
  display: block;
  margin: 10px 0;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
  border: 1px solid white;
}
.hero-pagination .swiper-pagination-bullet-active {
  background: #000;
}


/* detail page */
.main-content h2 {
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 800;
}
.main-content h3 {
  font-size: clamp(18px, 4vw, 24px);
  color: #000;
}
ul.nav.nav-pills {
  background: #f4f2f2;
  border-radius: 5px;
}
.content-text a {
  line-height: 2;
}

/* new top bar css */
.ext-links {
  display: flex;
}
.md-top-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}

.md-bottom-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.extra-nav {
  flex-direction: row;
  align-items: start !important;
}
/* custom css */

button.search-cate {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 14px 25px;
  background: #ededed;
  border-radius: 50px;
  border: none;
  transition: all 0.2s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

button.search-cate:hover {
  background: gray;
  color: #fff;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  transform: translateY(-2px);
}
.input-group.search-input {
  justify-content: flex-end;
}

/*social */
.socials ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #dcdcdc1f;
  backdrop-filter: blur(16px);
  border-radius: 50px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.socials ul > li > a:hover {
  background: #cbcbcbc9;
}
.main-svg {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.socials {
  display: flex;
  justify-content: flex-end;
}

.socials > ul {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #ededed;
  backdrop-filter: blur(16px);
  padding: 8px 16px;
  border-radius: 50px;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.socials ul > li > a > svg {
  height: 24px;
  width: 24px;
}

.socials > ul > li {
  margin: 0 !important;
}


/* Upcoming Events Start */
.upcoming-events {
  padding: 5rem 1rem;
}
.events-header {
  text-align: center;
}
.events-subtitle {
  font-size: 1.5rem;
  color: #049196;
  line-height: 1;
  font-family: sans-serif;
}
.events-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  font-family: sans-serif;
}
.events-content {
  text-align: center;
  margin-top: 3rem;
}
.events-content p {
  font-size: 2rem;
  line-height: 1.4;
  color: #4d4d4d;
}
.events-content span {
  display: block;
  font-size: 80%;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 350px);
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  margin-top: 3rem;
}

.event-card {
  display: flex;
  align-items: start;
  background-color: #e3e3e3;
  padding: 0.7rem;
  gap: 1rem;
}

.event-date {
  text-align: center;
  min-width: 80px;
  padding: 0.75rem;
  line-height: 1;
  background-color: white;
}

.event-date p {
  font-family: "Playfair", serif;
  margin: 0;
}

.event-day {
  font-size: 2.25rem;
  font-weight: 600;
  color: #005154;
  line-height: 0.8;
  font-weight: 800;
}

.event-month {
  font-size: 1.5rem;
  font-weight: 600;
  color: #005154;
}

.event-weekday {
  font-size: 0.8rem;
  font-weight: 600;
  color: #005154;
}

.event-info {
  flex: 1;
}

.event-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #222;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.event-time {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #444;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  line-height: 1.2;
}
.event-icon {
  width: 25px;
}

.events-footer {
  text-align: center;
}
.view-all-btn {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  color: inherit;
  text-decoration: underline;
      font-size: clamp(1rem, 4vw, 1.4rem);
}
/* Upcoming Events End */

/* Favorites Start */
.favorites {
  padding: 5rem 1rem;
}

.favorites-wrapper {
  max-width: 1700px;
  margin: 0 auto;
}

.favorites-title {
  font-size: 3rem;
  font-weight: 600;
  font-family: sans-serif;
}

.favorites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 280px);
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
}

.favorites-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.favorites-card-text {
  min-height: 120px;
}

.favorites-card-text h4 {
  font-size: 1.75rem;
  font-weight: 500;
}

.favorites-card-text p {
  font-size: 1.2rem;
  line-height: 1;
  color: #414141;
}
/* Favorites End */

/* Focus On Start */
.focus {
  padding: 5rem 1rem;
  background-color: #ececec;
}

.focus-wrapper {
  max-width: 1700px;
  margin: 0 auto;
}

.focus-title {
  font-size: 3rem;
  font-weight: 600;
  font-family: sans-serif;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 280px);
  justify-content: center;
  gap: 2rem;
  margin-top: 1rem;
  background-color: white;
  padding: 2rem 1rem;
}

.focus-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.focus-card-text {
  margin-top: 1rem;
  color: #414141;
}

.focus-card-text h4 {
  font-size: 1.75rem;
  font-weight: 500;
}
/* Focus On End */
/* full screen popup */
 #fullscreen-search-popup {
      position: fixed;
      z-index: 20000;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.92);
      display: none;
      align-items: center;
      justify-content: center;
      animation: fsp-fadein 0.2s;
    }

    @keyframes fsp-fadein {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    #fullscreen-search-popup.active {
      display: flex;
    }

    .fsp-inner {
      width: 100vw;
      max-width: 700px;
      margin: 0 auto;
      position: relative;
      padding: 40px 24px 32px 24px;
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
      display: flex;
      flex-direction: column;
      align-items: stretch;
    }

    .fsp-close {
      position: absolute;
      top: 18px;
      right: 24px;
      background: none;
      border: none;
      font-size: 2.5rem;
      color: #333;
      cursor: pointer;
      z-index: 2;
      line-height: 1;
      transition: color 0.2s;
    }

    .fsp-close:hover {
      color: #ff7a29;
    }

    .fsp-content {
      display: flex;
      flex-direction: column;
      margin-top: 32px;
    }

    p.tag-light {
      margin-top: 1.3rem;
      font-size: 1.2rem;
    }

    .fsp-search-bar {
      width: 100%;
      font-size: 2.2rem;
      padding: 18px 24px;
      border: 2px solid #ddd;
      border-radius: 12px;
      outline: none;
      font-family: "Poppins", "Open Sans", sans-serif;
      font-weight: 400;
      box-sizing: border-box;
      transition: border-color 0.2s;
    }

    .fsp-search-bar:focus {
      border-color: #ff7a29;
    }

    .fsp-links {
      display: flex;
      gap: 20px;
      justify-content: start;
      flex-wrap: wrap;
    }

    .fsp-link {
      font-size: 1.4rem;
      color: #ff7a29;
      text-decoration: none;
      font-weight: 400;
      padding: 8px 18px;
      border-radius: 28px;
      transition: background 0.2s, color 0.2s;
      background: #f4f4f4;
    }

    .fsp-link:hover {
      background: #ff7a29;
      color: #fff;
    }

    button.fsp-search-btn {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      border: none;
      height: 100%;
      width: 12%;
    }
    /* popup end  */

/* banenr custom styling  */

.hero-swiper .swiper-slide:not(:has(.text-section)) {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}
.hero-swiper .swiper-slide:not(:has(.text-section)):before {
    display: none;
}



.hero-swiper .swiper-slide:not(:has(.text-section))::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 99;
}
.hero-swiper .swiper-slide:not(:has(.text-section)) img {
    object-fit: contain;
    position: relative;
    z-index: 99;
    height: 100%;
    margin-inline: auto;width: 100%;
    backdrop-filter: blur(20px);
}
.hero-slide.split_image {display: flex;}
.hero-slide.split_image img {
    width: 50%;
    margin-left: auto;
    object-fit: contain;
    backdrop-filter: blur(10px);
}
/* end banner custom styling  */
a.fsp-search-btn.third-search {
    display: flex;
    padding: 8px 12px;
    background: #dfdfdf;
    width: 170px;
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}
a.fsp-search-btn.third-search svg {
    height: 20px;
    width: 20px;
}
a.fsp-search-btn.third-search:hover {
    background: #000;
    color: #fff;
}

/* inner page */
.content-text {
  margin: 4px auto;     
  padding: 20px 25px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

/* Heading */
.content-text p:first-child {
  font-size: 18px;
  margin-bottom: 15px;
  color: #1e293b;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 8px;
}

/* Schedule dates */
.content-text p:last-child {
  font-size: 15px;
  color: #444;
  margin: 0;
}

.content-text p:last-child br {
  content: "";
  display: block;
  margin: 6px 0; /* spacing between dates */
}

.content-text p:last-child ,.content-text p:last-child + hr {
   border : none !important;
   margin-bottom:0 !important;
   padding-bottom:0 !important;
}
.events-grid.container > a {
    background: #e3e3e3;
}
/* Media Query */

/* min media query desktop reponsive  */
@media screen and (min-width: 1720px) {
  .md-top-right {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1600px) {
  body{
    max-width: 1920px;
    margin:0 auto;
  }
  .container {
    max-width: 70%;
    margin: 2rem auto;
}
  .extra-nav {
    flex-direction: row;
    justify-content: center;
  }

  .md-bottom-right {
    gap: 1rem;
  }
  .md-top-right {
    gap: 0.5rem;
  }

  /* custom css */
  .socials > ul {
    margin-bottom: 0;
    margin-right: 1rem;
  }

  .main-svg {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
 /* navbar man page style */
  .floating-mega {
      animation: fadeIn 0.1s ease-in-out;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      background: #fff;
      display: block;
      padding: 12px 0;
    }

    @keyframes fadeIn {
      from {
        transform: translateY(5px);
      }

      to {
        transform: translateY(0);
      }
    }

    li.has-mega-menu.sub-menu-down a.active {
      color: #ff7a29 !important;
    }

    .floating-mega a.active,
    .floating-mega a:hover {
      color: #ff7a29 !important;
    }

    .floating-mega a {
      color: #000000;
      display: block;
      font-size: 16px;
      padding: 8px 16px;
      line-height: 1.3;
      text-transform: capitalize;
      position: relative;
      font-weight: 400;
      font-family: "lexend", sans-serif;
    }

    /* === new styling for dropdown === */
    .header-nav .nav {
      flex-wrap: nowrap;
    }
    .sticky-header.main-bar-wraper.navbar-expand-lg.is-fixed .main-bar.clearfix {
    background: #fff9f9a1;
    backdrop-filter: blur(10px);
    border: 1px solid #dbdbdbc4;
    }

    /* === NAV WRAPPER === */
    .nav-wrapper {
      position: relative;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #ddd;
      margin: 0 auto;
      max-width: 100%;
      overflow: visible;
      /* allow dropdowns */
    }

    /* === SCROLLABLE NAV CONTAINER === */
    .nav-scroll {
      overflow-x: auto;
      overflow-y: visible !important;
      white-space: nowrap;
      scroll-behavior: smooth;
      flex: 1;
      position: relative;
      z-index: 2;
      -ms-overflow-style: none;
      /* hide scrollbar in IE */
      scrollbar-width: none;
      /* hide scrollbar in Firefox */
      overflow: hidden !important;
    }

    .nav-scroll::-webkit-scrollbar {
      display: none;
      /* hide scrollbar in Chrome/Safari */
    }

    .navbar-nav {
      display: inline-flex;
      min-width: max-content;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 3;
    }

    ul.mega-menu li {
      white-space: initial;
    }

    /* === NAV LIST === */
    .navbar-nav {
      display: inline-flex;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 3;
      min-width: max-content;
    }

    .navbar-nav > li {
      position: relative;
      z-index: 4;
    }

    /* === ARROW BUTTONS === */
    .nav-arrow {
      background: white;
      border: none;
      font-size: 24px;
      padding: 5px 10px;
      cursor: pointer;
      z-index: 10000;
      color: #444;
      transition: background 0.2s ease;
    }

    .nav-arrow:hover {
      background: #eee;
    }

    .nav-arrow.left {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      justify-content: center;
      height: 100%;
      width: 56px;
      background: #ededed;
      display: none;
    }

    .nav-arrow.right {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      justify-content: center;
      height: 100%;
      width: 56px;
      background: #ededed;
      display: none;
    }

    /* === DROPDOWN MENU FIX === */
    .navbar-nav .dropdown-menu,
    .navbar-nav .mega-menu {
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 1000;
      display: none;
    }

    .navbar-nav > li:hover > .dropdown-menu,
    .navbar-nav > li.has-mega-menu:hover > .mega-menu {
      display: block;
    }
    /* table */
/* Make tables auto-adjust with full width */
table {
  width: 100% !important;     /* stretch table to container */
  max-width: 100%;            /* prevent overflow */
  border-collapse: collapse;
  table-layout: auto;         /* let cells adjust naturally */
  border-spacing: 0;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: 1px solid #d3d3d3;
}

/* Cells auto-fit nicely */
th, td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid #e5e7eb;
  white-space: nowrap; /* remove if you want wrapping */
}

/* Header style */
thead {
  background: #f7f9fc;
}
thead th {
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #e5e7eb;
}

/* Row striping */
tbody tr:nth-child(even) td {
  background: #fafafa;
}
tbody tr:hover td {
  background: #f0f7ff;
  transition: background 0.3s ease;
}

}
/* maxmedia query */
@media (max-width: 1400px) {
  .favorites-card,
  .focus-card {
    border: 1px solid #ccc;
    padding: 1rem;
  }
  .md-top-right {
          position: absolute;
          right: 200px;
        }
        button.search-cate {
          padding: 8px 18px;
        }
        .socials > ul {
          padding: 0px;
        }
}
@media screen and (max-width: 1199px) {

  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    display: block;              
    overflow-x: auto;          
    -webkit-overflow-scrolling: touch;
    max-width: 100%;   
  }
  /* Header */
  thead {
    background: #f7f9fc;
  }
  thead th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e5e7eb;
    white-space: nowrap;
  }
  /* Body */
  tbody td {
    padding: 12px 16px;
    border: 1px solid #e5e7eb;
    color: #444;
    background: #fff;
  }
  /* Zebra + Hover */
  tbody tr:nth-child(even) td {
    background: #fafafa;
  }
  tbody tr:hover td {
    background: #f0f7ff;
    transition: background 0.3s ease;
  }
  /* Borders cleanup */
  th:first-child, 
  td:first-child {
    border-left: none;
  }
  th:last-child, 
  td:last-child {
    border-right: none;
  }

}
@media screen and (max-width: 991px) {
  /* mobile svg icons */
  .header-nav .dz-social-icon svg {
    height: 26px;
    width: 26px;
}
 
.header-nav .dz-social-icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 18px;
}
 
.header-nav .dz-social-icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
 
a.tiktok svg {
    height: 20px !important;
    width: 20px !important;
}
.sticky-header.main-bar-wraper.navbar-expand-lg.is-fixed .main-bar.clearfix .custom-container-90 {
    padding: 2px 0;
}

.sticky-header.main-bar-wraper.navbar-expand-lg.is-fixed .main-bar.clearfix {
    background: #ffffffb3;
    backdrop-filter: blur(10px);
}
  /* mobile svg icons end */
  ul.mega-menu.floating-mega {
    display: none !important;
}
  span.arrow-right {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 999;
  }
  ul.mega-menu {
    padding: 5px 12px!important;
    background: #007c81 !important;
}
ul.mega-menu li {
    background: #007c81;
}
  span.arrow-right:after {
    content: "\f078";
    font-size: 9px;
    margin-left: 5px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    transition: all 0.4s;
  }
  span.arrow-right:after {
    content: "\f054";
    background-color: var(--primary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 14px;
    margin: 0;
    border-radius: var(--border-radius-base);
  }
  span.arrow-right.active:after {
    transform: rotate(90deg);
  }
  .header-nav .nav > li > a {
    font-size: 16px !important;
    width: 80%;
  }
  .site-header .main-bar {
    background-color: transparent;
  }
  .custom-container-90 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 18px 0;
}
}
@media (max-width: 767.98px) {
  .hero-swiper {
    height: clamp(360px, 80vw, 520px);
  }
  .hero-box {
    max-width: 94%;
    margin: 0 auto;
  }
  .hero-pagination.swiper-pagination {
    right: 8px;
  }
  .events-subtitle {
    font-size: 1.25rem;
  }

  .events-content p {
    font-size: 1.25rem;
  }

  .events-title,
  .favorites-title,
  .focus-title {
    font-size: 2rem;
  }

  .favorites-card-text {
    min-height: auto;
  }

  .hero-slide.split_image img {
    display: none;
  }
.hero-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  padding: 5px;
}
}
@media screen and (max-width: 575px) {
  .sidebar {
    margin-bottom: 1.3rem !important;
  }
  .mo-left .header-nav.show {
    width: 320px;
    z-index: 99999999999;
  }
  .nav-wrapper {
    overflow-y: auto;
  }
  .full-bg + div {
    padding-left: 0;
  }
  .button-group {
    margin-right: auto;
    display: flex;
    flex-direction: column;
  }
  /* full screenpopup */
   .fsp-inner {
      max-width: 98vw;
      padding: 18px 4vw 18px 4vw;
    }

    .fsp-search-bar {
      font-size: 1.2rem;
      padding: 12px 10px;
    }

    .fsp-links {
      gap: 12px;
    }

    .fsp-link {
      font-size: 1rem;
      padding: 6px 10px;
    }
}
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  line-height: 1.2;
  margin: 0 0 0.5em;
  font-family: "Inter", sans-serif;
}
/* Font weight hierarchy */
.main-content h1:first-child,
.main-content h2:first-child, 
.main-content h3:first-child, 
.main-content h4:first-child, 
.main-content h5:first-child, 
.main-content h6:first-child { 
  margin-top: 0; 
  margin-bottom: 0.5em;
}

.main-content h1,
.main-content h2, 
.main-content h3, 
.main-content h4, 
.main-content h5, 
.main-content h6 {
  margin: 1rem 0 0;
}
.main-content h2 { font-weight: 600; }
.main-content h3 { font-weight: 600; }
.main-content h4 { font-weight: 500; }
.main-content h5 { font-weight: 500; }
.main-content h6 { font-weight: 400; }

/* Responsive sizes with clamp(min, preferred, max) */
.main-content h1 { font-size: clamp(1.8rem, 4vw + 1rem, 2.4rem); }
.main-content h2 { font-size: clamp(1.4rem, 3.5vw + 0.5rem, 2rem); }
.main-content h3 { font-size: clamp(1.2rem, 3vw + 0.5rem, 1.6rem); }
.main-content h4 { font-size: clamp(1.2rem, 2.5vw + 0.25rem, 1.25rem); } 
.main-content h5 { font-size: clamp(1.125rem, 2vw + 0.25rem, 1.25rem); }
.main-content h6 { font-size: clamp(1rem, 1.5vw + 0.25rem, 1.125rem); } 
.main-content b, .main-content strong, .main-content .strong {
    font-weight: 500;
}