/* home page  */
html, body {
  overflow-x: hidden;
}

body {
  font-family: 'lora', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.btn.btn-white {
  padding: 0.6rem 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif !important;
}

p {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
}

a {
  text-decoration: none;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-3 {
  letter-spacing: 3px;
}

.navigation.navigation-center a {
  font-family: 'lora', sans-serif;
}

.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 15%, transparent 38%);
  pointer-events: none;
  /* Makes sure it doesn't interfere with clicking elements underneath */
  z-index: 3;
  /* Ensure it's on top */
}

/* Parallax section */
.module.parallaxx {
  position: relative;
  /* height: 100vh; */
  background-image: url("../img/parallax.jpg"); /* YOUR single image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* parallax */
}

/* Overlay */
.module.overlayy-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* overlay strength */
  z-index: 1;
}

/* Content above overlay */
.module .contentt {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.normal-section {
  padding: 100px 20px;
  background: #f5f5f5;
  text-align: center;
}
/* ///////////// */

/* 
.image-stack {
    position: relative;
    max-width: 100%; 
}

.image-stack img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.image-stack .top-img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70%;
    z-index: 2;
}

.image-stack .bottom-img {
    width: 70%;
    margin-top: 100px;
}

@media (max-width: 768px) {
    .image-stack .top-img {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 20px;
    }
} */

.image-stack .top-img {
  width: 450px;
}

.review-content p {
  font-family: 'Lato', sans-serif;
}

/* google  */
#google_translate_element {
  position: fixed;
  bottom: 0px;
  right: 20px;
  z-index: 9999;
}

.goog-te-gadget {
  font-family: Arial;
  font-size: 14px;
}

/* mirror shine effect  */

.image-anime-once {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.image-anime-once::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}

.image-anime-once:hover::after {
  animation: shineOnce 0.5s ease forwards;
  opacity: 0.4;
}

@keyframes shineOnce {
  from {
    left: -75%;
  }

  to {
    left: 125%;
  }
}




/* feedback  */

.feedback {
  position: fixed;
  top: 50%;
  right: -30px;
  z-index: 999;
  background-color: #000;
  transform: rotate(-90deg);
}

.border-right {
  border-right: 1px solid #252525;
}


/* about us  */

.active {
  color: #e1be64 !important;
}

/* divider-border left */

.divider-border-left {
  width: 70px;
  height: 2px;
  background-color: #e1be64;
}

strong {
  font-weight: bold;
  /* color: #333; */
}

.footer .nav-link {
  color: #999;
}



/* Optional: style the close icon to match hamburger size */
.close-icon {
  font-size: 28px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.d-none {
  display: none !important;
}



@media (max-width: 992px) {
  .display-block {
    display: block !important;
  }

  .display-none {
    display: none !important;
  }

  .fs-md-3 {
    font-size: 30px !important;
  }

  .inner-brand img {
    /* width: 120px !important; */
  }
}

@media (max-width: 767px) {
  /* .feedback { display: none; } */
}


.header-small .close-icon {
  color: #000;
}

.border-left {
  border-left: 1px solid #252525;
}

.inner-brand img {
  width: 55px;
  object-fit: cover;
}

.text-muted {
  /* color: #717171 !important; */
}

.hover-dark:hover {
  color: #111 !important;
}

.text-shadow {
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}


/* testmonila card  */

/* Owl Carousel Review Styles */
.review {
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  padding: 40px 30px;
  margin: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.review:hover {
  transform: translateY(-10px);
  /* background: rgba(255, 255, 255, 0.15); */
}

.review-icons img {
  width: 60px;
  margin-bottom: 20px;
  opacity: 0.8;
}

.review-content blockquote {
  font-size: 1.2rem;
  line-height: 1.6;
  font-style: italic;
  color: #fff;
}

.review-author {
  margin-top: 25px;
  font-weight: 600;
  color: #f5f5f5;
  font-size: 1.1rem;
}

/* Owl Dots */
.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dot {
  width: 14px;
  height: 14px;
  margin: 5px;
  /* background: rgba(255, 255, 255, 0.4); */
  display: inline-block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.owl-dot.active,
.owl-dot:hover {
  background: #fff;
}

/* Responsive Design */
@media (max-width: 767px) {
  .module.parallaxx {
    padding: 60px 20px;
  }

  .review {
    padding: 30px 20px;
  }

  .review-content blockquote {
    font-size: 1rem;
  }
}

.image-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Make 'Powered by Google Translate' less visible */
.goog-logo-link {
  opacity: 0.2 !important;
  /* light fade */
  font-size: 0px !important;
  /* hide text but keep link structure */
}

.goog-te-gadget span {
  display: none !important;
  /* hide extra text */
}

#google_translate_element {
  position: relative;
  width: auto;
}

#google_translate_element select {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 4px 8px;
  background-color: #fff;
  color: #212529;
  font-size: 14px;
  cursor: pointer;
}

.goog-te-gadget {
  font-size: 0 !important;
}

.module-cover-slides {
  position: relative;

}

.google_translate_mobile_button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 200px;
  height: 20px;
  z-index: 99;
}

#home {
  height: 85vh !important;
}

@media (max-width: 767px) {
  #home {
    height: 75vh !important;
  }
}

.dkuywW {
  display: none !important;
}

.btn.w-100.text-left.text-dark.border.bg-white {
  text-align: start;
}

.footer p {
  color: #999;
}

.text-gold {
  color: #FFD700 !important;
}

.bg-gold {
  background-color: #FFD700;
}

.progress-bar {
  border-radius: 0 ;
}

.cursor-pointer {
  cursor: pointer !important;
}

.img-thumbnail {
  height: 70px;
}

ul.bullet {
  list-style-type: disc;
  padding-left: 20px;
}
/* .elfsight-app-fc89d7a3-81bb-45dc-a7e7-b65ff8b8acf3 > a {
  font-size: 0px !important;
  opacity: 0;

} */

.slides-container .parallaxx h6 {
  font-weight: 800 !important;
}

.wrapper {padding: 0 !important;}
.header {position: relative !important;}

/* Default (Desktop) */
.fs-1 { font-size: 2.5rem !important; } /* ~40px */
.fs-2 { font-size: 2rem !important; }   /* ~32px */
.fs-3 { font-size: 1.75rem !important; }/* ~28px */
.fs-4 { font-size: 1.5rem !important; } /* ~24px */
.fs-5 { font-size: 1.25rem !important; }/* ~20px */
.fs-6 { font-size: 1rem !important; }   /* ~16px */

/* Medium Devices (Tablets, <992px) */
@media (max-width: 991.98px) {
  .fs-1 { font-size: 2.2rem !important; }
  .fs-2 { font-size: 1.8rem !important; }
  .fs-3 { font-size: 1.6rem !important; }
  .fs-4 { font-size: 1.4rem !important; }
  .fs-5 { font-size: 1.15rem !important; }
  .fs-6 { font-size: 0.95rem !important; }
}

/* Small Devices (Mobiles, <768px) */
@media (max-width: 767.98px) {
  .fs-1 { font-size: 1.9rem !important; }
  .fs-2 { font-size: 1.6rem !important; }
  .fs-3 { font-size: 1.4rem !important; }
  .fs-4 { font-size: 1.2rem !important; }
  .fs-5 { font-size: 1rem !important; }
  .fs-6 { font-size: 0.9rem !important; }
}

/* Extra Small Devices (Very small phones, <576px) */
@media (max-width: 575.98px) {
  .fs-1 { font-size: 1.7rem !important; }
  .fs-2 { font-size: 1.5rem !important; }
  .fs-3 { font-size: 1.25rem !important; }
  .fs-4 { font-size: 1.1rem !important; }
  .fs-5 { font-size: 0.95rem !important; }
  .fs-6 { font-size: 0.85rem !important; }
}


/* .form_select {
  padding: 0.3rem;
} */

.col-12.col-md-6.col-lg-3.rounded {
  transition: all ease 0.3s;
  margin-bottom: 30px;
}

.col-12.col-md-6.col-lg-3.rounded:hover {
  transform: scale(1.05);
  border: .5px solid #717171;
}

.creamycolor {
  background-color: #F4F1EA;
}

