/* Custom Styles */
.vlt-custom--8131 {
    bottom: -250px;
    left: -200px;
    max-width: 550px;
}

.vlt-custom--1451 {
    top: -25px;
    left: -30px;
    width: 256px;
    height: 208px;
}

@media only screen and (max-width: 575px) {
    .vlt-custom--1451 {
        top: -100px;
        left: -100px;
    }
}

.vlt-custom--1512 {
    bottom: -28vw;
    left: 50vw;
    width: 75vw;
    height: 75vw;
    background-size: cover;
}

.vlt-custom--4124 {
    top: 0;
    right: 0;
    bottom: 0;
    width: 40vw;
    height: 100%;
    background-position: top left;
    background-size: cover;
}

@media only screen and (max-width: 991px) {
    .vlt-custom--4124 {
        right: 0;
        width: 50vw;
    }
}

@media only screen and (max-width: 767px) {
    .vlt-custom--4124 {
        right: -50vw;
        width: 100vw;
    }
}

.vlt-custom--1259 {
    top: -20px;
    right: -5px;
    width: 256px;
    height: 208px;
}

.vlt-custom--2355 {
    bottom: -250px;
    left: 0;
    width: 389px;
    height: 550px;
}

/* Fade-in effect */
#quote-heading, 
.vlt-slide-photo__particle img {
    opacity: 1 !important;
    transition: opacity 1s ease-in-out !important;
}

.hidden {
    opacity: 0 !important;
}

/* Styling for the gallery menu */
.vlt-gallery-menu {
    list-style: none;
    padding: 0;
}

.vlt-gallery-menu li {
    margin: 10px 0;
}

.vlt-gallery-menu a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.vlt-gallery-menu a.active,
.vlt-gallery-menu a:hover {
    color: #ff5722;
}
/* Ensure gallery thumbnails are visible */
.gallery-thumbnail {
    width: 100%;
    border-radius: 10px;  /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  /* Subtle shadow effect */
    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    opacity: 1 !important;
    display: block !important;
}

.gallery-thumbnail:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  /* Stronger shadow on hover */
}

/* Thumbnails grid styling with shadow and rounded corners */
.vlt-gallery-grid img {
    width: 100%;
    border-radius: 10px;  /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  /* Subtle shadow */
    cursor: pointer;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.vlt-gallery-grid .col-md-2 {
    padding: 2px; /* Adjust spacing between thumbnails */
}

.vlt-gallery-grid img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  /* Stronger shadow on hover */
}

/* Image viewer styles */
#image-viewer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#image-viewer.hidden {
    display: none;
}

#viewer-image {
    max-width: 90%;
    max-height: 90%;
    border: 5px solid white;
    border-radius: 10px;  /* Rounded corners for large image */
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

/* Close button */
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    transition: color 0.3s;
}

.close-btn:hover {
    color: #ff5722;
}

/* Navigation buttons */
.nav-btns {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 50px;
    color: white;
    cursor: pointer;
}

.nav-btn {
    padding: 20px;
    user-select: none;
    transition: color 0.3s;
}

.nav-btn:hover {
    color: #ff5722;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .vlt-gallery-grid img {
        border-radius: 5px; /* Smaller border-radius for mobile */
    }
}

/* Transition effect for changing elements */
.transition-fade {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.transition-fade.show {
    opacity: 1;
}

.custom-flat-btn {
	background-color: white;
	color: #EF5225;
	border: 0px solid #EF5225;
	border-radius: 5px;
	padding: 8px 16px; /* Reduced horizontal padding */
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap; /* Keeps labels from breaking */
	box-shadow: none;
	outline: none;
	transition: background-color 0.3s ease, color 0.3s ease;

	/* Flat appearance */
	box-shadow: none;
	outline: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-flat-btn:hover {
	background-color: #44EDEC;
	color: white;
	cursor: pointer;
}
.custom-flat-btn2 {
	background-color: #EF5225;
	color: white;
	border: 0px solid #EF5225;
	border-radius: 5px;
	padding: 8px 16px; /* Reduced horizontal padding */
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap; /* Keeps labels from breaking */
	box-shadow: none;
	outline: none;
	transition: background-color 0.3s ease, color 0.3s ease;

	/* Flat appearance */
	box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.15);
	outline: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-flat-btn2:hover {
	background-color: #44EDEC;
	color: white;
	cursor: pointer;
}

.custom-button-container {
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}



/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #44EDEC;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #EF5225;
  color: white;
}

.hero-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 1.5s ease-in-out;
  z-index: 0;
  transform: translateX(0);
}

.hero-img.active {
  left: 0;
  opacity: 1;
  z-index: 1;
  transform: translateX(0);
}

.hero-img.exit-left {
  transform: translateX(-100%);
  opacity: 0;
  z-index: 0;
}

/* Force footer to always show */
.vlt-footer--fixed {
  display: flex !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000; /* ensures it's on top */
}

/* Optional: prevent it from hiding on small screens */
@media (max-height: 559px) {
  .vlt-footer--fixed {
    display: flex !important;
  }
}

#quote-block {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  word-wrap: break-word;
}