/*
* 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; }

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: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .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); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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; }

.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 8rem 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; } }
    .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 30px;
  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: #f9bf29;
    border-color: #f9bf29; }
    .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 {
  padding: 7rem 0; }
  .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; }

.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 {
  padding: 80px 0;
  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: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .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%; }
      .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); }



/* ============================================== */
/*    CROWNE GALLERY - FINAL CONSOLIDATED STYLES  */
/* ============================================== */

/* --- 1. GLOBAL FONTS & BASICS --- */
body {
    font-family: 'Inter', sans-serif;
    color: #222;
    background-color: #ffffff;
}

.font-serif, h1, h2, h3, .navbar-brand {
    font-family: 'Playfair Display', serif;
}

/* --- 2. HEADER & DESKTOP NAVIGATION --- */
#site-navbar {
    background-color: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.navbar-brand span {
    color: #f9bf29; /* Gold dot */
}

/* Desktop Links */
.nav-link {
    font-weight: 500;
    position: relative;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #555 !important;
}

/* Slower Underline Animation (0.6s) */
@media (min-width: 992px) {
    .nav-link::before {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #f9bf29;
        visibility: hidden;
        transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important; /* Slow & Smooth */
    }
    .nav-link:hover::before {
        visibility: visible;
        width: 90%;
    }
}

/* Desktop Dropdowns */
.dropdown-menu {
    border-radius: 0 !important;
    border: 1px solid rgba(0,0,0,0.05) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
    padding: 10px 0;
    margin-top: 0 !important;
    background-color: #fff;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    color: #444;
    transition: 0.3s;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #000;
    padding-left: 25px;
}

/* --- 3. MOBILE MENU (OFFCANVAS) - FIXED --- */
.offcanvas {
    background-color: #ffffff !important; /* White Background */

}

.offcanvas-header .btn-close {
    opacity: 1; /* Make close button visible */
}

/* Mobile Links - Green Text, No Underline */
.offcanvas .nav-link {
    color: #3b5d50 !important; /* Light Green */
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
    transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important; /* Slow & Smooth */
}

/* Hover Effect - Gold, Indent */
.offcanvas .nav-link:hover {
    color: #f9bf29 !important; /* Gold */
    padding-left: 10px;
    text-decoration: none !important; /* No underline */
}

/* Mobile Dropdown Area (The Fix) */
.offcanvas .collapse {
    background-color: transparent !important; /* Removes Dark Box */
    padding-left: 15px;
}

/* Mobile Dropdown Links */
.offcanvas .collapse a {
    color: #6a6a6a !important; /* Grey for sub-items */
    font-size: 15px;
    padding: 8px 0;
    border-bottom: none;
}

.offcanvas .collapse a:hover {
    color: #f9bf29 !important;
    padding-left: 5px;
}

/* Mobile Footer Area (Address/Logo) */
.mobile-menu-footer {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
}

.mobile-menu-footer p, 
.mobile-menu-footer a {
    color: #3b5d50 !important; /* Green Text */
    font-size: 14px;
    text-decoration: none;
}

.mobile-menu-footer i, 
.mobile-menu-footer .fw-bold {
    color: #f9bf29 !important; /* Gold Icons & Headers */
}

/* --- 4. HERO SECTION & BUTTONS --- */
.hero {
    background-color: #f8f9fa !important;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hero-img-wrap img {
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

/* Flex Container for Buttons */
.hero-btns {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

/* Button Base Style */
.btn-hero-custom {
    padding: 12px 30px; /* Smaller/Sharper padding */
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px !important; /* Square corners */
    transition: all 0.4s ease;
    text-decoration: none;
    display: inline-block;
}

/* Shop Now Button (Black -> Gold) */
.btn-shop-hero {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.btn-shop-hero:hover {
    background-color: #f9bf29; /* Gold */
    border-color: #f9bf29;
    color: #fff;
    transform: translateY(-3px);
}

/* Explore Button (Outline -> Black) */
.btn-explore-hero {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
}

.btn-explore-hero:hover {
    background-color: #000;
    color: #fff;
    transform: translateY(-3px);
}

/* Hamburger Fix */
.navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none !important;
}

/* ============================================== */
/*        MOBILE MENU ANIMATIONS (ADD-ON)         */
/* ============================================== */

/* 1. Define the Animation (Fade Up) */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px); /* Move down slightly */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 2. Initial State (Hidden) */
/* We target items only when the menu has the '.show' class (is open) */
.offcanvas.show .nav-item,
.offcanvas.show .mobile-menu-footer, 
.offcanvas.show .mb-4 { /* The Search Bar */
    opacity: 0; /* Start invisible */
    animation: fadeInUp 0.6s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}

/* 3. Stagger the Delays (The Cascade Effect) */
/* Search Bar appears first */
.offcanvas.show .mb-4 { 
    animation-delay: 0.1s; 
}

/* List Items appear one by one */
.offcanvas.show .nav-item:nth-child(1) { animation-delay: 0.15s; }
.offcanvas.show .nav-item:nth-child(2) { animation-delay: 0.20s; }
.offcanvas.show .nav-item:nth-child(3) { animation-delay: 0.25s; }
.offcanvas.show .nav-item:nth-child(4) { animation-delay: 0.30s; }
.offcanvas.show .nav-item:nth-child(5) { animation-delay: 0.35s; }
.offcanvas.show .nav-item:nth-child(6) { animation-delay: 0.40s; }
.offcanvas.show .nav-item:nth-child(7) { animation-delay: 0.45s; }

/* Footer info appears last */
.offcanvas.show .mobile-menu-footer { 
    animation-delay: 0.5s; 
}

/* ============================================== */
/*       NEW SECTIONS (ESSENCE, ART, BLOG)        */
/* ============================================== */

/* --- 1. General Section Styling --- */
.section-padding {
    padding: 100px 0;
}
.text-green { color: #3b5d50 !important; }
.text-gold { color: #f9bf29 !important; }

/* Checkmark/Icon Lists */
.art-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}
.art-list-item i {
    color: #3b5d50; /* Green Icons */
    margin-right: 12px;
    font-size: 18px;
}

/* --- 2. Stats Row (Numbers) --- */
.stats-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 0px; /* Sharp corners */
    margin-top: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
}
.stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- 3. Artwork Cards (General Artwork) --- */
.art-card {
   
    transition: all 0.4s ease;
    background: #fff;
    height: 100%;
}
.art-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.art-card-img {
    position: relative;
    overflow: hidden;
    height: 280px;
}
.art-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.art-card:hover .art-card-img img {
    transform: scale(1.1);
}
.heart-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.art-card-body {
    padding: 25px;
}
.art-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}
.art-artist {
    color: #777;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}
.art-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f5f5f5;
}
.btn-buy-now {
    border: 1px solid #000;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    background: transparent;
    transition: 0.3s;
}
.btn-buy-now:hover {
    background: #000;
    color: #fff;
}

/* --- 4. Blog Cards (Latest Article) --- */
.blog-card-new {
    border: none;
    background: transparent;
}
.blog-card-img {
    border-radius: 0;
    overflow: hidden;
    height: 240px;
    margin-bottom: 20px;
}
.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.blog-card-new:hover .blog-card-img img {
    transform: scale(1.05);
}
.blog-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 10px;
}
.blog-title-new {
    font-family: 'Inter', sans-serif; /* Per screenshot style */
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.blog-title-new a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
.blog-title-new a:hover {
    color: #3b5d50;
}
.read-link {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
}

/* ============================================== */
/*        OVERLAPPING IMAGE SECTION               */
/* ============================================== */

.overlap-grid {
    position: relative;
    padding-bottom: 40px; /* Space for the bottom image */
    padding-right: 40px;  /* Space for the right image */
}

/* The Background Image (Large) */
.img-back {
    width: 85%;
    position: relative;
    z-index: 1;
    border-radius: 0;
}

/* The Foreground Image (Small & Overlapping) */
.img-front {
    position: absolute;
    width: 55%;
    bottom: 0;
    right: 0;
    z-index: 2;
    border: 10px solid #ffffff; /* Thick white border */
    box-shadow: 0 15px 40px rgba(0,0,0,0.15); /* Deep shadow for pop */
}

/* The Arrow List */
.arrow-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.arrow-list li {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

/* The Green Arrow Icon */
.arrow-list i {
    color: #2ecc71; /* Bright Green like the screenshot */
    margin-right: 15px;
    font-size: 14px;
}

/* Responsive Fix for Mobile */
@media (max-width: 991px) {
    .overlap-grid {
        margin-bottom: 50px;
        padding-right: 0;
    }
    .img-back { width: 100%; }
    .img-front {
        width: 60%;
        bottom: -30px;
        right: -10px;
    }
}

/* ============================================== */
/*       WHAT MAKES US SPECIAL (OVERLAP FIX)      */
/* ============================================== */

/* --- CUSTOM STYLES --- */
        .section-padding {
            padding: 80px 0;
        }

        /* Styling for the list */
        .arrow-list {
            list-style: none;
            padding: 0;
            margin: 0 0 30px 0;
        }
        
        .arrow-list li {
            margin-bottom: 15px;
            font-size: 1rem;
            color: #333;
            display: flex;
            align-items: center;
        }

        .arrow-list li i {
            color: #d4a373; /* Gold/Bronze accent color */
            margin-right: 12px;
            font-size: 0.9rem;
        }

        /* Image Styling */
        .feature-image {
            width: 100%;
            height: auto;
            object-fit: cover; /* Ensures image looks good at all sizes */
            transition: transform 0.3s ease;
        }
        
        .feature-image:hover {
            transform: scale(1.02); /* Subtle zoom on hover */
        }
/* ============================================== */
/*      BACK TO TOP & CHAT WIDGET STYLES          */
/* ============================================== */

/* --- 1. Back to Top Arrow --- */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: #000; /* Black for contrast */
    color: #f9bf29; /* Gold Icon */
    border: 1px solid #f9bf29;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 990; /* Lower than chat */
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.back-to-top.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background-color: #f9bf29;
    color: #000;
}

/* --- 2. Floating Toggle Button (The Small Icon) --- */
.chat-toggle-btn {
    position: fixed;
    bottom: 90px; /* Sits above Back to Top */
    right: 30px;
    width: 55px;
    height: 55px;
    background-color: #f9bf29; /* Gold */
    color: #000;
    border: none;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 1000;
    cursor: pointer;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* Animation: Hidden when chat box is open */
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Show button when chat box is closed */
.chat-toggle-btn.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.chat-toggle-btn:hover {
    transform: scale(1.1);
    background-color: #d4a017;
}

/* Red Notification Dot on Button */
.notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background-color: #d63384; /* Red/Pink alert color */
    color: white;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

/* --- 3. The Main Chat Box --- */
.gallery-chat {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 320px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    z-index: 1001;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    
    /* Animation State: Hidden initially */
    transform: translateX(120%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-chat.show {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/* Chat Header */
.chat-header {
    background-color: #111;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-avatar {
    position: relative;
    width: 40px;
    height: 40px;
}

.chat-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f9bf29;
}

.online-dot {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    background-color: #2ecc71;
    border-radius: 50%;
    border: 2px solid #111;
}

/* Chat Body */
.chat-body {
    padding: 20px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.btn-gold {
    background-color: #f9bf29;
    color: #000;
    font-weight: 700;
    border: none;
    transition: 0.3s;
}

.btn-gold:hover {
    background-color: #d4a017;
    color: #fff;
}

/* Mobile Tweak */
@media (max-width: 576px) {
    .gallery-chat {
        right: 15px;
        bottom: 90px;
        width: 290px;
    }
    .chat-toggle-btn {
        right: 15px;
        bottom: 80px;
    }
    .back-to-top {
        right: 15px;
        bottom: 20px;
    }
}

/* --- EXHIBITION & VIEWING ROOM STYLES --- */
:root {
    --brand-gold: #d4a373;
    --brand-dark: #222222;
    --brand-light: #f9f9f9;
}

/* Typography Overrides */
h1, h2, h3, .font-serif {
    font-family: 'Playfair Display', serif;
}

.section-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

/* Custom Curly Arrow SVG positioning */
.curly-arrow-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 2;
    pointer-events: none; /* Lets clicks pass through */
}
.arrow-pos-1 { top: -40px; right: -70px; transform: rotate(20deg); }
.arrow-pos-2 { top: 10px; right: -90px; transform: rotate(45deg) scaleX(-1); }

/* Show Cards */
.show-card {
    border: none;
    position: relative;
    overflow: hidden;
}
.show-card img {
    border-radius: 12px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.show-card:hover img { transform: scale(1.03); }

.date-badge {
    background-color: white;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 0.9rem;
    position: absolute;
    top: 20px; left: 20px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    color: var(--brand-gold);
}

/* Viewing Room Items */
.viewing-room-item {
    background: var(--brand-light);
    padding: 40px;
    border-radius: 4px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
}
.viewing-room-item:hover {
    border-left: 3px solid var(--brand-gold);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Custom Outline Button */
.btn-custom-outline {
    border: 1px solid var(--brand-dark);
    color: var(--brand-dark);
    padding: 10px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.btn-custom-outline:hover {
    background-color: var(--brand-dark);
    color: #fff;
}
.text-gold { color: var(--brand-gold) !important; }

/* ============================================== */
/*      ARTMART REPLICA: BLOG & ARTWORK CARDS     */
/* ============================================== */

/* --- 1. LATEST ARTICLE CARD (Exact Replica) --- */
.art-blog-card {
    background: #ffffff;
    border: 1px solid #f0f0f0; /* Subtle border */
    transition: all 0.4s ease;
    height: 100%;
}

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

.art-blog-img-wrapper {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.art-blog-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.art-blog-card:hover .art-blog-img-wrapper img {
    transform: scale(1.1);
}

.art-blog-body {
    padding: 25px;
}

.art-blog-meta {
    font-size: 13px;
    color: #888;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.art-blog-meta span {
    display: inline-block;
}

.art-blog-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    min-height: 56px; /* Ensures alignment */
}

.art-blog-title a {
    color: #111;
    text-decoration: none;
    transition: 0.3s;
}

.art-blog-title a:hover {
    color: #3b5d50; /* Green Hover */
}

.btn-read-article {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    border-bottom: 2px solid #eee;
    padding-bottom: 2px;
    transition: 0.3s;
}

.btn-read-article:hover {
    border-color: #f9bf29; /* Gold underline on hover */
    color: #000;
}

/* --- 2. GENERAL ARTWORK CARD (Refined) --- */
/* Matches the "Summer Breeze" / "Andy Warhol" screenshot */
.art-product-card {
    border: 1px solid #eee;
    background: #fff;
    transition: 0.3s;
}

.art-product-img {
    height: 280px;
    position: relative;
    overflow: hidden;
}

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

/* The Heart Icon Top Right */
.wishlist-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.wishlist-btn:hover {
    background: #f9bf29;
    color: #fff;
}

.art-product-body {
    padding: 20px;
}

.art-product-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.art-product-artist {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    display: block;
}

.art-product-price-box {
    margin-bottom: 15px;
}

.label-bid {
    font-size: 12px;
    color: #888;
    margin-right: 5px;
}

.price-val {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

/* Buy Now Button (White with Border) */
.btn-buy-art {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
    color: #111;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-buy-art:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

/* ============================================== */
/*        STAGGERED GALLERY SHOWCASE              */
/* ============================================== */

.gallery-showcase {
    padding: 100px 0;
    background-color: #fafafa; /* Very light grey background */
    overflow: hidden; /* Keeps arrows contained */
}

/* --- The Text Section (Left) --- */
.showcase-text-col {
    position: relative;
    z-index: 2;
    padding-right: 30px;
}

.showcase-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}

.showcase-desc {
    font-family: 'Inter', sans-serif;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

.btn-discover-link {
    font-weight: 700;
    color: #3b5d50; /* Furni Green */
    text-decoration: none;
    border-bottom: 2px solid #f9bf29; /* Gold Underline */
    padding-bottom: 5px;
    transition: 0.3s;
}

.btn-discover-link:hover {
    color: #000;
    border-color: #000;
}

/* --- The Images (Right) --- */
.showcase-card {
    position: relative;
    transition: transform 0.4s ease;
}

.showcase-card:hover {
    transform: translateY(-10px);
}

.showcase-img {
    width: 100%;
    height: 450px; /* Fixed tall height */
    object-fit: cover;
    border-radius: 0; /* Sharp edges like art frames */
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

/* The Floating Numbers (01, 02, 03) */
.showcase-number {
    position: absolute;
    top: -40px;
    right: 10px;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #f9bf29; /* Gold */
    z-index: 2;
}

/* --- Staggering Logic (Desktop Only) --- */
@media (min-width: 992px) {
    /* 01 starts low */
    .stagger-low {
        margin-top: 120px;
    }
    /* 02 starts middle */
    .stagger-mid {
        margin-top: 60px;
    }
    /* 03 starts high */
    .stagger-high {
        margin-top: 0px;
    }
}

/* Mobile: Stack them normally */
@media (max-width: 991px) {
    .stagger-low, .stagger-mid, .stagger-high {
        margin-top: 40px;
    }
    .showcase-img {
        height: 300px;
    }
    .showcase-text-col {
        text-align: center;
        margin-bottom: 20px;
    }
    .showcase-number {
        top: -30px;
        right: 0;
        left: 0;
        text-align: center;
    }
}

/* --- Animated Curvy Arrows --- */
.arrow-decoration {
    position: absolute;
    width: 80px;
    opacity: 0.8;
    z-index: 1;
    pointer-events: none;
}

/* Arrow 1: Replaces the Lamp (Top Left) */
.arrow-1 {
    top: -60px;
    left: 20px;
    transform: rotate(45deg);
    width: 100px;
    animation: floatArrow 3s ease-in-out infinite;
}

/* Arrow 2: Bottom Right of Text */
.arrow-2 {
    bottom: 20px;
    right: 0px;
    transform: rotate(180deg);
    width: 60px;
    animation: floatArrow 4s ease-in-out infinite reverse;
}

@keyframes floatArrow {
    0% { transform: translateY(0) rotate(45deg); }
    50% { transform: translateY(-15px) rotate(40deg); }
    100% { transform: translateY(0) rotate(45deg); }
}

/* ============================================== */
/*       Front styling        */
/* ============================================== */

/* --- 1. Floating Decoration Logic --- */
.floating-decor {
    position: absolute;
    z-index: 0; /* Behind content */
    pointer-events: none; /* Let clicks pass through */
    opacity: 0.6; /* Subtle */
}

/* Gentle Float Animation */
@keyframes floatY {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}

.anim-float {
    animation: floatY 6s ease-in-out infinite;
}

/* --- 2. Hero Section (Modern) --- */
.gallery-hero {
    position: relative;
    padding: 120px 0 80px;
    background: #fff;
    overflow: hidden;
}

.hero-art-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.hero-main-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 0px 50px 0px 50px; /* Modern Art Shape */
}

.hero-sec-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 50px 0px 50px 0px;
    margin-top: 100px; /* Offset */
}

/* Decoration Placement for Hero */
.deco-hero-1 { top: 10%; left: -5%; width: 300px; } /* Blue Wave */
.deco-hero-2 { bottom: 10%; right: -5%; width: 250px; } /* Pink Swirl */

/* --- 3. Featured Exhibition (Dark) --- */
.featured-exhibition {
    background-color: #111;
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.exhibition-card {
    border: 1px solid rgba(255,255,255,0.1);
    padding: 40px;
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.02);
    backdrop-filter: blur(5px);
}

.exhibition-date {
    color: #f9bf29; /* Gold */
    font-family: 'Inter', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

/* Decoration Placement for Exhibition */
.deco-ex-1 { top: 50px; right: 50px; width: 150px; opacity: 0.3; } /* Radial Dots */
.deco-ex-2 { bottom: -50px; left: -50px; width: 400px; opacity: 0.8; } /* Pastel Blob */

/* --- 4. The Staggered Grid (Refined) --- */
.collection-grid {
    padding: 100px 0;
    position: relative;
    background: #fff;
}

.grid-item-art {
    position: relative;
    margin-bottom: 60px;
    z-index: 2;
}

.grid-item-art img {
    width: 100%;
    transition: transform 0.5s ease;
}

.grid-item-art:hover img {
    transform: scale(1.03);
}

.art-caption {
    margin-top: 15px;
    border-left: 2px solid #f9bf29;
    padding-left: 15px;
}

.art-caption h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-bottom: 5px;
}

/* Decoration Placement for Collection */
.deco-col-1 { top: 20%; left: 45%; width: 100px; } /* Plus Signs */
.deco-col-2 { bottom: 15%; right: 10%; width: 200px; } /* Circles Geo */

/* Mobile Fixes */
@media (max-width: 991px) {
    .hero-art-grid { grid-template-columns: 1fr; }
    .hero-sec-img { display: none; }
    .hero-main-img { height: 400px; }
    .floating-decor { display: none; } /* Hide decorations on mobile to keep it clean */
}

/* ============================================== */
/*       MODERN GALLERY DECORATIONS & TYPO        */
/* ============================================== */

/* --- 1. Floating Abstract Shapes --- */
.pos-relative { position: relative !important; overflow: hidden; }

.floating-decor {
    position: absolute;
    z-index: 0; /* Behind content */
    pointer-events: none; /* Click through them */
    opacity: 0.8;
}

/* Gentle Float Animation */
@keyframes floatUpDn {
    0% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}

.anim-float {
    animation: floatUpDn 6s ease-in-out infinite;
}

/* Specific Positions (Adjust based on your images) */
.deco-top-left { top: -50px; left: -50px; width: 300px; }
.deco-bottom-right { bottom: -50px; right: -50px; width: 250px; }
.deco-center-right { top: 40%; right: -20px; width: 150px; }
.deco-center-left { bottom: 20%; left: -30px; width: 180px; }

/* --- 2. Fancy Typography --- */
.text-italic-gold {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #f9bf29;
}

.tiny-bold-title {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #3b5d50;
    display: block;
    margin-bottom: 10px;
}

/* --- 3. Parallax Banner Section --- */
.parallax-banner {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.parallax-overlay {
    background: rgba(0,0,0,0.4); /* Dark overlay */
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}

.parallax-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 700px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px); /* Glassmorphism */
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* --- 4. Forward Animated Arrow Link --- */
.arrow-link {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
}

.arrow-link i {
    margin-left: 10px;
    transition: 0.3s;
    background: #f9bf29;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.arrow-link:hover {
    color: #3b5d50;
    border-bottom-color: #3b5d50;
}

.arrow-link:hover i {
    transform: translateX(10px); /* Move arrow forward */
    background: #3b5d50;
    color: #fff;
}

/* ============================================== */
/*        MARTFURY / CROWNE MARKETPLACE STYLE     */
/* ============================================== */

/* --- 1. Colors & Basics --- */
:root {
    --mart-yellow: #fcb800; /* The exact yellow from screenshot */
    --mart-black: #000000;
    --mart-orange: #ff3300; /* For the discount badges */
}

/* --- 2. Header Styling --- */
.mart-header {
    background-color: var(--mart-yellow);
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.mart-logo {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #000;
    text-decoration: none;
}

/* Search Bar */
.mart-search-box {
    background: #fff;
    border-radius: 4px;
    padding: 2px;
    display: flex;
    align-items: center;
}

.mart-search-select {
    border: none;
    border-right: 1px solid #ddd;
    background: transparent;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
    height: 40px;
    outline: none;
    width: 150px;
}

.mart-search-input {
    border: none;
    padding: 0 15px;
    height: 40px;
    width: 100%;
    outline: none;
}

.mart-search-btn {
    background-color: #000;
    color: #fff;
    border: none;
    height: 40px;
    padding: 0 30px;
    font-weight: 600;
    border-radius: 2px;
}

/* Header Icons */
.mart-icon-group a {
    color: #000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    position: relative;
}

.mart-icon-group i {
    font-size: 24px;
    margin-bottom: 2px;
}

.mart-badge {
    position: absolute;
    top: -5px;
    right: 5px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Navigation Bar (Yellow) */
.mart-nav-bar {
    background-color: var(--mart-yellow);
    border-top: 1px solid rgba(0,0,0,0.05);
}

.dept-btn {
    background-color: transparent;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mart-menu-link {
    color: #000;
    font-weight: 500;
    padding: 15px 20px;
    text-decoration: none;
    display: inline-block;
}

.mart-menu-link:hover {
    color: #333;
}

/* --- 3. Hero Banners --- */
.mart-hero-section {
    padding: 40px 0;
    background-color: #f5f5f5; /* Light grey body bg */
}

/* Large Left Banner */
.banner-large {
    background-color: #fff;
    height: 480px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner-large-content {
    padding-left: 60px;
    z-index: 2;
    max-width: 50%;
}

.banner-large img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    object-fit: cover;
    z-index: 1;
}

.txt-blue { color: #5bc0de; font-weight: 600; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; margin-bottom: 10px; display: block; }
.txt-green { color: #87b106; font-weight: 700; }

.mart-btn {
    background-color: var(--mart-yellow);
    color: #000;
    font-weight: 700;
    padding: 12px 30px;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}

/* Small Right Banners */
.banner-small {
    background-color: #fff;
    height: 230px;
    position: relative;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.banner-small img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 90%;
    width: auto;
}

/* Discount Circle */
.discount-badge {
    position: absolute;
    top: 20px;
    right: 45%; /* Positioned near image */
    background-color: var(--mart-orange);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    z-index: 2;
}
.discount-badge span { font-size: 16px; display: block; }

@media (max-width: 991px) {
    .banner-large { height: 400px; }
    .banner-large img { width: 100%; opacity: 0.2; }
    .banner-large-content { max-width: 100%; padding: 30px; }
    .mart-search-select { display: none; }
}

/* ============================================== */
/*           SERVICES PAGE STYLES                 */
/* ============================================== */

/* --- 1. Services Hero --- */
.services-hero {
    position: relative;
    padding: 120px 0;
    background: url('../images/premium_photo-1706388658576-374c1029522b-1.png') no-repeat center center/cover; /* Ensure you have this image */
    color: #fff;
    text-align: center;
}

.services-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Dark Overlay */
}

.services-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

/* --- 2. Service Cards --- */
.service-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 40px 30px;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-bottom: 3px solid #f9bf29; /* Gold bottom border on hover */
}

.service-icon {
    font-size: 40px;
    color: #3b5d50; /* Green */
    margin-bottom: 25px;
    transition: 0.3s;
}

.service-card:hover .service-icon {
    color: #f9bf29; /* Turns Gold on hover */
    transform: scale(1.1);
}

.service-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    color: #000;
}

.service-desc {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-link {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
    transition: 0.3s;
}

.service-link:hover {
    color: #f9bf29;
    border-color: #f9bf29;
}

/* --- 3. Process Section (Steps) --- */
.process-section {
    background-color: #f9f9f9;
}

.process-step {
    text-align: center;
    position: relative;
    padding: 20px;
}

.step-number {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 900;
    color: rgba(0,0,0,0.05); /* Very subtle background number */
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.step-icon {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    color: #f9bf29;
    font-size: 24px;
}

.cta-banner {
    background-color: #3b5d50; /* Green */
    color: #fff;
    border-radius: 0;
}

/* ============================================== */
/*           ABOUT PAGE (MUSEUM GRADE)            */
/* ============================================== */

/* --- 1. Cinematic Hero --- */
.about-hero {
    position: relative;
    height: 60vh; /* 60% of viewport height */
    min-height: 500px;
    background: url('../images/premium_photo-1706388658576-374c1029522b-1.png') no-repeat center center/cover; /* Reusing your art bg */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-attachment: fixed; /* Parallax effect */
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.7); /* Dark overlay */
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f9bf29; /* Gold */
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}

/* --- 2. The Values Grid --- */
.value-card {
    background: #fff;
    padding: 40px 30px;
    border: 1px solid #eee;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    z-index: 1;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: #fff;
}

/* Gold line top */
.value-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 0%;
    height: 3px;
    background: #f9bf29;
    transition: 0.4s;
}

.value-card:hover::before {
    width: 100%;
}

.value-icon {
    font-size: 32px;
    color: #111;
    margin-bottom: 25px;
}

/* --- 3. Team Section (Portrait Style) --- */
.team-member {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team-img-wrap {
    position: relative;
    overflow: hidden;
    height: 400px; /* Tall portrait */
}

.team-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    filter: grayscale(100%); /* Start black & white */
}

.team-member:hover .team-img-wrap img {
    transform: scale(1.05);
    filter: grayscale(0%); /* Color on hover */
}

.team-info {
    padding-top: 20px;
    text-align: center;
}

.team-role {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3b5d50; /* Green */
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

/* --- 4. The "Signature" Section --- */
.signature-section {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.signature-img {
    max-width: 200px;
    opacity: 0.6;
    margin-top: 20px;
}
/* ============================================== */
/*        NEW ARTISTS PAGE (MUSEUM GRADE)         */
/* ============================================== */

/* --- 1. Hero Typography --- */
.text-fancy-italic {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 400;
    color: #f9bf29; /* Gold */
}

/* --- 2. Section: Represented (Alternating Layout) --- */
.artist-row {
    margin-bottom: 100px;
    position: relative;
}

.artist-portrait-frame {
    position: relative;
    padding: 20px;
}

/* The Border Outline effect behind the image */
.artist-portrait-frame::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 90%; height: 90%;
    border: 1px solid #3b5d50; /* Green Border */
    z-index: 0;
}

.artist-portrait-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px; /* Tall Portrait */
    object-fit: cover;
    margin-top: 30px;
    margin-left: 30px; /* Offset from border */
    box-shadow: 20px 20px 0px rgba(0,0,0,0.05);
    transition: transform 0.5s ease;
}

.artist-row:hover .artist-portrait-img {
    transform: scale(1.02) translate(-10px, -10px);
}

.artist-bio-text {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
}

.artist-signature {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #000;
    opacity: 0.1;
    position: absolute;
    bottom: -20px;
    right: 0;
    pointer-events: none;
}

/* --- 3. Section: Emerging (Modern Cards) --- */
.emerging-card {
    background: #fff;
    border: none;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.emerging-img-wrap {
    height: 350px;
    overflow: hidden;
    position: relative;
}

.emerging-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: grayscale(100%);
}

.emerging-card:hover .emerging-img-wrap img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.emerging-info {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.emerging-info h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    color: #111;
}

.emerging-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #f9f9f9;
    padding: 5px 10px;
    color: #3b5d50;
}

/* --- 4. Section: Submission (Dark Split) --- */
.submission-split {
    background-color: #111;
    color: #fff;
    overflow: hidden;
}

.submission-text-col {
    padding: 100px 50px;
}

.submission-img-col {
    height: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.submission-img-col::before {
    content: '';
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: rgba(59, 93, 80, 0.4); /* Green overlay */
}

/* Mobile Fixes */
@media (max-width: 991px) {
    .artist-portrait-frame::before { display: none; }
    .artist-portrait-img { margin: 0; height: 350px; }
    .submission-text-col { padding: 50px 20px; }
    .submission-img-col { min-height: 300px; }
}
/* ============================================== */
/*              SHOP PAGE & SIDEBAR               */
/* ============================================== */

/* --- 1. Shop Hero (Slimmer) --- */
.shop-hero {
    background-color: #f9f9f9;
    padding: 80px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
}

/* --- 2. Sidebar Styling --- */
.shop-sidebar {
    padding-right: 30px;
    border-right: 1px solid #eee;
}

.widget-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f9bf29; /* Gold underline */
    display: inline-block;
}

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

.cat-list li {
    margin-bottom: 12px;
}

.cat-list a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
}

.cat-list a:hover, .cat-list a.active {
    color: #3b5d50; /* Green */
    font-weight: 600;
    transform: translateX(5px); /* Slide effect */
}

.count {
    font-size: 12px;
    background: #f1f1f1;
    padding: 2px 8px;
    border-radius: 10px;
    color: #999;
}

/* --- 3. Shop Controls (Sort Bar) --- */
.shop-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.sort-select {
    border: 1px solid #ddd;
    padding: 5px 15px;
    border-radius: 0;
    outline: none;
    color: #555;
    background: transparent;
}

/* Mobile Fix */
@media (max-width: 991px) {
    .shop-sidebar {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-right: 0;
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
}

/* --- SINGLE BLOG STYLES --- */
.bg-gold {
    background-color: #f9bf29;
}

.hover-green:hover {
    color: #3b5d50 !important;
}

.blog-content-body p {
    margin-bottom: 20px;
}

/* Drop cap for first letter (Magazine Style) */
.blog-content-body p:first-of-type::first-letter {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: #f9bf29;
    float: left;
    margin-right: 10px;
    line-height: 0.8;
}

/* --- COMMENT STYLES --- */
.comment-avatar {
    width: 50px; 
    height: 50px; 
    background: #ddd; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-weight: bold; 
    color: #555;
    font-size: 18px;
}

.text-gold {
    color: #f9bf29 !important;
}

.bg-gold {
    background-color: #f9bf29 !important;
}

.reply-form-box {
    border-left: 3px solid #f9bf29;
}

/* ============================================== */
/*       MODERN OVR HOMEPAGE STYLES               */
/* ============================================== */

/* --- 1. Cinematic Parallax Hero --- */
.hero-cinematic {
    position: relative;
    height: 90vh; /* Takes up 90% of screen height */
    min-height: 600px;
    background: url('../images/premium_photo-1706388658576-374c1029522b-1.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed; /* Parallax Effect */
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-overlay-gradient {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* Gradient from dark bottom to transparent top */
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}

.hero-content-box {
    position: relative;
    z-index: 5;
    color: #fff;
    max-width: 800px;
}

.hero-big-text {
    font-size: 4rem; /* Huge text */
    line-height: 1.1;
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.text-italic-gold {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #f9bf29;
}

/* --- 2. Category Gateway Cards --- */
.cat-card {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0; /* Sharp edges */
}

.cat-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cat-card:hover .cat-card-img {
    transform: scale(1.1);
}

.cat-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.2);
    transition: background 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
}

.cat-card:hover .cat-overlay {
    background: rgba(0,0,0,0.4);
}

.cat-title {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    transform: translateY(20px);
    transition: 0.4s;
}

.cat-link {
    color: #f9bf29;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s 0.1s; /* Slight delay */
    text-decoration: none;
}

.cat-card:hover .cat-title,
.cat-card:hover .cat-link {
    transform: translateY(0);
    opacity: 1;
}

/* --- 3. Subscription Section --- */
.subscribe-section {
    background-color: #3b5d50; /* Green */
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.subscribe-box {
    background: rgba(255,255,255,0.1); /* Glass effect */
    border: 1px solid rgba(255,255,255,0.2);
    padding: 50px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.sub-input {
    background: #fff;
    border: none;
    height: 55px;
    padding-left: 20px;
    width: 100%;
}

.sub-btn {
    background: #f9bf29;
    color: #000;
    font-weight: 700;
    height: 55px;
    border: none;
    padding: 0 30px;
    text-transform: uppercase;
    transition: 0.3s;
}

.sub-btn:hover {
    background: #fff;
    color: #3b5d50;
}

/* Floating Decor Positioning */
.deco-hero-left { top: 10%; left: -5%; width: 300px; opacity: 0.5; }
.deco-mid-right { top: 40%; right: 0; width: 150px; opacity: 0.8; }
.deco-bot-left { bottom: 10%; left: 5%; width: 120px; opacity: 0.6; }

/* Responsive */
@media (max-width: 991px) {
    .hero-cinematic { height: 70vh; }
    .hero-big-text { font-size: 2.5rem; }
    .cat-card { height: 250px; }
}

/* ============================================== */
/*       HERO GRID SECTION (BANNER LAYOUT)        */
/* ============================================== */

.gallery-grid-section {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
    z-index: 2; /* Sits above decorations */
}

/* Large Left Banner */
.banner-large {
    background-color: #f9f9f9; /* Light Grey BG */
    height: 500px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    transition: transform 0.4s ease;
}

.banner-large:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.banner-large-content {
    padding-left: 50px;
    z-index: 2;
    max-width: 60%;
}

.banner-large img {
    position: absolute;
    right: -50px; /* Offset image to the right */
    top: 0;
    height: 100%;
    width: 70%;
    object-fit: cover;
    z-index: 1;
    transition: transform 0.5s ease;
}

.banner-large:hover img {
    transform: scale(1.05) translateX(-10px);
}

/* Typography for Banners */
.txt-sub-gold { 
    color: #f9bf29; 
    font-weight: 700; 
    text-transform: uppercase; 
    font-size: 13px; 
    letter-spacing: 2px; 
    margin-bottom: 15px; 
    display: block; 
}

.txt-price-green { 
    color: #3b5d50; 
    font-weight: 800; 
}

/* Shop Button */
.btn-banner {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 12px 35px;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 25px;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
}

.btn-banner:hover {
    background-color: #f9bf29; /* Gold Hover */
    color: #000;
}

/* Small Right Banners */
.banner-small {
    background-color: #fcfcfc;
    height: 240px; /* Split height */
    position: relative;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.banner-small:hover {
    border-color: #f9bf29;
}

.banner-small img {
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 90%;
    width: auto;
    transition: transform 0.5s ease;
}

.banner-small:hover img {
    transform: scale(1.1);
}

/* Discount Badge */
.discount-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #f9bf29; /* Gold */
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.discount-badge span { font-size: 16px; display: block; }

/* Responsive */
@media (max-width: 991px) {
    .banner-large { height: 400px; }
    .banner-large img { width: 100%; opacity: 0.3; right: 0; }
    .banner-large-content { max-width: 100%; }
}

/* ============================================== */
/*       SMART SCROLL NAV (HIDE/SHOW)             */
/* ============================================== */

/* 1. Base Header Style */
#site-navbar {
    transition: top 0.4s ease-in-out, background-color 0.3s, box-shadow 0.3s;
    /* Ensure it sits on top of everything */
    z-index: 1020; 
}

/* 2. Hidden State (When scrolling down) */
.nav-up {
    top: -120px; /* Moves header completely out of view */
}

/* 3. Visible State (When scrolling up) */
.nav-down {
    top: 0; /* Drops down into view */
    background-color: #ffffff !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); /* Adds shadow */
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Optional: Make text Green when stuck (Nav Down) for contrast */
.nav-down .navbar-brand,
.nav-down .nav-link,
.nav-down i {
    color: #3b5d50 !important; /* Green */
}

/* ============================================== */
/*           CONTACT PAGE STYLES                  */
/* ============================================== */

/* Contact Hero */
.contact-hero {
    background-color: #111;
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Form Container */
.contact-form-wrapper {
    background: #fff;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    position: relative;
    z-index: 2;
    margin-top: -50px; /* Overlap effect */
}

/* Custom Inputs */
.form-floating > .form-control {
    border-radius: 0;
    border: 1px solid #eee;
    border-left: 3px solid transparent;
    transition: 0.3s;
}

.form-floating > .form-control:focus {
    border-color: #eee;
    border-left-color: #f9bf29; /* Gold accent */
    box-shadow: none;
}

.form-floating > label {
    font-size: 14px;
    color: #999;
}

/* Contact Info Box */
.contact-info-box {
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-item {
    display: flex;
    margin-bottom: 30px;
}

.info-icon {
    width: 50px;
    height: 50px;
    background: #f9bf29;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 20px;
    flex-shrink: 0;
}

.info-text h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.info-text p {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

/* Map Frame */
.map-frame {
    width: 100%;
    height: 300px;
    border: 0;
    filter: grayscale(100%); /* B&W Map for style */
    transition: 0.5s;
}

.map-frame:hover {
    filter: grayscale(0%);
}

/* Mobile Fix */
@media (max-width: 991px) {
    .contact-form-wrapper { margin-top: 20px; padding: 30px; }
}

/* ============================================== */
/*           PORTRAIT VIDEO SECTION               */
/* ============================================== */

.video-section {
    background-color: #000; /* Cinematic Background */
    color: #fff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* The Video Container (Phone/Portrait Shape) */
.video-frame {
    position: relative;
    width: 100%;
    max-width: 400px; /* Limits width on desktop so it doesn't get too tall */
    height: 600px;    /* Fixed height for uniformity */
    margin: 0 auto;
    border-radius: 200px 200px 0 0; /* Arch Shape (Very Trendy) */
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(249, 191, 41, 0.15); /* Gold Glow */
    z-index: 2;
}

.video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures video fills the arch */
}

/* Overlay Play Button (Optional visual cue) */
.video-overlay-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #f9bf29; /* Gold */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    z-index: 3;
    transition: 0.3s;
    animation: pulseGold 2s infinite;
}

.video-overlay-btn:hover {
    transform: scale(1.1);
}

@keyframes pulseGold {
    0% { box-shadow: 0 0 0 0 rgba(249, 191, 41, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(249, 191, 41, 0); }
    100% { box-shadow: 0 0 0 0 rgba(249, 191, 41, 0); }
}

/* Decorative Background Text */
.bg-text-deco {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Playfair Display', serif;
    font-size: 200px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03); /* Barely visible */
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .video-frame {
        max-width: 100%;
        height: 500px;
        border-radius: 20px; /* Simple rounded corners on mobile */
    }
    .bg-text-deco { display: none; }
}



/* ============================================== */
/*       MOBILE MENU ARROW FIX (ROBUST)           */
/* ============================================== */

.transition-icon {
    transition: transform 0.3s ease-in-out;
    color: #3b5d50; /* Default Green Arrow */
}

/* 1. WHEN MENU IS OPEN (Bootstrap sets aria-expanded="true") */
.mobile-dropdown-btn[aria-expanded="true"] .transition-icon {
    transform: rotate(180deg); /* Flip UP */
    color: #f9bf29; /* Turn Gold */
}

/* 2. Text Color when Open */
.mobile-dropdown-btn[aria-expanded="true"] {
    color: #f9bf29 !important;
}

/* 3. DEFAULT STATE (Closed) */
.mobile-dropdown-btn[aria-expanded="false"] .transition-icon {
    transform: rotate(0deg); /* Point DOWN */
}
/* ============================================== */
/*           CART / ACQUISITION STYLES            */
/* ============================================== */

.site-blocks-table {
    border: 1px solid #eee;
    overflow: hidden;
}

.site-blocks-table .table {
    margin-bottom: 0;
}

.site-blocks-table th {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000;
    padding: 20px;
    border-bottom: none;
}

.site-blocks-table td {
    border-bottom: 1px solid #eee;
}

/* Hide Quantity input styles (if any exist) */
.quantity-container {
    display: none !important;
}
/* ============================================== */
/*           PAGE HERO WITH BACKGROUND            */
/* ============================================== */

.page-hero-bg {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    /* Keeps the image fixed while scrolling (Parallax feel) */
    background-attachment: fixed; 
}

/* Dark Overlay so text is readable */
.page-hero-bg::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* 60% Black Overlay */
    z-index: 1;
}

.page-hero-content {
    position: relative;
    z-index: 2; /* Sits on top of overlay */
}
/* ============================================== */
/*        STICKY HEADER ANIMATION (WHITE)         */
/* ============================================== */

/* 1. Initial State (At Top) */
#site-navbar {
    background-color: #ffffff !important;
    padding-top: 25px;    /* Taller at the top */
    padding-bottom: 25px;
    box-shadow: none;     /* Flat at the top */
    transition: all 0.4s ease-in-out; /* Smooth slide animation */
}

/* 2. Scrolled State (Dropping Down) */
#site-navbar.scrolled-nav {
    padding-top: 10px;    /* Shrinks */
    padding-bottom: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1); /* Drops a shadow */
    background-color: rgba(255, 255, 255, 0.95) !important; /* Slight transparency */
    backdrop-filter: blur(10px); /* Glass effect */
}

/* Optional: Make logo slightly smaller on scroll for effect */
#site-navbar.scrolled-nav .navbar-brand {
    font-size: 24px !important; /* Shrink logo slightly */
    transition: 0.4s;
}
/* ============================================== */
/*        VIEWING ROOM BUBBLE HEADER              */
/* ============================================== */

.hero-room {
    position: relative;
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    /* Use a Dark Gradient + Bubbles if no image */
    background: radial-gradient(circle at 20% 50%, rgba(59, 93, 80, 0.4) 0%, rgba(0,0,0,0.9) 70%),
                url('../images/art-bg.jpg') no-repeat center center/cover;
    overflow: hidden;
}

/* Optional: Add animated bubbles via CSS */
.hero-room::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(249, 191, 41, 0.2) 0%, transparent 70%);
    top: -50px;
    right: -50px;
    border-radius: 50%;
    z-index: 1;
    animation: floatBubble 10s infinite ease-in-out;
}

@keyframes floatBubble {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(20px) scale(1.1); }
}
/* --- Product Description in Cards --- */
.art-desc-preview {
    font-size: 13px;
    color: #777;
    line-height: 1.5;
    margin-top: 8px;
    margin-bottom: 15px;
    
    /* Limit to 2 lines and add ... at the end */
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px; /* Keeps cards aligned even if no desc */
}