/* general css */

html body {
  font-family: "Poppins", sans-serif;
  padding-top: 0px;
}

h1,
h2,
h3 {
  margin-bottom: 1rem;
}

body .h1,
body h1,
body .h2,
body h2 {
    font-size: calc(1.325rem + .9vw);
}

p,
footer p {
  margin-bottom: 1.5rem;
}
body p + a.btn {
  margin-top: 0 !important;
}
body .row > * {
  padding-right: 0;
  padding-left: 0;
}

body section {
  margin: 0 auto !important;
  padding: clamp(25px, 3.26vw, 50px) 0 !important;
}

section.gallery-widget {
  background: unset;
}

/* breadcrums */
.auto-breadcrumb .breadcrumb {
  display: flex;
  justify-content: start !important;
  align-items: start;
}

@media (max-width: 768px) {
  body section {
    padding-inline: 20px !important;
  }
}

/* Navbar */

.navbar .container p {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #f8f8ff;
}

.luxury-nav {
  background: linear-gradient(to bottom, #3a3a3a 0%, #2e2e2e 50%, #1a1a1a 100%);
  padding: 0;
}

nav.navbar.fixed-top {
  padding: 0;
}
a.navbar-brand > span {
  font-size: clamp(18px, 1.3vw, 20px);
}

@media (max-width: 768px) {
  /* for navabr text */
  .navbar .container {
    display: flex;
  }

  a.navbar-brand {
    width: 75%;
    margin: 0;
    justify-content: space-around;
  }
  .navbar .container.container p {
    width: 60%;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
  }
  .navbar .container button {
    width: 20%;
  }
  a.navbar-brand > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    position: relative;
  }

  .navbar-nav .nav-link::after,
  .navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }

  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-link.active::after {
    width: calc(100% - 16px);
  }
  .navbar-brand img {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .navbar-brand:hover img {
    transform: scale(1.05);
  }

  .navbar-brand {
    overflow: hidden;
  }
}

/* floating icons */

/* Common floating button styles */
.floating-btn {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  background-clip: padding-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

/* Hover scale */
.floating-btn:hover {
  transform: scale(1.08);
}

/* Icon size */
.floating-btn img,
.floating-btn svg {
  width: 30px;
  height: 30px;
  z-index: 2;
}

/* Pulse animation */
.floating-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: whatsapp-pulse 1.8s infinite;
  z-index: 1;
}

/* WhatsApp */
.whatsapp-btn {
  bottom: 25px;
  background-color: #25d366;
}

.whatsapp-btn::after {
  background-color: rgba(37, 211, 102, 0.45);
}

/* Call */
.call-btn {
  bottom: 95px;
  background-color: #0a66c2;
}

.call-btn::after {
  background-color: rgba(10, 102, 194, 0.45);
}

/* 🔔 Number tooltip (desktop only) */
.call-btn span {
  position: absolute;
  right: 70px;
  background: #0a66c2;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

a.floating-btn.call-btn {
  background: #212529;
}

/* Show number on hover (desktop) */
@media (hover: hover) and (pointer: fine) {
  .call-btn:hover span {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .floating-btn {
    width: 55px;
    height: 55px;
    right: 20px;
  }

  .whatsapp-btn {
    bottom: 20px;
  }

  .call-btn {
    bottom: 85px;
  }

  /* Hide tooltip on mobile */
  .call-btn span {
    display: none;
  }

  .hero-content.text-center {
    padding: 10px;
  }
}

/* Pulse keyframes */
@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .floating-btn {
    width: 55px;
    height: 55px;
    right: 20px;
  }

  .whatsapp-btn {
    bottom: 20px;
  }

  .call-btn {
    bottom: 85px;
  }

  /* Hide tooltip on mobile */
  .call-btn span {
    display: none;
  }
}
/* hero image */

#heroSlider,
section.page-header {
  margin-top: 70px !important;
  margin-bottom: 20px !important;
}

.page-header {
  height: 80vh;
  background: url("./images/hero/IMG_29351.jpg") center/cover no-repeat;
  color: white;
  display: flex;
  align-items: center;
  background-size: 100% 100% !important;
}
.about-page-header {
  height: 80vh;
  background: url("./images/hero/newktmain1.jpg") center/cover no-repeat;
}
.contact-page-header {
  height: 80vh;
  background: url("./images/hero/newktmain1.jpg") center/cover no-repeat;
}
.homepage-page-header {
  height: 80vh;
  background: url("./images/hero/newktmain1.jpg") center/cover no-repeat;
}

@media (max-width: 768px) {
  #heroSlider .hero-img {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
  }

  .page-header {
    height: 38vh;
  }
}

/* footer */

footer {
  background-image: url(images/footer/footerimage.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  color: #fff;
  margin-top: clamp(25px, 3.26vw, 50px) !important;
}

.footer .contact-info {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer .footerheader {
  color: #f8f8ff !important;
  font-size: 20px;
  font-weight: 700;
}

.footer .contact-info a {
  /* text-decoration:none; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  text-underline-offset: 5px;
  color: #fff;
}
.footer p.address {
  /* margin: 0; */
}

.footer .footerheader {
  color: #f8f8ff !important;
  font-size: 20px;
  font-weight: 700;
}

section.location-widget .row {
  margin: 0;
}

footer p.copyrights {
  margin: 0 0 10px;
}
footer p.designed {
  margin: 0;
}

footer a.logo_brand {
  text-decoration: none !important;
  display: inline-block;
  width: max-content !important;
}

@media (min-width: 992px) {
  footer {
    padding: 40px;
  }

  footer a.logo_brand img {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  footer a.logo_brand:hover img {
    transform: scale(1.05);
  }
}
@media (max-width: 768px) {
  .footer .contact-info {
    flex-direction: column;
  }
  .footer p {
    font-size: 12px;
  }
  .footer p.footerheader {
    font-size: 16px;
  }
}
/* Location widget */
section.location-widget {
  overflow: hidden;
  padding-block: clamp(25px, 3.26vw, 50px) !important;
  border-radius: clamp(22px, 3.26vw, 50px) 0;
}

section.location-widget .card.location-widget {
  padding: 1.5rem !important;
  background: rgba(0, 0, 0, 0.15);
  border-radius: clamp(22px, 3.26vw, 50px) 0;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
}

@media (min-width: 992px) {
  .location-widget .col-lg-10 {
    width: 100%;
  }
}

/* contacts us page - limg rcard */

.luxury-card {
  background: linear-gradient(145deg, #111, #1e1e1e);
  border-radius: clamp(22px, 3.26vw, 50px) 0;
  padding: clamp(20px, 3.26vw, 50px);
  color: #f5f2ec;
  position: relative;
}

.luxury-tag {
  display: inline-block;
  background: linear-gradient(90deg, #d4af37, #f6e27a);
  color: #111;
  padding: 6px 18px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}

.luxury-card h2 {
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
}

.luxury-subtitle {
  opacity: 0.85;
  margin: 18px 0 35px;
  max-width: 90%;
}

section.contact-luxury .container {
  padding: 0;
}

/* INFO ROWS */

.luxury-info {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}

.icon-box {
  width: clamp(25px, 2.99vw, 46px);
  height: clamp(25px, 2.99vw, 46px);
  background: #2e2e2e;
  border-radius: clamp(10px, 0.78vw, 12px) 0;
  display: grid;
  place-items: center;
  color: #111;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-luxury .icon-box svg {
  width: clamp(16px, 1.43vw, 22px);
  height: clamp(16px, 1.43vw, 22px);
}

.luxury-info h5 {
  margin-bottom: 6px;
  font-weight: 600;
}

.luxury-info a {
  color: #fff;
  text-decoration: none;
}

.luxury-info a:hover {
  text-decoration: underline;
}

/* BUTTON */

.luxury-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 9px 22px;
  border-radius: 40px;
  background: #2e2e2e;
  color: #111;
  font-weight: 600;
  transition: 0.35s ease;
}

/* IMAGE */

.luxury-image img {
  width: 100%;
  border-radius: clamp(22px, 3.26vw, 50px) 0;
  transition: transform 0.6s ease;
}

.luxury-image img:hover {
  transform: scale(1.04);
}

section.contact-luxury .row {
  display: flex;
  gap: 20px;
  margin: 0;
}

@media (min-width: 768px) {
  .contact-luxury .col-md-6 {
    flex: 0 0 auto;
    width: calc(50% - 10px);
  }
}

/* MOBILE */

@media (m-width: 992px) {
  .contact-luxury .align-items-center {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .luxury-info {
    display: flex;
    flex-direction: column;
  }
  section.contact-luxury .row {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .contact-luxury .col-md-6:first-child {
    position: relative;
  }

  .contact-luxury .col-md-6:first-child::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 12%;
    width: 2px;
    height: 76%;
    background: linear-gradient(to bottom, transparent, #d4af37, transparent);
  }
}
@media (min-width: 992px) {
  .contact-luxury .row {
    align-items: stretch;
  }

  .luxury-card,
  .luxury-image {
    height: 100%;
  }

  .luxury-image {
    display: flex;
    align-items: center;
  }

  .luxury-image img {
    height: 100%;
    object-fit: cover;
  }
}

/* svg color*/

.luxury-card svg path,
.luxury-card svg circle,
.luxury-card svg rect {
  stroke: #fff;
}

/* about us choose us */

.section-title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.3px;
}

.section-title span {
  display: block;
  font-size: 0.95rem;
  color: #777;
  margin-top: 8px;
}

.why-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 35px 30px;
  /* border-radius: 20px; */
  border-radius: clamp(22px, 3.26vw, 50px) 0;

  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #c59d5f, #8b5e2f);
  opacity: 0;
  transition: 0.4s;
  z-index: 0;
}

.why-card:hover::before {
  opacity: 0.08;
}

.why-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.12);
}

.why-card * {
  position: relative;
  z-index: 1;
}

.icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, #111, #444);
  color: white;
  font-size: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.why-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.why-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .why-choose-modern .col-md-4 {
    flex: 0 0 auto;
    width: calc(33.33% - 20px);
  }
  .why-choose-modern .row {
    display: flex;
    gap: 20px;
  }
}

/* about us -cta txt grp */

section.cta-text-group {
  margin: 0 auto !important;
}

/* FULL WIDTH HERO IMAGE */
.fullwidth-hero {
  position: relative;
  width: 100%;
  height: 90vh;
  background: url("./images/hero/IMG_29351.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fullwidth-hero.full-width-img-txt.about {
  background: url("./images/hero/IMG_29101.jpg") center/cover no-repeat;
  margin: clamp(25px, 3.26vw, 50px) 0 !important;
}

.fullwidth-hero.full-width-img-txt.kitchen-cabinet {
  background: url("./images/kitchencabinet/kitchencabinet.jpg") center/cover
    no-repeat;
  background-size: 100% 100% !important;
  height: 90vh;
}

.fullwidth-hero.kitchen-cabinet.imgwithcentretxt::after {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .fullwidth-hero.full-width-img-txt.kitchen-cabinet {
    background: url("./images/kitchencabinet/kitchencabinet.jpg") center contain
      no-repeat;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9; /* 👈 Set your ratio here */
  }
}

.fullwidth-hero h1,
.fullwidth-hero p {
  color: #fff;
}
/* for homepage full widget */

section.imgwithcentretxt {
  margin: clamp(25px, 3.26vw, 50px) 0 !important;
}

.fullwidth-hero.imgwithcentretxt {
  height: 60vh;
}

.fullwidth-hero.imgwithcentretxt {
  position: relative;
  overflow: hidden;
}

/* black overlay */

.fullwidth-hero.imgwithcentretxt::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* keep text above overlay */

.fullwidth-hero.imgwithcentretxt .hero-content {
  position: relative;
  z-index: 2;
}

/* for homepage full widget ends*/

section.container.about-intro .row {
  display: flex;
  gap: 20px;
  margin: 0;
}

section.container.about-intro .row .col-md-6 {
  width: calc(50% - 20px);
}

section.container.about-intro .row .col-md-6 img {
  border-radius: clamp(22px, 3.26vw, 50px) 0 !important;
}
section.container.about-intro .row {
  display: flex;
  gap: 20px;
  margin: 0;
  width: 100%;
}

@media (max-width: 992px) {
  section.container.about-intro .row {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  section.container.about-intro .row .col-md-6 {
    width: 100%;
  }
}

/* collection page - header */

section.collection-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0 !important;
}
section.collection-header p {
  text-align: justify;
}
section.collection-header h1 {
  margin: 0;
}

/* for cards collectons */

/* CARD STYLING */
.product-card {
  position: relative;
  height: 100%;
  border-radius: clamp(22px, 3.26vw, 50px) 0;
  overflow: hidden;
  transition: 0.3s ease;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* FIXED IMAGE HEIGHT */
.product-card img {
  /* height: 350px; */
  aspect-ratio: 4/3;
  object-fit: cover;
}

/* FLOATING BUTTON */
.card-mid-btn {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  background: #000;
  color: white;
  padding: 8px 22px;
  border-radius: 12px 0px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 5;
  transition: 0.25s ease;
}

.card-mid-btn:hover {
  background: #333;
  transform: translateX(-50%) translateY(-50%) scale(1.05);
}

.card-body {
  position: relative;
  padding: 30px 30px 10px;
}

.product-card p {
  /* min-height: 48px; */
  font-size: 14px;
  color: #666;
}

.collection-cards .row {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 0;
}

.collection-cards .row .col-12.col-md-6.col-lg-3 {
  margin: 0;
}

@media (min-width: 768px) {
  .collection-cards .col-md-6 {
    width: calc(33.33% - 15px);
  }
}

/* end cards collectons */

/* ===== Homepage -  GALLERY WIDGET ===== */

.gallery-widget {
  background: #f8f9fa;
}

@media (min-width: 768px) {
  .gallery-widget .col-md-6 {
    width: calc(50% - 20px);
  }
}
.gallery-widget .container .row,
.row.g-4.gallery-row {
  display: flex;
  gap: 20px;
  margin: 0;
}
.gallery-widget .container {
  padding: 0;
}

/* Text group */
.gallery-text h1,
.gallery-text h2{
  /* font-size: 2.2rem; */
  font-weight: 700;
  margin-bottom: 10px;
}

.gallery-text p {
  max-width: 1320px;
  margin: auto;
  color: #666;
  font-size: 1.05rem;
}

/* Image row */

.gallery-row {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

/* Card */
.gallery-card {
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease;
}

/* Image */
.gallery-card img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.col-md-4.port .gallery-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}

/* Hover */
.gallery-card:hover img {
  transform: scale(1.12);
}

.gallery-card:hover {
  transform: translateY(-6px);
}

.card.product-card {
  border-radius: clamp(22px, 3.26vw, 50px) 0;
}

.gallery-widget .gallery-card {
  border-radius: clamp(22px, 3.26vw, 50px) 0;
}

/* Card */
.gallery-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* Overlay */
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  color: #fff;
  display: flex;
  align-items: center;
}

.card-overlay h3 {
  font-weight: 700;
  margin-bottom: 8px;
}

a.btn,
a.card-mid-btn {
  border-radius: clamp(12px, 1.3vw, 25px) 0;
  padding: clamp(8px, 0.7vw, 10px) clamp(20px, 2vw, 30px);
}

/* ===== MOBILE FIX FOR TWO CARD SLIDER ===== */

@media (max-width: 767px) {
  /* Force carousel items to behave horizontally */
  #twoCardSlider .carousel-item .row {
    flex-wrap: nowrap;
    margin: 0;
  }

  /* Show only one card per slide */
  #twoCardSlider .carousel-item .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }

  /* Hide second card on mobile */
  #twoCardSlider .carousel-item .col-md-6:nth-child(2) {
    display: none;
  }

  .gallery-card img {
    /* aspect-ratio: 1; */
    /* object-fit:contain; */
  }
}

/* ===== Homepage -  GALLERY WIDGET ends ===== */

/* limg rimg cards */

section.left-img-right-txt .row,
section.right-img-left-txt .row {
  margin: 0;
  display: flex;
  gap: 20px;
}

section.left-img-right-txt .row img,
section.right-img-left-txt .row img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: clamp(22px, 3.26vw, 50px) 0;
}

section.left-img-right-txt .row .col-md-6,
section.right-img-left-txt .row .col-md-6 {
  width: calc(50% - 20px);
}

@media (max-width: 992px) {
  section.left-img-right-txt .row,
  section.right-img-left-txt .row {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  section.left-img-right-txt .row .col-md-6,
  section.right-img-left-txt .row .col-md-6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.left-img-right-txt .row .col-md-6,
  section.left-img-right-txt .row .col-md-6 p,
  section.right-img-left-txt .row .col-md-6,
  section.right-img-left-txt .row .col-md-6 p {
    text-align: center;
  }
  section.right-img-left-txt .row {
    flex-direction: column-reverse;
  }
}

/* limg rtxt card ends */

/* homepage txtgrp */

.text-group-widget .row {
  margin: 0;
}
@media (min-width: 992px) {
  .text-group-widget .col-lg-8 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* homepage txtgrp ends */

/* home page arrow icons */
/* ===== ICON STYLE ===== */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #ffffff;
  border-radius: clamp(12px, 1.3vw, 20px) 0;

  width: clamp(30px, 3.26vw, 42px);
  height: clamp(30px, 3.26vw, 42px);
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 0.7;
}

/* ===== PREV ICON SVG (BLACK) ===== */

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}

/* ===== NEXT ICON SVG (BLACK) ===== */

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 0 0 .708L10.293 8l-5.647 5.646a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708l-6-6a.5.5 0 0 0-.708 0'/%3e%3c/svg%3e");
}

/* ===== HOVER EFFECT ===== */

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
  transform: scale(1.12);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  background-color: #f1f1f1;
}

/* Optional subtle press */
.carousel-control-prev:active .carousel-control-prev-icon,
.carousel-control-next:active .carousel-control-next-icon {
  transform: scale(0.96);
}

/* collection innerpage */

section.row.g-4.gallery-row .col-md-4 {
  margin: 0;
}

@media (min-width: 768px) {
  .gallery-widget .col-md-4 {
    flex: 0 0 auto;
    width: calc(50% - 20px);
  }

  .gallery-widget .col-md-4.port {
    width: calc(33% - 20px);
  }
}

/* Page spacing */
.video-section {
  padding: 60px 20px;
  background: #f5f6f8;
}

/* Center container */
.video-container {
  max-width: 1320px;
  margin: auto;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* Video style */
.video-player {
  width: 100%;
  height: auto;
  display: block;
}

/* Smooth hover feel */
.video-container:hover {
  transform: translateY(-3px);
  transition: 0.3s ease;
}

/* homepage video */

.homepage-hero .video-container {
  max-width: 100%;
}

section.homepage-hero.video-section {
  padding: 0 !important;
  margin-top: 70px !important;
  border-radius: 0px;
  /* height: 60vw; */
}

section.homepage-hero .video-section video {
  /* height: 60vw; */
  aspect-ratio: 390/563;
  object-fit: cover;
}

section.homepage-hero.video-section .video-container {
  border-radius: unset;
}

@media (min-width: 768px) {
  section.homepage-hero.video-section {
    /* height: 60vw; */

    margin-top: 0px !important;
  }

  section.homepage-hero.video-section video {
    /* height: 60vw; */
    aspect-ratio: 1536/682;
    object-fit: cover;
  }
}

/* ====== REVEAL BASE ====== */

.reveal {
  opacity: 0;
  transform: translateY(40px);
}

.reveal.reveal-show {
  animation: fadeIn 1.2s ease-out forwards;
}

/* LEFT / RIGHT slide helpers */
.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
}

.reveal-right {
  opacity: 0;
  transform: translateX(60px);
}

.reveal-left.reveal-show,
.reveal-right.reveal-show {
  animation: fadeIn 1.2s ease-out forwards;
}

/* Delay helpers */
.delay-1 {
  animation-delay: 0.2s;
}
.delay-2 {
  animation-delay: 0.4s;
}
.delay-3 {
  animation-delay: 0.6s;
}
.reveal,
.reveal-left,
.reveal-right {
  opacity: 0;
}

.reveal.reveal-show,
.reveal-left.reveal-show,
.reveal-right.reveal-show {
  opacity: 1;
}

/* Animations */

/* FLOATING UP EFFECT (hearts / particles / petals)  */
@keyframes floatUp {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-110vh) scale(1.8);
    opacity: 0;
  }
}

/* FADE IN + SLIDE */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .reveal-left,
  .reveal-right {
    transform: translateY(30px) !important;
  }
}

.page-breadcrumb {
  background: #f5f6f7;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}

.breadcrumb {
  background: transparent;
  font-size: 14px;
}

.breadcrumb-item a {
  color: #6c757d;
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: #212529;
}

.breadcrumb-item.active {
  color: #212529;
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
}

.gallery-row.color img {
  object-fit: contain;
}
/* homepage kitchen cabinet */

section.kitchen-hero {
  padding-inline: 0 !important;
}
/* homepage silder */
section.gallery-widget.forslideronly h3 {
  margin-bottom: 16px;
}
/* collection inner bgs */
.collection-page-header.plywood {
  background: url("./images/plywood/ph1.jpg") center/cover no-repeat;
}

.collection-page-header.veeners {
  background: url("./images/veeners/veeners.jpg") center/cover no-repeat;
}

.collection-page-header.laminates {
  background: url("./images/laminates/Horizontal/laminates.jpg") center/cover
    no-repeat;
}
.collection-page-header.beedings {
  background: url("./images/edgebeedings/jpg/beeding1.jpg") center/cover
    no-repeat;
}
.collection-page-header.adhesives {
  background: url("./images/adhesives/jpg/fevicol.jpg") center/cover no-repeat;
}
.collection-page-header.doors {
  background: url("./images/doors/jpg/doorsbanner.jpg") center/cover no-repeat;
}

.collection-page-header.kitchenaccesories {
  background: url("./images/kitchen accesories/horizontal/kh1.jpg  ")
    center/cover no-repeat;
}

.collection-page-header.panels {
  background: url("./images/panels/panels.jpg") center/cover no-repeat;
}

.collection-page-header.smartlock {
  background: url("./images/smart lock/smarlockbanner.jpg") center/cover
    no-repeat;
}

/* sdfghj */


/* SMOOTH SLIDING CAROUSEL */
.fixedslider {
  overflow: hidden;
}

.fixedslider h2 {
  margin: 0 0 20px;
}

/* Faster smooth slide */
.fixedslider .carousel-item {
  transition: transform 0.6s ease-in-out;
}

/* Remove black background */
.fixedslider .carousel-inner {
  background: transparent;
}

/* Card design */
.fixedslider .gallery-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.fixedslider .gallery-card img {
  width: 100%;
  /* height: 360px; */
  object-fit: cover;
  transition: transform 0.6s ease;
}

.fixedslider .gallery-card:hover img {
  transform: scale(1.05);
}

.fixedslider .card-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  color: #fff;
}

.fixedslider .card-overlay h3 {
  margin: 0 0 16px;
  font-weight: 600;
}

.fixedslider .btn {
  margin-top: 8px;
}

.fixedslider .gallery-card img {
  width: 100%;
  /* aspect-ratio: 16/9; */
  object-fit: cover;
}

/* Desktop */
@media (min-width: 992px) {
  .fixedslider .gallery-card img {
    height: 70vh;
  }
}

/* Mobile */
@media (max-width: 991px) {
  .fixedslider .gallery-card img {
    height: 280px;
  }
}

