body{
  font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  background:#f5f4f2;
  color:#222;
}

/* ========= HEADER ========= */
.ksd-header{
  background:#ffffff;
}

.ksd-logo{
  display:block;
  text-align:center;
  padding:12px 0 4px;
}
.ksd-logo img{
  height:200px;          /* big logo */
  width:auto;
  display:inline-block;
}

/* navigation */
.ksd-main-nav{
  justify-content:center;
  padding-bottom:8px;
}
.ksd-main-nav .navbar-nav{
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:.82rem;
}
.ksd-main-nav .nav-link{
  color:#000;
  padding:.65rem 1rem;
}
.ksd-main-nav .nav-link:hover,
.ksd-main-nav .nav-link.active{
  color:#c49b3f;
}

/* ========= COLLECTION TITLE BAR ========= */
.ksd-collection-bar{
  background:#f7f7f7;
  padding:16px 0 20px;
}

.ksd-title-wrapper{
  position:relative;
  padding:18px 80px;   /* space on right for icons */
  text-align:center;
}

/* ONE thin line above and ONE below the title */
.ksd-title-wrapper::before,
.ksd-title-wrapper::after{
  content:"";
  position:absolute;
  left:0;
  width:100%;
  height:1px;
  background:#dcdcdc;
}
.ksd-title-wrapper::before{ top:0; }      /* line above title */
.ksd-title-wrapper::after{ bottom:0; }    /* line below title */

.ksd-collection-title{
  font-size:1.55rem;
  text-transform:uppercase;
  letter-spacing:.30em;
  font-weight:400;
  margin:10px 0;
}

/* icons on the right of bar */
.ksd-view-toggle{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  font-size:1.2rem;
}
.ksd-view-toggle button{
  border:0;
  background:transparent;
  margin-left:.4rem;
  color:#777;
  padding:0;
}
.ksd-view-toggle button.active,
.ksd-view-toggle button:hover{
  color:#000;
}

@media (max-width:767.98px){
  .ksd-title-wrapper{
    padding:18px 50px;
  }
  .ksd-collection-title{
    font-size:1.25rem;
    letter-spacing:.22em;
  }
}

/* ========= PRODUCTS GRID ========= */
.ksd-products-wrap{
  padding:24px 0 40px;
}

.ksd-product-card{
  border:0;
  background:transparent;
  text-align:center;
  position:relative;
}

/* Uniform portrait image ratio, close to 640x960 (2:3) */
.ksd-product-img-wrap{
  position:relative;
  width:100%;
  padding-top:150%;          /* 150% = 2:3 ratio tile */
  overflow:hidden;
  background:#ddd;
}

/* Base image style */
.ksd-product-img-wrap img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transition:transform .4s ease;
}

/* If any hover-img exists from old markup, hide it */
.ksd-product-img-wrap img.hover-img{
  display:none !important;
}

/* Zoom effect on hover */
.ksd-product-card:hover .ksd-product-img-wrap img.main-img{
  transform:scale(1.06);
}

.ksd-product-title{
  font-size:.95rem;
  letter-spacing:.09em;
  text-transform:uppercase;
  margin-top:.7rem;
  text-align:center;
}

/* ========= FOOTER ========= */
.ksd-footer{
  background:#050505;
  color:#f2f2f2;
  padding:3rem 0 1.5rem;
  font-size:.85rem;
}
.ksd-footer h6{
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.18em;
  margin-bottom:1rem;
  color:#e5e2d9;
}
.ksd-footer a{
  color:#f2f2f2;
  text-decoration:none;
}
.ksd-footer a:hover{
  color:#c49b3f;
}
.ksd-footer ul{
  list-style:none;
  margin:0;
  padding:0;
}
.ksd-footer li{
  margin-bottom:.4rem;
}
.ksd-footer .logo-col{
  text-align:right;
}
.ksd-footer .logo-col img{
  max-height:70px;
  margin-bottom:1rem;
}
.ksd-footer-bottom{
  border-top:1px solid #222;
  margin-top:2rem;
  padding-top:.75rem;
  text-align:center;
  font-size:.78rem;
  color:#888;
}

@media (max-width:767.98px){
  .ksd-footer .logo-col{
    text-align:left;
  }
}

/* ========= WHATSAPP FLOAT ========= */
.whatsapp-float{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:999;
}
.whatsapp-float a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  text-decoration:none;
  font-size:1.9rem;
  box-shadow:0 4px 12px rgba(0,0,0,.3);
}
.whatsapp-float a:hover{
  background:#1ebe5c;
  color:#fff;
}
/* ========= FOOTER ========= */
.ksd-footer{
  background:#30001f;          /* deep wine like reference */
  color:#fbe9d5;
  padding:3rem 0 1.5rem;
  font-size:.85rem;
}

.ksd-footer-top{
  margin-bottom:2.5rem;
}

/* headings in columns */
.ksd-footer h6{
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.22em;
  margin-bottom:1.1rem;
  color:#fbe9d5;
}

/* links */
.ksd-footer a{
  color:#fbe9d5;
  text-decoration:none;
}
.ksd-footer a:hover{
  color:#d6b16d;
}

.ksd-footer ul{
  list-style:none;
  margin:0;
  padding:0;
}
.ksd-footer li{
  margin-bottom:.45rem;
}

/* LEFT BRAND COLUMN – like reference */
.ksd-footer-brand{
  text-align:left;
}

.ksd-footer-logo-wrap{
  margin-bottom:1.6rem;
}
.ksd-footer-logo-wrap img{
  max-width:150px;
  height:auto;
  display:block;
}

/* FOLLOW US label */
.ksd-footer-follow-label{
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.25em;
  margin-bottom:1rem;
}

/* round social icons row */
.ksd-footer-social{
  display:flex;
  gap:.9rem;
  align-items:center;
}
.ksd-footer-social a{
  width:38px;
  height:38px;
  border-radius:50%;
  background:#fbe9d5;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.1rem;
  color:#30001f;
  transition:background .25s ease, color .25s ease, transform .2s ease;
}
.ksd-footer-social a:hover{
  background:#d6b16d;
  color:#30001f;
  transform:translateY(-2px);
}

/* bottom copyright strip */
.ksd-footer-bottom{
  border-top:1px solid rgba(255,255,255,.15);
  padding-top:.75rem;
  text-align:center;
  font-size:.78rem;
  color:#e0c9aa;
}

/* mobile adjustments */
@media (max-width:767.98px){
  .ksd-footer{
    text-align:left;
  }
  .ksd-footer-brand{
    margin-bottom:1.5rem;
  }
  .ksd-footer-social{
    margin-bottom:.75rem;
  }
}
/* === FIX FOOTER BRAND COLUMN TO MATCH REFERENCE === */

/* Center everything inside first footer column */
.ksd-footer .logo-col {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Center the logo */
.ksd-footer .logo-col img {
  max-width: 160px;   /* adjust if needed */
  height: auto;
  margin: 0 auto 1rem auto;
}

/* Profile text directly under logo */
.ksd-footer .logo-col p {
  max-width: 520px;
  text-align: center;
  margin: 0 auto 1.25rem auto;
  line-height: 1.55;
}

/* "Connect With Us" centered */
.ksd-footer .logo-col h6 {
  text-align: center !important;
  margin-bottom: 0.75rem;
}

/* Social icons centered in a row */
.ksd-footer .logo-col > div {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
}

/* Ensure icons don't stretch */
.ksd-footer .logo-col > div a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}
/* === Fine-tune footer brand block to match reference === */

/* make the whole brand column behave as a vertical stack */
.ksd-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;   /* left aligned, like reference */
}

/* logo: smaller gap below */
.ksd-footer-logo-wrap {
  margin-bottom: 0.9rem;     /* was larger, creating big empty space */
}
.ksd-footer-logo-wrap img {
  max-width: 150px;
  height: auto;
  display: block;
}

/* FOLLOW US label: tuck closer to logo */
.ksd-footer-follow-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  margin: 0 0 0.9rem 0;      /* remove extra top margin */
}

/* social icons row: keep tight under label */
.ksd-footer-social {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 0;          /* no extra space below */
}
/* ================================================================= */
/*                  PERFECT FOOTER BRAND BLOCK (FINAL)               */
/* ================================================================= */

/* FULL FOOTER BACKGROUND MUST BE PURE BLACK */
.ksd-footer {
    background: #000 !important;
}

/* LEFT BLOCK – EXACT STACK LIKE YOUR SCREENSHOT */
.ksd-footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;     /* left aligned (as in screenshot) */
    justify-content: flex-start;
}

/* LOGO */
.ksd-footer-logo-wrap img {
    max-width: 150px;            /* screenshot size */
    height: auto;
    display: block;
    margin-bottom: 0.5rem;       /* tight spacing like screenshot */
}

/* "KASHMIR SHAWLS DUBAI" TEXT */
.ksd-footer-brand-title {
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #d6b37c;              /* gold tone EXACTLY like screenshot */
    margin-bottom: 1.4rem;       /* spacing before FOLLOW US */
}

/* FOLLOW US LABEL */
.ksd-footer-follow-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    margin-bottom: 1rem;
    color: #f5e8d0;               /* beige tone from screenshot */
}

/* SOCIAL ICON BUBBLES */
.ksd-footer-social {
    display: flex;
    gap: 0.9rem;
}

.ksd-footer-social a {
    width: 40px;
    height: 40px;
    background: #f5e8d0;          /* beige circles */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #30001a;               /* dark plum icon color like screenshot */
    transition: 0.25s ease;
}

.ksd-footer-social a:hover {
    background: #d6b37c;          /* gold hover */
    color: #000;
    transform: translateY(-2px);
}

/* Remove paragraph text from old version */
.ksd-footer .logo-col p {
    display: none !important;
}
/* === FINAL LOGO COLUMN TWEAKS === */

/* footer background must be black */
.ksd-footer {
  background: #000 !important;
}

/* make the whole first column a centered vertical stack */
.ksd-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* logo – small gap to brand title */
.ksd-footer-logo-wrap img {
  max-width: 150px;
  height: auto;
  display: block;
  margin-bottom: 6px;          /* very little space */
}

/* "KASHMIR SHAWLS DUBAI" – tight gap to FOLLOW US */
.ksd-footer-brand-title {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin-bottom: 12px;         /* tighter than before */
}

/* FOLLOW US label – tight gap to icons */
.ksd-footer-follow-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  margin-bottom: 10px;
}

/* icons row – centered */
.ksd-footer-social {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* keep round icons as you already have them */
.ksd-footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* === CONTINUOUS SLOW ZOOM ON HOVER === */

.ksd-product-img-wrap img {
  transition: transform 10s ease;     /* very slow zoom */
  transform-origin: center center;   /* zoom from center */
}

.ksd-product-card:hover .ksd-product-img-wrap img {
  transform: scale(1.15);            /* slow zoom to 115% */
}
/* === MEDIUM SPEED SMOOTH ZOOM (Option A) === */
.ksd-product-img-wrap img {
  transition: transform 4s ease;   /* smooth & medium speed */
  transform-origin: center center;
}

.ksd-product-card:hover .ksd-product-img-wrap img {
  transform: scale(1.15);          /* elegant luxury zoom */
}
/* ========= HERO SLIDER ========= */

.ksd-hero {
  position: relative;
  background:#000;
}

/* slide: full-height, good for desktop + mobile */
.ksd-hero-slide {
  position: relative;
  height: clamp(460px, 80vh, 900px);
  min-height: 460px;
  background-size: cover;
  background-repeat: no-repeat;

  /* keep model fully visible – a bit more room above the head */
  background-position: right 60% center;  /* tweak if needed */
}

/* dark gradient on the RIGHT now (where text will sit) */
.ksd-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0.35) 45%,
      rgba(0,0,0,0.85) 100%
    );
}

/* make inner container fill slide height and push content to RIGHT CENTER */
.ksd-hero-slide .container-fluid {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: flex-end;/* move block to right side */
}

/* text box */
.ksd-hero-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding: 2.5rem 0;
  margin-right: 4vw;        /* space from very right edge */
  color: #fff;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* small label above heading */
.ksd-hero-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .24em;
  font-size: .75rem;
  margin-bottom: .9rem;
  color: #f5e8d0;
}

/* main heading – premium serif */
.ksd-hero-title {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(2rem, 3.1vw, 2.6rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

/* body text */
.ksd-hero-text {
  font-size: .95rem;
  line-height: 1.7;
  max-width: 32rem;
  margin-bottom: 1.6rem;
  color: #f6f2ea;
}

/* button */
.ksd-hero-btn {
  border-radius: 999px;
  padding: .7rem 1.9rem;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  background: #c49b3f;
  border: none;
  color: #111;
}
.ksd-hero-btn:hover {
  background:#e0b65c;
  color:#000;
}

/* dots */
.ksd-hero .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.4);
}
.ksd-hero .carousel-indicators .active {
  background-color: #fff;
}

/* arrows */
.ksd-hero .carousel-control-prev-icon,
.ksd-hero .carousel-control-next-icon {
  filter: invert(1) drop-shadow(0 0 4px rgba(0,0,0,.7));
}

/* MOBILE TWEAKS */
@media (max-width: 767.98px) {
  .ksd-hero-slide {
    background-position: center center;   /* better crop on phones */
  }

  .ksd-hero-slide .container-fluid {
    justify-content: center;              /* center text on small screens */
  }

  .ksd-hero-content {
    max-width: 100%;
    margin-right: 0;
    padding: 2.25rem 0 3rem;
    text-align: center;
  }

  .ksd-hero-title {
    font-size: 1.7rem;
  }
}
/* === HERO SLIDER – TEXT LEFT / MODEL RIGHT / NO HEAD CUT === */

/* slide size + background behaviour */
.ksd-hero-slide{
  position: relative;
  height: clamp(460px, 80vh, 900px);
  min-height: 460px;
  background-size: cover;
  background-repeat: no-repeat;

  /* keep model on RIGHT, and use TOP so head is not cropped */
  background-position: right top;
}

/* dark gradient on LEFT, where text sits */
.ksd-hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.85) 0%,
    rgba(0,0,0,0.40) 40%,
    rgba(0,0,0,0.00) 80%
  );
}

/* make inner container fill height and center content vertically on LEFT */
.ksd-hero-slide .container-fluid{
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;      /* vertical center */
  justify-content: flex-start; /* left side */
}

/* text block */
.ksd-hero-content{
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding: 2.5rem 0;
  margin-left: 4vw;         /* distance from left edge */
  color: #fff;
}

/* keep existing font styles */
.ksd-hero-kicker{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.24em;
  font-size:.75rem;
  margin-bottom:.9rem;
  color:#f5e8d0;
}
.ksd-hero-title{
  font-family:"Playfair Display","Times New Roman",serif;
  font-size:clamp(2rem,3.1vw,2.6rem);
  line-height:1.15;
  margin-bottom:1rem;
}
.ksd-hero-text{
  font-size:.95rem;
  line-height:1.7;
  max-width:32rem;
  margin-bottom:1.6rem;
  color:#f6f2ea;
}
.ksd-hero-btn{
  border-radius:999px;
  padding:.7rem 1.9rem;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.18em;
  background:#c49b3f;
  border:none;
  color:#111;
}
.ksd-hero-btn:hover{
  background:#e0b65c;
  color:#000;
}

/* indicators + arrows stay as before */
.ksd-hero .carousel-indicators [data-bs-target]{
  width:9px;height:9px;border-radius:50%;
  background-color:rgba(255,255,255,.4);
}
.ksd-hero .carousel-indicators .active{
  background-color:#fff;
}
.ksd-hero .carousel-control-prev-icon,
.ksd-hero .carousel-control-next-icon{
  filter:invert(1) drop-shadow(0 0 4px rgba(0,0,0,.7));
}

/* MOBILE – center text & recenter image */
@media (max-width:767.98px){
  .ksd-hero-slide{
    background-position:center center;
  }
  .ksd-hero-slide .container-fluid{
    justify-content:center;
  }
  .ksd-hero-content{
    margin-left:0;
    text-align:center;
    max-width:100%;
    padding:2.25rem 0 3rem;
  }
  .ksd-hero-title{
    font-size:1.7rem;
  }
}
/* === HERO BACKGROUND KEN-BURNS ZOOM EFFECT === */

/* base size – slightly larger than screen to allow zoom */
.ksd-hero-slide{
  background-size: 110%;
}

/* reset animation when not active */
.ksd-hero-slide.carousel-item{
  animation: none;
}

/* active slide slowly zooms in */
.ksd-hero-slide.carousel-item.active{
  animation: ksdHeroZoom 9s ease-in-out forwards;
}

/* keyframes: gentle zoom + tiny position shift */
@keyframes ksdHeroZoom{
  0%{
    background-size: 110%;
    background-position: right top;
  }
  100%{
    background-size: 120%;
    background-position: right center;
  }
}
/* ==================== HEADER BLACK THEME ==================== */

/* Make entire header black */
.ksd-header {
    background: #000 !important;
    padding-top: 8px;      /* tighter top space */
    padding-bottom: 4px;   /* tighter bottom space */
}

/* Logo more compact */
.ksd-logo img {
    height: 100px !important;   /* Reduce from 170px -> tighter header */
    width: auto;
}

/* Navigation bar black + compact */
.ksd-main-nav {
    background: #000 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

/* Navigation links in white */
.ksd-main-nav .nav-link {
    color: #fff !important;
    padding: 0.4rem 1rem !important;   /* compact height */
    font-weight: 400;
}

/* Active + hover state */
.ksd-main-nav .nav-link.active,
.ksd-main-nav .nav-link:hover {
    color: #d6b37c !important;   /* premium gold highlight */
}

/* Mobile toggle icon in white */
.navbar-toggler-icon {
    filter: invert(1) !important;
}

/* Mobile menu background black */
.navbar-collapse {
    background: #000 !important;
    padding-bottom: 12px;
}
/* ============================================================
   TOP BAR – LUXURY BLACK & GOLD
   ============================================================ */

.ksd-topbar {
    background: #000;
    padding: 7px 0;
    border-bottom: 1px solid #1a1a1a;
    font-family: "DM Sans", sans-serif;
}

/* Social icons styling */
.ksd-topbar-social a {
    color: #d6b37c;                 /* soft luxury gold */
    font-size: 1.15rem;
    margin-right: 14px;
    transition: 0.3s ease;
}

.ksd-topbar-social a:last-child {
    margin-right: 0;
}

.ksd-topbar-social a:hover {
    color: #f5e8d0;                 /* light gold hover */
    transform: translateY(-2px);
}

/* Dubai helpline styling */
.ksd-topbar-contact {
    color: #f5e8d0;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
}

.ksd-topbar-contact a {
    color: #d6b37c;
    text-decoration: none;
    font-weight: 500;
}

.ksd-topbar-contact a:hover {
    color: #f5e8d0;
}

/* Mobile responsive behavior */
@media (max-width: 767.98px) {
    .ksd-topbar {
        padding: 9px 0;
        text-align: center;
    }

    .ksd-topbar .container-fluid {
        flex-direction: column;
        gap: 6px;
    }

    .ksd-topbar-social a {
        margin-right: 10px;
    }
}
/* ==== VIDEO SLIDE STYLING ==== */

.video-slide {
  position: relative;
  overflow: hidden;
}

/* video covers entire slide area */
.ksd-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* keep text + overlay above video */
.video-slide .ksd-hero-overlay,
.video-slide .ksd-hero-content {
  position: relative;
  z-index: 2;
}
/* ============================= */
/*   VIDEO HERO SLIDE ENHANCE    */
/* ============================= */

/* base video slide container */
.video-slide {
  position: relative;
  overflow: hidden;
}

/* video fills the slide */
.ksd-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;            /* slightly larger for zoom crop */
  height: 110%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.05);
  z-index: 0;
  animation: ksdHeroVideoZoom 12s ease-in-out infinite alternate;
}

/* overlay + content above video */
.video-slide .ksd-hero-overlay,
.video-slide .ksd-hero-content {
  position: relative;
  z-index: 2;
}

/* slow luxury zoom animation */
@keyframes ksdHeroVideoZoom {
  0% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.15);
  }
}

/* MOBILE: disable video, show fallback image */
@media (max-width: 767.98px) {
  .ksd-video-bg {
    display: none;
  }
  .video-slide {
    background-size: cover;
    background-position: center center;
  }
}
/* ========== ABOUT US STRIP ========== */

.ksd-about{
  padding: 60px 0 50px;
  background: #0a0a0a; /* deep charcoal to blend with black header/footer */
  color: #f5f2ea;
}

.ksd-about-img-wrap{
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}
.ksd-about-img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .7s ease;
}
.ksd-about-img-wrap:hover img{
  transform: scale(1.06);
}

.ksd-about-content{
  padding-left: 2rem;
}
@media (max-width: 991.98px){
  .ksd-about-content{
    padding-left: 0;
  }
}

.ksd-kicker{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:.78rem;
  color:#d6b37c;
  margin-bottom:.7rem;
}

.ksd-about-title{
  font-family:"Playfair Display","Times New Roman",serif;
  font-size:1.9rem;
  line-height:1.2;
  margin-bottom:1rem;
}

.ksd-about p{
  font-size:.95rem;
  line-height:1.7;
  margin-bottom:.7rem;
  color:#ddd7c9;
}

.ksd-about-highlights{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
  margin-top:1.4rem;
}
.ksd-about-highlights .label{
  display:block;
  font-size:.75rem;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#f5e8d0;
}
.ksd-about-highlights .text{
  display:block;
  font-size:.85rem;
  color:#c9c3b1;
}
@media (max-width: 767.98px){
  .ksd-about-highlights{
    grid-template-columns:1fr;
  }
}

/* ========== FEATURED PRODUCT CATEGORIES ========== */

.ksd-featured{
  padding: 55px 0 60px;
  background:#111;
  color:#f5f2ea;
}

.ksd-featured-head{
  text-align:center;
  margin-bottom:2.4rem;
}
.ksd-featured-head h2{
  font-family:"Playfair Display","Times New Roman",serif;
  font-size:2rem;
  margin:0.4rem 0 0;
}

/* Card container */
.ksd-featured-card{
  display:block;
  background:#181818;
  border-radius:18px;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  box-shadow:0 18px 40px rgba(0,0,0,.45);
  transition:transform .35s ease, box-shadow .35s ease;
}

/* Image area (top) */
.ksd-featured-img{
  width:100%;
  padding-top: 70%; /* ~7:10 ratio portrait-ish */
  background-size:cover;
  background-position:center;
}

/* Text area (bottom) */
.ksd-featured-body{
  padding:1.4rem 1.5rem 1.6rem;
}
.ksd-featured-body h3{
  font-size:1.05rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin:0 0 .6rem;
}
.ksd-featured-body p{
  font-size:.9rem;
  line-height:1.6;
  color:#ded6c7;
}
.ksd-featured-link{
  display:inline-block;
  margin-top:.8rem;
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.22em;
  color:#d6b37c;
}

/* Hover effect */
.ksd-featured-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 55px rgba(0,0,0,.6);
}
.ksd-featured-card:hover .ksd-featured-link{
  color:#f5e8d0;
}
.ksd-heritage {
  position: relative;
  background-image: url('assets/images/sections/heritage-loom.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 520px; /* or 600–700px if you prefer */
}

.ksd-heritage-overlay {
  position: relative;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.35) 40%,
    rgba(0,0,0,0) 80%
  );
  padding: 70px 0;
}

.ksd-heritage-content {
  max-width: 580px;
  color: #f5f2ea;
}
/* ================= GOLD PRELOADER ================= */

#ksd-preloader {
    position: fixed;
    inset: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity .6s ease;
}

#ksd-preloader.hide {
    opacity: 0;
    pointer-events: none;
}

.ksd-preloader-logo {
    width: 170px;
    height: auto;
    opacity: 0.9;
    filter: drop-shadow(0 0 12px rgba(214,179,60,0.55))
            drop-shadow(0 0 25px rgba(214,179,60,0.35)); /* gold glow */
    animation: goldPulse 1.8s ease-in-out infinite alternate;
}

@keyframes goldPulse {
  from { opacity: .5; transform: scale(0.96); }
  to   { opacity: 1;   transform: scale(1);   }
}
/* ================= HERITAGE SECTION ================= */

.ksd-heritage {
  padding: 80px 0;
  background: #0d0d0d;           /* rich black for contrast */
  color: #f5e8c7;
}

.ksd-heritage-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* LEFT TEXT */
.ksd-heritage-text {
  flex: 1;
  max-width: 520px;
}

.ksd-heritage-title {
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 22px;
  color: #d9b868;                /* premium gold */
  font-weight: 600;
  text-transform: uppercase;
}

.ksd-heritage-text p {
  font-size: 18px;
  line-height: 1.7;
  color: #e7e1d6;
}

/* ICON ROW UNDER TEXT */
.ksd-heritage-icons {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ksd-heritage-icon {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 20%, #f9e7b2, #a4792e);
  font-size: 18px;
}

.icon-text strong {
  display: block;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f6edd6;
}

.icon-text span {
  display: block;
  font-size: 13px;
  color: #d0c4b2;
}

/* ================= HERITAGE SECTION ================= */

.ksd-heritage {
  padding: 80px 0;
  background: #0d0d0d;
  color: #f5e8c7;
}

.ksd-heritage-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px; /* smaller gap so text and image are closer */
}

/* LEFT TEXT */
.ksd-heritage-text {
  flex: 1;
  max-width: 520px;
}

.ksd-heritage-title {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
  color: #d9b868;
  font-weight: 600;
  text-transform: uppercase;
}

.ksd-heritage-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #e7e1d6;
  margin-bottom: 18px;
}

/* META LINE UNDER TEXT (replaces icons) */
.ksd-heritage-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.ksd-heritage-meta span {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(217,184,104,0.5);
  color: #f6edd6;
  background: radial-gradient(circle at 20% 0%,
              rgba(217,184,104,0.25),
              rgba(10,10,10,0.9));
}

/* RIGHT IMAGE (BW HOVER + BORDER, GLOW, WATERMARK) */
.ksd-heritage-image {
  flex: 1;
  max-width: 780px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  border: 1px solid rgba(217,184,104,0.18);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.7);
}

.ksd-heritage-image img {
  width: 100%;
  display: block;
  filter: grayscale(0);
  transform: scale(1);
  transition: filter .6s ease, transform .6s ease, box-shadow .6s ease, border-color .6s ease;
}

/* subtle gold border + zoom + BW on hover */
.ksd-heritage-image:hover img {
  filter: grayscale(100%);
  transform: scale(1.03);
}

.ksd-heritage-image:hover {
  border-color: rgba(245, 220, 145, 0.7);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.9);
}

/* GOLD LOGO WATERMARK */
.ksd-heritage-watermark {
  position: absolute;
  bottom: 16px;
  right: 18px;
  width: 120px;
  height: 40px;
  background-image: url('assets/images/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  opacity: 0.40;
  pointer-events: none;
}

/* SCROLL REVEAL (unchanged) */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal-on-scroll.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .ksd-heritage-inner {
    flex-direction: column;
    text-align: center;
  }

  .ksd-heritage-text {
    max-width: 100%;
  }

  .ksd-heritage-image {
    max-width: 100%;
  }

  .ksd-heritage-meta {
    justify-content: center;
  }

  .ksd-heritage-title {
    font-size: 30px;
  }

  .ksd-heritage-text p {
    font-size: 15px;
  }
}

/* ========== OUR STORY / HORIZONTAL TIMELINE (LIVELY LUXURY) ========== */

.ksd-story {
  padding: 70px 0 80px;
  background: #050505;
  color: #f5efe0;
  border-top: 1px solid rgba(255,255,255,0.04);
}

/* heading area */
.ksd-story-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.ksd-story-title {
  font-size: 32px;
  margin: 6px 0 12px;
  color: #f9f1d5;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

/* subtle gold underline under title */
.ksd-story-title::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  margin: 12px auto 0;
  background: linear-gradient(
    90deg,
    rgba(217,184,104,0.0),
    rgba(217,184,104,0.9),
    rgba(217,184,104,0.0)
  );
}

.ksd-story-head p {
  font-size: 15px;
  line-height: 1.7;
  color: #d9cfbe;
}

/* horizontal timeline with 4 columns */
.ksd-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 10px;
}

/* faint line behind dots */
.ksd-timeline::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(217,184,104,0.05),
    rgba(217,184,104,0.6),
    rgba(217,184,104,0.05)
  );
  pointer-events: none;
}

/* each milestone card */
.ksd-timeline-item {
  position: relative;
  padding-top: 40px;
}

/* gold dot sitting on the line */
.ksd-timeline-dot {
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fdebb8, #b78632);
  box-shadow: 0 0 10px rgba(217,184,104,0.85);
}

/* card body for year + text */
.ksd-timeline-year {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d7b66a;
  margin-bottom: 8px;
}

.ksd-timeline-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: #e4dbcc;
  padding: 16px 16px 18px;
  border-radius: 14px;
  background: radial-gradient(circle at top, rgba(217,184,104,0.16), rgba(7,7,7,1));
  border: 1px solid rgba(217,184,104,0.22);
  box-shadow: 0 10px 30px rgba(0,0,0,0.7);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

/* hover effect to make it feel alive */
.ksd-timeline-item:hover .ksd-timeline-text {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.9);
  border-color: rgba(245,220,145,0.75);
}

/* responsive adjustments */
@media (max-width: 992px) {
  .ksd-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 28px;
  }
}

@media (max-width: 767.98px) {
  .ksd-timeline {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .ksd-timeline::before {
    display: none; /* remove horizontal line on very small screens */
  }

  .ksd-timeline-item {
    padding-top: 0;
  }

  .ksd-timeline-dot {
    position: static;
    margin: 0 auto 10px;
    transform: none;
  }

  .ksd-timeline-text {
    padding: 14px 14px 16px;
  }
}

/* ================= ARTISAN STRIP ================= */

.ksd-artisans {
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.04);
  padding: 40px 0 50px;
  color: #f5efe0;
}

.ksd-artisans-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 26px;
}

.ksd-artisans-head p {
  font-size: 15px;
  line-height: 1.7;
  color: #d9cfbe;
}

.ksd-artisans-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

/* individual artisan card */
.ksd-artisan-card {
  padding: 18px 20px 20px;
  border-radius: 14px;
  background: radial-gradient(circle at top left, rgba(217,184,104,0.10), rgba(7,7,7,1));
  border: 1px solid rgba(217,184,104,0.18);
  box-shadow: 0 10px 30px rgba(0,0,0,0.65);
}

/* quote text */
.ksd-artisan-quote {
  font-size: 14px;
  line-height: 1.7;
  color: #f4ecdd;
  margin-bottom: 14px;
  font-style: italic;
}

/* signature area */
.ksd-artisan-sign .name {
  display: block;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 16px;
  color: #e8d6aa;
  margin-bottom: 4px;
}

.ksd-artisan-sign .role {
  display: block;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #cbbda6;
}

/* hover glow */
.ksd-artisan-card:hover {
  border-color: rgba(245,220,145,0.65);
  box-shadow: 0 16px 40px rgba(0,0,0,0.9);
  transform: translateY(-3px);
  transition: all .35s ease;
}

/* responsive */
@media (max-width: 992px) {
  .ksd-artisans-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .ksd-artisans-row {
    grid-template-columns: 1fr;
  }
}
/* ================= CTA: SHOP COLLECTION ================= */

.ksd-cta {
  padding: 50px 0 70px;
  background: #020202;
  border-top: 1px solid rgba(217,184,104,0.15);
  border-bottom: 1px solid rgba(217,184,104,0.10);
}

.ksd-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 30px 40px;
  background: linear-gradient(90deg,
              rgba(217,184,104,0.10),
              rgba(7,7,7,1) 60%);
  border: 1px solid rgba(217,184,104,0.18);
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(0,0,0,0.7);
}

.ksd-cta-text h2 {
  font-size: 30px;
  margin-bottom: 6px;
  color: #f6e5c0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.ksd-cta-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #d7c9b3;
}

/* CTA Button */
.ksd-cta-btn {
  padding: 12px 36px;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  text-decoration: none;
  font-weight: 600;
  color: #0b0b0b;
  background: linear-gradient(145deg, #f6e5c0, #d9b868);
  border: 1px solid #d4a947;
  box-shadow: 0 6px 12px rgba(217,184,104,0.25);
  transition: all .3s ease;
}

.ksd-cta-btn:hover {
  background: linear-gradient(145deg, #ffeebd, #f1c974);
  color: #000;
  box-shadow: 0 10px 20px rgba(217,184,104,0.45);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
  .ksd-cta-inner {
    flex-direction: column;
    text-align: center;
    padding: 30px 22px;
  }

  .ksd-cta-btn {
    margin-top: 14px;
  }
}
/* ========== METALLIC GRADIENT GOLD ICONS + LUXURY SHIMMER ========== */

/* Base metallic gold */
.ksd-about-highlights .gold-icon {
  display: block;
  font-size: 22px;
  margin-bottom: 6px;
  position: relative;
  background: linear-gradient(130deg, #f9e7b5 0%, #d0a34c 35%, #fbeec8 60%, #b78a35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 4px rgba(217,184,104,0.4));
  animation: goldShimmer 4s ease-in-out infinite;
}

/* subtle glow on hover */
.ksd-about-highlights div:hover .gold-icon {
  filter: drop-shadow(0 0 7px rgba(240,206,120,0.75));
  transform: translateY(-1px);
  transition: 0.25s ease;
}

/* SHIMMER ANIMATION */
@keyframes goldShimmer {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ============================================================
   CONTACT PAGE (Premium) – Kashmir Shawls Dubai
   Append this at the END of assets/css/style.css
   ============================================================ */

.ksd-contact-hero{
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: clamp(60px, 7vw, 90px) 0;
  border-bottom: 1px solid rgba(214,179,124,0.14);
}

.ksd-contact-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(0,0,0,0.78) 0%,
      rgba(0,0,0,0.55) 40%,
      rgba(0,0,0,0.15) 75%,
      rgba(0,0,0,0.00) 100%);
}

.ksd-contact-hero-inner{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: end;
}

.ksd-contact-title{
  font-family: "Playfair Display","Times New Roman",serif;
  font-size: clamp(2.1rem, 3.3vw, 3rem);
  line-height: 1.1;
  margin: 0.35rem 0 0.8rem;
  color: #f7efda;
}

.ksd-contact-subtitle{
  max-width: 44rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #e6ddcc;
  margin: 0 0 1.35rem;
}

.ksd-contact-hero-actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}

.ksd-contact-btn{
  border-radius: 999px;
  padding: .78rem 1.35rem;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  background: linear-gradient(145deg, #f6e5c0, #d9b868);
  border: 1px solid #d4a947;
  color:#0b0b0b;
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.ksd-contact-btn:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
  transition: .2s ease;
  color:#000;
}

.ksd-contact-btn-outline{
  border-radius: 999px;
  padding: .78rem 1.35rem;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(245,220,145,0.55);
  color:#f5e8d0;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}
.ksd-contact-btn-outline:hover{
  background: rgba(0,0,0,0.35);
  border-color: rgba(245,220,145,0.75);
  color:#fff;
}

.ksd-contact-hero-badge{
  display: grid;
  gap: 12px;
}

.ksd-contact-mini{
  display:flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 16px;
  background: radial-gradient(circle at top left, rgba(217,184,104,0.18), rgba(0,0,0,0.55));
  border: 1px solid rgba(217,184,104,0.22);
  box-shadow: 0 12px 30px rgba(0,0,0,0.45);
}

.ksd-contact-mini .icon{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: radial-gradient(circle at 30% 20%, #f9e7b2, #a4792e);
  color:#1a1206;
  font-size: 18px;
}

.ksd-contact-mini .label{
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color:#f5e8d0;
  margin-bottom: 2px;
}

.ksd-contact-mini .value{
  color:#e6ddcc;
  font-size: 14px;
}

.ksd-contact-cards{
  background:#060606;
  padding: 44px 0 52px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.ksd-contact-card{
  height:100%;
  border-radius: 18px;
  padding: 22px 22px 20px;
  background: radial-gradient(circle at top left, rgba(217,184,104,0.12), rgba(7,7,7,1));
  border: 1px solid rgba(217,184,104,0.18);
  box-shadow: 0 14px 36px rgba(0,0,0,0.65);
}

.ksd-contact-card-icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(217,184,104,0.14);
  border: 1px solid rgba(217,184,104,0.22);
  color:#f6e5c0;
  font-size: 20px;
  margin-bottom: 14px;
}

.ksd-contact-card h3{
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  margin: 0 0 10px;
  color:#f9f1d5;
}

.ksd-contact-card p{
  margin: 0 0 10px;
  font-size: 0.95rem;
  line-height: 1.7;
  color:#d9cfbe;
}

.ksd-contact-lines{
  display:grid;
  gap: 8px;
  margin-top: 10px;
}

.ksd-contact-lines a{
  color:#f5e8d0;
  text-decoration: none;
  display:flex;
  align-items:center;
  gap: 10px;
  font-size: 0.95rem;
}
.ksd-contact-lines a:hover{
  color:#d6b37c;
}

.ksd-contact-lines .hint{
  color:#bfb4a1;
  font-size: 12px;
  letter-spacing: .04em;
}

.ksd-contact-link{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  text-decoration:none;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color:#d6b37c;
}
.ksd-contact-link:hover{
  color:#f5e8d0;
}

.ksd-contact-main{
  background:#050505;
  padding: 56px 0 70px;
}

.ksd-contact-panel{
  height:100%;
  border-radius: 18px;
  padding: 26px 26px 24px;
  background: radial-gradient(circle at top, rgba(217,184,104,0.10), rgba(7,7,7,1));
  border: 1px solid rgba(217,184,104,0.18);
  box-shadow: 0 18px 45px rgba(0,0,0,0.75);
}

.ksd-contact-panel-head h2{
  font-family: "Playfair Display","Times New Roman",serif;
  font-size: 1.75rem;
  margin: 8px 0 10px;
  color:#f7efda;
}

.ksd-contact-panel-head p{
  color:#d9cfbe;
  line-height: 1.7;
  margin-bottom: 18px;
}

.ksd-contact-form .form-label{
  color:#f5e8d0;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.ksd-input{
  background: rgba(0,0,0,0.35) !important;
  border: 1px solid rgba(217,184,104,0.22) !important;
  color:#f5efe0 !important;
  border-radius: 14px !important;
  padding: 12px 14px;
}
.ksd-input:focus{
  box-shadow: 0 0 0 .2rem rgba(217,184,104,0.16) !important;
  border-color: rgba(245,220,145,0.55) !important;
}

.ksd-contact-submit{
  border-radius: 999px;
  padding: .85rem 1.8rem;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  background: linear-gradient(145deg, #f6e5c0, #d9b868);
  border: 1px solid #d4a947;
  color:#0b0b0b;
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.ksd-contact-submit:hover{
  filter: brightness(1.05);
  transform: translateY(-1px);
  transition: .2s ease;
  color:#000;
}

.ksd-contact-note{
  margin-top: 10px;
  color:#bfb4a1;
  font-size: 12px;
  line-height: 1.6;
}

.ksd-map-panel{
  display:flex;
  flex-direction: column;
}

.ksd-map-embed{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(217,184,104,0.18);
  background: #000;
  box-shadow: 0 14px 40px rgba(0,0,0,0.65);
  margin-top: 10px;
  flex: 1;
  min-height: 360px;
}
.ksd-map-embed iframe{
  width:100%;
  height:100%;
  min-height: 360px;
  border:0;
  filter: saturate(0.95) contrast(1.05);
}

.ksd-map-actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.ksd-contact-faq{
  padding: 60px 0 80px;
  background:#060606;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.ksd-contact-faq-head{
  text-align:center;
  max-width: 720px;
  margin: 0 auto 26px;
}
.ksd-contact-faq-head h2{
  font-family: "Playfair Display","Times New Roman",serif;
  color:#f7efda;
  margin: 8px 0 10px;
}
.ksd-contact-faq-head p{
  color:#d9cfbe;
  margin: 0;
}

/* Accordion premium skin */
.ksd-accordion .accordion-item{
  background: transparent;
  border: 1px solid rgba(217,184,104,0.18);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 12px;
}
.ksd-accordion .accordion-button{
  background: rgba(0,0,0,0.35);
  color: #f5e8d0;
  font-size: 0.95rem;
  padding: 16px 18px;
}
.ksd-accordion .accordion-button:not(.collapsed){
  background: rgba(217,184,104,0.10);
  color: #fff;
  box-shadow: none;
}
.ksd-accordion .accordion-button:focus{
  box-shadow: 0 0 0 .2rem rgba(217,184,104,0.16);
}
.ksd-accordion .accordion-body{
  background: rgba(0,0,0,0.25);
  color:#d9cfbe;
  line-height: 1.7;
}

/* Responsive */
@media (max-width: 991.98px){
  .ksd-contact-hero-inner{
    grid-template-columns: 1fr;
    align-items: start;
  }
  .ksd-contact-hero-badge{
    max-width: 520px;
  }
  .ksd-map-embed{
    min-height: 320px;
  }
}
/* ===== COOKIE CONSENT ===== */
.ksd-cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 1100px;
  margin: auto;
  background: rgba(0,0,0,0.92);
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 14px;
  padding: 20px 24px;
  z-index: 9999;
  display: none;
  box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}

.ksd-cookie-content h4 {
  font-family: "Playfair Display", serif;
  color: #d4af37;
  font-size: 18px;
  margin-bottom: 8px;
}

.ksd-cookie-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #d0d0d0;
  line-height: 1.6;
  margin-bottom: 16px;
}

.ksd-cookie-content a {
  color: #d4af37;
  text-decoration: underline;
}

.ksd-cookie-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.ksd-cookie-btn {
  background: #d4af37;
  color: #000;
  border: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.ksd-cookie-btn.outline {
  background: transparent;
  color: #d4af37;
  border: 1px solid #d4af37;
}

.ksd-cookie-btn:hover {
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .ksd-cookie-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
/* About section – graceful link */
.ksd-about-link {
  margin-top: 26px;
}

.ksd-about-link a {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d4af37;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.ksd-about-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  background: rgba(212,175,55,0.35);
}

.ksd-about-link .arrow {
  transition: transform 0.25s ease;
}

.ksd-about-link a:hover .arrow {
  transform: translateX(4px);
}
/* ===== Luxury Black & Gold Dropdown ===== */
.ksd-dropdown {
  background: #0c0c0c;               /* rich black */
  border: none;
  border-radius: 0;
  padding: 14px 0;
  min-width: 270px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.ksd-dropdown .dropdown-item {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.3px;
  padding: 11px 26px;
  color: #c8a24d;                    /* luxury gold */
  background: transparent;
  transition: all 0.35s ease;
}

.ksd-dropdown .dropdown-item:hover {
  color: #e2c36b;                    /* brighter gold on hover */
  background: transparent;
  padding-left: 34px;
}

/* Divider effect (optional, very subtle) */
.ksd-dropdown li + li {
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* Desktop hover behavior */
@media (min-width: 992px) {
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.ksd-dropdown .dropdown-item::before {
  content: "•";
  margin-right: 10px;
  opacity: 0;
  transition: 0.3s ease;
}

.ksd-dropdown .dropdown-item:hover::before {
  opacity: 1;
}
/* ===== Footer submenu styling ===== */
.ksd-footer-links,
.ksd-footer-sublinks {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ksd-footer-links li {
  margin: 8px 0;
}

.ksd-footer-subgroup {
  margin-top: 14px;
}

.ksd-footer-subtitle a {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #fff;              /* title stays white for hierarchy */
  text-decoration: none;
  margin-bottom: 6px;
}

.ksd-footer-subtitle a:hover {
  color: #c8a24d;           /* luxury gold */
}

.ksd-footer-sublinks li {
  margin: 7px 0;
}

.ksd-footer-sublinks a {
  display: inline-block;
  padding-left: 14px;       /* indent */
  position: relative;
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  transition: 0.25s ease;
  font-size: 14px;
}

.ksd-footer-sublinks a::before {
  content: "—";
  position: absolute;
  left: 0;
  color: rgba(200,162,77,0.55);
}

.ksd-footer-sublinks a:hover {
  color: #c8a24d;
  transform: translateX(3px);
}

/* ====================================================
   FOOTER SUBMENU – FINAL LUXURY TUNING
   ==================================================== */

/* Parent group title (Embroidery / Jacquard Designer) */
.ksd-footer-subtitle a {
  color: #d6b37c;              /* premium soft gold */
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ksd-footer-subtitle a:hover {
  color: #f5e8d0;
}

/* Submenu links */
.ksd-footer-sublinks a {
  font-size: 0.78rem;          /* slightly smaller than parent */
  color: rgba(245,232,208,0.75);
  padding-left: 18px;
}

/* Dash indicator */
.ksd-footer-sublinks a::before {
  content: "—";
  left: 0;
  color: rgba(214,179,124,0.45);
}

/* Hover effect */
.ksd-footer-sublinks a:hover {
  color: #f5e8d0;
  transform: translateX(4px);
}

/* Reduce vertical density slightly */
.ksd-footer-sublinks li {
  margin: 5px 0;
}

.ksd-footer-subgroup {
  margin-top: 12px;
}

