/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
 /* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
    font-family: 'ambleregular';
    src:url(../font/Amble-Regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'bonvenocflight';
    src:url(../font/BonvenoCF-Light-webfont.ttf) format('truetype');
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}
.wrap {
	width:80%;
	margin: 0 auto;
	transition:all .2s linear;
	-moz-transition:all .2s linear;/* firefox */
	-webkit-transition:all .2s linear; /* safari and chrome */
	-o-transition:all .2s linear; /* opera */
	-ms-transition:all .2s linear;
}
.header_top {
	padding:10px 0;
	background:rgb(238,238,238);
}
.logo {
	float: left;
}
.call{
	float:right;
	padding:20px 0;
}
.call img{
	vertical-align:middle;
}
.call p{
	font-size:1.4em;
	color:#0A0A0A;
	font-family: 'ambleregular';	
}
.header_bottom {
	background:linear-gradient(90deg, #fd1609, #ff6900);
	padding:20px 0;
	box-shadow:inset 0px 8px 10px rgba(253, 17, 4, 0.98);
}
.menu {
	float: left;
}
.menu li {
	display:inline-block;
}
.menu li a {
    font-family: 'ambleregular';
    font-size: 18px;
    text-transform: uppercase;  /* Changed from 'default' to 'uppercase' */
    color: #fff;
    display: block;
    padding: 10px 20px;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    -ms-transition: all .9s;
    transition: all .9s;
}
.menu li a:hover,.menu li.active a{
	border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;
	background:#3C3B3B;
}
.social-icons{
	float:right;
}
.social-icons li{
	display:inline-block;
}
.social-icons li a img{
	vertical-align:middle;
}
.social-icons li a{
	margin:0 10px;
}
.strip{
	/*background: url(../images/border-bg.png) repeat-x;*/
	padding-bottom:10px;
}
/**** Slider *****/
.slider{
	margin-top:10px;
}
.slider_top{
	margin:5px 0;
}
.slider_left{
	float:left;
	width: 68.5%; 
}
.slider_right{
	float:left;
	width: 31%;
	margin-left:0.5%;
    position:relative; 
	background:#9FEC9A;
}
.slider_right img{
	display:block;
}
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article {
	position: relative;
	text-align: center;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
}
.wmuGallery .wmuGalleryImage {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage img {
	max-width: 100%;
	width: auto;
	height: auto;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 40px;
	height: 80px;
	text-indent: -9999px;
	background: url(../images/sprites.png) no-repeat 0 0;
	top: 50%;
	margin-top: -40px;
	z-index: 2;
	cursor:pointer;
}
.wmuSliderPrev {
	background-position: 100% 0;
	left: 20px;
}
.wmuSliderNext {
	right: 20px;
}
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	left: 20px;
	bottom: 10px;
}
.wmuSlider{
    /*width: 100%; */
    height: 600px; 
    border-radius: 12px; 
    overflow: hidden; 
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 5px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background: url(../images/sprites.png) no-repeat 0 -80px;
}
.wmuSliderPagination a.wmuActive {
	background-position: -10px -80px;
}
.sliderright-text{
	position:absolute;
	bottom:50px;
	left:0;
}
.sliderright-text h3 span{
	font-size:1.2em;
	color:#6EA522;
}
.sliderright-text h3 span:hover{
	color:#222;
}
.sliderright-text h3{
	font-size:2.5em;
	color:#746a5e;
	text-transform:uppercase;
	font-family: 'bonvenocflight';
	cursor:pointer;
}
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin:0% 0 0% 0.5%;
}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width:33%;
	position:relative;
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
}
.discount-text{
	position:absolute;
	bottom:0px;
	right:0;
	text-transform:uppercase;
	height: 239px;
	width: 50%;
	padding: 20px;
}
.green{
	background:#949A42;
}
.yellow{
	background:#FFC001;
}
.orange{
	background:#FF8601;
}
.discount-text h5{
	color:#FFF;
	font-size:1.5em;
	font-family: 'bonvenocflight';
	line-height:1em;
}
.discount-text h1 {
	font-size:6em;
	line-height: 70px;
	color: #FFF;
	font-family: 'bonvenocflight';
}
.discount-text h1 b{
	font-size: 28px;
	line-height:50px;
	vertical-align: top;
}
.discount-text h1 span {
	font-size:45px;
	line-height: 58px;
}
.discount-text h3 span{
	font-size:1.5em;
	color:#6EA522;
}
.discount-text h3{
	font-size:2em;
	line-height:35px;
	color:#FFF;
	font-family: 'bonvenocflight';
	margin-bottom:10px;
}
.discount-text p{
	font-size:0.8em;
	color:#FFF;
	line-height:1.5em;
	font-family: 'bonvenocflight';
}
/***** Content *****/
.content {
	padding:10px;
}
.content h2 {
	color:#FD0404;
	text-shadow:0 0 5px #FFF;
	margin-bottom: 0.5em;
	font-size:1.5em;
	font-family: 'ambleregular';
	font-weight: 600;
	margin-top: 0px;
	text-transform: default;
}
/***** Content-top ******/
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	padding:1.5%;
	border: 1px solid #DDD;
	background:#F5F5F5;
	border-radius: 10px;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius: 10px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.grid:first-child { margin-left: 0; }

.images_3_of_1 {
	width:30.2%;
}
.span_2_of_3{
	width: 68.1%;
}
.images_3_of_1  img {
	max-width:100%;
	display:block;
	border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;
}
.span_2_of_3  h3{
	font-size:2em;
	color:#9E9E9E;
	text-shadow:0 0 5px #FFF;
	font-family:'bonvenocflight';
	text-transform:uppercase;
}
.span_2_of_3  h3 span{
	color:#6EA522;
	font-style:italic;
}
.span_2_of_3  p  {
	font-size: 0.85em;
	color:#888;
	line-height: 1.8em;
	padding:5px 0;	
	font-family: 'ambleregular';
}
.treatment_list ul{
	float:left;
}
.treatment_list ul.list2{
	margin-left:30px;
}
.treatment_list li a{
	 font-size: 0.8em;
	 color:#888;
	 display:block;
	 padding:8px 22px;	
	 background:url(../images/marker1.png) no-repeat 0;
	 font-family: 'ambleregular';
}
.treatment_list li a:hover{
	color:#8DC63F;
}
.pack-desc{
	text-align:center;
	/*padding:50px 0;*/
	margin-top:30px;
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
   -moz-border-image: url(../images/slider-border.png) 10 10 round;
   -webkit-border-image: url(../images/slider-border.png) 10 10 round;
    border-image: url(../images/slider-border.png) 10 10 round;
}
.pack-desc h3{
	font-size:1.8em;
	color:#5A5A5A;
	font-family:'bonvenocflight';
	text-transform:uppercase;
}
.pack-desc h3 span{
	color:#8DC63F;
}
.pack-desc p{
	font-size: 17px;
	color:#888;
	line-height:1.8em;
	text-align: left;
	font-family: 'ambleregular';
}
.button{
	text-align:center;
	margin-top:20px;
}
.button a{
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fcf00), color-stop(100%, #6b9c00));
  background: -webkit-linear-gradient(top, #0073CF, #001D9C);
  background: -moz-linear-gradient(top, #0073CF, #001D9C);
  background: -o-linear-gradient(top, #0073CF, #001D9C);
  background: linear-gradient(top, #0073CF, #001D9C);
  background-color: #7db500;
  border-color: #5a8200;
  color: white;
  text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35);
  padding:15px  30px;
  border-width:4px;
  border-style:solid;
  border-radius:35px;-moz-border-radius:35px;-webkit-border-radius:35px;-o-border-radius:35px;
  font-size:1.1em;
  display:inline-block;
  text-transform:uppercase;
  font-family: 'ambleregular';
  
}
.button a:hover{
  background-color: #7db500;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0e800), color-stop(100%, #6b9c00));
  background: -webkit-linear-gradient(top, #a0e800, #6b9c00);
  background: -moz-linear-gradient(top, #a0e800, #6b9c00);
  background: -o-linear-gradient(top, #a0e800, #6b9c00);
  background: linear-gradient(top, #a0e800, #6b9c00);
}
.button a:active {
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #76a312;
  color: #374f00;
}
/*  GRID OF THREE   ============================================================================= */
.spa_products{
	padding:0px 0px;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.products_1_of_3:first-child { 
	margin-left: 0; 
} 
.products_1_of_3{
	width: 29.2%;
	padding:1.5%; 
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.products_1_of_3  img {
	max-width:100%;
	display:block;
	padding: 3px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;-o-border-radius: 20px;
}
.products_1_of_3  h3{
	font-size: 1.5em;
	margin:10px 0;
	color:#0A0A0A;
	font-family: 'bonvenocflight';
	text-transform: uppercase;
}
.products_1_of_3  p  {
	font-size: 0.85em;
	color: #252525;
	line-height: 1.8em;
	font-family: 'ambleregular';
}
.read_more{
	margin-top:10px;
}
.read_more a{
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fcf00), color-stop(100%, #6b9c00));
  background: -webkit-linear-gradient(top, #00B0CF, #00459C);
  background: -moz-linear-gradient(top, #00B0CF, #00459C);
  background: -o-linear-gradient(top, #00B0CF, #00459C);
  background: linear-gradient(top, #00B0CF, #00459C);
  background-color: #7db500;
  border-color:#77AA04;
  color: white;
  text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
   box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
   border: 1px solid #5a8200;
   display:inline-block;
   padding:10px 20px;
   font-family: 'ambleregular';
   font-weight: 300;
   font-size: 14px;
}
.read_more a:hover{
  background-color: #7db500;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0e800), color-stop(100%, #6b9c00));
  background: -webkit-linear-gradient(top, #a0e800, #6b9c00);
  background: -moz-linear-gradient(top, #a0e800, #6b9c00);
  background: -o-linear-gradient(top, #a0e800, #6b9c00);
  background: linear-gradient(top, #a0e800, #6b9c00);
}
.read_more a:active{
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #76a312;
  color: #374f00;
}
/** Footer **/
.footer{
	background:#FFFFFF;
	/*padding:30px 0;	*/
}
.footer-strip{
	/*background: url(../images/footerborder-bg.png) repeat-x;*/
	padding-bottom:8px;
}
.footer h3{
	 font-size:1.2em;
	 font-weight:700;
	 text-transform:uppercase;
	 color:#000000;
	 margin:5px 0px;
	 padding-bottom:8px;
	 font-family: 'bonvenocflight';
 }
  .footer_grid1,.footer_grid2,.footer_grid3,.footer_grid4, .footer_grid5{
	  float:left;
	  width:18.4%;
	  padding-left:2%;
 }
  .footer_grid1{
  	padding-left:0;
  }
  .address li{
	  font-size:0.85em;
	  color:#FFF;
	  padding:5px 0;
	  font-family: 'ambleregular';
 }
 .footer_grid1 li a{
 	 display:block;
    font-size: 18px;
    font-family: 'ambleregular';
    color: #000000;
    padding: 15px 15px;
	 font-weight:700;
	 /*background:url(../images/footer-bullet.png) no-repeat 0;*/
	 -moz-transition: all 0.2s linear; 
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
 }
 .footer_grid1 li a:hover{
	color:#ffffff;
	margin-left: 5px;
	-moz-transition: all 0.2s linear;
 	 -webkit-transition: all 0.2s linear;
 	 -o-transition: all 0.2s linear;
 	 -ms-transition: all 0.2s linear;
 }
 .f_menu li a{
	 color:#D60000;
	 font-family: 'ambleregular';
	 display:block;
	 padding:8px 15px;
	 font-size:1em;
	 font-weight:700;
	 background:url(../images/footer-bullet.png) no-repeat 0;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
 }
 .f_menu li a:hover{
	color:#D60000;
	margin-left: 5px;
	-moz-transition: all 0.2s linear;
 	 -webkit-transition: all 0.2s linear;
 	 -o-transition: all 0.2s linear;
 	 -ms-transition: all 0.2s linear;
 }
 .img_list li {
	 display:block;
	 margin:15px 0;
 } 
 .img_list li a{
	 font-size:0.85em;
	 color:#FFF;
	 font-family: 'ambleregular';
	 padding:0 8px;
	 text-transform:uppercase;
	 -moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
 }
  .img_list li a:hover{
	  color:#383838;
	 margin-left:5px;
	-moz-transition: all 0.2s linear;
 	 -webkit-transition: all 0.2s linear;
 	 -o-transition: all 0.2s linear;
 	 -ms-transition: all 0.2s linear;
 }
  .img_list img{
	 vertical-align:middle;
	 opacity:0.65;
 }
 .img_list img:hover{
 	opacity:1;
 }
 .copy_right{
	text-align:center;
	padding:20px 0;
	background:#0A0A0A;
	box-shadow:inset 0px 8px 10px #0A0A0A;
 }
 .copy_right p{
	font-size:0.85em;
	color:#FFF;
	 font-family: 'ambleregular';
 }
 .copy_right p a{
   color:#0cadfd;
   text-decoration:none;
   transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
 }
 .copy_right p a:hover{
 	color:#FBFB04;
	text-decoration:none;
 }
 
/********* About ******/
/*  GRID OF Content and sidebar   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.conts{
	display: block;
	float:left;
	margin: 1% 0 1% 0;
}
.rsidebar{
	display: block;
	float:left;
} 	
.conts.about_descs{
	width: 55%;
	/*padding:1.5%; */
}
.span_1_of_3 {
	width: 40%;
	padding:1.5%; 
}
.about_img img{
	padding: 3px;
	background: #FFF;
	border: 1px solid #DDD;
}
.about_desc h3{
	font-size: 1.5em;
	margin:10px 0;
	color:#8DC63F;
	font-family: 'bonvenocflight';
	text-transform: uppercase;
}
.about_desc p{
	font-size:0.85em;
	color: #888;
	line-height: 1.8em;
	padding:5px 0;
}
/******* Popular Posts ***********/
.post-grid {
	padding: 10px 0px;
	border-bottom:2px ridge #FFF;
}
.post-grid img {
	float: left;
	width: 39%;
	border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;
}
.post-grid p {
	float: right;
	width: 58%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #888;
	line-height: 1.8em;
}
.post-grid p a{
	font-family: Arial, Helvetica, sans-serif;
	color:#8DC63F;
	line-height: 1.6em;
}
.post-grid p a:hover{
	color:#888;
}
.view-all a {
	font-family: 'ambleregular';
	color:#9E9E9E;
	font-size:1em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	float: right;
	margin-top:5px;
}
.view-all a:hover{
	color:#3A7900;
}
/***** Latest comments *******/
.latest_comments{
	padding-top:20px;
	border-bottom:2px ridge #FFF;
}
.comments{
	padding:15px 0;
}
.latest_comments p{
	font-size: 0.85em;
	color:#444;
}
.latest_comments p span{
	font-weight:bold;
	color:#222;
}
.latest_comments h4{
	padding:8px 0;
}
.latest_comments h4 a{
	color:#8DC63F;
	font-size: 0.9em;
	font-style:italic;
}
.latest_comments h4 a:hover{
	text-decoration:underline;
}
/***********--services--****************/
.services{
	padding:20px 0;
}
.services-top{
	border-bottom: 1px dotted #999;
	padding: 20px 0;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */	
.span_1_of_4 {
	width: 20.8%;
	padding:1.5%; 
}
.span_1_of_4 h3{
	font-size: 1.6em;
	text-transform: uppercase;
	color: #316600;
	margin: 5px 0px;
	padding-bottom: 8px;
	font-family: 'bonvenocflight';
	line-height:25px;
}
.span_1_of_4 h3 span{
	color:#999;
	font-size:20px;
}
.span_1_of_4 p{
	font-size: 0.85em;
	color: #888;
	line-height: 1.8em;
	padding:5px 0;
}
.services_list li a{
	 font-size: 0.8em;
	 color:#888;
	 display:block;
	 padding:8px 22px;	
	 background:url(../images/marker1.png) no-repeat 0;
	 font-family: 'ambleregular';
}
.services_list li a:hover{
	color:#8DC63F;
}
.col_1_of_2{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	background: #F0F0F0;
}
.col_1_of_2:first-child { margin-left: 0; }
.span_1_of_2 {
	width: 46.2%;
	padding:1.5%;
}
.span_1_of_2  h3{
	font-size: 1.6em;
	text-transform: uppercase;
	color: #888;
	margin: 5px 0px;
	padding-bottom: 8px;
	font-family: 'bonvenocflight';
	line-height:25px;
}
.span_1_of_2  p span{
	font-size:1em;
	padding:5px  0;
	color: #777;
	font-weight:bold;
	line-height: 1.8em;
}
.span_1_of_2  p{
	font-size:0.85em;
	 color:#888;
	line-height: 1.8em;
 
}
.span_1_of_2 h4 span{
	color:#8DC63F;
}
.span_1_of_2 h4{
	font-size:1em;
	color:#777;
    text-transform:uppercase;
    font-family: 'ambleregular';
    margin-top:15px;
}
.treatment_img {
	width: 13%;
	float: left;
	margin-right: 3%;
	margin-left: 4%;
}
.treatment_img img{
	border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;-o-border-radius:100px;
}
.treatment-desc{
	width: 84%;
	float: left;
	margin-right: 0px;
}
.hair_treatment{
	margin:20px 0;
	background: #403C3C;
}
/********** Price List *****************/
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_3:first-child { margin-left: 0; }

.span_1_of_3 {
	width: 40%;
	/*padding:1.5%; */
}
.span_1_of_3  h3{
	font-size: 1em;
	color: #FF1D04;
	font-family: 'bonvenocflight';
	text-transform: uppercase;
	margin-bottom:15px;
	font-weight: 600;
}

.span_1_of_3  p  {
	font-size: 0.85em;
	color: #027EF1;
	line-height: 1.8em;	
}
.price_list li{
	font-size: 1em;
	color: #040404;
	display: block;
	padding:8px 0px;
	font-family: 'ambleregular';
	letter-spacing:1px;
	font-weight: 600;

}
.price_list li span:hover{
	color:#8DC63F;
	cursor:pointer;
}
.time{
	margin-top:20px;
}
/************* Contact ********/
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.left_form{
	float:left;
	width:48%;
}
.right_form{
	float:left;
	width:48%;
	margin-left:3.8%;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.85em;
	color: #888;
	padding-bottom:5px;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:10px;
			display:block;
			width:95%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#464646;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:30px;		
}
.contact-form input[type="submit"]{
   background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0082CF), color-stop(100%, #00519C));
  background: -webkit-linear-gradient(top, #0082CF, #00519C);
  background: -moz-linear-gradient(top, #0082CF, #00519C);
  background: -o-linear-gradient(top, #0082CF, #00519C);
  background: linear-gradient(top, #0082CF, #00519C);
  background-color: #00519C;
  border-color:#77AA04;
  color: white;
  text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
   box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
   border: 1px solid #5a8200;
   display:inline-block;
   padding:10px 20px;
   font-family: 'ambleregular';
   font-weight: 300;
   font-size: 14px;
   cursor:pointer;
   text-transform:uppercase;
   -webkit-appearance:none;
   float:right;
}
.contact-form input[type="submit"]:hover{
  background-color: #7db500;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a0e800), color-stop(100%, #6b9c00));
  background: -webkit-linear-gradient(top, #a0e800, #6b9c00);
  background: -moz-linear-gradient(top, #a0e800, #6b9c00);
  background: -o-linear-gradient(top, #a0e800, #6b9c00);
  background: linear-gradient(top, #a0e800, #6b9c00);
}
.contact-form input[type="submit"]:active{
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #76a312;
  color: #374f00; 
}
.company_address p{
	font-size:0.85em;
	color: #888;
	padding:5px 0;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}

/**** Responsive Layout ****/
@media only screen and (max-width: 1024px) {
	.wrap {
		width: 90%;
	}
	.discount-text h1{
		font-size:4em;
	}
	.discount-text h1 span{
		font-size:0.5em;
	}
	.discount-text h3{
		font-size:1.8em;
	}
	.footer h3{
		font-size:1.5em;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:93%;
	}
}
@media only screen and (max-width: 800px) {
	.wrap {
		width: 95%;
	}
	.menu li a{
		padding:10px 15px;
	}
	.social-icons li a{
		margin:0 5px;
	}
	.sliderright-text h3{
		font-size:2em;
	}
	.discount-text h5{
		font-size:1.2em;
	}
	.discount-text h1{
		font-size:3.2em;
	}
	.discount-text h3{
		font-size:1.4em;
	}
	.footer h3{
		font-size:1.2em;
	}
	.content{
		padding:30px 0;
	}
	.content h2{
		font-size:1.8em;
	}
	.about_desc h3{
		font-size:1.4em;
	}
	.comments{
		padding:5px 0;
	}
	.span_1_of_3 h3{
		font-size:1.2em;
	}
	.price_list li{
		font-size:0.8em;
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:90%;
	}
}

@media only screen and (max-width: 640px) {
	.wrap {
		width: 95%;
	}
	.wmuSlider{
        width: 100%; 
        height: 300px !important; 
        border-radius: 12px; 
        overflow: hidden; 
        box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px;
    }
	.call p{
		font-size:1em;
	}
	.menu li a{
		padding:10px 7px;
	}
	.social-icons li a{
		margin:0 2px;
	}
	.sliderright-text h3{
		font-size:1.5em;
	}
	.sliderright-text h3 span{
		font-size:0.8em;
	}
	.discount-text{
	    height:249px;
	    width:60%;
	    padding:15px;
	}
	.discount-text p{
		font-size:0.7em;
	}
	.images_3_of_1{
		width:94%;
		padding:3%;
	}
	.grid{
		margin:0;
	}
	.products_1_of_3 h3{
		font-size:1.4em;
	}
	.footer h3{
		font-size:1.5em;
		padding-bottom:0;
	}
	.cont{ 
		margin: 1% 0 1% 0%;
	}
	.rsidebar{
		margin:0;
	}
	.about_desc {
		width: 94%;
		padding: 3%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%;  
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
	.post-grid img{
		width:20%;
	}
	.post-grid p {
		width:76%;
	}
	.col_1_of_4,.col_1_of_2,.col_1_of_3{
		margin:5px 0;
	}
	.span_1_of_4,.span_1_of_2{
		width:94%;
		padding:0 3%;
	}
	.span_1_of_3 h3{
		font-size:1.5em;
	}
	.price_list li{
		font-size:1em;
	}
	.footer_grid1, .footer_grid2, .footer_grid3, .footer_grid4, .footer_grid5{
 		float:none;
 		width:100%;
 		padding-left:0;
 	}
	
}
@media only screen and (max-width: 480px) {
	.wrap {
		width: 90%;
	}
	.logo,.call{
		float:none;
		text-align:center;
	}
	.menu,.social-icons{
		float:none;
	    text-align:center;
	}
	.menu li a{
		padding:10px 6px;
	}
	.social-icons{
		margin-top:10px;
	}
	.social-icons li a{
		margin:0 10px;
	}
	.grid_1_of_3{
		margin:2px 0;
	}
	.images_1_of_3{
		width:100%;
	}
	.discount-text{
	height: 239px;
	width: 50%;
	padding: 20px;
}
.sliderright-text h3{
	font-size:1.1em;
}
.sliderright-text h3 span{
	font-size:0.7em;
}
.discount-text h5{
	font-size:1.5em;
}
.discount-text h1 {
	font-size:6em;
	line-height: 70px;
}
.discount-text h1 b{
	font-size: 28px;
}
.discount-text h1 span {
	font-size:45px;
	line-height: 58px;
}
.discount-text h3 span{
	font-size:1.5em;
	color:#6EA522;
}
.discount-text h3{
	font-size:2em;
	margin-bottom:5px;
}
.discount-text p{
	font-size:0.8em;
	line-height:1.8em;
}
.pack-desc h3{
	font-size:1.5em;
}
.products_1_of_3{
	width:94%;
	padding:3%;
	margin:5px 0;
}
	.cont{ 
		margin: 1% 0 1% 0%;
	}
	.rsidebar{
		margin:0;
	}
	.span_2_of_3 {
		width:93%;
		padding:3%;
	}
	.span_1_of_3 {
		width:100%;
		padding:0;
        margin-bottom: 15px;
	}
	.conts.about_descs{
	    width: 100%;
    /* padding: 1.5%;*/
	}
	.contact-form input[type="text"], .contact-form textarea{
		padding:10px;
		width:85%;
	}
	.contact-form textarea{
		height:175px;
	}
}
@media only screen and (max-width: 320px) {
	.wrap {
		width: 95%;
	}
	.slider_right,.slider_left{
		float:none;
		width:100%;
		margin:5px 0;
	}
	.slider{
		margin-top:0;
	}
	.discount-text h1{
		font-size:4em;
		line-height:60px;
	}
	.discount-text h1 span{
		font-size:.5em;
	}
	.sliderright-text h3 span{
		font-size:2em;
	}
	.discount-text h3{
		font-size:1.6em;
	}
	.discount-text p{
		line-height:1.5em;
	}
	.menu li a{
		font-size:0.65em;
		padding:10px 2px;
	}
	.span_2_of_3 h3{
		font-size:1.4em;
	}
	.treatment_list li a{
		padding:8px 0 8px 22px;
	}
	.treatment_list ul.list2{
		margin-left:4px;
	}
	.pack-desc{
		padding:20px 0;
	}
	.pack-desc h3{
		font-size:1.2em;
	}
	.button a{
		padding:15px 20px;
	}
	.content h2{
		font-size:1.2em;
	}
	.spa_products{
		padding:20px 0;
	}
	.products_1_of_3 h3{
		font-size:1.2em;
	}
	.left_form,.right_form{
		float:none;
		width:100%;
		margin:0;
	}
	.contact-form input[type="text"], .contact-form textarea{
		padding:8px;
		width:93%;
	}
	.contact-form textarea{
		height:100px;
	}
}
input[type="text"], .contact-form textarea {
    /*padding: 2px;*/
    display: block;
    width: 100;
    background-color: white;
    border: none;
    outline: none;
    color: #464646;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: inset 0px 0px 3px #999;
    -webkit-box-shadow: inset 0px 0px 3px #999;
    -moz-box-shadow: inset 0px 0px 3px #999;
    -o-box-shadow: inset 0px 0px 3px #999;
    -webkit-appearance: none;
}

.form_control {
    color: white;
    width:45%;
}

.form_control input, .form_control select {
    width: 98%;
    padding: 5px 2px;
    margin-top: 0.5rem;
}


@media screen and (max-width: 480px) {
  .form_control {
    width:100%;
}
}
.span_1_of_3 p{
    text-align: center;
}

.social_media_link {
    display: flex;
    justify-content: space-around;
    background: black;
    padding: 2rem 0px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.social_media_link a {
    padding: 10px 20px;
    color:white;
}

a.facebook {
    background: #3C5B9B;
}
a.twitter {
    background: #2DAAE1;
}
a.linkdin {
    background: #0B67C2;
}
a.pintrest {
    background: #FF0000;
}
a.insta {
    background: pink;
}
a.jd {
    background: #FF6C00;
}
.social_media_link a i {
    margin-right: 5px;
}
.contactus input[type="submit"] {
    width: 25%;
    padding: 0.5rem;
    background: orange;
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor:pointer;
}

 .card_item {
    width: fit-content;
}
.wrapper_sect {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 120px;
}



.work_process {
    text-align: center;
    margin-top: 38rem;
    background: url(../images/black_pattern.jpg);
    background-attachment: fixed;
    /* background: black; */
    padding: 4rem 2rem;
    color: white;
    position: relative;
}

.available_section {
    background: url(../images/map_image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding:4rem 5rem;
    display:flex;
}
.counter_item {
    width: 30%;
}

.counter {
    align-items: center;
    display: flex;
    text-align: center;
}

.work_container h2 {
    color: #ED1C24;
    font-size: 16px;
    font-weight: 600;
}
.ava_cont, .counter {
    width: 50%;
}

.work_container h1{
    font-size:25px;
    margin-top:1rem;
}
.work_container p {
    width: 50%;
    margin-top:20px;
}

.work_container {
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.work_wrap {
    display: flex;
    gap: 10px;
    margin-top: 3rem;
    flex-wrap: wrap;
    justify-content: center;
}
.work_items p {
    width: 100%;
}

.icon_border {
    padding: 1rem;
    border: 2px solid #ED1C24;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work_item_icon {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work_items {
    width: 24%;
}
.work_items h3 {
    margin-top: 15px;
    font-size: 18px;
}

.counter_item h2 {
    color: #E3740E;
    font-weight: 500;
        font-size: 25px;
        margin-bottom: 1rem;
}
.ava_cont h2 {
    font-size: 35px;
    margin-bottom:1.5rem;
}
.contact_number {
    display: flex;
    margin-top: 25px;
    gap: 15px;
}



@media screen and (max-width: 680px) {
  .work_process {
    margin-top: 220vh;
  }
  .work_container p {
    width: 100%;
}
.work_items {
    width: 46%;
}
.work_process{
    padding: 4rem 1rem;
}
.work_items p {
    font-size: 15px;
}
.work_wrap {
    row-gap: 30px;
}
.available_section {
    flex-direction: column;
    padding:7rem 1rem;
}
.counter {
    width: 100%;
    justify-content: center;
}
.ava_cont{
    width:100%;
}
.ava_cont h2 {
    margin-top: 2rem;
        font-size: 30px;

}
}






.main {
    background: #f9f9f9;
    padding: 30px 0;
}

.pack-desc h2 {
    font-family: 'Arial', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}

/* Footer Grid Styling */
.footer_grides {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}

.footer_grid1 {
    width: 100%;
    /*max-width: 1200px;*/
}

.footer_grid1 ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_grid1 li {
    margin: 0;
    padding: 0;
}

.footer_grid1 a {
    display: block;
    padding: 15px 20px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

/* Hover Effect with Gradient */
.footer_grid1 a:hover {
    background: linear-gradient(135deg, rgba(253,17,4,0.98) 0%, rgba(253,80,4,0.9) 100%);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(253,17,4,0.3);
    border-color: rgba(253,17,4,0.5);
}

/* Border Animation on Hover */
.footer_grid1 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.footer_grid1 a:hover::before {
    border-color: rgba(255,255,255,0.3);
}

/* Footer Strip Styling */
.footer-strip {
    height: 5px;
    background: linear-gradient(90deg, rgba(253,17,4,0.98) 0%, rgba(253,80,4,0.9) 100%);
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .footer_grid1 ul {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    
    .pack-desc h2 {
        font-size: 28px;
    }
}
.pack-desc {
        text-align: center;
        padding: 20px 0;
    }
    
    .pack-desc h2 {
        font-family: 'Poppins', 'Arial', sans-serif;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #333;
        position: relative;
        display: inline-block;
    }
    
    .pack-desc h2:after {
        content: '';
        position: absolute;
        width: 60px;
        height: 3px;
        background: rgba(253, 17, 4, 0.98);
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .pack-desc .subheader {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #555;
        text-align: center;
        line-height: 1.6;
        max-width: 800px;
        margin: 0 auto 30px;
    }
    
    .highlight {
        color: rgba(253, 17, 4, 0.98);
        font-weight: 600;
    }
    
.social_media_links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
}
.p-0{
    padding : 0px;
}
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(253, 17, 4, 0.98), rgba(255, 100, 50, 0.9));
}

.social-icon i {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(253, 17, 4, 0.4);
}

.social-icon:hover i {
    transform: scale(1.2);
}

/* Individual platform colors on hover */
.facebook:hover {
    background: linear-gradient(135deg, #3b5998, #4267B2);
    box-shadow: 0 10px 20px rgba(59, 89, 152, 0.4);
}

.twitter:hover {
    background: linear-gradient(135deg, #1DA1F2, #1A91DA);
    box-shadow: 0 10px 20px rgba(29, 161, 242, 0.4);
}

.linkedin:hover {
    background: linear-gradient(135deg, #0077B5, #006097);
    box-shadow: 0 10px 20px rgba(0, 119, 181, 0.4);
}

.instagram:hover {
    background: linear-gradient(45deg, 
        #f09433, 
        #e6683c, 
        #dc2743, 
        #cc2366, 
        #bc1888);
    box-shadow: 0 10px 20px rgba(220, 39, 67, 0.4);
}

/* Pulse animation on hover */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.social-icon:hover {
    animation: pulse 0.5s ease;
}



	.main {
        background: #f9f9f9;
        padding: 30px 0;
    }
    
    .pack-desc h2 {
        font-family: 'Arial', sans-serif;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 30px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #333;
    }
    
    /* Footer Grid Styling */
    .footer_grides {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        padding: 20px 0;
    }
    
    .footer_grid1 {
        /*width: 100%;*/
        /*max-width: 1200px;*/
    }
    
    .footer_grid1 ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .footer_grid1 li {
        margin: 0;
        padding: 0;
    }
    
    .footer_grid1 a {
        display: block;
        padding: 15px 20px;
        background: white;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        color: #333;
        text-decoration: none;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.3s ease;
        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
        position: relative;
        overflow: hidden;
    }
    
    /* Hover Effect with Gradient */
    .footer_grid1 a:hover {
        background: linear-gradient(135deg, rgba(253,17,4,0.98) 0%, rgba(253,80,4,0.9) 100%);
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(253,17,4,0.3);
        border-color: rgba(253,17,4,0.5);
    }
    
    /* Border Animation on Hover */
    .footer_grid1 a::before {
        content: '';
        position: absolute;
        color: white;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid transparent;
        border-radius: 8px;
        box-sizing: border-box;
        transition: all 0.3s ease;
    }
    
    .footer_grid1 a:hover::before {
        border-color: rgba(255,255,255,0.3);
    }
    
    /* Footer Strip Styling */
    .footer-strip {
        height: 5px;
        background: linear-gradient(90deg, rgba(253,17,4,0.98) 0%, rgba(253,80,4,0.9) 100%);
        margin: 0;
    }
    
    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .footer_grid1 ul {
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        }
        
        .pack-desc h2 {
            font-size: 28px;
        }
    }



	.social_media_links {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.facebook {
    background: linear-gradient(135deg, #3b5998, #4264aa);
}

.facebook:hover {
    background: linear-gradient(135deg, #4264aa, #3b5998);
}

.twitter {
    background: linear-gradient(135deg, #1DA1F2, #0d95e8);
}

.twitter:hover {
    background: linear-gradient(135deg, #0d95e8, #1DA1F2);
}

.linkedin {
    background: linear-gradient(135deg, #0077B5, #00669e);
}

.linkedin:hover {
    background: linear-gradient(135deg, #00669e, #0077B5);
}

.instagram {
    background: linear-gradient(45deg, 
        rgb(253, 17, 4, 0.98), 
        #f58529, 
        #dd2a7b, 
        #8134af);
    background-size: 300% 300%;
    animation: gradient 4s ease infinite;
}

.instagram:hover {
    animation: gradient 2s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



.taxi-booking-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            font-family: Arial, sans-serif;
        }
        
        /* Title Styles */
        .section-title {
            color: #333;
            font-size: 24px;
            text-align: center;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title::after {
            content: '';
            display: block;
            width: 80px;
            height: 3px;
            background: #FF6600;
            margin: 15px auto 0;
        }
        
        /* Image Gallery Styles */
        .image-gallery {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .image-card {
            flex: 1;
            min-width: 250px;
            max-width: 320px;
            transition: all 0.3s ease;
        }
        
        .image-card:hover {
            transform: translateY(-5px);
        }
        
        .image-card img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 8px 8px 0 0;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            transition: box-shadow 0.3s ease;
        }
        
        .image-card:hover img {
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        .image-caption {
            background: white;
            padding: 15px;
            border-radius: 0 0 8px 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: box-shadow 0.3s ease;
        }
        
        .image-card:hover .image-caption {
            box-shadow: 0 8px 16px rgba(0,0,0,0.15);
        }
        
        .image-caption p {
            margin: 0;
            font-weight: bold;
            color: #333;
        }
        
        /* Video Styles */
        .video-container {
            text-align: center;
            margin-top: 20px;
        }
        
        .video-container iframe {
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            width: 320px;
            height: 200px;
        }
        
        /* Responsive Styles */
        @media (max-width: 768px) {
            .section-title {
                font-size: 20px;
                padding-bottom: 10px;
            }
            
            .image-gallery {
                flex-direction: column;
                align-items: center;
            }
            
            .image-card {
                margin-bottom: 20px;
                max-width: 100%;
            }
            
            .video-container iframe {
                width: 100%;
                max-width: 320px;
                height: auto;
                aspect-ratio: 16/9;
            }
        }











		.cab-fleet-section {
            padding: 60px 0;
            background: linear-gradient(135deg, #e0eafc 0%, #cfdef3 100%);
        }

        .cab-card {
            background: #ffffff;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

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

        .cab-image {
            height: 200px;
            background-size: cover;
            background-position: center;
            border-bottom:4px solid #fd1609;
        }

        .cab-body {
            padding: 20px;
            text-align: center;
        }

        .cab-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }

        .cab-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 10px;
        }

        .cab-price {
            font-size: 1.2rem;
            font-weight: 500;
            color: #fd1609;
        }

        .cab-book-btn {
            background: linear-gradient(90deg, #fd1609, #00d4ff);
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 1rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            transition: background 0.3s ease;
        }

        .cab-book-btn:hover {
            background: linear-gradient(90deg, #0056b3, #0096cc);
        }

        .cab-book-btn i {
            margin-left: 8px;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .cab-image {
                height: 180px;
            }

            .cab-title {
                font-size: 1.3rem;
            }

            .cab-price {
                font-size: 1.1rem;
            }

            .cab-book-btn {
                padding: 8px 16px;
                font-size: 0.9rem;
            }
        }

        @media (max-width: 768px) {
            .cab-fleet-section {
                padding: 40px 0;
            }

            .cab-image {
                height: 160px;
            }

            .cab-title {
                font-size: 1.2rem;
            }

            .cab-card {
                margin-bottom: 20px;
            }
        }

        @media (max-width: 576px) {
            .cab-card {
                width: 100%;
            }
        }


			.cab-fleet-section {
            padding: 60px 0;
            background: linear-gradient(135deg, #e0eafc 0%, #cfdef3 100%);
        }

        .cab-fleet-section .swiper-container {
            padding: 20px 0;
        }

        .cab-card {
            background: #ffffff;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin: 10px;
        }

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

        .cab-image {
            height: 200px;
            background-size: cover;
            background-position: center;
            position: relative;
            border-bottom: 4px solid #fd1609;
        }

        .cab-body {
            padding: 20px;
            text-align: center;
        }

        .cab-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 10px;
        }

        .cab-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 10px;
        }

        .cab-price {
            font-size: 1.2rem;
            font-weight: 500;
            color: #fd1609;
        }

        .cab-book-btn {
            background: linear-gradient(90deg, #fd1609, #ff6900);
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 25px;
            font-size: 1rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            transition: background 0.3s ease;
        }

        .cab-book-btn:hover {
            background: linear-gradient(90deg, #ff6900, #fd1609);
        }

        .cab-book-btn i {
            margin-left: 8px;
        }

        /* Swiper Pagination and Navigation */
        .swiper-pagination-bullet {
            background: #fd1609;
            opacity: 0.7;
        }

        .swiper-pagination-bullet-active {
            background: #fd1609;
            opacity: 1;
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: #fd1609;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
        }

        .swiper-button-next:hover,
        .swiper-button-prev:hover {
            background: #ffffff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .cab-card {
                margin: 10px 5px;
            }

            .cab-image {
                height: 180px;
            }

            .cab-title {
                font-size: 1.3rem;
            }

            .cab-price {
                font-size: 1.1rem;
            }

            .cab-book-btn {
                padding: 8px 16px;
                font-size: 0.9rem;
            }
        }

        @media (max-width: 768px) {
            .cab-fleet-section {
                padding: 40px 0;
            }

            .cab-image {
                height: 160px;
            }

            .cab-title {
                font-size: 1.2rem;
            }
        }


        .taxi-table-container {
            max-width: 1000px;
            margin: 35px auto;
            background: linear-gradient(135deg, #ffd8d5 0%, #ffffff 100%);
            padding: 20px;
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            border: 2px solid #b0b8c8;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            background: #ffffff;
            border-radius: 10px;
            overflow: hidden;
            border: 2px solid #b0b8c8;
        }

        th, td {
            padding: 15px;
            text-align: center;
            font-size: 1rem;
            color: #333;
            border: 1px solid #b0b8c8;
        }

        th {
            background: linear-gradient(90deg, #fd1609 0%, #ff6900 50%, #fd1609 100%);
            color: #fff;
            font-weight: 600;
            text-transform: uppercase;
        }

        tr {
            transition: all 0.3s ease;
        }

        tr:hover {
            background: #f8f9fa;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            transform: translateY(-2px);
        }

        a {
            color: #007bff;
            text-decoration: none;
            font-weight: 500;
        }

        a:hover {
            text-decoration: underline;
            color: #0056b3;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            th, td {
                padding: 10px;
                font-size: 0.9rem;
            }

            .taxi-table-container {
                padding: 15px;
            }
        }

        @media (max-width: 576px) {
            table {
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }

            th, td {
                font-size: 0.85rem;
                padding: 8px;
            }
        }



        .services_list {
            margin: 30 auto;
            background: linear-gradient(135deg, #ffd8d5 0%, #ffffff 100%);
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            border: 2px solid #b0b8c8;
        }

        .services_list h2 {
            font-size: 1.8rem;
            font-weight: 600;
            color: #000000;
            text-align: center;
            margin-bottom: 20px;
        }

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

        .services_list li {
            font-size: 1rem;
            color: #333;
            padding: 15px 20px;
            margin-bottom: 10px;
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            align-items: center;
            transition: all 0.3s ease;
        }

        .services_list li:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
            background: #f8f9fa;
        }


        /* Responsive Design */
        @media (max-width: 768px) {
            .services_list {
                padding: 20px;
            }

            .services_list h2 {
                font-size: 1.5rem;
            }

            .services_list li {
                font-size: 0.9rem;
                padding: 12px 15px;
            }
        }

        @media (max-width: 576px) {
            .services_list {
                padding: 15px;
            }

            .services_list h2 {
                font-size: 1.3rem;
            }

            .services_list li {
                font-size: 0.85rem;
                padding: 10px 12px;
            }
        }
        
        
        
        .services_list {
            margin: 30 auto;
            background: linear-gradient(135deg, #ffd9d5 0%, #ffffff 100%);
            padding: 30px;
            border-radius: 15px;
            border: 2px solid #b0b8c8;
        }

        .services_list h2 {
            font-size: 1.8rem;
            font-weight: 600;
            color: #000000;
            text-align: center;
            margin-bottom: 30px;
        }

        .faq-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .faq-item {
            margin-bottom: 10px;
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .faq-question {
            font-size: 1.1rem;
            font-weight: 600;
            color: #333;
            padding: 15px 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #f8f9fa;
            transition: background 0.3s ease;
        }

        .faq-question:hover {
            background: #e9ecef;
        }

        .faq-question i {
            font-size: 1rem;
            color: #fd1c08;
            transition: transform 0.3s ease;
        }

        .faq-question.active i {
            transform: rotate(180deg);
        }

        .faq-answer {
            font-size: 1rem;
            color: #555;
            padding: 0 20px 15px;
            display: none;
            line-height: 1.6;
            background: #ffffff;
        }

        .faq-answer.active {
            display: block;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .services_list {
                padding: 20px;
            }

            .services_list h2 {
                font-size: 1.5rem;
            }

            .faq-question {
                font-size: 1rem;
                padding: 12px 15px;
            }

            .faq-answer {
                font-size: 0.9rem;
                padding: 0 15px 12px;
            }
        }

        @media (max-width: 576px) {
            .services_list {
                padding: 15px;
            }

            .services_list h2 {
                font-size: 1.3rem;
            }

            .faq-question {
                font-size: 0.9rem;
                padding: 10px 12px;
            }

            .faq-answer {
                font-size: 0.85rem;
                padding: 0 12px 10px;
            }
        }
        
        .Heading.text-center.text-capitalize{
            font-family: 'Arial', sans-serif;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    color: #333;
        }
        
        
        
        
        
        
        
        /* Hero Banner */
.contact-hero {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 40px;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background: linear-gradient(135deg, rgba(74, 107, 255, 0.8), rgba(255, 126, 95, 0.8));
    padding: 20px;
}

.hero-overlay h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-overlay p {
    font-size: 1.2rem;
    max-width: 600px;
}

/* Contact Cards */
.contact-card {
    background: white;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 30px;
    height: 100%;
    transition: var(--transition);
}

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

.contact-card h2 {
    color: var(--dark);
    margin-bottom: 25px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-card h2 i {
    color: var(--primary);
}

/* Form Styles */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--dark);
}

.required {
    color: #e74c3c;
}

.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
}

.textbox, textarea {
    width: 100%;
    padding: 12px 15px 12px 40px;
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    font-family: 'Poppins', sans-serif;
    transition: var(--transition);
}

textarea {
    min-height: 120px;
    resize: vertical;
}

.textbox:focus, textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(74, 107, 255, 0.2);
}

.submit-btn {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: var(--border-radius);
    cursor: pointer;
    font-weight: 500;
    font-size: 1rem;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Office Info Styles */
.office-info {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #ddd;
}

.office-info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.office-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.office-header h3 {
    color: var(--dark);
    margin: 0;
}

.office-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.office-details p {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.office-details p i {
    width: 20px;
    text-align: center;
    color: var(--primary);
    margin-top: 3px;
}

.office-details p span {
    font-weight: 500;
    color: var(--dark);
}

/* Map Section */
.map-section {
    margin-top: 40px;
}

.section-header {
    text-align: center;
    margin-bottom: 30px;
}

.section-header h2 {
    color: var(--dark);
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.section-header p {
    color: #777;
}

.map-container {
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

.map-overlay {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: var(--border-radius);
    max-width: 250px;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-overlay h4 {
    color: var(--primary);
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.map-overlay p {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.map-overlay p i {
    color: var(--secondary);
    width: 20px;
    text-align: center;
}

.emergency-contact {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e74c3c;
    font-weight: 500;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .hero-overlay h1 {
        font-size: 2.5rem;
    }
    
    .hero-overlay p {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    .contact-hero {
        height: 300px;
    }
    
    .hero-overlay h1 {
        font-size: 2rem;
    }
    
    .map-overlay {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .contact-hero {
        height: 250px;
    }
    
    .hero-overlay h1 {
        font-size: 1.8rem;
    }
    
    .contact-card {
        padding: 20px;
    }
}
        
   

	.contact-card {
            background: white;
            border-radius: var(--border-radius);
            box-shadow: var(--box-shadow);
            padding: 30px;
            transition: var(--transition);
        }

        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
        }

        .contact-card h2 {
            font-size: 1.8rem;
            color: var(--text-color);
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 600;
        }

        .contact-card h2 i {
            color: var(--primary-color);
            font-size: 1.5rem;
        }

        .office-info {
            margin-bottom: 30px;
            padding: 20px;
            background: var(--light-bg);
            border-radius: var(--border-radius);
            border-left: 4px solid var(--primary-color);
            transition: var(--transition);
        }

        .office-info:last-child {
            margin-bottom: 0;
        }

        .office-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
        }

        .office-header h3 {
            font-size: 1.3rem;
            color: var(--text-color);
            font-weight: 500;
        }

        .office-icon i {
            font-size: 1.4rem;
            color: var(--secondary-color);
            background: rgba(255, 126, 95, 0.1);
            padding: 10px;
            border-radius: 50%;
        }

        .office-details p {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            font-size: 0.95rem;
        }

        .office-details p:last-child {
            margin-bottom: 0;
        }

        .office-details i {
            color: var(--primary-color);
            width: 20px;
            text-align: center;
        }

        .office-details span {
            font-weight: 500;
            color: var(--text-color);
            min-width: 100px;
        }

        @media (max-width: 768px) {
            .contact-card {
                padding: 20px;
            }

            .contact-card h2 {
                font-size: 1.5rem;
            }

            .office-header h3 {
                font-size: 1.1rem;
            }

            .office-details p {
                font-size: 0.9rem;
            }
        }     
        form {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
    
    .foot_box::-webkit-scrollbar {
    width: 8px;
}

.foot_box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.foot_box::-webkit-scrollbar-thumb {
    background: #fd1609;
    border-radius: 10px;
}
.route-link{
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s;
    text-decoration: none;
    padding: 10px 20px;
}
.route-link:hover {
    background-color: #fd1609 !important;
    color: #fff !important;
    text-decoration: none;
}

.route-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(177deg, #fdf2f2 0%, #ffb6b2 100%);
}

.route-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cab-image {
    height: 150px; /* Fixed height for the image container */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #f8f8f8; /* Fallback background */
}

.cab-img {
    max-width: 90%; /* Smaller image size */
    max-height: 100%; /* Maintain aspect ratio */
    object-fit: contain; /* Ensure image fits without distortion */
}

.cab-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cab-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .cab-image {
        height: 120px; /* Slightly smaller height for mobile */
        text-align: center;
    }

    .cab-img {
        max-width: 90%; /* Slightly larger image for visibility on mobile */
        max-height: 90%;
    }
}
/*.work_process::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: black;*/
/*    top: 0px;*/
/*    left:0px;*/
/*}*/