/* Font */
/* @import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap"); */

@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

:root {
  --accent: #c97f5f; /* warm gold */
  --muted: #f7f5f2;
  --dark: #111;
  --card-shadow: 0 8px 20px rgba(17, 17, 17, 0.06);
  --primary-color: #0a111e;
}
.color-2 {
  color: #c97f5f;
}
html,
body {
  height: 100%;
  font-family: "Albert Sans", sans-serif;
}
body {
  background: linear-gradient(180deg, #fff 0%, #faf8f7 100%);
  color: #222;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Playfair Display", serif;
  /* font-family: "Bodoni Moda", serif; */
}
/* Navbar */
.navbar {
  height: 100px;
  padding-top: 0px;
}
a {
  font-family: "Albert Sans", sans-serif;
  text-decoration: none;
}

.brand-logo img {
  height: 80px;
  width: auto;
}
.navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #0a111e;
  font-family: "Albert Sans", sans-serif;
  text-transform: uppercase;
}
.header-top-one {
  position: relative;
  z-index: 999;
  padding: 14px 80px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offer .subtitle {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.42px;
  /* text-transform: lowercase; */
}
.phone-icon i {
  color: var(--accent);
}
.my-btn {
  background-color: #ff4035;
  border-radius: 22px;
}
.my-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
  transition: 0.5s;
}

/* for Nave */
.navbar-nav {
  background: #fff;
}
/* Hero */
.hero {
  min-height: 60vh;
  /* display: flex; */
  align-items: center;
  background-image: url(../images/banner.png);
  /* background-size: cover;
  background-repeat: no-repeat; */
}
.banner-image .img-1 {
  width: 100%;
  /* height: 300px; */
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero span {
  letter-spacing: 4px;
  font-size: 15px;
  font-weight: 400;
  color: var(--primary-color);
  display: inline-block;
  margin-bottom: 15px;
}
.hero-left {
  padding: 3rem;
}
.hero-title {
  font-family: "Playfair Display", serif;
  font-size: 55px;
  line-height: 1.05;
  color: #111;
}
.hero-sub {
  color: #5b5b5b;
  margin-top: 0.75rem;
  font-size: 1.05rem;
}
.btn-cta {
  display: inline-block;
  position: relative;
  padding: 10px 25px;
  gap: 10px;
  color: #fff;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background: var(--accent);
  z-index: 1;
  line-height: 1;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.theme-btn:hover::before {
  background-color: var(--primary-color);
  color: #fff;
}
/* Feature icons */
.feature {
  background-color: #f6efec;
  margin-top: 54px;
}
.feature-icon {
  font-size: 1.25rem;
  color: var(--accent);
}
.feature-icon i {
  font-weight: 900;
  border: 1px solid #c97f5f;
  padding: 20px;
  border-radius: 50%;
}

/* About us */
/* About section */
.challenge-section {
  padding: 60px 0;
}
.challenge-content h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
.challenge-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}
.call-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.call-text h6 a {
  color: var(--primary-color);
}
.call-icon {
  background: #ffffff;
  color: #c97f5f;
  font-size: 22px;
  padding: 10px 15px;
  border-radius: 50%;
  margin-right: 15px;
  border: 1px solid #c97f5f;
}
.call-text {
  font-size: 15px;
}
.btn-estimate {
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 15px;
  transition: 0.3s;
}
.btn-estimate:hover {
  background: #c39b77;
  color: #fff;
}
.image-area {
  display: flex;
  gap: 20px;
  position: relative;
}
.about-2 {
  position: absolute;
  top: 30%;
  left: 40%;
}
.challenge-img img {
  height: 400px;
  width: auto;
  border-radius: 50% 0 50% 0; /* Modern round-corner style */
  object-fit: cover;
  display: block;
  /* width: 100%;
  max-width: 400px; */
  /* border-radius: 12px; */
  transition: all 0.4s ease;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.1);
}
.challenge-img img:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 25px 40px rgba(0, 0, 0, 0.25), 0 10px 15px rgba(0, 0, 0, 0.15);
}
.challenge-img img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

.challenge-img {
  animation: float 4s ease-in-out infinite;
}

/* about us end */
/* Product cards */
.product-card {
  background: #fff;
  /* border-radius: 12px; */
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transition: transform 0.36s ease, box-shadow 0.36s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.12);
}
/* .product-media {
  height: 120px;
  background-size: cover;
  background-position: center;
} */

/* Gallery */
.gallery-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

/* Testimonials */
.testimonial {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), #fff);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: var(--card-shadow);
}

/* CTA */
.cta-section {
  background: linear-gradient(
    90deg,
    rgba(250, 248, 246, 1),
    rgba(245, 243, 240, 1)
  );
  padding: 3rem;
  border-radius: 14px;
}

/* Tabs products */
.tabs {
  background: #dddddd;
  padding: 70px 0px;
}
.product-name {
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.05;
}
.tabs .nav-pills .nav-link.active {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #212529;
}
.tabs .nav-link {
  border: 1px solid #575858;
  color: #212529;
  font-size: 15px;
}
.tabs .nav-link:hover {
  color: #fff;
  background-color: #212529;
  transition: 0.5s;
}
/* Footer */
footer {
  background: #111;
  color: #fff;
  padding: 2.5rem 0;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .hero-title {
    font-size: 2.2rem;
  }
}

/* Simple scroll animation */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: all 0.6s ease;
  will-change: transform, opacity;
}
.reveal.revealed {
  opacity: 1;
  transform: none;
}

/* testimonial */
.testimonials-section {
  background-image: url(../images/testimonial-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-title {
  font-weight: 700;
  color: #7a5c2f;
}

.testimonial-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-height: 220px;
  transition: transform 0.3s ease;
}

.testimonial-item:hover {
  transform: translateY(-5px);
}

.quote-icon {
  color: #7a5c2f;
  font-size: 30px;
  margin-bottom: 10px;
}

.testimonial-item p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.client-name {
  color: #7a5c2f;
  font-weight: 600;
  margin-top: 10px;
}

.custom-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.custom-nav button:hover {
  background-color: var(--accent);
  color: #fff;
}

/* Category */
#category {
  /* background-color: #bfa57c; */
  background-color: #ececec;
  /* margin-top: 50px !important; */
}
.category-carousel-section {
  background: linear-gradient(to right, #f8f7f4, #eae8e5);
}

.section-title {
  color: #6b4f29;
  font-weight: 700;
}

.category-item {
  text-align: center;
  transition: all 0.3s ease;
}

.category-img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border: 1px solid #bfa57c;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  background: #fff;
}

.category-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.4s ease;
}

.category-item:hover .category-img {
  /* transform: translateY(-8px); */
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.category-item:hover .category-img img {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.9),
    /* stronger white glow */ 0 12px 30px rgba(0, 0, 0, 0.2); /* deeper base shadow */
}

.category-name {
  margin-top: 12px;
  font-weight: 600;
  color: #5b4222;
  font-size: 16px;
}
/* footer */
.footer-section {
  background-color: #0e1118;
  color: #fff;
}

.footer-icon {
  width: 60px;
  height: 60px;
  /* border: 2px dashed rgba(255, 255, 255, 0.3); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: all 0.3s ease;
  color: #fff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

.footer-item:hover .footer-icon {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

.footer-item h6 {
  color: #e0d8c3;
  font-size: 15px;
}

.footer-item p {
  font-size: 13px;
  color: #fff;
}

.footer-line {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  font-size: 14px;
}

.social-link {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-link:hover {
  background-color: #fff;
  color: #0e1118;
  transform: translateY(-3px);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.footer-item {
  display: flex;
  gap: 20px;
  text-align: left;
}
.contact-section {
  width: 100%;
  overflow: hidden;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Left Form Side */
.form-side {
  background: linear-gradient(135deg, #1e1f29, #2c2e3a);
  color: #fff;
  min-height: 500px;
}

.contact-form-container {
  max-width: 500px;
  width: 100%;
}

.contact-form-container h2 {
  font-weight: 700;
  color: #fff;
}

.contact-form-container p {
  color: #bbb;
}

/* Input Field Style */
.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #888;
  color: #fff;
  border-radius: 0;
  padding-left: 40px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #fff;
  box-shadow: none;
  background: transparent;
}

.icon {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #aaa;
  transition: all 0.3s ease;
  font-size: 18px;
}

/* Icon Floating Effect */
.form-control:focus + .icon,
.form-control:not(:placeholder-shown) + .icon {
  top: -15px;
  font-size: 14px;
  color: #fff;
}

/* Button */
.btn-custom {
  background: #fff;
  color: #111;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background: var(--accent);
  color: #111;
}

/* Map Side */
.map-side iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* Responsive */
@media (max-width: 992px) {
  .form-side,
  .map-side {
    height: 400px;
  }
}
.contact-form-container {
  background-color: #dddcdc1c;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--accent);
  margin: 50px 0px;
}
::placeholder {
  color: #7c7c7c7c !important;
}
.form-control {
  color: #000000 !important;
  border-radius: 22px;
}
.contact-form-container .form-control {
  color: #fff !important;
}
/* Responsive */
@media only screen and (max-width: 768px) {
  .hero {
    min-height: 66vh;
    /* background-position: center right; */
  }
  .challenge-img img {
    height: 300px;
  }
  .challenge-content h2 {
    font-size: 18px;
  }
  .challenge-content p {
    text-align: justify;
  }
  .about-2 {
    position: absolute;
    top: 38%;
    left: 35%;
  }
  .btn-cta {
    margin-bottom: 20px;
  }
  .header-top-one {
    padding: 14px 14px;
    display: none !important;
  }
  .contact-form-container {
    padding: 50px 30px;
  }
  .call-box {
    display: none;
  }
  .challenge-img {
    display: none;
  }
  .category-img {
    width: 120px;
    height: 120px;
  }
  .section-title {
    font-size: 18px;
  }
}

/* For Collections */
/* Scrollable tab container */
#pills-tab {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #b3864f #b5b1b1bf; /* Custom scrollbar color */
  padding-bottom: 8px; /* Margin between tabs and scrollbar */
}

/* WebKit (Chrome, Edge, Safari) scrollbar styling */
#pills-tab::-webkit-scrollbar {
  height: 6px; /* Height of horizontal scrollbar */
}

#pills-tab::-webkit-scrollbar-track {
  background: #b5b1b1bf; /* Scrollbar track color */
  border-radius: 10px;
  margin-top: 4px; /* Adds margin between scrollbar and tab */
}

#pills-tab::-webkit-scrollbar-thumb {
  background-color: #b3864f; /* Scrollbar thumb color */
  border-radius: 10px;
}

/* Tab button styling */
#pills-tab .nav-link {
  white-space: nowrap;
  border-radius: 50px;
  background-color: #f5f5f5;
  color: #333;
  transition: all 0.3s ease;
  font-weight: 500;
  padding: 8px 18px;
}

#pills-tab .nav-link.active {
  background-color: #b3864f;
  color: #fff;
}

#pills-tab .nav-item {
  flex: 0 0 auto;
}

/* Smooth scroll behavior */
#pills-tab {
  scroll-behavior: smooth;
}

/* Footer menu */
/* ===== Fixed Footer Menu ===== */
.footer-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 5px 0;
  z-index: 999;
}
.footer-menu .menu-item {
  text-align: center;
  color: #333;
  font-size: 13px;
  flex: 1;
  transition: 0.3s ease;
  cursor: pointer;
}
.footer-menu .menu-item i {
  display: block;
  font-size: 20px;
  /* margin-bottom: 3px; */
  color: #b3864f;
  transition: 0.3s ease;
}
.footer-menu .menu-item.active i {
  width: 43px;
  height: 40px;
  background: #b3864f;
  color: #fff;
  border-radius: 50%;
  padding: 10px 5px;
  margin-top: -32px;
  border: 2px solid #433d3d;
  margin-left: 111px;
}
.footer-menu .menu-item:hover i {
  transform: scale(1.1);
}

/* ===== Popup Overlay ===== */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.popup-content h5 {
  margin-bottom: 15px;
  color: #b3864f;
  font-weight: 600;
}
.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

/* Responsive Adjustments */
@media (max-width: 668) {
  .footer-menu .menu-item i {
    font-size: 18px;
  }
  .footer-menu .menu-item {
    font-size: 11px;
  }
}

/* For broucher tabs */
.mp-tab-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.mp-tab-nav {
  /* border-bottom: 2px solid #b3864f; */
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 40px;
}

.mp-tab-nav .nav-link {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  margin: 0px;
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
}

.mp-tab-nav .nav-link.active {
  background: #b3864f;
  color: #fff;
  /* border-radius: 22px 0px 0px 22px; */
}
#broucher-tab {
  border-radius: 22px 0px 0px 22px !important;
}
.mp-tab-nav .nav-link {
  background: #c5c5c5;
  border-radius: 0px !important;
}
.nav-pills .nav-item:last-child .nav-link {
  border-radius: 0 22px 22px 0 !important; /* Adjust radius as needed */
}
/* ===== Brochure Cards ===== */
.mp-brochure-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.mp-brochure-card:hover {
  transform: translateY(-5px);
}

.mp-brochure-card i {
  font-size: 40px;
  color: #b3864f;
  margin-bottom: 15px;
}

.mp-brochure-card a {
  text-decoration: none;
  color: #b3864f;
  font-weight: 500;
}

/* ===== Product Cards ===== */
.mp-product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  transition: 0.3s ease;
}

.mp-product-card:hover {
  transform: translateY(-5px);
}

.mp-product-card img {
  width: 100%;
  /* height: 180px; */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.mp-product-card h6 {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.mp-product-card span {
  color: #777;
  font-size: 14px;
}
.mp-brochure-card {
  text-align: center;
  padding: 15px;
}

.mp-brochure-thumb {
  width: 100%;
  height: 320px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

.mp-brochure-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.mp-brochure-card h6 {
  margin-top: 15px;
  font-weight: 600;
  color: #333;
}

.mp-download-link {
  display: inline-block;
  margin-top: 8px;
  color: #b3864f;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mp-download-link:hover {
  color: #8a6538;
}
@media (max-width: 768px) {
  .mp-brochure-card i {
    font-size: 32px;
  }
  .mp-tab-nav .nav-link {
    font-size: 14px;
    margin: 0 0px;
    border: 1px solid #fff;
  }
  .mp-tab-section {
    padding: 0px 0;
    background: #f9f9f9;
  }
  .challenge-section {
    padding: 30px 0;
  }
  .map-side {
    height: 250px !important;
    margin-top: 50px;
  }
  .social-icons {
    display: none !important;
  }
  .footer-section {
    padding-bottom: 50px;
  }
  .btn-estimate {
    display: none;
  }
  .cta-area {
    display: flex;
    gap: 15px;
  }
  .cta-area a i {
    color: #b8863d;
    background-color: #c2c1c1;
    padding: 7px;
    border-radius: 50%;
    font-size: 20px;
  }
  .my-header {
    display: block !important;
  }
  .header {
    display: none;
  }
  .banner-image .img-1 {
    height: 160px;
  }
  .mp-brochure-card h6 {
    font-size: 12px;
  }
  .footer-menu .menu-item.active i {
    margin-left: 16px;
  }
  .mp-brochure-thumb {
    width: 100%;
    height: 205px;
  }
}
.my-header {
  display: none;
}

@media only screen and (max-width: 668px) {
  .pdf-thumb {
    width: 100%;
    height: 226px !important;
  }
}

/* Mobile Scrollable Tabs with Fade Effect */
@media (max-width: 767px) {
  .pdf-tabs {
    position: relative;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    justify-content: flex-start !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;

    /* Hide default scrollbar for cleaner look (optional) */
    scrollbar-width: thin;
  }

  .pdf-tabs .nav-item {
    flex: 0 0 auto;
  }

  .pdf-tabs .nav-link {
    white-space: nowrap;
    margin-right: 8px;
  }

  /* Scrollbar */
  .pdf-tabs::-webkit-scrollbar {
    height: 4px;
  }

  .pdf-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  .pdf-tabs::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
  }

  /* Right Fade Effect */
  .pdf-tabs::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 90%);
  }
  .mp-tab-nav {
    margin-top: 0px;
  }
}
