/*
	Template Name 	: Mary's Mobile Massage Website
	Author 			: Cityhub Tech & Design
	Author Url 		: https://www.cityhubtd.com
*/

/************************************/
/***** 	      General css		 ****/
/************************************/

body{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

img{
	max-width: 100%;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #C5125E;
}

::selection {
    color: #fff;
    background: #C5125E;
}

.preloader{
    background: linear-gradient(135deg, #C5125E, #014348);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.browser-screen-loading-content{
    text-align: center;
    height: 2em;
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 3em;
    left: 0;
    margin: auto;
}

/************************************/
/*****    Navigation area css   *****/
/************************************/

.navbar{
	margin-bottom: 0;
	top: -72px;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 2px solid #C5125E;
	transition: top 0.3s ease;
}

.navbar-brand{
	padding: 1px 15px;
}

.navbar-brand img{
	transition: all 0.3s;
}

.navbar-brand h1{
	font-size: 30px;
	margin: 0;
	color: #014348;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	text-transform: uppercase;
}

.navbar-brand h1 i{
	position: relative;
	top: 3px;
	color: #C5125E;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.navbar-default{
	background: rgba(255, 255, 255, 0.95);
	border: none;
	border-bottom: 2px solid #C5125E;
	padding: 10px 0;
	border-radius: 0;
	z-index: 12;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus{
	color: #666;
}

.navbar-default .navbar-nav>li>a{
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	padding: 17px 8px 13px; 
	position: relative;
}

/* Remove all active state styling */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-nav>li.active>a,
.navbar-nav>li.active>a:hover,
.navbar-nav>li.active>a:focus {
	background: none !important;
	color: #333 !important;
	box-shadow: none !important;
}


.btn-custom{
	display: inline-block;
	background: linear-gradient(135deg, #C5125E, #E8B4F3);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 15px;
	padding: 14px 40px;
	font-weight: 500;
	min-width: 200px;
	text-align: center;
	transition: all 0.4s;
	border-radius: 40px;
}

.btn-custom:hover{
	background: linear-gradient(135deg, #E8B4F3, #C5125E);
	color: #fff;
}

.navbar-default .navbar-toggle{
	border: none;
	background: none;
	padding: 10px;
}

.navbar-default .navbar-toggle .icon-bar{
	background: #333;
	width: 22px;
	height: 2px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus{
	background: none;
}

.sticky-header{
	top: 0;
}

/************************************/
/*****      Slider area css     *****/
/************************************/

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: url(../images/banner.jpg) no-repeat center center;
	background-size: cover;
	height: 75vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.50);
}

.header-banner{
	position: relative;
	z-index: 1;
	text-align: center;
}

.main-title{
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}


.main-title h2{
	display: inline-block;
	font-size: 35px;
	color: #014348;
	font-family: 'Merienda One', cursive;
	font-weight: normal;
	position: relative;
	padding-bottom: 30px;
	line-height: 1.5em;
}

.main-title h2:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 14px;
	background: #C5125E;
	left: 0;
}


.aboutus{
	padding: 40px 0;
}

.about-desc{
	padding: 20px;
}

.about-desc h2{
	font-size: 35px;
	color: #282828;
	font-weight: 500;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.about-desc h2 span{
	color: #C5125E;
	text-transform: uppercase;
}

.about-desc p{
	color: #707070;
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

.about-image{
	margin-top: 60px;
}

/************************************/
/*****      Focus Points css      *****/
/************************************/

.focus-points {
	margin: 15px 0;
}

.focus-points h4 {
	color: #014348;
	margin-bottom: 10px;
	text-align: center;
}

.focus-points ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.focus-points ul li {
	color: #333;
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
}

.focus-points ul li i.fa-check {
	color: #C5125E;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 14px;
}

/************************************/
/*****      Service Boxes css     *****/
/************************************/

.services{
	padding: 40px 0 20px;
	background: url(../images/services-bg.png) no-repeat center center;
	background-size: cover;
}

.service-box{
	background: linear-gradient(135deg, rgba(142, 197, 232, 0.1), rgba(255, 255, 255, 0.9));
	padding: 25px;
	border-radius: 15px;
	margin-bottom: 20px;
	border-left: 4px solid #C5125E;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.service-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.service-box .icon-box{
	color: #C5125E;
	font-size: 2.5em;
	margin-bottom: 15px;
	text-align: center;
}

.service-box h3{
	font-size: 18px;
	text-transform: uppercase;
	color: #014348;
	font-weight: 600;
	text-align: center;
	margin-bottom: 12px;
	line-height: 1.3;
}

.service-box p{
	color: #707070;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
	flex-grow: 1;
}

.service-left{
	padding-right: 10px;
}

.service-right{
	padding-left: 10px;
}

/************************************/
/*****      Gallery css           *****/
/************************************/

.gallery-box {
	margin-bottom: 2px;
}

.gallery .row.no-pad {
	margin-left: -1px;
	margin-right: -1px;
}

.gallery .col-md-3,
.gallery .col-sm-4,
.gallery .col-xs-6 {
	padding-left: 1px;
	padding-right: 1px;
}

/************************************/
/*****      Contact css           *****/
/************************************/

.contact{
	padding: 60px 0;
	background: linear-gradient(#f4f1f1 60%, #fff 40%);
}

.contact-box{
	max-width: 746px;
	margin: 0 auto;
	background: #fff;
	border: 10px solid #C5125E;
	padding: 50px 30px;
	text-align: center;
	box-shadow: 3px 4px 28.13px 0.87px rgba(0, 0, 0, 0.24);
}

.contact-info h3{
	color: #014348;
	margin-bottom: 30px;
	text-align: center;
}

.contact-info p{
	color: #333;
	font-size: 16px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-info p i {
	color: #C5125E;
	margin-right: 15px;
	font-size: 18px;
	text-align: center;
}

.contact-form h3 {
	color: #014348;
	margin-bottom: 30px;
	text-align: center;
}

.form-control {
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	padding: 15px;
	font-size: 16px;
	transition: all 0.3s ease;
}

.form-control:focus {
	border-color: #8EC5E8;
	box-shadow: 0 0 0 0.2rem rgba(142, 197, 232, 0.25);
}

.contact-form{
	margin-top: 40px;
}

.contact-form .form-group{
	max-width: 480px;
	margin: 0 auto 20px;
}

.contact-form .form-control{
	background: #f4f1f1;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 14px;
	height: auto;
	resize: none;
}

.contact-form .btn-custom{
	border: none;
	padding: 15px 20px;
	border-radius: 0;
	margin-top: 20px;
}

/************************************/
/***** Form Notification css     *****/
/************************************/

.form-notification {
	margin-bottom: 20px;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-info i {
	margin-right: 8px;
}

.direct-contact-links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}

@media (max-width: 768px) {
	.direct-contact-links {
		flex-direction: column;
		align-items: center;
	}
	
	.direct-contact-links .btn-custom {
		width: 200px;
	}
}

/************************************/
/*****      Footer css           *****/
/************************************/

footer{
	background: linear-gradient(135deg, #E8B4F3, #C5125E);
	padding: 60px 0;
}

.footer-logo{
	text-align: center;
}

.footer-logo a{
	display: inline-block;
	font-size: 66px;
	color: #d0ae5e;
	min-width: 320px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-social{
	text-align: center;
	padding: 30px 0;
	margin-bottom: 60px;
}

.footer-social a{
	width: 38px;
	height: 38px;
	display: inline-block;
	background: #d0ae5e;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	padding-top: 8px;
	margin: 0 4px;
}

.footer-social a:hover{
	background: #fff;
	color: #282828;
}

.footer-info{
	text-align: center;
	
}

.footer-info p{
	color: #fff;
	letter-spacing: 0.02em;
	font-size: 14px;
}

.footer-info a{
	color: #fff;
}

.footer-info a:hover{
	color: #d0ae5e;
}

.slicknav_menu {
	background: linear-gradient(135deg, #C5125E, #014348);
	border-radius: 8px;
	margin: 0px 0;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.slicknav_menu ul {
	padding: 10px 0;
}

.slicknav_menu li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.slicknav_menu li:last-child {
	border-bottom: none;
}

.slicknav_menu a {
	color: #FFFFFF;
	font-size: 14px;
	padding: 12px 20px;
	text-decoration: none;
	display: block;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.slicknav_menu a:hover {
	background: rgba(255,255,255,0.1);
	color: #8EC5E8;
}

.slicknav_btn {
	background: linear-gradient(135deg, #C5125E, #014348);
	border-radius: 6px;
	padding: 8px 12px;
	margin: 5px 0;
	font-size: 14px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.slicknav_btn:hover {
	background: linear-gradient(135deg, #014348, #C5125E);
	transform: translateY(-1px);
}

.slicknav_icon {
	margin-right: 8px;
}

/* Hide original navigation on mobile */
@media (max-width: 767px) {
	.navbar-brand {
		display: none !important;
	}
	
	.navbar-collapse {
		position: static !important;
		height: auto !important;
		overflow: visible !important;
	}
	
	.navbar-nav {
		float: none !important;
		text-align: center !important;
		margin: 0 !important;
	}
	
	.navbar-nav > li {
		float: none !important;
		display: inline-block !important;
	}
	
	.navbar-nav > li > a {
		padding: 17px 8px 13px !important;
		color: #333 !important;
	}
}

/* Show original navigation on desktop */
@media (min-width: 768px) {
	.slicknav_menu {
		display: none !important;
	}
}

/****************************************
		 Responsive Media Query
****************************************/

@media only screen and (max-width: 1200px) {
	.btn-custom{
		min-width: auto;
	}
}

@media only screen and (max-width: 991px) {
	
	.navbar-brand img{
		max-height: 44px;
	}
	
	.navbar-default .navbar-nav>li>a{
		font-size: 13px;
		padding: 15px 5px 10px;		
	}
	
	.about-image{
		text-align: center;
	}
	
	.footer-info{
		text-align: center;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	
	.navbar-brand{
		display: none !important;
	}
	
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	
	.navbar-nav {
		float: none !important;
		text-align: center !important;
		margin: 0 !important;
	}
	
	.navbar-nav > li {
		float: none !important;
		display: inline-block !important;
	}
	
	.navbar-nav > li > a {
		padding: 17px 8px 13px !important;
		font-size: 13px !important;
		text-transform: uppercase !important;
	}
	
	.navbar{
		padding: 10px 0;
		min-height: auto;
	}
	
	.banner{
		height: 75vh;
	}
	
	.main-title h2{
		font-size: 28px;
		padding-bottom: 20px;
	}
	
	.aboutus{
		padding: 40px 0;
	}
	
	.about-desc h2{
		font-size: 28px;
	}
	
	.services{
		padding: 40px 0 20px;
	}
	
	.service-box{
		margin-bottom: 20px;
	}
	
	.contact{
		padding: 40px 0;
	}
	
	.contact-box{
		padding: 30px 20px;
		border: 5px solid #C5125E;
	}
	
	footer{
		padding: 40px 0;
	}
	
	.footer-logo a{
		font-size: 50px;
		min-width: 250px;
	}
}

@media (max-width: 768px) {
	.focus-points ul li {
		justify-content: flex-start;
		text-align: left;
	}
	
	.service-box p {
		text-align: left;
	}
	
	.contact-info p {
		justify-content: flex-start;
		text-align: left;
	}
}

/************************************/
/***** WhatsApp Floating Button *****/
/************************************/

.whatsapp-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background-color: #25D366;
	color: white;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	text-decoration: none;
}

.whatsapp-float:hover {
	background-color: #128C7E;
	color: white;
	transform: scale(1.1);
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.whatsapp-float:focus {
	outline: none;
	text-decoration: none;
}

.whatsapp-float i {
	margin: 0;
	line-height: 1;
}

/* Mobile adjustments for WhatsApp button */
@media (max-width: 768px) {
	.whatsapp-float {
		width: 50px;
		height: 50px;
		font-size: 24px;
		bottom: 15px;
		right: 15px;
	}
}
