/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
    
    
    
}

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }
.custom-navbar {
  background: #3b5d50 !important;
  padding-top: 1px;      /* slimmer navbar */
  padding-bottom:1px;
  display: flex;
  align-items: center;
}

/* Brand and logo */
.custom-navbar .navbar-brand {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-navbar .navbar-brand > span {
  opacity: .4;
}

.custom-navbar .navbar-brand img {
  height: 125px;   /* reduced from 200px */
  width: auto;
  margin-right: 0px;
}

.custom-navbar .navbar-toggler {
  border-color: transparent;
}

.custom-navbar .navbar-toggler:active,
.custom-navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

/* Navbar items spacing */
@media (min-width: 992px) {
  .custom-navbar .custom-navbar-nav li {
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* Navbar links */
.custom-navbar .custom-navbar-nav li a {
  font-weight: 500;
  color: #ffffff !important;
  opacity: .7;
  transition: .3s all ease;
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #B27729;
    height: 3px; /* thinner underline */
    opacity: 1;
    visibility: visible;
    width: 0;
    transition: .15s all ease-out;
  }
}

/* Hover and active link underline */
.custom-navbar .custom-navbar-nav li a:hover {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li a:hover:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-nav li.active a {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li.active a:before {
  width: calc(100% - 16px);
}

/* Call-to-action section alignment */
.custom-navbar .custom-navbar-cta {
  margin-left: 0 !important;
  flex-direction: row;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-cta {
    margin-left: 40px !important;
  }
}

.custom-navbar .custom-navbar-cta li {
  margin-left: 0px;
  margin-right: 0px;
}

.custom-navbar .custom-navbar-cta li:first-child {
  margin-right: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .custom-navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .custom-navbar .navbar-brand img {
    height: 55px;
  }
}

.hero {

  background:#3b5d50;

  
  padding: calc(4rem - 30px) 0 0rem 0; }
  @media (min-width: 768px) {
    .hero {
      padding: calc(4rem - 30px) 0 4rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(8rem - 30px) 0 2rem 0; } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 450px; } }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 54px; } }
  .hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-botom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; } }

          @media (max-width: 767.98px) {
  .hero .hero-img-wrap img {
    max-width: 280px; /* decrease image width */


    position: relative;
  }
}

/* âœ… Extra small screens */
@media (max-width: 575.98px) {
  .hero .hero-img-wrap img {
    max-width: 200px; /* even smaller for mobiles */
  }
}
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }

.btn {
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #3b5d50;
    border-color: #3b5d50; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #B27729;
    border-color: #B27729; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

.section-title {
  color: #2f2f2f; }

.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }


  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #3b5d50;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
    padding: 3rem 0 7rem 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Optional parallax effect */
    position: relative;
}


.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #3b5d50;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #3b5d50; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.footer-section {
  
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #3b5d50; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #3b5d50;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
  position: absolute;
  top: -150px;
  z-index: 1;
  right: 0;
}

.footer-section .sofa-img img {
  max-width: 380px;
}

/* Existing footer styles */
.footer-section .links-wrap {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .footer-section .links-wrap {
    margin-top: 54px;
  }
}

.footer-section .links-wrap ul li {
  margin-bottom: 10px;
}

.footer-section .footer-logo-wrap .footer-logo {
  font-size: 32px;
  font-weight: 500;
  text-decoration: none;
  color: #3b5d50;
}

.footer-section .custom-social li {
  margin: 2px;
  display: inline-block;
}

.footer-section .custom-social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #dce5e4;
  color: #3b5d50;
  border-radius: 50%;
}

/* âœ… Responsive adjustments for smaller screens */
@media (max-width: 991.98px) {
  .footer-section .sofa-img img {
    max-width: 280px;
  }
}

@media (max-width: 767.98px) {
  .footer-section .sofa-img img {
    max-width: 220px;
  }
}

@media (max-width: 575.98px) {
  .footer-section .sofa-img img {
    max-width: 180px;
  }
}

      .footer-section .custom-social li a:hover {
        background: #3b5d50;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3b5d50;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3b5d50;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #3b5d50 !important; }

.thankyou-icon {
  position: relative;
  color: #3b5d50; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }
@media (max-width: 576px) { /* Small screens (Bootstrap 'sm') */
    .navbar-brand img {
      height: 120px !important;
    }
  }
  #prevMedia, #nextMedia {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  opacity: 0.8;
  font-size: 1.5rem;
  line-height: 1;
}

#prevMedia:hover, #nextMedia:hover {
  opacity: 1;
}
@media (max-width: 576px) {
    .pagination .page-item:first-child .page-link::after {
        content: "←" !important;
        font-size: 1rem;
    }

    .pagination .page-item:last-child .page-link::after {
        content: "→" !important;
        font-size: 1rem;
    }

    /* Hide the default text 'Previous' and 'Next' */
    .pagination .page-item:first-child .page-link span,
    .pagination .page-item:last-child .page-link span {
        display: none !important;
    }
}


.pagination,
.pagination li {
    list-style: none !important;
}

.pagination {
    justify-content: center;
    gap: 6px;
}


.post-entry {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 300px; /* adjust as needed */
}

.post-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-img,
.gallery-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* ===============================
   ðŸ”¹ Modal Media Styling
   =============================== */
#mediaModal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh; /* keeps modal tall enough */
  background: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  padding: 0;
}

/* both image & video have same size in modal */
#modalImage,
#modalVideo {
  width: 100%;
  max-width: 800px;
  height: 450px; /* maintain 16:9 ratio */
  object-fit: cover;
  border-radius: 15px;
  background-color: #000; /* avoids white flash on video */
}



	.list-group-item {
		border: none;
		padding: 0.75rem 1rem;
		font-weight: 500;
		transition: all 0.2s ease;
	}
	.list-group-item:hover {
		background-color: #ccc8c3;
		color: #000;
		transform: translateX(4px);
	}
	.list-group-item.active {
		background-color:#646463!important;
		color: #e2c3c3 !important;
		border-left: 4px solid #B27729;
		font-weight: 600;
	}
	.hover-scale:hover {
		transform: scale(1.03);
		transition: 0.25s ease;
	}

.filter-bar-custom {
    background: transparent !important;            
}

.filter-inner {
    background: #9FC0B3;
    border-radius: 18px;
    padding: 25px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.10);
    border: 1px solid rgba(0,0,0,0.08);
    overflow: visible !important;  /* FIX: dropdown opening upward */
}

/* INPUT + SELECT */
.custom-select, 
.custom-input {
    border-radius: 12px;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    transition: all 0.3s ease;
    padding: 8px 12px;
    font-size: 15px;
    appearance: none;
}

/* Hover */
.custom-select:hover, 
.custom-input:hover {
    border-color: #2E4940;
    box-shadow: 0 0 0 0.18rem rgba(46,73,64,0.20);
}

/* Focus — removed ugly blue */
.custom-select:focus, 
.custom-input:focus {
    border-color: #2E4940 !important;
    box-shadow: 0 0 0 0.22rem rgba(46,73,64,0.28) !important;
}

/* Options inside dropdown */
select.custom-select option {
    padding: 10px 14px;
    font-size: 15px;
    color: #2d2d2d;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

/* Hover on options */
select.custom-select option:hover {
    background-color: #2E4940 !important;
    color: #ffffff !important;
}

/* Selected option */
select.custom-select option:checked {
    background-color: #2E4940 !important;
    color: #ffffff !important;
    font-weight: 600;
}

/* Subcategories */
select.custom-select option[data-type="subcategory"] {
    padding-left: 30px;
    font-style: italic;
    color: #555;
}

/* BUTTON STYLE */
.btn-primary {
    background-color: #2E4940;
    border-color: #2E4940;
    transition: 0.3s ease;
}

.btn-primary:hover {
    background-color: #22362e;
    transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 768px) {
    .filter-inner {
        padding: 15px;
    }
}


.offer-badge {
    background-color: #dc3545;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 4px 10px;
    border-radius: 20px;
}
.price-section {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.price-original {
    text-decoration: line-through;
    color: #6c757d;
    font-size: 1.1rem;
}
.price-offer {
    color: #28a745;
    font-size: 2rem;
    font-weight: 700;
}
.price-normal {
    color: #212529;
    font-size: 2rem;
    font-weight: 700;
}
.product-meta p {
    margin-bottom: 0.3rem;
}
.btn-buy {
    background-color: #25d366;
    color: white;
    font-weight: 600;
    border: none;
    transition: all 0.2s ease-in-out;
}
.btn-buy:hover {
    background-color: #1ebe5d;
    transform: translateY(-2px);
}
.whatsapp-info {
    background-color: #f8f9fa;
    border-left: 4px solid #25d366;
    padding: 12px 15px;
    border-radius: 8px;
    margin-top: 15px;
}
.carousel img {
    transition: transform 0.3s ease-in-out;
}
.carousel img:hover {
    transform: scale(1.03);
}
@media (max-width: 767.98px) {
    .price-offer, .price-normal {
        font-size: 1.6rem;
    }
   
}

.category-box {
    transition: all 0.35s ease;
    padding: 12px;
    border-radius: 16px;
}

/* Smooth visible hover */
.category-box:hover {
    transform: translateY(-10px);
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

/* Bold text color on hover */
.category-box:hover h6 {
    color: #e63946 !important; /* elegant red accent */
}
.category-circle { 
    width: 130px; 
    height: 130px;
    border-radius: 50%; 
    overflow: hidden;
    transition: transform 0.4s ease, 
    box-shadow 0.4s ease;
    }
.category-circle:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* heading text transition */
h6 {
    transition: color 0.3s ease;
}

a:hover h6 {
    color: #3B5D50; 
}

.sofa-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 2.55;  /* More visible video */
  z-index: 0;
  pointer-events: none;
}

.contact-form {
  backdrop-filter: blur(4px); /* Reduced from 12px â†’ 4px */
  background: rgba(255, 255, 255, 0.08); /* Much lighter overlay */
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .sofa-video {
    opacity: 2.45;
  }
}

@media (max-width: 480px) {
  .sofa-video {
    opacity: 2.4;
  }
}



.contact-form {
  backdrop-filter: blur(3px); 
  background: rgba(255, 255, 255, 0.4); 
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #333; 
  z-index: 1;
}

.contact-form input,
.contact-form textarea {
  color: #000;
  border-color: #ccc;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.modal-backdrop.show {
  opacity: 0.6;
  background-color: #948c8c; 
}


  
.career-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
}

.career-item {
    height: 100%;
}

.career-card {
    border-radius: 1rem;
    transition: all 0.3s ease;

    /* Make all cards equal height */
    height: 100%;
    display: flex;
    flex-direction: column;
}

.career-card .card-body {
    flex: 1; /* allow body to stretch equally */
    display: flex;
    flex-direction: column;
}

.career-card .card-body p.text-secondary {
    min-height: 60px; /* fixed height for intro description */
    overflow: hidden;
}

.career-card .collapse {
    transition: height 0.25s ease;
}

.career-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Smooth fade & modern form visuals */
.modal-content {
  animation: slideUp 0.35s ease-out;
  border-radius: 20px;
}

@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.form-control {
  border: 1px solid #e4e4e4;
  transition: all 0.2s ease-in-out;
}

.form-control:focus {
  border-color: #9099a7;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
}


/* MAIN SECTION */
.membership-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 0;
    overflow: hidden;
}

/* BACKGROUND VIDEO */
.membership-section video.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    filter: brightness(0.65);
    z-index: 0;
}

/* DARK OVERLAY */
.membership-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(148, 145, 145, 0.35);
    backdrop-filter: blur(1px);
    z-index: 1;
}
.membership-card h2 {
    color: #ffffff ;     
}

.membership-card p {
    color: #e8e8e8 ;    
}

.membership-card label {
    color: #ffffff ;   
}


.membership-card {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(15px);
    border-radius: 18px;
    padding: 40px;
    max-width: 650px;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,0.3);
    box-shadow: 0 20px 45px rgba(0,0,0,0.35);
    animation: float 5s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0);}
    50% { transform: translateY(-10px);}
    100% { transform: translateY(0);}
}

.slide-up {
    opacity: 0;
    transform: translateY(60px);
    animation: slideUp 1.2s ease forwards;
}

@keyframes slideUp {
    0% { opacity: 0; transform: translateY(60px); }
    100% { opacity: 1; transform: translateY(0); }
}

.fancy-input {
    background: rgba(255,255,255,0.85) !important;
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    padding: 10px 14px !important;
    transition: 0.3s;
}

.fancy-input:focus {
    border-color: #0d6efd !important;
    box-shadow: 0 0 10px rgba(13,110,253,0.4) !important;
    background: #fff !important;
}

.custom-btn {
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .5px;
    transition: 0.3s;
}

.custom-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(13,110,253,0.4);
}
/* Hover animation */
.gallery-img {
    border-radius: 12px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Card */
.post-entry {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    overflow: hidden;
    transition: transform .3s;
}
.post-entry:hover {
    transform: translateY(-8px);
}

/* Navigation */
#gallery-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

#gallery-nav span {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.why-choose-section video {
    max-height: 550px;   /* adjust height */
    width: 100%;
    object-fit: cover;   /* crop slightly to fit nicely */
    border-radius: 12px; /* optional: smooth corners */
}

/* Section Title Line */
.section-line {
  width: 45px;
  height: 3px;
  background: #676d63; /* elegant brown-gold tone */
  border-radius: 3px;
  display: inline-block;
}

/* Sub text under heading */
.section-sub {
  color: #777;
  margin-top: 5px;
  font-size: 15px;
}

/* Modern View All Button */
.view-all-btn {
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  color: #D4A373;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.view-all-btn:hover {
  color: #b48455;
  border-bottom: 2px solid #b48455;
}

/* Gallery heading style */
.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c2c2c;
}
.process-box {
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(54, 49, 49, 0.08);
  transition: .3s;
  position: relative;
  color: #fff;

  min-height: 220px;         /* ðŸ”¥ bigger height so image becomes visible */
  background-size: cover;    
  background-position: top center;  /* ðŸ”¥ shows top of the image clearly */
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;  /* places text at bottom for better readability */
}

/* Dark overlay for readability */
.process-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* darker for clarity */
  z-index: 1;
}

.process-box * {
  position: relative;
  z-index: 2;
}


.step-1 {
  background-image: url('{{ asset("images/img-grid-2.jpg") }}');
}

.step-2 {
  background-image: url('{{ asset("images/efewfew.jpg") }}');
}

.step-3 {
  background-image: url('{{ asset("images/efwe.jpg") }}');
}

.step-4 {
  background-image: url('{{ asset("images/jytjtyjt.jpg") }}');
}

.process-section .row > div {
  display: flex;
}

.process-box:hover {
  transform: translateY(-8px);
}


.step-number {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #4e574f;
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
}



.section-sub {
  color: #777;
}


.image_size{
height: 250px; 
width:100%;
}
@media (max-width:750px) {
.image_size{
  height: 150px; 
}
}
.top-header a:hover {
    color: #B27729 !important; /* Gold hover */
  }
.pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 15px 0;
}

.pagination li a,
.pagination li span {
    padding: 10px 15px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e2e2e2;
    color: #333;
    transition: 0.3s;
    font-weight: 500;
}

.pagination li a:hover {
    background:#3B5D50;
    color: #fff !important;
    border-color: #3B5D50;
}

.pagination .active span {
    background: #3B5D50;
    color: #fff !important;
    border-color: #0d6efd;
}


.pagination .disabled span {
    background: #3B5D50;
    color: #bbb;
    border-color: #eee;
}
/* Base style similar to product-item */
.testimonial-block {

    padding: 40px 30px;
    border-radius: 20px;
    position: relative;
    text-align: center;
    transition: 0.3s all ease-in-out;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* Hover effect same as product-item */
.testimonial-block:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* Author image effect like product image hover scaling */
.testimonial-block .author-pic img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #9FC0B3;
    transition: 0.3s all ease-in-out;
}

.testimonial-block:hover .author-pic img {
    transform: scale(1.1);
}

/* Text styling */
.testimonial-block blockquote p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #333;
}

/* Add floating plus-like animation effect (similar to icon-cross in product-item) */
.testimonial-block::after {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 32px;
    color: #9FC0B3;
    opacity: 0;
    transition: 0.3s;
    font-weight: bold;
}

.testimonial-block:hover::after {
    opacity: 1;
    transform: scale(1.2);
}


@media (max-width: 767px) {
    .navbar-nav .nav-link {
        background: black;
        color: #000 !important;
        padding: 12px 15px;
        margin-bottom: 10px;
        border-radius: 10px;
        box-shadow: 0 3px 8px rgba(0,0,0,0.12);
        font-weight: 600;
        display: block;
        text-align: left;
    }

    .navbar-nav .nav-link:hover {
        background: #f1f1f1;
        color: #000 !important;
    }

    #navbarsFurni {
        padding-top: 15px;
    }
}.shop-bg {
    position: relative;
    background-size: cover;          /* Full image visible */
    background-position: center;     /* Centered image */
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 60px 20px;
    border-radius: 20px;
    overflow: hidden;
}

/* Lighter overlay */
.shop-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.20); /* FROM 0.45 → 0.20 (lighter) */
    backdrop-filter: blur(1px);      /* Reduced blur */
    z-index: 0;                      /* Put behind content */
    border-radius: 20px;
}

/* Content above overlay */
.shop-bg > * {
    position: relative;
    z-index: 2;
}

/* White text */
.shop-bg h2,
.shop-bg h6,
.shop-bg a {
    color: #fff !important;
}
.logo-float {
    animation: floatLogo 3s ease-in-out infinite;
}

@keyframes floatLogo {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0px); }
}
.icon-box {
    background: #B27729;      /* Gold/brown background */
    width: 30px;
    height: 30px;
    border-radius: 50%;       /* Circle */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.icon-box i {
    color: #fff !important;   /* Icon white */
}

.icon-box:hover {
    background: #8f5f1f;      /* Slightly darker on hover */
    transform: scale(1.1);
}
/* Base toggle button */
#socialToggleBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3B5D50, #2d4a41);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1050; /* higher than modal */
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pulse 2s infinite;
}

#socialToggleBtn i {
    color: #fff;
    font-size: 28px;
    transition: transform 0.3s ease;
}

/* Panel styles */
#socialPanel {
    position: fixed;
    right: 20px;
    bottom: 90px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    z-index: 1040; /* just below toggle */
    transform: translateY(150%); /* hide by default */
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Show panel */
#socialPanel.show {
    transform: translateY(0);
    opacity: 1;
}

/* Social Icons */
#socialPanel a,
#socialPanel .chatbot-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #000;
}

#socialPanel a:hover,
#socialPanel .chatbot-btn:hover {
    transform: scale(1.2) rotate(10deg);
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

/* Brand colors */
.fb { background: #1877F2; }
.ig { background: #E1306C; }
.whatsapp { background: #25D366; }
.chatbot-btn { background: #B27729; }

/* Mobile adjustments */
@media (max-width: 576px) {
    #socialToggleBtn {
        width: 50px;
        height: 50px;
        right: 15px;
        bottom: 15px;
    }
    #socialToggleBtn i { font-size: 24px; }
    #socialPanel {
        right: 15px;
        bottom: 70px;
        gap: 10px;
    }
    #socialPanel a,
    #socialPanel .chatbot-btn {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
}

.category-card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

/* Header */
.category-card .card-header {
    background: #3B5D50 !important;
    font-size: 17px;
    letter-spacing: 0.5px;
}

/* Category list items */
.category-card .list-group-item {
    padding: 12px 16px;
    border: none;
    background: transparent;
    transition: all 0.25s ease;
    font-size: 15px;
    cursor: pointer;
}

/* Hover effect */
.category-card .list-group-item:hover {
    background: rgba(59, 93, 80, 0.08);
    padding-left: 20px;
}

/* Active state */
.category-card .list-group-item.active {
    background: #3B5D50 !important;
    color: #ffffff !important;
    font-weight: 600;
    border-left: 4px solid #2E4940 !important;
}

/* Category image */
.category-card img {
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}

/* Chevron icon animation */
.category-card .bi-chevron-down {
    transition: transform 0.25s ease;
}

.category-card a[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg);
}

/* Subcategories */
.category-card .collapse .list-group-item {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 8px;
}

.category-card .collapse .list-group-item:hover {
    background: rgba(59,93,80,0.15);
    padding-left: 26px;
}

/* Active subcategory */
.category-card .collapse .list-group-item.active {
    background: #2E4940 !important;
    color: #ffffff !important;
    font-weight: 600;
}/* Ensure the modal-body is a positioning parent */
#mediaModal .modal-body {
    position: relative !important;
}

/* Fix WhatsApp button for small screens */
.whatsapp-share-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: red;
    color: white;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    z-index: 9999; /* increased visibility */
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.25);
}

/* Increase visibility ONLY on mobile */
@media (max-width: 576px) {
    .whatsapp-share-btn {
        bottom: 5px;
        font-size: 14px;
        padding: 8px 14px;
        width: 90%;
        justify-content: center;
    }
}
.contact-link {
    font-size: 18px;
    font-weight: 600;
    color: #3B5D50;
    text-decoration: none;
    padding-right: 5px;
    border-bottom: 2px solid #3B5D50;
    transition: 0.3s ease;
}

.contact-link:hover {
    color: #2d4a41;
    border-color: #2d4a41;
    padding-right: 12px;
}
#chat-sidebar {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 380px;
    height: 70vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: none;
    z-index: 9999;
    overflow: hidden;
}

#chat-sidebar iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.chatbot-btn {
    cursor: pointer;
}


