/* BODY NAVBAR SECTION */
body {
	font-family: 'Poppins', sans-serif;
    font-family: 'Playfair Display', serif;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size:18px;
/*	color: var(--bs-color-4) !important; */
    margin: 0;
    padding: 0;
}

.text-white{color: var(--bs-color-4) !important;}

a {text-decoration:none;}

.navbar {
    background-color: #9c633b;
    background-color: #3d2a23;
    background-color: #552f22;
	
    background-color: #502818;
}

.navbar-brand {
    color: white !important;
	color: var(--bs-color-4) !important;
    font-weight: bold;
}
.navbar-brand img{
    height:60px;
}

.navbar-nav .nav-link {
    color: white !important;
	font-size:18px;
	color: #d8c7a5 !important;
	color: var(--bs-color-4) !important;
}

.navbar-nav .nav-link:hover {
    color: #ffcc99 !important;
	color: var(--bs-color-3) !important;	
}

.navbar-icons {
    display: flex;
    gap: 15px;
}

.navbar-icons a {
    color: white;
    font-size: 1.3rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navbar-icons a:hover {
    color: #ffcc99;
}





/* HERO VIDEO SECTION */
.video-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.video-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); 
  z-index: 2;
}
.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
.carousel-control-prev, .carousel-control-next {z-index: 4;}
.hero-content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}


/* HERO SECTION */
.hero {
    position: relative;
    text-align: center;
    color: white;
    background: url('../images/banner-1.jpg') no-repeat center center/cover;
    background: url('../images/shop-banner.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.hero .hero-content {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 9rem;
    font-weight: semi-bold;
}

.hero a {
    display: inline-block;
    color: white;
    text-decoration: none;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    transition: 0.3s;
}

.hero a:hover {
    color: #ffcc99;
    border-bottom: 2px solid #ffcc99;
}




/* BANNER SECTION */
.banner-section {
    margin-top: 0px;
}

.bg-brown {
    background-color: #9c633b;
	
}

.banner-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.banner-text {
    font-size: 1.1rem;
    line-height: 1.6;
}


/* PRODUCT SECTIONS */
.new-arrivals,
.green-zone, 
.decor-section {
    background-color: #3d2a23;
    background-color: #884A39;
	background-color: var(--bs-color-1) !important;
	background-color: var(--bs-color-5) !important;
    padding: 50px 0;
    text-align: center;
    color: var(--bs-color-4) !important;
}

/*
.decor-section {
    background-color: #3d2a23;
    padding: 50px 0;
    text-align: center;
    color: white;
}
*/

.section-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: white;
    margin: 10px auto;
}

/* Plain */

.product-card {
    background: none;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
	margin-bottom:10px;
}

.image-wrapper img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
    transform-origin: center;
    display: block;
}

.product-card:hover .image-wrapper img {
    transform: scale(1.15);
}

.product-card h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 5px;
}

.product-card p {
    font-weight: 500;
    margin-top: 10px;
}

/*
.product-card::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    margin: 5px auto 0;
}
*/

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

.product-card .card-title {
    font-weight: bold;
}


/* Animated */
/*
.product-card {
    background: none;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.product-card img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: transform 0.5s ease-in-out;
    transform-origin: center;
}

.product-card:hover img {
    transform: scale(1.05);
    object-fit: cover;
}


.product-card h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 5px;
}

.product-card p {
    font-weight: 500;
    margin-top: 10px;
}

.product-card::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    margin: 5px auto 0;
}

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

.product-card .card-title {
	font-weight:bold;
}	
*/



/* Blog image zoom */
.image-block-zoom {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 250px; /* ✅ Set a fixed height */
    border-radius: 8px;
}

.image-block-zoom img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ✅ Ensures the image fills the box proportionally */
    transition: transform 0.5s ease;
    transform-origin: center center; /* ✅ Keeps zoom centered */
}

.image-block-zoom:hover img {
    transform: scale(1.1);
}


/* Shop product */

.product-box {
    overflow: hidden;
	border-radius:5px;
	margin:10px 0px;
	padding:5px;
}
.product-box img{
	border-radius:5px;
    transition: transform 0.3s ease-in-out;
}
.product-box:hover img{
    transform: scale(1.1);
}


/* SECTION */
.bg-dark-section {
	background-color: #4A362E;
    color: white;
	background-color: var(--bs-color-5) !important;
	color: var(--bs-color-4) !important;
}
.bg-light-section {
	background-color: #9C6B3F;
    color: black;
	background-color: var(--bs-color-4) !important;
	color: var(--bs-color-1) !important;
	
}

.accent-section {
    background-color: #4A362E;
    color: white;
}

.premium-wallpaper-section {
    background-color: #9C6B3F;
    color: black;
}

.premium-cladding-section,
.luxurious-tiles-section {
    background-color: #4A362E;
    color: white;
}

.customised-beds-section {
    background-color: #9C6B3F;
    color: black;
}




.text-content {
    padding: 60px;
}

.text-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    background-color: black;
    background-color: var(--bs-color-2) !important;
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

.cta-button:hover {
    background-color: var(--bs-color-2) !important;
    color: var(--bs-color-4) !important;
}

.image-content {
    padding: 0;
}

.image-content img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* SITE FOOTER */
.site-footer {
    background-color: #F9F5ED;
    color: #333;
    padding: 50px 0;
}

.container {
    max-width: 1100px;
    margin: auto;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-logo {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}
.footer-logo img{
	width:200px;
}

.logo-placeholder {
    width: 80px;
    height: 80px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}

.footer-impact {
    flex: 2;
    text-align: left;
}

.footer-impact h3 {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: 'Georgia', serif;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    min-width: 150px;
}

.footer-column h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
}

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

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #333;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.footer-column p {
    font-size: 0.9rem;
    color: #444;
    margin-top: 10px;
}


/* TESTIMONIAL */
	.customer-testimony {
        background-color: #8C6239; /* Brown Background */
        color: white;
        text-align: center;
    }
	.testimony-wrapper {
        display: flex;
        justify-content: center;
        gap: 0px;
        flex-wrap: wrap;
    }

	.testimony-wrapper img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
    }
	.testimony-wrapper .stars {
        font-size: 18px;
        color: gold;
        margin-bottom: 5px;
    }

/* Collection Banner */
.collection-banner {
	background: linear-gradient(to right, #ff9a9e, #fad0c4);
	background: url('../images/banner-1.jpg') center/cover no-repeat;
	background: url('../images/shop-banner.jpg') center/cover no-repeat;
    color: white;
	padding:10% 0;
	padding-bottom:8%;
}

.vh-100 {min-height:100vh;}
.vh-75 {min-height:75vh;}
.vh-50 {min-height:50vh;}
.vh-25 {min-height:25vh;}


/* contact page */

.contact-method {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
/*
.contact-method:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
*/
.contact-method i {
  font-size: 30px; 
  color: #9c6b08;
  margin-bottom: 15px;
}

.directions {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}


.bg-1 {
    background-color: #d6c0af;
}


/* shop images */
.shop-image {
    position: relative;
	background: none;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.shop-image img{
    position: relative;
	width: 100%;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}

.shop-image:hover .overlay {
    transform: scale(1.05);
    object-fit: cover;
    opacity: 1;
}

.shop-image .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 15, 15, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: opacity 0.5s;
}

.shop-image .overlay a{
  font-size: 1.5rem;
  color: white;
  text-decoration: underline;
}



/* Quick connect footer icons */

.floating-buttons {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 1000;
  }
  
.floating-buttons .btn-floating {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
  }

.floating-buttons .btn-floating:hover {
    transform: scale(1.1);
  }
  
.floating-buttons .bg-wa {
    background-color: #25D366;
	background-color: var(--bs-color-2) !important;
  }
  
.floating-buttons .bg-ph {
    background-color: #0a66c2;
	background-color: var(--bs-color-2) !important;
  }




@media (max-width: 768px) {
	
.hero h1 {
    font-size: 4.0rem;
    font-weight: semi-bold;
	}
	
.footer-top {
	flex-direction: column;
    align-items: center;
    text-align: center;
    }

.footer-bottom {
	flex-direction: column;
    text-align: center;
    }

.footer-column {
        margin-bottom: 20px;
    }

.product-box img{
	height:200px;
    transition: transform 0.3s ease-in-out;
}	

	
}

