* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --gold: #b5932a;
  --gold-light: #c9a84c;
  --gold-dark: #8c711f;
  --black: #0d0d0d;
  --dark: #181818;
  --dark2: #1a1a1a;
  --charcoal: #2a2a2a;
  --off-white: #f8f5f0;
  --warm-white: #faf8f4;
  --text: #1a1a1a;
  --text-muted: #666;
  --text-light: #999;
  --border: #e8e4de;
  --shadow-soft: 0 4px 32px rgba(0, 0, 0, 0.08);
  --shadow-gold: 0 8px 32px rgba(181, 147, 42, 0.25);
}

html {
  overflow-x: hidden;
}

html,
body {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.no-padding {
  padding: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-family: Nunito Sans;
  overflow-x: hidden;
}

.custom-container {
  max-width: 1650px;
  margin: 0px auto;
  padding: 0px 15px;
}

.cmn-gap {
  padding: 80px 0px;
  margin: 0px;
}

.cmn-butn {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 6%;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 40px;
  transition: all 0.3s ease-in-out;
}

.sky-butn {
  background: #1a6190;
  border: 1px solid#1A6190;
  color: #fff;
  transition: all 0.25s;
}

.sky-butn:hover {
  background: #2d2f48;
  border: 1px solid #2d2f48;
  color: #fff;
  transform: translateY(-2px);
}

.blue-butn {
  background: #2d2f48;
  border: 1px solid #2d2f48;
  color: #dee5f0;
  transition: all 0.25s;
}

.blue-butn:hover {
  background: #1a6190;
  border: 1px solid #1a6190;
  color: #fff;
  transform: translateY(-2px);
}

.cmn-gap {
  padding: 80px 0px;
}

section {
  position: relative;
  /* height: 100vh; */
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}

/* =================================== */
/* =============my-css-start===========*/
/* =================================== */

/* =================================== */
/* ============header-section===========*/
/* =================================== */

/* ════════════════════════════════════
       NAVBAR
    ════════════════════════════════════ */

.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 22px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease;
}
.site-nav.scrolled {
  background: rgba(13, 13, 13, 0.92);
  backdrop-filter: blur(16px);
  padding: 8px 40px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}

.nav-logo img {
  height: 80px;
  transition: opacity 0.3s;
  width: 100%;
}  
.scrolled .nav-logo img {
    height: 65px;
} 
.nav-logo img:hover {
  opacity: 0.85;
}
.nav-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}
.nav-hamburger span {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.35s;
}
.nav-hamburger:hover span:nth-child(2) {
  width: 20px;
}
.nav-hamburger:hover span:nth-child(3) {
  width: 14px;
}

/* Full-screen nav overlay */

.nav-overlay {
  position: fixed;
  inset: 0;
  background: #15161beb;
  /* backdrop-filter: blur(20px); */
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
.nav-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.nav-overlay-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  text-align: center;
}
.nav-overlay-links a {
  font-family: Abhaya Libre ExtraBold;
  font-weight: 800;
  font-style: Regular;
  font-size: 64px;

  line-height: 112px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
  line-height: 1;
  position: relative;
}
.nav-overlay-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}
.nav-overlay-links a:hover {
  color: #fff;
}
.nav-overlay-links a:hover::after {
  transform: scaleX(1);
}
.nav-close {
  position: absolute;
  top: 28px;
  right: 40px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.25s;
}
.nav-close:hover {
  color: var(--gold);
  transform: rotate(90deg);
}

/* ════════════════════════════════════
       HERO SECTION — PARALLAX
    ════════════════════════════════════ */

.banner-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-section #overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0px;
  cursor: pointer;
  background: #13111259;
  z-index: 9;
}

.bannercarousel-text {
  position: absolute;
  bottom: 0px;
  width: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  flex-direction: column;
  z-index: 99;
}

.bannercarousel-text h6 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 30px;

  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ffff;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

.bannercarousel-text h1 {
  font-family: Abhaya Libre ExtraBold;
  font-weight: 800;

  font-size: 75px;

  line-height: 85px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
}

/* =======banner-section===========*/

/* =================================== */
/* ============cmn-section===========*/
/* =================================== */

.cmn-gap {
  padding: 100px 0px;
}

.sub-tittle {
  font-family: Poppins;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #434f27;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.cmn-tittle {
  font-family: Abhaya Libre ExtraBold;
  font-weight: 800;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #312926;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

.cmn-text {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #110f14f2;  
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

/* =================================== */
/* ============cmn-section===========*/
/* =================================== */

/* =================================== */
/* ========= ABOUT SECTION===========*/
/* =================================== */

/* Parallax background for About section */
.about-section-parallax { 
  position: relative;
  padding: 0px;
  z-index: 1;
  background: #f8f5f4; 
}

.about-section .custom-container {
  position: relative;
  z-index: 2; /* keep content above overlay */
}

.about-section {
  padding: 100px 0px;
}

.about-img {
  border-radius: 0px;
  overflow: hidden;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.about-img:hover img {
  transform: scale(1.05);
}

.about-text {
  padding: 0px 0px 0px 60px;
  margin: 0px;
}

.contact-text {
  padding: 0px 0px 0px 60px;
  margin: 0px;
}

.about-us-section-parallax .contact-text p {
    padding: 58px 0;
}

.btn-explore {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    background: #c09c31;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: all 0.35s;
    margin-top: 24px;
}
.btn-explore:hover {
  background: var(--text);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.btn-explore .arrow {
  transition: transform 0.3s;
}
.btn-explore:hover .arrow {
  transform: translateX(6px);
}

/* =================================== */
/* ========= ABOUT SECTION===========*/
/* =================================== */

/* =================================== */
/* ========= collection-section========*/
/* =================================== */

.collection-section-parallax { 
  position: relative;
  padding: 0px;
  z-index: 1;
  background: #ffffff;
}

.collection-section-parallax .custom-container {
  position: relative;
  z-index: 2; /* keep content above overlay */
}

.collection-section {
  padding: 100px 0px;
  margin: 0px;
}

.collection-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 20px;
}

.collection-header .cmn-tittle {
  margin: 0px;
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: #c09c31;
  padding: 15px 30px;
  border:none; 
  border-radius: 50px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: all 0.35s;
  margin-top: 24px;
}

.btn-view-all:hover {
  background: #000;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(181, 147, 42, 0.4);
}

/* Collection grid */
.coll-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.15fr 1fr;
  gap: 10px;
  align-items: end;
}
.coll-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease;
}
.coll-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}
.coll-card img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.services-box {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  transition: all 300ms ease-in-out;
  top: 0px;
  margin-bottom: 0px;
  height: 450px;
  box-shadow: 0px 0px 22.6px 0px #00000026;
}

.services-box:hover {
  top: -10px;
}

.services-box::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.75%, #000000ad 100%);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 1;
}

.services-box:hover::after {
  background: #00000080;
}
.services-box .thamble {
  height: 450px;
}

.services-box .thamble img {
  max-width: 100%;
  width: 100%;
  height: 450px;
  object-fit: cover;
}


.product-gallery-box {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  transition: all 300ms ease-in-out;
  top: 0px;
  margin-bottom: 0px;
  height: 450px;
  box-shadow: 0px 0px 22.6px 0px #00000026;
}

.product-gallery-box:hover {
  top: -10px;
}

.product-gallery-box::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.75%, #000000ad 100%);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0px;
  z-index: 1;
}

.product-gallery-box:hover::after {
  background: #00000080;
}
.product-gallery-box .thamble {
  height: 450px;
}

.product-gallery-box .thamble img {
  max-width: 100%;
  width: 100%;
  height: 450px;
  object-fit: cover;
} 

.services-box .text {
  position: absolute;
  width: auto;
  bottom: -129px;
  left: 30px;
  right: 30px;
  margin: auto;
  text-align: left;
  z-index: 2;
  transition: all 300ms ease-in-out;
}

.services-box:hover .text {
  bottom: 30px;
}

.services-boxx .text .tittle {
  padding: 0;
  max-width: 355px;
  margin: 0px;
}

.services-box .text .tittle h3 {
  font-family: Abhaya Libre ExtraBold;
  font-weight: 800;
  font-style: Regular;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  width: 90%;
  text-align: left;
}

.services-box .text .tittle p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  width: 90%;
}

.link-explore {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  padding: 0px;
  margin: 0px;
}

.link-explore:hover {
  color: #c09c31;
}

.link-explore .arrow {
  margin-left: 10px;
}

.text-on {
  border: 1px solid #000;
  height: 40px;
  position: relative;
  width: 100%;
  color: #000;
  font-size: 20px;
  z-index: 999;
  border: 30px;
  bottom: 0px;
}

/* .services-box:nth-child(1) img {
  height: 340px;
}
.services-box:nth-child(2) img {
  height: 380px;
}
.services-box:nth-child(3) img {
  height: 380px;
}
.services-box:nth-child(4) img {
  height: 340px;
} */

/* Default image styling */
.services-box .thamble img {
  width: 100%;
  height: 460px; /* base height */
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.row > .col-lg-3:nth-child(2) .services-box,
.row > .col-lg-3:nth-child(4) .services-box {
  margin-top: 60px;
}

/* =================================== */
/* ========= collection-section========*/
/* =================================== */

/* =================================== */
/* ========= canvas-section========*/
/* =================================== */

.canvas-section-parallax {  
  position: relative;
  z-index: 1;
  background: #f8f5f4;
}

.canvas-section-parallax .custom-container {
  position: relative;
  z-index: 2; /* keep content above overlay */
}

.canvas-section {
  padding: 100px 0px;
  margin: 0px;
}

/* Foreground content */
.canvas-inner {
  position: relative;
  z-index: 2;
}

/* Showcase image styling */
.canvas-showcase-img {
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.15);
  margin: 60px 0;
}
.canvas-showcase-img img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}
.canvas-showcase-img:hover img {
  transform: scale(1.03);
}

/* =================================== */
/* ========= canvas-section========*/
/* =================================== */

/* =================================== */
/* ========= contact-section========*/
/* =================================== */
.contact-section-parallax {
  position: relative;
  z-index: 1;
  padding: 40px 0px;
  background: #ffffff;
}

.contact-section-parallax .custom-container {
  position: relative;
  z-index: 2; /* keep content above overlay */
}

.contact-section {
  padding: 100px 0px;
  margin: 0px;
}

.contact-section-header {
  padding: 0px;
  margin: 0px 0px 50px 0px;
}

.social-sidebar {
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.social-sidebar a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #b7b7b7;
}

.social-sidebar a:hover {
  background: #c09c31;
  border: 1px solid #c09c31;
  color: #fff;
}

.form-input-line {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #c8c3ba;
  border-radius: 0;
  outline: none;
  padding: 14px 0;
  width: 100%;
  font-family: Montserrat;
  font-weight: 400;

  font-size: 20px;

  line-height: 20px;
  letter-spacing: 0%;
  color: #110f14bf;

  transition: border-color 0.3s;
}

.form-input-line:focus {
  border-bottom-color: var(--text);
}

.form-input-line::placeholder {
  color: var(--text-light);
}

.form-input-line.textarea {
  resize: none;
  min-height: 80px;
  display: block;
}

.contact-section-frm .btn-view-all {
  margin-top: 50px;
  border: none;
}

/* =================================== */
/* ========= contact-section========*/
/* =================================== */

/* Parallax footer section */
.footer-parallax {
  position: relative;
  padding: 100px 0px 0px;
  z-index: 1;
  background: #15161b;
}

/* Footer content styling */
.footer-section {
  padding: 100px 0px 0px;
  margin: 0;
  color: #fff;
}

/* Logo */
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  height: auto;
  max-width: 220px;
}

/* CTA */
.footer-cta h4 {
    font-family: "Abhaya Libre ExtraBold", serif;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
} 
.footer-cta p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #efefefbf;
  max-width: 60%;
}

/* Contact items */
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.fc-icon {
  min-width: 60px;  
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #15161b;
  transition: all 0.25s ease;
}
.fc-icon:hover {
  background: #c09c31;
  color: #fff;
}
.fc-text p {
  font-size: 24px;
  line-height: 34px;
  color: #efefefbf;
  font-family: "Montserrat", sans-serif;
}
.fc-text p a {
  color: #efefefbf;
  transition: color 0.25s ease;
}
.fc-text p a:hover {
  color: #c09c31;
}

/* Bottom bar */
.footer-bottm {
  border-top: 1px solid #f1f1f199;
  margin-top: 60px;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-nav ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.footer-nav ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #efefefbf;
  transition: color 0.2s ease;
}
.footer-nav ul li a:hover {
  color: #c09c31;
}
.footer-bottm p {
  font-size: 18px;
  color: #efefefbf;
  font-family: "Montserrat", sans-serif;
}
.footer-bottm p a {
  color: #efefefbf;
}
.footer-bottm p a:hover {
  color: #c09c31;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 100px;
  right: 20px;
  border-radius: 50%;
  background-color: #575d86;
  color: #ffffff;
  z-index: 999;
  width: 50px;
  text-align: center;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 25px;
  -webkit-transition: var(--transition);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top:hover {
  color: #ffffff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #000;
  border: 1px solid #000;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
  -webkit-animation: top-bottom 5s infinite linear;
  animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/
/*================================================
inner page - About
=================================================*/

/*================================================
inner page - About
=================================================*/

/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/

/***********AFTER DYNAMIC************/

.banner-section-inner {
    position: relative;
    height: 100%;
    min-height: 680px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.banner-section-taxonomy-inner {
    position: relative;
    min-height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-content h1 {
    font-family: Abhaya Libre ExtraBold;
    font-weight: 800;
    font-size: 75px;
    line-height: 85px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.3);
}

.about-icon img {
    width: 80px;
    height: 80px;
} 
 
.approach-step {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #E5E5E5;
    border-radius: 14px;
    padding: 56px;
} 

.approach-step .icon img {
    width: 80px;
    height: 80px;
    margin: 0 0 31px;
}  

.approach-step .content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.approach-step .content h3{
    font-family: Abhaya Libre Medium;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    padding: 0 0 16px;
}

.approach-step .content p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
}

.about-us-section-parallax {
    position: relative;
    z-index: 1;
    background-position: center center;
    padding: 20px 0px 30px;
    background: #ffffff;
}  

.approach-section-parallax {
    background-image: url(../images/collection-bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.vision-section-parallax { 
    position: relative;
    padding: 20px 0px;
    z-index: 1;
    background: #f8f5f4;
} 

.vision-section-parallax .about-text h6 {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Italic;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    border-left: 9px solid #434F27;
    margin: 20px 0 0 0;
    padding: 0 0 0 15px;
} 

.vision-section-parallax .about-text h3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    color: #434F27; 
} 

.about-us-section-parallax p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0;

}

.about-text p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0;
} 

p.color-text{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0;
}  

.vision-section-parallax p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0; 
}

.about-canvas-section-parallax {
    position: relative;
    z-index: 1;
    background: #15161b;
}  

.about-canvas-section-parallax .cmn-tittle,.about-canvas-section-parallax .cmn-text{
    color: #FFFFFF;
}

.about-exquisite-section-parallax { 
    position: relative;
    z-index: 1;
    background-position: center center;
    padding: 100px 0px 100px;
    background: #ffffff;
}

.about-exquisite-section-parallax p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 40px;
    letter-spacing: 0;
} 

.single-step .number {
    font-family: Abhaya Libre ExtraBold;
    font-weight: 800;
    font-size: 64px;
    line-height: 70px;
    letter-spacing: 0;
    text-transform: uppercase;
} 
.single-step h4 {
    font-family: Abhaya Libre Medium;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    padding: 0 0 7px;
}
.single-step p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
}  
.single-step {
    display: flex;
    gap: 36px;
    padding: 0 0 33px;
} 
.inner-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.inner-content p{
    font-family: Poppins;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color:#FFFFFF;
}

.inner-content .btn-explore {
    border: 1.5px solid #FFFFFF;
    color: #FFFFFF; 
}

.approach-section-parallax .cmn-text {
    font-size: 24px;
    line-height: 30px;
    margin: 0px 0px 50px 0px;
} 

.collection-page-header h2 {
    font-family: Abhaya Libre ExtraBold;
    font-weight: 800;
    font-size: 64px;
    line-height: 100px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #312926;
    padding: 0 0 20px;
}

.collection-page-header p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 50px;
    text-align: center;
    color: #110F14BF;
} 

.collection-box {
    margin: 0 0 36px;
    padding: 5px;
} 

.collection-box .thamble img {
    height: auto;
    overflow: hidden;
    width: 100%;
} 

.collection-box .text {
    padding: 22px 38px;
} 

.collection-box .text h3{
    font-family: Abhaya Libre Medium;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0; 
    padding: 0 0 15px;
}  

.collection-box .text p{
    font-family: Montserrat;
    font-weight: 400; 
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 33px;
} 

.collection-box .text a.link-explore{ 
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #434F27; 
    padding: 0 0 33px;
}  

.product-box {
    margin: 0 0 20px;
    padding: 5px;
    border-radius: 14px;
}

.product-box .thamble img {
    max-height: 300px;
    height: 300px;
    overflow: hidden; 
    border-radius: 7px;
    object-fit: contain;
    object-position: center;
    display: flex;
    justify-content: center;
    margin: 0 auto; 
} 

.product-box .text {
    padding: 22px 38px;
    text-align: center;
} 

.product-box .text p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #110F14BF; 
}

.product-box .text h3{
    font-family: Abhaya Libre Medium;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    padding: 0 0 15px;
}   

/************PRODUCT PAGE*****************/

/* Page Layout */
.product-page {
    max-width: 1100px;
    margin: 50px auto;
    background: #fff;
    display: flex;
    padding: 30px;
    border-radius: 10px;
    gap: 40px;
}
 
/* Product Image */
.product-image {
    width: 45%;
}
 
.product-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
 
/* Product Details */
.product-details {
    width: 55%;
}
 
.product-title {
    font-family: Abhaya Libre Medium;
    font-size: 32px;
    margin-bottom: 10px;
} 
 
/* Rating */
.rating {
    color: #f39c12;
    margin-bottom: 15px;
}
 
.rating span {
    color: #777;
    font-size: 14px;
}
 
/* Price */
.price {
    font-size: 28px;
    color: #2ecc71;
    margin-bottom: 20px;
    font-family: Abhaya Libre Medium;
}
 
.price span {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
 
/* Description */
.description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}
 
 
/* Button */
.get-a-quote {
    background: #000;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    margin: 40px 0; 
}
 
.get-a-quote:hover {
    background: #ff6a00;
}
 
.contact-information .email {
    display: flex;
    gap: 55px;
    padding: 45px 0 45px;
    margin: 0 45px 0 0;
    border-bottom: 1px dashed #D9B2A9;
}  

.contact-information .email h6, .contact-information .hours h6 {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 0 0 9px;
    color: #606566;
} 

.contact-information .email h4, .contact-information .hours h4{
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #606566; 
}

.contact-information .hours {
    display: flex;
    gap: 55px;
    padding: 45px 0 45px;
    margin: 0 45px 0 0; 
    border-bottom: 1px dashed #D9B2A9;
}  
.contact-information .contact-text p{
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px; 
    line-height: 100%;
    letter-spacing: 0;
}

.contact-form {
    border: 1px solid #FFFFFF;
    border-radius:30px;
    box-shadow: 0px 0px 5px 2px #0000000D;
    padding: 37px 74px;
} 

.contact-form h5{
    font-family: Abhaya Libre Medium;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    color:#110F14; 
    padding: 0 0 51px;
}

form label {
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #606566;
    padding: 17px 0;
} 

.form-control { 
    font-size: 20px !important;
    line-height: 100% !important;
    padding: 22px !important;
    color: #606566 !important;
    background-color: #D9D9D9 !important;
} 

.form-control placeholder{
    font-family: Roboto;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 100% !important;
    letter-spacing: 0; 
    color: #606566 !important;  
} 

.modal-dialog {
    max-width: 650px !important; 
} 

/*****ACCORDION*********************/

.accordion {
    max-width: 600px;
    margin: 0 auto;
}

.accordion-item {
    border-radius: 10px !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    background: white;
}

.accordion-header {
    background: #202020;
    color: #ffffff;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.9s ease;
    user-select: none;
}

.accordion-header:hover {
    background: #202020;
    transform: translateY(-2px);
}

.accordion-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: white;
    transition: all 0.8s ease;
    backdrop-filter: blur(10px);
}

.accordion-icon:hover {
    background: rgba(255,255,255,0.3);
    transform: scale(1.1);
}

.accordion-icon.active {
    background: #48bb78;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #f8fafc;
    transition: all 0.4s ease;
}

.accordion-content .content{
    padding: 15px; 
}

.accordion-content.active {
    max-height: 500px;
} 

.accordion-text {
    line-height: 1.6;
    color: #4a5568;
}
        

.product-gallery-section-parallax {
    position: relative;
    z-index: 1;
    background: #f8f5f4;
    padding: 50px 0;
} 

.gallery-header {
    padding: 0 0 30px;
} 

.gallery-box {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    transition: all 300ms ease-in-out;
    top: 0px;
    margin-bottom: 0px;
    height: 450px;
    box-shadow: 0px 0px 22.6px 0px #00000026;
}

.product-gallery-section{
    padding: 0 0 100px;
}
.gallery-header .cmn-tittle{
    text-align:center; 
}

.img-fluid { 
    cursor: pointer !important;
}  

.collection-page-header h2 span{
    color: #623727; 
}

/* ===== FILTER TABS ===== */
.filter-tabs {
    margin: 30px auto;
    text-align: center;
    border-radius: 10px;
    padding: 6px 6px;
    width: fit-content;
} 

.filter-tabs button {
    font-family: Abhaya Libre Medium;
    background: #e9e9e9;
    border: none;
    padding: 10px 20px;
    margin: 5px 10px;
    cursor: pointer;
    border-radius: 28px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    color: #110f14b0;
    transition: all .3s ease;
} 

.filter-tabs button.active, .filter-tabs button:hover {
    background: #000000;
    color: #ffffff;
} 

/* ===== PRODUCTS ===== */
.product-item {
    transition: all .3s ease;
}

.product-item.hidden {
    display: none;
}   

p.form-product-title {
    font-size: 20px;
    color: #616667;
} 

.modal-title { 
    font-family: Abhaya Libre Medium;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    color: #110F14;
    padding: 0 0 11px;
} 

.client-carousel .owl-item:nth-child(2) .item .services-box, .client-carousel .owl-item:nth-child(4) .item .services-box, .client-carousel .owl-item:nth-child(6) .item .services-box, .client-carousel .owl-item:nth-child(8) .item .services-box, .client-carousel .owl-item:nth-child(10) .item .services-box, .client-carousel .owl-item:nth-child(12) .item .services-box {
    margin-top: 60px;
}  

.img-fluid.portfokio-lightbox {
    margin: 0 0 20px;
} 

.item.pro-carousel{
    padding: 20px 0;
    margin: 20px 0;
}


.owl-carousel.product-image-carousel .owl-nav{
    margin: 20px 0 20px !important;
    display: flex !important;
	justify-content: space-between;
}

.product-image .owl-nav img {
    border-radius: 35px;
}



.client-carousel .owl-nav {
    margin: 40px 0 20px !important;
    display: flex !important;
	justify-content: space-between;
}


.product-image-carousel {
    position: relative;
}

.product-image-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0;
    margin: 0 auto;
    pointer-events: none;
    z-index: 10;
}

.product-image-carousel .owl-nav button {
    position: relative;
    pointer-events: all;
    background: rgba(0,0,0,0.5) !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    transition: all 0.3s ease;
}

.product-image-carousel .owl-nav button:hover {
    background: rgba(0,0,0,0.8) !important;
}

.product-image-carousel .owl-nav button img {
    width: 50px;
    height: 50px;
    object-fit: contain;
} 

/* Position LEFT button */
.product-image-carousel .owl-prev {
    position: absolute;
    left: -30px;
    transform: translateY(-50%);
}

/* Position RIGHT button */
.product-image-carousel .owl-next {
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .product-image-carousel .owl-prev {
        left: 10px;
    }
    .product-image-carousel .owl-next {
        right: 10px;
    }
	
  .owl-carousel.product-image-carousel .owl-nav{
    margin: 0 !important;
  }
}


.client-carousel {
    position: relative;
}

.client-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0;
    margin: 0 auto;
    pointer-events: none;
    z-index: 10;
}

.client-carousel .owl-nav button {
    position: relative;
    pointer-events: all;
    background: rgba(0,0,0,0.5) !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    transition: all 0.3s ease;
}

.client-carousel .owl-nav button:hover {
    background: rgba(0,0,0,0.8) !important;
}

.client-carousel .owl-nav button img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

/* Position LEFT button */
.client-carousel .owl-prev {
    position: absolute;
    left: -30px;
    transform: translateY(-50%);
}

/* Position RIGHT button */
.client-carousel .owl-next {
    position: absolute;
    right: -20px;
    transform: translateY(-50%);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .client-carousel .owl-prev {
        left: 10px;
    }
    .client-carousel .owl-next {
        right: 10px;
    }
	
.client-carousel .owl-nav {
    margin: 0 !important;
 }
}
.color-picker {
    display: flex;
    gap: 10px;
    margin: 0 0 30px;
    flex-wrap: wrap;
}

.product-color h5 {
    font-size: 30px;
    margin: 0 0 20px;
}

.product-color .single-color-picker {
    border: 1px solid #0e0202;
}

.product-box .color-picker {
	justify-content: center;
	align-items: center;
}

.product-box .single-color-picker {
    border: 1px solid #0e0202;
}
