*{
	margin: 0;
	padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
	background-color: #01261F;
}
header {
    background-color: #01261F;
    transition: all 0.3s ease-in-out;
    z-index: 12;
    width: 100%;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  animation: slideDown 0.3s ease forwards;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.top-header {
    padding: 0.5rem 0;
    border-bottom: 1px solid #B5954E;
}
.top-header a {
    display: inline-block;
}
.top-header a img {
    width: 102px;
}
.bottom-header p {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}
.bottom-header {
    padding: 1rem 0;
    border-bottom: 1px solid #B5954E;
}
.bottom-header ul li .link {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    color: #FEFEFE;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}
header .btn-dark {
    text-transform: uppercase;
    background-color: #B5954E;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
}
header .btn-dark:hover, header .btn-dark:focus {
    background: #B5954E;
    box-shadow: none;
}
.top-header .btn-dark {
	display: none;
}

.banner-slider .carousel-control-next, .banner-slider .carousel-control-prev {
    width: 5%;
    opacity: 1;
}
.banner-slider .carousel-control-next-icon, .banner-slider .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

/* Smooth carousel transitions */
.banner-slider .carousel {
    transition: all 0.6s ease-in-out;
}

.banner-slider .carousel-item {
    transition: transform 0.8s ease-in-out !important;
}

.banner-slider .carousel-item img {
    transition: all 0.6s ease-in-out;
}

.banner-slider .carousel-fade .carousel-item {
    transition: opacity 0.8s ease-in-out !important;
}

.heading {
    font-family: "Baskervville", serif;
    font-size: 32px;
    margin: 0 0 1rem;
    letter-spacing: 1px;
    font-weight: 400;
}
.nature-flourishes p {
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.the-villa a {
    text-decoration: none;
}
.the-villa h4 {
    color: #fff;
    font-family: "Baskervville", serif;
    margin: 1rem 0 0;
    font-size: 1.3rem;
}
.antheia-card p {
    color: #fff;
    font-family: "Baskervville", serif;
    margin: 0;
}

.map h3 {
    font-size: 24px;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'Baskervville', serif;
    letter-spacing: 1px;
    padding-bottom: 5px;
}
.map h4 {
    letter-spacing: 1px;
    font-family: 'Baskervville', serif;
    font-size: 2.5rem;
    padding-bottom: 10px;
}
.map ul {
    list-style: none;
    padding: 5px 0 0;
}
.map ul li {
    letter-spacing: 1px;
    font-family: 'Baskervville', serif;
    text-transform: capitalize;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: baseline;
}

.map ul li a i {
    margin-right: 15px;
    font-size: 22px;
    color: #B5954E;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 10000;
  background: #B5954E;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
}
.skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  outline: 2px solid #fff;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
.bottom-header ul li .link {
    margin-left: 2px;
    margin-right: 2px;
}
.the-villa h4 {
    font-size: 1rem;
}
.antheia-experience {
    margin: 3rem 0 0;
}
.antheia-card.mx-5 {
    margin: 0 0 20px  !important;
}
.heading {
    font-size: 1.5rem;
}
.map h4 {
    font-size: 2rem;
}

}

@media (max-width: 767px) {
/* Header mobile optimizations */
.bottom-header {
	display: none;
}
.top-header .btn-dark {
	display: block;
}
.top-header .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.top-header a img {
    width: 80px;
}

/* Typography mobile optimizations */
.heading {
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
}
.nature-flourishes p {
    font-size: 15px;
    line-height: 24px;
    padding: 0 10px;
}
.nature-flourishes {
    padding: 3rem 0 !important;
}

/* Content spacing mobile optimizations */
.antheia-experience {
    margin: 2rem 0 0;
    padding: 0 15px;
}
.antheia-card.mx-5 {
    margin: 0 0 20px  !important;
    padding: 20px !important;
}
.antheia-card h3 {
    font-size: 1.5rem !important;
    line-height: 1.3;
}

/* Map section mobile optimizations */
.map {
    padding-top: 1rem !important;
    padding: 0 15px;
}
.map h4 {
    font-size: 1.8rem;
    line-height: 1.2;
}
.map h3 {
    font-size: 1.3rem !important;
}

/* Banner slider mobile optimizations */
.banner-slider .carousel-control-next, 
.banner-slider .carousel-control-prev {
    width: 10%;
}
.banner-slider .carousel-control-next-icon, 
.banner-slider .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
}

/* Villa section mobile optimizations */
.the-villa {
    padding: 0 15px;
}
.the-villa h3 {
    font-size: 1.8rem !important;
    margin-bottom: 1.5rem;
}
.the-villa h4 {
    font-size: 1.1rem !important;
    margin-top: 0.8rem;
}

/* Container padding for mobile */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

/* Touch-friendly button sizes */
.btn {
    min-height: 44px;
    padding: 12px 20px;
    font-size: 16px;
}

/* Improved spacing for mobile */
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.pb-4, .pb-5 {
    padding-bottom: 2rem !important;
}

/* Enhanced mobile navigation */
.header-nav {
    gap: 8px;
}
.nav-link {
    padding: 8px 12px;
    font-size: 12px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-reserve {
    padding: 10px 16px;
    font-size: 12px;
    min-height: 44px;
}

/* Mobile-optimized images */
img {
    max-width: 100%;
    height: auto;
}

/* Improved mobile readability */
p {
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Mobile-friendly spacing */
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col-md-12, .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
}

}

.the-villa {
  min-height: 400px;
}

/* Additional mobile optimizations */
@media (max-width: 767px) {
  /* Improve touch targets */
  a, button, input, select, textarea {
    min-height: 44px;
    min-width: 44px;
  }
  
  /* Optimize carousel for mobile */
  .owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  /* Improve mobile scrolling */
  body {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  
  /* Optimize images for mobile */
  .owl-carousel img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  /* Better mobile spacing */
  .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .mt-4 {
    margin-top: 1.5rem !important;
  }
  
  /* Mobile-optimized footer */
  footer {
    padding: 2rem 0;
  }
  footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  /* Improve mobile navigation */
  .top-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #01261F;
  }
  
  /* Mobile-friendly text selection */
  ::selection {
    background: #B5954E;
    color: #fff;
  }
  
  /* Optimize for mobile performance */
  * {
    -webkit-tap-highlight-color: transparent;
  }
  
  /* Better mobile form elements */
  input, textarea, select {
    font-size: 16px; /* Prevents zoom on iOS */
  }
  
  /* Touch interaction feedback */
  .touch-active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }
  
  /* Improve mobile button feedback */
  .btn:active {
    transform: scale(0.98);
  }
  
  /* Mobile-optimized links */
  a:active {
    opacity: 0.8;
  }
}

/* Tablet optimizations */
@media (min-width: 768px) and (max-width: 1024px) {
  .heading {
    font-size: 2.2rem;
  }
  .nature-flourishes p {
    font-size: 16px;
    line-height: 1.6;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn {
    min-height: 48px;
    padding: 14px 24px;
  }
}