/* ================================
   Mission Statement - Brand Luxury
================================ */

@font-face {
  font-family: "Broadacre";
  src: url("../fonts1/Broadacre-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Broadacre";
  src: url("../fonts1/Broadacre-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Broadacre";
  src: url("../fonts1/Broadacre-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Broadacre";
  src: url("../fonts1/Broadacre-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}




.mission-section{
  background-color: #916349;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}

/* subtle luxury overlay */
.mission-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.06), transparent 40%),
    radial-gradient(circle at 70% 80%, rgba(0,0,0,0.12), transparent 45%);
  pointer-events:none;
}

/* Subtitle */
.mission-subtitle{
  font-size:14px;
  letter-spacing:6px;
  text-transform:uppercase;
  color:rgba(255,255,255,0.85);
  display:inline-block;
  margin-bottom:20px;
}

/* Main Heading */
.mission-title{






  color:#ffffff;


}

/* decorative underline */
.mission-title::after{
  content:"";
  display:block;
  width:70px;
  height:2px;
  background:rgba(255,255,255,0.6);
  margin:18px auto 0;
}

/* Quote Text */
.mission-quote{
  font-family:' Cormorant Garamond', serif;
  font-size:24px;
  line-height:1.9;
  max-width:820px;
  margin:0 auto 50px;
  color:rgba(255,255,255,0.95);
  font-weight:400;
  position:relative;
  padding:0 30px;
}

/* decorative quote marks */
.mission-quote::before{
  content:"“";
  position:absolute;
  left:-10px;
  top:-20px;
  font-size:70px;
  color:rgba(255,255,255,0.2);
  font-family:' Cormorant Garamond', serif;
}

.mission-quote::after{
  content:"”";
  position:absolute;
  right:-10px;
  bottom:-20px;
  font-size:70px;
  color:rgba(255,255,255,0.2);
  font-family:' Cormorant Garamond', serif;
}

/* Button */
.mission-section .btn-mission{
  font-family:' Cormorant Garamond', serif;
  background:transparent;
  border:1px solid rgba(255,255,255,0.7);
  color:#ffffff;
  padding:14px 34px;
  border-radius:0;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:14px;
  transition:all .35s ease;
}

/* Hover */
.mission-section .btn-mission:hover{
  background:#ffffff;
  color:#996D54;
  border-color:#ffffff;
}

/* Responsive */
@media(max-width:768px){

  .mission-title{
    font-size:20px;
  }

  .mission-quote{
    font-size:14px;
    line-height:1.7;
  }

  .mission-quote::before,
  .mission-quote::after{
    display:none;
  }
}














/* Button */
.btn-mission {
  font-family: ' Cormorant Garamond', serif;
  background: transparent;
  border: 1px solid #996D54;
  color: #996D54;
  padding: 14px 32px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  transition: all 0.3s ease;
}
/* Button Hover */
.btn-mission:hover {
  background: #996D54;
  color: #ffffff;
  text-decoration: none;
}
/* =========================================
   MAX PREMIUM VIDEO HERO (Cinematic / Luxury)
   Works on desktop + mobile (iOS friendly)
========================================= */
/* ===============================
   HERO VIDEO (Premium Fit System)
   - BG video: cover + blur (fills)
   - Main video: contain (no crop)
================================ */



/* Main video (shows the whole frame) */
.hero-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;          /* ✅ Desktop: fill, no side bars */
  object-position: center;    /* adjust if needed */

  z-index: 1;
  background: transparent;
}

/* Overlay to unify tone / luxury feel */
.video-overlay{
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(70% 60% at 50% 40%, rgb(0, 0, 0) 0%, rgba(127, 76, 39, 0.361) 0%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(250, 250, 250, 0) 35%, rgba(0, 0, 0, 0) 100%);
}

@media (max-width: 768px){

  .video-hero{
    background: #ddbfa4; /* same beige tone as your video */
  }

  .hero-video{
    object-fit: contain;   
    object-position: center;
    background: transparent;
  }

  .hero-video-bg{
    display: none; /* remove blur layer on mobile */
  }

  .video-overlay{
    background:
      radial-gradient(
        70% 60% at 50% 40%,
        rgba(139, 94, 60, 0.342) 0%,
        rgba(139, 94, 60, 0.25) 100%
      );
  }

}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .hero-video-bg, .hero-video{ animation: none; }
}


/* ================================
   QID Story Section (Luxury Brand)
================================ */

.qid-story-section{
  background: #f5f3ef; /* same luxury beige as mission */
  padding: 110px 0;
}

.qid-story-head{
  margin-bottom: 40px;
}

.qid-story-subtitle{
  font-family: ' Cormorant Garamond', serif;
  font-size: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #996D54;
  display: inline-block;
  margin-bottom: 18px;
}

.qid-story-title{
  font-family: ' Cormorant Garamond', serif;
  font-size: 42px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #996D54;
  font-weight: 500;
  margin: 0;
}

/* Card / content block */
.qid-story-card{
  background: rgba(139, 94, 60, 0.06);
  border-left: 4px solid #996D54;
  padding: 38px 40px;
  max-width: 980px;
  margin: 0 auto;
}

.qid-story-card p{
  font-family: ' Cormorant Garamond', serif;
  color: rgba(139, 94, 60, 0.95);
  font-size: 18px;
  line-height: 1.95;
  margin-bottom: 22px;
  font-weight: 400;
}

/* Optional: make the “2014 / 2025” pop slightly */
.qid-story-card p strong{
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 768px){
  .qid-story-section{
    padding: 80px 0;
  }

  .qid-story-title{
    font-size: 30px;
  }

  .qid-story-card{
    padding: 26px 22px;
    border-left-width: 3px;
  }

  .qid-story-card p{
    font-size: 16px;
    line-height: 1.85;
  }
}



/* ==================================
   Services Section (QID Luxury Style)
================================== */

/* ==================================
   Services Section (QID Luxury Style)
================================== */

.services-qid-section{
  background: #f5f3ef;
}

/* Create the gap between the two columns safely */


Optional overlay for luxury depth */


/* Content block */
.services-content{
  height: 100%;
  background: #f5f3ef;

  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Heading */


.services-subtitle{
  font-family: ' Cormorant Garamond', serif;
  font-size: 24px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #996D54;
  display: inline-block;
  margin-bottom: 18px;
}

.services-title{
  font-family: ' Cormorant Garamond', serif;
  font-size: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #996D54;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0;
}

/* List */
.services-list{
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.services-list li{
  font-family: ' Cormorant Garamond', serif;
  color: rgba(139,94,60,0.95);
  font-size: 18px;
  line-height: 2.0;
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

/* Bullet */
.services-bullet{
  width: 12px;
  height: 12px;
  border: 2px solid #996D54;
  border-radius: 50%;
  margin-top: 10px;
  flex: 0 0 12px;
}

/* Responsive */
@media (max-width: 768px){
  .services-qid-section{
    padding: 80px 0;
  }

  .services-img{
    min-height: 280px;
    margin-bottom: 18px;
  }

  .services-content{
    padding: 34px 22px;
  }

  .services-title{
    font-size: 28px;
  }

  .services-list li{
    font-size: 16px;
    line-height: 1.85;
  }
}


/* ==========================
   Navbar Brand (QID Luxury)
========================== */

.qid-brand{
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

/* Main brand word */
.qid-brand-main{
  font-family: ' Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: 5px;
  font-size: 22px;
  text-transform: uppercase;
  color: #996D54 !important; /* company profile brown */
}

/* Small subtitle */
.qid-brand-sub{
  font-family: ' Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: 3px;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(139, 94, 60, 0.75);
  margin-top: 4px;
}

/* If navbar becomes dark, ensure brand stays visible */
.ftco-navbar-light .navbar-brand.qid-brand:hover .qid-brand-main{
  color: #a8764d !important;
}

/* Mobile sizing */
@media (max-width: 768px){
  .qid-brand-main{
    font-size: 18px;
    letter-spacing: 4px;
  }
  .qid-brand-sub{
    font-size: 9px;
    letter-spacing: 2px;
  }
}
#ftco-navbar .nav-link{
  font-family: ' Cormorant Garamond', serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  color: rgba(255,255,255,0.85) !important;
}

#ftco-navbar .nav-link{
  color: #7d5232 !important;
}

/* ===============================
   QID Hero Button (Luxury Style)
================================ */

.qid-btn{
  position: relative;
  display: inline-block;
  padding: 14px 34px;
  font-family: ' Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #996D54;
  background: transparent;
  transition: all 0.35s ease;
  overflow: hidden;
}

/* Brown fill animation */
.qid-btn::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #996D54;
  z-index: -1;
  transition: height 0.35s ease;
}

.qid-btn:hover::before{
  height: 100%;
}

.qid-btn:hover{
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 4px;
}

/* Small animated underline accent */
.qid-btn-line{
  display: block;
  width: 0;
  height: 1px;
  background: #ffffff;
  margin-top: 6px;
  transition: width 0.35s ease;
}

.qid-btn:hover .qid-btn-line{
  width: 100%;
}

/* Mobile */
@media (max-width: 768px){
  .qid-btn{
    font-size: 12px;
    padding: 12px 24px;
  }
}


/* =========================================
   QID Services Cards (Luxury / Profile Style)
========================================= */

.qid-services-cards{
  background: #EBE2DD; /* luxury beige */
  padding: 110px 0;
}

/* Section header */
.qid-subtitle{
  font-family: ' Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #996D54;
  display: inline-block;
  margin-bottom: 16px;
}

.qid-title{
  font-family: "Broadacre", serif;
  font-weight: 100 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
}
/* Card */
.qid-card{
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(139,94,60,0.12);
  padding: 46px 34px;
  border-radius: 4px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.04);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  position: relative;
  overflow: hidden;
}

/* subtle top accent line */
.qid-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(139,94,60,0.55);
  transform: scaleX(0.25);
  transform-origin: left;
  transition: transform .35s ease;
}

.qid-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.08);
  border-color: rgba(139,94,60,0.22);
}

.qid-card:hover::before{
  transform: scaleX(1);
}

/* Icon */
.qid-icon{
  width: 62px;
  height: 62px;
  border: 1px solid rgba(139,94,60,0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 22px;
  background: rgba(139,94,60,0.06);
}

.qid-icon span{
  font-size: 26px;
  color: #996D54;
}

/* Text */
.qid-heading{
  font-family: ' Cormorant Garamond', serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #996D54;
  margin-bottom: 14px;
  line-height: 1.35;
}

.qid-text{
  color: rgba(60,40,25,0.78);
  font-size: 15.5px;
  line-height: 1.9;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px){
  .qid-services-cards{ padding: 80px 0; }
  .qid-title{ font-size: 28px; }
  .qid-card{ padding: 34px 22px; }
}



/* =========================================
   QID Mini Services (3 Cards) — Profile Look
========================================= */

.qid-services-mini{
  background: #f5f3ef; /* luxury beige */
  padding: 90px 0;
}

/* Card styling without breaking the template */
.qid-mini-card{
  background: #ffffff;
  border: 1px solid rgba(139,94,60,0.14);
  border-radius: 4px;
  padding: 42px 28px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.04);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  position: relative;
  overflow: hidden;
}

/* top accent line */
.qid-mini-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: rgba(139,94,60,0.65);
  transform: scaleX(0.25);
  transform-origin: left;
  transition: transform .35s ease;
}

.qid-mini-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.08);
  border-color: rgba(139,94,60,0.25);
}

.qid-mini-card:hover::before{
  transform: scaleX(1);
}

/* Icon circle */
.qid-mini-icon{
  width: 72px;
  height: 72px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(139,94,60,0.35);
  background: rgba(139,94,60,0.07);
}

.qid-mini-icon span{
  font-size: 28px;
  color: #996D54;
}

/* Headings + text */
.qid-mini-heading{
  font-family: ' Cormorant Garamond', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #996D54;
  font-size: 16px;
  margin-bottom: 14px;
}

.qid-mini-text{
  color: rgba(60,40,25,0.78);
  font-size: 15.5px;
  line-height: 1.9;
  margin-bottom: 0;
}

/* Mobile */
@media (max-width: 768px){
  .qid-services-mini{
    padding: 70px 0;
  }
  .qid-mini-card{
    padding: 34px 22px;
  }
  .qid-mini-heading{
    font-size: 15px;
  }
  .qid-mini-text{
    font-size: 15px;
  }
}


/* ==============================
   QID Typography & Color Override
   (NO layout changes)
============================== */

/* Section background */
.ftco-services{
  background-color: #EBE2DD !important; /* luxury beige */
}

/* Icon color only */
.ftco-services .icon span{
  color: #996D54 !important;
}

/* Headings */
.ftco-services .heading{
  font-family: ' Cormorant Garamond', serif !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #996D54 !important;
}

/* Paragraph text */
.ftco-services p{
  font-family: 'Roboto', sans-serif;
  color: rgba(60,40,25,0.80) !important;
}


.home-slider { display:block; }
.home-slider .slider-item { display:none; }
.home-slider .slider-item:first-child { display:block; } /* show first slide quickly */
.home-slider.owl-loaded .slider-item { display:block; }  /* once owl ready, show all */



.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.home-slider .owl-nav button {
  pointer-events: all;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.45) !important;
  background: rgba(0,0,0,.25) !important;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-slider .owl-nav .owl-prev { position: absolute; left: 20px; }
.home-slider .owl-nav .owl-next { position: absolute; right: 20px; }

.home-slider .owl-dots {
  position: absolute;
  bottom: 24px;
  width: 100%;
  text-align: center;
}

.home-slider .owl-dot span {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255,255,255,.6);
  background: transparent;
}
.home-slider .owl-dot.active span {
  background: rgba(255,255,255,.85);
}




.carousel-item,
.slider-item {
  height: 100vh;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}


.carousel-control-prev,
.carousel-control-next {
  width: 60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev-icon::after {
  content: "‹";
  font-size: 26px;
  color: #fff;
}

.carousel-control-next-icon::after {
  content: "›";
  font-size: 26px;
  color: #fff;
}



/* HERO TEXT STYLE */
.carousel-item h3 {
  font-family: ' Cormorant Garamond', serif !important;
  font-weight: 600;
  font-size: 52px;
  letter-spacing: 1px;
  color: #996D54 !important;
  line-height: 1.2;
}

.carousel-item p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 600px;
}

/* Keep content vertically centered */
.slider-text {
  height: 100vh;
}


.qid-btn {
  position: relative;
  display: inline-block;
  padding: 14px 34px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.6);
  background: transparent;
  transition: all .4s ease;
}

.qid-btn:hover {
  background: #996D54 !important;
;
  color: #fff;
  text-decoration: none;
}

.qid-btn-line {
  display: block;
  height: 1px;
  width: 0;
  background: #fff;
  margin-top: 6px;
  transition: width .4s ease;
}




.carousel-control-prev,
.carousel-control-next {
  width: 80px;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.carousel-control-prev-icon::after {
  content: "‹";
  font-size: 28px;
  color: #fff;
}

.carousel-control-next-icon::after {
  content: "›";
  font-size: 28px;
  color: #fff;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  background: #fff;
  border-color: #fff;
}

.carousel-control-prev:hover .carousel-control-prev-icon::after,
.carousel-control-next:hover .carousel-control-next-icon::after {
  color: #111;
}


/* Services Icon Background */
.block-6 .icon {
  background-color: #414042 !important;
  border-radius: 50%;        /* keeps it circular */
  width: 80px;
  height: 80px;
}

/* Optional: make icon symbol white for contrast */
.block-6 .icon span {
  color: #ffffff !important;
  font-size: 32px;
}


/* Keep CTA button fixed at the bottom of each project card */
.qid-project-cta .qid-card{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.qid-project-cta .qid-card .btn{
  margin-top: auto;     /* pushes button to bottom */
  align-self: center;   /* keeps it centered */
}



/* ================================
   QID Story Section
   Matching Services Section Style
================================ */

.qid-story-section{
  background: #f5f3ef;
  padding: 110px 0;
}

.qid-story-row{
  align-items: stretch;
}

/* Text side */
.qid-story-content{
  height: 100%;
  background: #f5f3ef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
}

/* heading style aligned with services */
.qid-story-head{
  margin-bottom: 30px;
}

.qid-story-title{
  font-family: ' Cormorant Garamond', serif;
  font-size: 42px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #996D54;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0;
}

/* text card */
.qid-story-card{
  background: rgba(139, 94, 60, 0.06);
  border-left: 3px solid #996D54;
  padding: 34px 30px;
}

.qid-story-card p{
  font-family: 'Roboto', sans-serif;
  color: rgba(60,40,25,0.82);
  font-size: 18px;
  line-height: 2;
  margin-bottom: 24px;
}

.qid-story-card p strong{
  font-family: ' Cormorant Garamond', serif;
  color: #996D54;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Image side */
.qid-story-image{
  position: relative;
  width: 100%;
  min-height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.qid-story-image-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.12), rgba(0,0,0,0.03));
}

/* Responsive */
@media (max-width: 768px){
  .qid-story-section{
    padding: 80px 0;
  }

  .qid-story-content{
    padding-right: 0;
    margin-bottom: 18px;
  }

  .qid-story-title{
    font-size: 28px;
  }

  .qid-story-card{
    padding: 24px 20px;
  }

  .qid-story-card p{
    font-size: 16px;
    line-height: 1.85;
  }

  .qid-story-image{
    min-height: 280px;
  }
}

.qid-story-section{
  background: #f5f3ef;
  padding: 110px 0;
}

.qid-story-row{
  align-items: stretch;
}

.qid-story-content{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qid-story-card{
  background: rgba(139,94,60,0.06);
  border-left: 3px solid #996D54;
  padding: 34px 30px;
}

.qid-story-card p{
  font-family: 'Roboto', sans-serif;
  color: rgba(60,40,25,0.82);
  font-size: 18px;
  line-height: 2;
}

.qid-story-image{
  position: relative;
  width: 100%;
  min-height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.qid-story-image-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.12), rgba(0,0,0,0.03));
}




/* ==================================
   QID Story inside original template structure
================================== */

.qid-about-section{
  background: #f5f3ef;
}

.qid-about-image{
  min-height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.qid-about-wrap{
  background: #f5f3ef;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qid-heading-line .subheading.qid-about-subheading{
  font-family: ' Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #996D54;
}

.qid-about-title{
  font-family: ' Cormorant Garamond', serif;
  font-size: 42px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #996D54;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

.qid-about-text p{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 2;
  color: rgba(60,40,25,0.82);
  margin-bottom: 22px;
}

.qid-about-text p strong{
  font-family: ' Cormorant Garamond', serif;
  color: #996D54;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* optional: soften the default line style from template */
.qid-heading-line.heading-section-with-line:after,
.qid-heading-line.heading-section-with-line:before{
  background: rgba(153,109,84,0.25) !important;
}

@media (max-width: 768px){
  .qid-about-image{
    min-height: 300px;
  }

  .qid-about-title{
    font-size: 30px;
  }

  .qid-about-text p{
    font-size: 16px;
    line-height: 1.85;
  }
}


/* =========================================
   Project Category Cards with Images
========================================= */

.qid-project-cards .qid-project-intro{
  max-width: 820px;
  margin: 18px auto 0;
}

/* make project cards image-based and cleaner */
.qid-project-card{
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* top image */
.qid-project-image{
  position: relative;
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* elegant dark overlay for luxury feel */
.qid-project-image::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.20), rgba(0,0,0,0.03));
  transition: opacity .35s ease;
}

/* subtle zoom on hover */
.qid-project-card:hover .qid-project-image{
  transform: scale(1.02);
  transition: transform .45s ease;
}

.qid-project-card:hover .qid-project-image::after{
  opacity: 0.85;
}

/* card body */
.qid-project-body{
  padding: 28px 24px 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: center;
  background: #ffffff;
}

/* slightly refine title inside project cards */
.qid-project-card .qid-heading{
  font-family: ' Cormorant Garamond', serif;
  font-size: 17px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #996D54;
  margin-bottom: 14px;
  line-height: 1.45;
  min-height: 52px;
}

/* slightly refine body text */
.qid-project-card .qid-text{
  font-family: 'Roboto', sans-serif;
  color: rgba(60,40,25,0.78);
  font-size: 15px;
  line-height: 1.85;
  margin-bottom: 0;
}

/* optional luxury accent line under image */
.qid-project-card .qid-project-body::before{
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  background: rgba(153,109,84,0.45);
  margin: 0 auto 18px;
}

/* spacing between cards on smaller screens */
@media (max-width: 991px){
  .qid-project-image{
    height: 240px;
  }
}

@media (max-width: 768px){
  .qid-project-image{
    height: 220px;
  }

  .qid-project-body{
    padding: 24px 20px 26px;
  }

  .qid-project-card .qid-heading{
    font-size: 16px;
    min-height: auto;
  }

  .qid-project-card .qid-text{
    font-size: 14.5px;
  }
}



/* ==================================
   Services Section in QID Story Structure
================================== */

.qid-services-structured{
  background: #f5f3ef;
}

.qid-services-image{
  min-height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.qid-services-wrap{
  background: #f5f3ef;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* keep heading line elegant and consistent */
.qid-services-structured .qid-heading-line.heading-section-with-line:after,
.qid-services-structured .qid-heading-line.heading-section-with-line:before{
  background: rgba(153,109,84,0.25) !important;
}

/* content spacing */
.qid-services-text{
  color: rgba(60,40,25,0.82);
}

/* services list styled to match QID story */
.qid-services-list{
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.qid-services-list li{
  font-family: 'Roboto', sans-serif;
  color: rgba(60,40,25,0.82);
  font-size: 18px;
  line-height: 1.95;
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

/* bullet refined */
.qid-services-list .services-bullet{
  width: 12px;
  height: 12px;
  border: 2px solid #996D54;
  border-radius: 50%;
  margin-top: 10px;
  flex: 0 0 12px;
}

/* optional subtle emphasis on hover */
.qid-services-list li:hover{
  color: #996D54;
  transition: color .3s ease;
}

/* responsive */
@media (max-width: 768px){
  .qid-services-image{
    min-height: 300px;
  }

  .qid-services-list li{
    font-size: 16px;
    line-height: 1.85;
  }
}



/* =====================================
   Project Cards Typography (Brand Style)
===================================== */

.qid-project-staff h3{
  font-family: ' Cormorant Garamond', serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #996D54;
  margin-bottom: 12px;
  line-height: 1.4;
}
.qid-project-staff h3{
  font-family: "Broadacre", serif;
  font-weight: 500 !important;
    color: #996D54;

}

.qid-project-staff p{
  font-family: 'Roboto', sans-serif;
  font-size: 12.5px;
  line-height: 1.85;
  color: rgba(60,40,25,0.78);
  margin-bottom: 0;
}










/* =================================
   Mission Section – Blurred Image
================================= */

.mission-section{
  position: relative;
  padding: 140px 0;

background-color: #916349;

  overflow: hidden;
}

/* blur layer */
.mission-section::before{
  content:"";
  position:absolute;
  inset:0;

  background-image: inherit;
  background-size: cover;
  background-position: center;

  filter: blur(14px);
  transform: scale(1.15);
  z-index:0;
}

/* dark overlay for readability */


/* keep content above blur */
.mission-section .container{
  position:relative;
  z-index:2;
}



/* title */
.mission-title{
  font-size:46px;
  color:#ffffff;
  margin-bottom:10px;
}

/* subtitle */
.mission-subtitle{
  font-family:' Cormorant Garamond', serif;
  font-size:18px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#E7D6C9;
  display:block;
  margin-bottom:35px;
}

/* quote */
.mission-quote{
  font-family:' Cormorant Garamond', serif;
  font-size:24px;
  line-height:1.9;
  max-width:850px;
  margin:0 auto 50px;
  color:rgba(255,255,255,0.92);
}

/* button */
.mission-section .btn-mission{
  border:1px solid rgba(255,255,255,0.7);
  color:#ffffff;
}

.mission-section .btn-mission:hover{
  background:#ffffff;
  color:#6d3f24;
}





/* =====================================
   Clickable project cards
===================================== */

.qid-project-trigger{
  cursor: pointer;
}

/* =====================================
   Modal Popup Gallery
===================================== */

.qid-modal{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(20, 10, 6, 0.78);
  padding: 40px 20px;
  overflow-y: auto;
}

.qid-modal.active{
  display: block;
}

.qid-modal-box{
  max-width: 1150px;
  margin: 40px auto;
  background: #f5f3ef;
  padding: 35px 35px 30px;
  position: relative;
  box-shadow: 0 35px 80px rgba(0,0,0,0.22);
}

.qid-modal-close{
  position: absolute;
  top: 14px;
  right: 16px;
  border: none;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  color: #996D54;
  cursor: pointer;
}

.qid-modal-title{
  font-family: ' Cormorant Garamond', serif;
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #996D54;
  margin-bottom: 28px;
  text-align: center;
}

.qid-modal-gallery{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.qid-modal-gallery img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  background: #ddd;
}

@media (max-width: 768px){
  .qid-modal-box{
    padding: 28px 18px 22px;
  }

  .qid-modal-title{
    font-size: 22px;
    margin-bottom: 20px;
  }

  .qid-modal-gallery{
    grid-template-columns: 1fr;
  }

  .qid-modal-gallery img{
    height: 220px;
  }
}




/* =========================================
   QID Project Blur Cards
========================================= */

.qid-project-blur-section{
  background: #EBE2DD;
  padding: 110px 0;
}

.qid-project-blur-section .qid-project-intro{
  font-family: 'Roboto', sans-serif;
  color: rgba(60,40,25,0.78);
  font-size: 16px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

.qid-project-blur-card{
  position: relative;
  height: 340px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.08);
  transition: transform .35s ease, box-shadow .35s ease;
  cursor: pointer;
  background: #2b1a12;
}

.qid-project-blur-card:hover{
  box-shadow: 0 35px 70px rgba(0,0,0,0.16);
}

.qid-project-blur-image{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(0.8px) brightness(0.99);
  transform: scale(1.12);
  transition: transform .45s ease, filter .45s ease;
}

.qid-project-blur-card:hover .qid-project-blur-image{
  filter: blur(0px) brightness(1.2);
}

.qid-project-blur-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(35,20,12,0.90) 0%,
    rgba(35,20,12,0.58) 45%,
    rgba(35,20,12,0.28) 100%
  );
  z-index: 1;
}

.qid-project-blur-content{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px 24px 26px;
  text-align: left;
}

.qid-project-blur-content h3{
  font-family: ' Cormorant Garamond', serif;
  font-size: 20px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.35;
}

.qid-project-blur-content p{
  font-family: 'Roboto', sans-serif;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
  margin-bottom: 0;
}

/* small accent line */
.qid-project-blur-content::before{
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: rgba(255,255,255,0.55);
  margin-bottom: 18px;
}

@media (max-width: 768px){
  .qid-project-blur-section{
    padding: 80px 0;
  }

  .qid-project-blur-card{
    height: 300px;
  }

  .qid-project-blur-content{
    padding: 24px 20px 22px;
  }

  .qid-project-blur-content h3{
    font-size: 17px;
  }

  .qid-project-blur-content p{
    font-size: 14px;
    line-height: 1.7;
  }
}


/* ==========================
   Navbar Logo Image
========================== */

.qid-logo img{
  height: 45px;
  width: auto;
  display: block;
}

/* mobile scaling */
@media (max-width: 768px){
  .qid-logo img{
    height: 36px;
  }
}






/* =====================================
   Professional Clickable Project Cards
===================================== */

.qid-project-staff.qid-project-trigger{
  position: relative;
  cursor: pointer;
  overflow: hidden;
  background: #ffffff;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

/* image smoother */
.qid-project-staff.qid-project-trigger .img{
  transition: transform .55s ease, filter .45s ease;
}

/* subtle overlay */
.qid-project-staff.qid-project-trigger .img::after{
  content: "";
  position: absolute;
  inset: 0;

  opacity: 0;
  transition: opacity .35s ease;
}

/* content area */
.qid-project-staff.qid-project-trigger .text{
  position: relative;
  transition: transform .35s ease;
}

/* elegant top-right arrow - no emoji issue on mobile */

.qid-project-staff.qid-project-trigger::after{
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  z-index: 4;
  background-color: rgba(153,109,84,0.95);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M8 16L16 8'/%3E%3Cpath d='M10 8h6v6'/%3E%3C/svg%3E");
  transition: all .35s ease;
}
.qid-project-staff.qid-project-trigger:hover::after{
  background-color: #996D54;
  transform: translateY(-2px);
}









@media (max-width: 768px){
  .qid-project-staff.qid-project-trigger::after{
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    background-size: 14px 14px;
  }
}













/* title styling */
.qid-project-staff.qid-project-trigger h3{
  position: relative;
  transition: color .35s ease;
}

/* underline reveal under title */
.qid-project-staff.qid-project-trigger h3::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: rgba(153,109,84,0.6);
  margin-top: 10px;
  transition: width .35s ease;
}

/* hover */
/* .qid-project-staff.qid-project-trigger:hover{
  transform: translateY(-8px);
  border-color: rgba(153,109,84,0.28);
  box-shadow: 0 28px 60px rgba(0,0,0,0.10);
} */

.qid-project-staff.qid-project-trigger:hover .img{
  transform: scale(1.05);
  filter: saturate(1.02) brightness(0.96);
}

.qid-project-staff.qid-project-trigger:hover .img::after{
  opacity: 1;
}

.qid-project-staff.qid-project-trigger:hover .text{
  transform: translateY(-4px);
}

.qid-project-staff.qid-project-trigger:hover h3{
  color: #8b5e3c;
}

.qid-project-staff.qid-project-trigger:hover h3::after{
  width: 44px;
}



/* active press */
.qid-project-staff.qid-project-trigger:active{
  transform: translateY(-3px);
}

/* mobile refinement */
@media (max-width: 768px){
  .qid-project-staff.qid-project-trigger::after{
    width: 30px;
    height: 30px;
    font-size: 14px;
    top: 12px;
    right: 12px;
  }
}



/* ==================================
   QID About Section spacing
================================== */






/* responsive */
@media (max-width: 768px){
  .qid-about-wrap{
    padding-right: 0;
  }

  .qid-about-image{
    margin-left: 0;
    margin-top: 20px;
    min-height: 300px;
  }
}



.qid-title{
  font-family: "Broadacre", serif;
}

.qid-project-staff h3{
  font-family: "Broadacre", serif;
}

.mission-title{
  font-family: "Broadacre", serif;
  font-weight:200;

}

.qid-title{
  font-family: "Broadacre", serif;
}




/* =========================================
   QID Story - Classic Split Layout Version
   (matches the second sample structure)
========================================= */

.qid-story-classic{
  background: #f5f3ef;
}

.qid-story-classic .qid-story-classic-wrap{
  background: #f5f3ef;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qid-story-classic .qid-story-classic-image{
  min-height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* soften template line */
.qid-story-classic .qid-heading-line.heading-section-with-line:before,
.qid-story-classic .qid-heading-line.heading-section-with-line:after{
  background: rgba(153,109,84,0.25) !important;
}

/* subtitle */
.qid-story-classic-subtitle{
  font-family: "Broadacre", serif;
  font-weight: 100;
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #996D54;
}

/* title */
.qid-story-classic-title{
  font-family: "Broadacre", serif;
  font-weight: 100;
  font-size: 42px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #996D54;
  line-height: 1.2;
  margin-bottom: 0;
}

/* body text */
.qid-story-classic-text p{
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.95;
  color: rgba(60,40,25,0.82);
  margin-bottom: 22px;
}

/* highlighted years / strong text */
.qid-story-classic-text p strong{
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  color: #996D54;
  letter-spacing: 0.4px;
}

/* a little spacing balance */
.qid-story-classic .heading-section{
  margin-bottom: 38px !important;
}

/* responsive */
@media (max-width: 768px){
  .qid-story-classic .qid-story-classic-image{
    min-height: 300px;
  }

  .qid-story-classic-title{
    font-size: 30px;
  }

  .qid-story-classic-subtitle{
    font-size: 13px;
    letter-spacing: 3px;
  }

  .qid-story-classic-text p{
    font-size: 16px;
    line-height: 1.85;
  }
}




/* =========================================
   Testimonials Section
========================================= */

.qid-testimonials-section{
  background: #f5f3ef;
}

.qid-testimonials-intro{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(60,40,25,0.76);
  max-width: 720px;
  margin: 0 auto;
}

.qid-testimonial-card{
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(139,94,60,0.12);
  padding: 42px 30px 34px;
  box-shadow: 0 25px 55px rgba(0,0,0,0.04);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  height: 100%;
}

.qid-testimonial-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.08);
  border-color: rgba(139,94,60,0.22);
}

.qid-testimonial-quote{
  font-family: "Broadacre", serif;
  font-weight: 100;
  font-size: 60px;
  line-height: 1;
  color: rgba(153,109,84,0.25);
  margin-bottom: 12px;
}

.qid-testimonial-text{
  font-family: 'Roboto', sans-serif;
  font-size: 15.5px;
  line-height: 1.95;
  color: rgba(60,40,25,0.78);
  margin-bottom: 26px;
}

.qid-testimonial-meta h4{
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #996D54;
  margin-bottom: 4px;
}

.qid-testimonial-meta span{
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(60,40,25,0.55);
}

/* =========================================
   Contact Section
========================================= */

.qid-contact-section{
  background: #EBE2DD;
  padding: 110px 0;
}

.qid-contact-wrap{
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(0,0,0,0.06);
  overflow: hidden;
}

.qid-contact-info{
  background: #916349;
  color: #ffffff;
  padding: 60px 42px;
  height: 100%;
  position: relative;
}

.qid-contact-info::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.08), transparent 35%),
    radial-gradient(circle at bottom right, rgba(0,0,0,0.10), transparent 40%);
  pointer-events: none;
}

.qid-contact-info > *{
  position: relative;
  z-index: 1;
}

.qid-contact-info .qid-subtitle{
  color: rgba(255,255,255,0.82);
}

.qid-contact-info .qid-title{
  color: #ffffff;
}

.qid-contact-text{
  font-family: 'Roboto', sans-serif;
  font-size: 15.5px;
  line-height: 1.9;
  color: rgba(255,255,255,0.88);
  margin-bottom: 34px;
}

.qid-contact-details{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.qid-contact-item h4{
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
}

.qid-contact-item p{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255,255,255,0.88);
  margin-bottom: 0;
}

.qid-contact-form-wrap{
  padding: 60px 42px;
  background: #ffffff;
  height: 100%;
}

.qid-contact-form .form-group{
  margin-bottom: 20px;
}

.qid-form-control{
  height: 56px;
  border: 1px solid rgba(139,94,60,0.18);
  border-radius: 0;
  box-shadow: none;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: rgba(60,40,25,0.82);
  padding: 0 18px;
  background: #fcfbf9;
  transition: border-color .3s ease, background .3s ease;
}

.qid-form-control:focus{
  border-color: #996D54;
  box-shadow: none;
  background: #ffffff;
}

.qid-textarea{
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  resize: vertical;
}

.qid-contact-form .btn-mission{
  min-width: 220px;
}

@media (max-width: 991px){
  .qid-contact-info,
  .qid-contact-form-wrap{
    padding: 42px 28px;
  }
}

@media (max-width: 768px){
  .qid-testimonials-section,
  .qid-contact-section{
    padding: 80px 0;
  }

  .qid-testimonial-card{
    padding: 34px 22px 28px;
  }

  .qid-contact-info,
  .qid-contact-form-wrap{
    padding: 34px 22px;
  }
}







/* =====================================
   Project Modal Slider
===================================== */

.qid-slider-modal{
  max-width: 1100px;
  background: #f5f3ef;
  padding: 32px 32px 24px;
}

.qid-slider{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.qid-slider-main{
  width: 100%;
  max-width: 900px;
  height: 560px;
  position: relative;
  overflow: hidden;
  background: #e9e3dd;
}

.qid-slider-image{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}

.qid-slider-image.active{
  opacity: 1;
  pointer-events: auto;
}

.qid-slider-btn{
  border: none;
  background: rgba(255,255,255,0.92);
  color: #996D54;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
  cursor: pointer;
  transition: all .3s ease;
  z-index: 2;
}

.qid-slider-prev{
  margin-right: 16px;
}

.qid-slider-next{
  margin-left: 16px;
}

.qid-slider-btn:hover{
  background: #996D54;
  color: #ffffff;
}

.qid-slider-thumbs{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.qid-thumb{
  width: 90px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.55;
  border: 2px solid transparent;
  transition: all .3s ease;
  background: #ddd;
}

.qid-thumb.active{
  opacity: 1;
  border-color: #996D54;
}

.qid-thumb:hover{
  opacity: 1;
}

@media (max-width: 991px){
  .qid-slider-main{
    height: 420px;
  }
}

@media (max-width: 768px){
  .qid-slider-modal{
    padding: 24px 16px 20px;
  }

  .qid-slider{
    gap: 8px;
  }

  .qid-slider-main{
    height: 260px;
  }

  .qid-slider-btn{
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .qid-slider-prev{
    margin-right: 8px;
  }

  .qid-slider-next{
    margin-left: 8px;
  }

  .qid-thumb{
    width: 64px;
    height: 52px;
  }
}



.qid-title,
.qid-subtitle,
.mission-title,
.qid-project-staff h3,
.qid-story-classic-title,
.qid-story-classic-subtitle{
  font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
  color: #7d5232;
}


.mission-title{
  font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
  color: #ffffff;
}
.nav-link{
    font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
  color: #7d5232;
  font-size: 15px;
}
.mission-quote{
    font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
  color: #ffffff;
}





/* =====================================
   Mobile Navbar White Background
===================================== */

@media (max-width: 991.98px){
  #ftco-navbar{
    background: #ffffff !important;
  }

  #ftco-navbar .navbar-collapse{
    background: #ffffff !important;
  }

  #ftco-navbar .nav-link{
    color: #996D54 !important;
  }

  #ftco-navbar .navbar-toggler{
    color: #996D54 !important;
    border-color: rgba(153,109,84,0.25) !important;
  }

  #ftco-navbar .navbar-toggler .oi{
    color: #996D54 !important;
  }
}

.btn-mission{
   font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
}

.qid-about-subheading{
    font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
  color: #7d5232;
}
.qid-project-blur-content h3{
     font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
}
.qid-contact-item h4{
       font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
}

.mission-section{
  background-color: #916349;
}

.qid-project-staff h3{
         font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
}

.qid-modal-title{
           font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
}
.qid-testimonial-meta h4{
             font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
}








/* =========================================
   QID Single Case Study Feature Section
========================================= */


.qid-case-feature-wrap{
  overflow: hidden;
}

/* image side */
.qid-case-feature-image{
  height: 100%;
  max-height: 740px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.qid-case-feature-overlay{
  position: absolute;
  inset: 0;

}

/* text side */
.qid-case-feature-content{
  height: 100%;
  padding: 70px 52px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.qid-case-label{
  display: inline-block;
  color: #996D54;
  font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.qid-case-feature-title{
  font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
  color: #7d5232;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.qid-case-feature-text{
  font-family: 'Roboto', sans-serif;
  font-size: 15.8px;
  line-height: 1.95;
  color: rgba(60,40,25,0.78);
  margin-bottom: 18px;
}

/* details block */
.qid-case-feature-details{
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 14px;
  padding-top: 26px;
  border-top: 1px solid rgba(153,109,84,0.18);
}

.qid-case-detail{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.qid-case-detail-label{
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(60,40,25,0.48);
}

.qid-case-detail strong{
  font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
  color: #996D54;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* responsive */
@media (max-width: 991px){
  .qid-case-feature-image{
    min-height: 420px;
  }

  .qid-case-feature-content{
    padding: 48px 34px;
  }
}

@media (max-width: 768px){
  .qid-case-feature-section{
    padding: 80px 0;
  }

  .qid-case-feature-image{
    min-height: 300px;
  }

  .qid-case-feature-content{
    padding: 34px 22px;
  }

  .qid-case-feature-title{
    font-size: 26px;
  }

  .qid-case-feature-text{
    font-size: 15px;
    line-height: 1.85;
  }

  .qid-case-detail strong{
    font-size: 14px;
  }
}




/* Navbar always white from the start */
#ftco-navbar.qid-navbar-solid {
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Keep links dark */
#ftco-navbar.qid-navbar-solid .navbar-nav .nav-link {
  color:#996D54 !important;
}

/* Optional: darker active/hover */
#ftco-navbar.qid-navbar-solid .navbar-nav .nav-link:hover,
#ftco-navbar.qid-navbar-solid .nav-item.active .nav-link {
  color:#996D54 !important;
}

/* If logo area needs alignment */
#ftco-navbar.qid-navbar-solid .navbar-brand img {
  max-height: 60px;
  width: auto;
}

/* Mobile toggle text/icon */
#ftco-navbar.qid-navbar-solid .navbar-toggler {
  color:#996D54 !important;
  border-color: rgba(0,0,0,0.15);
}






html, body {
  margin: 0;
  padding: 0;
}

#ftco-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  margin: 0 !important;
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* remove template states that may shift it */
#ftco-navbar.scrolled,
#ftco-navbar.awake,
#ftco-navbar.sleep {
  top: 0 !important;
  margin-top: 0 !important;
  background: #fff !important;
}



/* HERO VIDEO SECTION */
.qid-hero-video {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  background: #000;
  margin: 0;
  padding: 0;
}

.qid-hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.qid-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.qid-hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
}

.qid-hero-content .row {
  min-height: 100vh;
  min-height: 700px;
}

.qid-hero-subtitle {
  display: inline-block;
  margin-bottom: 18px;
  font-family: 'Cinzel', serif;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.qid-hero-title {
  font-size: 58px;
  line-height: 1.05;
  font-weight: 600;
  color: #fff;
  margin-bottom: 22px;
}

.qid-hero-text {
  max-width: 700px;
  margin: 0 auto 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.qid-hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.qid-hero-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 52px;
  padding: 0 28px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  transition: all 0.3s ease;
}

.qid-hero-btn-outline:hover {
  background: #fff;
  color: #111;
  text-decoration: none;
}

/* if navbar is fixed */
body {
  padding-top: 0 !important;
}

#ftco-navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* responsive */
@media (max-width: 991.98px) {
  .qid-hero-video,
  .qid-hero-content .row {
    min-height: 600px;
    height: 100vh;
  }

  .qid-hero-title {
    font-size: 48px;
  }

  .qid-hero-text {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .qid-hero-video,
  .qid-hero-content .row {
    min-height: 520px;
  }

  .qid-hero-title {
    font-size: 36px;
  }

  .qid-hero-subtitle {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .qid-hero-text {
    font-size: 15px;
    line-height: 1.7;
    padding: 0 10px;
  }

  .qid-hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  
}


.qid-hero-title{
    font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
}
.qid-hero-subtitle{
    font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
}


.qid-hero-video {
  position: relative;
}

.qid-hero-video-location {
  position: absolute;
  right: 40px;
  bottom: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  z-index: 3;
  font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
}
@media (max-width: 768px) {
  .qid-hero-video-location {
    right: 20px;
    bottom: 20px;
    font-size: 14px;
  }
}




/* Responsive */
@media(max-width:900px){

  .mission-title{
    font-size:28px;
  }

  .mission-quote{
    font-size:18px;
    line-height:1.7;
  }

  .mission-quote::before,
  .mission-quote::after{
    display:none;
  }
}













/* =========================================
   QID Specialties Section - Modern Solid Cards
========================================= */

.qid-project-blur-section{
  background: #EBE2DD;
  padding: 110px 0;
}

.qid-project-blur-section .row:last-child > div{
  margin-bottom: 30px;
}

.qid-project-blur-card{
  position: relative;
  min-height: 230px;
  border-radius: 0;
  overflow: hidden;
  background: #916349;
  border: 1px solid rgba(125, 82, 50, 0.14);
  box-shadow: 0 18px 45px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qid-project-blur-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.10);
  background: #9c6c50;
}

.qid-project-blur-image{
  display: none;
}

.qid-project-blur-overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.07), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,0.03), rgba(0,0,0,0.05));
  z-index: 1;
}

.qid-project-blur-content{
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
}

.qid-project-blur-content::before{
  display: none;
}

.qid-project-blur-content h3{
  margin: 0;
  color: #ffffff;
  font-family: "Broadacre", serif !important;
  font-weight: 400 !important;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
}
.qid-hero-title {
    font-family: "Broadacre", serif !important;
  font-weight: 200 !important;
  font-size: 60px;
    text-shadow: 0.5px 0 currentColor,
               -0.5px 0 currentColor;

}

@media (max-width: 991px){
  .qid-project-blur-card,
  .qid-project-blur-content{
    min-height: 200px;
  }

  .qid-project-blur-content h3{
    font-size: 24px;
  }
}

@media (max-width: 768px){
  .qid-project-blur-section{
    padding: 80px 0;
  }

  .qid-project-blur-card,
  .qid-project-blur-content{
    min-height: 170px;
  }

  .qid-project-blur-content{
    padding: 22px 16px;
  }

  .qid-project-blur-content h3{
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.qid-crafted{
  font-size: 26px;
      font-family: "Broadacre", serif !important;

  font-weight: 200 !important;
}

























/* =========================================
   PROJECTS SECTION - spacing + cleaner titles
========================================= */

/* more breathing room for the whole projects section */
.qid-project-team-style{
  background: #f5f3ef;
  padding: 110px 0 90px;
}

/* create real spacing between every project card */
.qid-project-team-style .row{
  row-gap: 38px;
}

.qid-project-team-style .col-md-6.col-lg-3{
  margin-bottom: 0 !important;
}

/* card */
.qid-project-staff.qid-project-trigger{
  background: transparent;
  box-shadow: none;
  border: none;
  overflow: visible;
  transform: none;
}

/* image area */
.qid-project-staff.qid-project-trigger .img{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: transform .45s ease, filter .35s ease;
}

/* subtle luxury overlay on image */
.qid-project-staff.qid-project-trigger .img::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.10), rgba(0,0,0,0.02));
  opacity: 1;
  transition: opacity .35s ease;
}

/* title block under image */
.qid-project-staff.qid-project-trigger .text{
  padding: 18px 4px 0 !important;
  text-align: left;
  transform: none !important;
}

/* project name */
.qid-project-staff.qid-project-trigger h3{
  margin: 0;
  font-family: "Broadacre", serif !important;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #9a6d50;
  min-height: 68px; /* keeps titles aligned */


   text-shadow: 0.5px 0 currentColor,
               -0.5px 0 currentColor;
}

/* nice bottom line that belongs to the title */
.qid-project-staff.qid-project-trigger h3::after{
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background: rgba(154,109,80,0.45);
  margin-top: 14px;
  transition: width .35s ease, background .35s ease;
}

.qid-project-staff.qid-project-trigger::after{
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  z-index: 4;
  background-color: rgba(153,109,84,0.95);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M8 16L16 8'/%3E%3Cpath d='M10 8h6v6'/%3E%3C/svg%3E");
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all .35s ease;
}
.qid-project-staff.qid-project-trigger:hover::after{
  background-color: #996D54;
  transform: translateY(-2px);
}
/* hover */
.qid-project-staff.qid-project-trigger:hover .img{
  transform: translateY(-4px);
  filter: saturate(1.02) brightness(0.98);
}

.qid-project-staff.qid-project-trigger:hover .img::before{
  opacity: 0.6;
}

.qid-project-staff.qid-project-trigger:hover h3{
  color: #7d5232;
}

.qid-project-staff.qid-project-trigger:hover h3::after{
  width: 78px;
  background: #996D54;
}



/* remove old press movement if you want it cleaner */
.qid-project-staff.qid-project-trigger:active{
  transform: none;
}

/* section title spacing */
#projects .heading-section{
  margin-bottom: 55px !important;
}

/* mobile */
@media (max-width: 991px){
  .qid-project-team-style .row{
    row-gap: 30px;
  }

  .qid-project-staff.qid-project-trigger h3{
    font-size: 18px;
    min-height: auto;
  }
}

@media (max-width: 768px){
  .qid-project-team-style{
    padding: 80px 0 65px;
  }

  .qid-project-staff.qid-project-trigger .text{
    padding-top: 14px !important;
  }

  .qid-project-staff.qid-project-trigger h3{
    font-size: 17.5px;
    letter-spacing: 1px;
    line-height: 1.35;
  }

  .qid-project-staff.qid-project-trigger::after{
    width: 34px;
    height: 34px;
    font-size: 14px;
    top: 12px;
    right: 12px;
  }
}

.qid-services-image{
  min-height: 520px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5f3ef;
}






#qid-story{
  padding-top: 60px !important;
}



section + #qid-story{
  margin-top: -40px;
}













/* Reduce space between "Projects" title and cards */
.qid-project-header{
  margin-bottom: 60px !important;
}

/* Reduce extra spacing from heading */
#projects .heading-section{
  margin-bottom: 10px !important;
}


/* Optional: tighten section top padding slightly */
#projects.qid-project-team-style{
  padding-top: 80px;
}


.qid-project-header{
  margin-bottom: 50px !important;
}


.qid-project-staff.qid-project-trigger::after{
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  z-index: 4;
  background-color: rgba(153,109,84,0.95);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='miter'%3E%3Cpath d='M8 16L16 8'/%3E%3Cpath d='M10 8h6v6'/%3E%3C/svg%3E");
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all .35s ease;
}
.qid-project-staff.qid-project-trigger:hover::after{
  background-color: #6d3f2461; /* ONLY color, not background */
  transform: translateY(-2px) scale(1.05);
}



@media (max-width: 768px){
  .qid-project-team-style{
    padding: 80px 0 65px;
  }

  .qid-project-staff.qid-project-trigger .text{
    padding-top: 14px !important;
  }

  .qid-project-staff.qid-project-trigger h3{
    font-size: 17.5px;
    letter-spacing: 1px;
    line-height: 1.35;
  }

  .qid-project-staff.qid-project-trigger::after{
    width: 34px;
    height: 34px;
    font-size: 14px;
    top: 12px;
    right: 12px;
  }
}