/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://kinarispalimassol.com
 Description:  Child theme for Hello Elementor
 Author:       Waliul Islam
 Author URI:   https://kinarispalimassol.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-elementor-child
*/

/* Add your custom CSS below */

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-403219267">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-403219267');
</script>


{
    "data": [
        {
            "event_name": "Purchase",
            "event_time": 1762437461,
            "action_source": "website",
            "user_data": {
                "em": [
                    "7b17fb0bd173f625b58636fb796407c22b3d16fc78302d79f0fd30c2fc2fc068"
                ],
                "ph": [
                    null
                ]
            },
            "attribution_data": {
                "attribution_share": "0.3"
            },
            "custom_data": {
                "currency": "USD",
                "value": "142.52"
            },
            "original_event_data": {
                "event_name": "Purchase",
                "event_time": 1762437461
            }
        }
    ]
}

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5FTGFG7H');</script>
<!-- End Google Tag Manager -->

@import url('https://fonts.googleapis.com/css2?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');
@font-face {
    font-family: 'Ginger';
    src: url('fonts/Ginger.woff') format('woff'),
         url('fonts/Ginger.ttf') format('truetype'),
         url('fonts/Ginger.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
	background: #3F1F20;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	overflow-x: hidden;
}

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5FTGFG7H"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

img {
	max-width: 100%;
	height: auto;
}
h1 {
	font-family: Ginger;
	font-weight: 400;
	font-style: Regular;
	font-size: 100px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
}
h2 {
	font-family: Ginger;
	font-weight: 400;
	font-size: 85px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #fff;
}
a, a:hover {
	text-decoration: none;
}
a.modal_link {
	cursor: pointer;
}
header {
	z-index: 10;
	background: transparent;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}
.navbar.navbar-default {
    background: transparent;
    border: 0px solid transparent;
    margin: 0px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.nav>li>a {
    padding: 10px 40px 10px 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #d89f58;
    background-color: transparent;
}
#primary-menu {
    border: 0px solid transparent;
    padding: 0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #d89f58;
    background: transparent;
}
header img {
	max-width: 100px;
}
.breadcumb {
    position: absolute;
    top: 170px;
    left: 0px;
    width: 100%;
    z-index: 10;
	color: #fff;
}
.breadcumb a {
	color: #fff;
	opacity: 0.7;
}
.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    padding: 18px 30px;
    font-size: 18px;
}
.btn-default:hover {
    color: #3F1F20;
    background: #FFF;
    border-color: #FFF;
}
.site_content {
    min-height: 300px;
}
/*Home Page*/
.hero_wrap {
	width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
	padding: 300px 0px 80px;
}
.banner_text {
	max-width: 900px;
	margin: 0px auto 100px;
}
.banner_text h1 {
	text-align: center;
	color: #fff;
}
.round_btn {
	width: 150px;
	height: 150px;
	color: #fff;
	line-height: 150px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
}
.round_btn:hover {
	color: #3F1F20;
    background: #FFF;
    border-color: #FFF;
	text-decoration: none;
}
.about_wrap {
    padding: 50px 0px;
    margin: 50px 0px;
	position: relative;	
}
.about_wrap .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(63, 31, 32, 0.9);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.about_section_text {
	position: relative;
	z-index: 9;
	color: #fff;
}
.about_section_text h2 {
	position: relative;
}
.about_section_text p {
	font-weight: 400;
	font-size: 25px;
	line-height: 40px;
	margin: 50px 0px;
}
.about_section_text h2.text-right {
    margin-top: -100px;
}
.treatment_wrap {
    padding: 75px 0px;
}
.carousel {
    position: relative;
    padding: 30px 50px;
}
.carousel-control {
    top: 40%;
    opacity: 1;
    background: transparent !important;
}
.view_all_link {
    position: absolute;
    right: 50px;
    top: -90px;
    z-index: 1;
}
.carousel .item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.carousel .item a p {
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	text-decoration: none !important;
	margin: 20px 0px;
}
.carousel .item a:hover p {
	color: #fff;
	text-decoration: none !important;
}
.slogan_wrap {
	padding: 10px 0px;
	background: #fff;
	color: #3F2020;
	font-family: Ginger;
	font-weight: 400;
	font-size: 45px;
	line-height: 60px;
	letter-spacing: 0%;
}
.schedule_wrap {
	padding: 75px 0px;
}
.schedule_wrap .container {
	max-width: 600px;
}
.schedule_wrap h2 {
	margin-bottom: 30px;
}
.schedule_wrap a {
	width: 200px;
}
/*About*/
.no_margin {
	margin: 0px;
}
.about_section_text h2.text-right.no_margin {
    margin: 0px;
}
.about_section_text p.story_section_text {
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    margin: 0px;
}
.story_section_text {
	margin: 65px 0px;
}
.story_types {
    margin: 65px 0px;
    display: block;
    float: left;
    width: 100%;
}
.about_section_text .story_types h2.text-right.no_margin {
	margin: 0px 0px 50px;
}
.story_types h3 {
    font-size: 20px;
    margin: 30px 0px 10px;
}
.story_types img {
	height: 140px;
	width: auto;
}
.banner_text p {
    font-size: 22px;
    line-height: 37px;
    color: #fff;
	margin-top: 30px;
}
/*Contact*/
.contact_hero_wrap {
	width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
	padding: 200px 0px 20px;
}
.contact_wrap {
    color: #fff;
	padding-bottom: 80px;
}
.contact_wrap h3 {
    font-size: 18px;
    margin: 30px 0px 10px;
	color: #A98054;
}
.contact_wrap .container {
	max-width: 900px;
}
.contact_wrap .info {
    border-right: 2px solid #fff;
    min-height: 130px;
    width: 95%;
}
/*TreatMent*/
p.page_description {
	font-size: 23px;
	line-height: 40px;
	text-align: center;
	margin: 20px 0px 150px;
	color: #fff;
}
.treatment_list_content {
	width: 100%;
    height: 100%;
    position: relative;
	padding: 200px 0px 20px;
}
.category_service h2 {
	font-family: Ginger;
	font-weight: 400;
	font-style: Regular;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top: 50px;
}
.category_service .separator {
    width: 200px;
    margin: 15px auto 50px;
    height: 2px;
    background: #fff;
}
.service {
	position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
	margin-bottom: 30px;
}
.service a {
	cursor: pointer;
}
a.link_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.35);
}
.service img {
	position: relative;
	overflow: hidden;
	width: 100%;
    height: auto;
    display: block;
}
.service h3 {
    position: absolute;
    padding: 0px 20px;
    font-size: 20px;
    line-height: 30px;
    top: 40%;
    color: #fff;
    z-index: 2;
    width: 100%;
    margin: 0px;
}
.service img.link {
    width: 80px;
    height: auto;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
/*Modal*/
button.close {
    float: right;
    font-size: 35px;
    font-weight: 300;
    line-height: 40px;
    color: #3F2020;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    border: 2px solid #3F2020;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
	position: relative;
    top: 15px;
    right: 15px;
	z-index: 5;
    background: #fff !important;
}
h3.modal_service_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    color: #3F2020;
    margin: 0px auto 20px;
    max-width: 500px;
}
p.service_description {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0%;
	text-align: center;
	color: #3F2020;
	margin: 0px 0px 30px;
}
p.service_description span {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    color: #3F2020;
    font-weight: 500;
    font-size: 25px;
	line-height: 35px;
}
.btn-primary {
    background: #fff;
    border: 3px solid #3F2020;
    border-radius: 3px;
    color: #3F2020;
    font-size: 20px;
    width: 250px;
    padding: 20px;
    font-weight: 500;
}
.btn-primary:hover, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background: #3F2020;
    border: 3px solid #3F2020;
}
/*Book Appoinment*/
.book_appointment {
	width: 100%;
    height: 100%;
    position: relative;
	padding: 200px 0px 20px;
}
.bookly-form-group select option {
	color: #3F1F20;
}
.bookly-form-group[data-type="staff"], .bookly-week-days, .bookly-time-range {
    display: none !important;
}
footer {
	padding: 70px 0px 50px;
	position: relative;
	z-index: 1;
	color: #fff;
    font-size: 16px;
    line-height: 28px;
}
footer img {
	max-width: 135px;
}
footer h3 {
    font-size: 18px;
    margin: 30px 0px 10px;
    color: #d89f58;
}
/*Responsive*/
a.openbtn {
    display: none;
    float: left;
    margin-left: 0;
    font-size: 40px;
    font-weight: 300;
    padding: 0px;
    position: absolute;
    top: 55px;
    right: 20px;
    color: #fff !important;
    z-index: 9999;
}
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #fff;
    overflow-x: hidden;
    padding: 60px 0px 0px;
    transition: 0.5s;
}
.sidebar .closebtn {
    position: absolute;
    top: 20px;
    right: 40px;
    font-weight: 300;
    margin-left: 0px;
    padding: 0px;
    text-decoration: none;
    font-size: 40px;
    color: #3F2020;
    display: block;
    transition: 0.3s;
    border: 2px solid #3F2020;
    border-radius: 50%;
    z-index: 9999;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
	cursor: pointer;
}
.sidebar a {
    padding: 15px 30px;
    text-decoration: none;
    font-size: 20px;
    color: #3F2020;
    display: block;
    transition: 0.3s;
}
.navbar-nav {
    margin: 0px;
}
.bookly-css-root {
	padding-top: 40px;
}
.modal {
    z-index: 99999;
}
@media (min-width: 768px) {
    .flex_row {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer_logo {
		width: 15%;
		float: left;
	}
	.footer_contact {
		width: 25%;
		float: left;
	}
	.footer_location {
		width: 17%;
		float: left;
	}
	.footer_working_hour {
		width: 18%;
		float: left;
	}
	.footer_design {
		width: 25%;
		float: left;
		padding-top: 30px;
	}
}
@media (min-width: 830px) {
	.modal-dialog {
		width: 800px;
		margin: 50px auto;
	}
	.modal-body {
		position: relative;
		padding: 50px;
	}
}
@media (min-width: 992px) {
    .flex_row {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
	.container {
        width: 100%;
    }
	.nav>li>a {
		padding: 10px 18px 10px 0px;
		font-size: 14px;
	}
	.btn-default {
		padding: 13px 20px;
		font-size: 16px;
	}
	.site_header .col-sm-4.flex_div.hidden-xs {
		padding-right: 0px;
	}
	.site_header .col-sm-4.flex_div.hidden-xs.text-right {
		padding-right: 15px;
	}
	h1 {
		font-size: 80px;
		line-height: 90px;
	}
	.hero_wrap {
		padding: 200px 0px 80px;
	}
	h2 {
		font-size: 55px;
		line-height: 65px;
	}
	.about_section_text p {
		font-size: 22px;
		line-height: 35px;
	}
	.carousel {
		position: relative;
		padding: 30px 20px;
	}
	.carousel .item img {
		height: 280px;
	}
	.carousel .item a p {
		font-size: 18px;
		line-height: 25px;
		margin: 12px 0px;
	}
	.footer_logo, .footer_contact, .footer_location, .footer_working_hour {
		width: 25%;
	}
	.footer_design {
		width: 100%;
		text-align: center;
	}
	.footer_contact {
        padding-left: 0px;
    }
	.footer_location {
		padding-right: 0px;
	}
	footer h3 {
		font-size: 18px;
	}
	footer p {
		font-size: 13px;
		line-height: 22px;
	}
	.slogan_wrap {
		padding: 15px;
	}
	.treatment_list_content {
		padding: 230px 0px 20px;
	}
	p.page_description {
		font-size: 20px;
		line-height: 32px;
		margin: 20px auto 50px;
		max-width: 600px;
	}
	.service h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.category_service h2 {
		font-size: 35px;
		line-height: 45px;
	}
	h3.modal_service_title {
		font-size: 25px;
		line-height: 35px;
		margin: 35px auto 10px;
	}
	p.service_description {
		font-size: 17px;
		line-height: 27px;
		margin: 0px 0px 20px;
	}
	p.service_description span {
		padding-top: 20px;
		font-size: 20px;
		line-height: 28px;
	}
	.banner_text p {
		font-size: 20px;
		line-height: 32px;
	}
	.about_section_text p.story_section_text {
		font-size: 18px;
		line-height: 27px;
	}
	.story_types h3 {
		font-size: 18px;
		margin: 20px 0px 10px;
		line-height: 27px;
	}
	.contact_wrap .info p {
		font-size: 14px;
	}
	.embed_map iframe {
		border: 0;
		width: 100%;
		height: 400px;
	}
}
@media (min-width: 900px) and (max-width: 1199px) {
	.nav>li>a {
        padding: 10px 25px 10px 0px;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    header img {
		max-width: 80px;
	}
	h1 {
		font-size: 55px;
		line-height: 70px;
	}
	h2 {
		font-size: 40px;
		line-height: 50px;
	}
	a.openbtn {
		display: block;
        cursor: pointer;
	}
	.site-logo {
		text-align: left;
	}
	.sidebar .btn-primary {
        border: 2px solid #3F2020;
        font-size: 20px;
        padding: 15px;
        margin: 30px;
    }
	.banner_text h1 {
		font-size: 55px;
		line-height: 70px;
	}
	.about_wrap {
		background-size: 260px !important;
		background-position: center !important;
		margin: 0px;
	}
	.about_section_text h2 {
		font-size: 40px;
		line-height: 50px;
	}
	.about_section_text p {
		font-size: 18px;
		line-height: 30px;
		margin: 30px 0px;
	}
	.about_section_text p.buttons {
		display: none;
	}
	.about_section_text h2.text-right {
		margin-top: 0px;
	}
	.treatment_wrap {
        padding: 30px 0px 70px;
    }
	.treatment_wrap h2 {
		text-align: center;
	}
	.carousel {
		position: relative;
		padding: 30px 10px 130px;
	}
	.view_all_link {
        position: absolute;
        right: 32%;
        top: auto;
        z-index: 1;
        bottom: 0px;
    }
	.carousel-control {
		top: 30%;
	}
	.round_btn {
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	.slogan_wrap {
		padding: 30px 20px;
		font-size: 38px;
		line-height: 48px;
	}
	.nav>li>a {
		padding: 15px 30px;
		font-size: 20px;
		color: #3F2020;
	}
	.gallery_image {
		padding: 0px 20px;
	}
	.gallery_image img {
		margin-bottom: 20px;
	}
	/*TreatMentList*/
	.treatment_list_content h1 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: 0px;
		margin-top: 50px;
	}
	p.page_description {
		font-size: 18px;
		line-height: 28px;
		margin: 20px 0px 80px;
	}
	.category_service h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.category_service .separator {
		width: 100px;
		margin: 15px auto 30px;
		height: 1px;
	}
	.service h3 {
		font-size: 18px;
		line-height: 26px;
	}
	h3.modal_service_title {
		font-size: 21px;
		line-height: 30px;
		letter-spacing: 0px;
		margin: 45px auto 20px;
	}
	p.service_description {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0px;
	}
	p.service_description span {
		padding-top: 10px;
		font-size: 20px;
		line-height: 30px;
	}
	.modal {
		z-index: 99999;
	}
	.page-template-page-about .banner_text {
		max-width: 900px;
		margin: 0px auto;
	}
	.page-template-page-about .banner_text p {
		font-size: 18px;
		line-height: 27px;
		color: #fff;
		margin-top: 0px;
	}
	.page-template-page-about .hero_wrap {
		padding: 230px 0px 80px;
	}
	.page-template-page-about .about_wrap {
        background-size: cover !important;
        margin: 0px;
		padding: 30px 0px;
    }
	.story_section_text {
		margin: 30px 0px;
	}
	.about_section_text p.story_section_text {
		font-weight: 400;
		font-size: 18px;
		line-height: 27px;
		margin: 30px 0px 0px;
	}
	.story_types {
		margin: 20px 0px;
	}
	.about_section_text .story_types h2.text-right.no_margin {
		margin: 0px 0px 50px;
		text-align: center;
		font-size: 35px;
	}
	.story_types h3 {
		margin: 30px 0px 50px;
	}
	.contact_hero_wrap {
		padding: 230px 0px 20px;
	}
	.contact_wrap {
		padding-bottom: 30px;
	}
	.contact_wrap .info {
		border-right: 0px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.embed_map iframe {
		border: 0;
		width: 100%;
		height: 300px;
	}
}

/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup box */
.popup-box {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  animation: fadeInUp 0.3s ease;
}

/* Headline */
.popup-box h2 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  color: #2e7d32;
}

/* Text */
.popup-box p {
  margin: 0 0 1.5rem;
  color: #555;
}

/* Button */
.popup-box button {
  background: #2e7d32;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.popup-box button:hover {
  background: #1b5e20;
}

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