
  
  :root {
  --black: #0a0a0a;
  --dark: #111;
  --gold: #d4af37;
  --gold-soft: rgba(212,175,55,0.35);
  --text: #f3f3f3;
  --muted: #b7b7b7;
}


body{
    font-family: "Libre Baskerville", serif;
    font-weight: 100;
}
  /* NAVBAR */
 
.navbar {
  background: #000;
  height: 80px;
  padding: 0 20px;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* DESKTOP MENU (FIXED ALIGNMENT) */
.desktop-menu {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.desktop-menu .nav-item {
  list-style: none;
}

.desktop-menu .nav-link {
  color: #f1f1f1 !important;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
  padding: 0 !important;
  line-height: normal !important;
}

/* Hover underline */
.desktop-menu .nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f3c623d0;
  transition: width 0.3s ease;
}

.desktop-menu .nav-link:hover::after {
  width: 100%;
}


/* BRAND AREA */
.brand-area {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  height: 60px;
  width: auto;
  margin-right: 12px;
}

.brand-text {
    padding-top: 8px;
  font-family: "Lexend Peta", sans-serif;
  display: flex;
  flex-direction: column;
  line-height: 18px;
}

.brand-title {
    padding-top: 4px;
     font-size: 30px; /* 26px*/
  /* font-weight: 300; */
  color:#debf5b;;
  letter-spacing: 1px;
}

.brand-subtitle {
  font-size: 13px;
  color: #fff9eb;
  margin-top: 1px;/* -2px*/
}

/* MOBILE MENU ICON */
.menu-icon {
  font-size: 25px; /* 35px*/
  color: #d8a114;
  cursor: pointer;
  display: none;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}


/* FORCE MOBILE HIDE — IMPORTANT FIX */
@media (max-width: 1000px) {
  .desktop-menu {
    display: none !important;
  }
  .menu-icon {
    display: block !important;
  }
  .brand-title {
    padding-top: 4px;
   font-size: 20px; /* 26px*/
  /* font-weight: 700; */
  color: #f8db7d;
  letter-spacing: 1px;
}

.brand-subtitle {
  font-size: 8px;
  color: #fff9eb;
  margin-top: 0px;/* -2px*/
}


}

/* SIDE MENU (Mobile Drawer) */
.side-menu {
  height: 100%;
  width: 260px;
  position: fixed;
  top: 0;
  right: 0;
  background: #000000;
  overflow-y: auto;
  padding-top: 80px;
  z-index: 999999;
  
  /* OLD: width transition → REMOVE */
  /* transition: 0.4s ease; */

  /* NEW SMOOTH ANIMATION */
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.22, 0.9, 0.36, 1);
}

/* When opened */
.side-menu.open {
  transform: translateX(0);
}


/* Side menu links */
.side-menu a {
  padding: 15px 30px;
  font-size: 20px;
  color: #fff;
  display: block;
  text-decoration: none;
}

.side-menu a:hover {
  /* background: #0b740f; */
  color: #e1b532;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 35px;
  color: white;
  cursor: pointer;
  z-index: 1000000;
}

 
/*  Hero Section */
.service-hero {
  position: relative;
  height: 70vh;
  background-color: black ;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 20px;
}

.service-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.service-hero-content {
  position: relative;
  z-index: 5;
  max-width: 700px;
}

.service-hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-hero-content p {
  font-size: 1.2rem;
  margin-bottom: 25px;
}

.service-btn {
  padding: 12px 25px;
  background: #eacd4d;
  color: white;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}
/* ---------- Hero ---------- */
.service-hero{
  background: linear-gradient(rgba(0, 0, 0, 0.458), rgba(0, 0, 0, 0.75)),;
              /* url('/static/img/a.jpg') center/cover no-repeat; */
  color: #ffffff;
  padding: 100px 20px;
  height: 400px;
}

.category-header{
  border-color: #b8961f;
  border-width: 3px;
}


.service-btn:hover {
  background: #f1c500;
}

/* Mobile Responsive */

@media (max-width: 1000px) {
  .service-hero {
    height:350px;
    padding: 15px;
  }
  .service-hero-content h1 {
    font-size: 2rem;
  }

  .service-hero-content p {
    font-size: 1rem;
  }
}

.service-img {
  width: 90px;
  height: auto;
  margin-bottom: 20px;
}


/* ------------ mission vission core values ------------- */
.section{
  padding:50px 20px;
  max-width:900px;
  margin:auto;
  border-bottom:1px solid rgba(255,255,255,0.05);
}

.section h2{
  font-family:"Playfair Display", serif;
  font-size:20px;
  color:var(--gold);
  margin-bottom:12px;
}

.label{
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:2px;
  font-weight:600;
  color:var(--muted);
  margin-bottom:6px;
  display:block;
}

p{
    color: #b7b7b7;
  font-size:14px;
  margin-bottom:16px;
}

/* Signature */
.signature{
  margin-top:25px;
  border-left:3px solid var(--gold);
  padding-left:14px;
}
.signature strong{
  font-size:18px;
  color:var(--gold);
}
.signature span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:14px;
}

/* why choose us box */

.why-choose-us {
  margin-top: 130px;
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.con {
  display: flex;
  width: 85%;
  background:  linear-gradient(to right, #0c0c0c, #0e0e0e);
  color: #d1ab2c;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.left-image {
  flex: 1;
}
.left-image img {
  width: 70%;
  height: 100%;
  object-fit: cover;
}
/* Mobile view (below 900px) — hide image */
@media (max-width: 1000px) {
  .left-image {
    display: none;
  }
}

/* Desktop view (above 900px) — show image */
@media (min-width: 901px) {
  .left-image {
    display: block;
  }
}
.right-content {
  flex: 1;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color:#d1ab2c;
}

.scroll-box {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 10px;
}

.scroll-box::-webkit-scrollbar {
  width: 8px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background-color: #d1ab2c;
  border-radius: 10px;
}

.point {
  margin-bottom: 25px;
}
.point h4 {
  color: #d1ab2c;
  margin-bottom: 5px;
}
.point p {
  color: #fff;
  opacity: 0.9;
  line-height: 1.5;
}

.final-line {
  margin-top: 20px;
  font-weight: 500;
  font-style: italic;
  /* color: #ffe4e4; */
}

@media (max-width: 900px) {
  .con {
    flex-direction: column;
  }
  /* .left-image img {
    height: 290px;
  } */
}


/* footer */
.footer a:hover {
  color: #D1AB2C;
  text-decoration: underline;
}

.footer p, .footer li {
  font-size: 12px;
  line-height: 1.6;
}
.footer{
  margin-top: 50px;
  background-color: #000000;
}


/* Background Image Section */
.about-section {
  position: relative;
  padding: 120px 0;
  background-image: url("/static/img/ab7.jpg"); /* <-- change if needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Dark overlay */
.about-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}

/* Content Box */
.about-content {
  position: relative;
  width: 70%;
  color: white;
  padding-left: 40px;              /* space for left stripe */
  box-sizing: border-box;
  z-index: 1;

  /* smooth start */
  opacity: 0;
  transform: translateY(35px);
  filter: blur(4px);

  transition:
    opacity 0.9s ease-out,
    transform 0.9s cubic-bezier(.21,.67,.2,1),
    filter 0.9s ease-out;
}

/* Left gradient border as pseudo element (grows smoothly) */
.about-content::before{
  content: "";
  position: absolute;
  left: 14px;                      /* visible left offset */
  top: 18px;
  bottom: 18px;
  width: 4px;                      /* start thin */
  border-radius: 4px;
  background: linear-gradient(180deg, #ecb40d, #f5d668);
  transition: width 0.9s cubic-bezier(.21,.67,.2,1);
  z-index: -1;
}

/* Show state (when scrolled into view) */
.about-content.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* broaden the left stripe */
.about-content.show::before {
  width: 10px; /* grows to this */
}

/* Heading & paragraph */
.about-content h2 {
  font-size: 42px;
  margin: 0 0 12px 0;
  font-family: 'Lexend Peta', sans-serif;
  color: #fff;
}

.about-content p {
  font-size: 19px;
  line-height: 1.85;
  margin: 0;
}

/* WORD styling (each word animated individually) */
.about-content .word {
  display: inline-block;
  white-space: pre; /* keep spaces */
  opacity: 0;
  transform: translateY(10px);
  transition: transform 0.6s cubic-bezier(.21,.67,.2,1), opacity 0.6s ease-out;
}

/* When parent is shown, words animate in (delays set via JS) */
.about-content.show .word {
  opacity: 1;
  transform: translateY(0);
}

/* Responsiveness */
@media (max-width: 992px) {
  .about-content { width: 85%; padding-left: 28px; }
  .about-content::before { left: 10px; }
  .about-content.show::before { width: 8px; }
  .about-content h2 { font-size: 34px; }
  .about-content p { font-size: 17px; }
}

@media (max-width: 600px) {
  .about-section { padding: 80px 0; }
  .about-content { width: 92%; padding-left: 24px; }
  .about-content::before { left: 8px; top: 12px; bottom: 12px; }
  .about-content.show::before { width: 7px; }
  .about-content h2 { font-size: 28px; }
  .about-content p { font-size: 16px; line-height: 1.7; }
}

/* Accessibility: reduce motion */
@media (prefers-reduced-motion: reduce) {
  .about-content,
  .about-content::before,
  .about-content .word {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
}
