/*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*/ 
}

hr {

	color:red;
}

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:1px;
    font-size: 20px;
	font-weight: normal;
}

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

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

h5 {
    font-family:times-new-roman;
    letter-spacing:0.1px;
    font-size:16px;
	font-weight: normal;
	border:solid #FCFCFC;
}

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

.separator-2 {
	border-bottom: 0.5px solid #EBEBEB;
	margin-bottom:13px;
}

.temp p {
	font-size:3px;
color:white;
}

.delay-lcp-image {
  opacity: 0;
  transition: opacity 2.5s ease;
}
body.loaded .delay-lcp-image {
  opacity: 1;
}

.background-container {
    background: url('../images/main-image.jpg') no-repeat;
    background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
    padding: 0;
    height: 100%;
    background-attachment: fixed;
	border-bottom: 0.1px solid ##EBEBEB;
}

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

/* Service menu */
.service {
padding: 5px;
border: solid 0.1px #E6E6E6;
margin-bottom: 5px;
}


.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;
}

/*Call button*/ 
.call-button img {
    width:70%;
}

/*Status*/ 

        .open {
            font-family:times-new-roman;
			letter-spacing: 0.5px;
			font-size: 17px;
            color: green;
        }
        .closed {
            font-family:times-new-roman;
			letter-spacing: 0.5px;
			font-size: 17px;
            color: red;
        }

/*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;
}

/* 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;
}

/*Section 2*/ 
.section-2{
    text-align:center;
    font-size:20px;
    font-family:times-new-roman;
    color:#108eda;
    letter-spacing:1px;
    padding-top:3%;
    padding-bottom:3%
}
.section-2 img{
    width:85%;
	left:-55px;
    position:relative;
    border:#e8e8e8 double 5px;
    box-shadow:0 1px 5px rgb(0,0,0,.1);
    overflow:hidden;
}

/*Section 4*/ 
.section-4{
    text-align:center;
    font-size:20px;
    font-family:times-new-roman;
    color:#108eda;
    letter-spacing:1px;
    padding-top:3%;
    padding-bottom:3%
}
.section-4 img{
    width:85%;
    right:-35px;
    position:relative;
    border:#e8e8e8 double 5px;
    box-shadow:0 1px 5px rgb(0,0,0,.1);
    overflow:hidden;
}

/*Text-image section*/ 
.text-image-section-1{
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 20px;
font-family: times-new-roman;
letter-spacing: 1px;
height: 100%; 
}

.text-image-section-1 h3{
font-size:22px;
color:#eb9321;
font-weight:normal;
}

.text-image-section-1 p{
font-size:17px;
color:#383838;
}

.text-image-section-2 {
display: flex;
flex-direction: column;
justify-content: center;
padding-right: 50px;
font-family: times-new-roman;
letter-spacing: 1px;
font-size: 17px;
height: 100%;     
}

.text-image-section-2 h3{
font-size:22px;
color:#eb9321;
font-weight:normal;
}

.text-image-section-2 p{
font-size:17px;
color:#383838;
}

/*Button*/ 
.button-1 {

  border: 0;
  letter-spacing: 0.5px;
  border-radius: .5rem;
  box-sizing: border-box;
  color: F9F9F9;
  font-size: .800rem;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none #EFEFEF solid;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.button-1:hover {
  background-color: rgb(249,250,251);
}

.button-1:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button-1:focus-visible {
  box-shadow: none;
}

/* Button-2 */
.button-2 {
  padding: 19px 39px 18px 39px;
  border:none;
  color: #FFF;
  background-color: #eb9321;
}

/* Modal Content */
form {
  max-width: 300px;
  margin: 10px auto;
  text-align:left;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}
}

fieldset {
  padding: 30px;
}

input,
textarea,
button {
  width: 100%;
}

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

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

/*Button*/
.button2{
display:inline-block;
padding:0.5em 3em;
width:100%;
border:0.16em solid #FFFFFF;
margin:0 0.3em 0.3em 0;
box-sizing: border-box;
color:#FFFFFF;
text-align:center;
transition: all 0.15s;
color:#DDDDDD;
border-color:#DDDDDD;
  border: 0;
  letter-spacing: 0.5px;
  border-radius: .5rem;
  box-sizing: border-box;
  color: F9F9F9;
  font-size: .800rem;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none #EFEFEF solid;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
}

.button2 a{
font-size: 1px;
}

.img-box img{
width:100%;
}

/*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;
}

.box p{
color:#383838;
}

.how_container .box .img-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    justify-content:center;
    background-color:#2A3748

}

.slideshow {
  width: 800px;
  height:240px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.slides {
  display: flex;
  animation: slideAnimation 20s infinite;
  animation-delay: 5s; /* Delay the animation start by 5 seconds */
}

.slide {
  width: 100%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* Animation for sliding */
@keyframes slideAnimation {
  0%   { transform: translateX(0%); }
  33%  { transform: translateX(-100%); }
  66%  { transform: translateX(-200%); }
  100% { transform: translateX(0%); }
}
  
.booking-button{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    justify-content:center;
    height:70px;
}

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

.detail-box a{
	font-size:17px;
	letter-spacing:1.5px;
	text-decoration:none;
	color: #eb9321;
}

.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;
}

/*Fb logo*/

.fb-logo{
    font-size: 12px;
}

.fb-logo{
    font-size: 12px;
}

.fb-logo img{
    width:16px;
}

/*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;
}

/*Icons*/ 
.feature-container {
      padding-top:60px;
	  padding-bottom:40px;
	  display: flex;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;

    }
	
	  .full-width {
      background-color:#FCFCFC;
    }

    .feature {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 300px;
      text-align: center;
    }

    .feature img {
      width: 60px;
      height: 60px;
      margin-bottom: 15px;
    }

    .feature h4 {
      font-size: 18px;
      margin-bottom: 10px;
	  color:#eb9321;
	  letter-spacing:1px;
	  font-weight:normal;
    }

    .feature p {
      font-size: 16px;
      color: #333;
    }

/* 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 #EBEBEB;
    padding: 20px;
    border-radius: 8px;
    width: 49%;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.product h4 {
    background-color: #FCFCFC;
	height: flex;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    margin-bottom: 7px;
    box-sizing: border-box;
	color: #383838;
}


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

.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;
}

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

.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;
}