/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

/* @import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700'); */
/* @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); */
@font-face {
  font-family: "Playfair Display", serif;

  src: url("../fonts/BalooChettan-Regular.ttf");
  src: url("../fonts/BalooChettan-Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
  font-family: serif;
  color: rgb(116, 68, 32) !important;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: "Poppins";
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-link {
  font-weight: 800;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

.header_section {
  width: 100%;
  float: left;
  background-image: url(../images/header-bg.png);
  height: auto;
  background-size: 100%;
}
.bg-light {
  background-color: transparent !important;
}
.sfh-logo {
  width: 25%;
  float: left;
  background: linear-gradient(90deg, #c3252b, #e85824);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 3vw;
}

.navbar-light .navbar-nav .nav-link {
  color: #111111;
  font-size: 18px;
  text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffb607;
}
.call_text {
  width: 100%;
  float: left;
  font-size: 18px;
  background: linear-gradient(90deg, #c3252b, #e85824);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 1.2vw;
  font-family: poppins;
}

.search_icon {
  width: 12%;
  float: left;
}
.search_icon ul {
  margin: 0px;
  padding: 0px;
}
.search_icon li {
  float: left;
  padding-left: 20px;
  font-size: 18px;
  color: #000;
}
.search_icon li a {
  color: #000;
}
.search_icon li a:hover {
  color: #ffb607;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-item {
  position: relative;
}

.navbar-nav.mr-auto ul {
  margin: 0px;
  padding: 0px;
}

.mb-lg-0,
.my-lg-0 {
  margin-bottom: 0 !important;
  width: 25%;
  float: left;
}
.banner_section {
  width: 100%;
  float: left;
  background-image: url(../images/banner-bg.png);
  height: auto;
  padding-bottom: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.icon_1 {
  width: 100%;
  float: left;
  text-align: center;
}
.furniture_text {
  width: 100%;
  float: left;
  font-size: 100px;
  color: #090808;
  text-align: center;
  text-transform: uppercase;
}
.there_text {
  width: 50%;
  margin: 0 auto;
  font-size: 16px;
  color: #090808;
  text-align: center;
}
.contact_bt_main {
  width: 17%;
  margin: 0 auto;
  text-align: center;
}
.contact_bt {
  width: 100%;
  float: left;
  margin-top: 360px;
}
.contact_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #ffb607;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.contact_bt a:hover {
  color: #ffffff;
  background-color: #000;
}

.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-left:before {
  content: "\f105";
}
#costum_slider a.carousel-control-prev {
  position: absolute;
  left: -153px;
  top: 57%;
  background-color: #000;
  color: #ffffff;
  border-radius: 100px;
}

#costum_slider a.carousel-control-next {
  position: absolute;
  right: -150px;
  top: 57%;
}
#costum_slider .carousel-control-prev,
#costum_slider .carousel-control-next {
  width: 85px;
  height: 85px;
  background: #000;
  opacity: 1;
  font-size: 30px;
  color: #fff;
  border-radius: 100px;
}
#costum_slider .carousel-control-prev:hover,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-next:focus {
  background: #f8ca12;
  color: #fff;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px;
  gap: 40px;
}

.category {
  text-align: center;
  /* width: 150px; */
  cursor: pointer;
  transition: transform 0.3s ease;
}

.category:hover {
  transform: translateY(-10px);
}

.category img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffa500, #ffcc00);
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.category p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.services_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.services_taital {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #090808;
  text-align: center;
  text-transform: uppercase;
}
.many_taital {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #090808;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
}
.services_section2 {
  width: 100%;
  float: left;
}
.furnitures_text {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #090808;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
}
.dummy_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #090808;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
}

.read_bt_main {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.read_bt {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.read_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #ffb607;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.read_bt a:hover {
  color: #ffffff;
  background-color: #000;
}
.about_section {
  width: 100%;
  float: left;
  background-color: #ffb607;
  height: auto;
  padding-bottom: 90px;
}
.image_1 {
  width: 100%;
  float: left;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.lorem_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin-left: 0px;
  padding-top: 40px;
}
.read_bt1 {
  width: 30%;
  float: left;
  margin-top: 70px;
}
.read_bt1 a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #070201;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.read_bt1 a:hover {
  color: #000;
  background-color: #ffffff;
}
.furnitures_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.our_text {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #121111;
  text-transform: uppercase;
  text-align: center;
}
.ipsum_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #090808;
  text-align: center;
  margin-left: 0px;
  margin-top: 10px;
}
.furnitures_section2 {
  width: 100%;
  float: left;
}

.container_main {
  position: relative;
  width: 100%;
  max-width: 100%;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  width: 42%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: #fabc26;
  margin: 0 auto;
  border-radius: 100px;
  top: 55px;
}

.container_main:hover .overlay {
  opacity: 1;
}

.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: #eee;
}
.temper_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #fabb25;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 35px;
}
.dololr_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #121111;
  margin-top: 10px;
  margin-left: 0px;
}
.who_section {
  width: 100%;
  float: left;
  background-image: url(../images/bg-1.png);
  height: auto;
  padding-bottom: 55px;
  background-size: 100%;
}
.who_taital {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.designer_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.lorem_ipsum_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-left: 0px;
}
.get_bt_main {
  width: 13%;
  margin: 0 auto;
  text-align: center;
}
.get_bt {
  width: 100%;
  float: left;
  margin-top: 70px;
}
.get_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #070201;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.get_bt a:hover {
  color: #000;
  background-color: #ffffff;
}
.projects_section {
  width: 100%;
  float: left;
}
.projects_section2 {
  width: 100%;
  float: left;
  padding-top: 60px;
}

.container_main1 {
  /* position: relative; */
  width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99999;
}

.container_main1:hover .image {
  opacity: 0.3;
}

.container_main1:hover .middle {
  opacity: 1;
}

.text {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #fff;
}
.container_main2 {
  width: 100%;
  float: left;
}
.container_main1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 92%;
  height: 90%;
  background-color: rgb(255, 182, 7, 0.6);
  z-index: 11;
  display: none;
}
.container_main1:hover::after {
  display: block;
}
.modern_text {
  width: 100%;
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  top: -50px;
  text-align: center;
  z-index: 22;
}
#main_slider a.carousel-control-prev {
  position: absolute;
  left: -94px;
  top: 57%;
  background-color: #000;
  color: #ffffff;
}

#main_slider a.carousel-control-next {
  position: absolute;
  right: -95px;
  top: 57%;
}
#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
  width: 65px;
  height: 65px;
  background: #000;
  opacity: 1;
  font-size: 30px;
  color: #fff;
}
#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
  background: #f8ca12;
  color: #fff;
}
.clients_section {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 90px;
}
.client_text {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #121111;
  text-transform: uppercase;
  text-align: center;
}
.clients_section2 {
  width: 100%;
  float: left;
  padding-top: 70px;
}
.client_1 {
  width: 60%;
  float: left;
  border: 1px solid #000;
  padding: 17px 17px 0px 17px;
}
.image_7 {
  width: 100%;
  float: left;
}
.quote_icon {
  width: 85%;
  float: left;
  text-align: center;
  position: absolute;
  bottom: 35px;
}

.loksans_text {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #191919;
  text-transform: uppercase;
}
.dolor_ipsum_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #191919;
  margin-left: 0px;
  margin-top: 0px;
}
.client_2 {
  width: 60%;
  float: right;
  border: 1px solid #000;
  padding: 17px 17px 0px 17px;
  margin-top: 30px;
}
.carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #ffb607;
  border-radius: 20px;
}
.carousel-indicators .active {
  background-color: #111111;
}

.carousel-indicators {
  justify-content: left;
  margin-left: 0%;
  bottom: 50px;
}
.contact_section {
  width: 100%;
  float: left;
  background-image: url(../images/contact-bg.png);
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 90px;
}
.mail_sectin {
  width: 100%;
  float: left;
}
.contact_text {
  width: 100%;
  float: left;
  font-size: 36px;
  color: #ffffff;
}
.email-bt {
  color: #989696;
  width: 100%;
  height: 55px;
  font-size: 18px;
  padding: 20px;
  margin-top: 25px;
  border: 0px;
  border-radius: 5px;
}
input.email-bt::placeholder {
  color: #989696;
}
.massage-bt {
  color: #989696;
  width: 100%;
  height: 150px;
  font-size: 18px;
  padding: 50px 20px 10px 20px;
  margin-top: 25px;
  border: 0px;
  border-radius: 5px;
}
textarea#comment::placeholder {
  color: #989696;
}
.send_bt {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.send_bt a {
  width: 30%;
  float: left;
  font-size: 20px;
  color: #989696;
  text-align: center;
  border: 2px solid #ffffff;
  padding: 10px 0px;
  font-weight: bold;
}
.send_bt a:hover {
  color: #989696;
  background-color: #ffffff;
}
.image_9 {
  width: 100%;
  float: left;
  padding-top: 83px;
}
.input-group {
  width: 45%;
  float: right;
}

.form-control {
  display: block;
  /* width: 100%; */
  padding: 0px 15px 10px 0px;
  font-size: 18px;
  /* line-height: 1.5; */
  color: #fff;
  background-color: transparent;
  /* background-clip: padding-box; */
  border-bottom: 1px solid #fff !important;
  border-radius: 0px;
  /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
  border: 0px;
}
.input-group-text {
  padding: 0px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
.input-group-text a {
  color: #ffffff;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0px;
  background: transparent !important;
  border-bottom: 1px solid #ffff;
}
.footer_section {
  width: 100%;
  float: left;
  background: linear-gradient(90deg, #c3252b, #e85824);
  padding: 60px 0;
  color: #fff !important;
  margin-bottom: 0px !important;
}

.footer_container {
  max-width: 1200px;
}

.footer_logo_img {
  width: 140px;
  margin-bottom: 25px;
}

.footer_left ul {
  list-style: none;
  padding-left: 0;
}

.footer_left ul li {
  margin-bottom: 10px;
}

.footer_left ul li a {
  color: #ffffff !important;
  font-size: 16px;
  text-decoration: none;
  opacity: 0.9;
}

.footer_left ul li a:hover {
  opacity: 1;
}

.footer_title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #fff !important;
  font-weight: bold;
}

.footer_contact_item {
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #fff !important;
}

.footer_contact_item i {
  font-size: 20px;
  margin-right: 10px;
  color: #fff !important;
  cursor: pointer;
}

.social_icons a {
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  border-radius: 50%;
  color: #fff !important;
  font-size: 18px;
  text-decoration: none;
}

.social_icons a:hover {
  background: #ffffff !important;
  color: #0f8a3b;
}

.social_icon {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  
}
.social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-flex;
}
.social_icon li {
  float: left;
  padding-right: 5px;
}

.copyright_section {
  width: 100%;
  float: left;
  background-color: #ffffff !important;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  color: #080808 !important;
  text-align: center;
  font-size: 16px;
  margin-left: 0px;
}
.copyright_text a {
  color: #151515 !important;
}
.copyright_text a:hover {
  color: #000000 !important;
}

#map {
  height: 50px;
  width: 50%;
}

.banner-poster img {
  width: 95%;
  height: 100%;
  object-fit: contain; /* Cover the area without stretching */
  filter: brightness(90%); /* Darken image a bit for text readability */
  transition: transform 0.5s ease;
  margin: 2.5vw;
}

.banner-poster:hover img {
  transform: scale(1.05); /* Slight zoom on hover */
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
  text-align: center;
  padding: 20px;
}

.overlay h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.overlay p {
  font-size: 1.2rem;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.banner-poster {
  background-color: #f5f5f5 !important;
}

.customer-slider-container {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 50px auto;
  overflow: hidden;
  background: #fff !important;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.customer-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  cursor: grab;
}

.customer-slider-card {
  min-width: 400px;
  margin: 0 15px;
  background: #fff !important;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
}

.customer-slider-card img {
  width: 100%;
  border-radius: 10px;
}
.customer-slider-text {
  font-size: 12px;
}
.customer-slider-name {
  font-weight: bold;
  margin-top: -10px;
  font-size: 18px;
}

.customer-slider-stars {
  color: #ff9900;
  margin: -15px 0;
}

.customer-slider-location {
  color: #fff;
  font-size: 14px;
}

.customer-slider-nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  color: #fff;
  border: none;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;

  z-index: 10;
}

.customer-slider-nav-button.left {
  left: 10px;
}

.customer-slider-nav-button.right {
  right: 10px;
}

.customer-slider-nav-button:hover {
  background: #fff;
}

@media (max-width: 768px) {
  .customer-slider-card {
    min-width: 250px;
  }
}
#furniture-section {
  padding: 50px 20px;
  background-color: #f9f9f9;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.furniture-header h2 {
  font-size: 24px;
  font-family: "Playfair Display", serif;

  margin-bottom: 10px;
  font-weight: 600;
}

.furniture-header p {
  font-size: 14px;

  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.5;
}

.furniture-header .highlight {
  color: #c3252b;
  font-weight: 600;
}

.read-more {
  color: #e85824;
  text-decoration: none;
  font-weight: 500;
}

.furniture-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center align items horizontally */
  gap: 20px; /* Space between cards */
}

.furniture-card {
  flex: 1 1 250px; /* Flex-grow, shrink, basis */
  max-width: 300px; /* Max width for each card */
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.furniture-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.furniture-card:hover img {
  transform: scale(1.05);
}

.furniture-info {
  position: absolute;
  top: 15px;
  left: 15px;
  color: white;
  text-align: left;
}

.furniture-info h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.furniture-info span {
  font-weight: 400;
  font-size: 14px;
}

.furniture-info p {
  margin-top: 8px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
}

/* bulkOrders */
.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 60px;
  background-image: url("/images/bulk.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* optional dark/soft overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

/* container for card */
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: 100%;
}

/* ---------- FORM CARD ---------- */

.hero-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 10px 18px 16px;
  max-width: 400px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.hero-tagline {
  font-size: 18px;
  font-weight: 500;
  color: #777;
  margin-bottom: 8px;
}

.hero-heading {
  font-size: 30px;

  font-weight: 700;
  color: #111;
  margin-top: 1px !important;
  text-align: center;
}

.hero-subtitle {
  font-size: 16px;
  text-align: center;
  margin-top: 2px !important;

  font-weight: 500;
  color: #555;
}

.hero-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* input styles */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-size: 13px;

  font-weight: 500;
  color: #555;
}

.form-group input {
  padding: 14px 14px;
  border-radius: 10px;
  border: 1px solid #100b0b;
  font-size: 15px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.form-group input::placeholder {
  color: #999;
}

.form-group input:focus {
  border-color: #ff7b2c;
  box-shadow: 0 0 0 1px rgba(255, 123, 44, 0.3);
}

/* CTA button */
.cta-button {
  margin-top: 1px;
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;

  color: #ffffff !important;

  /* gradient */
  background: linear-gradient(90deg, #c3252b, #e85824, #c3252b);
  background-size: 200% 100%;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);

  /* transition hamesha base class me */
  transition: background-position 0.6s linear, transform 0.2s ease;
}

.cta-button:hover {
  /* gradient ko slide kara rahe hain */
  background-position: 100% 0;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .hero {
    padding: 30px 20px;
    justify-content: center;
  }

  .hero-card {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .hero {
    align-items: flex-start;
  }

  .hero-card {
    margin-top: 40px;
    padding: 28px 24px 26px;
    margin-left: 20px;
    border-radius: 18px;
  }

  .hero-heading {
    font-size: 27px;
  }
  .sfh-logo {
    font-size: 14px;
    /* text-align: center; */
  }
}
/* ===== Our Clients Slider (no conflict with projects_section) ===== */

.clients_projects_section {
  width: 100%;
  float: left;
}

.clients_projects_section_inner {
  width: 100%;
  float: left;
  padding-top: 60px;
}

.clients_container_main {
  width: 100%;
  float: left;
}

/* Card wrapper (was .container_main1) */
.clients_card {
  position: relative;
  width: 100%;
}

/* Client image (no conflict with .image) */
.clients_image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

/* Overlay container (no conflict with .middle) */
.clients_middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99999;
}

/* Hover effects */
.clients_card:hover .clients_image {
  opacity: 0.3;
}

.clients_card:hover .clients_middle {
  opacity: 1;
}

/* Overlay text (no conflict with .text) */
.clients_view_text {
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #fff;
}

/* Yellow overlay background (was .container_main1::after) */
.clients_card::after {
  content: "";
  position: absolute;
  top: 0;
  width: 92%;
  height: 90%;
  background-color: rgba(255, 182, 7, 0.6);
  z-index: 11;
  display: none;
}

.clients_card:hover::after {
  display: block;
}

/* Title text (no conflict with .modern_text) */
.clients_title {
  width: 100%;
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  top: -50px;
  text-align: center;
  z-index: 22;
}

/* Controls for clients slider (no conflict with #main_slider) */
#clients_slider a.carousel-control-prev {
  position: absolute;
  left: -94px;
  top: 57%;
  background-color: #000;
  color: #ffffff;
}

#clients_slider a.carousel-control-next {
  position: absolute;
  right: -95px;
  top: 57%;
}

#clients_slider .carousel-control-prev,
#clients_slider .carousel-control-next {
  width: 65px;
  height: 65px;
  background: #000;
  opacity: 1;
  font-size: 30px;
  color: #fff;
}

#clients_slider .carousel-control-prev:hover,
#clients_slider .carousel-control-next:hover,
#clients_slider .carousel-control-prev:focus,
#clients_slider .carousel-control-next:focus {
  background: #f8ca12;
  color: #fff;
}
.client-title {
  font-size: 2.5rem;
  color: #7b4a21;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.client-subtitle {
  color: #777;
}

.client-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-img {
  max-width: 50%; /* same as tumhara w-50, but responsive */
  height: auto;
  object-fit: contain;
}

.call-box {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, #c3252b, #e85824);
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  box-shadow: 0px 4px 12px rgba(123, 74, 33, 0.3);
  white-space: nowrap;
}

.call-box i {
  margin-right: 10px;
  font-size: 20px;
  transition: 0.3s;
}

/* Hover Animation */
.call-box:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0px 8px 18px rgba(123, 74, 33, 0.45);
  background: linear-gradient(90deg, #5a1618, #e85824);
}

.call-box:hover i {
  transform: rotate(15deg) scale(1.2);
}

/* --------------------------
   📱 Responsive Styles
--------------------------- */

/* Tablet - Medium Screens */
@media (max-width: 992px) {
  .call-box {
    font-size: 16px;
    padding: 7px 16px;
  }
  .call-box i {
    font-size: 18px;
    margin-right: 8px;
  }
}

/* Mobile - Small Screens */
@media (max-width: 576px) {
  .call-box {
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 30px;
  }
  .call-box i {
    font-size: 16px;
    margin-right: 6px;
  }
}

/* Extra Small Screens */
@media (max-width: 400px) {
  .call-box {
    font-size: 13px;
    padding: 5px 12px;
  }
  .call-box i {
    font-size: 15px;
  }
}
.bg-sfh-gradient {
  background: linear-gradient(90deg, #c3252b, #e85824);
}
.custom-divider {
  width: 80px;
  height: 2px;
  background: #ddd;
  /* margin-top: 10px; */
}

/* ========== CUSTOM CARD (Fabrics / Materials / Size etc.) ========== */

.custom-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 260px;            /* Desktop height */
  margin-bottom: 35px;
}

.custom-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  color: #fff !important;
}

.custom-card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: -25px;
  color: #fff !important;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}

/* ---------- CUSTOM CARD: TABLET & MOBILE ---------- */
@media (max-width: 992px) {
  .custom-card {
    height: 230px;
    margin-bottom: 35px;
  }

  .custom-card-title {
    font-size: 1.3rem;
    margin-bottom: -18px;
  }
}

@media (max-width: 576px) {
  .custom-card {
    height: 200px;
    margin-bottom: 40px;
  }

  .custom-card-title {
    font-size: 1.1rem;
    margin-bottom: -12px;
  }

  .custom-card-overlay {
    padding: 14px;
  }
}
/* ========== BROWSE BY CATEGORY SECTION ========== */

#categories {
  background: #f9f6f2;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Category card container */
.category-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  position: relative;
  margin-top: 20px;
}

.category-img-wrapper {
  overflow: hidden;
}

.category-card img {
  width: 100%;
  height: 270px !important;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.14);
}

.category-card:hover img {
  transform: scale(1.1);
}

.category-card p {
  padding: 12px 0 16px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #2c1d12;
  transition: color 0.3s ease;
}

.category-card:hover p {
  color: #b8894c;
}

.category-card a {
  display: block;
}

/* ---------- CATEGORY CARDS: TABLET ---------- */
@media (max-width: 992px) {
  #categories {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .category-card img {
    height: 220px !important;
  }

  .category-card p {
    font-size: 15px;
  }
}

/* ---------- CATEGORY CARDS: MOBILE (1 per row) ---------- */
/* ===== FORCE 1 CATEGORY PER ROW (PHONE VIEW) ===== */
@media (max-width: 576px) {

  /* Bootstrap columns override */
  #categoriesSection {
    display: flex;
    flex-direction: column;
  }

  #categoriesSection > div {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Card spacing */
  .category-card {
    margin-top: 12px;
  }

  /* Image height mobile friendly */
  .category-card img {
    height: 200px !important;
  }

  /* Text size balance */
  .category-card p {
    font-size: 15px;
    padding: 12px 0 14px;
  }
}




/* ========== CATEGORY PAGE (ITEM LIST PAGE) ========== */

.category-page {
  background: #faf7f2;
  padding: 70px 0;
  
}

/* Title */
.category-page #categoryTitle {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2b1d12;
  text-align: center;
  margin-bottom: 4px;
  
}

/* Subtitle */
.category-page #categorySubtitle {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #6b5a4a;
  margin-bottom: 40px;
  
}

/* Row */
.category-page #categoryProjects {
  justify-content: center;
  
}

/* Card */
.category-page .card {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  position: relative;
  max-width: 420px;

}

.category-page .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.14);
}

/* Image */
.category-page .project-image {
  width: 100%;
  height: 240px;
  object-fit: fill;
  display: block;
  transition: transform 0.4s ease;
  
}

.category-page .card:hover .project-image {
  transform: scale(1.05);
}

/* Card body */
.category-page .card-body {
  padding: 14px 18px 16px;
  text-align: center;
 
}

/* Title text (inside card) */
.category-page .card-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #2c1f15;
  margin-bottom: 2px;
  
}

/* Subtitle text */
.category-page .card-text {
  font-size: 13.5px;
  color: #8a7763;
  margin-bottom: 0;
  display: none;
  
}

/* Overlay */
.category-page .card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 55%,
    rgba(0, 0, 0, 0.12)
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.category-page .card:hover::after {
  opacity: 1;
}

/* Empty text */
.category-page .text-muted {
  text-align: center;
  font-size: 15px;
  color: #7a6a5a !important;
}

/* ---------- CATEGORY PAGE: TABLET & MOBILE ---------- */
@media (max-width: 992px) {
  .category-page {
    padding: 55px 0;
  }

  .category-page #categoryTitle {
    font-size: 32px;
  }

  .category-page #categorySubtitle {
    margin-bottom: 30px;
  }

  .category-page .project-image {
    height: 210px;
  }

  .category-page .card {
    max-width: 100%;
  }
}

/* ---------- CATEGORY PAGE: MOBILE (EXTRA GAP BETWEEN CARDS) ---------- */
@media (max-width: 576px) {
  .category-page {
    padding: 40px 0;
  }

  .category-page #categoryTitle {
    font-size: 26px;
    letter-spacing: 1px;
  }

  .category-page #categorySubtitle {
    font-size: 13px;
    padding: 0 10px;
  }

  .category-page .project-image {
    height: 190px;
  }

  .category-page .card-body {
    padding: 10px 14px 12px;
  }

  .category-page .card-title {
    font-size: 15px;
  }

  .category-page .card-text {
    font-size: 12.5px;
  }

  /* 👉 Yaha se actual gap control ho raha hai */
  #categoryProjects > div {
    margin-bottom: 18px;       /* har card ke neeche gap */
  }

  /* safety: row ka gap bhi ensure */
  #categoryProjects {
    row-gap: 18px;             /* agar browser flex-gap support karta ho */
  }
}
