/*--------------------------------------------------------------------- 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: "Righteous";
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;
}

html {
	 scroll-behavior: smooth;
	 scrollbar-width: none;
	 scroll-padding-top: 80px;
}

body {
	 color: #666666;
	 font-size: 14px;
	 font-family:Poppins;
	 line-height: 1.80857;
	 font-weight: normal;
	 overflow-x: hidden;
	 /* margin-top: 70px; */
}

a {
	 color: #1f1f1f;
	 text-decoration: none !important;
	 outline: none !important;
	 -webkit-transition: all .3s ease-in-out;
	 -moz-transition: all .3s ease-in-out;
	 -ms-transition: all .3s ease-in-out;
	 -o-transition: all .3s ease-in-out;
	 transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	 letter-spacing: 0;
	 font-weight: normal;
	 position: relative;
	 padding: 0 0 0 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: 0px;
	 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 .3s ease-in-out;
	 -moz-transition: all .3s ease-in-out;
	 -ms-transition: all .3s ease-in-out;
	 -o-transition: all .3s ease-in-out;
	 transition: all .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 .2rem rgba(255, 255, 255, .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: 5px;
	 padding-bottom: 20px;
}

.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;
}
.logo {
	width: 25%;
	float: left;
} */
.navbar1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 30px 30px; */
	background-color: #ffffff;
	border-bottom: 2px solid #f4f4f4;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	position: fixed !important;
	width: 100%;
	height: 70px;
	z-index: 999;
	padding: 10px;
	/* padding-left: 20px; */
  }
  
  .logo1 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #f86802;
	/* padding: 20px; */
	padding-left: 20px;
	font-family: 'Helvetica Neue', sans-serif;
  }
  
  .nav-links1 {
	list-style: none;
	display: flex;
	gap: 30px;
  }
  
  .nav-links1 li a {
	color: #333;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	padding: 6px 8px;
	border-radius: 4px;
  }
  .shop-button1 {
	background-color: #f86802;
	color: white !important;
	padding: 8px 12px;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.3s ease;
  }
  
  .shop-button1:hover {
	background-color: #ce5804;
  }
  
  
  .nav-links1 li a:hover {
	/* background-color: #f86802; */
	color:  #f86802;;
  }
  
  .hamburger1 {
	display: none;
	font-size: 28px;
	cursor: pointer;
	color: #f86802;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
	.nav-links1 {
	  display: none;
	  flex-direction: column;
	  background-color: #ffffff;
	  position:absolute;
	  top: 60px;
	  right: 0px;
	  width: 200px;
	  padding: 20px;
	  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
	  border-radius: 8px;
	}
  
	.nav-links1.active {
	  display: flex;
	}
  
	.hamburger1 {
	  display: block;
	}
	.nav-links1 li a {
		color: #333;
		text-decoration: none;
		font-weight: 500;
		transition: all 0.3s ease;
		padding: 6px 8px;
		border-radius: 4px;
	  }
	  
	  .nav-links1 li a:hover {
		background-color: #f86802;
		color: #fff;
	  }

	  .logo1{
		padding: 10px;
	  }
  }
  .nav-icons1 {
	display: flex;
	align-items: center;
	gap: 10px;
  }
  
  /* Hide mobile shop button on desktop */
  .shop-mobile1 {
	display: none;
  }
  
  /* Hide desktop shop button on mobile */
  .shop-desktop1 {
	display: block;
  }
  
  @media (max-width: 768px) {
	.shop-mobile1 {
	  display: inline-block;
	}
  
	.shop-desktop1 {
	  display: none;
	}
  }

  /* First slider */

  .carousel-container{display:flex;align-items:center;justify-content:center;font-family:sans-serif;padding-top: 50px;}
.carousel{position:relative;width:100vw;max-width:100%;height:70vh;perspective:1200px;overflow:hidden}
.slide{position:absolute;top:50%;left:50%;width:50%;height:80%;background-size:cover;background-position:center;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.6);transition:transform .8s ease,opacity .8s ease;transform-origin:center center;cursor:pointer}
.slide.hidden{opacity:0;pointer-events:none}
.arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:rgba(0,0,0,.8);z-index:3;color:#fff}
.arrow:hover{
  background:rgba(0,0,0,1)
}
.prev{left:10px}.next{right:10px}
.arrow:hover{background:rgba(255,255,255,.2)}
@media(max-width:600px){
  .carousel-container{
	display: none;
    margin-top: 30px;
  }
  .arrow{
    width:40px;
    height:40px
  }
  .slide{
    width: 80%;
  }
}
.dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:3}
.dot{width:14px;height:14px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:background .3s ease,transform .3s ease}
.dot.active{background:#fff;transform:scale(1.2)}
.scroll-img img{
  width: 100%;
  height: 100%;
}

/* first slider ends */

/* poster */ 
  .poster {
	width: 100%;
	padding-top: 80px;
	height: auto;
	overflow: hidden;
  }
  
  .poster-main {
	position: relative;
	width: 100%;
	max-width: 1500px; /* Optional: max width */
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	aspect-ratio: 15 / 4; /* Maintain 1500x400 aspect ratio */
  }
  
  .poster-main a,
  .poster-main img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensures the image fills without distortion */
  }
  
  .poster-main .poster-list {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0%;
  }
  
  .poster-main .poster-list .poster-item {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	transition: all 0.7s ease; /* Smooth transition */
  }
  
  .poster-main .poster-btn {
	position: absolute;
	top: 0;
	width: 10%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
	opacity: 0.8;
  }
  
  .poster-main .poster-prev-btn {
	left: 0;
	background: url(btn_l.png) no-repeat center center;
	background-size: contain;
  }
  
  .poster-main .poster-next-btn {
	right: 0;
	background: url(btn_r.png) no-repeat center center;
	background-size: contain;
  }

 .swiper-container{
	width: 80%;
	margin: auto;
  padding-bottom: 40px;
 }
  
/* .slide-content1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 20%;
  } */
  .slide-content1 .outfits{
	font-size: 30px;
  }
  .slide-content1 p{
	font-size: 20px;
	margin: 5px 0;
  }
  
  .slide-content1 a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
  }
  /* Ensure slide-content1 stays within the image and centers its content */
.slide-content1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3); /* Slightly darker for readability */
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; /* Center all content vertically */
	text-align: center;
	z-index: 2;
	overflow: hidden;
  }
  
  /* Ensure Contact button is centered and styled properly */
  .contact_bt1 {
	margin-top: 20px;
	background-color: #ff852f;
	color: #fff;
	padding: 12px 30px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
  }
  
  .contact_bt1 a {
	color: #fff;
	text-decoration: none;
  }
  
  .contact_bt1:hover {
	background-color: #e46f1e;
  }
  
  .first_section{
	padding-top: 70px;
	display: none;
  }
.slideshow-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 500px;
	aspect-ratio: 3 / 4;
	margin: auto;
	/* padding-top: 10px; */
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.slide1 {
	display: none;
	width: 100%;
	height: 500px;
}
.slide1 img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 10px;
}
.active {
	display: block;
	animation: fade 1s ease-in-out;
}
.dots-container {
	text-align: center;
	margin-top: 15px;
}

.dot1 {
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: 0 6px;
	background-color: #fcece2;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 2s;
}

.dot1:hover,
.dot1.active-dot {
	background-color: #f86802 !important;
}
.dot1:hover,
.dot1.active-dot {
	background-color: #f86802 !important;
}
@media (max-width: 768px) {
	.poster{
		display: none;
	}
	.slideshow-container {
		aspect-ratio: 4 / 3;
		/* margin-top: 70px; */

	}
	.first_section{
		display: block;
	}
	
}

@media (max-width: 480px) {
	.slideshow-container {
		aspect-ratio: 1 / 1;
	}
	.slideshow-container{
		height: 250px;
	}
	.slide1 img{
		height: 250px;
	}
	.first_section{
		display: block;
	}
}

/* @keyframes fade {
	from { opacity: 0.5; }
	to { opacity: 1; }
} */

.slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	/* margin-top: 70px; */
	width: 100%;
	height: 500px;
	/* margin-top: 10px; */
	padding: 30px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.slide-content h1 {
	font-size: 40px;
	/* margin-bottom: 10px; */
	top: 30%;
	/* left: 50%; */
}

.slide-content h2 {
	font-size: 24px;
	top: 35%;
	/* left: 50%; */
}
.contact_bt {
	width: 10%;
	/* float: left; */
	margin: auto;
	margin-top: 13%;
}
.contact_bt a{
	top: 50%;
	/* margin-left: 450%; */
	/* left: 50%; */
	width: 100%;
	float: left;
	font-size: 18px;
	color: #ffffff;
	background-color: #ff852f;
	text-align: center;
	padding: 10px 0px;
	border-radius: 5px;
	text-transform: uppercase;
}
.contact_bt a:hover{
	color: #ffffff;
	background-color: #000;
}

@media (max-width: 768px) {
	.contact_bt {
		width: 35%;
		padding: 8px 0px;
	}
	.contact_bt a{
		font-size: 14px;
		text-align: center;
	}
	.slide-content h1 {
		font-size: 40px;
		top: 38%;
	}
	
	.slide-content h2 {
		font-size: 24px;
		top: 40%;
		/* left: 50%; */
	}
	.slide-content h1 {
		font-size: 28px;
	}
	.slide-content h2 {
		font-size: 18px;
	}
	.furnitures_section {
		padding-bottom: 0px !important;
	}
	.name h1{
	text-align: center;
	font-size: 25px;
}
}

@media (max-width: 480px) {
	.slide-content h1 {
		font-size: 20px;
	}
	.slide-content h2 {
		font-size: 14px;
	}
}

.name{
	width: 100%;
}
.name h1{
	text-align: center;
}

.icon_1{
	width: 100%;
	float: left;
	text-align: center;
}
.furniture_text{
	width: 100%;
	float: Center;
	font-size: 50px;
	color: #090808;
	text-align: center;
}
.carousel-item h2{
    font-size: 40px;
	text-align: center;
}
@media (max-width: 768px) {
	.furniture_text h1{
		font-size: 25px;
	}
}
.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;
}

.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;
}

.services_section{
	width: 100%;
	float: left;
	padding-bottom: 40px;
}
.services_taital{
	width: 100%;
	float: left;
	font-size: 30px;
	color: #090808;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
}
.many_taital{
	width: 100%;
	float: left;
	color: #090808;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 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: #ff852f;
	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: #ff852f;
	height: auto;
	padding: 20px 0px;
	margin-top: 40px;
}
.image_1{
	width: 100%;
	float: left; 
}

.about_text {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #ffffff;
	text-transform: uppercase;
	text-align:Center;
	font-weight: 500;
    padding-bottom: 10px;
}
.lorem_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	margin-left: 0px;
	padding-top: 0px;
}
.read_bt1 {
	width: 30%;
	float: left;
	margin-top: 0px;
}
.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: 30px;
}
.our_text{
	width: 100%;
	float: left;
	font-size: 36px;
	color: #121111;
	text-transform: uppercase;
	text-align: center;
}
.our_text h1{
	font-size: 1.4rem;
}
.ipsum_text{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #090808;
	text-align: center;
	/* text-align: justify; */
	padding: 30px 0px;
}
.furnitures_section2{
	width: 100%;
	float: left;
}

.container_main {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.image-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.custom-image {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 8px; /* optional for a cleaner look */
	object-fit: cover;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}
.image {
  display: block;
  width: 100%;
  height: 100%;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	width: 42%;
	opacity: 0;
	transition: .3s ease;
	background-color: #ff852f;
	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: #ff852f;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 15px;
}
.dololr_text{
	width: 100%;
	float: left;
	font-size: 18px;
	color: #121111;
	margin-top: 10px;
	margin-left: 0px;
}

/* .who_section{
	width: 100%;
	margin: auto;
	float: left;
	background-image: url(../images/img-i6.jpg);
	background-size: cover;
	background-position-y: top;
	background-position-x: center;
	backface-visibility: visible;
	height: auto;
	padding-bottom: 35px;
} */
.who_section {
	width: 100%;
	height: 400px;
	margin: auto;
	float: left;
	background: linear-gradient(
		rgba(0, 0, 0, 0.3), 
		rgba(0, 0, 0, 0.3)
	), url(../images/s1.jpg);
	background-size: cover;
	background-position: center ;
	/* background-repeat: no-repeat; */
	height: auto;
	padding-bottom: 35px;
  margin-bottom: 40px;
}
.who_taital{
	width: 100%;
	float: left;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: 500;
}
.who_section ul dl{
  color:white;
  text-align: justify;
}
.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: #f86802;
	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: 10px;
}

.container_main1 {
	/* position: relative; */
	width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.custom-image {
	width: 100%;
	height: auto;
	padding: 10px 0px;
}

.middle {
	transition: .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,.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;
}
.taggbox{
  width:100%;
  height:100%
}
.clients_section {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
.client_text{
	width: 100%;
	float: left;
	font-size: 30px;
	color: #121111;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
.clients_section2{
	width: 100%;
	padding-top: 30px;
}
.client_1{
	width: 60%;
	float: left;
	border: 1px solid #000;
	padding: 17px 17px 17px 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;
	display: flex;
	justify-content: center;
}
.client_2 {
	width: 60%;
	float: right;
	border: 1px solid #000;
	padding: 17px 17px 17px 17px;
	margin-top: 30px;
}
.carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: #ff852f;
	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;
}
.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: 10px;
}
.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;
}
#rvs-review-section {
	width: 100%;
	margin: auto;
	padding: 20px;
	text-align: center;
	background: #f0f0f0;
	height: 100%;
  }

  #rvs-review-section h2 {
	padding: 15px 0px;
	font-size: 2rem;
  }

  /* Slides */
  .rvs-review-container {
	position: relative;
	overflow: hidden;
	 height: 300px; 
	width: 80%;
	margin: auto;
  }

  .rvs-review-slide {
	display: none;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
  }

  .rvs-slide-link {
	text-decoration: none;
	color: inherit;
	display: block;
	/* height: 100%; */
  }

  .rvs-slide-content {
	display: flex;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	transition: transform 0.3s ease-in-out;
  }

  .rvs-slide-content:hover {
	transform: scale(1.02);
  }

  .rvs-slide-image {
	width: 50%;
	background-size: cover;
	background-position: center;
	height: 300px;
  }

  .rvs-slide-text {
	width: 50%;
	padding: 30px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #f9f9f9;
  }
  .rvs-slide-text span{
	color: #ff852f;
  }

  .rvs-slide-text h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: #2c3e50;
  }

  .rvs-slide-text p {
	font-size: 1.1rem;
	color: #555;
	line-height: 1.5;
  }

  /* Dots */
  .rvs-dot-navigation {
	text-align: center;
	margin-top: 20px;
  }

  .rvs-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #bbb;
	margin: 0 5px;
	cursor: pointer;
  }

  .rvs-dot.active {
	background-color: #ff852f;
  }
  .rvs-dot.active:hover{
	background-color: #ff852f !important;
  }

  /* Responsive */
  @media (max-width: 768px) {
	#rvs-review-section {
	  padding: 0 10px;
	  margin-bottom: 20px;
	}

	.rvs-review-container {
	  height: auto;
	}
	.who_section{
		background: linear-gradient(
		rgba(0, 0, 0, 0.5), 
		rgba(0, 0, 0, 0.6)
	), url(../images/img-i6.jpg);
	background-size: cover;
	background-position: center;
	}

	.rvs-slide-content {
	  flex-direction: column;
	}

	.rvs-slide-image,
	.rvs-slide-text {
	  width: 100%;
	  height: 200px;
	}

	.rvs-slide-text {
	  padding: 20px;
	}

	.rvs-slide-text h3 {
	  font-size: 1.5rem;
	}

	.rvs-slide-text p {
	  font-size: 1rem;
	}

	.rvs-dot {
	  width: 10px;
	  height: 10px;
	}
  }

  @media (max-width: 480px) {
	.rvs-slide-text {
	  padding: 15px;
	}

	.rvs-slide-text h3 {
	  font-size: 1.2rem;
	}

	.rvs-slide-text p {
	  font-size: 0.95rem;
	}
  }

  /* Show first slide initially */
  .rvs-review-slide.active {
	display: block;
	opacity: 1;
  }
  

  .dot-navigation {
    text-align: center;
    margin-top: 20px;
  }

  .dot2 {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bbb;
    margin: 0 5px;
    cursor: pointer;
  }

  .dot2.active {
    background-color: #717171;
  }
  @media (max-width: 768px) {
    #review-section {
      padding: 0 10px;
      margin-bottom: 20px;
    }
  
    .review-container {
      height: auto; /* Let it grow based on content */
    }
  
    .review-slide {
      display: block; /* Stack them one at a time (hidden with JS) */
      opacity: 0;
    }
    #review-section p{
        font-size: 1rem;
      }
      #review-section h2{
        padding: 10px 0px;
        font-size: 1.5rem;
      }
  
    .review {
      padding: 15px;
      margin: 0 auto;
      max-width: 100%;
    }
  
    .review-photo {
      width: 80px;
      height: 80px;
      margin-bottom: 8px;
    }
  
    .reviewer-name {
      font-size: 18px;
    }
  
    .reviewer-rating,
    .reviewer-description p{
      font-size: 5px;
    }
  
    .dot1-navigation {
      margin-top: 15px;
    }
  
    .dot2 {
      width: 10px;
      height: 10px;
    }
  }
  
  @media (max-width: 480px) {
    .review {
      padding: 10px;
    }
  
    .review-photo {
      width: 70px;
      height: 70px;
    }
  
    .reviewer-name {
      font-size: 16px;
    }
  
    .reviewer-rating{
        font-size: 0.5rem;
    }
    .reviewer-description {
      font-size: 10px;
    }
  }
.footer_section {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 30px 0 15px;
    margin-top: 30px;
    width: 100%;
    height: auto;
    position: relative;
    float: none;
    clear: both;
}

.footer_content {
    display: flex;
    flex-direction: column;
}

.footer_info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 20px;
    align-items: center;
}

.footer_map {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.footer_map h4{
	text-align: center;
	font-size: 18px;
}

.footer_map iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.footer_social {
    text-align: center;
}

.footer_social h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.social_icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.social_icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-decoration: none;
    transition: transform 0.3s ease;
    color: #ffffff;
}

.social_icons a:hover {
    transform: translateY(-3px);
}

.social_icons i {
    font-size: 18px;
}

.social_icons .facebook {
    background-color: #4267B2;
}

.social_icons .instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social_icons .youtube {
    background-color: #FF0000;
}

.social_icons .whatsapp {
    background-color: #25D366;
}

.footer_partners {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
}

.partner_links {
    text-align: center;
    font-size: 12px;
    color: #f0f0f0;
    line-height: 1.6;
}

.partner_links a {
    color: #f0f0f0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.partner_links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    text-align: center;
}

.copyright_text {
    color: #f0f0f0;
    font-size: 12px;
    margin: 0;
    text-align: center;
}

.copyright_text span {
    font-weight: 600;
}

.copyright_text a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.copyright_text a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer_section {
        padding: 25px 0 15px;
    }

    .footer_info {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer_map {
        height: 180px;
    }

    .partner_links {
        font-size: 11px;
    }

    .copyright_text {
        font-size: 11px;
    }
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    cursor: pointer;
    transition: transform 0.3s ease;
    background-color: #25D366;
    width: 50px; /* Slightly increased for better touch area */
    height: 50px;
    border-radius: 50%;
    color: #ffffff;
    display: flex; /* Use flexbox */
    align-items: center; /* Vertically center */
    justify-content: center; /* Horizontally center */
}

.whatsapp-float i {
    font-size: 24px;
    color: white;
    text-align: center;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

  /* RESET + BASE STYLES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html{
    scrollbar-width: none;
  }
  
  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    background-color: #fff;
    line-height: 1.6;
  }
  
  a {
    color: #f86802;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  ul {
    list-style-type: disc;
    margin-left: 1.5em;
  }
  
  .site-container {
    max-width: 1100px;
    margin: 0 auto;
    /* padding: 20px; */
  }
  
  /* HEADER STYLES */
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .site-header .site-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
  }
  
  .logo {
    width: 120px;
  }
  
  .logo img {
    width: 100%;
    height: auto;
  }
  
  .main-nav ul {
    display: flex;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .main-nav ul li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  
  .main-nav ul li a:hover,
  .main-nav ul li a.active {
    color: #833ab4;
  }
  
  /* BURGER MENU */
  .burger-menu {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 1001;
  }
  
  .burger-menu .bar {
    width: 100%;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  /* HERO SECTION */
  .hero {
    background: #f4f4f4;
    padding: 40px 20px;
    text-align: center;
  }
  
  .hero h1 {
    font-size: 2rem;
    margin-bottom: 10px;
	position: static;
  }
  
  .hero p {
    font-size: 1rem;
    color: #666;
  }
  
  /* BLOG SECTION */
  .blog-content {
    padding: 20px 20px;
  }
  
  .blog-content h2 {
    margin: 30px 0;
    color: #222;
    text-align: center;
  }
  
  .blog-content p {
    margin: 0px 15px;
    text-align: justify;
  }
  .studio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 10px;
    padding: 0 15px;
  }
  
  .studio-header h2 {
    margin: 0;
    font-size: 1.8rem;
    color: #222;
  }
  
  .studio-icons {
    display: flex;
    gap: 15px;
  }
  
  .icon-link img {
    width: 28px;
    height: 28px;
    transition: transform 0.2s ease;
  }
  
  .icon-link:hover img {
    transform: scale(1.2);
  }
  
  /* .studio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    padding: 0 15px;
  } */
  
  /* .studio-header h2 {
    margin: 0;
    font-size: 1.8rem;
    color: #222;
    text-align: center;
    flex: 1;
  } */
  
  /* .studio-icons {
    display: flex;
    gap: 15px;
  } */
  
  /* .icon-link img {
    width: 24px;
    height: 24px;
    transition: transform 0.2s;
  } */
  /* .icon-link.instagram img {
    filter: invert(36%) sepia(77%) saturate(727%) hue-rotate(303deg) brightness(96%) contrast(101%);
  }

  .icon-link.location img {
    filter: invert(32%) sepia(91%) saturate(1161%) hue-rotate(337deg) brightness(98%) contrast(106%);
  } */

  .icon-link:hover img {
    transform: scale(1.2);
    opacity: 0.9;
  }
  
  .icon-link:hover img {
    transform: scale(1.2);
  }
  
  /* .studio-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
    padding: 0 15px;
  } */
  
  /* .studio-header h2 {
    margin: 0;
    font-size: 1.8rem;
    color: #222;
    text-align: center;
    flex: 1;
  } */
  
  /* .icon-link img {
    width: 24px;
    height: 24px;
    transition: transform 0.2s;
  } */
  
  /* .icon-link:hover img {
    transform: scale(1.1);
  } */
  
  .icon-link.left {
    margin-right: 10px;
  }
  
  .icon-link.right {
    margin-left: 10px;
  }
  
  .raw_subcontainer{
      display: flex;
  }
  .raw_image{
      width: 40%;
  }
  .raw_content{
      width: 60%;
  }
  .photoshoot-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 2rem 0;
    border-radius: 8px;
  }

  .photoshoot-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .photoshoot-slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
  }

  .photoshoot-slide img {
    width: calc(33.333% - 0.667rem);
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.3s ease;
  }

  .photoshoot-slide img:hover {
    transform: scale(1.05);
  }

  @media (max-width: 768px) {
    .photoshoot-slide {
      padding: 0.5rem;
    }

    .photoshoot-slide img {
      width: 100%;
      height: 300px;
      margin: 0 auto;
    }
  }
  
  /* FOOTER STYLES */
  .site-footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
  }
  
  .footer-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
  }
  
  .footer-links {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  
  .footer-links img {
    filter: brightness(0) invert(1);
    transition: transform 0.2s;
  }
  
  .footer-links img:hover {
    transform: scale(1.1);
  }
  
  /* RESPONSIVE */
  @media (max-width: 768px) {
    .main-nav ul {
      display: none;
      flex-direction: column;
      background: #fff;
      position: absolute;
      top: 78px;
      right: 0px;
      padding: 10px 20px;
      width: 100%;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      margin: 0%;
	  line-height: 10px;
      /* border-top: #222 1px solid; */
    }
    .site-container{
        padding-top: 0%;
    }
  
    .burger-menu {
      display: flex;
    }
  
    .burger-menu.change .bar:nth-child(1) {
      transform: rotate(-45deg) translate(-5px, 6px);
    }
  
    .burger-menu.change .bar:nth-child(2) {
      opacity: 0;
    }
  
    .burger-menu.change .bar:nth-child(3) {
      transform: rotate(45deg) translate(-5px, -6px);
    }
    .raw_subcontainer {
        flex-direction: column;
      }
    
      .raw_image,
      .raw_content {
        width: 100%;
      }
    
      .raw_image img {
        width: 100%;
        height: auto;
      }
    
      /* Adjust blog text padding for better readability */
      .blog-content p {
        margin: 15px 0;
        padding: 0 10px;
      }
    
      /* Adjust hero text */
      .hero h1 {
        font-size: 1.5rem;
      }
    
      .hero p {
        font-size: 0.95rem;
        padding: 0 10px;
      }
    
      /* Fix nav position when toggled */
      .main-nav ul {
        width: 100%;
        border-radius: 10px;
        text-align: center;
      }
    
      .main-nav ul li {
        margin: 10px 0;
      }
    
      
      .site-header .site-container {
        flex-direction: row;
        align-items: center;
      }
      .studio-header {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
      }
    
      .studio-icons {
        align-self: flex-end;
      }
    
      .studio-header h2 {
        font-size: 1.4rem;
        text-align: left;
      }
    
      .icon-link img {
        width: 20px;
        height: 20px;
      }
        /* .studio-header {
          flex-direction: row;
          justify-content: space-between;
          padding: 0 10px;
        } */
      
        /* .studio-header h2 {
          font-size: 1.4rem;
        } */
      
        /* .icon-link img {
          width: 20px;
          height: 20px;
        } */
      
      
    
      /* Footer tweaks */
      .footer-links {
        flex-wrap: wrap;
        gap: 10px;
      }
    
      .footer-links img {
        width: 40px;
      }
  }
  .thumbnail-images {
	display: flex;
	gap: 1rem;
	margin-top: 1rem;
	flex-wrap: wrap;
  }
  
  .thumbnail-images img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 5px;
	cursor: pointer;
  }
  
  /* shop, products and cart page */

  /* General */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
	scrollbar-width: 0px;
  scrollbar-width: none;
}
body {
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #fdf9f4;
  color: #2d3a2d;
  line-height: 1.6;
  scrollbar-width: none;
}

h1, h2, h3, h4 {
  margin: 0.5rem 0;
}

button, .view-btn, .back-btn {
  padding: 0.5rem 1rem;
  background: #f86802;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

button:hover, .view-btn:hover, .back-btn:hover {
  background: #f86802;
}


.header_section{
	width: 100%;
	float: left;
	height: auto;
	background-size: 100%;
}
.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
	background-color: #ffffff;
	border-bottom: 2px solid #f4f4f4;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	position: fixed !important;
	width: 100%;
	height: 70px;
	z-index: 999;
  }
  
  .logo {
	font-size: 1.8rem;
	font-weight: bold;
	color: #f86802;
  }
  
  .nav-links {
	list-style: none;
	display: flex;
	gap: 30px;
  }
  
  .nav-links li a {
	color: #333;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
	padding: 6px 8px;
	border-radius: 4px;
  }
  .shop-button {
	background-color: #f86802;
	color: white !important;
	padding: 8px 12px;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.3s ease;
  }
  
  .shop-button:hover {
	background-color: #ce5804;
  }
  
  
  .nav-links li a:hover {
	color:  #f86802;;
  }
  
  .hamburger {
	display: none;
	font-size: 28px;
	cursor: pointer;
	color: #f86802;
  }
  
  @media (max-width: 768px) {
    .navbar{
        height: 70px;
        padding: 20px 10px;
    }
	.nav-links {
	  display: none;
	  flex-direction: column;
	  background-color: #ffffff;
	  position:absolute;
	  top: 60px;
	  right: 0px;
	  width: 200px;
	  padding: 20px;
	  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
	  border-radius: 8px;
	}
  
	.nav-links.active {
	  display: flex;
	}
  
	.hamburger {
	  display: block;
	}
	.nav-links li a {
		color: #333;
		text-decoration: none;
		font-weight: 500;
		transition: all 0.3s ease;
		padding: 6px 8px;
		border-radius: 4px;
	  }
	  
	  .nav-links li a:hover {
		background-color: #f86802;
		color: #fff;
	  }
  }
	.nav-links {
	  display: none;
	  flex-direction: column;
	  background-color: #ffffff;
	  position:absolute;
	  top: 60px;
	  right: 0px;
	  width: 200px;
	  padding: 20px;
	  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
	  border-radius: 8px;
	}
  
	.nav-links.active {
	  display: flex;
	}
  
	.hamburger {
	  display: block;
	}
	.nav-links li a {
		color: #333;
		text-decoration: none;
		font-weight: 500;
		transition: all 0.3s ease;
		padding: 6px 8px;
		border-radius: 4px;
	  }
	  
	  .nav-links li a:hover {
		background-color: #f86802;
		color: #fff;
	  }
  
  .nav-icons {
	display: flex;
	align-items: center;
	gap: 10px;
  }

  
  .shop-desktop {
	display: block;
  }
  
  @media (max-width: 768px) {
	.shop-mobile {
	  display: inline-block;
	}
  
	.shop-desktop {
	  display: none;
	}
}

.cart-button {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: #f86802;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  font-weight: bold;
  z-index: 100;
  cursor: pointer;
}
.cart-button i{
	font-size: 16px;
	padding-right: 5px;
}

.filters {
    height: 70px;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 15px;
    background-color: white;
    position: sticky;
    top: 60px;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-top: #f86802 1px solid;
}

.filters button {
    padding: 8px 20px;
    border: 1px solid #ddd;
    border-radius: 25px;
    background-color: #f86802;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 0%;
}

.filters button.active {
    background-color: #973f00;
    color: white;
    border-color: #973f00;
}

.filters button:hover {
    background-color: #973f00;
}

.filters button.active:hover {
    background-color: #d85c04;
}

.product-grid {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.product-card {
  flex: 0 0 22%;
  max-width: 300px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.2s;
}


.product-card:hover {
  transform: scale(1.03);
}

.product-card img {
  max-width: 100%;
  border-radius: 5px;
}

.view-btn {
  display: inline-block;
  margin-top: 0.5rem;
}

.product-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 2rem;
  padding-top: 90px;
  width: 90%;
  margin: auto;
}

.product-detail .left {
  flex: 1 1 45%;
}

.product-detail .right {
  flex: 1 1 45%;
}

.right .description,.price,button,.size,h1{
  margin-top: 10px;
  text-align: center;
  justify-content: center;
  justify-items: center;
}
.price{
	font-weight: 800;
	font-size: 20px;
}
.right h1{
	color: #f86802;
}
.product-detail img.main-img {
  width: 100%;
  border-radius: 10px;
}

.thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  justify-content: center;
}

.thumbnails img {
  width: 100px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.thumbnails img:hover {
    transform: scale(1.1);
  }

.similar-products {
  padding: 2rem;
}

.similar-products h2 {
  margin-bottom: 1rem;
  text-align: center;
}

.similar-products .product-grid {
  gap: 1rem;
}

#cart-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.cart-item {
  flex: 0 0 22%;
  max-width: 250px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: center;
  transition: transform 0.2s;
}

.cart-item img {
   max-width: 100%;
  border-radius: 5px;
}

.load-more-container {
  text-align: center;
  margin: 2rem 0;
  justify-items: center;
}

.load-more-container button {
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
}

.back-btn {
  margin: 1rem 0rem;
  display: inline-block;
  padding: 11px 12px;
}

.hidden {
  display: none !important;
}

.cart-list{
  padding: 20px;
  padding-top: 90px;
}

.cart-list h1,h3{
  text-align: center;
  padding: 10px;
}
.btn-left{
  float: right;
}

@media (max-width: 1200px) {
  .product-card {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .product-card {
    flex: 1 0 95%;
  }
  .cart-item{
    flex: 1 0 90%;
  }
  .filters button {
  min-width: 60px;
  }
  .back-btn {
    display: inline-block; 
  padding: 11px 12px;
  }
  .similar-products {
  padding: 2rem 1rem;
}
.cart-list{
  padding: 20px;
  padding-top: 75px;
}
.cart-item {
  max-width: 100%;
}
}

@media (max-width: 768px) {
  .product-card {
    width: 45%;
  }

  .product-detail {
    flex-direction: column;
    width: 100%;
    padding: 1rem;
    padding-top: 90px;
    gap: 0px;
  }

  .product-detail h1{
    font-size: 1.8rem;
    text-align: center;
  }

  .product-detail .left,
  .product-detail .right {
    flex: 1 1 100%;
    width: 100%;
  }

  .thumbnails {
    justify-content: center;
  }
  .thumbnails img{
    width: 70px;
  }
}

@media (max-width: 480px) {
  .product-card {
    width: 90%;
  }
}

.testimonial {
    width: 80%;
    margin: auto;
    padding: 50px 0px;
}
.testimonial h2{
    text-align: center;
}

.testimonials_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
    max-width: 1200px;
}

.testimonial_item {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.testimonial_item:hover {
    transform: translateY(-5px);
}

.testimonial_content {
    padding: 25px;
}

.testimonial_rating {
    color: #ffc107;
    font-size: 16px;
    margin-bottom: 15px;
}

.testimonial_rating i {
    margin-right: 2px;
}

.testimonial_text {
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial_author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.testimonial_author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.author_info h4 {
    margin: 0;
    color: #2c2c2c;
    font-size: 18px;
    font-weight: 600;
}

.author_info p {
    margin: 5px 0 0;
    color: #666666;
    font-size: 14px;
}

@media (max-width: 992px) {
    .testimonials_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .testimonials_section {
        padding: 40px 0;
    }

    .testimonials_title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .testimonials_grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }

    .testimonial_content {
        padding: 20px;
    }

    .testimonial_text {
        font-size: 14px;
    }

    .author_info h4 {
        font-size: 16px;
    }
}

/* Blog Page Styles */
.blog-hero {
  position: relative;
  height: 60vh;
  min-height: 400px;
  margin-bottom: 2rem;
  background: #000;
}

.blog-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.blog-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  color: #fff;
}

.blog-hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #fff;
}

.blog-meta {
  display: flex;
  gap: 1.5rem;
  font-size: 0.9rem;
  opacity: 0.9;
}

.blog-meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2rem;
  margin: 2rem 0;
}

.blog-main {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blog-intro {
  padding: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  border-bottom: 1px solid #eee;
}

.blog-section {
  padding: 2rem;
  border-bottom: 1px solid #eee;
}

.blog-section:last-child {
  border-bottom: none;
}

.blog-section h2 {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.blog-image {
  margin: 1.5rem 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.blog-image img {
  width: 100%;
  height: auto;
  display: block;
}

.highlight{
  font-weight: 600;
}

.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

.studio-info {
  margin: 1.5rem 0;
}

.studio-contact {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-link,
.location-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.social-link {
  background: #833ab4;
  color: #fff;
}

.location-link {
  background: #4285f4;
  color: #fff;
}

.social-link:hover,
.location-link:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.studio-content {
  margin-top: 1.5rem;
}

.set-details {
  margin-top: 2rem;
  background: #f8f9fa;
  padding: 0.5rem;
  border-radius: 8px;
}

.set-details h3 {
  margin-bottom: 1rem;
  color: #333;
}

.set-item {
  margin-bottom: 1.5rem;
}

.set-item:last-child {
  margin-bottom: 0;
}

.set-item h4 {
  color: #444;
  margin-bottom: 0.5rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.feature-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #833ab4;
}

.gallery-section {
  padding: 2rem;
}

.gallery-section h2 {
  margin-bottom: 1.5rem;
}

.blog-share {
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 0 0 8px 8px;
}

.blog-share h3 {
  margin-bottom: 1rem;
}

.share-buttons {
  display: flex;
  gap: 1rem;
}

.share-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}

.share-button:hover {
  transform: translateY(-2px);
}

.share-button.facebook {
  background: #4267B2;
}

.share-button.twitter {
  background: #1DA1F2;
}

.share-button.whatsapp {
  background: #25D366;
}

.share-button.pinterest {
  background: #E60023;
}

.blog-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin-bottom: 2rem;
  justify-items: center;
}

.sidebar-widget h3 {
  margin-bottom: 1rem;
  color: #333;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #25D366;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
  margin-top: 1rem;
  transition: all 0.3s ease;
  margin: auto;
}

.cta-button:hover {
  background: #128C7E;
  transform: translateY(-2px);
}

.related-posts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.related-post {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.related-post:hover {
  transform: translateX(5px);
}

.related-post img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.related-post h4 {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #333;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .blog-hero {
    height: 50vh;
  }

  .blog-hero-content h1 {
    font-size: 2rem;
  }

  .blog-section {
    padding: 1.5rem;
  }

  .studio-contact {
    flex-direction: column;
  }

  .social-link,
  .location-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .blog-hero {
    height: 40vh;
  }

  .blog-hero-content h1 {
    font-size: 1.5rem;
  }

  .blog-meta {
    padding-left: 30px;
    flex-direction: column;
    gap: 0.5rem;
  }

  .blog-section h2 {
    font-size: 1.5rem;
  }

  .share-buttons {
    justify-content: space-between;
  }
}

/* Photo Slider Styles */
.photoshoot-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 2rem 0;
  border-radius: 8px;
}

.photoshoot-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.photoshoot-slide {
  min-width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}

.photoshoot-slide img {
  width: calc(33.333% - 0.667rem);
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.photoshoot-slide img:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .photoshoot-slide {
    padding: 0.5rem;
  }

  .photoshoot-slide img {
    width: 100%;
    height: 300px;
    margin: 0 auto;
  }
}

.photoshoot-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}

.photoshoot-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.photoshoot-dot.active {
  background: #fff;
}

.photoshoot-prev,
.photoshoot-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  z-index: 2;
}

.photoshoot-prev:hover,
.photoshoot-next:hover {
  background: rgba(0, 0, 0, 0.7);
}

.photoshoot-prev {
  left: 1rem;
}

.photoshoot-next {
  right: 1rem;
}

@media (max-width: 768px) {
  .photoshoot-slide {
    grid-template-columns: repeat(2, 1fr);
  }

  .photoshoot-slide img {
    height: 150px;
  }
}

@media (max-width: 480px) {
  .photoshoot-slide {
    grid-template-columns: 1fr;
  }

  .photoshoot-slide img {
    height: 200px;
  }
}

.testimonial_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.testimonial_author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.testimonial_author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.author_info {
  flex: 1;
}

.author_info h4 {
  margin: 0;
  color: #333;
  font-size: 1.1rem;
}

.author_info p {
  margin: 0.25rem 0 0;
  color: #666;
  font-size: 0.9rem;
}

.testimonial_rating {
  color: #FFD700;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.testimonial_text {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

.testimonials_section {
  padding: 4rem 0;
  background: #f8f9fa;
}

.testimonials_title {
  text-align: center;
  color: #333;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.testimonials_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (max-width: 992px) {
  .testimonials_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .testimonial{
    padding: 20px 0px;
  }
  .testimonials_grid {
    grid-template-columns: 1fr;
  }

  .testimonial_content {
    padding: 1.25rem;
  }

  .testimonial_author img {
    width: 50px;
    height: 50px;
  }

  .author_info h4 {
    font-size: 1rem;
  }

  .testimonial_text {
    font-size: 0.95rem;
  }
}

/* Blog page specific styles */
.blog-section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.blog-section-header h2 {
  margin: 0;
  flex: 1;
}

.blog-social-icons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.blog-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.blog-social-icon:hover {
  transform: translateY(-2px);
}



.blog-social-icon.facebook {
  background: #1877F2;
}

.blog-social-icon.twitter {
  background: #1DA1F2;
}

.blog-social-icon.whatsapp {
  background: #25D366;
}

.blog-social-icon.linkedin {
  background: #0A66C2;
}

.share-buttons {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.share-buttons .blog-social-icon {
  width: 36px;
  height: 36px;
  font-size: 1.1rem;
}

/* Mobile nav fixes */
@media (max-width: 768px) {
  .main-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding: 80px 20px 20px;
    transition: 0.3s ease-in-out;
    z-index: 1000;
  }

  .main-nav.active {
    right: 0;
  }

  .main-nav ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .main-nav ul li {
    margin: 0;
  }

  .main-nav ul li a {
    display: block;
    padding: 10px 0;
    color: #333;
    font-size: 16px;
    text-decoration: none;
  }

  .burger-menu {
    display: block;
    cursor: pointer;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 1001;
  }

  .burger-menu .bar {
    width: 100%;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }

  .burger-menu.change .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .burger-menu.change .bar:nth-child(2) {
    opacity: 0;
  }

  .burger-menu.change .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
}


.blog-section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.blog-section-header h2 {
  margin: 0;
  flex: 1;
}

.blog-social-icons {
  display: flex;
  gap: 0.75rem;
}

.blog-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.blog-social-icon:hover {
  transform: translateY(-2px);
}


.blog-social-icon i {
  font-size: 1.2rem;
}

.share-article {
  /* margin: 3rem 0; */
  padding: 2rem;
  background: #f8f9fa;
  border-radius: 8px;
  text-align: center;
}

.share-article h3 {
  margin-bottom: 1.5rem;
  color: #333;
}

.share-article .blog-social-icons {
  justify-content: center;
}

.blog-social-icon.facebook {
  background: #1877F2;
}

.blog-social-icon.twitter {
  background: #1DA1F2;
}

.blog-social-icon.linkedin {
  background: #0A66C2;
}

.blog-social-icon.whatsapp {
  background: #25D366;
}

@media (max-width: 768px) {
  .blog-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .blog-social-icons {
    margin: auto;
    margin-top: 0.5rem;
    gap: 0;
  }

  .blog-social-icon {
    width: 36px;
    height: 36px;
  }

  .blog-social-icon i {
    font-size: 1.1rem;
  }
}

.blog-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.blog-social-icon.instagram i {
  background: linear-gradient(45deg, #FFD600 0%, #FF7A00 25%, #FF0169 50%, #D300C5 75%, #7638FA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 24px;
}

.blog-social-icon.maps i {
  color: #FF3E3E;
  font-size: 24px;
}
