/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   

:root {
    --primary-color: #c28565;
    --fs-color-primary: #c28565;
    --fs-color-secondary: #000000;
    --fs-color-success: #ffffff;
    --fs-color-alert: #6a6a6a;
    --fs-color-base: #6a6a6a;
    --fs-experimental-link-color: #6a6a6a;
    --fs-experimental-link-color-hover: #c28565;
}
***************/

.flickity-page-dots .dot.is-selected {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	border-width: 2px;
}

.flickity-page-dots .dot {
	border-width: 2px;
	height: 3px;
	width: 30px;
}

.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
	height: 3px;
	width: 30px;
}

.mb-p-0 p {
	margin-bottom: 0;
}

.mb-img-0 img.size-full.alignnone {
	margin-bottom: 0;
}

.m-button-0 {
	margin: 0;
}

.font-regular {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-bold {
	font-weight: 600;
}

.fs-18 {
	font-size: 18px;
}

.fs-74 {
	font-size: 74px !important;
}

.lh-80 {
	line-height: 80px;
}

.dm-serif-text-regular {
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	font-style: normal;
	color: var(--fs-color-secondary);
}

.dm-serif-text-regular-italic {
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	font-style: italic;
}


.urbanist-regular {
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: var(--fs-color-base)
}

.urbanist-regular h3 {
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
}

.urbanist-medium {
	font-family: "Urbanist", sans-serif;
	font-weight: 500;
	font-style: normal;
}

body {
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: var(--fs-color-base)
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "DM Serif Text", serif;
	font-weight: 400;
	font-style: normal;
	color: var(--fs-color-secondary);
}

.breadcrumbs a,
.breadcrumbs {
	color: white;
	font-weight: 18px;
	font-weight: normal;
}

.breadcrumbs a:hover {
	color: white;
}

.breadcrumbs {
	text-align: center;
}

.about-us-content {
	gap: 15px;
	display: flex;
	flex-direction: column;
}

.about-us-content p {
	font-size: 20px;
}

.about-us-content h2 {
	font-size: 44px;
}

.about-us-content {
	margin-bottom: 35px;
}

.nav>li>a {
	font-weight: 400;
	font-size: 18px;
	position: relative;
}

.nav>li>a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

.nav>li.active>a::after,
.nav>li>a:hover::after {
	visibility: visible;
	opacity: 1;
}

.header-nav-main {
	justify-content: center;
}

.ux-menu-link--active .ux-menu-link__link,
.ux-menu-link:hover .ux-menu-link__link {
	color: var(--primary-color);
}

.footer-main .icon-box-img svg {
	fill: white;
	color: white;
}

.nav-spacing-xlarge>li {
	margin: 0 40px;
}

.footer-main .ux-menu {
	flex-direction: row;
	gap: 40px;
}

.section-title-normal {
	border-bottom: 1px solid #6A6A6A;
}

.banner-btn {
	background-color: rgb(234 201 99, 0.15);
	position: relative;
}

.banner-btn span {
	font-size: 18px;
	font-weight: 400;
}

.banner-btn::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid var(--primary-color);
	top: -5px;
	right: -5px
}

.absolute-footer {
	display: none;
}

.home header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.home .header-bg-color {
	background-color: transparent;
}

.home .header-wrapper {
	box-shadow: none !important;
}

.home .header-main .nav>li>a {
	color: #000000 !important;
}

.home .nav>li>a::after {
	background-color: #000000;
}

.home .has-sticky .stuck .header-logo-dark {
	display: none !important;
}

.home .has-sticky .stuck .header-logo {
	display: block !important;
}

.home .has-sticky .stuck .header-main {
	padding: 10px 0;
}

.stuck #logo img {
	width: auto;
	height: 50px;
	max-height: unset !important;
}

.home .social-icons i {
	color: #000;
}

.home .has-sticky .stuck .social-icons i {
	color: white;
}

body:not(.home) .header-logo {
	display: block !important;
}

body:not(.home) .header-logo-dark {
	display: none !important;
}

.banner h2 {
	font-size: 20px;
	line-height: 30px;
}

.footer .section-title-main span {
	font-size: 20px;
}

.page-title .section-title-main {
	color: white;
	font-size: 44px;
}

.page-title {
	margin-bottom: 0 !important;
}

.page-title .section-title b {
	opacity: 0 !important;
	visibility: hidden !important;
}

.icon-boxs .icon-box {
	position: relative;
	background: #000000;
	border-radius: 10px;
	height: 75px;
}

.icon-boxs .icon-box-img {
	width: 52px !important;
	position: absolute;
	right: -26px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.icon-boxs .icon-box-right .icon-box-img+.icon-box-text {
	padding-right: 0;
}

.icon-boxs .icon-box-right .icon-box-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-boxs .icon-box-right .icon-box-text .text {
	margin: auto;
}

.icon-boxs .icon-box-right .icon-box-text p {
	margin-bottom: 0;
}

@media (max-width: 849px) {

	.icon-boxs .icon-box {
		margin-bottom: 10px;
	}

	.icon-boxs .col:nth-child(4) .icon-box .icon-box-img,
	.icon-boxs .col:nth-child(2) .icon-box .icon-box-img {
		display: none;
	}
}

@media (min-width: 576px) {
	.banner h2 {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (min-width: 850px) {
	.banner h2 {
		font-size: 74px;
		line-height: 80px;
	}
}

@media (max-width: 549px) {
	body #logo img {
		max-height: 50px;
	}

	.header-wrapper {
		padding: 10px 0;
	}

	.icon-boxs .icon-box-img {
		display: none;
	}
}

.rm-padding > .col {
	padding: 0;
}

.service-item {
	background: #FFF7F4;
	padding: 10px;
	transition: all 0.3s ease;
	margin-bottom: 10px;
}

.service-item:hover {
	background: #000000;
	color: white !important;
	box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.service-item h4 {
	margin-bottom: 0;
}

.service-item:hover h4 {
	color: white !important;
}

.service-item .price {
	border-left: 2px solid var(--primary-color);
	padding-left: 15px;
}

.whatsapp-button {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background-color: #25D366;
  color: white;
  padding: 5px 10px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
  z-index: 9999;
}

.whatsapp-button:hover {
  background-color: #20b358;
}

.contact-info {
	padding: 20px 0 0 0;
}

.contact-info .box-image img {
	background: #eac963;
	padding: 10px;
}
/* .row.rm-padding .row:not(.row-collapse) {
	padding: 0;
	margin: 0;
} */

.contact-main .appointment-quote-form {
	margin-right: 20%;
	padding: 40px;
}

@media (max-width: 849px) {
	.contact-main .appointment-quote-form {
		margin-right: 0;
		padding: 15px;
	}
	.icon-boxs {
		padding: 0 10px;
	}
}

.contact-main .appointment-quote-form .col {
	padding-bottom: 0;
}

.contact-main button {
	background: var(--primary-color);
	margin-left: 15px;
}

.contact-main iframe {
	height: 100%;
}

.bookly-service-step .bookly-time-range select {
	width: 100px !important;
}
.bookly-form label,
.bookly-form * {
	font-size: 18px;
}

.featured-box .icon-box-img svg path {
	fill: var(--primary-color);
}

.footer-main .icon-box-img svg path {
	color: white;
    fill: white;
}

.footer-main .ux-menu-link--active .ux-menu-link__link {
	color: white;
}