/* Global */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body{
	font-family: "Inter Tight", sans-serif;
	margin: 0;
	padding: 0;
	color: #545454;
	font-size: 16px;
	line-height: 25px;	
}

h1, h2, h3, h4, h5, h6{
	font-family: "Inter Tight", sans-serif;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 2.5rem;
	font-weight: 900;
	color: #5c382b;
}

.btn-danger{
	background-color: #5c382b;
	color: #fff;
	border-color: #5c382b;
}

.btn-danger:hover{
	background-color: #212529;
	color: #fff;
	border-color: #212529;
}

.btn-dark:hover{
	background-color: #5c382b!important;
	color: #fff;
	border-color: #5c382b!important;
}

.text-danger{
	color: #5c382b!important;
}

/* .main-banner{
	background-image: url('../image/Hair-1.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

@media screen and (max-width: 571px) {
	.main-banner{
		background-image: url('../image/Hair-mobile-2-min.jpg') !important;
		background-size: cover !important;
	}
} */

.main-banner .wrapper{
	/* background-color: rgba(255, 255, 255, 0.9); */
	padding: 400px 0px;
}

.main-banner p{
	font-size: 17px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    border: 0px !important;
    box-shadow: none;
}

.main-banner input{
	font-size: 13px;
	padding: 9px 20px;
}

.counter-section{
	padding: 80px 0 60px 0;
}

.counter-section i{
	font-size: 3rem;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #5c382b;
}

.counter-section h5{
	font-size: 28px;
	margin-bottom: 5px;
	color: #000;
}

.safety-and-quality{
	padding: 80px 0;
    background-color: #ddb892;
    color: white;
}

.safety-and-quality .card-body{
	padding: 50px;
	padding-bottom: 40px;
}

.cta{
	background-image: url('../img/h4-bg-contact.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}

.cta .card-body{
	padding: 30px 30px;
	background-color:#fef9f8;
	border-radius: 10px;
}

.offering{
	padding: 80px 0;
}

.owl-nav{
	display: none;
}

.owl-dots{
	margin-top: 20px;
}

#slider2 img.thumb{
	width: 60px;
	margin: 40px auto 15px auto;
	border-radius: 50%;
}

#slider2 img.quote{
	width: 60px;
	margin: 30px auto 20px auto;
	opacity: 0.1;
}


.contact-section{
	background-image: url('../image/cate2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.contact-section .wrapper{
	background-color: rgba(251, 251, 251, 0.9);
	padding: 80px 0;
}

.contact-section ul.contact-list li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.contact-section ul.contact-list{
	margin: 0 0 20px;
	padding: 0;
}

.map iframe{
	padding: 0;
	height: 360px;
	width: 100%!important;
	margin-top: 10px;
}

form input{
	font-size: 13px!important;
	padding: 9px 20px!important;
}


.thank-you .row{
	height: 100vh;
	background-color:#fff;
}

.mobile-bottom-fixed{
	display: none;
	position: fixed;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 999;
}

.mobile-bottom-fixed a{
	padding-top: 20px;
    padding-bottom: 15px;
    font-size: 18px;
}

.main-banner.mobile img {
	display: none;
}

.main-banner.desktop img {
	display: block;
}
/* Starting of Media Query */


.sticky-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #fff;
	padding: 10px 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .sticky-header .container {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .sticky-header img {
	max-height: 50px;
  }
  

@media screen and (max-width: 571px) {

	header img{
		margin-top: 10px;
	}
  
  
	.main-banner .wrapper{
	   	padding: 40px 15px;
	}
	.main-banner.desktop img {
		display: none !important;
	}

	.main-banner.mobile img {
		display: block;
	}
	.main-banner{
		background-size: contain!important;
		background-attachment: initial !important;
	}

	.main-banner .wrapper {
	    padding: 300px 15px 40px 15px!important;
	    background-color: rgb(223 223 223 / 20%)!important;
	}

	h1{
	  	font-size: 2.5rem;
	  	font-weight: 600;
	}

	.main-banner p{
	  	font-size: 14px;
	}

	.main-banner .card{
	  	margin-top: 30px!important;
	}

	.counter-section{
		padding: 30px 15px 20px 15px;
	}

	.counter-section .text-center {
    text-align: left !important;
	}

	.safety-and-quality{
		padding: 50px 10px;
	}

	.safety-and-quality .card-body{
		padding: 20px 15px;
		padding-bottom: 20px;
	}

	.safety-and-quality .card{
		margin: 10px 0;
	}


	.safety-and-quality h4{
		text-align: left!important;
	}

	.offering{
		padding: 30px 10px 40px 10px;
	}

	.offering h2{
		margin-bottom: 30px!important;
	}

	.offering .item img.quote{
		margin-top: 0!important;
	}

	.contact-section .wrapper{
		padding: 30px 10px 10px;
	}

	.thank-you .row{
		height: 100vh;
		background-color:#fef9f8;
		overflow: hidden;
		padding: 0 15px;
	}

	.thank-you{
		overflow: hidden;
	}

	.mobile-bottom-fixed{
		display: block;
		background-color: #5c382b;
	}

	.mobile-bottom-fixed a{
		display: inline-block;
		width: 49%;
		margin: 0px;
		background: #ddb892;
	}

	.mobile-bottom-fixed a:nth-child(2){
		background-color: #5c382b;
		color: #fff;
		border-color:#5c382b;
	}

	.mobile-bottom-fixed a:nth-child(2) i{
		color: #fff!important;
		border-color: #5c382b;
	}

	.mobile-bottom-fixed a:nth-child(2):hover{
		background-color: #5c382b;
		color: #fff;
		border-color: #5c382b;
	}

	.mobile-bottom-fixed a:nth-child(2):hover i{
		color: #fff!important;
	}

	.mobile-bottom-fixed a:hover i{
		color: #5c382b!important;
	}


}

a.btn.btn-danger {
    padding: 10px 10px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 18px;
	width: 160px;
}

.btn.btn-danger {
    padding: 10px 10px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 18px;
	width: 160px;
}

  .form-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 20px;
	background: #ddb892;
  }
  
  .phone-banner {
	background-color: #5c382b;
	color: #fff;
	padding: 12px 24px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 15px;
  }
  
  .form-box {
	background-color: #fff8e9;
	border-radius: 24px;
	padding: 20px 10px;
	max-width: 600px;
	width: 100%;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }
  
  .form-box h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 30px;
  }
  
  .form-box form {
	display: flex;
	flex-direction: column;
	gap: 20px;
  }
  
  .form-box input,
  .form-box select {
	padding: 14px 16px;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	outline: none;
  }
  
  .form-box button {
	padding: 14px;
	background-color: #5c382b;
	color: #fff;
	border: none;
	border-radius: 999px;
	font-size: 18px;
	cursor: pointer;
	transition: background 0.3s;
  }
  
  .form-box button:hover {
	background-color: #333;
  }
  
  @media (max-width: 480px) {
	.form-box h2 {
	  font-size: 22px;
	}
  
	.phone-banner {
	  font-size: 16px;
	}
  
	.form-box {
	  padding: 30px 20px;
	}
  }
  

  .elementor-wrapper.elementor-open-inline {
    justify-content: center;
    display: flex
;
}


.counter {
    text-align: center;
}


  
  .cta-section {
	display: flex;
	justify-content: center;
	padding: 60px 20px;
	background-color: #ddb892;
  }
  
  .cta-box {
	background-color: #fdf6e9;
	padding: 50px 30px;
	border-radius: 24px;
	text-align: center;
	max-width: 800px;
	width: 100%;
  }
  
  .cta-box p {
	font-size: 18px;
	color: #505050;
	margin-bottom: 30px;
  }
  
  .cta-buttons {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
  }
  
  .btn-outline,
  .btn-filled {
	padding: 10px 25px;
	border-radius: 999px;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.3s ease;
  }
  
  .btn-outline {
	background-color: transparent;
	border: 2px solid #000;
	color: #1d1d1d;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  
  .btn-outline:hover {
	background-color: #f1f1f1;
	color: #5c382b;
	border:2px solid #5c382b;
  }
  
  .btn-filled {
	background-color: #5c382b;
	color: #fff;
	border: none;
	cursor: pointer;
  }
  
  .btn-filled:hover {
	background-color: #333;
	color: #fff;
  }
  
  @media (max-width: 600px) {
	.cta-box h2 {
	  font-size: 24px;
	}
  
	.cta-box p {
	  font-size: 16px;
	}
  
	.btn-outline,
	.btn-filled {
	  width: 100%;
	  text-align: center;
	}
	footer.bg-dark-new.pt-3.pb-3 {
		margin-bottom: 60px;
	}
  }
  

  .image-hover-box {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	  cursor: pointer;
  }

  .image-hover-box img {
	width: 100%;
	display: block;
	border-radius: 12px;
	transition: transform 0.4s ease;
  }
  
  .image-hover-box:hover img {
	transform: scale(1.05);
  }
  
  .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(20, 20, 20, 0.7);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.4s ease;
	text-align: center;
	border-radius: 12px;
	padding: 20px;
  }
  
  .image-hover-box:hover .overlay {
	opacity: 1;
  }
  
  .overlay h3 {
	font-size: 20px;
	margin-bottom: 12px;
  }
  
  .book-btn {
	background-color: #fff;
	color: #000;
	padding: 10px 20px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
	transition: background 0.3s;
  }
  
  .book-btn:hover {
	background-color: #f0f0f0;
  }
  

  .slider-container {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
  }
  
  .slider-item {
	flex: 0 0 calc(33.33% - 16px);
	border-radius: 8px;
	overflow: hidden;
  }
  
  .slider-item img {
	width: 100%;
	display: block;
	border-radius: 8px;
  }
  
  @media (max-width: 768px) {
	.slider-item {
	  flex: 0 0 calc(50% - 16px);
  }
  iframe#youtube-player {
    height: 210px !important;
}
  }


  .item.aos-init.aos-animate {
    /* border: 2px solid #e66102; */
    border-radius: 15px;
    padding: 25px;
	background-color: #fff;
}



.swiper-button-prev {
    border-radius: 50%;
    background-color: #5c382adb;
    color: #fff !important;
    border: none;
	height: 50px !important;
    width: 50px !important; 
}


.swiper-button-next {
    border-radius: 50%;
    background-color: #5c382adb;
    color: #fff !important;
    border: none;
	height: 50px !important;
    width: 50px !important; 
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 14px !important;
}

/* focused slider */


.image-box {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
  }
  
  .image-box img {
	width: 100%;
	display: block;
	border-radius: 12px;
	transition: transform 0.4s ease;
  }


  .swiper-slide .slide-info {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
  }
  
  .swiper-slide-active .slide-info {
	opacity: 1;
  }
  

  .testimonial-rating {
    display: flex
;
    color: #f39433;
    margin-bottom: 5px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #725246;
}


.owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
}


i.fa-brands {
    background: #bf8859;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    font-size: 20px;
}


.modal-content {
    background: transparent;
    border: none;
}

button.btn-close {
    float: right;
    padding: 10px;
    font-size: 15px;
    margin-top: -25px;
    margin-right: -15px;
}


/* Hide on desktop */
@media (min-width: 768px) {
	.mobile-bottom-fixed {
	  display: none !important;
	}
  }
  
  .mobile-bottom-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
	/* padding: 10px 15px; */
	opacity: 0;
	transform: translateY(100%);
	pointer-events: none;
	transition: opacity 0.4s ease, transform 0.4s ease;
	z-index: 9999;
  }
  
  .mobile-bottom-fixed.show {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
  }
  
  .navbar-brand {
    margin-right: 0px;
}


    .benefits-section {
      margin: 4rem auto;
      background: #fff;
      animation: fadeInUp 0.8s ease-out;
    }

    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 1.5rem;
    }

    .benefit {
      padding: 1rem;
      border-radius: 1rem;
      text-align: center;
      animation: fadeInUp 0.6s ease-out both;
	      border: 1px solid #d7d7d7;
    background: #ddb992;
    color: #fff;
    }

    .benefit i {
	font-size: 3rem;
    color: #5c382a;
      margin-bottom: 0.8rem;
    }

    .benefit-title {
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
    }

    .benefit-desc {
      font-size: 0.95rem;
      line-height: 1.5;
      color: #fff;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (max-width: 600px) {
      .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

