/* Template: Innovatik - HTML responsive template
   Author: payothemes
   Version: 1.0.1
   Created: June 2018
   Description: style default css file
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@400;500;600;700&display=swap');

/**********************************
	TABLE OF CONTENTS

01. General Styles
02. Header
03. Navigation
05. News
06 .Contact
07 .Footer
08 .Sidebar
09 .Extra
**********************************/


/***** General Styles *****/

html, body {
  overflow-x: hidden;
  width: 100%;
}

body {
	font-family: "Inter", "Poppins", system-ui, -apple-system, sans-serif;
	font-size:15px;
	font-weight:500;
	line-height:25px;
	color:#727272;
}
img {
	height: auto;
	width: auto;
}
p {
    margin: 10px 0;
}
.center {
	text-align:center;
}
a,
a:focus,
a:hover {
    color: #3ed1b7;
	text-decoration:none;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.pagination > li > a {
    color: #252525;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #3ed1b7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover  {
    color: #252525;
}

h3{
	font-size:25px;
	font-weight:500;
	line-height:29px;
	color:#252525;
}
/**/
.owl-theme .owl-nav {
	position:absolute;
	top:0;
	display:none;
	right:0;
}
.owl-carousel:hover .owl-nav  {
	display:block;
}

.owl-carousel .owl-dots, .owl-carousel .owl-nav {
    line-height: 1;
    text-align: center;
}
.owl-carousel .owl-nav [class*="owl-"] {
    background-color: #f5f5f5;
    border: 2px solid #eee;
    border-radius: 50%;
    color: #262626;
    cursor: pointer;
    font-size: 0;
    height: 42px;
    line-height: 30px;
    transition: all 0.2s ease 0s;
    width: 42px;
    z-index: 200;
	text-align:center;
}
.owl-carousel .owl-prev{
	float:left;
	left:0;
	margin-left:0;
}
.owl-carousel .owl-next {
	float:right;
	right:0;
	margin-right:0;
}

.owl-carousel .owl-prev::before {
    color: #262626;
    content: "Ã¯â€žâ€ž";
    font-family: FontAwesome;
    font-size: 22px;
}
.owl-carousel .owl-next::before {
    color: #262626;
    content: "Ã¯â€žâ€¦";
    font-family: FontAwesome;
    font-size: 22px;
}
.owl-carousel .owl-nav [class*="owl-"] i {
    color: #262626;
    font-size: 22px;
    line-height: 42px;
	text-align:left;
}

.owl-carousel .owl-nav [class*="owl-"]:hover i,
.owl-carousel.arrows-dark .owl-nav [class*="owl-"] i,
.owl-carousel.arrows-dark .owl-nav [class*="owl-"]:hover i {
    color: #fff;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: #3ed1b7;
    border-color: #3ed1b7;
}


/**/
.text-danger {
	color:#a94442;
	font-size:14px;
	font-weight:600;
}
.text-success {
	color:#21baa3;
	font-size:14px;
	font-weight:600;
}
table { 
	width: 100%; 
	border-collapse: collapse; 
	margin:50px auto 0 0;
}

tr:nth-of-type(even) { 
	background: #252525; 
	color: #fff; 
	font-weight:400;
}
tr:nth-of-type(odd) { 
	background: #f7f7f7; 
	color: #252525; 
	font-weight:400;
}
th { 
	background: #252525; 
	color: #f5f5f5; 
	font-weight: 600; 
}

td, th { 
	padding: 10px; 
	border: 1px solid #e5e5e5; 
	text-align: left; 
	font-size: 15px;
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

table { 
	width: 100%; 
}

table, thead, tbody, th, td, tr { 
	display: block; 
}

thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

tr {
	border: 1px solid #ccc;
}

td { 
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 50%; 
}

td:before { 
	position: absolute;
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
	content: attr(data-column);
	color: #000;
	font-weight: bold;
}

}

/***** Header *****/

#header {
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15) inset;
}
 

#topbar.topbar-transparent {
	border-bottom: 1px solid #eee;
}
#topbar.topbar-transparent 
	{background:transparent;
}

#header-background::before {
	background-color: rgba(0, 0, 0, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#header-background {
	position: relative;
	background: url('../../images/header.jpg') no-repeat scroll center top / cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#contact-parallax {
	position: relative;
	background: url('../../images/contact-parallax.jpg') no-repeat scroll center top / cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:160px 0 120px 0;
}
#header-title-page {
	background:#f7f7f7;
}
#parallax-background {
	position: relative;
	background: url('../../images/parallax_new.png') no-repeat scroll center top / cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#parallax-background-team {
	position: relative;
	background: url('../../images/back_curcle.jpg') no-repeat scroll center top;
	background-size: cover;
	background-attachment: inherit;
	background-position: 0 0;
	padding:80px 0;
}
#parallax-background-testimonial {
	position: relative;
	background: url('../../images/dotted.png') repeat scroll center top;
	background-size: inherit;
	background-attachment: inherit;
	background-position: 0 0;
	padding:80px 0;
}
#parallax-background-prices {
	position: relative;
	background: url('../../images/prices.jpg') no-repeat scroll center top;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:80px 0;
}
/**/

#header-background-slide::before {
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*top bar*/
#topbar .top-menu > li > a {
	font-size:15px;
	color: #aaa;
	font-weight: 500;
	line-height: 25px;
}

#topbar {
	position: relative;
	z-index: 200;
	background-color: #ffffff;
}
#topbar .top-menu {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	float: left;
	color:#aaa;
}
#topbar .top-menu > li {
	display: inline-block;
	height: auto;
	line-height: 42px;
	border-left: 1px solid #eee;
	padding-left: 15px;
}
#topbar .top-menu > li:last-child {
	border-right: 1px solid #eee;
	padding-right: 15px;	
}
#topbar .top-menu > li > a {
	display: block;
	font-size: 15px;
	font-weight: 500;
	height: 40px;
	margin-right: 16px; 
}
#topbar .top-links {
	position: relative;
}
#topbar .social-icons {
	float: right;
	height: 100%;
	overflow: hidden;
}
#topbar .social-icons li,
#topbar .social-icons li a {
	float: left;
	list-style: outside none none;
}
#topbar .social-icons li a {
border-radius: 0px;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 35px;
	overflow: hidden;
	margin: 0;
}
.topbar-dropdown {
	color: #747474;
	float: left;
	font-size: 13px;
	font-weight: 400;
	position: relative;
}
.topbar-dropdown .title {
	border-left: 1px solid #eeeeee;
	padding: 0 20px;
	cursor: pointer;
	line-height: 40px;
}
.topbar-dropdown .title a {
	color: #747474;
}
.topbar-dropdown .title a:hover {
	text-decoration: underline;
}
.topbar-dropdown .title b {
	font-weight: 600;
}
.topbar-dropdown .title .fa {
	margin-left: 7px;
	position: relative;
	top: -1px;
}
.topbar-dropdown .title .fa:first-child {
	margin-left: 0;
	margin-right: 7px;
}
.topbar-dropdown:first-child .title {
	border-color: transparent;
	padding-left: 0;
	padding-right: 0; 
}
.topbar-dropdown .title img,
.topbar-dropdown .list-entry img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	top: -1px;
}
.topbar-dropdown .dropdown-list {
	position: absolute;
	width: auto;
	left: 0px;
	top: auto;
	border-radius: 3px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: solid 1px #eee;
	padding: 0px 16px;
	z-index: 1;
	text-align: left;
	opacity: 0;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transform-origin: 50% 0% 0px;
	-moz-transform-origin: 50% 0% 0px;
	-webkit-transform-origin: 50% 0% 0px;
	-ms-transform-origin: 50% 0% 0px;
	z-index: 1;
	visibility: hidden;
}
.topbar-dropdown:hover .dropdown-list,
.topbar-dropdown:hover .topbar-form {
	opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	visibility: visible;
}
.topbar-dropdown .list-entry {
	line-height: 30px;
	white-space: nowrap;
	display: block;
	color: #747474;
	padding: 2px 0;
	border-top: 1px #f0f0f0 solid;
}
.topbar-dropdown .list-entry:hover {
	color: #222;
}
.topbar-dropdown .list-entry:first-child {
	border-top: none;
}
.topbar-dropdown .topbar-form {
	position: absolute;
	width: 240px;
	padding: 20px 20px 10px 20px;
	right: auto;
	top: 40px;
	border-radius: 3px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border: solid 1px #eee;
	z-index: 1;
	text-align: left;
	opacity: 0;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transform-origin: 50% 0% 0px;
	-moz-transform-origin: 50% 0% 0px;
	-webkit-transform-origin: 50% 0% 0px;
	-ms-transform-origin: 50% 0% 0px;
	visibility: hidden; 
}
.topbar-dropdown input {
	margin-bottom: 2px; 
}
.topbar-dropdown .form-group {
	margin-bottom: 10px; 
}
.topbar-dropdown .checkbox {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
	vertical-align: middle;
	margin-top: -12px;
}
.topbar-dropdown.float-right .title {
	padding: 0 0px 0 20px !important; 
}
.topbar-dropdown .dropdown-invert.topbar-form {
	left: auto;
	right: -20px; 
}

.language-top-bar{
	float:right;
}
.language-top-bar li {
	list-style:none!important;
}
.language-top-bar a {
	color:#fff;
}
 
#header {
	position: relative;
	width: 100%;
	z-index: 199 !important;
	height: 80px;
	line-height: 80px;
}
#header {
	background: #fff;
	left: 0;
	right: 0;
	transition: all .4s ease-in-out;
	border-bottom: #eee;
}
.header-white {
	background:#fff;
}
/***** Navigation *****/
#logo img {
	height: auto; /* control logo size */
  width: auto;
  display: block;
  object-fit: contain;
}

#logo{
	display: flex;
  align-items: center;
  height: auto; 
}
#logo a{
	color:#213a0a;
} 
@media (min-width:980px) {
.section_title {
	padding-left:0;
}
}
@media (max-width:979px) {
.section_title {padding-left:20px;}
.widget-contact h4,
.get-in-touch h4,
.widget-links h4 {
	padding-top:30px;
	padding-top:30px;
}
.single-team {
	margin-bottom:30px;
}
}


@media screen and (max-width:1000px){
.logo{
	position:relative;
	top:0;
	left: 0;
	width:auto;
	height:auto;
	text-align:center;
	padding:10px 0 0 0 ;
	float:none;
}
.logo2{
	display:none
}
}
/* --- THE HEADER BASE --- */
.main-header {
    background: #ffffff;
    width: 100%;
    height: 85px;             /* Height adjustment for a premium feel */
    display: flex;
    align-items: center;
    position: fixed;          /* Keeps header at the top while scrolling */
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(0,0,0,0.05); /* Subtle separation line */
}

    .header-container {
    display: grid;
    grid-template-columns: 200px 1fr 200px; /* Logo | Nav | Button */
    align-items: center;
    height: 85px;
    padding: 0 40px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    left: 0;
}
.main-menu {
    float: right;
    position: relative;
}
.main-menu .navbar-collapse {
    padding: 0px
}
.main-menu .navigation {
    float: right;
    margin: 0;
    position: relative;
	margin-top:-33px;
}
.main-menu .navigation li {
    float: left;
    position: relative;
	list-style: none;
}
.main-menu .navigation li:first-child{

}
.main-menu .navigation li::before {

}
.main-menu .navigation li:last-child:before {
    display: none;
}
.main-menu .navigation li a {
    position: relative;
    color: #282828;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    opacity: 1;
    padding: 43px 20px 31px 20px;
    transition: all 300ms ease;
}
.main-menu .navigation > li:hover > a, 
.main-menu .navigation > li.current > a {
    color: #3ed1b7;
    opacity: 1;
}


.main-menu .navigation > li > ul {
    padding: 30px 20px;
    display: block;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.main-menu .navigation > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.main-menu .navigation > li > ul > li {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: block;
}
.main-menu .navigation > li > ul li::before{
    display: none;
}
.main-menu .navigation li ul li a {
    color: #252525;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 14px 0px 14px 20px !important;
    position: relative;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}
.main-menu .navigation li ul li a:after{
    display: none;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #fff;
    background-color: #3ed1b7;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
	background: url('../../images/submenu-icon.png') center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}

.mainmenu-right-box {
    margin-left: 20px;
}
@media only screen and (max-width: 767px) {
    .mainmenu-right-box {
    margin-left: 0;
    position: absolute;
    right: 15px;
    top: 62px;
    z-index: 999;
}
.header-right.pull-right {
    float: none !important;
}  
.mainmenu-right-box {
    margin-left: 0;
    position: absolute;
    right: 15px;
    top: 62px;
    z-index: 999;
}   
   
.main-menu {
    display: inline-block;
    float: right !important;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 5;
    width: 100%;
	margin-top: -37px;
}
.main-menu .navigation li {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}   
.main-menu .collapse {
    border: none;
    border-radius: 0px !important;
    float: none;
    margin: 0;
    /*max-height: 300px;*/
    overflow: auto;
    padding: 0;
    width: 100%;
}    
.main-menu .collapse.in, 
.main-menu .collapsing {
    border: none;
    border-radius: 0px;
    margin: 0 0 30px;
    padding: 0;
    border-top: none;
}    
.main-menu .navbar-header {
    position: relative;
    float: none;
    display: block;
    text-align: right;
    width: 100%;
    padding: 5px 0px 15px;
    right: 0px;
    z-index: 12;
}      
.main-menu .navbar-header .navbar-toggle {
    border: 1px solid #e7e7e7;
    display: inline-block;
    float: right;
    margin: 0;
    z-index: 7;
    width: 45px;
    height: 42px;
    border-radius: 0;
}   
.main-menu .navbar-header .navbar-toggle .icon-bar {
  background: #e7e7e7 none repeat scroll 0 0;
  font-weight: 700;
}   
.main-menu .navbar-collapse > .navigation {
	background: #007baf;
	float: none !important;
	margin: 3px 0 !important;
	width: 100% !important;
	padding:0;
}        
.main-menu .navbar-collapse > .navigation > li{
  margin:0px !important;
  float:none !important;
  width:100%;
  padding: 0;
} 
  
.main-menu .navbar-collapse .navigation li::before {
    background: none;
    position: static;
}  
.main-menu .navbar-collapse .navigation li.dropdown > a:after{
    display:none !important;
} 
.main-menu .navbar-collapse .navigation li a:after {
    display: none;
}
    
.main-menu .navbar-collapse > .navigation > li > a{
  padding:10px 10px !important;
}     
.main-menu .navbar-collapse > .navigation > li > ul,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
	position:relative;
	border:none;
	float:none;
	visibility:visible;
	opacity:1;
	display:none;
	margin:0px;
	left:auto !important;
	right:auto !important;
	top:auto !important;
	width:100%;
	background: none;
	border-radius:0px;
	-webkit-border-radius:0px;
	-ms-border-radius:0px;
	-o-border-radius:0px;
	-moz-border-radius:0px;
	transition:none !important;
	-webkit-transition:none !important;
	-ms-transition:none !important;
	-o-transition:none !important;
	-moz-transition:none !important;
}    
.main-menu .navbar-collapse > .navigation > li > ul,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul{
	border-top: 0px solid rgba(255,255,255,1) !important;	
}
    
.main-menu .navbar-collapse > .navigation > li,
.main-menu .navbar-collapse > .navigation > li > ul > li,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li{
    border-top: 1px solid #353b88 !important;
    opacity:1 !important;
    top:0px !important;
    left:0px !important;
    visibility:visible !important;
}
.main-menu .navbar-collapse > .navigation > li > a,
.main-menu .navbar-collapse > .navigation > li > a, 
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
    padding: 10px 10px !important;
    line-height: 22px;
    color: #ffffff;
    background: #3d4394;
    text-align: left;
}
.main-menu .navbar-collapse > .navigation > li > ul > li > a {
    padding: 10px 20px !important;
    line-height: 22px;
    color: #ffffff;
    background: #353a85;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}   

.main-menu .navbar-collapse > .navigation > li > a:hover,
.main-menu .navbar-collapse > .navigation > li > a:active,
.main-menu .navbar-collapse > .navigation > li > a:focus{
    background:#ffd700;
} 
.main-menu .navbar-collapse > .navigation > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navbar-collapse > .navigation > li.current > a{
    background:#161616;
    color:#ffffff !important;
}        
.main-menu .navbar-collapse > .navigation li.dropdown .dropdown-btn{
    display:block;
}
    
} 

/*header text center*/

@media (min-width:1030px) {
.header-content {
	padding:180px 0 200px 0;
}
.header-contentc {
	padding:60px 0 20px 0;
}
.main-menu .navigation > li > ul > li {
	border-bottom: 1px solid #eee;
}
}
@media (max-width:1029px) {
.main-menu .navigation > li > ul > li {
	border-bottom: 1px solid #2e3275;
}
.header-content {
	padding:20px 0;
}
}
.header-content p {
	color: #f2f2f2;
	font-size: 20px;
	font-weight: 500;
	line-height:24px;
	text-transform: uppercase;
}

.header-content h1{
	color: #222;
	font-size: 60px;
	font-weight: 700;
	line-height:81px;
	padding-bottom:30px;
}
@media (max-width:560px) {
.header-content h1{
	font-size: 40px;
	font-weight: 700;
	line-height:51px;
}
}

.header-contentc p {
	color: #f2f2f2;
	font-size: 20px;
	font-weight: 500;
	line-height:24px;
	text-transform: uppercase;
}

.header-contentc h1{
color: #222;
	font-size: 60px;
	font-weight: 700;
	line-height:81px;
	padding-bottom:30px;
}
@media (max-width:560px) {
.header-contentc h1{
	font-size: 40px;
	font-weight: 700;
	line-height:51px;
}
}


.btn-rs {
border-radius: 100px;
border:1px solid #37bba4;
background:#37bba4;
padding:18px 33px 18px 33px;
transition: all 200ms ease-in 0s;
color:#fff;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
}
.btn-rs:hover {
background:#3ed1b7;
color:#fff;
transition: all 200ms ease-in 0s;
border:1px solid #3ed1b7;
}

.btn {transition: all 200ms ease-in 0s;}
.btn:hover {
background:#3ed1b7;
color:#fff;
transition: all 200ms ease-in 0s;
border:1px solid #3ed1b7;
}

/**/

.btn-cta {
border-radius: 2px;
border:1px solid #f5f5f5;
background:#f7f7f7;
padding:14px 30px;
transition: all 200ms ease-in 0s;
color:#041021;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
width:185px;
}
.btn-cta:hover {
background:#252525;
color:#fff;
transition: all 200ms ease-in 0s;
border:1px solid #252525;
}

.header-content-white {
	padding:150px 0 150px 0;
}
.header-content-white p {
color: #000000;
font-size: 15px;
font-weight: 500;
line-height:24px;
text-align: left;
text-transform: uppercase;
}

.header-content-white h1{
color: #000;
font-size: 37px;
font-weight: 600;
line-height:47px;
padding-bottom:30px;
}

.header-content-white .btn-rs {
border-radius: 100px;
border:1px solid #fff;
background:#fff;
padding:18px 33px 18px 33px;
transition: all 200ms ease-in 0s;
color:#222;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
}
.header-content-white .btn-rs:hover {
background:#3ed1b7;
color:#fff;
transition: all 200ms ease-in 0s;
border:1px solid #3ed1b7;
}

/***** Booking *****/


@media (min-width:561px) {
#booking-section .form-container {
	padding: 80px 60px;
}
}

@media (min-width:751px) {
#booking-section .form-container {
	box-shadow:0 0px 15px 0 rgba(0, 0, 0, 0.06);
}
}
#booking-section .form-container {
	margin-top:-150px!important;
}
#booking-section .form-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	background:#fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#booking-section .form-container h2 {
font-size: 38px;
line-height: 50px;
font-weight: 600;
color:#282828;
}
@media (max-width:560px) {
#booking-section .form-container {
	padding: 40px 20px;
}
.titlearea p {
	padding-left:10px;
	padding-right:10px;
	font-size:25px!important;
}
#parallax-background-testimonial blockquote {
	font-size:12px;
}

}


/**/

.space-bottom-large {padding:15px 0;}

/**/
@media (min-width:1025px) {
#header{
	position: fixed;
	transition: all 500ms ease 0s;
}
}
#header.sticky {
height: 80px;
line-height: 80px;
background:#fff;
top:0px;
left:0;
z-index:99!important;
transition: all 500ms ease 0s;
}

.blog-section {
	padding:85px 0;
}
.attractions-carousel2 {
	padding:15px 0;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
top: 0;
bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
padding: 0;
}


.owl-theme .owl-nav  {
text-align:right;
}
.blog-section {border-top:1px solid #eee;}

/***** room single *****/

#header-background-room::before {
background-color: rgba(0, 0, 0, 0.3);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#header-background-room {
position: relative;
background: url('../../images/inner-header.jpg') no-repeat scroll bottom center / cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

/**/


#header-background-contact::before {
background-color: rgba(0, 0, 0, 0.3);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#header-background-contact {
position: relative;
background: url('../../images/contact-section.jpg') no-repeat scroll bottom center / cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

/**/

/**/
.page-title {padding:100px 7% 50px 7.5%;}
.page-title p {
color: #f2f2f2;
font-size: 14px;
font-weight: 400;
line-height:24px;
text-transform: capitalize;
}

.page-title h1{
color: #f2f2f2;
font-size: 30px;
font-weight: 600;
line-height:36px;
text-transform: uppercase;
padding-bottom:5px;
}

.breadcrumb-area {
background: #f7f7f7 none repeat scroll 0 0;
height: 155px;
padding-top: 55px;
}
.breadcrumb-area h1 {
color: #3d3d3d;
font-size: 40px;
font-weight: 700;
text-transform: capitalize;
}
.breadcrumb-botton-area {
border-bottom: 1px solid #f0f0f0;
padding: 13px 0 7px;
}
.breadcrumb-botton-area .left {
}
.breadcrumb-botton-area .left ul {
display: inline-block;
margin-left: -2px;
margin-right: -2px;
overflow: hidden;
margin:6px 0!important;
padding-left: 0;
}
.breadcrumb-botton-area .left ul li {
color: #3ed1b7;
display: inline-block;
font-size: 14px;
font-weight: 700;
margin: 0 2px;
text-transform: uppercase;
}
.breadcrumb-botton-area .left ul li a {
color: #3d3d3d;
transition: all 500ms ease 0s;
}
.breadcrumb-botton-area .left ul li a:hover {
color: #3ed1b7;
}
.breadcrumb-botton-area .right {
}
.breadcrumb-botton-area .right a {
color: #252525;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
transition: all 500ms ease 0s;
}
.breadcrumb-botton-area .right a i {
display: inline-block;
padding-right: 10px;
}
.breadcrumb-botton-area .right a:hover {
color: #252525;
}

#room-single-section .tab {padding:50px 0;}
#room-single-section {padding:85px 0;}
#room-single-section h2 {border-bottom:1px solid #f5f5f5; padding-bottom:10px; line-height:25px;font-size:17px;color: #252525;font-weight:600; padding-top:80px;}

.room-extra-service .col-lg-2 {border-right:1px solid #f5f5f5; padding:10px;}
.center {text-align:center;}

/***** aminities *****/
#aminities-section {padding:85px 0;}
#aminities-section h2 {border-bottom:1px solid #f5f5f5; padding-bottom:10px; line-height:25px;font-size:17px;color: #252525;font-weight:600;}

.room-style-section {padding:85px 0;}
.contact-section {padding:85px 0;}
.restaurant-section {padding:85px 0;}
.space-list {margin-bottom:45px;}

.contact-text {padding:20px 35px; background:#f5f5f5; border:1px solid #efefef; border-radius:3px;}
.contact-text-right {transition: all 500ms ease 0s;padding:20px 35px; background:#efefef; border:1px solid #f8f8f8; border-radius:3px;}
.contact-text-right p {
color: #999999;
font-size: 14px;
font-weight: 400;
line-height: 27px;
padding-bottom: 8px;
}
.contact-text-right h2::after {
background: #252525 none repeat scroll 0 0;
content: "";
display: block;
height: 2px;
margin-top: 13px;
width: 60px;
}
.contact-text-right h2 {font-size:18px;color:#252525;font-weight:600;padding-bottom:11px;}
.contact-text-right:hover {background:#252525;transition: all 500ms ease 0s; border:1px solid #252525; }
.contact-text-right:hover p {color:#f5f5f5;}
.contact-text-right:hover h2 {color:#f5f5f5;}
.contact-text-right:hover h2::after{background:#f5f5f5;}

.contact-text:hover {background:#252525;transition: all 500ms ease 0s;border:1px solid #252525;}
.contact-text:hover p {color:#f5f5f5;}
.contact-text:hover h2 {color:#f5f5f5;}
.contact-text:hover h3 {color:#f5f5f5;}
.contact-text:hover span {color:#f5f5f5;}
.contact-text:hover h2::after{background:#f5f5f5;}

.contact-text h2::after {
background: #252525 none repeat scroll 0 0;
content: "";
display: block;
height: 2px;
margin-top: 13px;
width: 60px;
}
.contact-text h2 {font-size:18px;color:#252525;font-weight:600;}
.contact-info-list h3 {
color: #999999;
font-size: 14px;
font-weight: 400;
line-height: 24px;

}
.contact-info-list span {
color: #3d3d3d;
font-weight: 600;
text-transform: uppercase;

font-size:14px;
}
.contact-info-list {list-style: outside none none;padding-left:0;}


/**/

.tab{
margin-top: 30px;
}
.tab .nav-tabs{
border:none;
border-bottom: 1px solid #e4e4e4;
}
.nav-tabs li a{
padding: 15px 40px;
border:1px solid #252525;
border-top: 2px solid #252525;
border-right: 0px none;
background: #252525;
color:#fff;
border-radius: 0px;
margin-right: 0px;
font-weight: 600;
transition: all 0.3s ease-in 0s;
}
.nav-tabs li a:hover{
border-bottom-color: #3ed1b7;
border:1px solid #3ed1b7;
border-top: 2px solid #3ed1b7;
border-right: 0px none;
background: #3ed1b7;
color: #fff;
}
.nav-tabs li a i{
display: inline-block;
text-align: center;
margin-right:10px;
}
.nav-tabs li:last-child{
border-right:1px solid #ededed;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover{
border-top: 3px solid #3ed1b7;
border-right: 1px solid #d3d3d3;
margin-top: -15px;
color: #252525;
padding: 22px 40px;
}
.tab .tab-content{
padding: 50px 25px;
line-height: 22px;
border-top:0px solid #ededed;
border-bottom:1px solid #ededed;
border-left:1px solid #ededed;
border-right:1px solid #ededed;
}
.tab .tab-content h3{
margin-top: 0;
}
@media only screen and (max-width: 767px){
.nav-tabs li{
width:100%;
margin-bottom: 10px;
}
.nav-tabs li a{
padding: 15px;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover{
padding: 15px;
margin-top: 0;
}
}
 
/***** form style *****/

/*ask*/
.has-error input {
border-color: #a94442!important;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-error textarea {
border-color: #a94442!important;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
#ContactForm button:hover {
background-color: #fff;
color: #3ed1b7;
}
#ContactForm button{
background-color: #3ed1b7;
border: 2px solid #3ed1b7;
border-radius: 2px;
color: #fff;
display: block;
font: 700 15px/1.6em "",sans-serif;
margin-bottom: 22px;
margin-top: 20px;
padding: 12px 30px;
transition: all 0.3s ease 0s;
width: 170px;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
background-color: #3ed1b7;
border: 2px solid #3ed1b7;
border-radius: 2px;
color: #fff;
display: block;
font: 700 15px/1.6em "",sans-serif;
margin-bottom: 22px;
margin-top: 20px;
padding: 12px 30px;
transition: all 0.3s ease 0s;
width: 170px;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
background-color: #fff;
color: #3ed1b7;
}

.form-style{
 
}
.form-style-heading{
font-weight: bold;
font-style: italic;
border-bottom: 2px solid #ddd;
margin-bottom: 10px;
font-size: 15px;
padding-bottom: 3px;
}
.form-style label{
display: block;
margin: 0px 0px 15px 0px;
}
.form-style label > span{
width: 100px;
font-weight: bold;
float: left;
padding-top: 8px;
padding-right: 5px;
}
.form-style span.required{
color:red;
}
.form-style .tel-number-field{
width: 40px;
text-align: center;
}
.form-style  .long{
width: 120px;
}
.form-style input.input-field{
width: 100%;

}
#ContactForm input{
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out; 
border: 2px solid #e1e1e1;
box-shadow: 1px 1px 4px #fff;
-moz-box-shadow: 1px 1px 4px #fff;
-webkit-box-shadow: 1px 1px 4px #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 7px;
outline: none;
color: #727272;
font-size:14px;

font-weight:500;
height:45px;
}
#ContactForm textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out; 
border: 2px solid #e1e1e1;
box-shadow: 1px 1px 4px #fff;
-moz-box-shadow: 1px 1px 4px #fff;
-webkit-box-shadow: 1px 1px 4px #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 7px;
outline: none;
color: #727272;
font-size:14px;

font-weight:500;
height:200px;
}
.form-control::-moz-placeholder {color:#727272;}
.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
.form-style .select-field{
 
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out; 
border: 2px solid #e1e1e1;
box-shadow: 1px 1px 4px #fff;
-moz-box-shadow: 1px 1px 4px #fff;
-webkit-box-shadow: 1px 1px 4px #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 7px;
outline: none;
color: #bababa;
font: 400 15px/1.6em "Raleway",sans-serif;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
 
}
.form-style .textarea-field{
height:100px;
width: 100%;
}

.form-style .success{
background: #D8FFC0;
padding: 5px 10px 5px 10px;
margin: 0px 0px 5px 0px;
border: none;
font-weight: bold;
color: #2E6800;
border-left: 3px solid #2E6800;
}
.form-style .error {
background: #FFE8E8;
padding: 5px 10px 5px 10px;
margin: 0px 0px 5px 0px;
border: none;
font-weight: bold;
color: #FF0000;
border-left: 3px solid #FF0000;
}

/**** *Service *****/
.service-box{
position: relative;
overflow: hidden;
margin-bottom:30px;
perspective:1000px;
-webkit-perspective:1000px;
}
.service-icon{
width: 100%;
height: 220px;
padding: 20px;
text-align: center;
transition: all .5s ease;
}

.service-content{
position: absolute;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
width: 100%;
height: 220px;
padding: 20px;
text-align: center;
transition: all .5s ease;
background-color: #252525;
backface-visibility:hidden;
transform-style: preserve-3d;
-webkit-transform: translateY(110px) rotateX(-90deg);
-moz-transform: translateY(110px) rotateX(-90deg);
-ms-transform: translateY(110px) rotateX(-90deg);
-o-transform: translateY(110px) rotateX(-90deg);
transform: translateY(110px) rotateX(-90deg);
}
.service-box .service-icon .front-content{
position: relative;
top:80px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
font-size: 28px;
color: #fff;
font-weight: normal;
}

.service-box .service-icon .front-content h3 {
font-size: 15px;
color: #fff;
text-align: center;
margin-bottom: 15px;
text-transform: uppercase;
}
.service-box .service-content h3 {
font-size: 15px;
font-weight: 600;
color: #fff;
margin-bottom:10px;
text-transform: uppercase;

}
.service-box .service-content p {
font-size: 14px;
color: #f7f7f7;
margin:0;

font-weight:400;
}
.yellow{background-color: #ffc000;}
.orange{background-color: #fc7f0c;}
.red{background-color: #e84b3a;}
.grey{background-color: #252525;}
.service-box:hover .service-icon{
opacity: 0;
-webkit-transform: translateY(-110px) rotateX(90deg);
-moz-transform: translateY(-110px) rotateX(90deg);
-ms-transform: translateY(-110px) rotateX(90deg);
-o-transform: translateY(-110px) rotateX(90deg);
transform: translateY(-110px) rotateX(90deg);
}
.service-box:hover .service-content {
opacity: 1;
-webkit-transform: rotateX(0);
-moz-transform: rotateX(0);
-ms-transform: rotateX(0);
-o-transform: rotateX(0);
transform: rotateX(0);
}
/**/

.single-testimonial-item {margin-bottom: 50px;}
.single-testimonial-item .testimonial {
border: 2px solid #eee;
display: block;
padding: 17px 18px 20px;
position: relative;
transition: all 500ms ease 0s;
}
.single-testimonial-item .testimonial::before {
border-left: 20px solid #eee;
border-right: 16px solid transparent;
border-top: 16px solid transparent;
bottom: -27px;
content: "";
height: 15px;
left: 0;
position: absolute;
transform: rotate(88deg);
transition: all 500ms ease 0s;
width: 15px;
}
.single-testimonial-item .testimonial p {
font-size: 14px;
font-style: italic;
line-height: 26px;
font-weight:400;
margin: 0;
}
.single-testimonial-item .client-info {
margin-top: 30px;
}
.single-testimonial-item .client-info .img-box  img {border-radius:100%; border:1px solid #eee; background:#f7f7f7;}
.single-testimonial-item .client-info .img-box {
border: 2px solid transparent;
transition: all 500ms ease 0s;
width: 80px;
}
.single-testimonial-item .client-info .img-box, .single-testimonial-item .client-info .title-box {
display: table-cell;
vertical-align: top;
}
.single-testimonial-item .client-info .title-box {
padding-left: 20px;
}
.single-testimonial-item .client-info .title-box h4 {
color: #252525;
font-size: 16px;
font-weight: 700;
margin: 0 0 4px;
text-transform: uppercase;
}
.single-testimonial-item .client-info .title-box p {
color: #3ed1b7 ;
margin: 0;
}
.single-testimonial-item:hover p{
color: #fff ;
transition: all 500ms ease 0s;
}
.single-testimonial-item:hover .testimonial {
border-color: #3ed1b7 ;
background:#3ed1b7 ;
transition: all 500ms ease 0s;
}
.single-testimonial-item:hover .testimonial::before {
border-left-color: #3ed1b7 ;
transition: all 500ms ease 0s;
}

/**/

.services-v2 {
background-color: #fff;
margin-bottom: 30px;
padding: 50px 40px;
transition: all 500ms ease 0s;
border:2px solid #eee;
}

.services-v2 h4 {text-align:center;transition: all 500ms ease 0s;}
.services-v2 a {text-align:center; color:#252525; font-weight:600; font-size:20px;transition: all 500ms ease 0s;}
.services-v2 p {text-align:center;color:#6b6b6b;font-weight:400; font-size:14px;transition: all 500ms ease 0s;}
.services-v2  i {text-align:center; color:#3ed1b7; font-size:27px; border:1px solid #eee; border-radius:100%; padding:15px;width:60px; height:60px;margin:0 auto 10px auto;display: block;transition: all 500ms ease 0s;}
.services-v2:hover p, .services-v2:hover a, .services-v2:hover h4 {color:#fff;transition: all 500ms ease 0s;}
.services-v2:hover i {background:#fff;border:1px solid #fff;transition: all 500ms ease 0s;}
.services-v2:hover {
background-color: #3ed1b7;
transition: all 500ms ease 0s;
border:2px solid #3ed1b7;
}

/**/

.list-items .list-item h3 {
font-size: 15px;
font-weight: 600;
line-height: 22px;
text-transform: none;

color:#252525;
}
.list-items .list-item {
 border-bottom: 1px dotted #ccc;
}
 
.list-items .list-item span {
font-size: 15px;
font-weight: 600;

color:#252525;
line-height:80px;
}
.list-items .list-item p {
font-size: 14px;
font-weight: 400;

color:#6b6b6b;
margin-top: 5px;
}
.list-items .list-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
}

/**/

#aboutus.content {background: #fff;padding: 85px 0px;}
#aboutus.content h3 {
color:#252525;
font-size: 25px;
font-weight: 600;
padding:0 0 5px 0px;
line-height:46px;
text-transform: uppercase;
}
#aboutus .single-content{padding-right:5%;}
#aboutus.content h3  span {color:#3ed1b7;}

/**/
.padding-space {margin-top: 30px;}

.vegas-animation-kenburns {
animation: kenburns ease-out;
}

@keyframes kenburns {
0% {
transform: scale(1.5);
}
100% {
transform: scale(1);
}
}

/**/

#return-to-top {
position: fixed;
bottom: 20px;
right: 20px;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.7);
width: 50px;
height: 50px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index:99;
}
#return-to-top i {
color: #fff;
margin: 0;
position: relative;
left: 16px;
top: 13px;
font-size: 19px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#return-to-top:hover {
background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
color: #fff;
top: 5px;
}

#cta {
background:#3ed1b7; padding:80px 0;
}

#cta h4 {
font-size:15px;  font-weight:600; text-transform:uppercase; color:#f5f5f5; line-height:25px; }

@media (min-width:850px) {
#cta h4 {text-align:left;}
.text-right {margin:auto 0 auto auto; display:block;}
}
@media (max-width:849px) {
#cta h4 {text-align:center;}
.text-right {margin:auto; display:block;}
}
/***** Sidebar *****/
.sidebar-right {
background-color: #fff;
margin-bottom: 30px;
border: 1px solid #eee;
padding: 30px;
}
.sidebar-right h2::after {
background: #252525 none repeat scroll 0 0;
content: "";
display: block;
height: 2px;
margin-top: 13px;
width: 60px;
}
.sidebar-right h2 {
color: #252525;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
margin-bottom:20px;
}
.readmore {font-weight:600;}
.readmore::after {
content: "\f0da";
display: inline-block;
font-family: FontAwesome;
font-weight: 400;
margin-left: 10px;
max-width: 10px;
width: 10px;
transition: all 0.3s ease;
} 
.readmore:hover::after  {margin-left: 15px;transition: all 0.3s ease;}

/**/

.sidebar-right ul{padding-left:0px; margin-left:0;list-style:none;}
.sidebar-right li a {color:#6b6b6b;font-size:15px; font-weight:600; line-height:27px;text-transform:capitalize;transition: all 0.3s ease;}

.sidebar-right ul a::before {
background: #e1e1e1 none repeat scroll 0 0;
content: "";
display: inline-block;
height: 2px;
margin-right: 12px;
transition: all 0.15s ease-out 0s;
vertical-align: middle;
width: 8px;transition: all 0.3s ease;
}
.sidebar-right ul a:hover {
color: #252525;transition: all 0.3s ease; padding-left:5px;
}
.sidebar-right ul a:hover::before {
margin-right: 8px;transition: all 0.3s ease;
width: 12px;
}


/***** footer *****/
footer {
background: #1e1e1e none repeat scroll 0 0;
position: relative;

}
.widget.about-us-widget p {
color: #f7f7f7;
font-size: 15px;
line-height: 26px;
font-weight:500;
}

.widget.about-us-widget a:hover {
color: #fff;
}
.widget.about-us-widget ul {
margin: 0;
padding: 0;
}
.widget.about-us-widget ul li:first-child {
padding-left: 0;
}
.widget.about-us-widget ul li {
display: inline-block;
list-style: outside none none;
padding: 10px 9px;
}
.widget.about-us-widget ul li a {
color: #7c7c7c;
font-size: 1.5em;
padding: 0;
}
.widget.about-us-widget ul li a:hover {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #3ed1b7;
}


/**/
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons > li {
  display: inline-block;
  margin: 5px 7px;
}
ul.social-icons > li:last-child {
	border-right: 1px solid #eee;
}
ul.social-icons > li {
    border-left: 1px solid #eee;
    text-align: center;
	margin: 0;
	padding:4px 0px;
	width:40px;
}
ul.social-icons > li a {
	color:#aaa;
}
ul.social-icons > li:hover {
	background:#f6f6f6;
}
ul.social-icons > li:hover a{
	color:#3ed1b7!important;
}
/**/
.feature-box {
	text-align:center;
}
.feature-box i {
	font-size:48px;
	color: #3ed1b7;
}		
.feature-box .name{
	font-weight: 500;
	font-size: 19px;
	color: #252525;
	padding:6px 0 5px 0;
	transition: all 0.3s ease 0s;
}			
.feature-box:hover i {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/**/
.feature-box2 {
	text-align:center;
	background:#fff;
	border-top:1px solid #eee;
	border-bottom:2px solid #3ed1b7;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	transition: all 500ms ease 0s;
	padding:0 35px;
	margin-bottom:30px;
}
.feature-box2:hover {
	transition: all 500ms ease 0s;
	box-shadow: 0px 0px 30px 0px rgba(62, 209, 153, 0.15);
	z-index:9;
	background:#fff;
	border:1px solid #3ed1b7;
}
.feature-box2 i {
	font-size:38px;
	color: #fff;
	background:#3ed1b7;
	padding:20px;
	border-radius:100%;
	margin-top:50px;
	width: 80px;
	height: 80px;
	line-height: 40px;
}		
.feature-box2 .name{
	font-weight: 500;
	font-size: 19px;
	color: #252525;
	padding:15px 0 5px 0;
	transition: all 0.3s ease 0s;
}			
.feature-box2:hover .name {
	transition: all 0.3s ease 0s;
	opacity:0;
}
.feature-box2 .description {
	transition: all 0.3s ease 0s;
	margin-bottom:50px;
}
.feature-box2:hover .description {
	transition: all 0.3s ease 0s;
	margin-top:-25px;
	padding-bottom:25px;
}
.feature-box2:before{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #3ed1b7;
	position: relative;
	opacity: 0;
	margin-top:-3px;
	transition: all 0.5s ease 0s;
	left: 40px;
}
.feature-box2:after{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #3ed1b7;
	position: relative;
	opacity: 0;
	margin-bottom:-3px;
	left: 40px;
	transition: all 0.5s ease 0s;
}

.feature-box2:hover:before,
.feature-box2:hover:after{
	left: 0px;
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.feature-box2::after {
    content: '';
    display: table;
    clear: both;
}
#service-section,
#booking-section,
#portfolio-section,
#blog-section,
#social-section {
	background-color: #f6fcfd;
}
#blog-section {
	padding:80px 0;
}
#social-section {
	padding:0px;
}
#booking-section{
	padding:80px 0;
}
@media (max-width:560px) { 

}
/**/
.titlearea.white p {
	color:#fff;
}
.titlearea h3 {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	text-transform:uppercase;
}
.titlearea p {
	font-weight: 600;
	font-size: 32px;
	line-height: 43px;
	color: #252525;
}
.titlearea p::after {
    background: url(../../images/theme-title.png) center center no-repeat;
    content: "";
    display: block;
    width: 87px;
    height: 20px;
    left: 0px;
    margin: 10px auto;
}
.space80 {
	height:80px;
}
.space50 {
	height:50px;
}
.space40 {
	height:40px;
}
.space30 {
	height:30px;
}
.space20 {
	height:20px;
}
/**/


.work_all_item .mix {
  display: none;
}
.our_work_menu {
  margin-bottom: 50px;
}

.our_work_menu ul{
	list-style-type: none;
	padding: 0;
	text-align: center;
}
.our_work_menu ul li{
	border-bottom: 1px solid transparent;
	color: #727272;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 0 18px;
	padding: 9px 0;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	text-align:center;
}
.our_work_menu ul li:hover, .our_work_menu ul li.active{
	border-color: #3ed1b7 ;
	color:#3ed1b7;
}
#our_work .grid-item{
	margin-top: 30px;
}

.single_our_work{
	margin-bottom: 0px;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.sing_work_photo{
	position: relative;
}

.single_our_work img{
	width: 100%;
	transition: all 0.2s ease 0s;
}

.single_our_work figure{
	margin-bottom: 0;	
}
.sing_work_text_link{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #fff;
	background: rgba(0,0,0, 0.5) none repeat scroll 0 0;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
}
.sing_work_content_wrap{
	display: table;
	height: 100%;
	width: 100%;
}
.sing_work_content{
	display: table-cell;
	vertical-align: middle;
}
.sing_work_text_link h4{
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 21px;
	text-transform: uppercase;
}
.single_our_work:hover .sing_work_text_link h4{
	animation: fadeInDown 700ms ease-in-out;
}
.single_our_work:hover .sing_work_text_link p{
	animation: fadeInDown 900ms ease-in-out;
}
.sing_work_text_link p{
	margin: 0 0 10px;
}
.sing_link_img a i.fa{
	font-size: 14px;	
}
.sing_link_img a{
	background: #3ed1b7 none repeat scroll 0 0;
	border: 1px solid #3ed1b7;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 39px;
	transition: all 0.3s ease 0s;
	width: 40px;	
}
.sing_link_img a:hover{	
	background: #fff none repeat scroll 0 0;
	border-color: #fff;
	color: #333;
}
.sing_link_img a.search{
	margin-right: 16px;
}
.single_our_work:hover  .sing_link_img a.search{
	animation: slideInUp 800ms ease-in-out;
}
.single_our_work:hover  .sing_link_img a.link{
	animation: slideInUp 800ms ease-in-out;
}
.single_our_work:hover{
	background: #32c5d2;
	color: #fff;
}
.single_our_work:hover .sing_work_text_link{
	opacity: 1;
	visibility: visible;
	transform: scale(1.1);
}
.portfolio_btn { padding-top: 20px }

.work_all_item .col-md-3,
.work_all_item .col-sm-6,
.work_all_item .col-xs-12 {
	padding:0px;
}
.nopadding.container-fluid {
	padding:0px !important;
	color: #000;
}
.nosp.col-md-3,
.nosp.col-sm-6,
.nosp.col-xs-12 {
	padding-right:0!important;
	padding-left: 0!important;
}
.abtus {
	border-bottom:2px solid transparent;
	padding: 80px 65px 55px 65px;
	transition: all 0.5s;
}
.abtus:hover {
	border-bottom:2px solid rgba(62,209,183,0.94);
	transition: all 0.5s;
}


.abtus .title {
	font-weight: 600;
	font-size: 20px;
	line-height:31px;
	transition-delay: 0.1s;
	transition-duration: 0.2s;
}
.abtus .description {
	font-size: 14px;
	line-height:25px;
}
.box {
	cursor: pointer;
	height: 294px;
	position: relative;
	overflow: hidden;
	width: auto;
}
.box img {
	display: flex;
	position: absolute;
	left: 0;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	width:100%;
}
.box .overbox {
	background-color:rgba(62,209,183,0.94);
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 0;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 81px 40px 80px 40px;
}
.box:hover .overbox {
	opacity: 1;
}
.box .overtext {
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}
.box .title-box {
	font-size: 20px;
	line-height:31px;
	text-transform: capitalize;
	opacity: 0;
	transition-delay: 0.1s;
	transition-duration: 0.2s;
}
.box:hover .title-box,
.box:focus .title-box {
	opacity: 1!important;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.box .description-box {
	font-size: 14px;
	line-height:25px;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
}
.box:hover .description-box,
.box:focus .description-box {
	opacity: 1!important;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

/**/
.single-team {
	border: 2px solid #eee;
	background:#fff;
	transition: all 500ms ease 0s;
}
.single-team img {
	width:100%;
}
.single-team:hover {
	box-shadow: 0px 30px 30px 0px rgba(88, 88, 88, 0.15);
	transition: all 500ms ease 0s;
}
.person-social {
	padding-left:20px;
}
.person-social > li {
	display: inline-block;
	margin: 0 2px;
}
.person-social > li > a, .person-social > li > a {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	border: 1px solid #eee;
	border-radius: 100%;
	padding: 5px;
	width: 30px;
	height: 30px;
	line-height: 20px;
	text-align: center;
}
.person-social > li > a:hover, .person-social > li > a:hover {
	background:#3ed1b7; 
	border:1px solid #3ed1b7;
	color:#fff;
}
.information {
	padding: 20px 20px 10px 20px;	
}
.information .name {
    text-align: left;
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 500;
}
.information .designation,
.information .mail {
	color: #7a7a7a;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}
.information .mail a {
	color: #7a7a7a;
	text-decoration:none;
}
/**/

.price-box {
	text-align:center;
}
.price-border-right {
	border-right: solid 1px #262626;
}
.price-border-left {
	border-left: solid 1px #262626;
}
.price-border-none {
	border-right: solid 1px transparent;
}

.price-symbol span {
	vertical-align: super;
	font-size: 16px;
}
.price-symbol {
	font-size:78px;
	line-height:1.2;
	color:#fff;
	font-weight:400;
}
.price-time {
	font-size:20px;
	line-height:21px;
	color:#f7f7f7;
	padding-top:20px;
	padding-bottom:20px;
}
.price-features li {
	color:#fff;
	line-height: 26px;
	list-style: none;
	padding:4px 0;
}
.price-features ul{
	padding-left:0;
	padding-right:0;
}
.price-footer {
	padding:20px 0;
}
.price-border-right {
    border-right: 1px solid #262626;
}
.price-border-left {
    border-right: 1px solid #262626;
}


.price-footer .btn-price {
	border-radius: 100px;
	border:1px solid #fff;
	background:#fff;
	padding:18px 33px 18px 33px;
	transition: all 200ms ease-in 0s;
	color:#222;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.price-footer .btn-price:hover {
	background:#3ed1b7;
	color:#fff;
	transition: all 200ms ease-in 0s;
	border:1px solid #3ed1b7;
}
/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #3ed1b7;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.left,
#quote-carousel .carousel-control.right {
	display:none;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    margin-right: -19px;
}
@media (min-width:561px) {
#quote-carousel .carousel-indicators {
    bottom: -0px;
}
}
@media (max-width:350px) {
#quote-carousel .carousel-indicators {
	bottom: -10px;
}
.carousel-indicators {
    position: absolute;
    left: 50%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -48%;
    text-align: center;
    list-style: none;
}
}
#quote-carousel .carousel-indicators li {
    width: 5px;
    height: 5px;
    margin:  5px 5px 5px 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #ffffff;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    border-color: #3ed1b7;
    opacity: 1;
    overflow: hidden;
}
#parallax-background-testimonial .carousel-inner {
    min-height: 300px;
}
#parallax-background-testimonial .item blockquote {
    border-left: none;
    margin: 0;
}
 

#parallax-background-testimonial .carousel-inner > .item {
	background:#fff;
	padding:40px 40px 60px 40px;
	border: 2px solid #eee;
	transition: all 0.5s ease 0s;
}
#parallax-background-testimonial .carousel-inner > .item:hover {
	border: 2px solid #3ed1b7;
	transition: all 0.5s ease 0s;
}
#parallax-background-testimonial .fa-quote-left {
    color: #3ed1b7;
    font-size: 48px;
	text-align:center;
	display:block;
}
/**/
.blog-box {
	background:#fff;
	margin-bottom: 30px;
	padding-bottom:20px;
}
.blog-box h3 a {

	color: #252525;
}
.blog-box h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	padding-right: 20px;
	color: #252525;
}
.blog-box p {
	padding-left: 20px;
	padding-right: 20px;
}
/**/
.socialbox, .socialbox .vs-icon,
.socialbox .fan-count {
	transition: all 0.2s ease 0s;
}
.socialbox {
	background: #f6fcfd;
	border-color: #eee;
	border-style: solid;
	border-width: 1px 0 0 1px;
	color: #aaa;
	margin: 0 -15px;
	padding: 55px 0;
	text-align: center;
}
.icon-facebook2::before {
	content: "\f09a";
}
.icon-twitter2::before {
	content: "\f099";
}
.icon-google-plus2::before {
	content: "\f0d5";
}
.icon-linkedin::before {
	content: "\f0e1";
}
.icon-dribbble::before {
	content: "\f17d";
}
.icon-mail::before {
	content: "\f0e0";
}
.vs-icon::before {
	font-family: FontAwesome;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
}
.socialbox .vs-icon {
	display: inline-block;
	font-size: 44px;
}
.socialbox .fan-count {
	color: rgba(0, 0, 0, 0.25);
	font-size: 12px;
	font-weight: 800;
	height: 0;
	line-height: 1.3;
	margin: 0;
	opacity: 0;
	transform: translateY(-20px);
	visibility: hidden;
}
.socialbox .fan-count > span {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: 400;
}
.socialbox:hover .vs-icon,
.touch .socialbox:active .vs-icon {
	color: #fff;
	transform: translateY(-20px);
}
.socialbox:hover .fan-count,
.touch .socialbox:active .fan-count {
	opacity: 1;
	visibility: visible;
}
.socialbox.sb-facebook:hover {
	background: #3b5998;
}
.socialbox.sb-twitter:hover {
	background: #00bdec;
}
.socialbox.sb-google-plus:hover {
	background: #d94a39;
}
.socialbox.sb-linkedin:hover {
	background: #37bba4;
}
.socialbox.sb-dribbble:hover {
	background: #f7659c;
}
.socialbox.sb-icon-mail:hover {
	background: #d94a39;
}
.socialbox h4 {
	font-weight: 800;
	color: #fff !important;
}

/**/
.socialbox-contact, .socialbox-contact .vs-icon-contact,
.socialbox-contact .fan-count-contact {
	transition: all 0.2s ease 0s;
}
.socialbox-contact {
	background: #f7f7f7;
	border-color: #eee;
	border-style: solid;
	border-width: 1px 0 0 1px;
	color: #aaa;
	margin: 0 -15px;
	padding: 55px 0;
	text-align: center;
}
.icon-facebook-contact::before {
	content: "\f09a";
}
.icon-twitter-contact::before {
	content: "\f099";
}
.icon-google-plus-contact::before {
	content: "\f0d5";
}
.icon-linkedin-contact::before {
	content: "\f0e1";
}
.icon-dribbble-contact::before {
	content: "\f17d";
}
.vs-icon-contact::before {
	font-family: FontAwesome;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
}
.socialbox-contact .vs-icon-contact {
	display: inline-block;
	font-size: 44px;
}
.socialbox-contact .fan-count-contact a {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: 400;
}
.socialbox-contact .fan-count-contact {
	color: rgba(0, 0, 0, 0.25);
	font-size: 12px;
	font-weight: 800;
	height: 0;
	line-height: 1.3;
	margin: 0;
	opacity: 0;
	transform: translateY(-20px);
	visibility: hidden;
}
.socialbox-contact .fan-count-contact > span {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: 400;
}
.socialbox-contact:hover .vs-icon-contact,
.touch .socialbox-contact:active .vs-icon-contact {
	color: #fff;
	transform: translateY(-20px);
}
.socialbox-contact:hover .fan-count-contact,
.touch-contact .socialbox-contact:active .fan-count-contact {
	opacity: 1;
	visibility: visible;
}
.socialbox-contact.sb-facebook-contact:hover {
	background: #3b5998;
}
.socialbox-contact.sb-twitter-contact:hover {
	background: #00bdec;
}
.socialbox-contact.sb-google-plus-contact:hover {
	background: #d94a39;
}
.socialbox-contact.sb-linkedin-contact:hover {
	background: #37bba4;
}
.socialbox-contact.sb-dribbble-contact:hover {
	background: #f7659c;
}
.socialbox-contact h4 {
	font-weight: 800;
	color: #fff !important;
}
/**/

#mc_embed_signup form {
	background:transparent;
	padding:0px!important;
}

#mc_embed_signup .mc-field-group input {
	padding: 9px 12px !important;
	border-radius: 2px !important;
	background: #252525;
	border: 2px solid #333 !important;
	font-size: 14px !important;
	margin: 15px 0 7px 0 !important;
}
#mc_embed_signup #mce-success-response {
    font-weight: 500;
    font-size: 12px;
}

.footer-copy ul.menu li {
    display: inline-block;
    margin: 0 10px;
}
@media (max-width:481px) {
.footer-copy p {
	text-align:center;
}
.footer-copy ul.menu {
	padding: 20px 0 0 0;
	text-align:center;
}
}
@media (min-width:640px) {
.footer-copy ul.menu {
	float:right;
}
}
.breadcrumb-area {
background: #f7f7f7 none repeat scroll 0 0;
height: 155px;
padding-top: 55px;
}
.breadcrumb-area h1 {
color: #3d3d3d;
font-size: 40px;
font-weight: 700;
text-transform: capitalize;
}
.breadcrumb-botton-area {
border-bottom: 1px solid #f0f0f0;
padding: 13px 0 7px;
}
.breadcrumb-botton-area .left {
}
.breadcrumb-botton-area .left ul {
display: inline-block;
margin-left: -2px;
margin-right: -2px;
overflow: hidden;
margin:6px 0!important;
padding-left: 0;
}
.breadcrumb-botton-area .left ul li {
color: #3ed1b7;
display: inline-block;
font-size: 14px;
font-weight: 700;
margin: 0 2px;
text-transform: uppercase;
}
.breadcrumb-botton-area .left ul li a {
color: #3d3d3d;
transition: all 500ms ease 0s;
}
.breadcrumb-botton-area .left ul li a:hover {
color: #3ed1b7;
}
.breadcrumb-botton-area .right {
}
.breadcrumb-botton-area .right a {
color: #252525;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
transition: all 500ms ease 0s;
}
.breadcrumb-botton-area .right a i {
display: inline-block;
padding-right: 10px;
}
.breadcrumb-botton-area .right a:hover {
color: #252525;
}

/**/

#header-title {
	background:#f7f7f7;
	padding:160px 0 80px 0;
}
#header-title h2 {
	color: #252525;
	font-weight: 500;
	letter-spacing: -0.03em;
	line-height: 1.3;
	text-transform: none;
	font-size: 45px;
	text-align: center;
	text-transform: capitalize !important;
}
.portfolio-description > h2 {
    color: #252525;
    text-transform: uppercase;
    font-size: 20px;
}
.portfolio-created h4,
.portfolio-tags h4 {
    color: #252525;
    text-transform: uppercase;
}
.portfolio-created,
.portfolio-tags  {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.btn-primary:hover{
    border-color: #222;
    background-color: #222;
}
.portfolio-description img {
	width:100%;
}
.btn-primary{
    border-color: #3ed1b7;
    background-color: #3ed1b7;
	transition: all 0.3s ease 0s;
	font-weight: 400;
	padding:14px 28px;
	color:#fff;
	border-radius:3px;
}
.portfolio-link {
	margin-top: 15px;
	padding-top: 15px;
}
.article-body {
    margin-bottom: 30px;
    padding: 5px 30px 20px 30px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
	background:#fff;
}
.article-body h2 {
	font-weight: 500;
	line-height: 1.2;
	color:#252525;
	font-size:22px;
	padding-top:15px;
}
.article-header a {
	font-weight: 500;
	line-height: 1.2;
	color:#252525;
	font-size:22px;

}
.article-intro-image img {
	border-radius: 3px 3px 0 0;
}
.pagination-centered {
    text-align: center;
}

.sidebar-box {
	background: #fcfcfc;
	border: 1px solid #f5f5f5;
	border-radius: 2px;
	margin-bottom: 20px;
	min-height: 20px;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.03);
	padding:0 25px;
}

.sidebar-box .title {
    font-size: 20px !important;
    color: #252525 !important;
    font-weight: 600 !important;
    line-height: 32px !important;
	padding:0 0 5px 0;
	border-bottom: 1px solid #f3f3f3;
	
}
.sidebar-box .latestnews li a {
	color: #252525;
	font-size:15px;
	line-height:26px;
}
.sidebar-box .latestnews li {
	list-style:none;
	border-bottom: 1px solid #f3f3f3;
	padding:10px 0 2px 0;
}
.sidebar-box .latestnews li:last-child {
	border-bottom: 0px solid #f3f3f3;
}
.sidebar-box .latestnews {
	padding-left:0 !important;
}
.sidebar-box .categories li a {
	color: #252525;
	font-size:15px;
	line-height:26px;
}
.sidebar-box .categories li {
	list-style:none;
	border-bottom: 1px solid #f3f3f3;
	padding:0;
}
.sidebar-box .categories li:last-child {
	border-bottom: 0px solid #f3f3f3;
}
.sidebar-box .categories {
	padding-left:0 !important;
}

.sidebar-box .tagscloud ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}
.sidebar-box .tagscloud ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
}
.sidebar-box .tagscloud ul li a {
	display: inline-block;
    transition: all 500ms ease 0s;
    background: #fff;
    border: 2px solid #eee;
    color: #727272 !important;
    font-size: 13px;
    border-radius: 100px;
    padding: 8px 14px;
}
.sidebar-box .tagscloud ul li a:hover {
	background: #3ed1b7;
	border: 2px solid #3ed1b7;
	color: #fff!important;
}
.sidebar-box .search input {
	border-radius: 2px;
	border: 1px solid #f5f5f5;
	height: 50px;
	padding: 20px;
	background-color: #fff;
}
.sidebar-box .search {
	padding:25px 0;
}
.breadcrumb li {
	color: #252525;
	font-size: 13px;
}
.breadcrumb li.active {
	color: #252525;
}
.grid-item.space {
	padding:5px;
}

.box-white {
    background: #fff;
    border: 10px solid #f5f5f5;
    padding: 40px 30px 20px 40px;
    border-radius: 2px;
    opacity: 0.9;
    transition: all 0.2s ease 0s;
}
.box-white:hover {
    opacity: 1;
    transition: all 0.2s ease 0s;
}

.box-white input {
    height: 45px;
    border: 2px solid #eee;
    border-radius: 1px;
    width: 100%;
	margin-bottom:15px;
}
.box-white textarea {
	margin-bottom:15px;
}
#ContactForm .col-md-4,
#ContactForm .col-md-6,
#ContactForm .col-md-12 {
	padding:0px 15px 0px 0px;
}
.white-text h1 {
	color:#fff;
}
.box-white-pc {
    background: #fff;
    border: 10px solid #f5f5f5;
    padding: 40px 30px 20px 40px;
    border-radius: 2px;
    opacity: 0.9;
    transition: all 0.2s ease 0s;
	width:100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.box-white-pc:hover {
    opacity: 1;
    transition: all 0.2s ease 0s;
}

.box-white-pc input {
    height: 45px;
    border: 2px solid #eee;
    border-radius: 1px;
    width: 100%;
	margin-bottom:15px;
}
.box-white-pc textarea {
	margin-bottom:15px;
}
/*slide*/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}


.fade-carousel .hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
	transform: translate3d(-50%,-50%,0);
}
.fade-carousel .hero h1 {
    font-size: 65px;    
    font-weight: 700;
    margin: 0;
    padding: 0;
	  z-index:99;
	  color: #282828;
    text-align: left;
    text-transform: capitalize;
}
.fade-carousel .hero p {
	font-size:15px;
	color:#444;
	line-height:26px;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s; 
    -ms-transition: 2s all ease-in-out .1s; 
    -o-transition: 2s all ease-in-out .1s; 
    transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s; 
    -ms-transition: 2s all ease-in-out .1s; 
    -o-transition: 2s all ease-in-out .1s; 
    transition: 2s all ease-in-out .1s;    
}

.fade-carousel .btn.btn-lg {padding: 10px 40px;}
.fade-carousel .btn.btn-hero,
.fade-carousel .btn.btn-hero:hover,
.fade-carousel .btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
	background-image: url('../../images/header.jpg')
}
.fade-carousel .slides .slide-2 {
	background-image: url('../../images/header.jpg')
}
.fade-carousel .slides .slide-3 {
	background-image: url('../../images/header.jpg')
}

@media screen and (min-width: 980px){
    .fade-carousel .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .fade-carousel .hero h1 { font-size: 4em; }    
}

body{
    line-height:1.7;
    margin:0px;
    color:#333;
}

h1{
    text-align:left;
    margin-bottom:10px;
}

h2{
    margin-top:35px;
    color:#111;
}

p{
    margin:10px 0;
}

ul{
    margin-left:20px;
}

.section{
    margin-bottom:25px;
}

.updated{
    text-align:left;
    color:#777;
    margin-bottom:40px;
}

.terms-container{
    max-width:1100px;
    margin:auto;
    padding:40px 80px;
}

/* GLOBAL */

body{
margin:0;
color:#333;
}

/* HEADER */

header{
background:#ffffff;
border-bottom:1px solid #eee;
position:relative;
z-index:999;
}

/* NAVBAR */

.navbar{
width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
padding:18px 0;
}

/* LOGO */

.logo img{
height: auto;
width: auto;
display: block;
}

/* MENU */

.nav-menu{
list-style:none;
display:flex;
gap:35px;
margin:0;
padding:0;
}

.nav-menu li{
position:relative;
}

.nav-menu a{
text-decoration:none;
font-size:15px;
font-weight:500;
color:#333;
}

.nav-menu a:hover{
color:#00bfa5;
}


/* MEGA MENU CONTAINER */

.mega-menu{
position:absolute;
top:50px;
left:50%;
transform:translateX(-50%);

width:100vw;
background:#fff;

padding:30px 60px;

display:grid;
grid-template-columns:repeat(4,1fr);
grid-auto-rows:auto;

gap:2px 2px;   /* small vertical + horizontal spacing */

border:1px solid #eee;
box-shadow:0 6px 18px rgba(0,0,0,0.08);

opacity:0;
visibility:hidden;
transition:0.2s ease;

z-index:9999;
}


/* SHOW MENU */

.mega-parent:hover .mega-menu{
opacity:1;
visibility:visible;
}


/* COLUMN TITLES */

.mega-menu h4{
font-size:14px;
margin-bottom:0px;
font-weight:600;
}


/* LINKS */

.mega-menu a{
display:block;
font-size:13px;
padding:px 0;
color:#555;
text-decoration:none;
}

.mega-menu a:hover{
color:#00bfa5;
}

.hero-title{
	color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
	text-transform: capitalize;
}

.discover{
    color: #09bd71;   /* Blue */
}

.uncover{
    color: #09bd71;   /* Green */
}

.recover{
    color: #09bd71;   /* Purple */
}


.features{
    padding:70px 0;
    background:#f7f7f7;
    text-align:center;
}

.features-title{
    font-size:32px;
    margin-bottom:40px;
}

.features-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(140px, 1fr));
    gap:30px;
    max-width:1100px;
    margin:auto;
}

.feature-box{
    background:#fff;
    padding:10px 10px;
    border-radius:3px;
    box-shadow:0 3px 10px rgba(0,0,0,0.05);
    transition:0.3s;
}

.feature-box:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 20px rgba(0,0,0,0.08);
}

.feature-icon{
    font-size:20px;
    margin-bottom:10px;
}

.feature-box p{
    font-size:14px;
    color:#555;
}

/* ===== Roadmap Section ===== */

.roadmap-section{
    position: relative;
    padding: 120px 5%;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

/* Background Image */
.roadmap-bg{
    position: absolute;
    top:0;
    left:0;
    width:auto;
    height:auto;
    object-fit: cover;
    z-index:-2;
}

/* Dark Overlay */
.roadmap-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:auto;
    height:auto;
    background: rgba(0,0,0,0.85);
    z-index:-1;
}

/* ===== Roadmap Section ===== */

.roadmap-section{
    position:relative;
    padding:120px 5%;
    text-align:center;
    color:white;
    overflow:hidden;
}

/* Background Image */

.roadmap-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:-2;
}

/* Dark Overlay */

.roadmap-section::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.85);
    z-index:-1;
}

/* ===== Title ===== */

.roadmap-title{
    font-size:40px;
    font-weight:600;
    margin-bottom:20px;
	color: #fff;
}

/* ===== Description ===== */

.roadmap-desc{
    max-width:850px;
    margin:auto;
    font-size:16px;
    line-height:1.7;
    color:#dcdcdc;
    margin-bottom:80px;
}

/* ===== Roadmap Container ===== */

.roadmap-container{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:60px;

    flex-wrap:nowrap;      /* keep all in one row */
    overflow-x:auto;       /* horizontal scroll if needed */
    padding-bottom:0px;
}

/* Hide scrollbar */

.roadmap-container::-webkit-scrollbar{
    display:none;
}

/* ===== Roadmap Card ===== */

.roadmap-step{
	width:auto;
    height:auto;
    background:#5c5c5c;
    border-radius:12px;
    padding:20px 20px;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;

}

/* Hover effect */

.roadmap-step:hover{
    transform:translateY(-6px);
    background:#666;
}

/* ===== Step Number Circle ===== */

.circle{
    width:45px;
    height:45px;
    background:#39c2a5;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:bold;
    margin-bottom:15px;

}

/* ===== Step Title ===== */

.roadmap-step h4{
    font-size:18px;
    margin-bottom:10px;
}

/* ===== Step Description ===== */

.roadmap-step p{
    font-size:14px;
    color:#e0e0e0;
    line-height:1.5;
}

/* ===== Arrow Between Steps ===== */

.roadmap-step:not(:last-child)::after{
    content:"Ã¢â€ â€™";
    position:absolute;
    right:-38px;
    top:50%;
    transform:translateY(-50%);
    font-size:26px;
    color:white;
}

/* ===== Mobile Improvements ===== */

@media (max-width:768px){

.roadmap-title{
    font-size:32px;
}

.roadmap-desc{
    font-size:14px;
}

.roadmap-step{
    min-width:220px;
}

}

.feature-box2 .name{
white-space: nowrap;
font-size: 17px;
}
/* Icon size */
.socialbox i{
font-size:40px;
}

/* Facebook - Navy Blue */
.socialbox.facebook i{
color:#1b4f9c;
}

/* Twitter - Black */
.socialbox.twitter i{
color:#000000;
}

/* YouTube - Red */
.socialbox.youtube i{
color:#ff0000;
}

/* Instagram - Pink */
.socialbox.instagram i{
color:#e1306c;
}

/* LinkedIn - Sky Blue */
.socialbox.linkedin i{
color:#0a66c2;
}

/* Gmail - Green */
.socialbox.mail i{
color:#34a853;
}

/* Banner Position */


.cookie-consent-modal {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: auto;
  display: none;
  z-index: 9999;
}

.cookie-consent-modal.active {
  display: block;
}

.cookie-content h3 {
  color: #ffffff;
  margin-top: 10px; 
}

.preferences-content h3 {
  color: #ffffff;
}
.cookie-content {
  position: relative; /* required */
  text-align: center; /* center text */
}

.cookie-content {
  text-align: center; /* center everything */
}


/* Icon centered above card */
.cookie-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;

}
.cookie-icon img {
  width: 60px;   /* adjust size */
  height: 60px;
}
/* Banner Card */
.cookie-content {
  text-align: center;
  width: 450px; 
  height: 400px; 
  background: #000;
  color: #fff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

/* Text */
.cookie-content p {
  font-size: 17px;
  color: #d1d5db;
  line-height: 2.0;
}

.cookie-content a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px;
}

.btn {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 15px;
}

/* Button styles */
.manage {
  background: transparent;
  color: #fff;
}

.btn-row {
  display: flex;
  gap: 15px;
}

.reject {
  flex: 1;
  background: transparent;
  color: #fff;
}

.accept {
  flex: 1;
  background: #fff;
  color: #000;
  font-weight: 500;
}

/* Preferences Modal */
.cookie-preferences-modal {
  position: fixed;
  top: 0;
  left: 50%;
  right: auto;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0,0,0,0.6);
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.cookie-preferences-modal.active {
  display: flex;
}

.preferences-content {
  background: #000;
  color: #fff;
  padding: 20px;
  border-radius: 16px;
  width: 380px;
}

/* Preference items */
.pref-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #222;
}

.pref-text span {
  font-size: 12px;
  color: #aaa;
}

.pref-item input {
  width: 18px;
  height: 18px;
}

/* Save button */
.save-pref {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  border: none;
}

@media (max-width: 480px) {
  .cookie-consent-modal {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .cookie-content {
    width: 100%;
    max-width: 100%;
    border-radius: 14px;
    padding: 16px;
  }
}


/* --- MEGA MENU LAYOUT --- */
.mega-wrapper {
    position: absolute;
    top: 100%; 
    /* Fix: Instead of 50% left, use 0 and 100% width for full alignment */
    left: 0;
    right: 0;
    margin: 0 auto;
    
    width: 95vw; /* Slightly less than full width for a premium "floating" look */
    max-width: 1200px; /* Matches standard container widths */
    
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px); /* Subtle slide down instead of a massive jump */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
    border-radius: 16px;
    background: linear-gradient(135deg, #e7eff5, #d9eee4);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    display: flex; /* Ensures content inside is visible */
}

.mega-drop:hover .mega-wrapper {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    top: 60px; /* Adjust this based on your header height */
}

.mega-content-area {
    display: flex;
    width: 100%;
    min-height: 400px;
}

/* --- LEFT TABS (Sidebar) --- */
.mega-tabs { 
    width: 300px; 
	min-height: 100%;
    background: rgba(0, 0, 0, 0.02); /* Subtle contrast for the sidebar */
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 15px 20px;
    border-right: 1px solid rgba(0,0,0,0.05);
	background: transparent;	
}

.tab-item {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Pushes arrow to the right */
    width: 250px;
    min-height: 40px; /* Increased height for subheadings */
    padding: 10px 20px;
    margin-bottom: 8px;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    
    /* Inactive State: Light Mint Gradient with Border */
    background: linear-gradient(135deg, #dee2f4, #b6dbd3);
    border: 1px solid #1A1A1A;
}

/* --- TEXT STYLING --- */
.tab-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tab-heading {
    font-size: 15px;
    font-weight: 800;
    color: #1A1A1A;
}

.tab-subheading {
    font-size: 11px;
    font-weight: 500;
    color: #4A4A4A;
    opacity: 0.8;
}

/* --- ARROW STYLING --- */
.tab-arrow {
    width: 26px;
    height: 26px;
    border: 1.5px solid #1A1A1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* --- ACTIVE STATE (The Solid Blue/Green Gradient) --- */
.tab-item.active {
    background: linear-gradient(135deg, #2D70ED 0%, #3ED1B7 100%) !important;
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(62, 209, 183, 0.3);
}

.tab-item.active .tab-heading,
.tab-item.active .tab-subheading {
    color: #FFFFFF !important;
}

.tab-item.active .tab-arrow {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

/* Subtle lift on hover for inactive items */
.tab-item:not(.active):hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #e5e9f9, #c1e4dd);
}


/* --- SUB-ITEM BOXES (Right Content) --- */
.mega-columns { 
    flex: 1; 
    padding: 30px;
    background: linear-gradient(135deg, #dee2f4, #b6dbd3); /* White background for the content area */
}

.tab-pane { 
    display: none; 
    grid-template-columns: 1fr 1fr;
    gap: 20px; 
}
.tab-pane.active { 
    display: grid !important; 
}

.sub-item {
    display: block;          /* Makes the whole box clickable */
    text-decoration: none !important;  
	border-bottom: none !important;
    padding: 14px;
    border-radius: 12px;
    background: #ffffff; 
    /*transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
	transition: all 0.3s ease;
    cursor: pointer;
}

/* BOXED HOVER EFFECT */
.sub-item:hover {
    background-color: #f0fdfa; /* Light brand tint */
    /*border-color: #3ed1b7;  */   /* Solid brand border */
    transform: translateY(-3px); /* Subtle lift effect */
    box-shadow: 0 10px 20px rgba(62, 209, 183, 0.1);
}

/* Sub-item Content Typography */
.sub-item h4 {
    margin: 0 0 5px 0;
    font-size: 17px;
    color: #000000;
    transition: color 0.2s;
	text-transform: none;
	letter-spacing: 0 !important; 
	border-bottom: none !important;  /* Forces the letters to sit together */
    word-spacing: normal;           /* Ensures normal spacing between words */
    font-weight: 600;  
}

.sub-item h6 {
    margin: 0;
	padding-top: 8px;
    font-size: 13px;
    color: #545454;
    font-weight: 400;
	text-decoration: none;
	text-transform: none;
}

.sub-item:hover h4 { 
    color: #3ed1b7; 
}

/* --- OPTIONAL: Featured Section (Right side of image) --- */
.mega-promo {
    width: 260px;
    height: 10px;
    padding: 30px;
	padding-top: 10px;
    background: #f1f5f9;
    border-left: 1px solid rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.main-nav {
    display: flex;
    justify-content: center;
}

/* --- NAVIGATION PLACEMENT --- */
.nav-list {
    position: relative;
    display: flex;  
    justify-content: center;          /* Crucial: Aligns Home, About, etc. in a row */
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;                /* Horizontal spacing between menu items */
}

.nav-list li a {
    text-decoration: none;
	border-bottom: none !important;
    font-size: 14px;
    font-weight: 700;         /* Strong bold style from image 2 */
    color: #1a1a1a;
    text-transform: uppercase;
	position: relative; /* Required for the underline */
    letter-spacing: 0.8px;
    transition: 0.3s ease;
	border: none;
}

/* THE MISSING ACTIVE STYLE */
.nav-list li a.active {
    color: #3ed1b7 !important; /* Your Brand Green */
    border-bottom: none ! important; /* Adds the underline seen in many premium headers */

}
/* --- THE FIX: Proper Underline (Removes the 2-line issue) --- */
.nav-list li a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0; /* Hidden by default */
    height: 3px;
    background: #3ed1b7;
    transition: width 0.3s ease;
    border-radius: 2px;
}

/* --- HOVER STATE --- */
/* When hovering any link, highlight it */
.nav-list li a:hover {
    color: #3ed1b7;
}
.nav-list li a:hover::after {
    width: 100%;
}

/* Highlight both on hover AND if it's the active page */
.nav-list li a:hover::after,
.nav-list li a.active::after {
    width: 100%;
}

.nav-list li a:hover,
.nav-list li a.active {
    color: #3ed1b7 !important;
}

/* --- RIGHT BUTTON --- */
.header-actions {
    display: flex;
    justify-content: flex-end;
    overflow: visible !important;

}

/* --- FEATURED SECTION (The Right Side Container) --- */
.mega-promo {
    width: 300px; /* Adjust based on your width needs */
    padding: 20px;
    background: #FFFFFF; /* White background for the whole section */
    border-left: 1px solid rgba(0,0,0,0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* --- THE FEATURED CARD --- */
.featured-card {
    background-color: #F8FBFE; /* Very light blue background */
    padding: 15px;
    border-radius: 16px; /* Smooth rounded corners */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px; /* Vertical spacing between elements */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); /* Soft shadow */
}

/* --- CARD TEXT STYLING --- */
.featured-tag {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #4A4A4A;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.featured-title {
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    color: #1A1A1A;
    margin: 0;
}

/* --- THE IMAGE --- */
.featured-image {
    width: 100%;           /* Scales to fit the card width */
    max-width: 150px;      /* Prevents it from getting too large */
    height: auto;          /* Maintains aspect ratio */
    display: block;
    margin: 5px 0;     /* Centers the image */
    object-fit: contain;
}

/* --- THE BUTTON --- */
.featured-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #000000; /* Brand green */
    color: #FFFFFF !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px; /* Pill shape */
    transition: all 0.3s ease;
}

.featured-btn:hover {
    background-color: #ffffff; /* Slightly darker green on hover */
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(62, 209, 183, 0.3);
}

/* --- REMOVE NAV UNDERLINE --- */
.nav-list li a.active::after, 
.nav-list li a:hover::after {
    display: none !important; /* This completely disables the underline */
    width: 0 !important;
}

.nav-list li a {
    border-bottom: none !important; /* Ensures no standard borders are appearing */
}

/* Toggle Button */
.menu-toggle {
  font-size: 24px;
  cursor: pointer;
}

/* Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 50%;
  right: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

/* Drawer */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
}

/* Active State */
.mobile-menu.active {
  right: 0;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Header */
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid #eee;
}

.close-btn {
  font-size: 22px;
  cursor: pointer;
}

/* Content */
.menu-content {
  padding: 10px 0;
  overflow-y: auto;
}

/* Menu Item */
.menu-item {
  border-bottom: 1px dashed #ddd;
}

.menu-title {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  font-size: 15px;
  cursor: pointer;
}

/* Submenu */
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  background: #f9f9f9;
}

.submenu p {
  padding: 12px 30px;
  margin: 0;
  font-size: 14px;
}

/* Active */
.menu-item.active .submenu {
  max-height: 300px;
}

/* Country Dropdown */
.country-select {
  padding: 20px;
}

.country-select select {
  width: 100%;
  padding: 12px;
  font-size: 14px;
}

/* === Cauver Navigation System === */
body {
  padding-top: 98px;
}

body.cauver-home-hero-layout {
  padding-top: 0;
}

body.cauver-drawer-open {
  overflow: hidden;
}

.sr-only {
  position: fixed;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#topbar {
  display: none;
}

.cauver-nav-shell {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  height: 98px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.cauver-header-container {
  width: min(1320px, calc(100% - 56px));
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 2.8vw, 44px);
  height: auto;
  border: 0;
  background: transparent;
}

.cauver-brand,
.cauver-brand:hover,
.cauver-brand:focus {
  display: inline-flex;
  flex: 0 0 200px;
  align-items: center;
  color: inherit;
}

.cauver-brand img {
  width: 180px;
  height: 70px;
  object-fit: contain;
  display: block;
}

.cauver-desktop-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-width: 0;
}

.cauver-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 2.4vw, 40px);
  margin: 0;
  padding: 0;
}

.cauver-nav-item {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: -14px;
}

.cauver-nav-shell,
.cauver-header-container,
.cauver-desktop-nav,
.cauver-nav-list,
.cauver-nav-item {
  overflow: visible;
}

.cauver-nav-link {
  padding: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #111827;
  text-decoration: none;
  border: 0 !important;
}

.cauver-nav-link:hover,
.cauver-nav-link:focus,
.cauver-nav-link.is-current {
  color: #0f172a;
}

.cauver-chevron {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.25s ease;
}

.cauver-mega-item:hover .cauver-chevron,
.cauver-mega-item:focus-within .cauver-chevron {
  transform: rotate(225deg) translateY(-1px);
}

.cauver-header-actions {
  display: flex;
  flex: 0 0 200px;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-left: auto;
  white-space: nowrap;
}

.cauver-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cauver-btn:hover,
.cauver-btn:focus {
  transform: translateY(-1px);
}

.cauver-btn-secondary {
  color: #32c261 !important;
  background: #fff;
  border: 2px solid #33c25f;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.cauver-btn-primary {
  color: #fff !important;
  background: linear-gradient(90deg, #8a6cf0 0%, #7367f0 100%);
  box-shadow: 0 12px 24px rgba(115, 103, 240, 0.18);
}

.cauver-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  align-self: center;
  margin: 0;
  position: relative;
  top: 0;
}

.cauver-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0;
  background: #111827;
  border-radius: 999px;
}

.cauver-mega-menu {
  position: fixed;

  top: auto;

  /* Ã°Å¸â€Â¥ FULL WIDTH FIX */
  left: 50%;
  right: auto;
  width: min(1280px, calc(100vw - 40px));
  max-width: 1280px;
  transform: translateX(-50%) translateY(10px);
  box-sizing: border-box;
  z-index: 1195;

  /* Animation */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease;

}

.cauver-mega-item:hover .cauver-mega-menu,
.cauver-mega-item:focus-within .cauver-mega-menu,
.cauver-mega-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0s;
}

.cauver-mega-item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -120px;
  width: calc(100% + 240px);
  height: 34px;
}

.cauver-mega-inner {
  max-width: 1280px;   
  margin: 0 auto;      
  display: grid;
  grid-template-columns: 292px minmax(0, 1fr) 248px;
  gap: 18px;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(90deg, #dcebfb 0%, #e4f4ec 100%);
  box-shadow: 0 28px 55px rgba(15, 23, 42, 0.14);
}

.cauver-mega-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
}

.cauver-category-card {
  width: 100%;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  padding: 22px 16px;
  border-radius: 14px;
  border: 1px solid rgba(37, 99, 235, 0.56);
  background: rgba(255, 255, 255, 0.22);
  color: #111827;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.cauver-category-card:hover,
.cauver-category-card:focus,
.cauver-category-card.is-active,
.cauver-category-card.active,
.mega-tab.active {
  background: linear-gradient(135deg, #6372d6 0%, #39b8af 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 20px 34px rgba(60, 146, 196, 0.24);
  transform: translateY(-1px);
}

.cauver-category-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cauver-category-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.cauver-category-subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  opacity: 0.95;
}

.cauver-card-arrow {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cauver-card-arrow svg {
  width: 14px;
  height: 14px;
}

.cauver-mega-main {
  min-width: 0;
  padding: 28px 8px 22px;
}

.cauver-feature-grid {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 34px;
}

.cauver-feature-grid.is-active,
.cauver-feature-grid.active,
.mega-panel.active {
  display: grid;
}

.cauver-feature-card {
  min-height: 72px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 18px;
  border-radius: 14px;
  text-decoration: none !important;
  color: #101828;
  border: 1px solid transparent;
  background: transparent;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.cauver-feature-card.is-emphasized {
  padding: 18px 20px;
  background: #fff;
  border-color: rgba(73, 101, 236, 0.65);
  box-shadow: 0 18px 28px rgba(255, 255, 255, 0.16);
}

.cauver-feature-card:hover,
.cauver-feature-card:focus {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(73, 101, 236, 0.28);
  transform: translateY(-1px);
}

.cauver-feature-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #101828;
}

.cauver-feature-card p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #334155;
}

.cauver-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 39px;
  height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid #5fc487;
  color: #37b46f;
  background: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.cauver-badge.is-beta {
  border-color: #f59e0b;
  color: #f97316;
}

.cauver-featured-panel {
  padding: 24px 24px 24px 8px;
}

.cauver-featured-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px 16px;
  border-radius: 14px;
  background: linear-gradient(180deg, #eff8f7 0%, #8ec9ea 100%);
  box-shadow: 0 14px 24px rgba(30, 64, 175, 0.12);
}

.cauver-featured-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.74);
}

.cauver-featured-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #111827;
}

.cauver-featured-card img {
  width: 100%;
  max-width: 150px;
  align-self: center;
  display: block;
}

.cauver-featured-cta {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 114px;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #fff;
  color: #2aaf8c !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.cauver-industries-menu {
  left: 50%;
  width: min(1280px, calc(100vw - 40px));
  max-width: 1280px;
  transform: translateX(-50%) translateY(10px);

}

.cauver-industries-inner {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr) 220px;
  gap: 36px;
  padding: 30px 30px 30px 28px;
  border-radius: 18px;
  background: linear-gradient(90deg, #d9ebfb 0%, #e0f4ec 100%);
  box-shadow: 0 28px 55px rgba(15, 23, 42, 0.14);
}

.cauver-nav-shell,

.cauver-industries-intro {
  padding: 4px 0 10px 10px;
}

.cauver-industries-intro h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  color: #111827;
}

.cauver-industries-intro p {
  margin: 16px 0 0;
  max-width: 248px;
  font-size: 15px;
  line-height: 1.3;
  color: #243446;
  text-align: justify;
}

.cauver-industries-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 38px;
  margin-top: 22px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1.5px solid #58be94;
  color: #4ab589 !important;
  background: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.cauver-industries-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 40px;
  padding-top: 2px;
}

.cauver-industries-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.cauver-industries-eyebrow {
  margin-bottom: -2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #1f2937;
}

.cauver-industries-column a {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #111827;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.24s ease, background-color 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, color 0.24s ease;
}

.cauver-industries-column a:hover,
.cauver-industries-column a:focus-visible,
.cauver-industries-column a.is-highlighted,
.cauver-industries-column a.is-active {
  border: 1px solid rgba(83, 102, 236, 0.72);
  background: rgba(255, 255, 255, 0.82);
  color: #0f172a;
  font-weight: 700;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(73, 101, 236, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.cauver-industries-column a:focus-visible {
  outline: 0;
}

.cauver-industries-column a.is-highlighted:hover,
.cauver-industries-column a.is-active:hover {
  transform: translateY(-2px);
}

.cauver-industries-card-wrap {
  padding-right: 6px;
}

.cauver-industries-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #e7f7f1 0%, #5ac28f 100%);
  box-shadow: 0 16px 30px rgba(72, 146, 124, 0.2);
}

.cauver-industries-card-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(17, 24, 39, 0.86);
}

.cauver-industries-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
}

.cauver-industries-card img {
  width: 100%;
  max-width: 128px;
  margin: 0 auto;
  display: block;
}

.cauver-industries-card-cta {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 124px;
  height: 32px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: #4ab589 !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.cauver-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(17, 24, 39, 0.52);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1290;
}

.cauver-drawer-overlay.is-visible {
  opacity: 1;
}

.cauver-mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(380px, 78vw);
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #000;
  transform: translateX(100%);
  transition: transform 0.34s ease-in-out;
  box-shadow: -18px 0 42px rgba(15, 23, 42, 0.18);
  z-index: 1300;
}

.cauver-mobile-drawer.is-open {
  transform: translateX(0);
}

.cauver-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 18px 20px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
  background: #000;
}

.cauver-brand-mobile img {
  width: 96px;
}

.cauver-drawer-close {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.cauver-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding-top: 18px;
}

.cauver-accordion-item {
  border-top: 1px dashed rgba(255, 255, 255, 0.22);
}

.cauver-accordion-item:last-child {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.22);
}

.cauver-accordion-trigger,
.cauver-subaccordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border: 0;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}

.cauver-subaccordion-trigger {
  background: #000;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
}

.cauver-accordion-icon {
  width: 11px;
  height: 11px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.cauver-accordion-item.is-open > .cauver-accordion-trigger .cauver-accordion-icon,
.cauver-subaccordion-trigger.is-open .cauver-accordion-icon {
  transform: rotate(225deg);
}

.cauver-accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.34s ease-in-out;
  background: #000;
}

.cauver-accordion-item.is-open > .cauver-accordion-panel {
  max-height: 560px;
}

.cauver-accordion-panel > a,
.cauver-subaccordion-panel a {
  display: block;
  padding: 14px 24px;
  color: #fff;
  text-decoration: none !important;
  font-size: 14px;
  background: #000;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
}

.cauver-subaccordion-panel {
  max-height: 0;
  overflow: hidden;
  background: #000;
  transition: max-height 0.3s ease-in-out;
}

.cauver-subaccordion-trigger.is-open + .cauver-subaccordion-panel {
  max-height: 260px;
}

.cauver-subaccordion-panel a {
  background: #000;
}

.cauver-mobile-link,
.cauver-mobile-submenu-toggle {
  color: #fff;
}

.cauver-mobile-link:hover,
.cauver-mobile-link:focus,
.cauver-mobile-submenu-toggle:hover,
.cauver-mobile-submenu-toggle:focus {
  color: #fff;
}

.cauver-mobile-link.active,
.cauver-mobile-link[aria-current="page"],
.cauver-mobile-submenu-toggle.is-current,
.cauver-mobile-menu-item--overview > .cauver-mobile-link.active,
.cauver-mobile-menu-item--overview > .cauver-mobile-link[aria-current="page"] {
  color: #15A086 !important;
}

.cauver-drawer-footer {
  padding: 24px;
  margin-top: auto;
  background: #000;
}

.cauver-drawer-footer select {
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  background: #000;
  color: #fff;
  font-size: 16px;
}

.cauver-mobile-drawer {
  width: min(420px, 100vw);
}

.cauver-drawer-body {
  padding-top: 8px;
  overscroll-behavior: contain;
}

.cauver-mobile-nav {
  padding: 8px 0 24px;
}

.cauver-mobile-menu,
.cauver-mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cauver-mobile-menu-item {
  list-style: none;
  border-top: 1px dashed #cbd5e1;
}

.cauver-mobile-menu > .cauver-mobile-menu-item:last-child {
  border-bottom: 1px dashed #cbd5e1;
}

.cauver-mobile-link,
.cauver-mobile-submenu-toggle {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 24px;
  border: 0;
  background: #fff;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  text-decoration: none !important;
}

.cauver-mobile-submenu-toggle {
  cursor: pointer;
}

.cauver-mobile-link:focus-visible,
.cauver-mobile-submenu-toggle:focus-visible {
  outline: 2px solid rgba(74, 181, 137, 0.45);
  outline-offset: -2px;
}

.cauver-mobile-chevron {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}

.cauver-mobile-menu-item--expandable.is-open > .cauver-mobile-submenu-toggle .cauver-mobile-chevron {
  transform: rotate(225deg);
}

.cauver-mobile-submenu {
  display: none;
  overflow: hidden;
  background: #fff;
  animation: cauver-mobile-submenu-fade 0.24s ease;
}

.cauver-mobile-menu-item--expandable.is-open > .cauver-mobile-submenu {
  display: block;
}

.cauver-mobile-submenu > .cauver-mobile-menu-item {
  border-top: 1px dashed #d9e2ec;
}

.cauver-mobile-submenu > .cauver-mobile-menu-item > .cauver-mobile-link,
.cauver-mobile-submenu > .cauver-mobile-menu-item > .cauver-mobile-submenu-toggle {
  min-height: 48px;
  padding-left: 38px;
  background: #f8fbfa;
  font-size: 15px;
  font-weight: 500;
}

.cauver-mobile-submenu .cauver-mobile-submenu > .cauver-mobile-menu-item > .cauver-mobile-link,
.cauver-mobile-submenu .cauver-mobile-submenu > .cauver-mobile-menu-item > .cauver-mobile-submenu-toggle {
  padding-left: 52px;
  background: #f2f8f5;
  font-size: 14px;
}

.cauver-mobile-menu-item--overview > .cauver-mobile-link {
  color: #21855e;
  font-weight: 600;
}

@keyframes cauver-mobile-submenu-fade {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .cauver-header-container {
    gap: 20px;
  }

  .cauver-nav-list {
    gap: 22px;
  }

  .cauver-brand,
  .cauver-header-actions {
    flex-basis: 160px;
  }

  .cauver-btn {
    min-width: 132px;
    padding: 0 20px;
  }

  .cauver-mega-menu {
    width: min(1280px, calc(100vw - 40px));
    max-width: 1280px;
  }

  .cauver-mega-inner {
    grid-template-columns: 254px minmax(0, 1fr) 220px;
  }

  .cauver-industries-inner {
    grid-template-columns: 248px minmax(0, 1fr) 204px;
    gap: 28px;
    padding: 24px;
  }

  .cauver-industries-intro h3 {
    font-size: 23px;
  }

  .cauver-industries-column a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  body {
    padding-top: 86px;
  }

  body.cauver-home-hero-layout {
    padding-top: 0;
  }

  .cauver-nav-shell {
    height: 86px;
  }

  .cauver-header-container {
    display: grid;
    width: calc(100% - 30px);
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .cauver-desktop-nav {
    display: none;
  }

  .cauver-brand img {
    width: 96px;
  }

  .cauver-header-actions {
    gap: 10px;
  }

  .cauver-btn {
    min-width: auto;
    height: 38px;
    padding: 0 16px;
    font-size: 13px;
  }

  .cauver-menu-toggle {
    display: inline-flex;
    width: 34px;
    height: 34px;
    margin-left: 2px;
  }
}

@media (max-width: 575px) {
  body {
    padding-top: 82px;
  }

  body.cauver-home-hero-layout {
    padding-top: 0;
  }

  .cauver-nav-shell {
    height: 82px;
  }

  .cauver-header-container {
    width: calc(100% - 12px);
  }

  .cauver-header-actions {
    gap: 8px;
  }

  .cauver-header-actions .cauver-btn {
    display: none;
  }

  .cauver-menu-toggle {
    display: inline-flex;
    width: 40px;
    height: 40px;
  }

  .cauver-mobile-drawer { 
    width: calc(100vw - 22px);
  }
}

@media (max-width: 767px) {
  .cauver-mobile-drawer {
    width: 100vw;
  }

  .cauver-mobile-link,
  .cauver-mobile-submenu-toggle {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cauver-mobile-submenu > .cauver-mobile-menu-item > .cauver-mobile-link,
  .cauver-mobile-submenu > .cauver-mobile-menu-item > .cauver-mobile-submenu-toggle {
    padding-left: 32px;
  }

  .cauver-mobile-submenu .cauver-mobile-submenu > .cauver-mobile-menu-item > .cauver-mobile-link,
  .cauver-mobile-submenu .cauver-mobile-submenu > .cauver-mobile-menu-item > .cauver-mobile-submenu-toggle {
    padding-left: 44px;
  }
}

body.cauver-inner-page {
  padding-top: 86px;
}

body.cauver-inner-page .main-header.cauver-nav-shell {
  background: rgba(7, 12, 24, 0.96);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

body.cauver-inner-page .main-header.cauver-nav-shell .header-container {
  background: transparent;
}

body.cauver-inner-page #topbar.topbar-transparent {
  display: none;
}

.page-hero-spacing {
  margin-top: 100px;
}

body.cauver-inner-page .page-hero-spacing {
  margin-top: 18px;
}

.legal-page-shell {
  padding: 24px 20px 88px;
  background:
    radial-gradient(circle at top left, rgba(124, 92, 255, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(44, 212, 167, 0.09), transparent 24%),
    linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.legal-page-shell .container {
  width: 100%;
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
}

.legal-document {
  max-width: 820px;
  margin: 0 auto;
  padding: 44px 48px 52px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
}

.legal-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: rgba(44, 212, 167, 0.12);
  color: #0d7a63;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-document h1 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
}

.legal-updated {
  margin: 0 0 22px;
  color: #5b6475;
  font-size: 14px;
  font-weight: 600;
}

.legal-lead {
  margin-bottom: 28px;
  color: #334155;
  font-size: 17px;
  line-height: 1.8;
}

.legal-divider {
  height: 1px;
  margin: 30px 0 16px;
  background: linear-gradient(90deg, rgba(17, 24, 39, 0.14), rgba(17, 24, 39, 0.04));
}

.legal-section {
  margin-top: 34px;
}

.legal-section h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}

.legal-section h3 {
  margin: 24px 0 10px;
  color: #1e293b;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.legal-document p,
.legal-document li {
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}

.legal-document p {
  margin: 0 0 14px;
}

.legal-document ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.legal-document li + li {
  margin-top: 4px;
}

.legal-inline-note {
  color: #526072;
  font-size: 15px;
}

.legal-contact-card {
  margin-top: 18px;
  padding: 20px 24px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 20px;
}

.legal-contact-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .page-hero-spacing {
    margin-top: 88px;
  }

  body.cauver-inner-page .page-hero-spacing {
    margin-top: 12px;
  }

  .legal-page-shell {
    padding: 18px 14px 72px;
  }

  .legal-page-shell .container {
    padding-left: 0;
    padding-right: 0;
  }

  .legal-document {
    padding: 30px 22px 36px;
    border-radius: 22px;
  }

  .legal-document h1 {
    font-size: 32px;
  }

  .legal-section h2 {
    font-size: 25px;
  }

  .legal-section h3 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  body.cauver-inner-page {
    padding-top: 82px;
  }
}



