@charset "UTF-8";
/* Removed default white background for sections to allow body gradient to show through */


body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #fff68e;
  position: relative;
  background: linear-gradient(135deg, #fde192, #f9b94d);
  background-attachment: fixed;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: hsl(60, 85%, 85%) !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}

/* Custom styles for login page text color */
.hlx-login-form .mbr-section-title {
    color: #333333; /* Dark color for readability on light gradient */
}

/* Custom styles for About Us page */
#about-us-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#about-us-content .mbr-section-title,
#about-us-content .mbr-section-subtitle {
    color: #000000;
}

#about-us-content .mbr-text {
    color: #000000;
}

#about-us-content .item-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}
@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
.starry-background {
    position: relative;
    background: transparent; /* Changed from #000 to allow gradient to show */
    overflow: hidden; /* Hide overflowing stars */
}
.stars, .twinkling {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    display:block;
    z-index: 0; /* Lower z-index to be behind content */
    filter: invert(1); /* Invert the white stars to black */
}
.stars {
    background: transparent url(../images/stars.png) repeat top center; /* Set base to transparent */
    z-index: 1;
}
.stars, .twinkling{
	background:transparent url(../images/twinkling.png) repeat top center;
	-moz-animation:move-twink-back 200s linear infinite;
	-ms-animation:move-twink-back 200s linear infinite;
	-o-animation:move-twink-back 200s linear infinite;
	-webkit-animation:move-twink-back 200s linear infinite;
	animation:move-twink-back 200s linear infinite;
    z-index: 2;
}

/* Ensure content is above the stars */
.starry-background .container {
    position: relative;
    z-index: 3;
}

/* ========================================
   MODERN CLEAN DESIGN IMPROVEMENTS
   ======================================== */

/* Modern Navigation Bar */
.navbar {
    padding: 1rem 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.navbar-brand {
    margin-right: 2rem;
}

.navbar-logo img {
    transition: transform 0.3s ease;
}

.navbar-logo:hover img {
    transform: scale(1.05);
}

.navbar-nav .nav-link {
    padding: 0.5rem 1.2rem !important;
    margin: 0 0.25rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
    position: relative;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #5c5212;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
    width: 60%;
}

.navbar-buttons .btn {
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(92, 82, 18, 0.2);
}

.navbar-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(92, 82, 18, 0.3);
}

/* Modern Hero Section */
.header16,
#header16-0 {
    padding: 8rem 0 6rem;
}

.header16 .mbr-section-title {
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.header16 .mbr-text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.header-menu {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.header-menu-item {
    list-style: none;
}

.header-menu-item a {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.header-menu-item a:hover {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Modern Section Spacing */
section {
    padding: 5rem 0;
}

section .container {
    max-width: 1200px;
}

/* Modern Category Cards */
.features4 .item-wrapper {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.features4 .item-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.features4 .item-img {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.features4 .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.features4 .item-wrapper:hover .item-img img {
    transform: scale(1.1);
}

.features4 .item-content {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.features4 .item-title {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
}

.features4 .item-btn {
    margin-top: auto;
    padding-top: 1rem;
}

.features4 .btn {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.features4 .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(92, 82, 18, 0.3);
}

/* Enhanced Resource Cards */
.features21 .item-wrapper {
    margin-bottom: 2rem;
}

.features21 .hlx-resource-card {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.features21 .hlx-resource-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.features21 .hlx-resource-card .img-wrapper {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.features21 .hlx-resource-card .img-wrapper img {
    transition: transform 0.5s ease;
}

.features21 .hlx-resource-card:hover .img-wrapper img {
    transform: scale(1.1);
}

.features21 .hlx-resource-card .card-box {
    padding: 1.75rem;
}

.features21 .hlx-resource-card .card-title {
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.features21 .hlx-resource-card .card-text {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

/* Section Headings */
.mbr-section-title {
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

.features4 .mbr-section-head,
.features21 .mbr-section-head {
    margin-bottom: 3rem;
}

/* Modern Footer */
.footer1 {
    padding: 4rem 0 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
}

.footer1 .mbr-section-subtitle {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.footer1 .mbr-text {
    color: #333;
    opacity: 0.8;
    line-height: 1.7;
    max-width: 500px;
}

/* Better Typography */
.mbr-section-title.display-2 {
    font-weight: 700;
    line-height: 1.2;
}

.mbr-text.display-7 {
    line-height: 1.7;
    font-size: 1.1rem;
}

/* Improved Button Styles */
.btn-primary {
    background-color: #f9b94d !important;
    color: #000000 !important;
    border-color: #f9b94d !important;
    border-radius: 8px;
    padding: 0.875rem 2rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(249, 185, 77, 0.3);
}

.btn-primary:hover {
    background-color: #f7a92a !important;
    border-color: #f7a92a !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(247, 169, 42, 0.4);
}

/* Responsive Improvements */
@media (max-width: 991px) {
    section {
        padding: 4rem 0;
    }
    
    .header16,
    #header16-0 {
        padding: 6rem 0 4rem;
    }
    
    .navbar-nav {
        padding: 1rem 0;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem !important;
        margin: 0.25rem 0;
    }
}

@media (max-width: 767px) {
    section {
        padding: 3rem 0;
    }
    
    .header16 .mbr-text {
        font-size: 1.25rem;
    }
    
    .header-menu {
        gap: 1rem;
    }
    
    .header-menu-item a {
        padding: 0.6rem 1.2rem;
        font-size: 0.95rem;
    }
    
    .features4 .item-img,
    .features21 .hlx-resource-card .img-wrapper {
        height: 200px;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Better focus states for accessibility */
a:focus,
button:focus,
.btn:focus {
    outline: 2px solid #5c5212;
    outline-offset: 2px;
}

/* Improved text color for card text */
.features21 .hlx-resource-card .card-text {
    color: #555 !important;
}

/* Category card title color fix */
.features4 .item-title {
    color: #333 !important;
}

/* Section spacing improvements */
#features04-m,
#features021-n {
    padding: 6rem 0;
}

@media (max-width: 991px) {
    #features04-m,
    #features021-n {
        padding: 4rem 0;
    }
}

@media (max-width: 767px) {
    #features04-m,
    #features021-n {
        padding: 3rem 0;
    }
}

/* Link improvements */
.text-primary {
    color: #5c5212 !important;
    transition: color 0.3s ease;
}

.text-primary:hover {
    color: #87781a !important;
}

.header-menu-item a.text-primary {
    color: #fff68e !important;
}

.header-menu-item a.text-primary:hover {
    color: #ffffff !important;
}

/* Better container max-width */
.container {
    max-width: 1200px;
}

/* Refined border radius */
.item-wrapper,
.card-box,
.hlx-resource-card {
    border-radius: 12px;
}

/* Additional polish for modern look */
* {
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom styles for hlx.ae-like resource cards */
.features21 .hlx-resource-card {
    background-color: #ffffff; /* Clean white background */
    border-radius: 8px; /* Slightly rounded corners */
    overflow: hidden; /* Ensures image corners match card */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* Subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions for hover */
    padding: 0; /* Remove default padding if any, content will have its own */
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure cards in a row have equal height */
}

.features21 .hlx-resource-card:hover {
    transform: translateY(-5px); /* Lift effect on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* More prominent shadow on hover */
}

.features21 .hlx-resource-card .img-wrapper {
    width: 100%;
    height: 200px; /* Fixed height for images to ensure uniformity */
    overflow: hidden;
    margin-bottom: 0; /* Remove default margin from Mobirise */
}

.features21 .hlx-resource-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the area, cropping if necessary */
    display: block;
}

.features21 .hlx-resource-card .card-box {
    padding: 20px; /* Internal padding for text content */
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allow content to grow and push button to bottom */
}

.features21 .hlx-resource-card .card-title {
    font-size: 1.3rem; /* Slightly larger title */
    margin-bottom: 10px;
    color: #333333; /* Darker text for readability */
}

.features21 .hlx-resource-card .card-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: transparent; /* Muted text color */
    flex-grow: 1; /* Allow description to take available space */
    margin-bottom: 20px; /* Space before button */
}

.features21 .hlx-resource-card .mbr-section-btn {
    margin-top: auto; /* Push button to the bottom */
}

.features21 .hlx-resource-card .mbr-section-btn .btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    /* Use existing primary color for consistency, with a fallback */
    background-color: transparent;
}

.features21 .hlx-resource-card .mbr-section-btn .btn:hover {
    background-color: #ffffff;
    color: var(--primary-color, #6592e6);
    border-color: var(--primary-color, #6592e6);
}

/* Adjustments for responsive design */
@media (max-width: 767px) {
    .features21 .hlx-resource-card .img-wrapper {
        height: 180px; /* Adjust image height for smaller screens */
    }
    .features21 .hlx-resource-card .card-title {
        font-size: 1.2rem;
    }
}

/* Custom styles for hlx.ae-like category cards on storefront.html */
.features4 .hlx-category-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.features4 .hlx-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.features4 .hlx-category-card .item-img {
    height: 220px;
    overflow: hidden;
}

.features4 .hlx-category-card .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features4 .hlx-category-card .item-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.features4 .hlx-category-card .item-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
}

.features4 .hlx-category-card .item-footer {
    margin-top: auto;
}

.features4 .hlx-category-card .btn {
    background-color: var(--primary-color, #6592e6);
    color: #ffffff;
    border: 1px solid var(--primary-color, #6592e6);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.features4 .hlx-category-card .btn:hover {
    background-color: #ffffff;
    color: var(--primary-color, #6592e6);
}

/* Custom styles for hlx.ae-like single resource page */
#header16-s {
    background: transparent; /* Light grey background for a clean look */
    padding-top: 6rem;
    padding-bottom: 6rem;
    min-height: auto;
}

.hlx-single-product .hlx-product-gallery {
    padding-right: 2rem;
}

.hlx-single-product .hlx-product-gallery img {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.hlx-single-product .hlx-product-details .mbr-section-title {
    color: #222222;
    text-align: left;
}

.hlx-single-product .hlx-product-details .mbr-text {
    color: #555555;
    text-align: left;
}

.hlx-single-product .hlx-product-details .tag {
    background-color: #eeeeee;
    color: #555555;
    padding: 0.3rem 0.8rem;
    border-radius: 1rem;
    font-size: 0.85rem;
    font-weight: 500;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.hlx-single-product .hlx-product-details .btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 1.1rem;
    background-color: var(--primary-color, #6592e6);
    border-color: var(--primary-color, #6592e6);
}

.hlx-single-product .hlx-product-details .btn:hover {
    background-color: #ffffff;
    color: var(--primary-color, #6592e6);
}

@media (max-width: 767px) {
    .hlx-single-product .hlx-product-gallery {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    .hlx-single-product .hlx-product-details .mbr-section-title,
    .hlx-single-product .hlx-product-details .mbr-text {
        text-align: center;
    }
}

/* Custom styles for login page text color */
.hlx-login-form .mbr-section-title {
    color: #333333; /* Dark color for readability on light gradient */
}

/* Custom styles for About Us page */
#about-us-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#about-us-content .mbr-section-title,
#about-us-content .mbr-section-subtitle {
    color: #000000;
}

#about-us-content .mbr-text {
    color: #000000;
}

#about-us-content .item-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Custom styles for the FAQ page (list01-8) */
#list01-8,
#list01-8 .card,
#list01-8 .card-header,
#list01-8 .panel-body {
  background-color: transparent !important; /* Make all parts of the accordion transparent */
}

/* Change the text color inside the FAQ section to black for readability */
#list01-8 .mbr-section-title,
#list01-8 .panel-title-edit,
#list01-8 .panel-text {
    color: #000000;
}

/* Make links inside the FAQ answers blue so they are visible */
#list01-8 .panel-text a {
    color: #0000ff; 
}

/* Add a semi-transparent border to separate the questions */
#list01-8 .card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

/* Make Storefront, Presets, and Overlays pages transparent */
#features04-5,
#features021-9,
#features021-7 {
  background-color: transparent !important;
}

/* Set title text to black on those pages */
#features04-5 .mbr-section-title,
#features021-9 .mbr-section-title,
#features021-7 .mbr-section-title {
    color: #000000;
}

/* Custom styles for Upload page form text */
#form02-y .mbr-section-title,
#form02-y .form-label {
    color: #000000 !important; /* Change text to black for readability */
}

/* Custom styles for Inquiry page */
#features05-j,
#list04-k {
    background-color: transparent !important;
}

#features05-j .mbr-section-title,
#features05-j .mbr-section-subtitle,
#features05-j .card-title,
#features05-j .card-text,
#list04-k .card-title,
#list04-k .mbr-section-subtitle,
#list04-k .mbr-card-title,
#list04-k .mbr-text {
    color: #000000;
}

#features05-j .item-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1.5rem;
    border-radius: 8px;
}

#list04-k .card-wrapper {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2rem;
    border-radius: 8px;
}

/* Remove underlines from header menu links */
.header-menu-item a {
  background-image: none !important;
  background-size: 0 !important;
  background-position: 0 0 !important;
  text-decoration: none !important;
}

.header-menu-item a:hover {
  background-image: none !important;
  background-size: 0 !important;
}
