  .sarabun-light {
    font-family: 'Sarabun', sans-serif;
    font-weight: 300;
  }
  .header-banner.uk-background-black {
    background-color: #000 !important;
    padding: 10px 10px 30px;
  }
  .header-banner .headline {
    font-size: 68px;
    line-height: 1.1;
    margin: 0;
    white-space: normal;
    word-break: normal;
    max-width: 100%;
    letter-spacing: 3px !important;
    color: #F3F4F8;
  }
  .header-banner .text-content {
    position: relative;
    z-index: 2;
    margin-bottom: -50px;
    transition: transform 0.4s ease;
    white-space: normal;
  }
  .header-banner .gradient-heading {
    font-weight: bold;
    background: linear-gradient(90deg, #1E1DA5, #B53FFF, #EC3FFF, #FF3E8F, #FF815A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% auto;
    animation: gradientHeading 3s ease infinite;
    display: inline-block;
    letter-spacing: 3px;
  }
  .header-banner .gradient-countdown {
    font-weight: bold;
    background: linear-gradient(90deg, #1E1DA5 0%, #6F2EFF 33%, #EC3FFF 66%, #FF3E8F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: 0.6px;
  }
  @keyframes gradientHeading {
    0% { background-position: 0% center; }
    50% { background-position: 100% center; }
    100% { background-position: 0% center; }
  }
  .header-banner .image-container {
    position: relative;
    width: 750px;
    height: 750px;
    max-width: 100%;
    margin: 0 auto;
  }
  .header-banner .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .header-banner .countdown-overlay {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    text-align: center;
  }
/* Responsive text transform adjustments */
  @media (min-width: 2400px) {
    .header-banner .text-content { 
		transform: translateX(320px);
	}
  }
  @media (min-width: 2100px) and (max-width: 2399px) {
    .header-banner .text-content { 
		transform: translateX(310px);
	}
  }
  @media (min-width: 1880px) and (max-width: 2099px) {
    .header-banner .headline,
    .header-banner .text-content { 
		white-space: nowrap; 
	}
    .header-banner .text-content { 
		transform: translateX(115px); 
	}
  }
  @media (min-width: 1600px) and (max-width: 1879px) {
    .header-banner .text-content { 
		transform: translateX(110px); 
	}
  }
  @media (min-width: 1400px) and (max-width: 1599px) {
    .header-banner .text-content { 
		transform: translateX(70px); 
	}
  }
  @media (min-width: 1024px) and (max-width: 1399px) {
    .header-banner .text-content { 
		transform: translateX(20px); 
	}
  }
/* Mobile responsiveness */
  @media (max-width: 959px) {
    .header-banner.uk-flex {
      flex-direction: column;
      align-items: center;
    }
    .header-banner .text-content {
      width: 100% !important;
      margin-top: 10px;
      margin-bottom: 0;
      text-align: center !important;
      transform: none !important;
    }
    .header-banner .headline {
      font-size: 58px;
      text-align: center !important;
      margin: 0 auto;
      display: inline-block;
    }
    .header-banner .image-wrapper {
      width: 100% !important;
      text-align: center !important;
    }
    .header-banner .image-container {
      width: 100%;
      height: auto;
    }
    .header-banner .image-container img {
      height: auto;
    }
    .header-banner .countdown-overlay {
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .header-banner .countdown-overlay h3,
    .header-banner .text-heading-small {
      margin-top: 40px;
      font-size: 20px !important;
    }
  }
  /* Countdown font sizes on small screens */
  @media (max-width: 360px) and (min-width: 250px) {
    .header-banner .countdown-overlay h3,
    .header-banner .text-heading-small {
      font-size: 12px !important;
    }
  }
  @media (min-width: 361px) and (max-width: 400px) {
    .header-banner .countdown-overlay h3,
    .header-banner .text-heading-small {
      font-size: 14px !important;
    }
  }
  @media (min-width: 401px) and (max-width: 799px) {
    .header-banner .countdown-overlay h3,
    .header-banner .text-heading-small {
      font-size: 16px !important;
    }
  }