:root {
  --primary-color: #8c5438;
  /* 🔁 Change this for theme color */
  --nav-active-color: var(--primary-color);
  --primary-gradient: linear-gradient(313deg, #8c5438 0%, #c76a43 50%, #f3b79e 100%);
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.br-bg {
  background: var(--primary-gradient);
  border: none !important;
}

.over {
  overflow: hidden;
}

.navbar {
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}

.text-primary {
  color: var(--primary-color) !important;
}

section {
  padding: 0;

}

.accordion-button:not(.collapsed) {
  color: #fff !important;
  background: var(--primary-gradient) !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

th {
  color: #fff !important;
  background: var(--primary-gradient) !important;
  border: none !important;
}

.pb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

img.am-img {
  width: 50px;
}

.navbar-nav .nav-link.active {
  color: var(--nav-active-color) !important;
  font-weight: 600;
  border-bottom: 2px solid var(--nav-active-color);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  display: none;
}

.custom-toggler-icon {
  font-size: 1.5rem;
}

div#mobileMenu {
  display: none;
}

.logo {
  width: 150px;
}

.logo img {
  width: 100%;
}

/* hero section */


.hero-bg {

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

/* Optional: dark overlay for text readability */
.hero-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  /* 🔁 Control darkness here */
  z-index: -1;
}

.hero-bg>.container {
  position: relative;
  z-index: 2;
}

/* slider */

/* Optional: Override default Swiper arrows */
.swiper-button-next,
.swiper-button-prev {
  background: none !important;
  color: inherit;
  position: static;
  margin: 0;
  transform: none;
}

/* Align center between them */
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {

  font-size: 0px;
}

.ame_swiper_cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 30px;
}

.ame_img {
  flex: 1;
  min-width: 65%;
  position: relative;
}

.art_imp {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 4px 6px;
  border-radius: 4px;
}

.ame_swiper_image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.nav-tabs .nav-link {
  color: var(--primary-color) !important;
}

.ame_txt {
  flex: 1;
  min-width: 30%;
}

.ame_list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  width: 90%;
}

.ame_list li {
  padding: 4px 0;
  font-weight: 500;
}

.bottom_line {
  border-bottom: 1px dashed #000;
  margin: 5px 0;
}

.ame_swiper_controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 140px;
  margin-top: 20px;
}

.center-box {
  display: flex;
  justify-content: center;
}

.right-box {
  display: flex;
  justify-content: flex-end;
}

.ame_prev,
.ame_next {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.ame_prev:hover,
.ame_next:hover {
  transform: scale(1.1);
}

.ame_pagination {
  font-weight: bold;
  font-size: 18px;
  color: var(--primary-color);
  /* customize color */
}

/* gallery */

#gallery .swiper-slide {
  transition: transform 0.3s ease;
  transform: scale(0.85);
  opacity: 0.7;
}

#gallery .swiper-slide-active {
  transform: scale(1.5);
  opacity: 1;
  z-index: 2;
}

#gallery.swiper {
  overflow: visible;
}

/* master plan alider */
.custom-swiper-container {
  position: relative;
}

.btn-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  color: #000;
  padding: 2px 12px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.swiper-btn-prev-master,
.swiper-btn-prev-floor {
  left: -15px;
}

.swiper-btn-next-master,
.swiper-btn-next-floor {
  right: -15px;
}

li.nav-item {
  font-weight: 600;
  font-size: 16px;
}

.w-100px {
  width: 100px;
}

/* footer */
footer p {
  margin-bottom: 0.5rem;
}

footer .small {
  font-size: 0.875rem;
}

@media (max-width: 1220px) {
  li.nav-item {
    font-size: 14px;
  }

  li.nav-item button {
    font-size: 12px;
  }
}

@media (max-width: 1115px) {
  li.nav-item {
    font-size: 12px;
  }
}

@media (max-width: 1020px) {
  li.nav-item {
    font-size: 11px;
  }
}

@media (max-width: 992px) {
  div#mobileMenu {
    display: block;
  }

  li.nav-item {
    font-size: 14px;
  }
}