/* Center preloader logo and loading bar */
#preloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}
#preloader-logo {
  display: block;
  margin: 0 auto 18px auto;
}
#preloader-bar-container {
  width: 220px;
  text-align: center;
}
/* Preloader Loading Bar Styles */
#preloader-bar-container {
  width: 220px;
  margin: 18px auto 0 auto;
  text-align: center;
}
#preloader-bar {
  width: 100%;
  height: 12px;
  background: #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 6px;
}
#preloader-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #1769aa 0%, #4fc3f7 100%);
  border-radius: 6px;
  transition: width 0.3s ease;
}
#preloader-bar-text {
  font-size: 0.95em;
  color: #1769aa;
  font-weight: 600;
}
.banner-img-layer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    #4a9ad800 60%,
    rgb(95, 165, 219) 100%
  );
  z-index: 2;
}
.bg-white {
  background: white !important;
}
.bg-img-19 {
  background-image: url('images/19.jpg') !important;
}
.bg-img-20 {
  background-image: url('images/20.jpg') !important;
}
.bg-img-2 {
  background-image: url('images/2.jpg') !important;
}
.mb-2-5rem {
  margin-bottom: 2.5rem !important;
}
.custom-title-text {
  font-size: 1.25rem;
  color: #555;
  font-weight: 500;
}
.mt-5pct {
  margin-top: 5% !important;
}
.custom-textarea {
  width: 100%;
  line-height: 1.6em;
  font-size: 16px;
  padding: 12px;
  border-radius: 25px;
  border: 1px solid #e0e0e0;
  resize: vertical;
}
/* Inline CSS from index.html moved here */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s;
}
#preloader-logo {
  width: 120px;
  height: auto;
  filter: drop-shadow(0 2px 16px rgba(0,0,0,0.10));
}
#whatsapp-sticky {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  background: none;
  border-radius: 50%;
  box-shadow: 0 0 16px 4px rgba(0,0,0,0.10);
  transition: box-shadow 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
#whatsapp-sticky:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
#whatsapp-sticky img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#scroll-top-sticky {
  position: fixed;
  bottom: 24px;
  right: 96px;
  z-index: 9999;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.2s;
  width: 60px;
  height: 60px;
}
#scroll-top-sticky:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
}
#scroll-top-sticky img,
#scroll-top-sticky svg {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 600px) {
  #whatsapp-sticky {
    bottom: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }
  #scroll-top-sticky {
    bottom: 12px;
    right: 56px;
    width: 38px;
    height: 38px;
  }
}
.mr_menu_close_bottom {
  position: static !important;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.5rem;
  border-radius: 24px;
  width: auto;
  height: 48px;
  box-shadow: 0 2px 8px rgba(23, 105, 170, 0.12);
  padding: 0 1.5rem;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
}
.mr_menu_close_bottom:hover,
.mr_menu_close_bottom:focus {
  background: rgba(255, 255, 255, 0.25);
  outline: none;
}
.mr_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9998;
  transition: opacity 0.3s;
}
.mr_menu_overlay.open {
  display: block !important;
  opacity: 1;
}
.mr_menu_overlay {
  opacity: 0;
}
.album-grid-modern {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  justify-items: center;
  align-items: stretch;
}
.album-item-modern {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(23, 105, 170, 0.08);
  overflow: hidden;
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
}
.album-img-box-modern {
  overflow: hidden;
}
.album-img-box-modern img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s;
}
.album-caption-modern {
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1769aa;
  text-align: center;
}
.sec-title-text {
  font-size: 1.25rem;
  color: #ffffff91;
  font-weight: 500;
}
.cta-one_text {
  font-size: 1.25rem;
  color: #555;
  font-weight: 500;
}
.subscribe-box textarea {
  width: 100%;
  line-height: 1.6em;
  font-size: 16px;
  padding: 12px;
  border-radius: 25px;
  border: 1px solid #e0e0e0;
  resize: vertical;
}
.submit-btn.theme-btn {
  /* Add any button styles here if needed */
}
