@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --primary-color: #866154;
  --accent-color: #f9f7f7;
  --main-font: "Roboto", sans-serif;
}

body {
  font-family: var(--main-font) !important;
}
a {
  text-decoration: none !important;
  color: inherit !important;
}
.interior-section a{
    color: #0d6efd!important;
}

.interior-section .btn-primary{
    color:#fff!important;
}
.top-bar {
  background: var(--primary-color);
  color: white;
  /* padding: 12px 0; */
  font-size: 14px;
}

.top-bar a {
  color: #fff;
  text-decoration: none !important;
  margin-left: 15px;
}

.top-bar .contact-info i,
.top-bar .social-icons i {
  color: white;
}

.top-bar .social-icons a {
  color: white;
  transition: color 0.3s ease;
}
.top-bar .social-icons a:hover {
  color: #f0e6dd; /* Light beige hover effect */
}

@media (max-width: 576px) {
  .contact-info {
    flex-direction: column;
    gap: 0.3rem;
  }
  .social-icons {
    margin-top: 0.5rem;
  }
}

@media (max-width: 576px) {
  .top-bar .container {
    flex-direction: column !important; /* stack vertically on small screens */
    align-items: center;
  }
  .topbar-info {
    order: 1;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }
  .topbar-icons {
    order: 2;
    width: 100%;
    text-align: right;
  }
}

.sticky-top {
  background-color: #fff;
}
/* 
.navbar {
  background-color: #86615426;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navbar-brand {
  font-weight: bold;
  font-size: 24px;
  color: var(--primary-color) !important;
}

.nav-link {
  color: var(--primary-color) !important;
  font-weight: 500;
  margin-left: 15px;
} */

/* .carousel-caption {
  background: rgba(0,0,0,0.5);
  padding: 20px;
  border-radius: 8px;
  animation: fadeInUp 1s ease-in-out;
  
} */

/* .navbar{
  height: 69px;
} */

.navbar-nav .nav-link {
  position: relative;
  color: #866154 !important; /* Your brown color */
  font-weight: 600 !important;
  padding: 10px 15px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #000 !important; /* Change to black or desired hover color */
}

/* .navbar-nav .nav-link::after {
      content: '';
      position: absolute;
      left: 15px;
      bottom: 8px;
      height: 2px;
      width: 0;
      background-color: #866154;
      transition: width 0.3s ease;
    } */

.navbar-nav .nav-link:hover::after {
  width: calc(100% - 30px);
}

/* Optional: active link underline on load */
.navbar-nav .nav-link.active::after {
  width: calc(100% - 30px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* crousel start */
.lux-carousel-img {
  height: 75vh;
  object-fit: cover;
  filter: brightness(0.7);
}

@media (max-width: 768px) {
  .lux-carousel-img {
    height: 55vh;
  }

  .carousel-caption h2 {
    font-size: 24px;
  }

  .carousel-caption p {
    font-size: 16px;
  }
}

.carousel-caption {
  bottom: 15%;
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 12px;
  backdrop-filter: blur(4px);
}

.carousel-caption h2 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  color: #ffae00;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  font-weight: 700;
}

.carousel-caption p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #cba386;
  border-radius: 50%;
  padding: 15px;
}

/* crousel end */

/* about */
.lux-icon {
  color: #cba386;
}

.lux-section-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--primary-color);
  position: relative;
  display: inline-block;
}

.lux-section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #866154;
  display: block;
  margin: 10px auto 0;
}

.lux-about-section {
  padding: 0px 0;
}

.lux-image-box {
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.lux-image-box:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.lux-highlight-card {
  background-color: white;
  border-left: 5px solid var(--accent-color);
  padding: 20px;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.4s ease;
}

.lux-highlight-card:hover {
  transform: translateY(-5px);
}
.lux-gold-button {
  background: linear-gradient(135deg, #866154, #a17768);
  color: white;
  padding: 12px 30px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(134, 97, 84, 0.3);
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.lux-gold-button:hover {
  background: linear-gradient(135deg, #a17768, #866154);
  color: #fff;
  box-shadow: 0 12px 24px rgba(134, 97, 84, 0.5);
  transform: translateY(-3px);
}

/* about */

/* services start */

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

.section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: var(--primary-color);
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.service-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.service-icon {
  font-size: 40px;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.service-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-desc {
  font-size: 0.95rem;
  color: #666;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 2rem;
  }
}

/* services end  */

/* project start */

/* Luxury Project Card Styling */
.proj-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background: #fff;
}

.proj-card img {
  height: 250px;
  object-fit: cover;
  border-bottom: 4px solid #866154;
}

.proj-card .card-body {
  padding: 20px;
  background-color: #fff;
  color: #333;
}

.proj-card .card-title {
  font-weight: bold;
  color: #866154;
  font-size: 1.2rem;
}

.proj-card .card-text {
  font-size: 0.95rem;
  color: #555;
}

/* Hover Animation */
.shadow-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Optional: Add smooth filter transitions */
.btn-filter.active,
.btn-filter:hover {
  background-color: #866154;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}

.project-section {
  padding: 30px 0;
  background-color: #fff;
}

.section-title {
  color: #866154;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}

.section-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #866154;
  display: block;
  margin: 10px auto;
  border-radius: 2px;
}

.project-card {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.project-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.project-card:hover .project-img {
  transform: scale(1.05);
}

.project-content {
  padding: 25px;
  text-align: center;
}

.project-title {
  font-size: 22px;
  color: #866154 !important;
  font-weight: 600;
  margin-bottom: 10px;
}

.project-desc {
  font-size: 15px;
  color: #555 !important;
}
/* project end */

/* blog start */

.btn-brown {
  background-color: #866154 !important;
  color: #fff !important;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-brown:hover {
  background-color: #5d4439;
  color: #fff;
}

/* blog end */

/* constact start */
.lux-contact-container {
  max-width: 750px;
  margin: 0 auto;
  border: 2px solid #866154;
  padding: 30px 25px;
  border-radius: 12px;
  background-color: #fff8f2;
  box-shadow: 0 8px 20px rgba(134, 97, 84, 0.2);
  transition: box-shadow 0.3s ease;
}
.lux-contact-container:hover {
  box-shadow: 0 12px 30px rgba(134, 97, 84, 0.4);
}
.lux-contact-heading {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 1.2px;
  font-size: 2rem;
}

.lux-form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.lux-label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #5c4534;
  font-size: 1rem;
}

.lux-input,
.lux-textarea {
  padding: 10px 12px;
  border: 2px solid #866154;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  resize: vertical;
}
.lux-input:focus,
.lux-textarea:focus {
  border-color: #b48a6a;
  box-shadow: 0 0 8px rgba(180, 138, 106, 0.6);
  outline: none;
}

.lux-submit-btn {
  width: 100%;
  background-color: #866154;
  color: white;
  font-weight: 600;
  padding: 12px;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  margin-top: 10px;
}
.lux-submit-btn:hover {
  background-color: #b48a6a;
  box-shadow: 0 8px 20px rgba(180, 138, 106, 0.7);
}

@media (max-width: 576px) {
  .lux-contact-container {
    padding: 20px 15px;
  }
  .lux-contact-heading {
    font-size: 1.5rem;
  }
}
/* contact end */

/* footer */
.lux-footer {
  background: linear-gradient(135deg, #866154 0%, #6b4c3b 100%);
  color: #f8f3ec;
  /* padding: 50px 20px 25px; */
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  box-shadow: inset 0 0 60px rgba(255, 255, 255, 0.05);
}

.lux-footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 35px;
}

.lux-footer-about,
.lux-footer-links,
.lux-footer-contact {
  flex: 1 1 280px;
  margin: 10px 25px;
}

.lux-footer-about h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.lux-footer-about p {
  line-height: 1.7;
  font-size: 1rem;
  opacity: 0.9;
  letter-spacing: 0.04em;
}

.lux-footer-links h4,
.lux-footer-contact h4 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lux-footer-links ul {
  list-style: none;
  padding: 0;
}

.lux-footer-links ul li {
  margin-bottom: 15px;
}

.lux-footer-links ul li a {
  color: #f8f3ec;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  position: relative;
  transition: color 0.4s ease, text-shadow 0.4s ease;
}

.lux-footer-links ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #b48a6a;
  left: 0;
  bottom: -5px;
  transition: width 0.4s ease;
  border-radius: 1px;
}

.lux-footer-links ul li a:hover {
  color: #b48a6a;
  text-shadow: 0 0 8px #b48a6a;
}

.lux-footer-links ul li a:hover::after {
  width: 100%;
}

.lux-footer-contact p {
  margin: 10px 0;
  font-weight: 600;
  font-size: 1.05rem;
  opacity: 0.95;
  letter-spacing: 0.02em;
}

.lux-social-icons {
  margin-top: 20px;
}

.lux-social-icons a {
  color: #f8f3ec;
  margin-right: 20px;
  font-size: 1.5rem;
  transition: color 0.4s ease, text-shadow 0.4s ease;
  display: inline-block;
}

.lux-social-icons a:hover {
  color: #b48a6a;
  text-shadow: 0 0 12px #b48a6a;
}

.lux-footer-bottom {
  text-align: center;
  font-size: 0.95rem;
  color: rgba(248, 243, 236, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .lux-footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .lux-footer-about,
  .lux-footer-links,
  .lux-footer-contact {
    margin: 25px 0;
  }
}
/* footer */

/* enquiry form */
.text-brown {
  color: #866154;
}

.btn-brown {
  background-color: #866154;
  border: none;
  color: white;
  transition: background-color 0.3s ease;
}

.btn-brown:hover {
  background-color: #5d4439;
  color: white;
}

.enquiry-section {
  background-color: #fdfaf8;
}

.enquiry-form-wrapper {
  background-color: white;
  border: 1px solid #e4ddd7;
}

.enquiry-form .form-control,
.enquiry-form .form-select {
  border-radius: 0.5rem;
  border: 1px solid #cbb8af;
  box-shadow: none;
}

.enquiry-form .form-control:focus,
.enquiry-form .form-select:focus {
  border-color: #866154;
  box-shadow: 0 0 0 0.25rem rgba(134, 97, 84, 0.25);
}

/* enquiry form  */

/* about main start */

.about-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url("images/about-banner.jpg") center/cover no-repeat;
  color: white;
  padding: 100px 0;
  text-align: center;
}

.about-banner h1 {
  font-size: 3rem;
  font-weight: 700;
}

.breadcrumb-wrapper {
  background: transparent;
  justify-content: center;
}

.breadcrumb-wrapper .breadcrumb-item a {
  color: #f0e6e1;
  text-decoration: none;
}

.breadcrumb-wrapper .breadcrumb-item.active {
  color: #fff;
}

.about-content-section {
  background-color: #fdfaf8;
  padding: 60px 0;
}

.text-theme-brown {
  color: #866154;
}

.btn-theme-brown {
  background-color: #866154;
  color: white;
  border: none;
  transition: 0.3s;
}

.btn-theme-brown:hover {
  background-color: #5d4439;
}

.rounded-image {
  border-radius: 1rem;
}

/* about main end */

/* /*form */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.floating-img {
  animation: float 4s ease-in-out infinite;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(135deg, #cfada1); */
  z-index: 1;
}

.custom-group {
  position: relative;
  margin-top: 1.5rem;
}

.custom-label {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  transition: 0.3s;
  background: white;
  padding: 0 0.25rem;
  color: #999;
  pointer-events: none;
}

.custom-input:focus + .custom-label,
.custom-input:not(:placeholder-shown) + .custom-label {
  transform: translateY(-1.75rem);
  font-size: 0.8rem;
  color: #866154;
}

.submit-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.btn-color {
  background-color: #866154;
}

.carousel-control-prev,
.carousel-control-next {
  background: transparent;

  /* border-radius: 50%; */
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: #5c3d3200;
}

/* portfolio start */

.filter-btns {
  text-align: center;
  margin-bottom: 30px;
}

.filter-btns .btn {
  margin: 5px;
  background-color: #866154;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.filter-btns .btn:hover,
.filter-btns .btn.active {
  background-color: #6f4e45;
}

.gallery .card {
  border: none;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.gallery .card img {
  transition: transform 0.4s ease;
}

.gallery .card:hover img {
  transform: scale(1.1);
}

.gallery .card-body h5 {
  color: #866154;
  font-weight: 600;
}

.gallery .card-body p {
  font-size: 14px;
  color: #555;
}

.hide {
  display: none !important;
}
/* portfolio end*/

/* portfolioindexstart */
.filter-btns .btn {
  border-radius: 0;
  margin: 5px;
  background-color: #866154;
  color: #fff;
}
.filter-btns .btn.active {
  background-color: #5d3f36;
  color: #fff;
}
.card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
}

/* Popup Modal */
#imageModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
#imageModal img {
  max-width: 90%;
  max-height: 90%;
}
#closeModal {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/* portfolioindexend */

/* about.php start */

.section-title {
  /* font-size: 2.5rem; */
  font-weight: bold;
  color: #866154;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.mission-vision {
  padding: 70px 20px;
  background-color: #fdfdfd;
}

.mv-img {
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}

.mv-img:hover {
  transform: scale(1.03);
}

.mv-content {
  padding: 20px 30px;
}

.mv-content h3 {
  color: #866154;
  font-weight: 600;
  margin-bottom: 20px;
}

.mv-content p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .mv-content {
    padding-top: 20px;
  }
}
/* about.php end */

/* service.php start */
/* 
    .service-section {
      padding: 80px 0;
    } */

.service-img {
  width: 100%;
  height: 100%;
  max-height: 280px;
  object-fit: cover;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.6s ease, filter 0.4s ease;
}

.service-img:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.service-content-wrapper {
  background: #fff;
  border-radius: 0 20px 20px 0;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-height: 280px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-content-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.service-content-wrapper h3 {
  color: #866154;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-content-wrapper p {
  color: #555;
  font-size: 16px;
}

.row.equal-height {
  min-height: 280px;
}

@media (max-width: 768px) {
  .service-img {
    border-radius: 20px 20px 0 0;
  }
  .service-content-wrapper {
    border-radius: 0 0 20px 20px;
  }
}
/* service.php end */

/* ENQUIRY FORM CSS */

#enquiryModal .modal-header {
  border-bottom: none;
}

#enquiryModal .modal-content {
  background: #fff;
  border-radius: 1.5rem;
}

#enquiryModal .form-control:focus {
  border-color: #7d5a4c;
  box-shadow: 0 0 0 0.2rem rgba(125, 90, 76, 0.15);
}

#enquiryModal .btn {
  background: linear-gradient(135deg, #7d5a4c 60%, #e7cba9 100%);
  color: #fff;
  border: none;
}

#enquiryModal .btn:hover {
  background: linear-gradient(135deg, #e7cba9 60%, #7d5a4c 100%);
  color: #7d5a4c;
}

/* FIX BUTTONS CSS */
.fixed-action-buttons {
  position: fixed;
  left: 32px;
  bottom: 60px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fixed-action-buttons .fab-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18), 0 1.5px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7d5a4c 60%, #e7cba9 100%);
  color: #fff;
  font-size: 2rem;
  border: none;
  outline: none;
  cursor: pointer;
  animation: blink-glow 1.2s infinite alternate;
  transition: transform 0.2s, box-shadow 0.2s;
}

.fixed-action-buttons .fab-btn.whatsapp {
  background: linear-gradient(135deg, #25d366 60%, #128c7e 100%);
  color: #fff;
}

.fixed-action-buttons .fab-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22), 0 2px 8px rgba(0, 0, 0, 0.16);
}

@keyframes blink-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(125, 90, 76, 0.5), 0 6px 24px rgba(0, 0, 0, 0.18);
    opacity: 1;
  }

  100% {
    box-shadow: 0 0 16px 8px rgba(231, 203, 169, 0.5),
      0 6px 24px rgba(0, 0, 0, 0.18);
    opacity: 0.85;
  }
}

@media (max-width: 991px) {
  .fixed-action-buttons {
    left: 12px;
    bottom: 16px;
  }

  .fixed-action-buttons .fab-btn {
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
  }
}
