/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2025 | 23:22:34 */
html {
  width: 100vw !important;
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
body {
  overflow: hidden !important;
}
/*
* {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*/
*::-webkit-scrollbar {
  width: 4px;
}

/* Track */
*::-webkit-scrollbar-track {
  background: #0b6842;
}

/* Handle */
*::-webkit-scrollbar-thumb {
  background: #e1e1e1;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}
.elementor-icon {
  display: block;
}
.chevron-icon {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%); /* Perfectly center it */
  font-size: 16px;
  display: none; /* Initially hidden */
  color: #333;
  background: white;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.3s ease-in-out; /* Smooth fade effect */
}
.chevron-icon i {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .mobileTablet .e-off-canvas__content::-webkit-scrollbar {
    width: 0;
  }
}

.bottomMenu {
  position: fixed;
  bottom: 0;
  pointer-events: none;
  left: 0;
  right: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  transition:
    bottom 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
/* Show the menu */
.bottomMenu.visible {
  bottom: 10px; /* Moves the menu into view */
  opacity: 1;
  z-index: 100;
  pointer-events: auto;
}

.navOpener {
  position: fixed;
  top: -10px;
  pointer-events: none;
  opacity: 0;
  transition:
    top 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
/* Show the menu */
.navOpener.visible {
  top: 0; /* Moves the menu into view */
  opacity: 1;
  pointer-events: auto;
}

.navFixed {
  position: fixed;
  top: -100px;
  opacity: 0;
  z-index: 1000;
  transition: top 0.4s ease, opacity 0.4s ease; /* Smooth animation */
}
.navFixed.visible {
  top: 0;
  opacity: 1;
}
.navTrans.invisible {
  opacity: 0;
}

.blurBox5 {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.blurBox10 {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.e-off-canvas__overlay {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.e-off-canvas {
	pointer-events: auto;
}

/* Full screen overlay styles */
.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  padding-top: 20%;
  font-size: 24px;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

/* Show the overlay */
.mobile-overlay.active {
  display: block;
}

/* Normal fade styling */
.theTabs {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.theTabs.fade-in {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

/* â Editor Mode Override - show all tabs while editing */
body.elementor-editor-active .theTabs {
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  pointer-events: auto !important;
  z-index: auto !important;
}
.elementor-slideshow__title {
	display: none!important;
}

@media (max-width: 768px) {
  .e-gallery-container.odd-number-items .e-gallery-item:last-child {
    width: calc(200% + 10px);
  }
}

.dot-nav {
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.fade-in {
  opacity: 1;
  visibility: visible;
}

.fade-out {
  opacity: 0;
  visibility: hidden;
}


