/*Main design*/ 
* {
    margin: 0;
    padding: 0;
    text-shadow: 0 0 1px rgb(0, 0, 0, 0.01);
}
body {
    font-family: Rubik, sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #000;
	overflow-x: hidden; /*Mobile view setting 1*/ 
}

header p {
font-family:times-new-roman;
background-color:#FCFCFC;
text-align: center;
font-size:13px;
color: #787777;
letter-spacing:1.5px;
}

header h1 {
background-color:#FCFCFC;
text-align: center;
font-size:14px;
color: #eb9321;
}

div {
    display: block;
    position: relative;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0;
}
p {
    font-family:times-new-roman;
    letter-spacing:0.5px;
    font-size:17px
}
h1 {
    font-family:times-new-roman;
    letter-spacing:0.7px;
    font-size: 17px;
	font-weight: bold;
}

h2 {
    font-family:times-new-roman;
    letter-spacing:0.7px;
    font-size: 17px;
	font-weight: bold;
}

h3 {
    font-family:times-new-roman;
    letter-spacing:1px;
    font-size:14px;
	font-weight: normal;
}

h4 {
    font-family:times-new-roman;
    letter-spacing:0.1px;
    font-size:16px;
	font-weight: normal;
}

/* Separator */
.separator {
	border-bottom: 0.5px solid #EBEBEB;
}

/* Pop-up Modal */
.content-header p {
font-size: 1.2em;
}

/* Bullet-points */
.bullet-points h1 {
color: #FF9E24;
font-size:1.1em;
font-weight:normal;
}

.content-header {
background: #ffb366;
padding: 40px;
text-align: center;
}

.content-header h1 {
margin-bottom: 10px;
font-size: 1em;
}

.content-footer {
background: #eee;
color: #666;
text-align: center;
padding: 10px 20px;
}

.social-link {
color: #4CAF50;
text-decoration: none;
margin: 0 5px;
}

.social-link:hover {
text-decoration: underline;
}

.content-header {
cursor: pointer;
background: #ffb366;
color: black;
padding: 3px;
border-radius: 5px;
text-align: center;
margin: 5px 0;
}
.content {
display: none;
margin-top: 10px;
padding: 10px;
border: 1px solid #007BFF;
border-radius: 5px;
}

.content-body a {
font-size: 0.7em;
}

/* Language-menu */
.languagepicker img {
width: 25px;
}

/*Price list*/ 
.price-list {
max-width: 900px;
margin: 0 auto;
background-color: #ffffff;
border-radius: 10px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

.service {
display: flex;
justify-content: space-between;
margin-bottom: 15px;
}

.service h3 {
font-size: 15px;
color: #333333;
margin: 0;
}

.service-description h3 {
font-size: 15px;
color: #333333;
margin: 0;
}

.service span {
color: #666666;
font-size: 15px;
}

.service:last-child {
margin-bottom: 0;
}

/*Main page button*/ 
.button {
    display: inline-block;
    background: #ffb366;
    border-radius: 5px;
    height: 48px;
}
.button a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 48px;
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
}

/* Language-menu */
.languagepicker img {
width: 20px;
margin:2px;
}

.languagepicker {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

/*Logo*/ 
.logo {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top:7px;
	margin-bottom:10px;
}

.logo-box {
    float: left;
    top: 3px;
}
.logo-box img {
    display: block;
}

/*Dropdown*/ 
.dropdown {
    display: inline-block;
}

.dropdown-content {
	border: solid 1px;
	border-color: #deb07a;
	border-top: none;
    display:none;
    position:absolute;
    background-color:#FCFCFC;
    padding:1px 20px;
    z-index:1;
}

.standard_dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;	
}

.standard_dropdown li {
    display: inline-block; 
    position: relative;
    text-decoration: none;
    font-size: 16px;
    line-height: 50px;
    white-space: nowrap;
    font-weight: 300;
    margin-right: 20px;
}

    .services-section {
      max-width: 1200px;
      margin: 60px auto;
      padding: 0 20px;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .service-card {
      background-color: white;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s, box-shadow 0.3s;
    }

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

    .service-card h3 {
      margin-bottom: 15px;
      color: #007bff;
    }

    .service-card p {
      font-size: 0.95rem;
      color: #555;
    }


/* Dropdown List Items */
.standard_dropdown li .dropdown-content li {
    display: block;
	font-size: 14px;
    height: auto;
    padding:0px 20px;
    text-decoration: none;
}
.main_nav_dropdown a{
color:#eb9321;
}
.dropdown:hover .dropdown-content{
display:block;
}


/* Gallery */
.product-grid {
	top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.product {
    background-color: white;
	height: flex;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    width: 49%;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.main-image img {
    max-width: 100%;
	max-height:100%;
    object-fit: contain;
    border-radius: 8px;
	cursor: pointer;
}

.thumbnails-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 15px;
    max-width: 100%;
	gap: 5px;
}

.thumbnails-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 100%;
}

.thumbnails {
    display: inline-flex;
    gap: 10px;
}
.thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.left-arrow::before {
    content: "\2039";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 40px;
    cursor: pointer;
    padding: 0;
	background-color:#FAFAFA;
}

.right-arrow::before {
    content: "\203A";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 40px;
    cursor: pointer;
    padding: 0;	
	background-color:#FAFAFA;
}

.left-arrow-lightbox, .right-arrow-lightbox {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000; /* Make sure it's above your image/lightbox content */
}

.left-arrow-lightbox {
    left: 30px; /* Distance from the left edge */
}

.right-arrow-lightbox {
    right: 30px; /* Distance from the right edge */
}

.left-arrow-lightbox::before, .right-arrow-lightbox::before {
    content: "\2039"; /* Left arrow for both, override in right class */
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 90px;
    cursor: pointer;
}

.right-arrow-lightbox::before {
    content: "\203A"; /* Right arrow */
}
.thumbnail:hover {
    transform: scale(1.1);
}

.gallery-header {
	top: 13px;
    font-weight: bold;
    text-align: center;
    justify-content: center;
}

.gallery-header h3{
    font-weight: bold;
}

.gallery-header-2 {
	top: 13px;
    text-align: center;
    justify-content: center;
}

    /* Lightbox styles */
.lightbox {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
justify-content: center;
align-items: center;
z-index: 999;
}

.lightbox img {
max-width: 90%;
max-height: 90%;
border-radius: 8px;
}

.lightbox.show {
display: flex;
}




/* Modal */
.button-2 {
    display: inline-block;
    background: #ffb366;
    border-radius: 5px;    
    display: flex;
    justify-content: center;
}
.button-2 a {
	letter-spacing:1.2px;
    display: block;
    font-size: 11px;   
    justify-content: center;
    line-height: 30px;
    color: black;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    transition: opacity 300ms ease-in;
    pointer-events: none;
    height: auto;
    overflow: auto;
}

.modalDialog h2 {
    font-weight: bold;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 90%;
    max-width: 900px;
    position: relative;
    margin: 10% auto; 
    padding: 5px 20px 13px 20px;
    background: #ffffff; 
    border-radius: 8px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/*Modal close button*/ 
.close {
font-size: 14px;
text-decoration: none;
color: black;
display: flex;
justify-content: center;
align-items: center;
}

/*Col-sm-4*/ 
.col-sm-4 {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

/*How section*/
.how_container{
    display:-webkit-box;
    display:-ms-flexbox;
    -webkit-box-pack:center;
    justify-content:center;
}

.how_container .box{
    text-align:center;
    margin:10px;
    min-width:200px;
    width:400px;
}
.how_container .box .img-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    justify-content:center;
    height:200px;
    background-color:#2A3748

}

.booking-button{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    justify-content:center;
    height:70px;
}

.how_section .how_container .box .detail-box{
    margin-top:15px;
}

.how_section .how_container .box .detail-box a{
	color:#eb9321;
	text-decoration:none;
}

.how_container-2{
    display:-webkit-box;
    display:-ms-flexbox;
    -webkit-box-pack:center;
    justify-content:center;
	margin-top:10px;
	margin-bottom:10px;
	color: #eb9321;
}

.how_container-2 a{
letter-spacing: 3px;
font-size: 15px;
}

/*Navigation background*/ 
.navigation-background {
    background-color:#FCFCFC;
    width:100%;
}

/*Separator 1*/ 
.separator-1 {
    margin-top: 50px;
}

/*Separator 3*/ 
.separator-3 {
    border-bottom: 1px solid #dadada;
    padding-bottom: 14px;
}

/*Title color*/ 
.title span {
    color: #ffb366;
}

/*Sidebar*/ 
.sidebar_title {
    font-size: 18px;
    font-weight: 500;
    color: #ffb366;
}
.sidebar_categories {
    margin-top: 37px;
}
.sidebar_categories li {
    margin-bottom: 7px;
}
.sidebar_categories li a {
    color: rgb(0, 0, 0, 0.5);
}
.sidebar_categories li a:hover {
    color: #ffb366;
    text-decoration: none;
}

/*Newsletter*/ 
.newsletter {
    width: 100%;
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: 0 5px 20px rgb(0, 0, 0, 0.1);
}
.newsletter_container {
    width: 100%;
}
.newsletter_title_container {
    width: 40%;
    padding-left: 95px;
}
.newsletter_icon {
    position: absolute;
    left: 0;
}
.newsletter_title {
    font-size: 18px;
    color: #000;
}
.newsletter_text p:last-child {
    margin-bottom: 0;
}
.newsletter_icon img {
    max-width: 100%;
}
.newsletter_content {
    width: 60%;
}
.newsletter_form {
    position: relative;
    width: 569px;
    float: left;
}
.newsletter_input {
    width: 100%;
    height: 50px;
    background: #fff;
    border: #e5e5e5 solid 1px;
    border-radius: 5px;
    padding-left: 25px;
    font-size: 16px;
    outline: 0;
    color: #0e8ce4;
}
.newsletter_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 153px;
    height: 50px;
    background: #0e8ce4;
    color: #fff;
    line-height: 50px;
    font-size: 15px;
    border: none;
    outline: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.newsletter_button: {
    opacity: 0.8;
}

/*Footer*/ 
.footer {
    text-align: left;
    padding-top: 52px;
    padding-bottom: 40px;
	background: #FCFCFC;
}

.footer p {
letter-spacing:0.5px;
}

.footer .logo_container {
    height: auto;
    margin-bottom: 18px;
    margin-top: -10px;
}
.footer .logo {
    top: auto;
}
.footer .logo a {
    color: #000;
}
.footer_title {
    font-size: 14px;
    font-weight: 500;
    top: 10px;
    color: #eb9321;
}
.footer_phone {
    font-size: 15px;
    font-weight: 500;
    color: #eb9321;
}
.footer_contact_text {
    margin-top: 10px;
}
.footer_contact_text {
    margin-bottom: 0;
}

.footer_column ul:first-of-type {
    margin-top: 21px;
}
.footer_column  {
    margin-top: 7px;
}
.footer_list li {
    text-align: left;
    margin-bottom: 6px;
}
.footer_list li a {
    font-size: 12px;
    font-weight: 500;
    color: rgb(0, 0, 0, 0.4);
}
.footer_list li a: {
    color: #0e8ce4;
}
.footer_list_2 {
    margin-top: 42px !important;
}