/*!
Theme Name: Dune Buggy UAE
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dune-buggy-uae
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dune Buggy UAE is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body,
p {
  font-family: "Lato", Arial, sans-serif;
}
body{
  padding: 0;
  margin: 0;
}
/* Sticky navbar enhancement */
.navbar.scrolled {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jua", Arial, sans-serif;
  margin: 0px;
}
p,
span {
  margin: 0px;
}
p {
  color: #030303;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.54px;
}

/* Navigation Bar */
.navbar {
  width: 70%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border-radius: 0 0 20px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}
.navbar-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2rem;
}
.navbar-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.logo-img {
  height: 40px;
  width: auto;
}
.logo-text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
}
.logo-bold {
  color: #d4a04a;
}
.navbar-menu {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-menu li a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.2s;
}
.navbar-menu li a:hover {
  color: #d4a04a;
}
.navbar-book {
  background: #8C5C10;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}
.navbar-book:hover {
  background: #b88a36;
}

/* Hero Section */
.hero-bg {
  background-image: url("assets/images//buggy-tour-uae.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 600px;
  position: relative;
  padding-top: 80px;
}
.hero-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 500px;
  height: 100%;
}
.hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  height: 100%;
  margin-left: 2rem;
}
.hero-text {
  color: #222;
  max-width: 600px;
}
.hero-title {
  color: #000;
  font-family: Jua;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px; /* 90% */
  letter-spacing: -2.7px;
}
.hero-title .text-black {
  color: #d4a04a;
  font-weight: bold;
}
.hero-book {
  background: #fff;
  color: #222;
  border: none;
  border-radius: 20px;
  padding: 0.7rem 2rem;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 2rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s, color 0.2s;
}
.hero-book:hover {
  background: #222;
  color: #fff;
}

/* Search/Filter Bar */
.search-section {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -60px;
  z-index: 10;
}
.search-box {
  background: #111;
  border-radius: 10px;
  padding: 2rem 2rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1100px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
.search-fields {
  
}
.search-field {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 120px;
  margin-right: 0.5rem;
}
.search-field label {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.search-field #bk-total-price {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.search-select {
  width: 100%;
  padding: 0.7rem 1.2rem;
  border-radius: 8px;
  border: none;
  font-size: 1rem;
  background: #222;
  color: #fff;
  appearance: none;
  margin-bottom: 0.2rem;
}
.search-btn {
  display: flex;
  align-items: flex-end;
  margin-left: 1rem;
}
.search-button {
  background: #d4a04a;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.7rem 2rem;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background 0.2s;
}
.search-button:hover {
  background: #b88a36;
}

/* Card Section Custom Styles */
.card-custom {
    border: 1.5px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: none;
    transition: box-shadow 0.2s;
    padding: 20px;
}
.card-img-top{
  margin-bottom: 8px;
}
.card-custom:hover {
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.card-time {
    color: #555;
    font-size: 0.95rem;
}
.card-title {
    font-family: 'Jua', Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #222;
}
.card-text {
    color: #222;
    font-size: 1rem;
}
.card-price{
  font-size: 1.2rem;
  font-weight: bold;
  color: #8c5c10;
}
.card-custom-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	    margin-top: 20px;
}
.book-btn {
    background: #d4a04a;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    padding: 0.5rem 0;
   
    transition: background 0.2s;
    width: 100%;
}
.book-btn:hover {
    background: #b88a36;
    color: #fff;
}
.view-more-btn {
    background: #fff;
    color: #222;
    border: 2px solid #222;
    border-radius: 24px;
    padding: 0.5rem 0;
    font-weight: 600;
    font-size: 1.1rem;
   
    transition: background 0.2s, color 0.2s;
    width: 100%;
}
.view-more-btn:hover {
    background: #222;
    color: #fff;
}

.card-section hr {
    border: none;
    height: 2px;
    background: #000;
    margin: 8px 0;
}

.img-section-img-wrap {
    position: relative;
    z-index: 1;
    border-radius: 18px;
    overflow: hidden;
}
.img-section-img-wrap iframe{
	height:450px !important;
}
.img-section-img {
    border-radius: 18px;
    width: 100%;
    height: auto;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
.img-section-card-wrap {
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
    z-index: 2;
    min-width: 340px;
   
}
.img-section-card {
    background: #f7b563;
    border-radius: 18px;
    box-shadow: 13px 13px 0 #000, 0 2px 16px rgba(0,0,0,0.10);
    padding: 2rem 2rem 1.5rem 2rem;
    color: #fff;
}
.img-section-title {
    font-family: 'Jua', Arial, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff;
}
.img-section-text {
    color: #fff;
    
    line-height: 1.2;
}
.img-section-link {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.blog-section{
padding:80px 0;

}

.section-title{
color:#fff;
text-align:center;
margin-bottom:50px;
font-size:36px;
}

.blog-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.blog-card{
background:#fff;
border-radius:10px;
overflow:hidden;
transition:0.3s;
    border: 2px solid #8c5c10;	
}

.blog-card:hover{
transform:translateY(-5px);
}

.blog-image img{
width:100%;
height:220px;
object-fit:cover;
}

.blog-content{
padding:20px;
}

.blog-content h3{
color:#000;
font-size:20px;
margin-bottom:10px;
}

.blog-date{
color:#c9a45d;
font-size:14px;
display:block;
margin-bottom:10px;
}

.blog-content p{
color:#ccc;
font-size:14px;
}

.read-more{
color:#c9a45d;
font-weight:600;
}

.pagination{
text-align:center;
margin-top:50px;
}

.pagination a,
.pagination span{
padding:10px 15px;
background:#1a1a1a;
margin:5px;
color:#fff;
}

.pagination .current{
background:#c9a45d;
}
.single-blog{
padding:80px 0;

color:#000;
}

.blog-title{
font-size:40px;
margin-bottom:20px;
}

.blog-meta{
color:#c9a45d;
margin-bottom:30px;
}

.blog-featured img{
width:100%;
border-radius:10px;
margin-bottom:30px;
}

.blog-content p{
font-size:16px;
line-height:1.7;
margin-bottom:20px;
color:#000;
}
@media (max-width: 991px) {
    .img-section-card-wrap {
        position: static !important;
        transform: none;
        margin-top: 1.5rem;
        left: 0;
        max-width: 100%;
    }
    .img-section-card {
        box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    }
}
@media (max-width: 600px) {
    .img-section-card {
        padding: 1rem 0.7rem 1rem 0.7rem;
    }
    .img-section-title {
        font-size: 1.2rem;
    }
    .img-section-img {
        border-radius: 10px;
    }
}

@media (max-width: 900px) {
  .navbar-container,
  .hero-container,
  .search-box {
    max-width: 98vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .search-fields {
    flex-direction: column;
    gap: 1rem;
  }
  .search-btn {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 640px) {
  .navbar-container {
    flex-direction: column;
    gap: 1rem;
    padding: 0.5rem 0.5rem;
  }
  .hero-bg {
    background-size: cover !important;
    min-height: 400px;
    padding-top: 60px;
  }
  .hero-container {
    min-height: 300px;
    margin-left: 0;
  }
  .hero-content {
    margin-left: 0;
    padding: 1rem 0;
  }
  .hero-title {
    font-size: 1.3rem;
  }
  .search-section {
    margin-top: -30px;
  }
  .search-box {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
}

.text-section h2, .text-section h3{
    color: #030303;
    font-family: Jua;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 33px; 47.143% */
    letter-spacing: -2.1px;
    text-align: center;
    margin-bottom: 10px;
}
.adventure-text-title{
  font-size: 48px !important;
  max-width: 700px;
  margin: auto;
}
.text-section p{
    text-align: center;
    margin-bottom: 15px;
}
.text-section{
  margin-top: 60px;
}
.card-section{
  max-width: 90%;
  margin: auto;
}

.buggy-table {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 0;
}
.buggy-table th {
    background: #9c6a18;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    border: none;
    text-align: left;
    padding: 14px 16px;
}
.buggy-table td {
    background: #fff;
    color: #6b4a13;
    font-size: 1.05rem;
    border: 1px solid #e0cfa3;
    padding: 12px 16px;
    vertical-align: middle;
}
.buggy-table tr {
    border-bottom: 1px solid #e0cfa3;
}
.buggy-table tr:last-child {
    border-bottom: none;
}
.buggy-table thead tr th:first-child {
    border-top-left-radius: 10px;
}
.buggy-table thead tr th:last-child {
    border-top-right-radius: 10px;
}
.buggy-table-heading {
    font-family: 'Jua', Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin: 2.5rem 0 1.5rem 0;
    letter-spacing: 0.5px;
}
@media (max-width: 600px) {
    .buggy-table th, .buggy-table td {
        padding: 8px 6px;
        font-size: 0.95rem;
    }
    .buggy-table-heading {
        font-size: 1.4rem;
        margin: 1.5rem 0 1rem 0;
    }
}

.info-box {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
    padding: 2.2rem 2.5rem;
    max-width: 90vw;
    margin: 0 auto;
    font-size: 1.13rem;
    color: #222;
    text-align: left;
    line-height: 1.7;
}
@media (max-width: 700px) {
    .info-box {
        padding: 1.2rem 0.7rem;
        font-size: 1rem;
    }
}

.collection-heading {
    font-family: 'Jua', Arial, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.5rem;
}
.collection-cards {
    display: flex;
    flex-direction: column;
    
}
.collection-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    padding: 22px 26px 30px 26px;
    max-width: 100%;
    margin: 0 auto;
}
.collection-title {
    font-family: 'Jua', Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    color: #111;
}
.collection-subtitle {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #222;
}
.collection-desc {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 1rem;
    color: #222;
    margin-bottom: 0;
}
@media (max-width: 700px) {
    .collection-heading {
        font-size: 1.3rem;
        margin-bottom: 1.2rem;
    }
    .collection-card {
        padding: 1.1rem 0.7rem 1.1rem 0.7rem;
    }
    .collection-title {
        font-size: 1.05rem;
    }
    .collection-subtitle {
        font-size: 0.98rem;
    }
    .collection-desc {
        font-size: 0.95rem;
    }
}
.collection-btn{
  border-radius: 20px;
border: 1.5px solid #000;
background: #FFF;
padding: 4px 20px;
display: flex;
margin: auto;
}


.adventure-title {
  text-align: center;
  margin-bottom: 50px;
}

.adventure-title h2 {
  font-family: 'Jua', Arial, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
  letter-spacing: -1px;
}

.adventure-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.adventure-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 800px;
}

.adventure-circle {
  width: 200px;
  height: 200px;
  background: #72411F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 32px rgba(139, 69, 19, 0.3);
}

.atv-illustration {
  color: #fff;
  font-size: 4rem;
  transform: rotate(-15deg);
}

.adventure-buttons {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.adventure-buttons-left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.adventure-buttons-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.adventure-pill {
  background: #8B4513;
  color: #fff;
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  min-width: 200px;
  position: relative;
  box-shadow: 0 4px 16px rgba(139, 69, 19, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
}

.adventure-pill:hover {
  background: #A0522D;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(139, 69, 19, 0.3);
}

.adventure-pill-duration {
  background: #8C5C10;
}

.adventure-pill-duration:hover , .adventure-pill-type:hover {
  background: #000;
}

.adventure-pill-type {
  background: #8C5C10;
}
.adventure-circle-img{
  width: 80%;
}
/* Connection lines */
.adventure-buttons-left .adventure-pill::after,
.adventure-buttons-right .adventure-pill::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 60px;
  height: 2px;
  background: #D2B48C;
  z-index: 1;
}

.adventure-buttons-left .adventure-pill::after {
  right: -60px;
  transform: translateY(-50%);
}

.adventure-buttons-right .adventure-pill::after {
  left: -60px;
  transform: translateY(-50%);
}
.more-about-buggy-wrap .nav-tabs {
	    align-items: center;
    justify-content: center;
	border:none;
}
.more-about-buggy-wrap .nav-link {
	display: inline-block;
    outline: 0;
    padding: 10px 25px;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #412706;
    font-size: 14px;
}
.more-about-buggy-wrap .nav-link.active {
    background: none;
    border: none;
    border: 1px solid #8c5c10 !important;
    border-radius: 6px !important;
}


/* Responsive Design */
@media (max-width: 768px) {
  .adventure-title h2 {
    font-size: 2rem;
  }
  
  .adventure-center {
    flex-direction: column;
    gap: 40px;
  }
  
  .adventure-circle {
    width: 150px;
    height: 150px;
    order: 1;
  }
  
  .atv-illustration {
    font-size: 3rem;
  }
  
  .adventure-buttons {
    position: static;
    transform: none;
    order: 2;
    width: 100%;
    max-width: 300px;
  }
  
  .adventure-buttons-left,
  .adventure-buttons-right {
    position: static;
    transform: none;
  }
  
  .adventure-pill {
    min-width: 250px;
    margin: 0 auto 15px auto;
  }
  
  .adventure-pill::after {
    display: none;
  }
	.blog-grid{
display:block;
}
	.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    margin: 20px 20px;
	border: 2px solid #8c5c10;
}
}

@media (max-width: 480px) {
 
  
  .adventure-title {
    margin-bottom: 30px;
  }
  
  .adventure-title h2 {
    font-size: 1.5rem;
  }
  
  .adventure-circle {
    width: 120px;
    height: 120px;
  }
  
  .atv-illustration {
    font-size: 2.5rem;
  }
  
  .adventure-pill {
    min-width: 200px;
    padding: 10px 15px;
    font-size: 0.8rem;
  }
}

/* Why Choose Us Section Styles */
.why-choose-section {
  margin: 80px auto;
  padding: 0 20px;
}

.why-choose-panel {
  background: #8C5C10;
  border-radius: 20px;
  padding: 40px 35px;
  color: #fff;
  box-shadow: 0 8px 32px rgba(140, 92, 16, 0.3);
}

.why-choose-title {
  font-family: 'Jua', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.2;
}

.why-choose-text {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 20px;
}

.why-choose-text:last-child {
  margin-bottom: 0;
}

.why-choose-features {
  padding-left: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 15px;
}

.feature-icon {
  width: 40px;
  height: 40px;
  background: #8C5C10;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon i {
  color: #fff;
  font-size: 1.1rem;
}

.feature-text {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
}

/* Responsive Design */
@media (max-width: 768px) {
  .why-choose-section {
    margin: 60px auto;
    padding: 0 15px;
  }
  
  .why-choose-panel {
    padding: 30px 25px;
    margin-bottom: 30px;
  }
  
  .why-choose-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  
  .why-choose-text {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  
  .why-choose-features {
    padding-left: 0;
  }
  
  .feature-item {
    margin-bottom: 15px;
  }
  
  .feature-icon {
    width: 35px;
    height: 35px;
  }
  
  .feature-icon i {
    font-size: 1rem;
  }
  
  .feature-text {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .why-choose-section {
    margin: 40px auto;
    padding: 0 10px;
  }
  
  .why-choose-panel {
    padding: 25px 20px;
  }
  
  .why-choose-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  
  .why-choose-text {
    font-size: 0.95rem;
    margin-bottom: 12px;
  }
  
  .feature-item {
    margin-bottom: 12px;
    gap: 12px;
  }
  
  .feature-icon {
    width: 32px;
    height: 32px;
  }
  
  .feature-icon i {
    font-size: 0.9rem;
  }
  
  .feature-text {
    font-size: 0.95rem;
  }
}

/* Capturing the Moments Section Styles */


.capturing-moments-content {
  text-align: center;
}

.capturing-moments-title {
  font-family: 'Jua', Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
  line-height: 1.2;
}

.carousel-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 15px;
 
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.carousel-image-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: 400%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.slider-slide {
  width: 25%;
  height: 100%;
  position: relative;
  flex-shrink: 0;
}

.carousel-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sand-cloud-effect {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(45deg, 
    rgba(255, 165, 0, 0.3) 0%, 
    rgba(255, 140, 0, 0.2) 30%, 
    rgba(255, 165, 0, 0.1) 70%, 
    transparent 100%);
  pointer-events: none;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: #8C5C10;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 4px 16px rgba(140, 92, 16, 0.3);
}

.carousel-nav:hover {
  background: #A0522D;
  transform: translateY(-50%) scale(1.1);
}

.carousel-nav i {
  color: #fff;
  font-size: 1.2rem;
}

.carousel-nav-left {
  left: -25px;
}

.carousel-nav-right {
  right: -25px;
}


/* Responsive Design */
@media (max-width: 768px) {
 
  
  .capturing-moments-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  
  .carousel-image-container {
    height: 350px;
  }
  
  .carousel-nav {
    width: 40px;
    height: 40px;
  }
  
  .carousel-nav i {
    font-size: 1rem;
  }
  
  .carousel-nav-left {
    left: -20px;
  }
  
  .carousel-nav-right {
    right: -20px;
  }
}

@media (max-width: 480px) {

  
  .capturing-moments-title {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  
  .carousel-image-container {
    height: 250px;
  }
  
  .carousel-nav {
    width: 35px;
    height: 35px;
  }
  
  .carousel-nav i {
    font-size: 0.9rem;
  }
  
  .carousel-nav-left {
    left: -17px;
  }
  
  .carousel-nav-right {
    right: -17px;
  }
}

/* UAE Licensed Section Styles */
.uae-licensed-section {
  background-image: url('assets/images//uae-license-img.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  position: relative;
  margin: 80px 0;
}



.uae-licensed-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.uae-licensed-title {
  font-family: 'Jua', Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.uae-licensed-text {
  text-align: center;

}

.uae-licensed-paragraph {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 25px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.uae-licensed-paragraph:last-child {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .uae-licensed-section {
    margin: 60px 0;
    min-height: 500px;
  }
  
  .uae-licensed-overlay {
    min-height: 500px;
    padding: 40px 0;
  }
  
  .uae-licensed-title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  
  .uae-licensed-paragraph {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  
  .uae-licensed-text {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .uae-licensed-section {
    margin: 40px 0;
    min-height: 450px;
  }
  
  .uae-licensed-overlay {
    min-height: 450px;
    padding: 30px 0;
  }
  
  .uae-licensed-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
  
  .uae-licensed-paragraph {
    font-size: 0.95rem;
    margin-bottom: 18px;
    text-align: center;
  }
  
  .uae-licensed-text {
    text-align: center;
  }
}

/* Reviews Section Styles */
.reviews-section {
  margin: 80px auto;
  
}

.reviews-header {
  text-align: center;
  margin-bottom: 50px;
}

.reviews-title {
  font-family: 'Jua', Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.2;
}

.reviews-subtitle {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.1rem;
  color: #666;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}



.reviewsSwiper .swiper-slide {
  height: auto;
}


.review-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f0f0f0;
  height: 100%;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.star-rating {
  margin-bottom: 15px;
}

.star-rating i {
  color: #FFD700;
  font-size: 1.1rem;
  margin-right: 3px;
}

.review-text {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

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

.reviewer-name {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
  .reviews-section {
    margin: 60px auto;
  
  }
  
  .reviews-header {
    margin-bottom: 40px;
  }
  
  .reviews-title {
    font-size: 2.2rem;
  }
  
  .reviews-subtitle {
    font-size: 1rem;
  }
  
 
  
  .review-card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .reviews-section {
    margin: 40px auto;
    
  }
  
  .reviews-title {
    font-size: 1.8rem;
  }
  
  .reviews-subtitle {
    font-size: 0.95rem;
  }
  
 
  
  .review-card {
    padding: 18px;
  }
  
  .review-text {
    font-size: 0.95rem;
  }
  
  .reviewer-name {
    font-size: 0.9rem;
  }
}

/* FAQ Section Styles */
.faq-section {
  margin: 80px auto;
  padding: 0 20px;
}

.faq-header {
  text-align: center;
  margin-bottom: 50px;
}

.faq-title {
  font-family: 'Jua', Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.faq-subtitle {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 15px;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.faq-question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f8f9fa;
  border: none;
  width: 100%;
  text-align: left;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #e9ecef;
}

.question-text {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
  flex: 1;
}

.faq-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.faq-question.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
}

.faq-answer.active {
  max-height: 200px;
}

.faq-answer p {
  padding: 20px 25px;
  margin: 0;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .faq-section {
    margin: 60px auto;
    padding: 0 15px;
  }
  
  .faq-header {
    margin-bottom: 40px;
  }
  
  .faq-title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  
  .faq-subtitle {
    font-size: 1rem;
  }
  
  .faq-question {
    padding: 18px 20px;
  }
  
  .question-text {
    font-size: 1rem;
  }
  
  .faq-icon {
    width: 28px;
    height: 28px;
    font-size: 1.1rem;
  }
  
  .faq-answer p {
    padding: 18px 20px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .faq-section {
    margin: 40px auto;
    padding: 0 10px;
  }
  
  .faq-title {
    font-size: 1.8rem;
  }
  
  .faq-subtitle {
    font-size: 0.95rem;
  }
  
  .faq-question {
    padding: 15px 18px;
  }
  
  .question-text {
    font-size: 0.95rem;
  }
  
  .faq-icon {
    width: 26px;
    height: 26px;
    font-size: 1rem;
  }
  
  .faq-answer p {
    padding: 15px 18px;
    font-size: 0.9rem;
  }
}

/* Footer Styles */
.footer {
  margin-top: 80px;
}

.footer-main {
  background: #72411F;
  padding: 60px 0 40px 0;
}

.footer-bottom {
  background: #C7995F;
  padding: 10px 0;
}

.footer-column {
  margin-bottom: 20px;
}

.footer-heading {
  font-family: 'Jua', Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #D2B48C;
}

.footer-text {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 12px;
}

.footer-list li a {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-list li a:hover {
  color: #D2B48C;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #8C5C10;
}

.social-icon:hover {
  background: #D2B48C;
  color: #fff;
  transform: translateY(-2px);
}

.social-icon i {
  font-size: 1.1rem;
}

.footer-copyright {
  text-align: center;
}

.footer-copyright p {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 0.95rem;
  color: #fff;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer {
    margin-top: 60px;
  }
  
  .footer-main {
    padding: 40px 0 30px 0;
  }
  
  .footer-bottom {
    padding: 15px 0;
  }
  
  .footer-heading {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  
  .footer-text {
    font-size: 0.95rem;
  }
  
  .footer-list li a {
    font-size: 0.95rem;
  }
  
  .social-icon {
    width: 35px;
    height: 35px;
  }
  
  .social-icon i {
    font-size: 1rem;
  }
  
  .footer-copyright p {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .footer {
    margin-top: 40px;
  }
  
  .footer-main {
    padding: 30px 0 20px 0;
  }
  
  .footer-bottom {
    padding: 12px 0;
  }
  
  .footer-heading {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }
  
  .footer-text {
    font-size: 0.9rem;
  }
  
  .footer-list li {
    margin-bottom: 10px;
  }
  
  .footer-list li a {
    font-size: 0.9rem;
  }
  
  .social-icons {
    gap: 12px;
  }
  
  .social-icon {
    width: 32px;
    height: 32px;
  }
  
  .social-icon i {
    font-size: 0.9rem;
  }
  
  .footer-copyright p {
    font-size: 0.85rem;
  }
}

/* Packages Hero Section */
.packages-hero {
  background-image: url('assets/images//home-hero-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
  margin-top: 0;
}

.packages-hero-overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2));
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.packages-hero-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.packages-hero-title {
  color: #FFF;
  text-align: center;
  font-family: "Istok Web", Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; 
}

/* Responsive Design for Packages Hero */
@media (max-width: 768px) {
  .packages-hero {
    min-height: 400px;
    margin-top: 0;
  }
  
  .packages-hero-overlay {
    min-height: 400px;
  }
  
  .packages-hero-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 480px) {
  .packages-hero {
    min-height: 350px;
    margin-top: 0;
  }
  
  .packages-hero-overlay {
    min-height: 350px;
  }
  
  .packages-hero-title {
    font-size: 2rem;
  }
}

/* Popular Packages Section */
.popular-packages-section {
  margin: 80px auto;
  padding: 0 20px;
}

.popular-packages-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.popular-packages-title {
  font-family: 'Jua', Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.2;
}

.popular-packages-text {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
  text-align: left;
  margin: 0;
}

/* Responsive Design for Popular Packages */
@media (max-width: 768px) {
  .popular-packages-section {
    margin: 60px auto;
    padding: 0 15px;
  }
  
  .popular-packages-title {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
  
  .popular-packages-text {
    font-size: 1rem;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .popular-packages-section {
    margin: 40px auto;
    padding: 0 10px;
  }
  
  .popular-packages-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  
  .popular-packages-text {
    font-size: 0.95rem;
  }
}

/* About Us Section Styles */
.about-us-section {
  margin: 80px auto;
  padding: 0 20px;
}

.about-us-panel {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 40px 35px;
  text-align: center;
}

.about-us-title {
  font-family: 'Jua', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 25px;
  line-height: 1.2;
}

.about-us-text {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
}

.about-us-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-book {
  background: #d4a04a;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.btn-book:hover {
  background: #b88a36;
  color: #fff;
}

.btn-details {
  background: #fff;
  color: #000;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.btn-details:hover {
  background: #000;
  color: #fff;
}

/* Image Grid Styles */
.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr 1fr 1fr;
  gap: 13px;
  height: 500px;
}

.grid-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.grid-item-large {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

.grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.grid-image:hover {
  transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
  .about-us-section {
    margin: 60px auto;
    padding: 0 15px;
  }
  
  .about-us-panel {
    padding: 30px 25px;
    margin-bottom: 30px;
  }
  
  .about-us-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  
  .about-us-text {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }
  
  .about-us-buttons {
    gap: 12px;
  }
  
  .btn-book,
  .btn-details {
    padding: 10px 25px;
    font-size: 0.95rem;
  }
  
  .image-grid {
    height: 400px;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .about-us-section {
    margin: 40px auto;
    padding: 0 10px;
  }
  
  .about-us-panel {
    padding: 25px 20px;
  }
  
  .about-us-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  
  .about-us-text {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  
  .about-us-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-book,
  .btn-details {
    width: 200px;
    padding: 12px 20px;
  }
  
  .image-grid {
    height: 350px;
    gap: 10px;
  }
}

/* Welcome Section Styles */
.welcome-section {
  margin: 80px auto;
  padding: 0 20px;
}

.welcome-title {
  font-family: 'Jua', Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2;
}
.welcome-text {
	    color: #000;
    padding: 30px 60px;
    text-align: center;
    margin-bottom: 15px;
}
.welcome-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
 
}

.welcome-card {
  background: #C7995F;
  border-radius: 15px;
  padding: 30px 25px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
}

.welcome-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.card-title {
  color: #030303;
  font-family: "Istok Web", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; 
	width:80%;
}

.card-description {
  color: #000;
font-family: "Istok Web", Arial, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
margin-bottom: 20px;
}

.card-book-btn {
  color: #222;
text-align: center;
text-shadow: -6px 10px 30px rgba(0, 0, 0, 0.25);
font-family: "Istok Web", Arial, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 10px 56px;
border-radius: 10px;
background: #FFF;
box-shadow: -1px 10px 30px 0 rgba(0, 0, 0, 0.10);
width: fit-content;
border: none;
}

.card-book-btn:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive Design for Welcome Section */
@media (max-width: 768px) {
  .welcome-section {
    margin: 60px auto;
    padding: 0 15px;
  }
  
  .welcome-title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  
  .welcome-cards-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 25px;
    max-width: 500px;
  }
  
  .welcome-card {
    padding: 25px 20px;
    min-height: 250px;
  }
  
  .card-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  
  .card-description {
    font-size: 0.95rem;
   
  }
  
  .card-book-btn {
    padding: 10px 25px;
    font-size: 0.95rem;
    width: 140px;
  }
}

@media (max-width: 480px) {
  .welcome-section {
    margin: 40px auto;
    padding: 0 10px;
  }
  
  .welcome-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  
  .welcome-cards-grid {
    gap: 20px;
  }
  
  .welcome-card {
    padding: 20px 18px;
    min-height: 220px;
  }
  
  .card-title {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  
  .card-description {
    font-size: 0.9rem;
  }
  
  .card-book-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
    width: 130px;
  }
}

/* Booking Form Section Styles */
.booking-section {
  margin: 80px auto;
  padding: 0 20px;
}

.booking-gallery {
  height: 500px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr 1fr 1fr;
  gap: 15px;
  height: 100%;
}

.gallery-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.gallery-large {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-image:hover {
  transform: scale(1.05);
}

/* Booking Interface Styles */
.booking-interface {
  padding: 20px 0;
}

.booking-steps {
  display: flex;
  gap: 12px;
  flex-direction: column;
  flex-wrap: wrap;
margin-bottom: 20px;
}

.booking-step {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 0;
  font-size: 0.85rem;
  width: 100%;
}

.booking-step.active {
  background: #C7995F;
  border-color: #C7995F;
}

.step-number {
  background: #f5f5f5;
  color: #666;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.8rem;
}

.booking-step.active .step-number {
  background: #fff;
  color: #C7995F;
}

.step-text {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.booking-step.active .step-text {
  color: #fff;
}

/* Calendar Styles */
.calendar-container {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 20px;
}

.calendar-header {
  background: #C7995F;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.calendar-month {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
}

.calendar-grid {
  padding: 15px;
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 10px;
}

.weekday {
  text-align: center;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #666;
  padding: 6px 0;
}

.calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.date {
  text-align: center;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 0.85rem;
  color: #333;
  padding: 8px 4px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.date:hover {
  background: #f8f8f8;
}

.date.selected {
  background: #C7995F;
  color: #fff;
  font-weight: bold;
}

.date.other-month {
  color: #ccc;
}

.date.other-month:hover {
  background: transparent;
}

/* Booking Info Styles */
.booking-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.message-text {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
}

.total-text {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}

/* Responsive Design for Booking Section */
@media (max-width: 768px) {
  .booking-section {
    margin: 60px auto;
    padding: 0 15px;
  }
  
  .booking-gallery {
    height: 400px;
    margin-bottom: 30px;
  }
  
  .gallery-grid {
    gap: 12px;
  }
  
  .booking-interface {
    padding: 0;
  }
  
  .booking-steps {
    gap: 8px;
    margin-bottom: 25px;
  }
  
  .booking-step {
    padding: 6px 12px;
    font-size: 0.75rem;
  }
  
  .step-text {
    font-size: 0.75rem;
    white-space: normal;
  }
  
  .calendar-grid {
    padding: 12px;
  }
  
  .date {
    padding: 6px 3px;
    font-size: 0.8rem;
    min-height: 30px;
  }
  
  .booking-info {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  
  .message-text,
  .total-text {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .booking-section {
    margin: 40px auto;
    padding: 0 10px;
  }
  
  .booking-gallery {
    height: 350px;
  }
  
  .gallery-grid {
    gap: 10px;
  }
  
  .booking-steps {
    flex-direction: column;
  }
  
  .booking-step {
    flex-direction: row;
    justify-content: flex-start;
  }
  
  .calendar-grid {
    padding: 10px;
  }
  
  .date {
    padding: 6px 2px;
    font-size: 0.8rem;
    min-height: 30px;
  }
  
  .weekday {
    font-size: 0.8rem;
    padding: 6px 0;
  }
}