/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.1
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

body, button, input, select, textarea {
  font-family: "Montserrat","Nunito","Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #777777;
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Montserrat","Nunito","Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #fcb040;
}

.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
  color: #fcb040;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.hero-content-style1 h2 {
  color: #fcb040;
  font-size: 45px;
 
  text-transform: capitalize;
}

.section-meta {
  background-color: #000000;
}

.section-services .service-item {
  background: #000000;
  
}
.section-services .service-item .service-image i {
  color: #ffffff;
}

.section-services .service-item .service-content p {  
  color: #ffffff;
}

.section-services .service-item .service-title {  
  color: #ffffff;
}

.section-about .service-item .service-content p {  
  color: #ffffff;
}

body, button, input, select, textarea {  
  color: #ffffff;
}
.section-about p {	
	color: #777777;
}

input[type=reset], input[type=submit], input[type=submit],
.pirate-forms-submit-button, .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit {
  background: #fcb040;
}

.site-content {
  background: #000000;
}

#post-1618 iframe { border: none ; }

@media (max-width: 1199px) {
	.parallax-hero .hero-slideshow-wrapper .hero-slideshow-normal .hero-content-style2 .hcl2-content, .hero-content-style2 .hcl2-image img {
	  width: 100%;
	  height: auto;
	}
}
@media (max-width: 768px) {
	.hero-content-style1 h2 {
		  font-size: 30px;
	}
}

/* Fametheme support */
@media (max-width: 768px) {
	#parallax-hero .hero-slideshow-wrapper {
		display: flex;
    	align-items: center;
		min-height: 80vh;
	}
	
	#parallax-hero  .parallax-bg.jarallax-img {
		height: 100% !important;
		max-height: 100% !important;
		position: relative !important;
		margin: 0 !important;    
		transform: translate3d(0px, 0px, 0px) !important;
	}
}
@media (max-width: 480px) {
	#parallax-hero .hero-slideshow-wrapper {
		min-height: 300px;
	}
	.hero-content-style1 h2 {
		font-size: 24px;
	  }
}
.section-welcome-to {
	color: #ffffff;
	padding: 50px 0;
}

.section-welcome-to h2 {
	color: #fcb040;
}
.section-welcome-to.section-inverse p {
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
	.section-welcome-to {
		padding: 64px 0;
	}
}
@media (min-width: 992px) {
	.section-welcome-to {
		font-size: 18px;
	}
	.section-welcome-to .container {
		padding-left: 7%;
		padding-right: 7%;
	}
}
.section-about {
	padding-bottom: 0;
}
.section-about .section-title-area {
	padding: 30px 0;
}
.section-about .section-desc {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	gap: 40px;
}

.section-about .about-us-item {
	border-radius: 100px;
	border: 2px solid #fcb040;
	max-width: 80%;
	padding: 10px 15px;
	text-align: center;
	position: relative;
}

.section-about .about-us-item:nth-child(1)::after,
.section-about .about-us-item:nth-child(2)::after{
	content: '+';
	color:  #fcb040;
	font-size: 30px;
	height: 35px;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.section-about .about-us-item h3 {
	color:  #fcb040;
	font-weight: 800;
	margin-bottom: 10px;
}

.section-about .about-us-item p {
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.section-about .section-desc {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.about-us-mobile-img {
		display: none;
	}
	
	.section-about .about-us-item:nth-child(1)::after,
	.section-about .about-us-item:nth-child(2)::after{
		position: absolute;
		bottom: initial;
		top: 50%;
		left: initial;
		right: -30px;
		transform: translateY(-50%);
	}

	.section-about .about-us-item {
		flex: 1;
		max-width: 30%;
	}
}
@media (min-width: 992px) {
	.section-about .about-us-item:nth-child(1)::after,
	.section-about .about-us-item:nth-child(2)::after{
		font-size: 40px;
		height: 42px;
		right: -40px;
	}
}

@media (min-width: 1070px) {
	.section-about .about-us-item:nth-child(1)::after,
	.section-about .about-us-item:nth-child(2)::after{
		right: -80px;
	}
	.section-about .about-us-item {
		flex: 1;
		max-width: 28%;
	}
}

.section-about .wp-block-heading {
	color: #fcb040;
}
.section-about  p {
  color: rgba(255, 255, 255, 1);
}
/*
@media (min-width: 768px) {
	.section-about .section-about-wrap {
		padding: 0;
	}
	.section-about .section-about-wrap {
		
		background-image: url('https://lucky7hairstudio.sg/wp-content/uploads/2025/08/IMG-20250826-WA0008.jpg');
				
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 35%;
		
	}
	.about-us-text-content {
		background-color: #222222;
		padding:  64px 15px;
	}
}

@media (min-width: 992px) {
	.section-about .section-about-wrap {
		padding: 0;
	}
	
	.about-us-text-content {
		padding:  100px 30px;
	}
}
*/
.section-services {
	background-color: #222222;
}
.section-services-wrap {
/* 	background-image: url('assets/images/image-sofa.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; */
	
	padding: 50px 0;
}
@media (min-width: 768px) {
	.section-services-wrap {
		padding: 64px 0;
	}
}
@media (min-width: 992px) {
	.section-services-wrap {
		background-position: bottom center;
		padding: 100px 0;
	}
}

#after-section-services .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

#after-section-services .container-fluid img {
	width: 100%;
}

.section-services .service-title {	
	color: #fcb040 !important;
}

.book-now-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 30px;
}
.book-now-content .btn-primary-outline {
	border: 2px solid  #fcb040 !important;
	background-color: transparent !important;
	border-radius: 50px;
	display: flex;
	  align-items: center;
  justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	width: 200px;
}
.book-now-content .btn-primary-outline:hover {
	background-color:  #fcb040 !important;
}
.book-now-content .btn-primary-outline span {
	display: block;
	max-width: 100%;
	text-align: center;
	width: 100%;
}
.book-now-content .btn-primary-outline .main-title {
	font-size: 18px;
	color: #fcb040;
	font-weight: 800;
}
.book-now-content .btn-primary-outline:hover .main-title {
	color: #fff;
}
.book-now-content .btn-primary-outline .sub-title {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}
