:root {
  --primary-color: #242359;
  --secondary-color: #f9f9fb;
  --accent-color: #f7ee2a;
  --text-color: #333;
  --background-color: #f4f4f4;
  --border-color: #4d4d7f;
  --border-color-two: #4d4d7f;
  --primary-color-two: #1d1c4d;
  --green-color: #28c37d;
  --green-color-two: #007f46;
}

@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@font-face {
  font-family: "Trajan Pro 3";
  src: url("../fonts/Trajan-Pro-3-Regular.eot");
  src:
    url("../fonts/Trajan-Pro-3-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Trajan-Pro-3-Regular.woff2") format("woff2"),
    url("../fonts/Trajan-Pro-3-Regular.woff") format("woff"),
    url("../fonts/Trajan-Pro-3-Regular.ttf") format("truetype"),
    url("../fonts/Trajan-Pro-3-Regular.svg#Trajan Pro 3") format("svg");
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "baskerville_ten_otitalic";
  src:
    url("../fonts/baskerville_ten_ot_italic-webfont.woff2") format("woff2"),
    url("../fonts/baskerville_ten_ot_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  /* background: linear-gradient(to bottom, #121217, var(--primary-color)); */
  background: linear-gradient(to bottom, #0c0f13, #000c6c);
  /* overflow: hidden; */
  position: relative;
  color: var(--secondary-color);
  font-family: "Trajan Pro 3", "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:focus-visible,
a:active {
  text-decoration: none;
  color: white;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 440px;
  margin: 0 auto;
  padding: 0 20px;
}

.head-title {
  margin-bottom: 3rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

h2,
h1 {
  text-align: center;
  font-style: normal;

  margin: 0 auto;

  width: 100%;
  color: #f4f4f6;
  text-align: center;
  line-height: 1.4;
  padding: 0.9rem 0.9rem 0.7rem 0.9rem;
}

h2 {
  max-width: 298px;
  border-top: 1px var(--border-color) solid;
  padding: 0.9rem 0.9rem 0.7rem 0.9rem;
  font-size: 1rem;
  text-transform: uppercase;
}

h2 a {
  color: white;
}

h2 a:hover {
  color: var(--accent-color);
}

/* h2{
  border-bottom: 1px var(--border-color) solid;
  
} */
h2 + h2 + h2 {
  border-bottom: 1px var(--border-color) solid;
}

h1 {
  font-size: 2.8rem;
  color: var(--green-color-two);
  text-transform: none;
}

.head-title h3 {
  font-size: 1.5rem;
}
.head-h1 {
  font-family: "baskerville_ten_otitalic";
  font-weight: 400;
  font-style: italic;
}

.head-arw {
  width: 28px;
  height: auto;
  display: block;
  position: absolute;
  top: -45px;
  right: 25px;
}
.head-arw-svg {
  width: 100%;
  height: 100%;
  display: block;
}

figure.logo-skcf {
  max-width: 350px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.logo-header-white {
  width: 70px;
}
.logo-header-text {
  width: 300px;
  margin-top: 1.5rem;
}

.header-bold {
  font-weight: 600;
}
/* head btn */
/* .header-btn{
  border:2px solid var(--accent-color);
  border:2px solid #FEB004;
  padding: 0.9rem 2.2rem;
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 600;
  color: #FEB004;
} */

/* BUTTON STYLE */
/* .header-btn {
  display: inline-block;
  position: relative;
  padding: 0.8rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #FEB004;
  border: 2px solid #FEB004;
  background: transparent;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  width: 200px; 
} */

.header-btn {
  border: 2px solid #feb004;
  padding: 0.9rem 2rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #feb004;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: max-content;
  margin-top: 1rem;
}

.animate {
  display: inline-flex;
  gap: 0.5rem;
  overflow: hidden;
  position: relative;
}

.part1,
.part2 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: max-content !important;
}

.part1-slide,
.part2-slide {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  color: #feb004;
  max-width: max-content !important;
}

.part2 {
  display: inline-block;
  overflow: hidden; /* clip text inside container */
  width: max-content; /* container fits the word */
}

.part2-slide {
  display: inline-block;
  transform: translateX(-100%); /* start fully hidden to the left */
  white-space: nowrap;
}

/* WRAPPERS */
.text-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  height: 1em;
  width: 100%;
}

/* TEXT */
.text-wrapper .text {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  animation-fill-mode: forwards; /* important: stay at final position */
}

/* LEFT WORD */
.text-left {
  animation-name: slideLeftOnce;
  animation-duration: 7s; /* total animation time */
  animation-timing-function: ease-in-out;
}

/* RIGHT WORD */
.text-right {
  animation-name: slideRightOnce;
  animation-duration: 7s;
  animation-timing-function: ease-in-out;
  opacity: 0; /* initially hidden */
}

/* KEYFRAMES */
@keyframes slideLeftOnce {
  0%,
  10% {
    transform: translateX(0);
    opacity: 1;
  }
  85% {
    transform: translateX(-50%);
    opacity: 1;
  }
  95%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideRightOnce {
  0%,
  10% {
    transform: translateX(0);
    opacity: 0;
  }
  10.1% {
    opacity: 1;
    transform: translateX(0);
  }
  85% {
    transform: translateX(50%);
    opacity: 1;
  }
  95%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.readmore-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 0.8rem;
  color: var(--accent-color);
  cursor: pointer;
}
.readmore-text {
  color: #feb004;
  font-size: 15px;
}
.readmore-btn:hover,
.readmore-btn:focus {
  opacity: 0.8;
  color: var(--accent-color);
}
.header-txt {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.header-txt p,
.header-txt a {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.header-txt p {
  font-size: 1.15rem;
  margin-bottom: 0.85rem;
}

.events-list {
  display: flex;
  flex-direction: column;
  /* gap: .7rem; */
  justify-content: center;
  /* align-items: center; */
  text-align: center;
  margin: 0 1rem;
}
.events-list div {
  /* border-bottom: 1px red solid; */
  border-bottom: 1px #5a5987 dashed;
  display: block;
  width: 100;
  /* flex-grow: 1; */
  /* flex-basis: 100%; */
  padding: 0.8rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: #f4f4f6;
}

.events-list div:nth-child(2) {
  /* background-color: red; */
  display: none;
}
figure {
  margin: 0;
}

.container-footer {
  max-width: 560px;
}
.c-footer {
  margin-top: 4rem;
  font-size: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.6;
}
.c-footer p {
  margin-bottom: 1rem;
  font-size: 0.6rem;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.c-footer a {
  color: #fff;
  cursor: pointer;
}
.c-footer a:hover {
  color: var(--accent-color);
}
.logo-ftr-skcf-top-wrap {
  margin: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logo-ftr-skcf-top {
  max-width: 450px;
  width: 100%;
  margin: 3.2rem auto 4rem auto;
  /* margin-bottom: 2rem; */
}
.logo-ftr-skcf-footer {
  max-width: 270px;
  width: 100%;
  margin: 0 auto 0 auto;
  /* margin-bottom: 2rem; */
}
.logo-footer-white {
  width: 55px;
}
.logo-footer-text {
  width: 260px;
  margin-top: 1.2rem;
}
.container-table {
  /* max-width: 1170px; */
  max-width: 900px;
  text-align: center;
}
/* Core Table Styles */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: var(--secondary-color);
  border-collapse: collapse;
}

.text-uppercase {
  text-transform: uppercase;
}

/* .table a {
  color: yellow;
} */

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: var(--border-color);
  border-style: solid;
  border-width: 0;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid var(--border-color);
  /* font-size: .8rem; */
  font-size: 1rem;
  text-align: left;
  vertical-align: top;
  background: var(--primary-color-two);
}

.table td br {
  display: block; /* Make <br> act like a block element */
  margin-bottom: 10px; /* Add spacing between lines */
  content: " "; /* Ensure proper rendering */
}

.table th {
  background-color: var(--primary-color);
}

.table tr:hover > td {
  background-color: var(--border-color);
}

.table tr:hover > td[colspan="5"] {
  background-color: transparent;
}

.table > thead {
  vertical-align: bottom;
  text-transform: uppercase;
}

.table td a {
  word-break: break-word;
  /* Force breaks in long words/URLs */
  overflow-wrap: anywhere;
  /* Additional fallback for long words */
  text-decoration: none;
}

.table td a:hover {
  text-decoration: underline;
}

.table > :not(caption) > * > * {
  padding: 1rem 1.4rem;
  line-height: 1.4;
  border-bottom-width: 1px;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: var(--border-color);
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid var(--border-color);
  border-top: none;
}

.table > tbody {
  vertical-align: inherit;
  text-transform: uppercase;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* Table Border Variants */
.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* Striped Rows */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Hover Rows */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* Table Dark */
.table-dark {
  color: #f8f9fa;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #f8f9fa;
  background-color: rgba(255, 255, 255, 0.075);
}

/* Responsive Tables */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table tr th:nth-of-type(1) {
  width: 20%;
}

.table tr th:nth-of-type(2) {
  width: 25%;
}

.table tr th:nth-of-type(3) {
  width: 15%;
}

.table tr th:nth-of-type(4) {
  width: 20%;
}

.table tr th:nth-of-type(5) {
  width: 20%;
}

/* Style for cells with colspan="5" */
td[colspan="5"],
th[colspan="5"] {
  background-color: var(--primary-color); /* Light gray background */
  padding-top: 3rem;
}

.table tbody tr td:first-child {
  color: var(--green-color);
}

.table tbody tr td[colspan="5"] {
  color: white;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.table.with-mobile-labels tr td[colspan="5"] {
  text-transform: uppercase;
}

/* table */
.table-view {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}

/* new data table */

.data-table {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.data-table-title {
  text-align: center;
  position: relative;
  display: block;
  padding-bottom: 8px;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
}
.data-table-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 3px;
  background: #e3c113;
  transform: translateX(-50%);
}

.data-table-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.data-table-content .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 10px;
}
.data-table-content .row .col {
  flex: 0 0 24.5%;
  /* flex: 1;
    min-width: 0; */
}
.data-content-box {
  /* text-align: center;
  padding: 4.5rem 2.5rem;
  background-color: #0000ff;
  min-height: 300px; */
  background: #fff;
  background-color: #1e3bff;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* transition: all 0.3s ease; */
  position: relative;
}
.data-content-box p {
  margin-bottom: 0.2rem;
}
.data-content-box:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Hide buttons by default */
.hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #121250;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.data-content-box:hover .hover-content,
.data-content-box:focus-visible .hover-content {
  /* transform: translateY(0); */
  opacity: 1;
}
.hover-content .data-info {
  margin-top: 0;
}
.hover-content .events-buttons {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
/* Button styles */
.btn-tickets,
.btn-volunteer,
.btn-joinup {
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8rem;
  text-align: center;
  flex: 1;
  margin: 0 5px;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-tickets {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-tickets:hover {
  background-color: #1a2a6c;
  color: #feb004;
}

.btn-volunteer {
  background-color: transparent;
  color: #feb004;
  border: 2px solid #fff;
}

.btn-volunteer:hover {
  background-color: #feb004;
  color: #1a2a6c;
}

.btn-joinup {
  background-color: transparent;
  color: #feb004;
  border: 2px solid #fff;
}

.btn-joinup:hover {
  background-color: #feb004;
  color: #1a2a6c;
}

.data-content-box.image-box {
  padding: 0;
}
.event-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.data-info {
  /* color: var(--accent-color); */
  color: #feb004;
  font-size: 1.3rem;
  margin-top: 1.5rem;
  font-weight: 500;
}

.data-day,
.data-date,
.data-designation,
.data-btn {
     font-size: 0.95rem;
}

@media (min-width: 992px) {
  .data-day, .data-date, .data-designation, .data-btn {
    font-size: 0.8rem;
  }
  .data-info {
    font-size: clamp(0.8rem, 1.2vw, 1.3rem);
  }
}
@media (min-width: 1200px) {
 .data-day, .data-date, .data-designation, .data-btn {
    font-size: 0.95rem;
}
}
.data-line {
  position: relative;
  display: block;
  padding-bottom: 3px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  -webkit-text-decoration: #fff solid underline;
  -moz-text-decoration: #fff solid underline;
  text-decoration: #fff solid underline;
  -webkit-text-underline-position: under;
  text-underline-position: under;
  text-decoration-thickness: 1px;
  text-underline-offset: 0px;
}
/* .data-line:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff; 
} */

.data-name {
  color: #0c0f13;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.3rem;
}

.static-buttons {
  display: none;
}
/* table below */
.table-secondary {
  margin-top: 4rem;
}
.data-content-box-secondary {
  background: #e3c113;
}
.table-button-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.table-button-links .links-btn {
  border: 2px solid #feb004;
  padding: 0.8rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #feb004;
}
.table-button-links .links-btn:hover {
  color: #fff;
}

.front-content {
  --spacing-one: 3rem;
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  z-index: 0;
  border-radius: 0%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2em;
  transition: all ease 100ms;
}

.data-content-box--buy .front-content {
  /* --spacing-one: 3rem; */
  --spacing-one: 3vw;
  content: "";
  background: #260c9a;
  width: calc(100% - var(--spacing-one));
  height: calc(100% - var(--spacing-one));
  z-index: 0;
  border-radius: 50%;
  padding: 2em;
}

@media (min-width: 992px) {
 .data-content-box--buy .front-content {
  /* --spacing-one: 2rem; */
  --spacing-one: 2.6vw;
 
}

}
@media (min-width: 1200px) {
 .data-content-box--buy .front-content {
  /* --spacing-one: 3rem; */
  --spacing-one: 3vw;
 
}
}

.data-content-box.data-content-box--buy:hover .front-content {
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}

p.data-btn {
  margin-bottom: 0 !important;
  color: #f16078;
  margin-top: 0;
}

p.data-info {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

@media (min-width: 992px) {
  p.data-info {
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
  }
}
@media (min-width: 1580px) {
  p.data-info {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}

@media (max-width: 1560px) {
  .data-table-content .row .col {
    flex: 0 0 24%;
  }
}

@media (max-width: 1024px) {
  .table > :not(caption) > * > * {
    padding: 1rem 0.8rem;
  }
}
@media (max-width: 992px) {
  .data-table-content {
    padding: 2rem 1rem;
  }
  .data-table-content .row .col {
    flex: 0 0 48%;
  }
}
@media (max-width: 767px) {
  .table {
    border-bottom: 1px solid var(--border-color);
  }
  .table thead {
    display: none;
  }

  .table tr,
  .table th,
  .table td {
    display: block;
  }
  .table tr {
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    border-top-width: 1px;
    border-color: var(--border-color-two);
  }
  .table td {
    border-top: none;
  }

  .table td br {
    display: block; /* Make <br> act like a block element */
    margin-bottom: 5px; /* Add spacing between lines */
    content: " "; /* Ensure proper rendering */
  }
  .table tr td:first-child {
    border-top: 0px solid var(--border-color);
    font-weight: 400;
  }

  .table.with-mobile-labels tr td:first-child {
    font-weight: 400;
    color: var(--green-color);
  }

  .table > :not(caption) > * > * {
    padding: 0.4rem 1rem;
    background-color: transparent;
    border-bottom-width: 0px;
    line-height: 1.4;
  }

  .table tr:hover > td {
    background-color: transparent;
  }
  .table.with-mobile-labels td:before {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.6rem;
    margin-bottom: 0.4rem;
  }

  /* .table.with-mobile-labels td:nth-of-type(1):before {
    content: "Event :";
  }

  .table.with-mobile-labels td:nth-of-type(2):before {
    content: "Date:";
  }

  .table.with-mobile-labels td:nth-of-type(3):before {
    content: "Time:";
  }

  .table.with-mobile-labels td:nth-of-type(4):before {
    content: "TryBooking:";
  }

  .table.with-mobile-labels td:nth-of-type(5):before {
    content: "Volunteer / Help Out:";
  } */

  .table.with-mobile-labels tr:nth-child(odd) {
    background: var(--primary-color-two);
  }

  .table.with-mobile-labels tr.highlight-row {
    background-color: var(--primary-color);
  }

  .c-footer-line {
    margin-left: -20px;
    margin-right: -20px;
  }

  td[colspan="5"],
  th[colspan="5"] {
    background-color: transparent;
    margin-top: 1.5rem;
    padding-bottom: 0;
  }

  .table tr:hover > td[colspan="5"] {
    background-color: transparent;
  }

  .table.with-mobile-labels tr td[colspan="5"] {
    color: white;
  }
  .table.with-mobile-labels td.empty-cell {
    display: none !important;
  }
  .table th,
  .table td {
    font-size: 0.8rem;
  }
  /*  */
  .data-table-content {
    padding: 2rem 1rem;
  }
  .data-table-content .row .col {
    flex: 0 0 48%;
  }
  .data-day,
  .data-date,
  .data-designation {
    font-size: 0.7rem;
  }
  .data-info,
  .data-name,
  .data-btn {
    font-size: 0.76rem;
    margin-top: 0.5rem;
  }
  .hover-content .data-info,
  .data-info .data-name {
    margin-top: 0;
    margin-bottom: 0;
  }

  .data-content-box--buy .front-content {
    padding: 1em;
    --spacing-one: 3.5vw;
  }
  .btn-tickets,
  .btn-volunteer,
  .btn-joinup {
    font-size: 0.7rem;
    padding: 0.6em 0.9em;
  }
  .table-button-links .links-btn {
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
  }
  .logo-ftr-skcf-top-wrap {
    margin: 4rem 0;
  }
  .date-name {
    font-size: 1.125rem;
  }
  .data-content-box p {
    margin-bottom: 0.175rem;
  }
  p.data-info {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .data-line {
    text-underline-offset: -1px;
  }
  .data-content-box.skcfa-meeting .hover-content .data-info,
  .hover-content .data-info {
    display: none;
  }
}
.collapse-box {
  max-height: 90px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
  margin-bottom: 1rem;
  /* Remove the gradient overlay */
}
.collapse-box.expanded {
  max-height: 2000px;
}
/* Remove the gradient overlay completely */
.collapse-box::after {
  display: none;
}
/* Style for the read more button with SVG */
.readmore-btn {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #feb004;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: color 0.3s ease;
}
.readmore-btn:hover {
  color: #ffffff;
}
/* Ensure SVG is visible and properly styled */
.readmore-btn svg {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  fill: #feb004 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* Rotate SVG when expanded */
.collapse-box.expanded + .readmore-btn svg {
  transform: rotate(180deg);
}
* Spinner */ #loader {
  text-align: center;
  padding: 40px;
  display: none;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
  margin: auto;
  margin-top: 2rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* SKCFA Meeting Styles */
.data-content-box.skcfa-meeting {
  background-color: #e3c113;
}
.data-content-box.skcfa-meeting .data-info {
  color: #0c0f13;
  font-weight: 600;
}
.data-content-box.skcfa-meeting .hover-content .data-info {
  color: #feb004;
}

.no-link {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}

/* Add to your style.css */
.executive-image {
    position: relative;
    overflow: hidden;
}

.gold-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 215, 0, .4);
    pointer-events: none;
    z-index: 2;
    /* filter: blur(1px); */
    mix-blend-mode: hard-light;
}
/* Blue Circle "BUY NOW" Indicator Styles */
/* .buy-now-indicator {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 300px;
            height: 300px;
            background: #121250;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            pointer-events: none;
            z-index: 5;
            transition: opacity 0.3s ease;
        }
        
        .buy-now-indicator .date-text {
            color: white;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
            text-align: center;
        }
        
        .buy-now-indicator .divider {
            width: 60px;
            height: 2px;
            background: white;
            margin: 8px 0;
        }
        
        .buy-now-indicator .buy-now-text {
            color: #FFD700;
            font-size: 16px;
            font-weight: 700;
            letter-spacing: 1px;
        }
        
        .data-content-box:hover .buy-now-indicator {
            opacity: 0;
        }
        
        .data-content-box {
            position: relative;
        } */
