

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
.static-block-2 .text .link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid red;
  color: red;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-top: 30px;
  padding: 10px 33px;
  text-transform: uppercase;
}



/*************************
 Bootstrap Custom Container
************************/
.container, 
.container-fluid, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 576px){
  .container, 
  .container-sm {
    max-width: 540px;
}
}

@media (min-width: 768px){
  .container, 
  .container-md, 
  .container-sm {
    max-width: 720px;
}
}

@media (min-width: 992px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm {
    max-width: 960px;
}
}

@media (min-width: 1200px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1400px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl, 
  .container-xxl {
    max-width: 1170px;
  }
}


.row {
  --bs-gutter-x: 30px;
}

.single-service {
    display: flex;
    align-items: center;
    gap: 15px; /* space between icon & text */
}

/* ICON SIZE */
.single-service .service-icon i {
    font-size: 48px; /* adjust icon size same as screenshot */
    color: #f3a000;  /* golden yellow */
    line-height: 1;
}

/* TITLE TEXT */
.single-service .service-title h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
    color:white;
}

/* SUBTEXT */
.single-service .service-title p {
    margin: 0;
    font-size: 14px;
    color: #eae6e6;
}

/* Spacing between columns */
.single-service.mb-30 {
    margin-bottom: 0 !important;
}
.furniture-showcase {
    width: 100%;
    min-height: 800px;
    background: url('/img/blog/secc.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}
.hero-text.classy-hero {
    position: absolute;
    top: 36%;
    left: 18%;
    transform: translateY(-50%);
    color: #ffffff;
}
.hero-text.classy-hero h1 {
    font-size: 40px;
    font-weight: 300;
    
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.hero-text.classy-hero p {
    font-size: 20px;
    font-weight: 300;
    
}

@media (max-width: 768px) {
    .hero-text.classy-hero {
        top: 36%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 0 15px;
        width: 90%;       /* allow wide heading */
    }

    .hero-text.classy-hero h1 {
        font-size: 26px;          /* good readable size */
        line-height: 1.28;
        letter-spacing: 1px;
        margin-bottom: 10px;
        max-width: 380px;         /* forces heading into 2 lines */
        margin-left: auto;
        margin-right: auto;
        white-space: normal;
    }

    /* hide <br> on mobile so heading becomes 2 lines */
    .hero-text.classy-hero h1 br {
        display: none;
    }

    .hero-text.classy-hero p {
        font-size: 15px;
        line-height: 1.45;
        max-width: 340px;
        margin: 0 auto;
    }
}



.why-choose-us {
    position: relative;
    padding: 100px 0;
    background: url('/img/blog/secc.jpg') center center/cover no-repeat;
    color: #fff;
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px;
}


.why-choose-us .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}

.why-choose-us .container {
    position: relative;
    z-index: 2;
}

.why-choose-us .section-title {
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.single-service {
    background: rgba(255, 255, 255, 0.1); /* optional semi-transparent card box */
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    backdrop-filter: blur(4px);
}

.single-service .service-icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.single-service h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.single-service p {
    font-size: 14px;
    color: #fff;
}


.custom-section {
    background-color: #f5f5f5;
    padding: 80px 0;
}

.custom-section .custom-image {
    width: 80%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
}

.custom-section .custom-text h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.custom-section .custom-text p {
    font-size: 16px; /* reduced size */
    line-height: 28px;
    color: #333;
}

.custom-section .custom-button {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 30px;
    background: #845a22;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    text-decoration: none;
}
.feature-section {
    background-color: #f5f5f5;

    padding: 80px 0;
    color: #000;
    margin-top: 110px;
    margin-bottom: 110px;
}

.feature-section .feature-text h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #292525;
}

.feature-section .feature-text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
}

.feature-section .btn-feature {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.feature-section .btn-feature:hover {
    background: #000;
    color: #fff;
}

.feature-section .feature-image {
    width: 80%;
    max-width: 400px;
    height: auto;
}
.slider-area-wrapper {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 420px;
    overflow: hidden;
}

@media (max-width: 768px) {

    .why-choose-us .overlay {
        backdrop-filter: blur(14px);       /* stronger blur */
        -webkit-backdrop-filter: blur(14px); /* iOS support */
        background-color: rgba(0, 0, 0, 0.55); /* DARKER overlay */
    }
}



.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.banner-title {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
}

.heading-section h1 {
    font-size: 40px;
    font-weight: 700;
}

.heading-section p {
    font-size: 17px;
    line-height: 1.7;
}

.img-wrap img {
    width: 100%;
    border-radius: 15px;
}

.third-sec-about {
    padding: 80px 0;
}

.about-card {
    background: #fff;
    border-radius: 20px;
}

.about-title {
    font-weight: 700;
    font-size: 32px;
}

.highlight {
    color: #845a22;
    font-weight: 700;
}

.image-right img {
    width: 100%;
    border-radius: 20px;
}
.about-fullscreen {
    width: 100%;
    height: 130vh;
    background: url('/img/blog/123.jpg') no-repeat center;
    background-size: cover;    /* full width + full height */
    background-position: center top; /* reduces zoom effect */
    position: relative;

}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 70%;
}
.about-fullscreen h1 {
    font-size: 48px;         /* Bigger heading */
    color:#845a22;
    font-weight: 700;
    margin-bottom: 20px;     /* Space between heading and paragraph */
}

.about-fullscreen p {
    font-size: 17px;         /* Increase paragraph size */
    line-height: 1.8;        /* Better readability */
    margin-top: 10px;
            /* Slightly lighter white (optional) */
}
.box-position {
    margin-top: 100px;   /* adjust as needed */
}

.third-sec-about {
    padding-top: 200px;   /* Adjust this value as needed */
    padding-bottom: 200px; /* Adjust this value as needed */
}
/* Move slider caption slightly to the right */
/* Make container flex so contents can move */
.slide-content-wrapper {
    display: flex;
    justify-content: flex-start; /* default */
}

/* Move right */
.slide-content-wrapper .middle-text {
    margin-left: 240px !important;  /* SHIFT RIGHT */
}

/* Tablet */
@media (max-width: 992px) {
    .slide-content-wrapper .middle-text {
        margin-left: 90px !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .slide-content-wrapper {
        justify-content: flex-start !important; /* Move content slightly left */
    }
    .slide-content-wrapper .middle-text {
        margin-left: 50px !important;  /* Adjust this number as needed */
       
    }
}

/* Desktop header keeps its background */
/* .header-black-area {
    background: rgba(255, 255, 255, 0.2); /* 20% opacity white */
    


/* Mobile screens: remove header background */
@media (max-width: 768px) {
    .header-black-area {
        background: transparent !important;
    }
}
/* Sticky header background (desktop) */
.scroll-header {
    background: rgba(255, 255, 255, 0.2); /* same as main header */
    box-shadow: none; /* optional: remove shadow */
    transition: background 0.3s;
}

/* Sticky header on mobile */
@media (max-width: 768px) {
    .scroll-header {
        background: transparent !important;  /* transparent on mobile */
    }
}
.service-area .single-service {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}

.service-area .service-icon i {
    font-size: 48px;
    color: #845a22;   /* yellow color in screenshot */
    line-height: 1;
}

.service-area .service-title h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
}

.service-area .service-title p {
    margin: 0;
    font-size: 14px;
    color: #6c6c6c;
}

/* Make row evenly spaced like screenshot */
.service-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Ensure equal width on desktop */
.service-row .col-lg-3 {
    flex: 1;
}
/* ======== MOBILE RESPONSIVE FIX ======== */
@media (max-width: 768px) {

    .about-fullscreen {
        min-height: 180vh; /* keeps image tall on mobile */
        padding: 0;
        background-position: center;
        position: relative;
    }

    .overlay-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
        text-align: center;
    }

    .about-fullscreen h1 {
        font-size: 30px;
    }

    .about-fullscreen p {
        font-size: 15px;
        line-height: 1.6;
    }



    /* Reduce gap of 3-column section */
    .third-sec-about {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .box-position {
        margin-top: 20px;
    }

    /* Order -> image below / on mobile */
    .image-right {
        margin-top: 30px;
        text-align: center;
    }
    .image-right img {
        width: 90%;
    }

}

/* Small phones */
@media (max-width: 480px) {
    .about-fullscreen h1 {
        font-size: 26px;
    }
    .overlay-content p {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .service-area .single-service {
        padding-left: 35px;  /* moves the whole service item slightly to the right */
    }
}
/* Desktop */
.hero-text.classy-hero h2 {
    font-size: 42px;       /* reduce from very large to elegant */
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 2px;
    color: white;
}

/* Mobile */
@media (max-width: 768px) {
    .hero-text.classy-hero h2 {
        font-size: 26px;   /* perfect readable size */
        line-height: 1.28;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }
}
.black-bg {
    background-color: #8f6420 !important; /* change this to any color */
}

 /* ===========================
   CATEGORY CARD (Matches Screenshot)
   =========================== */

.gallery-card {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 250px; /* fixed height */
    cursor: pointer;
}

/* Image inside category */
.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.35s ease;
}

/* Dark overlay */
.gallery-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55); /* slightly darker on hover */
    border-radius: 18px;
    transition: 0.3s ease;
}

/* Hover: zoom image and dark overlay stronger */
.gallery-card:hover .gallery-img {
    transform: scale(1.08);
}

.gallery-card:hover::after {
    background: rgba(0,0,0,0.85);
}

/* Category title (big left-aligned like screenshot) */
.gallery-title {
    position: absolute;
    top: 20%;
    left: 10%;
    transform: none;
    background: transparent;
    color: #fff;
    font-size: 32px;        /* adjust size as needed */
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    z-index: 5;

    opacity: 0;             /* hidden by default */
    transition: opacity 0.3s ease;
}

/* Show title on hover */
.gallery-card:hover .gallery-title {
    opacity: 1;
}

/* Mobile: optionally always show text if hover not possible */
@media (max-width: 768px) {
    .gallery-title {
        opacity: 1;
        font-size: 24px; /* slightly smaller on mobile */
    }
}


/* ===========================
   PRODUCT CARD
   =========================== */

.product-card {
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    /* Remove fixed height to show original image height */
}

.product-img {
    width: 100%;
    height: auto; /* Keep original aspect ratio */
    display: block;
    border-radius: 16px;
    transition: 0.35s ease;
    object-fit: contain; /* Ensures full image is visible */
}

.product-card:hover .product-img {
    transform: scale(1.08);
}

/* .border {
    border: 2px solid #d7b30a !important;
    border-radius: 6px;
    transition: .3s;
} */

.border:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

html, body {
    overflow-x: hidden;
}
.banner-style img {
    width: 100%;
    height: 250px;        /* same height for all images */
    object-fit: cover;    /* crop perfectly while keeping proportions */
    border-radius: 18px;  /* optional: matches your card style */
}
.custom-info-slider {
    background: #f9f9f9;
}

.cis-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.cis-desc {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #555;
}

.cis-btn {
    display: inline-block;
    background: #845a22;
    color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.cis-btn:hover {
    background: #6a4518;
}

/* Slider Box */
.cis-box {
    position: relative;
    text-align: center;
}

.cis-box img {
    width: 100%;
    height: 280px;
    border-radius: 18px;
    object-fit: cover;
}

.cis-box h4 {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 600;
}
.slider-area-wrapper {
    margin-bottom: 120px;
}
@media (max-width: 991px) {

    .mean-container .mean-bar {
        top: 5px !important;   /* move up */
    }

    .mean-container a.meanmenu-reveal {
        top: -19px !important;  /* move further up */
    }
}

#mobile-menu-active {
    visibility: hidden;
}

.mean-container #mobile-menu-active {
    visibility: visible;
}
/* Mobile accordion styles */
@media (max-width: 768px) {
    .accordion-content {
        display: none;
    }

    .accordion-header {
        cursor: pointer;
        position: relative;
        padding-right: 25px;
    }

    .accordion-header::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
    }

    .accordion-header.active::after {
        content: "-";
    }
}
@media (max-width: 768px) {
    .banner-title {
        font-size: 28px !important;
        line-height: 34px !important;
        text-align: center;
        padding: 0 15px;
    }
}
.banner-area.hm-4 {
    margin-top: 120px;
    margin-bottom: 60px;
}
/* Slider wrapper */


/* Slider */
#mainSlider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#mainSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Show first image immediately */

/* Maintain aspect ratio (VERY IMPORTANT) */



/* Ensure slider is positioning reference */
.slider-container {
    position: relative;
    width: 100%;
    height: 70vh;        /* desktop */
    min-height: 420px;
    overflow: hidden;
}

/* Center caption absolutely */
.nivo-html-caption {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
}



/* Inner text */
.middle-text {
    color: #fff;
    max-width: 650px;
}

.middle-text h2 {
    font-size: 48px;
    margin: 0;
    line-height: 1.1;
}

.middle-text p {
    margin-top: 12px;
    font-size: 16px;
    max-width: 650px;
}


.slide-content-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}


@media (max-width: 768px) {

    /* Make banner height stable */
    .slider-container,
    .slider-area-wrapper {
        height: 70vh;       /* fixed height relative to viewport */
        min-height: 520px;  /* ensures it doesn’t shrink too small */
        max-height: 800px;  /* optional: prevents extreme stretch */
        overflow: hidden;   /* hide extra space */
        position: relative; /* ensure captions align properly */
    }

    #mainSlider,
    #mainSlider img {
        width: 100%;
        height: 100%;       /* fill container */
        object-fit: cover;  /* maintain image aspect ratio */
        display: block;
    }

    /* Center caption vertically and horizontally */
    .nivo-html-caption {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex !important;
        flex-direction: column;
        justify-content: center;   /* center vertically */
        align-items: center;
        text-align: center;
        padding: 0;                /* remove top padding */
        z-index: 10;
    }

    .middle-text {
        max-width: 90%;
    }

    .middle-text h2 {
        font-size: 24px;
        line-height: 1.2;
        color: #4B2E2E;
        margin: 0;
    }

    .middle-text p {
        font-size: 14px;
        margin-top: 8px;
        color: #A67C52;
    }
}


#mainSlider,
#mainSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature-image {
    max-width: 100%;
    height: auto;
    padding-left: 60px;
}

@media (max-width: 768px) {
    .feature-image {
        padding-left: 100px;
    }
}

.text_white {
    color: #ffffff !important;
}

/* ABOUT PAGE BANNER */
.slider-area-wrapper {
    position: relative;
    width: 100%;
   
    overflow: hidden;
}

/* Image fills the wrapper */
.slider-area-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Center text overlay */
.banner-overlay {
    position: absolute;
    inset: 0;
}

/* Increase height on mobile */


@media (max-width: 768px) {
    .slider-area-wrapper {
        height: 85vh;
        min-height: 520px;
    }
}


    .banner-title {
        font-size: 28px;
        text-align: center;
    }
}
.nivo-directionNav,
.nivo-controlNav {
    display: none !important;
}

.nivo-caption {
    display: none !important;
}

@media (max-width: 768px) {
    /* Hide chair.jpg and gg.jpg on mobile */
    .banner-style img[src*="chair.jpg"],
    .banner-style img[src*="gg.jpg"] {
        display: none !important;
    }
}
