@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

:root {
    --color-primary: #164a34;
    --color-primary-lite: #ace2c9;
    --color-secondary: #333333;
    --font-heading: "Prompt", sans-serif;
    --font-body: "Quicksand", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: var(--font-body);
    font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

html {
    overflow-x: hidden;
}


.swiper-container {
    overflow: hidden;
}

.swiper img {
    width: 100%;
    display: block;
}


a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

img {
    max-width: 100%;
}

ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
}


.hz-container-fluid
{
            max-width: 1526.4px;
}


.title-s1{
    font-size: 35px;
    font-family: var(--font-heading);
    color: var(--color-primary-lite);
    font-weight: 700;
    margin: 0 0 30px;
}
.title-s1 {
    font-size: 36px;
    font-family: var(--font-heading);
}

.title-s2{
    font-size: 35px;
    font-family: var(--font-heading);
    color: var(--color-primary);
    font-weight: 700;
    margin: 0 0 30px;
}
svg
{
    width: 20px;
    height: 20px;
}

/*Header*/
.header-row
{
    margin: 5px 0;
}
.logo-main img
{
    width: 210px;
}
.sticky .logo-main img
{
    width: 160px;
}
/*Header*/

/*Sticky Header*/
header {
    width: 100%;
    position: fixed;
    z-index: 9;
}
header {
    transition: .3s;
}
header.sticky {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
header.sticky.sticky-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #FFF;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 9%);
    position: fixed;
    z-index: 9;
}
/*Sticky Header*/

/*Menu Starts*/

.hz69-menu-v2 {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}


.hz69-menu-v2>li>a {
    display: flex;
    gap: 5px;
    padding: 10px 20px;
    color: #000000;
    font-weight: 500;
}
.hz69-menu-v2>li>a:hover{
}

.menu-toggle {
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    padding: 0;
}

.menu-toggle svg {
    width: 30px;
    height: 30px;
}

.close-btn {
    background: #ffffff70;
    cursor: pointer;
    z-index: 9;
    display: block;
    position: absolute;
    right: 28px;
    top: 27px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
}

.close-btn svg {
    width: 20px;
    height: 20px;
    fill: var(--color-primary);
    /* position: absolute; */
    /* right: 10px; */
    /* top: 10px; */
}




.hz69-menu-v2-container
{
    display: flex;
    align-items: center;
}

@media (max-width:768px) {
    .hz69-menu-v2-container {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        z-index: 9;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        background-color: var(--color-primary);
        display: flex;
        align-items: center;
        gap: 30px;
        flex-direction: column;
        height: 100vh;
        overflow-y: scroll;
        width: 100%;
    }

    .hz69-menu-v2 {
        display: flex;
        padding: 30px 28px;
        flex-direction: column;
        gap: 18px;
        /* position: absolute; */
        /* height: 100vh; */
        /* overflow-y: scroll; */
        width: 100%;
        justify-content: flex-start;
        margin-top: 50px;
    }

    .hz69-menu-v2>li>a {
        color: #FFF;
        display: flex;
        gap: 5px;
        padding: 11px 20px;
        /* background: #0e3625; */
    }

    .has-dropdown {
        background: #aa1917;
        box-shadow: none;
    }

    .hz69-menu-v2>li>.drop-down-list>li>a {
        color: #FFF;
        border: none;

    }

    .hz69-menu-v2>li:hover>.drop-down-list {
        display: none;
        animation: none;
    }

    .drop-down-list {
        position: inherit;
        background-color: transparent;
        box-shadow: none;
    }

    .hz69-menu-v2>li>.drop-down-list>li>a:hover {
        background: transparent;
    }
}



/*Menu Ends*/


/*Main slider*/
/* move dots to right bottom */
.main-slider .swiper-pagination {
  text-align: right;
  right: 20px;
  left: auto;
  bottom: 20px;
}

/* default dot */
.main-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.6;
  border-radius: 50%;
  margin: 0 4px !important;
  transition: all 0.3s ease;
}

/* active dot – rectangle / pill */
.main-slider .swiper-pagination-bullet-active {
  width: 22px;
  height: 8px;
  border-radius: 20px;
  opacity: 1;
}

/*Main slider*/




/*Innerpage header*/
.innerpage-header {
  padding: 96px 0 90px;
  text-align: center;
  background-image: url(../images/header-bg2.png); /* adjust if needed */
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
}

.innerpage-header h2 {
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  margin-top: 0;
  font-family: var(--font-heading);
  color: var(--color-secondary);
}

/* breadcrumb */
.innerpage-header .breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
}

/* breadcrumb items */
.innerpage-header .breadcrumb li {
  font-size: 14px;
  color: #000000;
  position: relative;
}

/* links */
.innerpage-header .breadcrumb a {
  text-decoration: none;
  color: var(--color-primary);
  transition: color 0.3s ease;
}

.innerpage-header .breadcrumb a:hover {
  color: #000;
}

/* triangle separator */
.innerpage-header .breadcrumb li + li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 12px;
  border-left: 6px solid var(--color-secondary);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/*Innerpage header*/


/*Buttons*/
.btn-s1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--color-primary);
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 999px; /* perfect pill */
  cursor: pointer;
  transition: 
    background-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}


.btn-s2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 34px;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 999px;
  transition: 
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.btn-s2.white {
  background: #fff;
  color: var(--color-primary);
}

/* icon */
.btn-s2 .icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  transition: transform 0.3s ease;
}

.btn-s2.white  .icon {
  fill: var(--color-primary);
}
/* hover animation */
.btn-s2:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.18);
}

/* arrow slide */
.btn-s2:hover .icon {
  transform: translateX(6px);
}
.btn-s2:hover {
  box-shadow:
    0 10px 22px rgba(0,0,0,0.18),
    0 0 0 6px rgba(255,255,255,0.12);
}


.sticky .btn-s1 {
  padding: 10px 23px;
}

/* Phone icon */
.btn-s1 .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}

/* ✨ Hover effect */
.btn-s1:hover {
  background-color: #1c5f42; /* slightly lighter than primary */
  transform: translateY(-1.5px);
  box-shadow: 0 8px 18px rgba(22, 74, 52, 0.28);
}

.btn-s1:hover .icon {
  transform: scale(1.08) rotate(-4deg);
}

.btn-s1:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(22, 74, 52, 0.25);
}
/* Optional focus (accessibility) */
.btn-s1:focus-visible {
  outline: 2px solid rgba(22, 74, 52, 0.4);
  outline-offset: 4px;
}

/*Buttons*/

/*Home Products*/
.home-products
{
    background-color: var(--color-primary);
}
.product-cat-box {
  position: relative;
  display: block;
  height: 440px;
  overflow: hidden;
  text-decoration: none;

  /* only top-right corner rounded */
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  border-top-right-radius: 120px;
}

/* background image */
.product-cat-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* bottom gradient overlay */
.product-cat-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52%;
  background: linear-gradient(to top, #061710, rgb(0 0 0 / 0%));
  z-index: 1;
}

/* title text */
.product-cat-title {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 2;
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.3px;
}


.product-cat-box {
  transition: 
    transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-cat-box img {
  transition: transform 0.8s ease;
}

.product-cat-box:hover img {
  transform: scale(1.06);
}
.product-cat-box::after {
  transition: height 0.45s ease, background 0.45s ease;
}

.product-cat-box:hover::after {
  height: 60%;
  background: linear-gradient(to top, rgb(6 24 16 / 90%), rgba(0, 0, 0, 0));
}

/*Home Products*/





/*productline Swiper*/
/* wrapper to keep buttons outside slides */
.productline-swiper-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

/* swiper */
.productline-swiper {
  width: 100%;
}

/* slide item */
.productline-swiper .swiper-slide a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.productline-swiper img {
  width: 100%;
  display: block;
}

.productline-swiper h3 {
  margin-top: 12px;
  font-size: 16px;
  color: #000;
}

/* navigation buttons */
.productline-nav {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.productline-prev {
  left: -60px;
}

.productline-next {
  right: -60px;
}

.productline-nav svg {
  width: 18px;
  height: 18px;
  fill: #7f7f7f;
}

/* mobile spacing fix */
@media (max-width:768px) {
  .productline-prev {
    left: 0;
    width: 34px;
    height: 34px;
  }
  .productline-next {
    right: 0;
    width: 34px;
    height: 34px;
  }
}

/*productline Swiper*/


/*Process*/
.process-item {
  display: flex;
  align-items: center;
  gap: 28px;
}

/* Left dashed circle */
.process-visual {
  width: 260px;
  aspect-ratio: 1 / 1;          /* 🔑 forces perfect circle */
  border: 2px dashed #0000007d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;               /* 🔑 prevents flex distortion */
}


.process-visual img {
  width: 70%;
  height: auto;
}

/* Content */
.process-content {
  max-width: 420px;
}

/* Step + title */
.process-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.process-step {
  background: var(--color-primary);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 6px 11px;
  border-radius: 0;
  font-family: var(--font-heading);
}

.process-title {
  color: var(--color-primary);
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  font-family: var(--font-heading);
}

/*Process*/





/*Redefining Interiors*/
.redefining-interiors {
  position: relative;
  background-image: url('../images/redefining-interiors.webp');
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 240px 0;
  overflow: hidden;
}

/* green gradient overlay from right → left */
.redefining-interiors::after {
  content: "";
  position: absolute;
  inset: auto;
  background: linear-gradient(to left, var(--color-primary) 0%, rgb(22 74 52) 35%, rgba(22, 74, 52, 0.4) 90%, rgba(22, 74, 52, 0) 100%);
  z-index: 1;
  width: 59%;
  height: 100%;
  right: 0;
  top: 0;
}

/* content */
.redefining-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

/* paragraph spacing only (no font styling) */
.redefining-content p {
  margin: 24px 0 32px;
  max-width: 520px;
}

/*Redefining Interiors*


/*Why choose us*/
.why-choose-us {
  position: relative;
  background: #262626;
  padding: 100px 0;
  overflow: hidden;
  color: #ffffff;
}

/* background M */
.why-choose-us::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/M.svg') center bottom / 40% no-repeat;
  pointer-events: none;
}

/* intro text */
.why-choose-intro {
  max-width: 720px;
  margin: 20px auto 0;
  opacity: 0.9;
}

/* each item */
.why-item {
  position: relative;
  text-align: left;
}

/* icon */
.why-icon {
  width: 90px;
  height: 90px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.why-icon img {
  width: 52px;
  height: auto;
}

/* title */
.why-item h4 {
  color: #ace2c9;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: var(--font-heading);
}

/* text */
.why-item p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .why-choose-us {
    padding: 70px 0;
  }

  .why-choose-us::after {
    background-size: 90%;
  }

  .why-item {
    text-align: center;
  }

  .why-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

/*Why choose us*/


/*Vision mission*/
.vision-mission {
  position: relative;
  background-image: url("../images/measurement.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  padding: 100px 0 140px;
}

/* bottom centered logo */
.vision-logo {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.vision-logo img {
  max-width: 220px;
  height: auto;
}

/*Vision mission*/


/* =========================
   FOOTER
========================= */

.site-footer {
  background: var(--color-primary);
  color: #ffffff;
  padding: 90px 0 40px;
}

/* Titles */
.footer-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Paragraph */
.site-footer p {
  opacity: 0.9;
  line-height: 1.7;
}

/* =========================
   QUICK LINKS (PRIMARY HOVER)
========================= */

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

.footer-links a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  opacity: 0.85;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: linear-gradient(to left, var(--color-primary) 0%, rgb(96 165 136) 35%, rgba(22, 74, 52, 0.4) 90%, rgba(22, 74, 52, 0) 100%);
  transition: width 0.35s ease;
}

.footer-links li:hover {
  transform: translateX(6px);
}

.footer-links li:hover a {
  opacity: 1;
}

.footer-links li:hover a::after {
  width: 100%;
}

/* =========================
   CONTACT (MINIMAL HOVER)
========================= */

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  align-items: flex-start;
}

.footer-contact a {
  color: #ffffff;
  opacity: 0.85;
  text-decoration: none;
  transition: opacity 0.25s ease;
}

.footer-contact li:hover a {
  opacity: 1;
}

.footer-contact li:hover .icon {
  color: #ace2c9;
}

/* =========================
   ICONS
========================= */

.site-footer .icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
  margin-top: 3px;
}

/* =========================
   SOCIAL ICONS
========================= */

.footer-social {
  margin: 50px 0 30px;
  display: flex;
  justify-content: center;
  gap: 28px;
}

.footer-social a {
  color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-social a:hover {
  transform: translateY(-4px);
  opacity: 0.85;
}

.footer-social a:hover .icon {
  filter: drop-shadow(0 6px 12px rgba(172, 226, 201, 0.5));
}

.footer-social .icon {
  width: 36px;
  height: 36px;
}

/* =========================
   FOOTER BOTTOM
========================= */

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 14px;
  opacity: 0.85;
}

/* Credit */
.footer-credit a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-credit a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.footer-credit img {
  height: 22px;
  margin-left: 6px;
}
.footer-contact-wrap {
  row-gap: 20px;
}

/* =========================
   TOUCH DEVICE SAFETY
========================= */

@media (hover: none) {
  .footer-links li:hover {
    transform: none;
  }

  .footer-social a:hover,
  .footer-credit a:hover {
    transform: none;
  }
}


.form-area::after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 210px;
    height: 67px;
    background: #FFF;
}


/*Contact us page*/
/* =========================
   CONTACT PAGE
========================= */

.contact-page {
  padding: 90px 0;
}

/* Header */
.contact-header {
  max-width: 700px;
  margin: 0 auto 60px;
}

.contact-header p {
  opacity: 0.85;
  margin-top: 15px;
}

/* =========================
   CONTACT INFO BOX
========================= */

.contact-info-box {
  background: #f7f9f8;
  padding: 40px;
  border-radius: 18px;
  height: 100%;
}

.contact-box-title {
  font-family: var(--font-heading);
  font-size: 22px;
  margin-bottom: 25px;
  color: var(--color-primary);
}

/* Contact list */
.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-list li {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.contact-info-list a {
  color: var(--color-secondary);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-list a:hover {
  color: var(--color-primary);
}

/* Icons */
.contact-info-list .icon {
  width: 20px;
  height: 20px;
  fill: var(--color-primary);
  flex-shrink: 0;
  margin-top: 3px;
}

/* =========================
   MAP
========================= */

.contact-map-box {
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  min-height: 350px;
}

.contact-map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .contact-page {
    padding: 70px 0;
  }

  .contact-info-box {
    padding: 30px;
  }
}

/*Contact us page*/



/* =========================
   ALL PRODUCTS PAGE
========================= */

.all-products-title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  color: var(--color-secondary);
}

.all-products-subtitle {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.85;
  line-height: 1.7;
}

/* =========================
   PRODUCT CATEGORY BOX
========================= */

.product-cat-box-inner {
  position: relative;
  display: block;
  height: 420px;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.product-cat-box-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* bottom overlay */
.product-cat-box-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.1) 45%,
    rgba(0, 0, 0, 0) 70%
  );
  z-index: 1;
}

/* title */
.product-cat-title-inner {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 2;
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
}

/* hover effects */
.product-cat-box-inner:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.25);
}

.product-cat-box-inner:hover img {
  transform: scale(1.06);
}






/* =========================
   RESPONSIVE
===========*/




/* =========================
   CATEGORY PAGE
========================= */

.product-category-page {
  padding: 90px 0;
  background: #e8eee7;
}

.category-header {
  max-width: 760px;
  margin: 0 auto 90px;
}

.category-header p {
  margin-top: 15px;
  opacity: 0.85;
  line-height: 1.7;
}

/* =========================
   PRODUCT ROW
========================= */

.product-row {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  background: #fefffd;
  padding: 30px;
  margin: 0 0 30px;
  border: 1px solid #e8eee8;
}

.product-row:last-child {
  border-bottom: none;
}

/* Image */
.product-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 2;
  object-fit: contain;
  box-shadow: 0 5px 6px rgb(0 0 0 / 22%);
  background: #FFF;
  padding: 5px;
}

/* Content */
.product-info h2 {
  font-family: var(--font-heading);
  font-size: 28px;
  margin: 12px 0 14px;
  color: var(--color-secondary);
}

.product-info p {
  line-height: 1.8;
  max-width: 640px;
  opacity: 0.9;
}

/* Badge */
.product-badge {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 999px;
  background: rgb(185 215 180);
  color: var(--color-secondary);
}

.product-badge.premium {
  background: var(--color-primary);
  color: #fff;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .product-row {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .product-media {
    max-width: 280px;
    margin: 0 auto;
  }

  .product-info p {
    margin-left: auto;
    margin-right: auto;
  }
}




/*WhatsApp floating*/
.floatingwhatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    background: #4dc247;
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: -4px 4px 7px 0px rgb(0 0 0 / 20%);
    justify-content: center;
    align-items: center;
}

.floatingwhatsapp svg {
    width: 27px;
    height: 27px;
    fill: #FFF;
}

/*WhatsApp floating ends*/




/*Responsive*/
@media (max-width:1300px)
{
.hz69-menu-v2>li>a {
    padding: 10px 5px;
}
}
@media (max-width:1200px)
{
.hz69-menu-v2>li>a {
    padding: 6px 15px;
    display: flex;
    justify-content: center;
}
}
@media (max-width:768px)
{

.innerpage-header {
    padding: 80px 0 60px;
    background-size: 300%;
}

header.sticky.sticky-active {
    position: absolute;
}
.logo-main img {
    width: 150px;
    margin: 10px 0 0;
}
.hz-container-fluid {
    padding: 0 0px;
}
.title-s1 {
        font-size: 27px;
        line-height: 39px;
        margin: 0 0 20px;
}
.title-s2 {
        font-size: 27px;
        line-height: 39px;
}
.product-cat-box {
    height: 210px;
            border-top-right-radius: 60px;
}
.product-cat-title {
    left: 21px;
    bottom: 17px;
    font-size: 18px;
    font-weight: 700;
}
.process-visual {
    width: 130px;
    border: 1px dashed #0000007d;
}
  .process-item {
    gap: 15px;
}
  .process-step {
    font-size: 15px;
    font-weight: 300;
    padding: 6px 10px;
}
  .process-title {
    font-size: 21px;
    line-height: 20px;
}
.redefining-interiors {
    padding: 0px 0 50px 0;
    background-image: none;
    background-color: var(--color-primary);
}
.redefining-interiors::after {
  display:none;
}
.redefining-content p {
    margin: 0 0 32px;
}
.vision-mission {
    padding: 50px 0 220px;
    background-position: right bottom -20px;
}
.vision-logo {
    position: absolute;
    left: 20px;
    bottom: 110px;
    transform: none;
}
.vision-logo img {
    max-width: 180px;
}
.site-footer {
    padding: 40px 0 10px;
}
    .form-area::after {
        width: 70px;
    }
    .product-info h2 {
      line-height: 34px;
}
.product-category-page {
    padding: 50px 0;
}
.category-header {
    margin: 0 auto 30px;
}

.btn-s2 {
    padding: 12px 23px;
}

}
/*Responsive*/