* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Ensure all images are responsive */
img {
  max-width: 100%;
  height: auto;
}

/* Prevent horizontal scrolling */
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: rgba(245, 245, 245, 0.87);
}

:root {
  --lerp-0: 1;
  --lerp-1: 0.5787037;
  --lerp-2: 0.2962963;
  --lerp-3: 0.125;
  --lerp-4: 0.037037;
  --lerp-5: 0.0046296;
  --lerp-6: 0;
  --width: 100%;
  --height: 100%;
  --border-width: 200px;
  --border-height: 200px;
}

/* ------------------------------------------------------------------------ HOME ------------------------------------------------------------------------------------------ */
.home {
  position: relative;
  height: auto;
  width: 100%;
  background-color: transparent;
}

/* ----------------- Mail and Number ---------------------- */

.header-top {
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  align-items: center;
}

.header-top > div {
  margin: 0;
}

/* -------------------- Navbar -------------------- */

.header {
  position: relative;
  width: 100%;
  height: 70px;
}

/* custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::selection {
  background: rgb(0, 123, 255, 0.3);
}

.navbar {
  position: fixed;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #24111a;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar .content {
  max-width: 1250px;
  margin: auto;
  padding: 0 30px;
}

.navbar.sticky {
  background: #24111a;
  padding: 10px 0;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.navbar .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .logo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}

.navbar .logo a {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.navbar .logo img{
  width: 400px !important;
  height: 70px !important;
  max-width: 400px !important;
  max-height: 70px !important;
  margin-right: 0;
  object-fit: contain;
  display: block;
}

.navbar .menu-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
}

.menu-list li {
  list-style: none;
}

.menu-list li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.menu-list li a:hover {
  color: #b57514;
  text-shadow: 0 0 10px black;
}

.banner {
  background: url("banner.jpg") no-repeat;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.about {
  padding: 30px 0;
}

.about .title {
  font-size: 38px;
  font-weight: 700;
}

.about p {
  padding-top: 20px;
  text-align: justify;
}

.icon {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.header-book-btn {
  display: flex;
  align-items: center;
}

.book-btn {
  background-color: #b57514;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.book-btn:hover {
  background-color: #9a6212;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(181, 117, 20, 0.3);
}

.menu-list .cancel-btn {
  position: absolute;
  right: 30px;
  top: 20px;
}

/* ----------------- Carousel ---------------------- */
.home-carousel {
  margin: 0;
  margin-top: -70px;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}

.carousel-container {
  height: calc(100vh + 70px);
  min-height: calc(600px + 70px);
  max-height: calc(800px + 70px);
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin: 0;
  padding: 0;
}

.carousel,
.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.carousel-content {
  position: absolute;
  max-width: 30vw;
  top: 20%;
  left: 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-shadow: 2px 2px 40px rgba(255, 255, 255, 0.911);
  z-index: 10;
}

.carousel-content p{
  font-size: 1.12rem;
}

/* Hero Image Responsive Styles */
.carousel-item {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Large Desktop (1400px and up) */
@media (min-width: 1400px) {
  .navbar {
    padding: 15px 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar .logo img {
    width: 450px !important;
    height: 80px !important;
    max-width: 450px !important;
    max-height: 80px !important;
  }

  .menu-list li a {
    font-size: 20px;
    padding: 12px 15px;
  }
  
  .book-btn {
    padding: 10px 20px;
    font-size: 16px;
  }

  .carousel-container {
    height: 100vh;
    max-height: 900px;
  }
  
  .carousel-content {
    max-width: 25vw;
    top: 25%;
    left: 10%;
  }
  
  .carousel-content h1 {
    font-size: 4rem;
  }
  
  .carousel-content h5 {
    font-size: 1.5rem;
  }
}

/* ---------- Media Query Home -------------- */

/* Desktop (1200px - 1399px) */
@media (max-width: 1399px) {
  .navbar {
    padding: 12px 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar .logo img {
    width: 380px !important;
    height: 75px !important;
    max-width: 380px !important;
    max-height: 75px !important;
  }

  .menu-list li a {
    font-size: 19px;
    padding: 11px 14px;
  }

  .carousel-container {
    height: 80vh;
    min-height: 600px;
    max-height: 800px;
  }
  
  .carousel-content {
    max-width: 35vw;
    top: 20%;
    left: 12%;
  }
  
  .carousel-content h1 {
    font-size: 3.5rem;
  }
  
  .carousel-content h5 {
    font-size: 1.3rem;
  }
}

/* Laptop (992px - 1199px) */
@media (max-width: 1199px) {
  .navbar {
    padding: 10px 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar .logo img {
    width: 320px !important;
    height: 70px !important;
    max-width: 320px !important;
    max-height: 70px !important;
  }

  .menu-list li a {
    font-size: 18px;
    padding: 10px 12px;
  }
  
  .book-btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  .carousel-container {
    height: 70vh;
    min-height: 500px;
    max-height: 700px;
  }
  
  .carousel-content {
    max-width: 40vw;
    top: 15%;
    left: 10%;
  }
  
  .carousel-content h1 {
    font-size: 3rem;
  }
  
  .carousel-content h5 {
    font-size: 1.2rem;
  }
}

@media (max-width: 1100px) {
  .content {
    padding: 0 40px;
  }
}

@media (max-width: 900px) {
  .content {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  body.disabled {
    overflow: hidden;
  }

  .icon {
    display: block;
  }

  .icon.hide {
    display: none;
  }

  .navbar .menu-list {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: #222;
    transition: all 0.3s ease;
    z-index: 1000;
  }

  .navbar.show .menu-list {
    left: 0%;
  }

  .menu-btn {
    display: block !important;
    position: relative;
    z-index: 1001;
  }

  .navbar .menu-list li {
    margin-top: 45px;
  }

  .navbar .menu-list li a {
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .navbar.show .menu-list li a {
    margin-left: 0px;
  }
}

/* Tablet (768px - 991px) */
@media (max-width: 991px) {
  .navbar {
    padding: 8px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar .logo img {
    width: 280px !important;
    height: 65px !important;
    max-width: 280px !important;
    max-height: 65px !important;
  }

  .menu-list li a {
    font-size: 17px;
    padding: 8px 10px;
  }
  
  .header-book-btn {
    display: none;
  }

  /* Ensure hamburger menu is visible */
  .menu-btn {
    display: block !important;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
  }

  .cancel-btn {
    display: block !important;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
  }

  .carousel-container {
    height: 60vh;
    min-height: 400px;
    max-height: 600px;
  }
  
  .carousel-content {
    max-width: 50vw;
    top: 12%;
    left: 8%;
  }
  
  .carousel-content h1 {
    font-size: 2.5rem;
  }
  
  .carousel-content h5 {
    font-size: 1.1rem;
  }
  
  .carousel-content p {
    font-size: 1rem;
  }
}

/* Mobile Large (576px - 767px) */
@media (max-width: 767px) {
  .navbar {
    padding: 6px 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar .logo img {
    width: 220px !important;
    height: 55px !important;
    max-width: 220px !important;
    max-height: 55px !important;
  }

  .menu-list li a {
    font-size: 16px;
    padding: 6px 8px;
  }
  
  .header-book-btn {
    display: none;
  }

  /* Ensure hamburger menu is visible and properly sized */
  .menu-btn, .cancel-btn {
    display: block !important;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    padding: 5px;
  }

  .carousel-container {
    height: 50vh;
    min-height: 350px;
    max-height: 500px;
  }
  
  .carousel-content {
    max-width: 80vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
  }
  
  .carousel-content h1 {
    font-size: 2rem;
  }
  
  .carousel-content h5 {
    font-size: 1rem;
  }
  
  .carousel-content p {
    font-size: 0.9rem;
  }
}

/* Mobile Medium (480px - 575px) */
@media (max-width: 575px) {
  .navbar {
    padding: 5px 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .navbar .logo img {
    width: 180px !important;
    height: 50px !important;
    max-width: 180px !important;
    max-height: 50px !important;
  }

  .menu-list li a {
    font-size: 15px;
    padding: 5px 6px;
  }

  /* Ensure hamburger menu is visible on smaller screens */
  .menu-btn, .cancel-btn {
    display: block !important;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 3px;
  }

  .carousel-container {
    height: 45vh;
    min-height: 300px;
    max-height: 400px;
  }
  
  .carousel-content {
    max-width: 85vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
  }
  
  .carousel-content h1 {
    font-size: 1.8rem;
  }
  
  .carousel-content h5 {
    font-size: 0.9rem;
  }
  
  .carousel-content p {
    font-size: 0.8rem;
  }
  
  .button-1 {
    padding: 0.8rem 1.5rem;
    font-size: 0.8rem;
    font-weight: 500;
  }
}

/* Mobile Small (320px - 479px) */
@media (max-width: 479px) {
  .navbar {
    padding: 4px 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .navbar .logo img {
    width: 150px !important;
    height: 45px !important;
    max-width: 150px !important;
    max-height: 45px !important;
  }

  .menu-list li a {
    font-size: 14px;
    padding: 4px 5px;
  }

  /* Ensure hamburger menu is visible on small screens */
  .menu-btn, .cancel-btn {
    display: block !important;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 2px;
  }

  .carousel-container {
    height: 40vh;
    min-height: 250px;
    max-height: 350px;
  }
  
  .carousel-content {
    max-width: 90vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
  }
  
  .carousel-content h1 {
    font-size: 1.5rem;
  }
  
  .carousel-content h5 {
    font-size: 0.8rem;
  }
  
  .carousel-content p {
    font-size: 0.7rem;
  }
  
  .button-1 {
    padding: 0.6rem 1.2rem;
    font-size: 0.7rem;
    font-weight: 500;
  }
}

/* Extra Small Mobile (below 320px) */
@media (max-width: 319px) {
  .navbar {
    padding: 3px 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .navbar .logo img {
    width: 120px !important;
    height: 40px !important;
    max-width: 120px !important;
    max-height: 40px !important;
  }

  .menu-list li a {
    font-size: 13px;
    padding: 3px 4px;
  }

  /* Ensure hamburger menu is visible on extra small screens */
  .menu-btn, .cancel-btn {
    display: block !important;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 1px;
  }

  .carousel-container {
    height: 35vh;
    min-height: 200px;
    max-height: 300px;
  }
  
  .carousel-content {
    max-width: 95vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    align-items: center;
  }
  
  .carousel-content h1 {
    font-size: 1.2rem;
  }
  
  .carousel-content h5 {
    font-size: 0.7rem;
  }
  
  .carousel-content p {
    font-size: 0.6rem;
  }
  
  .button-1 {
    padding: 0.5rem 1rem;
    font-size: 0.6rem;
    font-weight: 500;
  }
}

@media (max-width: 380px) {
  .navbar .logo a {
    font-size: 27px;
  }
}

/* --------------------------------------------------------------- About Us ---------------------------------------------------------------------------------- */
.about-us {
  width: 100%;
  height: auto;
  min-height: 300px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 20px 0;
  position: relative;
}

.about-us::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="spa-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23e7183b" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23spa-pattern)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}

.about-us-content {
  max-width: 70vw;
  position: relative;
  z-index: 2;
}

.about-us-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 10px;
}

.about-logo-img {
  max-width: 350px;
  height: 350px;
  width: 350px;
  object-fit: cover;
  border-radius: 50%;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));
  transition: transform 0.3s ease;
}

.about-logo-img:hover {
  transform: scale(1.05);
}

.about-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px 10px;
}

.about-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #495057;
  margin-bottom: 1.5rem;
}

.about-features {
  margin-top: 2rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.feature-icon {
  font-size: 2rem;
  color: #b57514;
  margin-right: 1rem;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.feature-content h5 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.5rem;
}

.feature-content p {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

.about-cta {
  margin-top: 1rem;
  text-align: center;
}

.about-cta .button-1 {
  appearance: none;
  
  background-color: #b57514;
  border-width: 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Clarkson, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 1rem 1.25rem;
  position: relative;
  text-align: left;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1),
    background-color 100ms cubic-bezier(0.694, 0, 0.335, 1),
    color 100ms cubic-bezier(0.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  box-shadow: 0 0 10px 5px rgba(149, 160, 149, 0.685);
}

.about-cta .button-1 a {
  color: #ffffff;
  text-decoration: none;
}

.about-cta .button-1:hover a{
  color: whitesmoke;
}

.about-cta .button-1:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(181, 117, 20, 0.4);
}

.about-cta .button-1:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: #b57514;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.about-cta .button-1:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}


.about-cta .button-1 span {
  z-index: 1;
  position: relative;
}
about-cta
.fancy-line::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 3px;
  background: #f8d559;
  content: "";
  margin: 14px 0;
}

.fancy-line::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 3px;
  background: #f8d559;
  content: "";
  margin: 14px 0;
}

.fancy-line {
  position: relative;
  width: 300px;
  height: 40px;
  display: inline-flex;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  color: #f8d559;
}

/* -------------- Media Query AboutUs ------------ */
@media (max-width: 1230px) {
  .about-us-content {
    max-width: 85vw;
  }
  
  .about-us-logo {
    padding: 30px 15px;
  }
  
  .about-content-wrapper {
    padding: 30px 15px;
  }
  
  .about-logo-img {
    max-width: 300px;
    height: 300px;
    width: 300px;
  }
  
  .header-book-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .about-us {
    padding: 15px 0;
    min-height: 250px;
  }
  
  .about-us-logo {
    width: 50vw;
    margin: 0 auto 3rem;
    padding: 20px;
    justify-content: center;
  }
  
  .about-content-wrapper {
    padding: 20px;
    justify-content: center;
    text-align: center;
  }
  
  .about-logo-img {
    max-width: 280px;
    height: 280px;
    width: 280px;
  }
  
  .about-description {
    text-align: center;
  }
  
  .feature-item {
    padding: 0.8rem;
    margin-bottom: 1rem;
  }
  
  .feature-icon {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .about-us {
    padding: 10px 0;
    min-height: 200px;
  }
  
  .about-us-content {
    max-width: 95vw;
  }
  
  .about-us-logo {
    width: 70vw;
    margin: 0 auto 2rem;
    padding: 15px;
    justify-content: center;
  }
  
  .about-content-wrapper {
    padding: 15px;
    justify-content: center;
    text-align: center;
  }
  
  .about-logo-img {
    max-width: 250px;
    height: 250px;
    width: 250px;
  }
  
  .about-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .feature-item {
    flex-direction: column;
    text-align: center;
    padding: 1rem;
  }
  
  .feature-icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 575px) {
  .about-us-content {
    max-width: 95vw;
  }

  .about-us-logo {
    width: 80vw;
    padding: 15px;
    justify-content: center;
  }
  
  .about-content-wrapper {
    padding: 10px;
    justify-content: center;
    text-align: center;
  }
  
  .about-logo-img {
    max-width: 200px;
    height: 200px;
    width: 200px;
  }

  .about-description {
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
  }
  
  .feature-content h5 {
    font-size: 1.1rem;
  }
  
  .feature-content p {
    font-size: 0.9rem;
  }
  
  .about-cta .button-1 {
    padding: 12px 25px;
    font-size: 1rem;
  }
}

@media (max-width: 420px) {
  .about-us {
    padding: 8px 0;
  }
  
  .about-us-logo {
    width: 90vw;
    padding: 10px;
    justify-content: center;
  }
  
  .about-content-wrapper {
    padding: 5px;
    justify-content: center;
    text-align: center;
  }
  
  .about-logo-img {
    max-width: 180px;
    height: 180px;
    width: 180px;
  }
  
  .about-description {
    text-align: center;
  }
  
  .about-us-content, .about-us-content > .row > .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  
  .feature-item {
    padding: 0.8rem;
    margin-bottom: 0.8rem;
  }
  
  .feature-icon {
    font-size: 1.3rem;
  }
  
  .about-cta .button-1 {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  
  .header-book-btn {
    display: none;
  }
}


/* -------------------------------------------------------------------------- Services ------------------------------------------------------------------------------ */
.services {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 8px;
  padding: 20px 10px;
  gap: 10px;
}


.services-card {
  position: relative;
  width: 18vw;
  height: 25em;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin: 15px 1.5vw;
  min-width: 20rem;
}

.services-card * {
  position: relative;
  z-index: 2;
}

.services-card:hover .color-overlay {
  background-color: rgba(44, 44, 44, 0.8);
}

.services-card:hover .intro {
  color: #b57514;
}

.services-card:hover .info {
  bottom: -3em;
  opacity: 1;
}

.services-card,
.color-overlay {
  border-radius: 0.7em;
}

.color-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: background-color 0.5s;
  background: rgba(74, 100, 114, 0.3);
  z-index: 1;
}

.title-box {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 2em;
}

.title-box hr {
  margin-top: -0.4em;
  margin-bottom: 1em;
  width: 5em;
  height: 0.25em;
  box-sizing: content-box;
  border: none;
  background: #d0bc57;
}

h3 {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.4em;
  text-align: center;
}

.intro {
  width: 200px;
  margin: 0 auto;
  color: #fff;
  font-family: "Droid Serif", serif;
  line-height: 16px;
  transition: color 0.5s;
  font-size: 0.9em;
}

.info {
  font-family: "Droid Serif", serif;
  font-size: 1em;
  color: #ddd;
  line-height: 1.2em;
  padding: 0 1.5em;

  position: absolute;
  top: 12rem;
  opacity: 0;
  background: transparent;
  transition: opacity 0.3s, bottom 0.3s;
  text-align: center;
}

#card1 {
  background-image: url("../images/ServicesImg/1.jpg");
  background-size: cover;
}

#card2 {
  background-image: url("../images/ServicesImg/2.jpg");
  background-size: cover;
}

#card3 {
  background-image: url("../images/ServicesImg/3.png");
  background-size: cover;
}

#card4 {
  background-image: url("../images/ServicesImg/4.jpg");
  background-size: cover;
}

#card5 {
  background-image: url("../images/ServicesImg/5.jpg");
  background-size: cover;
}

#card6 {
  background-image: url("../images/ServicesImg/8.jpg");
  background-size: cover;
}

#card7 {
  background-image: url("../images/ServicesImg/1.jpg");
  background-size: cover;
}

#card8 {
  background-image: url("../images/ServicesImg/2.jpg");
  background-size: cover;
}

#card9 {
  background-image: url("../images/ServicesImg/3.png");
  background-size: cover;
}

#card10 {
  background-image: url("../images/ServicesImg/4.jpg");
  background-size: cover;
}

#card11 {
  background-image: url("../images/ServicesImg/5.jpg");
  background-size: cover;
}

#card12 {
  background-image: url("../images/ServicesImg/8.jpg");
  background-size: cover;
}

/* -------------- Media Query Services --------------------- */
@media (min-width: 1700px){
  .services-card{
    width: 15vw;
    height: 22em;
    margin: 20px 2vw;
    min-width: 18rem;
  }
}

@media (max-width: 1400px) {
  .services-card {
    width: 22vw;
    height: 24em;
    margin: 12px 1.5vw;
    min-width: 18rem;
  }
}

@media (max-width: 1200px) {
  .services-card {
    width: 28vw;
    height: 23em;
    margin: 10px 1vw;
    min-width: 16rem;
  }
}

@media (max-width: 991px) {
  .services-card {
    width: 42vw;
    height: 22em;
    margin: 8px;
    min-width: 14rem;
  }
}

@media (max-width: 767px) {
  .services-card {
    width: 75vw;
    height: 20em;
    margin: 8px auto;
    min-width: 12rem;
  }
  
  .services {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .services-card {
    width: 85vw;
    height: 18em;
    margin: 6px auto;
    min-width: 10rem;
  }
}

@media (max-width: 420px) {
  .services-card {
    width: 90vw;
    height: 16em;
    margin: 5px auto;
    min-width: 8rem;
  }

  .intro {
    font-size: 0.8em;
    width: 150px;
  }

  .info {
    font-size: 0.85em;
    top: 10rem;
    padding: 0 1em;
  }
}

@media (max-width: 575px){
  .services-card{
    transform: scale(0.92);
  }

  .services:not(.head) {
    padding: 0 2vw 4vh 1vw;
  }
  
  .header-book-btn {
    display: none;
  }
  
  .gallery-container {
    padding: 1rem 0;
  }
  
  .gallery {
    height: auto;
  }
}

/* ---------------------------------------------------------------- OFFERS/Pricing --------------------------------------------------------------------------- */

.offers {
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 90px;
  margin-top: 10px;
}

.offers .titlepage h2 {
  color: #fff;
}

.offers .titlepage p {
  color: #fff;
  padding-top: 10px;
}

.offers .test {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5rem;
  justify-content: space-around;
}

.our_priceing {
  padding: 0 30px;
  position: relative;
  margin-bottom: 30px;
  transition: padding 0.4s;
}

.our_priceing::before {
  position: absolute;
  content: "";
  padding: 0 30px;
  background: white;
  box-shadow: 0 0 10px 2px rgb(201, 201, 201);
  width: 100%;
  height: 86%;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 30px;
  z-index: 1;
}

.our_pri {
  background: #b57514;
  padding: 30px 20px 45px 20px;
  position: relative;
  z-index: 99;
  margin-bottom: 23px;
  box-shadow: 0 0 10px 2px rgb(168, 168, 168);
}

.our_priceing:hover {
  padding: 15px;
}

.our_priceing:hover .our_pri button {
  left: 31%;
  transform: scale(1.1);
}

.our_pri figure {
  overflow: hidden;
  border-bottom-right-radius: 25%;
  border-top-left-radius: 25%;
}

.our_pri h3 {
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  padding-bottom: 35px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.our_pri span {
  color: #fff;
  font-size: 26px;
  line-height: 16px;
  font-weight: bold;
  padding-bottom: 25px;
}

.our_pri span strong {
  color: #fff;
  font-size: 68px;
  line-height: 68px;
  font-weight: bold;
}

.our_pri p {
  line-height: 30px;
  padding-top: 23px;
  padding-bottom: 30px;
  color: #fff;
}

.our_pri button {
  text-align: center;
  font-size: 20px;
  border-radius: 30px;
  padding: 15px 40px;
  border: none;
  font-weight: 600;
  background-color: whitesmoke;
  width: auto;
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  left: 30%;
  border: 1px solid #b57514;
  transition: left 0.4s, transform 0.4s;
}

.our_pri button a {
  text-decoration: none;
  color: #b57514;
}

.our_pri button:hover {
  background-color: #e9e7e7;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(181, 117, 20, 0.3);
}

/* ------------- Media Query Offers ------------------ */
@media (max-width: 1230px) {
  .our_pri button {
    padding: 10px 20px;
    left: 35%;
  }

  .our_priceing:hover {
    padding: 8px;
  }

  .our_priceing:hover .our_pri button {
    left: 35%;
    transform: scale(1.1);
  }
}

@media (max-width: 575px){
  .our_pri button{
    left: 30%;
  }

  .our_priceing:hover .our_pri button{
    left: 32%;
  }
}

@media (max-width: 420px){
.offers>.container-fluid{
  --bs-gutter-x: 0;
}

  .our_pri button{
    left: 18%;
  }

  .our_priceing:hover .our_pri button{
    left: 25%;
  }
}

@media (max-width: 320px){
  .our_pri button{
    left: 15%;
    font-size:10px;
  }

  .our_priceing:hover .our_pri button{
    left: 22%;
  }
}

/* -------------------------------------------------------------------- TESTIMONIALS -------------------------------------------------------------------- */
.reviews {
  width: 100%;
  height: auto;
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  margin-top: 0.5rem;
  border-radius: 8px;
}

.reviews .head {
  padding-top: 5rem;
}

.demo {
  background: #f8f7f6e8;
  padding: 3rem 0 5rem;
}

.testimonial {
  padding: 3rem 5rem;
}

#testimonial-slider {
  padding: 50px 20px 35px;
  background: #ffffffa4;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 0 115px 19px rgba(236, 236, 236, 1);
}
.testimonial .description {
  font-size: 14px;
  color: #777;
  line-height: 26px;
  text-indent: 30px;
  position: relative;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.testimonial .description:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -15px;
}
.testimonial .title {
  font-size: 48px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
  color: #363636;
  text-transform: capitalize;
  margin: 0;
}
.testimonial .post {
  display: block;
  font-size: 40px;
  color: #363636;
}
.owl-buttons {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 40%;
  left: 0;
}
.owl-prev,
.owl-next {
  position: absolute;
  left: 0;
  transition: all 0.4s ease-in-out 0s;
}
.owl-next {
  left: auto;
  right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  font-weight: 900;
  color: #b57514;
  line-height: 20px;
  opacity: 0.8;
}
.owl-buttons .owl-next:before {
  content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before {
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
}
.owl-theme .owl-controls {
  margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #ccc;
  background: url("../images/pfp7.png") no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span {
  background: url("../images/pfp6.jpg") no-repeat;
  background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span {
  background: url("../images/pfp3.jpg") no-repeat;
  background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span {
  border-color: #b57514;
  opacity: 1;
}

/*--------- Media Query Testimonial -------------*/
@media (max-width: 991px) {
  .owl-item {
    width: 50vw;
  }
}

@media (max-width: 768px) {
  .owl-item {
    width: 60vw;
  }

  #testimonial-slider {
    margin: 40px 0 35px;
  }
}

@media (max-width: 575px){
  .demo{
    padding: 1rem 0 2rem;
  }

  #testimonial-slider {
    padding: 15px 20px 35px;
  }
}

@media only screen and (max-width: 479px) {
  .owl-buttons {
    bottom: 30%;
  }
}

@media (max-width: 420px){
  .testimonial{
    padding: 0;
  }
}

/* --------------------------------------------------------------------- Appointment & Map ------------------------------------------------------------------ */
.appointment {
  margin-top: 0.5rem;
  border-radius: 8px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  height: auto;
  color: white;
  background-color: #f8f9fa;
  box-shadow: 0 0 10px 5px slategray;
}

/* ------------- Form ------------------*/

.formbold-mb-5 {
  margin-bottom: 20px;
}

.formbold-pt-3 {
  padding-top: 12px;
}

.formbold-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  max-width: 600px;
  margin: 0 auto;
}

.formbold-form-wrapper {
  margin: 0 5%;
  padding: 10px;
  max-width: 550px;
  width: 100%;
  background: transparent;
  border-radius: 10px;
}

.formbold-form-input {
  width: 100%;
  min-height: 60px;
  padding: 12px 24px;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
  text-align: center;
  font-size: 20px;
  border-radius: 30px;
  padding: 15px 40px;
  margin-left: 35%;
  border: none;
  font-weight: 600;
  background-color: #b57514;
  color: whitesmoke;
  width: auto;
  cursor: pointer;
  transition: background-color 0.5s, transform 0.3s;
}

.formbold-btn:hover {
  color: #b57514;
  background-color: whitesmoke;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 5px 15px rgba(181, 117, 20, 0.4);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}

.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-full {
  width: 100%;
}


/* --------- Media Query Appointment & Map ---------*/
@media (max-width: 1550px) {
  .formbold-form-wrapper {
    padding: 20px 50px;
    margin-bottom: 3rem;
    box-shadow: 0 0 5px 2px whitesmoke;
  }
}

@media (max-width: 1230px) {
  .formbold-main-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .formbold-form-wrapper {
    padding: 20px 50px;
    margin-bottom: 3rem;
    box-shadow: 0 0 5px 2px whitesmoke;
    max-width: auto;
  }
}

@media (max-width: 575px) {

  .formbold-form-wrapper{
    max-width: 80vw;
    margin: 0;
  }

  .formbold-form-wrapper{
    transform: scale(0.8);
  }

  .formbold-btn{
    margin-left: 27%;
  }

  .sm\:w-half {
    width: 50%;
  }

}

@media (max-width: 420px){
  .formbold-form-wrapper{
    padding: 20px 15px;
  }
  .formbold-btn{
    margin-left: 22%;
  }
}

/* ------------------------------------------------------------------- Ending ------------------------------------------------------------------------- */
.ending {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*--------------- Gallery ---------------*/

.gallery-container {
  width: 100%;
  height: 100%;
  padding: 3rem 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 1rem;
  background-image: url("../images/bg2.jpg");
  background-size: cover;
}

.gallery-container .head {
  width: auto;
}

.gallery {
  position: relative;
  width: 950px;
  height: 460px;
}

.gallery:after {
  content: "";
}

img {
  width: var(--width);
  height: var(--height);
}

.clipped-border {
  -webkit-clip-path: polygon(
    50% 0%,
    95% 25%,
    95% 75%,
    100% 50%,
    5% 75%,
    5% 25%
  );
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  padding: 5px;
  background: linear-gradient(gray, black);
  width: var(--border-width);
  height: var(--border-height);
  max-height: 300px;
  max-width: 300px;
  height: var(--height);
  width: var(--width);
  transition: transform 1.5s;
  position: absolute;
  cursor: pointer;
}

.clipped-border:before {
  content: "";
  position: absolute;
  opacity: 0.5;
  width: 400px;
  height: 100px;
  background: white;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(32deg);
  transition: transform 0.5s;
}

.clipped-border:hover:before {
  transform: translate(-100px, 400%) rotate(45deg);
  transition: transform 1.5s;
}

.clipped-border:nth-child(1) {
  top: 0;
  left: -20px;
}

.clipped-border:nth-child(2) {
  top: 196px;
  left: 90px;
}

.clipped-border:nth-child(3) {
  top: 0;
  left: 225px;
}

.clipped-border:nth-child(4) {
  top: 196px;
  left: 337px;
}

.clipped-border:nth-child(5) {
  top: 0;
  left: 455px;
}

.clipped-border:nth-child(6) {
  top: 196px;
  left: 573px;
}

.clipped-border:nth-child(7) {
  top: 0;
  left: 705px;
}

#clipped {
  -webkit-clip-path: polygon(
    50% 0%,
    95% 25%,
    95% 75%,
    50% 100%,
    5% 75%,
    5% 25%
  );
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.clipped-border:hover {
  transform: scale(1.2);
  transition: transform 0.8s;
  z-index: 10;
}

/*------------ Media Query Footer ------------*/
@media (max-width: 991px) {
  .clipped-border {
    max-height: 250px;
    max-width: 250px;
  }

  .clipped-border:nth-child(1) {
    top: 0;
    left: -5px;
  }
  
  .clipped-border:nth-child(2) {
    top: 194px;
    left: 108px;
  }
  
  .clipped-border:nth-child(3) {
    top: 0;
    left: 225px;
  }
  
  .clipped-border:nth-child(4) {
    top: 196px;
    left: 340px;
  }
  
  .clipped-border:nth-child(5) {
    top: 0;
    left: 455px;
  }
  
  .clipped-border:nth-child(6) {
    top: 196px;
    left: 573px;
  }
  
  .clipped-border:nth-child(7) {
    top: 0;
    left: 685px;
  }
}

@media (max-width: 768px) {
  .gallery {
    position: relative;
    width: 100%;
    height: 660px;
    object-fit: contain;
  }

  .gallery-container{
    padding-left: 0;
    padding: 1.5rem 0;
  }

  .clipped-border:nth-child(1) {
    top: 390px;
    left: 145px;
  }
  
  .clipped-border:nth-child(2) {
    top: 194px;
    left: 30px;
  }
  
  .clipped-border:nth-child(3) {
    top: 0;
    left: 145px;
  }
  
  .clipped-border:nth-child(4) {
    top: 194px;
    left: 260px;
  }
  
  .clipped-border:nth-child(5) {
    top: 0;
    left: 375px;
  }
  
  .clipped-border:nth-child(6) {
    top: 194px;
    left: 492px;
  }
  
  .clipped-border:nth-child(7) {
    top: 390px;
    left: 375px;
  }
}

@media (max-width: 575px){
  .clipped-border {
    max-height: 210px;
    max-width: 210px;
  }
  .clipped-border:nth-child(1) {
    top: 325px;
    left: 90px;
  }
  
  .clipped-border:nth-child(2) {
    display: none;
    top: 194px;
    left: 30px;
  }
  
  .clipped-border:nth-child(3) {
    top: 0;
    left: 90px;
  }
  
  .clipped-border:nth-child(4) {
    top: 163px;
    left: 190px;
  }
  
  .clipped-border:nth-child(5) {
    top: 0;
    left: 290px;
  }
  
  .clipped-border:nth-child(6) {
    display: none;
    top: 194px;
    left: 290px;
  }
  
  .clipped-border:nth-child(7) {
    top: 325px;
    left: 290px;
  }
}

@media (max-width:420px){
  .clipped-border {
    max-height: 190px;
    max-width: 190px;
  }

  .clipped-border:nth-child(1) {
    top: 300px;
    left: 20px;
  }
  .clipped-border:nth-child(3) {
    top: 0;
    left: 20px;
  }
  
  .clipped-border:nth-child(4) {
    top: 150px;
    left: 110px;
  }
  
  .clipped-border:nth-child(5) {
    top: 0;
    left: 200px;
  }
  
  .clipped-border:nth-child(7) {
    top: 300px;
    left: 200px;
  }
}

/*---------------- Footer ------------------*/

.footer {
  width: 100%;
  height: auto;
  background-color: #b57514;
  padding-top: 1rem;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: 0 0 10px 5px slategray;
}

.footer a {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
}

.footer a:hover {
  color: #b57514;
  text-shadow: 0 0 10px black;
}

.footer a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(248, 2, 174);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.footer a:hover::before {
  transform: scaleX(1);
}

.footer-main {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

/*---------- Media Query Ending --------------*/
@media (max-width: 1230px) {
  .gallery-container {
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 0;
  }

  .gallery {
    margin-top: 2rem;
  }
}

@media (max-width: 991px) {
  .footer-main{
    justify-content: space-between;
    padding-left: 1rem;
  }
}

@media (max-width:768px){
  .footer-main{
    justify-content: space-around;
  }
  
  .footer p {
    font-size: 0.95rem;
    line-height: 1.3;
    word-wrap: break-word;
  }
  
  .footer .d-ib {
    display: block !important;
    width: 100%;
    text-align: center;
    margin: 3px 0;
  }
}

@media (max-width:420px){
  .footer-main{
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-right: 7vw;
  }
  
  .footer p {
    font-size: 0.9rem;
    line-height: 1.4;
    word-wrap: break-word;
    max-width: 100%;
  }
  
  .footer .d-ib {
    display: block !important;
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
}

/* --------------------------------------------------------- Floats ------------------------------------------------------------ */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: background-color 0.5s;
}

.float:hover {
  background-color: white;
  transition: background-color 0.5s;
}

.float:hover .my-float {
  color: #25d366;
}

.my-float {
  margin-top: 16px;
}

.float2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  left: 40px;
  background-color: darkblue;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: background-color 0.5s;
}

.float2:hover {
  background-color: white;
  transition: background-color 0.5s;
}

.float2:hover .my-float2 {
  color: darkblue;
}

.my-float2 {
  margin-top: 16px;
}

@media (max-width: 575px) {
  .float{
    width: 50px;
    height: 50px;
    bottom: 25px;
    left: 82vw;
  }

  .float2{
    width: 50px;
    height: 50px;
    bottom: 100px;
    left: 82vw;
  }

  .my-float2,.my-float {
    margin-top: 10px;
  }

}

