@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lemonada:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lemonada:wght@300&family=Sarabun:wght@200;300;400&family=Varela+Round&display=swap');

:root {
  --white: white;
  --black: black;
  --menu-color: #b1ffe5;
  --fixed-menu-color: aquamarine;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}
/* 
button {
  border: none;
  background: transparent;
  cursor: pointer;
}

button:active {
  color: var(--black);
} */
a {
  text-decoration: none;
  color: var(--black);
}
p{
      font-size: 15px;
    line-height: 1.7;
    color: #555;
}
body {
  font-family: 'Sarabun', sans-serif;
  background: #fff;
  margin: 0%;
  padding: 0%;
  background-color: #EEF1FF;
  /* background: linear-gradient(to bottom, #EDF1F2, #D5E2F2); */
}

.no-transition * {
  transition: none !important;
}
.text-black{
  color: #686868 !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  /* padding: 0 !important; */
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  /*background-color: #bdbdbd21 !important;*/
  background-clip: padding-box;
  /*border: 0px solid #a1a1a1 !important;*/
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin: 8px 0 !important;
}
.emergency{
border-radius: 10px;
border-bottom: 3px solid #32A7AE;
background: #FFF;
box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.25);
}

.pop-up {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
}

.box {
    background-color: whitesmoke;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10%;
    position: relative;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
}


/* TOP BANNER RULES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top-banner {
  position: relative;
  /* left: 150px; */
  display: flex;
  justify-content: flex-end;
  /* width: calc(100% - 150px); */
  height: 90vh;
  background: url(/Banner_01.jpg)
    no-repeat center / cover;   
}
.bg_02{
  position: relative;
  display: flex;
  justify-content: center;
  background: url(/bg_02.jpg)
  no-repeat center / cover;   
}
/* .tbanner_02 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  background: url(img/bg_02.jpg) 
} */


.top-banner-overlay{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 700px; */
  height: 100vh;
  padding: 100px;
  transition: all 0.7s;
  color: var(--white);
  /* background: rgba(0, 0, 0, 0.7); */
  /* backdrop-filter: blur(10px); */
}
.top-banner-overlay_02{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 700px; */
  height: 100vh;
  padding: 100px;
  transition: all 0.7s;
  color: var(--white);
  /* background: rgba(0, 0, 0, 0.7); */
  /* backdrop-filter: blur(10px); */
}

.top-banner-overlay-1{
  display: flex;
  flex-direction: column;
  justify-content: left;
  /* width: 700px; */
  padding: 0 100px;
  transition: all 0.7s;
  color: var(--white);
  background: rgb(0, 0, 0);
}
.midlle-banner-overlay{
  margin: 300px 100px 560px 100px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  width: 700px;
  padding: 50px 50px 250px 50px;
  transition: all 0.7s;
  color: var(--white);
  background: rgba(0, 0, 0, 0.576);
}

.top-banner-overlay-2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 700px; */
  padding: 0 140px;
  transition: all 0.7s;
  color: var(--);
  background: #EEF1FF;
}
.top-banner-overlay-3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 700px; */
  padding: 0 140px;
  transition: all 0.7s;
}
.bottom-banner-overlay{
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* width: 700px; */
  padding: 0 100px;
  transition: all 0.7s;
  color: #000;
}
.bg-color{
  padding: 80px 140px;
  background: #EEF1FF;
}
.btn {
    background: #32A7AE;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    /* font-weight: 600; */
    /* padding: 10px 40px;
    margin: 20px 0; */
}

.btn:hover{
    background-color: whitesmoke;
    border: 1px solid #32A7AE;
    color: #32A7AE;
}
.bts-1{
  /* border: 1px solid #000; */
  left: 0%;
  background-color: #32A7AE;
  color: #fff;
  width: 100%;         /* full width */
  text-align: center;
  font-size: 14px;
  /* padding: 14px; */
  border: none;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 1px;
  margin-top: 10px;
}
.bts-1:hover{
  border: 1px solid #32A7AE;
  background-color: transparent;
  color: #32A7AE;
}

.bts-2, .bts-3{
  /* border: 1px solid #000; */
  left: 0%;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 40px;
  margin: 20px 0;
}
.bts-2::after{
  background-color: transparent;
  color: transparent;
}
.bts-2::before{
  background-color: transparent;
  color: transparent;
}
.bts-2:hover{
  background-color: #000;
  color: #fff;
}
.vertical_line{
  border-left: 2px solid #000;
  height: 300px;
  position: absolute;
  left: 50%;
  margin: 100px -2px 0;
  /* top: 20%; */
}
:-webkit-any(article, aside, nav, section) txt {
  font-size: 2.5em;
  text-align: center;
}

:-webkit-any(article, aside, nav, section) h1 {
  font-size: 3.5em;
  text-align: left;
  font-size: -webkit-xxx-large;
  letter-spacing: 0px;
}

.midlle-banner-overlay h1 {
  text-align: left;
}

.ic_img{
  padding: 50px 100px;
}

.top-banner-overlay.is-moved {
  transform: translateX(350px);
}
.bg-img{
  position: relative;
  display: flex;
  /* justify-content: flex-end; */
  /* width: calc(100% - 150px); */
  height: 100vh;
  background: url(/bg_3.jpg)
    no-repeat center / cover;
}


.top-banner-overlay.is-moved::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 20px;
  box-shadow: 3px 0 10px rgba(0, 0, 0, .75);
}

.top-banner-overlay p{
  margin-top: 0px;
  text-align: left;
  font-size: x-large;
}

.top-nav li + li {
  margin-top: 7px;
}
.card img{
  width: 100px;
  height: 100px;
}
.card {
    background-color: #ffffff00;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    color: #8F8F8F;
}
.card h3 {
  color: #646464;
}
.icon-text h6{
  color: #000;
  margin: 0 4px;
  font-size: 13px;
}
.icon-text p{
font-size: 12px;
}
.icon-text span{
color: #3d3c3c;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.modal-body {
  padding: 10px !important;
}

.modal-content {
  /* background-color: #000000 !important; */
  backdrop-filter: blur(100px) !important;
  border: 0px solid rgba(255, 255, 255, 0) !important;
  border-radius: 0 !important;
}

/* End subcribe */

/* # Book Appointmen 
-------------------------- */

  .booking-form { 
          max-width: 400px; 
          width: 100%; 
          border: 1px solid #ddd; 
          padding: 20px; 
          border-radius: 8px; 
        }
        input, select, button { 
          width: 100%; 
          margin: 10px 0; 
          padding: 10px; 
          box-sizing: border-box; 
        }
        button { 
          background-color: #128C7E !important; 
          color: white; 
          border: none; 
          cursor: pointer; 
          font-weight: bold; }
        button:hover { 
          background-color: #fff !important; 
          border: 1px solid #128C7E !important; 
          color: #128C7E !important;
        }


/* # Whatsapp 
-------------------------- */
.whatsapp-btn-containter {
  position: fixed;
  right: 0px;
  bottom: 6rem;
  padding: 24px;
  z-index: 100;
  /* animation: fade-up 1000ms forwards;
  animation-delay: 1000ms; */
}

@keyframes fade-up{
  100%{
    bottom: 70px;
    opacity: 1;
  }
}

.whatsapp-btn-containter .whatsapp-btn{
  font-size: 48px;
  color: #25d366;
  display: inline-block;
  transition: all 400ms;
}
.whatsapp-btn-containter .whatsapp-btn:hover{
  transform: scale(1.2);
}
.whatsapp-btn-containter span{
  position: absolute;
  top: 0;
  left: 4px;
  font-family: "roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  transform: rotateZ(0deg)  translateX(10px);
  opacity: 0;
  transition: all 400ms;
}
.whatsapp-btn-containter .whatsapp-btn:hover+span{
  transform: rotateZ(0deg) translateX(0px);
  opacity: 1;
}

.footer-bottom {
    background: #242424;
    padding: 12px 0;
}
.footer-links li a {
    color: rgb(146, 146, 146);
    margin-left: 25px;
    text-decoration: none;
}
.footer-bottom p{
    color: rgb(146, 146, 146);
}
/* Social Media */

.ft-list ul li{
    list-style: none;
    padding: 5px 0;
}

a, a:hover {
	text-decoration: none;
    color:#535353
}

.socialbtns, .socialbtns ul, .socialbtns li {
  margin: 0;
  padding: 0;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
    width: 40px;
    /* height: 28px; */
    color: rgb(255, 255, 255);
    padding: 10px 10px;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    -o-border-radius: 22px;
}

.contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    /* width: 70%; */
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
/* .btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
} */
 
input[type="checkbox"] {
  content: "";
  /* width: 1.4rem;
  height: 1.4rem; */
  /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
  clip-path: circle(50% at 50% 50%);
  transform: scale(0);
  background-color: rgb(255, 255, 255) !important;
}
input[type="checkbox"]:checked {

  transform: scale(1);
}
img.insta-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

figure {
  margin: 0 !important;
}


.emergency, .appointment {
  flex: 1;
  padding: 20px;
}

h2, h3 {
  margin-top: 0;
  color: #444;
}

.phone {
  font-size: 24px;
  font-weight: bold;
  color: #444;
  margin: 10px 0;
}

.description {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

form input {
  padding: 12px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  background: #f4f4f4;
}


/* -Zoom Effect
------------------------------------------*/
.zoom-effect {
  position: relative;
  overflow: hidden;
}
.zoom-effect img {
  max-width: 100%;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.zoom-effect:hover img {
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
.zoom-effect:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0,0,0,0.3);
  z-index: 2;
  opacity: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.zoom-effect:hover:before {
  opacity: 1;
  cursor: pointer;
}
/*----- Instagram Section
--------------------------------------------------------------*/
#instagram p {
  font-size: 1.1em;
}
#instagram figure {
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
#instagram figure i.bx {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #fff;
  opacity: 0;
  transition: 0.8s all;
}
#instagram figure:hover i.bx {
  opacity: 1;
}

/*----- Icon Box Section
--------------------------------------------------------------*/
#shipping-information {
  padding-bottom: 100px;
}
#shipping-information .icon-box {
  display: flex;
  align-items: baseline;
  border-right: 1px solid #EAEAEA;
  padding-right: 50px;
  margin-right: 50px;
}
#shipping-information .icon-box:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
#shipping-information .icon-box i.icon {
  font-size: 1.5em;
  color: var(--primary-color);
  padding-right: 15px;
}
.icon-box h4.block-title {
  line-height: 1.2;
  font-weight: 400;
  margin: 20px 0;
}


/* _________________________________ */

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 800px;
      /* margin: 1.75rem auto; */
  }
}

/* News button */
/* button {
  padding: 12px 18px;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  position: relative;
  &:hover {
    background-color: transparent;
  }
} */
i {
  margin-left: 12px;
}
.plane {
  position: absolute;
  right: 18px;
}
.fa-check,
.fade {
  animation: fade 2s;
  animation-fill-mode: forwards;
}
.hidden {
  display: none;
}
.visible {
  display: inline;
}
.fly {
  position: absolute;
  animation-name: a;
  animation-duration: 10s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-delay: 0;
}
.done {
  background-color: #D4E157;
  &:hover {
    background-color: #D4E157;
  }
}
@keyframes fade {
  0% {
    color: transparent;
 }
  100% {
    color: #fff;
 }
}
@keyframes a {
  0% {top: 10px; left: 80px;}
  100% {top: -10000px; left: 10000px; transform: scale(-5);}
}


/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 900px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
  }

  .top-banner {
    /* top: 50px; */
    left: auto;
    width: 100%;
    height: calc(100vh - 50px);
    transform: none;
    align-items: center;
  }

  .top-banner-overlay {
    position: relative; /*2*/
    left: 0; /*2*/
    max-width: 100%;
    padding: 20px;
  }
  .top-banner-overlay-1, .top-banner-overlay-2{
    padding: 20px;
  }

  .top-banner-overlay.is-moved {
    left: 100%; /*2*/
    transform: none;
  }
  .midlle-banner-overlay{
    margin: 0px 20px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.382);
  }

  .bg-img {
    position: relative;
    display: flex;
    height: 60vh;
    background: url(/bg_3.jpg) no-repeat right / cover;
  }
  .bg-color {
    padding: 20px;
  }

  .ic_img {
    padding: 10px;
}
  .vertical_line {
    border: 1px solid #000;
    height: 0;
    width: 300px;
    /* position: absolute; */
    left: 50%;
    margin: 250px -150px 0;
  }
}

/* glitch-text-with-image-background */

.bg_02 {
  display: flex;
  width: 100vw;
  height: auto;
  padding: 100px;
  background-color: black;
  background-image: url(/bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg_02__text {
  margin: auto;
  color: #fff;
  margin: 50px;
}

.bg_03 {
  display: flex;
  width: 100vw;
  height: auto;
  padding: 50px;
  background-color: black;
  background-image: url(/bg_03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg_03__text {
  margin: auto;
  color: #fff;
  margin: 50px;
}


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

.cards_item {
  display: flex;
  padding: 1rem;
}

.card_pic {
  position: relative;
  max-height: 250px;
}

.card_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_price {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 0.25rem;
  background-color: #c89b3f;
  font-size: 18px;
  font-weight: 700;
}

.card_price span {
  font-size: 12px;
  margin-top: -2px;
}

.note {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 0.25rem;
  background-color: #c89b3f;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  /* background-color: white; */
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  position: relative;
  padding: 16px 12px 32px 24px;
  margin: 16px 8px 8px 0;
  max-height: 290px;
  overflow-y: scroll;
}

.card_content::-webkit-scrollbar {
  width: 8px;
}

.card_content::-webkit-scrollbar-track {
  box-shadow: 0;
  border-radius: 0;
}

.card_content::-webkit-scrollbar-thumb {
  background: #c89b3f;
  border-radius: 15px;
}

.card_title {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}

.card_title::after {
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  bottom: 0;
  left: 10%;
  transform: translateX(-50%);
  background-color: #c89b3f;
  content: "";
}

hr {
  margin: 24px auto;
  width: 50px;
  border-top: 2px solid #c89b3f;
}

.card_text p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.5;
}

.card_text p:last-child {
  margin: 0;
}

/* Services */

/* Services Section */
.services {
  padding: 80px 20px;
}

.services .container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #222;
}

/* Grid Layout */
.boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .boxes {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Box Styling */
.box {
  background: #f0f2fe;
  margin: 0 0;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Heading */
.heading {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.heading img {
  width: 48px;
  height: 48px;
}

.heading h2 {
  font-size: 20px;
  font-weight: 600;
  color: #111;
}

/* Content */
.content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}