@font-face {
  font-family: "Fedra Sans Condensed Std Demi";
  src: url("../fonts/FedraSansCondensedStdDemi.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Fedra Sans Std";
  src: url("../fonts/FedraSansStd-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Light.woff2') format('woff2'),
    url('../fonts/Melodrama-Light.woff') format('woff'),
    url('../fonts/Melodrama-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Regular.woff2') format('woff2'),
    url('../fonts/Melodrama-Regular.woff') format('woff'),
    url('../fonts/Melodrama-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Regular.woff2') format('woff2'),
    url('../fonts/Melodrama-Regular.woff') format('woff'),
    url('../fonts/Melodrama-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Medium.woff2') format('woff2'),
    url('../fonts/Melodrama-Medium.woff') format('woff'),
    url('../fonts/Melodrama-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Semibold.woff2') format('woff2'),
    url('../fonts/Melodrama-Semibold.woff') format('woff'),
    url('../fonts/Melodrama-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Bold.woff2') format('woff2'),
    url('../fonts/Melodrama-Bold.woff') format('woff'),
    url('../fonts/Melodrama-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('../fonts/SourceSans3-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Onest - Only Bold */
@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  color: #232322;
  font-family: "Fedra Sans Std", sans-serif;
}

p {
  margin: 0;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0;
  color: #000000;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: normal;
  font-weight: 600;
  font-family: "Fedra Sans Condensed Std Demi", sans-serif;
}


*,
:after,
:before {
  box-sizing: border-box
}

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

img {
  background-color: #fff0
}

ul li {
  list-style-type: none
}

.lg-none {
  display: none;
}

.sm-none {
  display: block;
}

/*==============navbar=============*/
.navbar {
  background: #fff;
  padding: 15px 0px 0px 15px;
  position: relative;
}

.nav-container {
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color: #2c3e50;
  text-decoration: none;
  letter-spacing: 2px;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-link {
  display: block;
  padding: 25px 20px 36px 20px;
  text-decoration: none;
  color: #333;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: capitalize;
  transition: color 0.3s ease;
  cursor: pointer;
}

.nav-link:hover {
  color: #1E1E1E;
}

.dropdown-arrow {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.nav-item:hover .dropdown-arrow {
  transform: rotate(180deg);
  display: none;
}

/* Mega Menu Styles */
.mega-menu {
  border-top: 0.3px solid #1E1E1E;
  position: absolute;
  top: 100%;
  left: 50%;
  background: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-20px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 999;
}

.nav-item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.mega-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  padding: 40px 40px 10px 40px;
  box-shadow: 1px 4px 7px 0px #c8baba;
}

.mega-column h3 {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #232322;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}

.mega-column_link {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: 20px !important;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #232322;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}

.mega-column ul {
  list-style: none;
}

.mega-column li {
  margin-bottom: 5px;
}

.header-accordion {
  background: none;
  border: none;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.accordion-content {
  list-style: none;
  margin-top: 10px;
  transition: max-height 0.3s ease;
}

.mega-column {
  border-right: 0.6px solid #D9D9D9;
  padding-right: 30px;
}

.mega-content>.mega-column:last-child {
  border-right: none;
  padding-right: 0px;
}

.mega-column-icon {
  border-bottom: 0.6px solid #D9D9D9;
  padding-bottom: 2px;
  margin-bottom: 8px;
}

.mega-column img {
  width: 100%;
  height: 200px;
  border-radius: 20px;
}

.accordion-content li {
  margin-bottom: 8px;
}

.accordion-content a {
  text-decoration: none;
  color: #1E1E1E;
  transition: color 0.3s ease;
}

.accordion-content a:hover {
  color: #1E1E1E;
}

.mega-column a {
  font-family: "Fedra Sans Std", sans-serif;
  ;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 5px 0;
  display: block;
  transition: all 0.3s ease;
  color: #232322;
}

.mega-column a:hover {
  color: #000000;
  padding-left: 10px;
}

.nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 30px;
  width: 0;
  height: 2px;
  background-color: #1E1E1E;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 75%;
}

.cta-button {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.cta-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* Right Side Icons */
.nav-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 10px;
}

.icon-link {
  color: #333;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.left-border {
  border-right: 1.9px solid #D9D9D9;
  padding-right: 14px;
}

.cart-count {
  position: absolute;
  top: 0px;
  right: -23px;
  background: #e8e8e8;
  color: #000000;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile Menu */
.mobile-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
}

.mobile-toggle span {
  width: 25px;
  height: 3px;
  background: #333;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}

.mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}


/* Demo Content */
.demo-content {
  padding: 60px 20px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.demo-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #2c3e50;
}

.demo-content p {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.8;
}

/*---end---*/

/* ===========Footer============== */
footer {
  background-color: #1E1E1E;
  color: #fff;
  font-family: "Fedra Sans Std", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.footer-newsletter {
  padding: 26px 0px 20px 0px;
  text-align: center;
}

.footer-newsletter form {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 50%;
}

.stay-inspired h4 {
  text-align: left;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.56;
  /* 156% */
  letter-spacing: 0;
  text-transform: capitalize;

}

.footer-newsletter input {
  width: 55%;
  max-width: 100%;
  height: 55px;
  border-radius: 308px;
  border: none;
  padding: 10px 20px;
}

.footer-newsletter button {
  position: relative;
  padding: 10px 20px;
  background: #988A4A;
  border: none;
  color: #ffffff;
  cursor: pointer;
  height: 55px;
  border-radius: 90px;
  text-decoration: none;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
  width: 30%;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
}

.footer-newsletter button:hover {
  background-color: #89796E;
}



.footer-newsletter button span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.footer-newsletter button:hover span {
  color: #fff;
}

.footer-newsletter input::placeholder {
  color: #999;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  opacity: 1;
  font-size: 16px;
}

.footer-main {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  padding: 40px 0px;
  border-top: 0.5px solid #FFFFFF;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 15%;
}

.contact-info ul li {
  display: flex;
  gap: 20px;
  align-items: self-start;
}

.footer-logo {
  width: 100px;
  margin-bottom: 10px;
}

.footer-column h4 {
  margin-bottom: 10px;
  text-align: left;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.56;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-info {
  padding-top: 25px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 5px 0;
}

.footer-column.contact-info ul li a {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.footer-column ul a {
  text-decoration: none;
  color: #FFFFFF;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0;
  transition: all 0.3s ease;
  cursor: pointer !important;
}

.footer-column ul a:hover {
  padding-left: 4px;
}

.footer-bottom {
  text-align: center;
  padding: 20px 0px;
  border-top: 0.5px solid #FFFFFF;
  margin: 0 20px;
}

.footers-links a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.56;
  transition: all 0.3s ease;
  cursor: pointer !important;
}

.footers-links a:hover {
  color: #988A4A;
}

.footers-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 15px;
}

.footer-social {
  margin: 10px 0;
  display: flex;
}

.footer-social a {
  margin: 0 10px;
}

.footer-social img {
  width: 20px;
}

.credit {
  color: #ffffff;
  text-decoration: none;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  transition: all 0.3s ease;
  cursor: pointer !important;
}

.footer-social a:hover {
  background-color: #988a4a;
}

.credit :hover {
  color: #988A4A;
}

.footer-copyrights p:hover {
  color: #988A4A;
  cursor: pointer;
}

.newsletter-content {
  display: flex;
  justify-content: space-between;
}

.stay-inspired {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-column.footer-brand {
  min-width: 25%;
  padding-right: 30px;
}

.stay-inspired p {
  text-align: left;
  width: 85%;
}

footer p {
  color: #FFFFFF;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 300;
}

.footer-copyrights {
  display: flex;
  justify-content: space-between;
  border-top: 0.5px solid #FFFFFF;
  align-items: baseline;
}

.footer-social a:nth-child(1) img {
  width: 8px;
  transition: all 0.3s ease;
  /* Facebook */
}

.footer-social a:nth-child(2) img {
  width: 16px;
  transition: all 0.3s ease;
}

.footer-social a:nth-child(3) img {
  width: 16px;
  /* LinkedIn */

  transition: all 0.3s ease;
}

span.terms_icon img {
  width: 13px;
}

.ftr_accordion h4 {
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.ftr_accordion-header {
  background: none;
  border: none;
  color: #fff;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-align: left;
  padding: 0;
  cursor: pointer;
  min-width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 6px 0;
}

.ftr_icon {
  font-size: 21px;
}

.ftr_accordion-panel {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}

.ftr_accordion-panel ul {
  list-style: none;
  padding-left: 0;
  margin: 8px 0 0;
}

.ftr_accordion-panel ul li {
  margin: 5px 0;
}

.contact-info img {
  width: 17px;
}

.footer-social a {
  background-color: #ffffff;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}



/* footer end */
.container {
  width: 95%;
  margin: 0 auto;
}

main {
  padding: 35px 0px 50px 0px;
}

h1 {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}

.banner_desktop {
  height: 100%;
}

/*========= blog======= */
.blog-section {
  padding: 0px 20px;
  max-width: 95%;
  margin: auto;
  font-family: "Fedra Sans Std", sans-serif;
}

.breadcrumb {
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}

.blog-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 30px;
  padding-top: 20px;
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s;
  cursor: pointer;
}

.blog-image {
  position: relative;
  overflow: hidden;
}

/* Blog card container - add overflow hidden to prevent image overflow */
.blog-card {
  overflow: hidden;
  border-radius: 8px;
  /* optional: add rounded corners */
}

.blog-image {
  overflow: hidden;
  /* This is crucial to hide the scaled image overflow */
}

.blog-image img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
  /* Remove transition from hover state - only define it here */
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
  /* Reduced from 1.5 to 1.05 for subtle effect */
  /* Remove the transition property from here */
}

.blog-date {
  position: absolute;
  top: 0px;
  left: 20px;
  background: #fff;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  line-height: 1.4;
  border-radius: 0px 0px 4px 4px;
  font-weight: 500;
  width: 90px;
}

.blog-heading {
  padding: 13px 0px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: capitalize;
  color: #222;
}

.read-more {
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  min-height: 30px;
}

.read-more span {
  display: none;
  transform: translateX(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  white-space: nowrap;
  margin-right: 8px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
}

.read-more .arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.4s ease;
  flex-shrink: 0;
  /* Prevent arrow from shrinking */
}

/* Show text and animate on hover */
.blog-card:hover .read-more span {
  display: block;
  transform: translateX(0);
}

/* Add transition to the default state */
.blog-card .read-more img {
  transition: transform 0.5s ease;
}

/* Your existing hover effect */
.blog-card:hover .read-more img {
  transform: translateX(20%);
}

a.blog-card .blog-date {
  transition: background-color 0.3s ease, color 0.3s ease;
}

a.blog-card:hover .blog-date {
  background-color: #000;
  color: #ffffff;
}

.breadcrumb a {
  margin-bottom: 10px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: capitalize;
  color: #9A9A9A;

}

.breadcrumb a.active {
  color: #000000;
}



/*==============blog detail================== */
.blogo_detail-container {
  max-width: 80%;
  margin: auto;
  padding: 20px;
}

.blogo_detail-hero img {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}

.blogo_detail-date {
  font-size: 14px;
  color: #222;
  line-height: 1.4;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  width: 47%;
  margin: 0 auto;
  margin-top: 10px;
}

.blogo_detail-title {
  font-size: 30px;
  margin: 10px 0 20px;
  color: #222;
  line-height: 1.4;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
}

.blogo_detail-section-title {
  font-size: 28px;
  margin: 10px 0 20px;
  color: #222;
  line-height: 1.4;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.blogo_detail-list {
  padding-top: 30px;
}

.blogo_detail-list li {
  margin-bottom: 10px;
  list-style: disc;
  color: #555;
}

.blogo_detail-image {
  width: 100%;
  border-radius: 8px;
  margin: 25px 0;
}

.blogo_detail-numbered-section {
  margin-top: 30px;
}

.blogo_detail-numbered-section h3 {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}

.blogo_detail-numbered-section p {
  margin-bottom: 20px;
  font-size: 16px;
}

.blogo_detail-hero {
  width: 95%;
  margin: 0 auto;
}

.blogo_detail-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  list-style-type: none;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: 0;
  color: #000000;
}

.blogo_detail-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: #988A4A;
  border-radius: 50%;
}

.blogo_detail-container p {
  text-align: justify;
}

.blogo_detail-footer h2 {
  text-align: center;
  padding-bottom: 10px;
}

section.slider_section {
  padding-left: 40px;
}

.view-all a {
  font-size: 18px;
  margin: 10px 0 20px;
  color: #ffffff;
  line-height: 1.4;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  text-align: center;
  border: solid 1px #000;
  border-radius: 50px;
  padding: 11px 30px;
  text-transform: capitalize;
  background: #1E1E1E;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}

.view-all a:hover {
  background-color: #988A4A;
  border-color: #988A4A;
}

.view-all {
  text-align: center;
  padding: 40px 0px 20px 0px;
}

section.slider_section h2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 28px;
  margin: 10px 0 20px;
  color: #222;
  line-height: 1.4;
  font-family: "Fedra Sans Std", sans-serif;
}

section.blogo_detail-banner {
  padding-top: 25px;
}

p::first-letter {
  text-transform: uppercase;
}



@media (max-width: 480px) {
  .blogo_detail-container {
    padding: 15px;
  }

  .blogo_detail-paragraph,
  .blogo_detail-numbered-section p {
    font-size: 15px;
  }
}


/*=============terms===================== */
.terms_section {
  max-width: 95%;
  margin: 0 auto;
  font-family: "Fedra Sans Std", sans-serif;
}

.terms_title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

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

.terms_item {
  border-bottom: 1px solid #ddd;
}

.terms_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: padding 0.3s ease;
}

button.terms_header:hover {
  padding-left: .9rem;
}

.terms_icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  background-color: #000000;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(274deg);
}

.terms_header[aria-expanded="true"] .terms_icon {
  transform: rotate(2deg);

}

.terms_body {
  padding: 0 1rem 1rem;
  width: 95%;
  margin: 0 auto;
}

.g-3 {
  display: flex;
  gap: 20px;
}

li.terms_item span {
  font-size: 20px;
  margin: 5px 0 10px;
  color: #222;
  line-height: 1.4;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
}

/*==========error=============*/
.error_container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 2rem;
  background: #fff;
  font-family: "Fedra Sans Std", sans-serif;
  text-align: center;
}

.error_wrapper {
  max-width: 600px;
  width: 100%;
}

.error_code {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.error_digit {
  font-size: 125px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  font-family: "Fedra Sans Std", sans-serif;
  color: #000;
  line-height: 1;
}

.error_image {
  width: 102px;
  height: auto;
  object-fit: contain;
}

.error_message {
  margin-bottom: 1rem;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.56;
  letter-spacing: 0;
  color: #000000;
  margin-bottom: 2rem;
}

.error_button {
  position: relative;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #000;
  color: #fff;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.56;
  letter-spacing: 0;
  border-radius: 999px;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}

.error_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #988A4A;
  transition: left 0.4s ease;
  z-index: -1;
}

.error_button:hover::before {
  left: 0;
}

.error_button:hover {
  color: #fff;
}

section.section_dashboard {
  min-height: 50vh;
}



/* ===========create an account===============*/
.create_container {
  max-width: 45%;
  margin: 0 auto;
  text-align: center;
}

.create_container h1 {
  text-transform: none;
  font-size: 40px;
  line-height: 67px;
}

.create_login-text {
  margin-bottom: 20px;
  color: #000000;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 20px;

}

.create_login-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.create_form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 25px;
}

.create_input {
  padding: 20px 30px;
  border: none;
  outline: none;
  border-radius: 999px;
  background-color: #EFEFEF;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #D9D9D9 !important;
  font-family: "Fedra Sans Std", sans-serif;
}



a.login_forgot-link {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  text-decoration: underline;
}

.create_button {
  position: relative;
  display: inline-block;
  background: #1E1E1E;
  color: #ffffff;
  padding: 16px 30px;
  text-align: center;
  border-radius: 30px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
  width: max-content;
  cursor: pointer;
  border: none;
}

.create_button:hover {
  background-color: #988A4A;
}


.create_button:hover {
  color: #fff;
}

.create_button span {
  position: relative;
  z-index: 2;
}

.login_input::placeholder {
  color: #515050;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

/* ===========home===============*/
.banner_slider {
  position: relative;
}

.banner_slide {
  position: relative;
  text-align: center;
  color: #fff;
  height: 90vh;
  overflow: hidden;
}



.banner_image {
  width: 100%;
  height: 100%;
  display: block;
}

.banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: #ffffff;
}

.banner_content h1 {
  font-family: "Fedra Sans Condensed Std Demi", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.banner_subtitle {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-bottom: 2rem;
  text-transform: lowercase;
}

.banner_button {
  display: inline-block;
  position: relative;
  padding: 15px 30px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 50px;
  text-decoration: none;
  transition: color 0.3s ease;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 20px;
  overflow: hidden;
  z-index: 1;
}

a.banner_button:hover {
  background-color: #988A4A;
}


.banner_button span {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.banner_button:hover span {
  color: #ffffff;
}


main.home_main {
  padding-top: 0px;
}

section.banner_slider.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 95%;
  margin: 0 auto;
}

section.banner_slider.owl-carousel .owl-nav span {
  background-color: #ffffff;
  height: 40px;
  width: 40px;
  display: block;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.owl-prev {
  position: absolute;
  left: 45px;
}

button.owl-next {
  position: absolute;
  right: 25px;
}

/* Container positioning */
.banner_slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 10px;
}

/* Default dots */
.banner_slider .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.banner_slider button.owl-dot {
  background-color: #D9D9D9;
  border: solid 1px #D9D9D9;
}

section.banner_slider.owl-carousel .owl-nav span:hover {
  background-color: #988a4a;
}

.banner_slider .owl-dot.active {
  background-color: #000000;
}

.collection_wrapper {
  padding: 45px 0px;
  text-align: center;
}

.collection_header h2 {
  font-family: "Fedra Sans Condensed Std Demi", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 50px;
  letter-spacing: 0;
  text-align: center;
}

.collection_header p {
  color: #232322;
  margin-bottom: 40px;
}


.collection_item img {
  max-width: 95%;
  height: auto;
  margin-bottom: 20px;
}

.collection_item p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

/* Custom Nav */
.collection_nav {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  background-color: #000000;
  height: 35px;
  width: 35px;
  display: block;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.collection_prev {
  left: -50px;
}

.collection_next {
  right: -50px;
}

.collection_carousel .collection_item .collection_link {
  display: block;
  background: #EFEFEF;
  border-radius: 10px;
  padding: 30px 15px;
  text-align: center;
  height: 185px;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.collection_carousel .collection_item .collection_link:hover {
  transform: translateY(2px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

section.collection_wrapper .container {
  width: 90%;
  position: relative;
}

.collection_prev:hover {
  background-color: #988A4A;
}

.collection_next:hover {
  background-color: #988A4A;
}

.collection_tittle {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  display: block;
  margin-top: 20px;
  color: #1E1E1E;
  text-decoration: none;
}


.luxury_hero {
  font-family: "Fedra Sans Std", sans-serif;
  color: #1a1a1a;
}

.luxury_container {
  display: flex;
  flex-wrap: wrap;
  min-height: 75vh;
}

.luxury_main-banner {
  width: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 90px 30px 30px 30px;
}

.luxury_side-banners {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.luxury_banner {
  flex: 1;
  padding: 40px 40px;
  display: flex;
  background-size: cover;
  background-position: center;
}

.luxury_story {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.luxury_living {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.luxury_content h2 {
  font-family: "Fedra Sans Condensed Std Demi", sans-serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.luxury_content h3 {
  font-family: "Fedra Sans Condensed Std Demi", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  vertical-align: middle;
}

.luxury_content p {
  color: #ffff;
}

a.luxury_btn {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 4px;
  transition: color 0.3s ease;
  margin-top: 10px;
}

a.luxury_btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease;
}

a.luxury_btn:hover::after {
  transform: scaleX(0);
}

.luxury_main-banner .luxury_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.luxury_main-banner,
.luxury_banner {
  position: relative;
  overflow: hidden;
}

.luxury_main-banner::before,
.luxury_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 49%);
  z-index: 1;
}

.luxury_content {
  position: relative;
  z-index: 2;
}

.luxury_products {
  padding: 45px 0px 45px 35px;
  background: #fff;
  font-family: "Fedra Sans Std", sans-serif;
}

.luxury_products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  width: 95%;
}

.luxury_products-text h2 {
  text-align: left;
  font-family: "Fedra Sans Condensed Std Demi", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 50px;
  letter-spacing: 0;
}

.luxury_view-all {
  position: relative;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.luxury_view-all:hover {
  background-color: #988A4A;
}


.luxury_view-all span {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

.luxury_view-all:hover span {
  color: #fff;
}


.luxury_products-text {
  padding-left: 10px;
}

.luxury_slider .luxury_card {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.luxury_image-wrapper {
  position: relative;
  overflow: hidden;
}

.luxury_image {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}

.luxury_image.front {
  z-index: 1;
  opacity: 1;
}

.luxury_image.back {
  z-index: 2;
  opacity: 0;
}

.luxury_card:hover .luxury_image.front {
  opacity: 0;
}

.luxury_card:hover .luxury_image.back {
  opacity: 1;
}

.luxury_details-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: #efefef;
  color: #000;
  padding: 10px 30px;
  width: 80%;
  text-align: center;
  border-radius: 24px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 3;
}

.luxury_details-btn:hover {
  background-color: #988A4A;
}


.luxury_details-btn span {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}

.luxury_card:hover .luxury_details-btn {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.luxury_details-btn:hover span {
  color: #fff;
}


.luxury_badge {
  position: absolute;
  top: 25px;
  left: 12px;
  background: #89796E;
  color: #fff;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
  text-transform: capitalize;
  padding: 10px 20px;
  border-radius: 35px;
  z-index: 4;
  cursor: pointer;
}

.luxury_wishlist {
  position: absolute;
  top: 25px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 18px;
  z-index: 4;
  cursor: pointer;
}

.luxury_card-content {
  padding: 15px 0px;
}

.luxury_card-content h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}


.luxury_color-dot.active {
  border: 2px solid #000;
}

.luxury_image-wrapper {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background: #EFEFEF;
  border-radius: 8px;
  cursor: pointer;

}

.luxury_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.luxury_image-wrapper img {
  object-fit: contain;
}

.luxury_slider .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.luxury_slider button.owl-prev {
  position: absolute;
  left: -10px;
}

.luxury_slider .owl-nav button {
  background: transparent;
  border: none;
  pointer-events: auto;
}

.luxury_slider .owl-nav button {
  width: 36px;
  height: 36px;
  object-fit: contain;
  background-color: #000000 !important;
  border-radius: 50px;
}


.luxury_color-swatches {
  display: flex;
  gap: 12px;
  padding-top: 10px;
  border: none;
  margin: 0;
}

.luxury_color-swatches label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.luxury_color-swatches input[type="radio"] {
  display: none;
}

.luxury_color-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  display: inline-block;
  transition: all 0.3s ease;
  outline: 1px solid #9A9A9A;
  outline-offset: -2px;
}

.luxury_color-swatches input[type="radio"]:checked+.luxury_color-dot {
  outline: 1px solid #020202;
}



.luxury_slider .owl-dots.disabled,
.luxury_slider .owl-nav.disabled {
  display: block !important;
}

.luxury_card-content a {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;

}

.Interiors_section {
  width: 100%;
  font-family: "Fedra Sans Std", sans-serif;
  background-color: #A16151;
  color: #fff;
}

.Interiors_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: stretch;
}

.Interiors_image {
  flex: 1 1 50%;
}

.Interiors_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.Interiors_content {
  flex: 1 1 50%;
  padding: 40px 115px;

}

.Interiors_content h2 {
  margin-bottom: 16px;
  font-family: "Fedra Sans Condensed Std Demi", sans-serif;
  font-weight: 400;
  font-size: 37px;
  line-height: 50px;
  letter-spacing: 0;
}

.Interiors_content p {
  margin-bottom: 24px;
  max-width: 400px;
  color: #fff;
}

.Interiors_button {
  display: inline-block;
  position: relative;
  padding: 10px 24px;
  background-color: #fff;
  color: #000;
  border-radius: 24px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 1;
}

.Interiors_button:hover {
  background-color: #000;
}


.Interiors_button span {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

.Interiors_button:hover span {
  color: #fff;
}

.Interiors_image {
  position: relative;
  overflow: hidden;
}

.curtain-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(1);
  transform-origin: left center;
  will-change: transform;
  z-index: 2;
}

/* Section-specific background colors */


.Interiors_section .curtain-overlay {
  background-color: #A16151;
}



.spaces_section .curtain-overlay {
  background-color: #6D6D59;
}


.feature_section {
  background-color: #EFEFEF;
  padding: 75px 20px;
  font-family: "Fedra Sans Std", sans-serif;
}

.feature_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature_item {
  flex: 1 1 calc(25% - 30px);
  text-align: center;
  transition: transform 0.3s ease;
}

.feature_item:hover {
  transform: translateY(-5px);
}

.feature_icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  transition: transform 0.3s ease;
}

.feature_item:hover .feature_icon {
  transform: scale(1.1);
}

.feature_title {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1E1E1E;
  padding-bottom: 10px;

}

.feature_desc {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  color: #1E1E1E;

}

.sale_section {
  width: 100%;
  font-family: "Fedra Sans Std", sans-serif;
}

.sale_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 400px;
}

.sale_left {
  flex: 1 1 40%;
  background-image: url('../images/sale_left.webp');
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.sale_content {
  text-align: center;
  padding: 40px 20px;
}

.sale_content h2 {
  font-family: "Fedra Sans Condensed Std Demi", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 99%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
}

.sale_subtext {
  color: #fff;
  margin-bottom: 20px;
}


.sale_right {
  flex: 1 1 60%;
}

.sale_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recommended_slider .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.recommended_slider button.owl-prev {
  position: absolute;
  left: -10px;
}

.recommended_slider .owl-nav button {
  background: transparent;
  border: none;
  pointer-events: auto;
}

.recommended_slider .owl-nav button {
  width: 36px;
  height: 36px;
  object-fit: contain;
  background-color: #000000 !important;
  border-radius: 50px;
}

.recommended_slider .owl-dots.disabled,
.recommended_slider .owl-nav.disabled {
  display: block;
}

.spaces_section {
  width: 100%;
  font-family: "Fedra Sans Std", sans-serif;
  background-color: #6D6D59;
  color: #fff;
}

.spaces_content {
  flex: 1 1 50%;
  padding: 40px 115px;

}

.spaces_content h2 {
  margin-bottom: 16px;
  font-family: "Fedra Sans Condensed Std Demi", sans-serif;
  font-weight: 400;
  font-size: 37px;
  line-height: 50px;
  letter-spacing: 0;
}

.spaces_content p {
  margin-bottom: 24px;
  max-width: 400px;
  color: #fff;
}

.follow_section {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}

.follow_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}

.follow_gallery {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.follow_cards {
  display: flex;
  gap: 20px;
  will-change: transform;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: max-content;
}

.follow_card {
  flex: 0 0 auto;
  width: 260px;
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.follow_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.follow_actions {
  margin-top: 30px;
}

.follow_actions button {
  padding: 10px 20px;
  margin: 0 10px;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

section.instas_sections {
  padding: 50px 0px;
}

.insta_section {
  text-align: center;
  position: relative;
}

.insta_header {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.insta_title {
  font-size: 18px;
  font-weight: 600;
}

/*=====*/
.insta_overlay-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url(../images/icons/insta-round.png) no-repeat center;
  background-size: contain;
  display: none;
}

.insta_track .owl-item.my-active .insta_overlay-icon {
  display: block;
}

.insta_slider {
  overflow: hidden;
  position: relative;
  /* smaller proportional height */
  display: flex;
  align-items: center;
}

.insta_slide {
  position: relative;
}

.insta_icon-logo {
  width: 28px;
  height: 28px;
  z-index: 3;
  pointer-events: none;
}

.insta_track {
  display: flex;
  gap: 16px;
  align-items: center;
  will-change: transform;
}


/*====*/
.insta_header h3 {
  font-family: "Fedra Sans Condensed Std Demi", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 50px;
  letter-spacing: 0;
  text-align: left;
}

section.faq_section h2 {
  font-family: "Fedra Sans Condensed Std Demi", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 50px;
  letter-spacing: 0;
  text-align: center;
}

.premium_content h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 40px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.premium_readmore-wrapper {
  cursor: pointer;
  display: inline-block;
}

.premium_section {
  background: #EFEFEF;
  padding: 20px 30px;
  border-radius: 8px;
}

section.premi_section {
  padding-top: 45px;
}

.premium_more-text {
  display: none;
}

.premium_content p {
  font-family: "Fedra Sans Std", sans-serif;
  font-size: 17px;
}

.premium_para {
  padding-bottom: 10px;
}

.premium_fade-preview {
  opacity: 0.4;
}

.premium_readmore-wrapper .premium_hidden {
  display: none;
}


.premium_readmore,
.premium_readless {
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  color: #000;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 4px;
  transition: color 0.3s ease;
  margin-top: 10px;
  border: none;
}

.premium_readmore::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  cursor: pointer;
  background-color: #000;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.premium_readless::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  cursor: pointer;
  background-color: #000;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.premium_readmore:hover::after {
  transform: scaleX(0);
}

.premium_readless:hover::after {
  transform: scaleX(0);
}

/*=======================contact============================*/

.cont_section {
  padding: 0px 0px 15px 0px;
  font-family: sans-serif;
}

.cont_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
  width: 95%;
  margin: 0 auto;
}

.cont_image-box {
  flex: 1 1 40%;
}

.cont_image {
  width: 95%;
  border-radius: 15px;
  object-fit: cover;
}

.cont_form-box {
  flex: 1 1 45%;
}

.cont_title {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  text-transform: capitalize;

}

.cont_form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cont_textarea {
  padding: 20px 30px;
  resize: none;
  height: 100px;
  border-radius: 12px;
  outline: none;
  background-color: #EFEFEF;
  font-size: 15px;
  list-style: 30px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #D9D9D9 !important;
  font-family: "Fedra Sans Std", sans-serif;
}

.cont_button a {
  margin: 0;
}

.cont_button {
  padding: 15px 0px;
}

.cont_contact-info {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.cont_info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #E2D2BA;
  padding: 15px 20px;
  border-radius: 30px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #000;
}

.cont_info-item:hover {
  transform: translateY(-3px);
}

.explore_section {
  font-family: "Fedra Sans Std", sans-serif;
  color: #000;
}

.explore_title {
  font-size: 20px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  text-transform: capitalize;

  margin-bottom: 30px;
}

.explore_locations {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

.explore_location {
  flex: 1 1 40%;
}

.explore_location-right {
  flex: 1 1 45%;
}

.explore_name {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 23px;
  line-height: 100%;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.explore_map {
  padding-top: 25px;
}

section.explore_section p {
  width: 50%;
}

.explore_map iframe {
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 8px;
  filter: grayscale(100%);
  /* optional: same as screenshot */
}

/*===============about=========================*/


.about_intro {
  text-align: center;
  padding-bottom: 20px;
}

section.about_section h1 {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #1E1E1E;
  padding-bottom: 15px;
}

.about_image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.about_mission-image img {
  border-radius: 10px;
  width: 100%;
}

.about_image-wrapper img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  max-height: 380px;
}

.about_image-wrapper>div {
  width: 100%;
}

.about_mission {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: self-start;
  justify-content: center;
  padding-bottom: 40px;
}

.about_mission-image {
  flex: 1 1 45%;
}

.about_mission-content {
  flex: 1 1 45%;
}

.about_mission-content p {
  text-align: justify;
}

.define_section {
  padding-bottom: 40px;
  background-color: #fff;
  width: 95%;
  margin: 0 auto;
}

.define_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* Card base style */
.define_card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.define_image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.define_image {
  width: 100%;
  height: 460px;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.4s ease;
}



/* Overlay styling */
.define_overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 2;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.define_card p {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  font-family: "Fedra Sans Std", sans-serif;
}

.define_grid h3 {
  font-family: "Fedra Sans Condensed Std Demi", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 140%;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 5px;
  color: #fff;
}

.define_subtitle {
  font-size: 14px;
  font-weight: 400;
}

.define_card--large {
  grid-column: span 1;
}

.closerlook_section {
  text-align: center;
}

section.closerlook_section h2 {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #1E1E1E;
  padding-bottom: 15px;
}

.closerlook_buttons span {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;
}

.closerlook_icon img {
  transform: rotate(180deg);
}

.closerlook_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.closerlook_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-top: 15px;
}

section.define_section .about_intro {
  text-align: left;
}

section.define_section .about_intro h2 {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 32px;
  color: #1E1E1E;
  padding-bottom: 15px;
  text-align: center;
  width: 45%;
  margin: 0 auto;
}

.closerlook_button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 20px;
  background-color: #f3f3f3;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 40px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  width: 23%;
}

.closerlook_button:hover {
  background-color: #e1e1e1;
}

.closerlook_icon {
  background-color: #000;
  color: #fff;
  padding: 6px 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*========= my enquri================*/
.enquri_section {
  margin: 0 auto;
  padding-top: 30px;
  font-family: "Fedra Sans Std", sans-serif;
}

.enquri_btn {
  position: absolute;
  right: 0;
  top: 15px;
}

.enquri_header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.enquri_header h1 {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #1E1E1E;
  text-align: center;
  text-transform: capitalize;
}

.enquri_back {
  padding: 6px 25px;
  border: 1px solid #000;
  background: transparent;
  border-radius: 20px;
  cursor: pointer;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #000;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}

/* Background fill layer */
.enquri_back:hover {
  background-color: #988A4A;
}

/* On hover: text color change and background fill */
.enquri_back:hover {
  color: #fff;
  border: 1px solid #988A4A;
}

.enquri_back:hover::before {
  width: 100%;
}


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

.enquri_item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 30px 0px;
}

.enquri_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  margin-bottom: 15px;
}

.enquri_date-label {
  text-align: right;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
}

.enquri_content {
  display: flex;
  gap: 16px;
  align-items: end;
  justify-content: space-between;
}

.enquri_date span {
  display: block;
}

.enquri_image-wrap {
  flex: 0 0 150px;
  background: #EFEFEF;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.enquri_item:last-child {
  border-bottom: none;
}

.enquri_image {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.enquri_details {
  flex: 1;
}

.enquri_name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.enquri_type {
  font-size: 14px;
  margin: 2px 0;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0;
  vertical-align: middle;
}

.enquri_qty {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0;
  vertical-align: middle;
}

span.enquri_id {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}

.enquri_details h3 {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
}

.enquri_details span {
  display: block;
}

.enquri_wrap {
  display: flex;
  gap: 40px;
  width: 80%;
}

span.enquri-date-label {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: center;
  vertical-align: middle;
}

/*=========empty wishlist==============*/
.empty_wishlist_wrapper {
  text-align: center;
  padding: 40px 20px;
  max-width: 95%;
  margin: 0 auto;
  font-family: "Fedra Sans Std", sans-serif;
}

.empty_wishlist_wrapper h1 {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  padding-bottom: 30px;
}

.empty_wishlist_image img {
  width: 17%;
  height: auto;
  margin-bottom: 20px;
}

.empty_wishlist_message {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  display: block;
  margin: 0 0 5px;
}

.empty_wishlist_wrapper p {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 20px;
}

.empty_wishlist_button {
  background-color: #1a1a1a;
  color: #fff;
  border: none;
  padding: 15px 20px;
  border-radius: 40px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.empty_wishlist_button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #988A4A;
  transition: left 0.4s ease;
  z-index: 0;
  border-radius: 24px;
}

.empty_wishlist_button:hover::before {
  left: 0;
}

.empty_wishlist_button span {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

.empty_wishlist_button:hover span {
  color: #fff;
}

/*=========Wishlist==========*/
section.Wishlist_section {
  margin: 0 auto;
}

ul.wishlist_list {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
}

ul.wishlist_list li {
  width: 23%;
}

.listing-has-image {
  border: 1px solid #EFEFEF;
  background: none !important;
}

.wishlist_image_wrapper {
  position: relative;
  overflow: hidden;
  background: #EFEFEF;
  border-radius: 8px;
  cursor: pointer;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.wishlist_image_wrapper img {
  width: 80%;
  margin: 0 auto;
  transition: transform 0.4s ease;
  display: block;
}

.wishlist_view_button {
  display: inline-block;
  background-color: #1a1a1a;
  color: #fff;
  padding: 10px 35px;
  border-radius: 999px;
  font-family: "Fedra Sans Std", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.wishlist_view_button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #988A4A;
  transition: left 0.4s ease;
  z-index: 0;
  border-radius: 999px;
}

.wishlist_view_button:hover::before {
  left: 0;
}

.wishlist_view_button span {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

.wishlist_view_button:hover span {
  color: #fff;
}

.view_wishlist {
  text-align: center;
  padding-top: 30px;
}

/*============dashboard================*/
.dashboard_wrapper {
  text-align: center;
  font-family: "Fedra Sans Std", sans-serif;
}

.dashboard_wrapper h1 {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #1E1E1E;
  text-align: center;
}

.dashboard_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 40%;
  margin: 0 auto;
  padding-top: 30px;
}

.dashboard_item {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.dashboard_icon img {
  width: 80%;
}

.dashboard_item:hover {
  transform: translateY(-5px);
}

.dashboard_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}


.dashboard_label {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}

/*==============basic info=====================*/
section.basic_section form {
  width: 35%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family: "Fedra Sans Std", sans-serif;
}

.basic_input {
  padding: 20px 30px;
  border: none;
  outline: none;
  border-radius: 999px;
  background-color: #EFEFEF;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #D9D9D9 !important;
  font-family: "Fedra Sans Std", sans-serif;
}

.basic_link {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 400;
  font-family: "Fedra Sans Std", sans-serif;
}

.basic_button_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 10px;
}

.basic_signoff_btn {
  padding: 8px 18px;
  background-color: #D9D9D9;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;

}


.basic_save_btn {
  padding: 15px 25px;
  background-color: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}

.basic_save_btn:hover {
  background-color: #988A4A;
}

.basic_save_btn span {
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}

.basic_save_btn:hover span {
  color: #fff;
}

span.close {
  cursor: pointer;
}

/*===========product detail=============*/
.detail_features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #EFEFEF;
  padding: 10px;
  text-align: center;
}

.detail_feature_box {
  flex: 1 1 22%;
  margin: 10px;
  padding: 20px;
  transition: transform 0.3s ease;
}

.detail_feature_box:hover {
  transform: translateY(-5px);
}

.detail_icon {
  margin-bottom: 15px;
}

.detail_title {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 3px;
  min-height: 59px;
}

.detail_feature_box p {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
}

section.like_section {
  padding: 45px 0px 45px 35px;
}

.Craft_section {
  width: 100%;
  font-family: "Fedra Sans Std", sans-serif;
  /* background-color: #2F827B; */
  color: #fff;
}

section.Craft_section .Interiors_button::before {
  background-color: #d9ac63;
}

section.Craft_section h2 {
  width: 60%;
  line-height: 40px;
}

.top {
  padding-top: 40px;
}

.detail_feature_box:first-child img {
  width: 65px;
  margin: 0;
}

/*--detail--*/
.detail_container {
  max-width: 95%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 20px 0;
  position: relative;
}

.detail_image_section {
  position: sticky;
  top: 25px;
  align-self: flex-start;

}

.detail_main_image {
  width: 100%;
  width: 95%;
  object-fit: contain;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.detail_thumbnail_container {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  position: relative;
  justify-content: flex-start;
  overflow: hidden;
  width: calc(80px * 4 + 10px * 3);
  /* 4 thumbnails width + 3 gaps */
  width: 100%;
}

.detail_thumbnail_wrapper {
  display: flex;
  gap: 15px;
  transition: transform 0.3s ease;
}

.detail_thumbnail_image {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.detail-box {
  width: 23%;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  flex-shrink: 0;
  background: #EFEFEF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.detail_thumbnail_image.active {
  border-color: #007bff;
}

.detail_thumbnail_image:hover {
  border-color: #ccc;
}

.detail_thumbnail_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 22;
  cursor: pointer;
}

.detail_thumbnail_nav:active {
  transform: translateY(-50%) scale(0.9);
}

.detail_thumbnail_nav_prev {
  left: 0;
}

.detail_thumbnail_nav_next {
  right: 0;
}

.detail_dots {
  text-align: center;
  margin-top: 10px;
  display: none;
}

.detail_dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.detail_dot.active {
  background-color: #333;
}

.detail_product_title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #333;
}

.detail_product_specs {
  margin-bottom: 30px;
  color: #666;
}

.detail_product_specs span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.1em;
}

/* Modal Styles */
.detail_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.detail_modal.active {
  display: block;
}

.detail_modal_content {
  position: relative;
  height: 100vh;
  background: white;
  overflow: hidden;
}

.detail_modal_header {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 10px;
}

.detail_modal_close {
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
  color: #333;
}

.detail_modal_close:hover {
  color: #007bff;
}

.detail_modal_body {
  padding: 20px;
}

.detail_modal_image_container {
  position: relative;
  margin-bottom: 20px;
  width: 60%;
  margin: 0 auto;
  background: #EFEFEF;
  border-radius: 8px;
  padding: 20px;
  height: 540px;
}

.detail_modal_main_image {
  width: 95%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
  transition: transform 0.3s ease;

}

.detail_modal_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.5em;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail_modal_nav:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.detail_modal_nav:active {
  transform: translateY(-50%) scale(0.9);
}

.detail_modal_nav_prev {
  left: 20px;
}

.detail_modal_nav_next {
  right: 20px;
}

.detail_modal_thumbnail_container {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.tech-specs li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}

.tech-specs li span {
  flex: 0 0 200px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;
  text-align: left;
}

.tech-specs li em {
  margin-right: 6px;
  font-style: normal;
  width: 35px;
}

.detail_modal_thumbnail_image {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.detail_modal_thumbnail_image.active {
  border-color: #007bff;
}

.detail_modal_thumbnail_image:hover {
  border-color: #ccc;
}

.detail-bg {
  background: #EFEFEF;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 420px;
  overflow: hidden;
}

.details_faq-container h1 {
  margin-bottom: 4px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: capitalize;
  text-align: left;
}

.details_faq-seat {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: capitalize;
  display: block;
}

.details_faq-dimension {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: capitalize;
  display: block;
}

.details_faq-shades {
  padding: 20px 0px;
}

.shade_block {
  padding-top: 10px;
  display: flex;
  gap: 15px;
}

.details_faq-shades input[type="radio"] {
  display: none;
}

.details_faq-shades label {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  display: inline-block;
  transition: all 0.3s ease;
  outline: 1px solid #9A9A9A;
  outline-offset: 1px;
  cursor: pointer;
}

.details_faq-shades input[type="radio"]:checked+label {
  outline: 1px solid #515050;
}

.details_faq-header {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  padding: 25px 0;
  position: relative;
  cursor: pointer;
  color: #000;
}

.details_faq-item {
  border-bottom: 0.2px solid #9A9A9A;
}

.details_faq-header::after {
  content: '-';
  position: absolute;
  right: 0;
  font-size: 30px;
  font-weight: 300;
  transition: transform 0.2s;
}

.details_faq-header[aria-expanded="false"]::after {
  content: '+';
}

.details_faq-content {
  max-height: max-content !important;
  overflow: hidden;
}

.details_faq-content p,
.details_faq-content ul {
  margin: 0;
  padding: 0 0 12px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: justify;
  color: #1E1E1E;
}

.details_faq-content ul {
  list-style: none;
  padding-left: 0;
}

.details_faq-content li {
  margin-bottom: 6px;
  display: flex;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

.search {
  position: absolute;
  right: 10px;
  top: 10px;
}

.details_faq-btns {
  margin-top: 15px;
}


.details_faq-shades span {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
  display: block;
}

.details_faq-btns button {
  position: relative;
  width: 100%;
  padding: 19px 0px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  cursor: pointer;
  border: none;
  border-radius: 40px;
  overflow: hidden;
  background: #D9D9D9;
  color: #000;
  transition: color 0.9s ease;
  margin-bottom: 20px;
  z-index: 10;
}

.details_faq-btns .details_faq-enquire {
  background: #000;
  color: #fff;
  margin-bottom: 0;
}

.details_faq-btns button:hover {
  background-color: #988A4A;
}


.details_faq-btns button:hover {
  color: #fff;
}

.details_faq-content {
  display: none;
}

.details_faq-header[aria-expanded="true"]+.details_faq-content {
  display: block;
}

section.deatil_section {
  padding-bottom: 45px;
}

/*========listing==========*/
.listing_section {
  background-color: #C4CCCF
}

.listing_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.listing_image img {
  width: 100%;
}

.listing_content {
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
}

.listing_content h1 {
  font-family: "Fedra Sans Condensed Std Demi", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 68px;
  letter-spacing: 0;
  text-transform: capitalize;
  text-align: left;
}

.listing_content p {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  width: 75%;
}

.listing_image {
  width: 50%;
}

.listing_image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.listing_main {
  padding: 0px;
}

.mobile-section-accordion {
  display: none;
}




/* Responsive: 2 columns below large card */
@media (min-width: 768px) {
  .define_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
  }

  .define_card--large {
    grid-column: span 2;
  }
}


/* Responsive Design */
@media (max-width: 1024px) {
  .luxury_container {
    flex-direction: column;
  }

  .luxury_main-banner,
  .luxury_side-banners {
    width: 100%;
  }

  .luxury_side-banners {
    flex-direction: row;
  }

  .luxury_banner {
    flex: 1;
    padding: 20px;
  }
}



.banner_mobile {
  display: none;
}

header {
  border-bottom: 0.3px solid #1E1E1E;
}

section.like_section .luxury_products-text h2 {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
}

section.faq_section.top h2 {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 33px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.about_mission-content h2 {
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
}

section.Wishlist_section ul.wishlist_list {
  padding-top: 15px;
}

.write-text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}

/* search */
/* Search Menu Styles start*/
@keyframes expandSearchMenu {
  0% {
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
  }

  100% {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
  }
}

.search-menu {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(1);
  transform-origin: center;
  width: 100%;
  background-color: #fff;
  padding: 20px 40px 30px;
  border-bottom: 1px solid #e0e0e0;
  z-index: 1000;
  overflow-y: auto;
  display: none !important;
  opacity: 0;
}

.search-menu.active {
  display: block !important;
  animation: expandSearchMenu 0.5s ease forwards;
}


.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  /* border-radius: 5px; */
  margin-bottom: 20px;
}

.search-bar input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  line-height: 44px;
  font-family: "GeneralSans-Medium", sans-serif
}

img.search-toggle {
  cursor: pointer !important;
  width: 24px;
  padding-top: 6px;
}

.trending-section ul li {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  line-height: 25px;
  font-family: GeneralSans-Medium, sans-serif;
  cursor: pointer;
}

.search-bar .close-search {
  background: var(--primary-green);
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  border-radius: 40px;
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer !important;
}

.trending-section {
  margin-bottom: 20px;
  width: 30%;
}



.trending-section ul {
  list-style: none;
}

.trending-section li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
}

.trending-section li img {
  height: 20px;
}

.category-grid-search {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.category-tile {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.category-tile h3 {
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.category-tile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.category-card .product-details h3 {
  color: #000000;
  line-height: 25px;
  font-family: GeneralSans-Medium, sans-serif;
  font-size: 19px;
  text-align: justify;
  color: #1e1e1e;
  text-transform: capitalize;
  font-weight: 400;
  padding-top: 10px;
}


.category-section.trending-sec-category {
  width: 70%;
}

/* Category Section Styles end */
/* Prevent body scroll */
body.no-scroll {
  overflow: hidden;
}

.trending-section-container {
  display: flex;
  margin-top: 30px;
}

.backdrop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 72%);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.backdrop-overlay.active {
  opacity: 1;
  pointer-events: auto;
}


.backdrop-overlay.active {
  display: block;
}

.seach-in {
  display: flex;
  align-items: center;
  width: 95%;
}

.seach-in img {
  width: 35px;
  padding-right: 15px;
}

.category-section.trending-sec-category h4 {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  line-height: 44px;
  padding-bottom: 15px;
}


.left-section {
  cursor: pointer;
}


.seach-in input::placeholder {
  font-size: 16px;
  opacity: 1;
  font-family: "GeneralSans-Medium", sans-serif;
}

.trending-section h4 {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  line-height: 44px;
  font-family: "GeneralSans-Medium", sans-serif
}

.category-grid .product-item {
  width: 100% !important;
}

.trending-section ul li a {
  font-weight: 400;
  font-family: "General Sans", sans-serif;
  font-size: 19px;
  text-align: justify;
  color: #1e1e1e;
  text-transform: capitalize;
  font-weight: 400;
}

ul.product_list-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

ul.product_list-nav li {
  width: 23%;
}

ul.product_list-nav .wishlist_image_wrapper {
  height: 160px;
}

ul.product_list-nav .wishlist_image_wrapper img {
  width: 65%;
}

ul.product_list-nav .luxury_card-content {
  padding: 2px 0px;
  margin-bottom: 20px;
}

.icon-link {
  transition: all 0.3s ease;
}

.icon-link:hover {
  transform: translateY(-2px);
}

/* Search Menu Styles start*/
@keyframes expandSearchMenu {
  0% {
    transform: translateX(-50%) scaleX(0);
    opacity: 0;
  }

  100% {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
  }
}

.search-menu {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(1);
  transform-origin: center;
  width: 100%;
  background-color: #fff;
  padding: 20px 40px 30px;
  border-bottom: 1px solid #e0e0e0;
  z-index: 1000;
  overflow-y: auto;
  display: none;
  opacity: 0;
}

.search-menu.active {
  display: block;
  animation: expandSearchMenu 0.5s ease forwards;
}


.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  /* border-radius: 5px; */
  margin-bottom: 20px;
}

.search-bar input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  line-height: 44px;
  font-family: "GeneralSans-Medium", sans-serif
}

img.search-toggle {
  cursor: pointer !important;
  width: 24px;
  padding-top: 6px;
}

.trending-section ul li {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  line-height: 25px;
  font-family: GeneralSans-Medium, sans-serif;
  cursor: pointer;
}

.search-bar .close-search {
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 40px;
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer !important;
}

.trending-section {
  margin-bottom: 20px;
  width: 30%;
}



.trending-section ul {
  list-style: none;
}

.trending-section li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
}

.trending-section li img {
  height: 20px;
}

.category-grid-search {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.category-tile {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.category-tile h3 {
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}

.category-tile img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.category-card .product-details h3 {
  color: #000000;
  line-height: 25px;
  font-family: GeneralSans-Medium, sans-serif;
  font-size: 19px;
  text-align: justify;
  color: #1e1e1e;
  text-transform: capitalize;
  font-weight: 400;
  padding-top: 10px;
}


.category-section.trending-sec-category {
  width: 70%;
}

/* Category Section Styles end */
/* Prevent body scroll */
body.no-scroll {
  overflow: hidden;
}

.trending-section-container {
  display: flex;
  margin-top: 30px;
}

.backdrop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0 0 0 / 72%);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.backdrop-overlay.active {
  opacity: 1;
  pointer-events: auto;
}


.backdrop-overlay.active {
  display: block;
}

.seach-in {
  display: flex;
  align-items: center;
  width: 95%;
}

.seach-in img {
  width: 35px;
  padding-right: 15px;
}

.category-section.trending-sec-category h4 {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  line-height: 44px;
  padding-bottom: 15px;
}


.left-section {
  cursor: pointer;
}


.seach-in input::placeholder {
  font-size: 16px;
  opacity: 1;
  font-family: "GeneralSans-Medium", sans-serif;
}

.trending-section h4 {
  font-size: 22px;
  font-weight: 500;
  text-align: left;
  line-height: 44px;
  font-family: "GeneralSans-Medium", sans-serif
}

.category-grid .product-item {
  width: 100% !important;
}

.trending-section ul li a {
  font-weight: 400;
  font-family: "General Sans", sans-serif;
  font-size: 19px;
  text-align: justify;
  color: #1e1e1e;
  text-transform: capitalize;
  font-weight: 400;
}

ul.product_list-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

ul.product_list-nav li {
  width: 23%;
}

ul.product_list-nav .wishlist_image_wrapper {
  height: 160px;
}

ul.product_list-nav .wishlist_image_wrapper img {
  width: 65%;
}

ul.product_list-nav .luxury_card-content {
  padding: 2px 0px;
  margin-bottom: 20px;
}

.insta_track .owl-rtl .owl-item {
  float: right;
}

.insta_track.owl-carousel .owl-stage-outer {
  overflow: visible !important;
  padding: 28px 0;
}

.insta_track {
  display: flex;
  justify-content: center;
}

.insta_track .owl-stage {
  display: flex;
  align-items: center;
}

.insta_track .owl-item {
  transition: transform 0.45s cubic-bezier(.4, 1.34, .67, 1.16);
  will-change: transform, height;
  display: flex;
  align-items: stretch;
}

.insta_track .insta_slide {
  width: 30vw;
  min-width: 180px;
  max-width: 350px;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: height 0.45s cubic-bezier(.4, 1.34, .67, 1.16), width 0.45s cubic-bezier(.4, 1.34, .67, 1.16);
}

.insta_track .insta_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.insta_track .owl-item.center .insta_slide,
.insta_track .owl-item.my-active .insta_slide {
  width: 40vw;
  max-width: 420px;
  height: 500px;
}

.insta_track .owl-item.center,
.insta_track .owl-item.my-active {
  transform: translateY(-10px);
  z-index: 5;
}

/* Custom dots */
.insta_section .owl-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 16px;
}

.insta_section .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 4px;
  display: block;
}

/* Active/blinking dot */
.insta_section .owl-dots .owl-dot.active span {
  background: #000;
  animation: blinkDot 1s infinite;
}

@keyframes blinkDot {
  50% {
    opacity: 0.4;
  }
}

/* Bottom section transition */
.bottom_section {
  overflow: hidden;
  transition: height 0.6s ease;
}

.insta_track.owl-carousel {
  min-height: 600px;
  transition: height 0.6s ease;
}

.insta_track .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.insta_section {
  position: relative;
}

.insta_section .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.write-text>span {
  display: inline-block;
  opacity: 1;
  transform: none;
}

/* Inner letter spans animate */
.write-text>span>span {
  display: inline-block;
  opacity: 0;
  /* initially hidden */
  transform: translateY(20px);
}

section.blog-section h1 {
  font-size: 40px;
}

section.terms_section h1 {
  font-size: 40px;
}

a.logo img {
  background-color: transparent !important;
}

.wishlist_image_wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  /* prevents image overflow */
}

.wishlist_image_wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity .3s ease;
}

/* Position hover image on top of primary */
.wishlist_image_wrapper img.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* keeps hover image fitting */
  opacity: 0;
}

/* Swap on hover */
.wishlist_image_wrapper:hover img.primary-img {
  opacity: 0;
}

.wishlist_image_wrapper:hover img.hover-img {
  opacity: 1;
}

.wishlist_image_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

a.card_details-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: #fff;
  color: #000;
  padding: 10px 30px;
  width: 80%;
  text-align: center;
  border-radius: 24px;
  font-family: "Fedra Sans Std", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 3;
}

a.card_details-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #988A4A;
  transition: left 0.4s ease;
  z-index: 1;
}

a.card_details-btn:hover::before {
  left: 0;
}

a.card_details-btn span {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}

a.wishlist_image_wrapper a.card_details-btn {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

a.card_details-btn:hover span {
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  cursor: pointer;
  background-color: #000000;
  height: 35px;
  width: 35px;
  display: block;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_desktop,
.banner_mobile {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner_desktop::after,
.banner_mobile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.25));
  pointer-events: none;
}

.search-results-section {
  max-height: 65vh;
  overflow: auto;
}

div#search-results-section .category-section.trending-sec-category {
  width: 99%;
}

.showroom-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.showroom-popup.active {
  display: flex;
}

.popup-content {
  width: 90%;
  height: 80vh;
  background: #000;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.popup-video iframe {
  width: 100%;
  height: 100%;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 40px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

/* 🔹 Fullscreen Dark Overlay */
.showroom-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.showroom-popup.active {
  display: flex;
}

.showroom-popup .popup-content {
  width: 100% !important;
  height: 90vh !important;
  position: relative;
  overflow: hidden;
  background: #000;
}

.showroom-popup .popup-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.showroom-popup .popup-video iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}


.showroom-popup .popup-content {
  max-width: 40% !important;
}


.showroom-popup .popup-close {
  color: #000000;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.explore_location-right .explore_map {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .explore_location-right .explore_map {
    padding-top: 25px;
  }

  button.details_faq-fav.luxury_wishlist {
    position: static;
  }

  .details_faq-header {
    background-color: #fffffff7 !important;
     -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent; 
  }
  .details_faq-header:focus,
.details_faq-header:active {
  outline: none;
  box-shadow: none;
  background: transparent;
}

}