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

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


/* readable text over image  */
.readabletextoverimage-deleted {
  position: relative;
}

/* Overlay gradient settings */
.readabletextoverimage-deleted:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Adjust gradient colors and opacity here:
     - First value (0%): Center of gradient 
     - Second value (50%): Middle area
     - Third value (100%): Outer edge
     Format: rgba(255,255,255, OPACITY) where OPACITY is 0-1 */
  background: radial-gradient(circle at center,
      rgba(255, 255, 255, 0.3) 0%,
      /* Center color */
      rgba(255, 255, 255, 0.2) 5%,
      /* Middle color */
      rgba(255, 255, 255, 0.1) 10%);
  /* Edge color */
  pointer-events: none;
  z-index: 1;
}

.readabletextoverimage-deleted,
.readabletextoverimage-deleted .container {
  position: relative;
  z-index: 2;
}

/* Text glow effect settings */
.readabletextoverimage-deleted,
.readabletextoverimage-deleted .luminix-hero-content {
  /* Adjust text glow here:
     - Color: rgba(255,255,255,0.5) - Change color and opacity
     - 10px - Change spread distance */
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.75);
}








/* number indicator over photo */
.number-indicate {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.number-indicate span {
  color: white;
  font-weight: bold;
  font-size: 24px;
}





.luminix-list-icon-content ul li .number-indicate2 {
  margin-top: 0px;
  margin-left: 0px;
}

.luminix-list-icon-content ul li .number-indicate2.mobile {
  margin-left: -20px !important;
  margin-bottom: -40px !important;
}


.number-indicate2 {
  top: 0px;
  right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 0.5px solid #333;
}

.number-indicate2 span {
  color: black;
  font-weight: bold;
  font-size: 20px;
}



/* fixed about section */
.luminix-about-thumb-fix-pos {
  position: absolute;
  left: 0;
  margin-left: -8%;
  max-width: 60%;
}

.position-relative {
  position: relative;
  /* ensures child .overlap-title can use absolute coords */
}

.position-relative img {
  /* max-height: 10% !important; */
  /* max-height: 55vh !important; */
  max-height: 600px !important;
  border-radius: 0px 48px 48px 0px;
  /* width: auto !important; */
}

.overlap-title {
  position: absolute;
  z-index: 1;
  /* above the image */
  top: 20px;
  /* adjust these to your desired positioning */
  right: -70%;
  color: #000000;
  /* or var(--white-color), etc. */
  max-width: 640px;
  /* optional shadow or styling */
}

.luminix-list-icon-content-list-custom {
  /* margin-top: 120px; */
  margin-top: 90px;
}

.luminix-list-icon-content ul li {
  font-size: 0.9em;
  margin: 0 !important;
  font-weight: normal;
}








/* text-concise */
.text-concise {
  /* font-size: 70px; */
  line-height: 1.17em;
  /* 116.667% */
  letter-spacing: -0.25px;
  margin-bottom: 10px;
  color: #3D3D3D !important;
}

.text-black {
  color: #3D3D3D !important;
}

.text-concise h5,
h5.text-concise,
.text-concise h6,
h6.text-concise {
  color: #3D3D3D !important;
}

.text-concise *,
.text-concise p,
p.text-concise {
  letter-spacing: -0.25px;
  font-size: 0.95em;
}

.text-concise.reader {
  tab-size: 4; /* optional: sets tab size if using literal tab characters */
  line-height: 2em;
  letter-spacing: -0.15px;
  text-justify: distribute-all-lines;
  text-indent: 1em; /* indents the first line - adjust value as needed */
}


.luminix-p-d-content ul.text-concise.reader li {
  position: inherit;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.17em;
  letter-spacing: -0.25px;
  margin-bottom: 10px;
  color: #3D3D3D !important;
  tab-size: 4; 
  line-height: 2em;
  letter-spacing: -0.15px;
  text-justify: distribute-all-lines;
  text-indent: 1em; 
}




.text-concise-small {
  line-height: 1.17em;
  letter-spacing: -0.25px;
  margin-bottom: 10px;
  color: #3D3D3D;
  letter-spacing: -0.25px;
  font-size: 1.05em !important;
}

.text-concise-small-bold {
  line-height: 1.17em;
  letter-spacing: -0.25px;
  margin-bottom: 10px;
  color: #3D3D3D;
  letter-spacing: -0.25px;
  font-size: 1.05em !important;
  font-weight: bold;
}

/* text-concise */
.text-concise-medium {
  /* font-size: 70px; */
  line-height: 1.37em;
  /* 116.667% */
  letter-spacing: -0.2px;
  margin-bottom: 10px;
}

.text-concise-medium p {
  letter-spacing: -0.25px;
}



.min-box-height-260 {
  min-height: 260px;
}

.min-box-height-220 {
  min-height: 220px;
}








/* Hide on iPad Pro (1024px), iPad Air/Mini (768px) and smaller devices */
.hidden-xs,
.hidden-sm {
  display: none;
}

/* Show on devices larger than iPad Pro */
/* @media (min-width: 1365px) { */
  @media (min-width: 767px) {

  .hidden-xs,
  .hidden-sm {
    display: block;
  }
}

/* Default: visible on iPad Pro and smaller devices */
.hidden-md,
.hidden-lg {
  display: block;
}

/* Hide on devices larger than iPad Pro */
/* @media (min-width: 1365px) { */
@media (min-width: 767px) {

  .hidden-md,
  .hidden-lg {
    display: none;
  }
}

/* .hidden-xs,
.hidden-sm {
  display: none;
}


@media (min-width: 992px) {

  .hidden-xs,
  .hidden-sm {
    display: block;
  }
}



.hidden-md,
.hidden-lg {
  display: block;
}


@media (min-width: 992px) {

  .hidden-md,
  .hidden-lg {
    display: none;
  }
} */







/* div1: Main custom-curve-banner */
.custom-curve-banner {
  width: 100%;
  /* height: 60px; */
  height: 100%;
  /* Adjust as needed */
  background-color: var(--accent-color);
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  /* Quick text centering */
  line-height: 100px;
  font-size: 1.25rem;
}

/* A container to hold the two bottom halves (optional but useful for floats) */
.custom-curve-container {
  width: 100%;
  height: auto;
  /* just enough to hold the small bars below */
  box-sizing: border-box;
  margin-top: -1px;
}

/* div2-1: Left half under the custom-curve-banner */
.custom-curve-left {
  float: left;
  width: 50%;
  height: 50px;
  /* Adjust for a deeper/shallower curve */
  margin: 0;
  /* top margin 0 => sits snugly under custom-curve-banner */
  background-color: var(--accent-color);
  border-bottom-right-radius: 40px;
  /* Rounded corner on the right end */
  box-sizing: border-box;
}

/* div2-2: Right half under the custom-curve-banner */
.custom-curve-right {
  float: right;
  width: 50%;
  height: 50px;
  margin: 0;
  background-color: var(--accent-color);
  border-bottom-left-radius: 40px;
  /* Rounded corner on the left end */
  box-sizing: border-box;
}

/* Clear the floats so the container extends around them */
.custom-curve-container::after {
  content: "";
  display: block;
  clear: both;
}






/* custom-h3  */
.custom-h3,
.custom-h3 * {
  font-family: "SukhumvitSet", sans-serif;
  /* color: var(--heading-color3); */
  font-weight: 700;
  margin: 0;
  font-size: 35px;
  line-height: 1.28em;
  letter-spacing: -1.7px;
}







.counter-card3 {
  /* position: absolute; */
  bottom: 0;
  /* right: -60px; */
  border-radius: 8px;
  padding: 20px 40px 20px 24px;
  background-color: var(--accent-color);
  width: 278px;
  /* overflow: hidden; */
  transform: translatey(0);
  -webkit-animation: updown 3s ease-in-out infinite;
  animation: updown 3s ease-in-out infinite;
}

.counter-card3 h4 {
  color: var(--white-color);
}

.counter-card3 span.text {
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
  color: var(--white-color);
}

/* @media (max-width: 1399px) {
      .counter-card3 {
        display: none;
      }
    } */

.luminix-counter-data2 {
  height: 30px !important;
}








/* Parent holds the photo and the curve. */
.photo-wrapper {
  position: relative;
  /* lets us absolutely-position the white overlay if needed */
  width: 100%;
  max-height: 600px;
  /* or whatever width suits */
  margin: 0 auto;
  /* center the container, optional */
  overflow: hidden;
  /* ensures hidden areas or floats don't break layout */
}

/* The image is full width. */
.the-photo {
  width: 100%;
  display: block;
  height: auto;
}

/* 
   “white-curve-container” is the wrapper for the two curved halves, 
   placed absolutely on top of the image. 
*/
.white-curve-container {
  position: absolute;
  /* so it sits on top of the photo */
  top: 0;
  /* or wherever you want this curved white area to start */
  left: 0;
  width: 100%;
  height: 50px;
  /* adjust to desired depth of the white shape */
  box-sizing: border-box;
}

/* Each half is floated, half the container's width. 
   We give them bottom radius to create downward curves. 
   For an upward curve, swap to border-top-left-radius, etc. 
*/
.white-curve-left,
.white-curve-right {
  float: left;
  width: 50%;
  height: 100%;
  background-color: #fff;
  margin-top: -1px;
}

/* Left half has a rounded bottom-right corner. */
.white-curve-left {
  border-bottom-right-radius: 40px;
  /* margin-right: -1px; */
  border: 1px solid white;
}

/* Right half has a rounded bottom-left corner. */
.white-curve-right {
  border-bottom-left-radius: 40px;
  /* margin-left: -1px; */
  border: 1px solid white;
}

/* Clear floats in the container. */
.white-curve-container::after {
  content: "";
  display: block;
  clear: both;
}



/* custom-brand-item */
.luminix-brand-section {
  /* padding: 60px 0; */
  padding: 0px 0;
}

.luminix-brand-item {
  /* width: 260px !important; */
  margin: 0 !important;
  padding: 0 !important;
}

.luminix-padding-section-0 {
  padding: 0px 0;
}



/* custom-sticky-menu-item */
 header.luminix-header-three.sticky-menu {
  /* background-color: var(--heading-color) !important; */
  background-color: #00000050 !important;
}

.hmk-contact-sidebar {
  /* background: radial-gradient(circle at center, rgba(255,255,255,1), transparent),
              rgba(0,0,0,0.2) !important; */
              background: none !important;
}



/* luminix-iconbox-wra */
.luminix-iconbox-wrap:hover .luminix-iconbox-content h5,
.luminix-iconbox-wrap:hover .luminix-iconbox-content p {
  color: var(--body-color);
}





/* hmk */
.hmk-padding-60-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.hmk-padding-0-60 {
  padding-top: 0px !important;
  padding-bottom: 60px !important;
}

.hmk-padding-60-0 {
  padding-top: 60px !important;
  padding-bottom: 0px !important;
}

.hmk-padding-0-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


.hmk-padding-20-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.hmk-padding-8-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}




.luminix-faq-wrap1-mod .luminix-faq-item {
  padding: 24px 0px 12px 0px !important;
  margin: 0px 0px 0px 0px !important;
}

.luminix-faq-wrap1-mod .luminix-faq-header p {
  margin-top: 16px
}

.luminix-faq-wrap1-mod .luminix-faq-body p {
  margin-top: -16px
}

.luminix-faq-wrap1-mod .luminix-faq-header,
.luminix-faq-wrap1-mod .luminix-faq-body p a {
  padding: 0px 0px !important;
  /* margin:12px 0px 0px 0px !important; */

}

.luminix-faq-wrap1-mod .luminix-active-icon img {
  filter: grayscale(100%) brightness(250%);
}

.luminix-faq-wrap1-mod .luminix-faq-body p {
  padding-left: 4px
}


.luminix-faq-wrap1-mod .luminix-faq-body p a {
  line-height: 1.8em;
}


.luminix-default-btn-mod {
  background-color: var(--light-color) !important;
  background: var(--accent-bg) none repeat scroll 0 0;
  color: black;
}

/* Inner box that holds text and button */
.mini-box-wrapper {
  min-height: 145px;
  margin-bottom: 8px;
  border-radius: 12px;
}

.mini-box {
  display: flex;
  flex-direction: column;
  /* gap: 0.5rem; */
  padding: 18px 14px;

}

/* The counter text we must preserve */
.luminix-counter-data2 {
  font-size: 1.8rem;
  color: #B184BA;
  font-weight: bold;
  margin-right: 0.3rem;
}

/* Subtitle or smaller text next to the counter */

/* Example icon placeholders; replace with real images or icons */
.chart-icon,
.avatar-icon {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.chart-icon {
  background-image: url("path/to/chart-icon.png");
  /* Update icon path */
  background-color: var(--accent-bg);
}

.avatar-icon {
  background-image: url("path/to/avatar-icon.png");
  /* Update icon path */
  border-radius: 50%;
  width: 110px;
  height: 110px;
  background-color: white;
  margin-left: 14%;
}


.luminix-iconbox-wrap {
  border-radius: 12px;
  border: 1px solid #ccc;
}

.my-luminix-default-btn {
  /* min-width: 200px; */
  /* text-align: center  ; */
  padding: 10px 44px;
}


.my-custom-text-heading * {

  font-weight: 1000;
  margin: 0;
  padding: 0;

}




/* .hmk-hostcenter{
  font-family: "Trueno", sans-serif !important;
  font-weight: bold;
  font-weight: bolder;
} */





/* custom menu */
/* ... existing code ... */

.luminix-menu-mobile-top {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Add faster animation */
  animation: slideDown 0.3s ease-out;
}

/* Add slide down animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}


/* Mobile Menu Animation */
.luminix-mobile-menu {
  overflow: hidden;
  /* Ensure animations stay within container */
}

.luminix-mobile-menu ul li {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInMenu 0.4s ease forwards;
}

/* Staggered animation delays for each menu item */
.luminix-mobile-menu ul li:nth-child(1) {
  animation-delay: 0.1s;
}

.luminix-mobile-menu ul li:nth-child(2) {
  animation-delay: 0.2s;
}

.luminix-mobile-menu ul li:nth-child(3) {
  animation-delay: 0.3s;
}

.luminix-mobile-menu ul li:nth-child(4) {
  animation-delay: 0.4s;
}

.luminix-mobile-menu ul li:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes slideInMenu {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Enhanced menu item styling */
.luminix-mobile-menu ul li a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(177, 132, 187, 0.03);
  /* Using your accent color */
  margin: 8px 0;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

/* Enhanced hover effect */
.luminix-mobile-menu ul li a:hover {
  background: rgba(177, 132, 187, 0.08);
  transform: translateX(8px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Enhanced icon styling */
.luminix-mobile-menu ul li a:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 15px;
  font-weight: 900;
  font-size: 18px;
  width: 24px;
  color: var(--accent-color);
  transition: transform 0.3s ease;
}

/* Icon hover animation */
.luminix-mobile-menu ul li a:hover:before {
  transform: scale(1.1);
}

/* Add icons to menu items */
.luminix-mobile-menu ul li a:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 15px;
  font-weight: 900;
  font-size: 16px;
  width: 20px;
  color: var(--accent-color);
}

/* Add specific icons for each menu item */
.luminix-mobile-menu ul li:nth-child(1) a:before {
  content: "\f015";
}

/* Home icon */
.luminix-mobile-menu ul li:nth-child(2) a:before {
  content: "\f0b1";
}

/* Briefcase icon */
.luminix-mobile-menu ul li:nth-child(3) a:before {
  content: "\f03a";
}

/* List icon */
.luminix-mobile-menu ul li:nth-child(4) a:before {
  content: "\f0c0";
}

/* Users icon */
.luminix-mobile-menu ul li:nth-child(5) a:before {
  content: "\f1ec";
}

/* Calculator icon */

/* Add hover effect */
.luminix-mobile-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.04);
  padding-left: 25px;
}

#i18n-switch2 {
  margin: 0 15px;
  display: flex;
  align-items: center;
  margin-top: 22%;
}

@media (max-width: 768px) {
  .luminix-menu-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-logo {
    display: flex;
    align-items: center;
  }
}


.portfolio-item{
  padding:12px 12px 0px 12px;
  margin-top:40px;
}


.luminix-section-title.center2 {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}


.hmk-portfolio{

}

.hmk-portfolio .luminix-portfolio-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hmk-portfolio .luminix-portfolio-menu ul li {
  display: inline-block;
  border: none;
  color: var(--body-color);
  border-radius: 50px;
  padding: 9px 29px;
  cursor: pointer;
  margin-left: 24px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
/* Default icon, will be overridden by individual ones below */
.hmk-portfolio .luminix-portfolio-menu ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
  content: "\f00a";
}
/* Individual meaningful icons */
.hmk-portfolio .luminix-portfolio-menu ul li:nth-child(1)::before {
  /* ทั้งหมด: using grid icon */
  content: "\f00a";
}
.hmk-portfolio .luminix-portfolio-menu ul li:nth-child(2)::before {
  /* กรุงเทพฯ: using building icon */
  content: "\f1ad";
}
.hmk-portfolio .luminix-portfolio-menu ul li:nth-child(3)::before {
  /* หัวหิน: using umbrella-beach icon */
  content: "\f5ca";
}
.hmk-portfolio .luminix-portfolio-menu ul li:nth-child(4)::before {
  /* พัทยา: using anchor icon */
  content: "\f13d";
}
.hmk-portfolio .luminix-portfolio-menu ul li:nth-child(5)::before {
  /* ภูเก็ต: using sun icon */
  content: "\f185";
}
.hmk-portfolio .luminix-portfolio-menu ul li:nth-child(6)::before {
  /* เมืองรอง: using map-marker-alt icon */
  content: "\f3c5";
}
.hmk-portfolio .luminix-portfolio-menu ul li.active {
  background: none;
  color: var(--heading-color);
  /* Removed border */
}
.hmk-portfolio .luminix-portfolio-menu ul li.active::before {
  color: var(--heading-color);
}

.hmk-portfolio  .collection-grid-item {
  padding: 12px;
  /* enforce a square container */
  width: calc(33.33% - 24px);
  position: relative;
  overflow: hidden;
}
.hmk-portfolio   .collection-grid-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  display: block;
  transition: transform 0.3s ease;
}
.hmk-portfolio  .collection-grid-item:hover a img {
  transform: scale(1.025);
}


@media (max-width: 767px) {
  .hmk-portfolio #watch-filter-gallery {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .hmk-portfolio #watch-filter-gallery li {
    flex: 0 0 auto;
  }
}


.btn-facebook {
  background-color: #3b5998;
  color: #ffffff;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
}
.btn-facebook:hover {
  background-color: #334d84;
}



.glightbox.portfolio-item img{
  border-radius: 12px;
}

.contact-info li{
  /* line-height: 1em; */
  /* outline: 1px solid red; */
  margin-top:-8px;
  padding:0;
}


.content-bullet-star{
  padding:12px
}
.content-bullet-star.inner-star{
  padding:0px
}

.content-bullet-star::before {
  font-family: "FontAwesome";
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: currentColor;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
  left: 0;
}
.content-bullet-star span {
  font-size:1.4em;
  font-weight: bold;
}


.luminix-blog-widgets{
  background: none;
}

.luminix-blog-tags ul li a{
  outline: 1px solid #ccc;
}

.top-breadcrumb-menu{
  /* margin-left: 24px; */
  margin-top:4px
}

.top-breadcrumb-menu *{
  color:#3D3D3D !important;
  font-size: 0.9em;
  font-weight: bold !important;
}

.top-breadcrumb-menu img{
  filter: brightness(0) saturate(100%) invert(23%) sepia(0%) saturate(64%) hue-rotate(145deg) brightness(97%) contrast(93%);
  height: 12px;
}




  /* Topic Description Styling */
  .handbook-topic-description {
    padding: 20px;
    margin: 10px 0;
    text-align: left;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.handbook-topic-description img{
  margin:40px 0;
}

/* Handbook Navigation Styling */
.handbook-navigation {
    display: flex;
    margin-top: 20px;
}

.handbook-nav-button {
    width: 50%;
    text-align: center;
    padding: 10px 0;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
    color: #333;
}

.handbook-nav-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.handbook-nav-button .arrow {
    font-weight: bold;
    margin: 0 5px;
}

/* Active Header Styling */
.handbook-active-header {
    padding: 0;
    display: flex;
    align-items: baseline;
    color: black !important;
}

/* Remove inline spacing on the nav link */
.handbook-nav-link {
    margin-right: 10px;
    margin-top: -4px !important;
    outline: 1px solid #ccc;
}

/* Responsive: On mobile, stack the active header elements vertically */
@media (max-width: 767px) {
    .handbook-active-header {
        flex-direction: column;
        align-items: flex-start;
    }
}


 /* Input styling for contact form with 8px rounded corners */
 .hmk-contact-form-control,
 .hmk-contact-form-select,
 .hmk-contact-textarea {
     /* border: 1px solid #ccc; */
     border-radius: 8px;
     padding: 0.5rem;
     outline:1px solid #ccc !important;
 }
 .hmk-contact-form-control:focus,
 .hmk-contact-form-select:focus,
 .hmk-contact-textarea:focus {
     outline: none;
     box-shadow: 0 0 10px #d4af37;
 }
 /* Vertical divider */
 .hmk-contact-vertical-divider {
     position: absolute;
     left: 50%;
     top: 0;
     bottom: 0;
     border-left: 1px solid rgba(0, 0, 0, 0.1);
     pointer-events: none;
 }
 /* Switch button styles with 8px rounded corners */
 .hmk-contact-switch-group .hmk-contact-switch {
     border: 1px solid #ccc;
     border-radius: 8px;
     background-color: #fff;
     color: #000;
     flex: 1;
 }
 .hmk-contact-switch-group .hmk-contact-switch.active {
     background-color: #B184BB;
     color: #fff;
     border-color: #B184BB;
     box-shadow: 0 0 10px #d4af37;
 }
 /* Hide native radio-like input */
 .hmk-contact-switch-group input {
     display: none;
 }

 .calrevenue-container {
  min-height: 50vh;
  padding: 2rem 0;
}
.calrevenue-brand {
  color: #FF385C;
  font-weight: 700;
}
.calrevenue-earnings {
  font-size: 3.5rem;
  font-weight: 700;
  margin: .5rem 0;
}
.calrevenue-nights-info {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.calrevenue-slider-container {
  margin: 2rem 0;
}
.calrevenue-slider {
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  background: #ddd;
  border-radius: 5px;
  outline: none;
}
.calrevenue-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #FF385C;
  cursor: pointer;
}
.calrevenue-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #FF385C;
  cursor: pointer;
}
.calrevenue-location-selector {
  margin: 2rem 0;
}
.calrevenue-map {
  height: 40vh;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* Custom styling for normal dropdowns */
.calrevenue-location-input {
  border-radius: 24px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.calrevenue-location-input:focus {
  border-color: #FF385C;
  box-shadow: 0 0 0 2px rgba(255, 56, 92, 0.2);
}
.calrevenue-search-icon {
  color: #FF385C;
  margin-right: 10px;
}
.calrevenue-learn-more {
  color: #222;
  text-decoration: underline;
  cursor: pointer;
}
.calrevenue-custom-marker {
  background-color: #FF385C;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
}

.calrevenue-slider {
  width: 100%;
  height: 2px; /* changed from ~8px to ~2px */
  -webkit-appearance: none;
  background: #ddd;
  border-radius: 5px;
  outline: none;
}
.calrevenue-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;  /* keep old size */
  height: 25px; /* keep old size */
  border-radius: 50%;
  background: #FF385C;
  cursor: pointer;
}
.calrevenue-slider::-moz-range-thumb {
  width: 25px;  /* keep old size */
  height: 25px; /* keep old size */
  border-radius: 50%;
  background: #FF385C;
  cursor: pointer;
}



/* Add a unique class to avoid affecting other slick components */
.hero-slider-section .slick-center {
  height: 100vh;
  width: 100%;
}

.hero-slider-section .luminix-hero-section-inner-page {
  height: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hero-slider-section .slick-center .slick-slide {
  height: 100vh;
  width: 100%;
}

.hero-slider-section .slick-center a {
  display: block;
  height: 100%;
  width: 100%;
}

.hero-slider-section .slick-center a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider-section .slick-center .slick-dots {
  position: absolute;
  bottom: 20px;
  z-index: 10;
}

.hero-slider-section .slick-center .slick-dots li button:before {
  color: white;
  opacity: 0.8;
  font-size: 12px;
}

.hero-slider-section .slick-center .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

/* Navigation button styles */
.hero-slider-section .slick-prev,
.hero-slider-section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.hero-slider-section .slick-prev:hover,
.hero-slider-section .slick-next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.hero-slider-section .slick-prev {
  left: 20px;
}

.hero-slider-section .slick-next {
  right: 20px;
}

.hero-slider-section .slick-prev:before,
.hero-slider-section .slick-next:before {
  font-size: 24px;
  line-height: 1;
  opacity: 1;
}