* {
  margin: 0;
  padding: 0;
}
.main {
  width: 100%;
  background: white;
  background-position: center;
  background-size: cover;
  height: 109vh;
}
.bg1 {
  background: url("images/bg.svg");
  height: 700px;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 71px;
  /* margin-top: 40px; */
}
.mt {
  margin-top: 10px;
}
.icon {
  float: left;
  height: 70px;
}
.logo {
  /* color: white;
  font-size: 35px;
  font-family: Arial; */
  padding-left: 20px;
  float: left;
  padding-top: 25px;
}
.menu {
  /* width: 400px; */
  display: flex;

  align-items: center;
  justify-content: center;
  float: left;
  height: 70px;
}
ul {
  gap: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul li {
  list-style: none;
  /* margin-left: 62px; */
  margin-top: 20px;
  font-size: 14px;
  white-space: nowrap;
}
ul li a {
  text-decoration: none;
  color: white;
  font-family: Arial;
  font-weight: bold;
  transition: 0.4s ease-in-out;
}
.content {
  /* width: 1200px; */
  height: auto;
  margin: auto;
  color: white;
  /* position: relative; */
}
.par {
  padding-left: 45px;
  padding-bottom: 25px;
  font-family: Arial;
  letter-spacing: 1.2px;
  line-height: 30px;
  color: white;
}
.content h1 {
  font-family: "Times New Roman";
  font-size: 50px;
  padding-left: 20px;
  margin-top: 9%;
  letter-spacing: 2px;
}
/* .cn1{
    width: 160px;
    height: 40px;
    background: orange;
    border: none;
    margin-bottom: 10px;
    margin-left: 12px;
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
    transition: .4s ease;
    padding-left: 40px;
    text-align: center;
    
} */
.content .cn a {
  text-decoration: none;
  color: #000;
  transition: 0.3s ease;
}
.cn1:hover {
  background-color: white;
}
.content span {
  color: orange;
  font-size: 60px;
}
.cn {
  width: 100px;
  height: 30px;
  background-color: orange;
  border: none;
  margin-top: 10px;
  margin-left: 20px;
  color: white;
  padding: px;
  margin-left: 10px;
  text-align: center;
}
.booking {
  padding-left: 10px;
}

.con1 {
  color: white;
  padding-left: 50px;
}
/* .img1{
    background: url(images/rotating.svg);
} */
.position {
  position: absolute;
  top: 200px;
  margin-left: -17px;
}
.rotation {
  animation: rotate-animation 10s infinite linear;
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.aboutus {
  margin-top: 30px;
}
.Unveiling {
  color: rgba(38, 38, 38, 1);
  padding-left: 30px;
}
.orange-color {
  color: orange;
}
.content2 {
  display: flex;
  align-items: center;

  padding: 40px;
}
.btn {
  padding: 8px 10px;
  background-color: orange;
  color: white;
  margin-left: 39px;
}
.Shadows {
  font-weight: 200;
}
.DarkSeek {
  margin-top: 20px;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt-4 {
  margin-top: 100px;
}
.fw-600 {
  font-weight: 600;
}
.me-2 {
  margin-right: 5px;
}
.mb {
  margin-bottom: 15px;
}
.padding {
  padding-left: 20px;
}
.section {
  text-align: center;
  padding: 60px 20px;
}

.section h4 {
  color: orange;
  margin-bottom: 10px;
}

.section h2 {
  font-size: 28px;
  margin: 0;
}

.section h2 span {
  font-weight: bold;
}

.section p.description {
  max-width: 600px;
  margin: 15px auto;
  color: #555;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
}

.card {
  max-width: 250px;
  text-align: left;
}

.card img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.card .label {
  color: orange;
  font-weight: bold;
  margin-top: 10px;
}

.card h3 {
  margin: 10px 0 5px;
  font-size: 18px;
}

.card p {
  font-size: 14px;
  color: #555;
}

@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
    align-items: center;
  }
}
.services-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.services-subtitle {
  color: orange;
  font-weight: 500;
  margin: 0;
}

.services-title {
  font-size: 28px;
  margin: 10px 0;
}

.services-description {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 14px;
  color: #555;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.service-box {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 25px 15px;
  transition: box-shadow 0.3s;
  background-color: #fff;
}

.service-box:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  /* filter: sepia(1) hue-rotate(20deg) saturate(3); */
}

.service-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-box p {
  font-size: 13px;
  color: #666;
  margin: 0;
}
.memories-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

.subtitle {
  color: orange;
  font-weight: bold;
  margin-bottom: 5px;
}

.title {
  font-size: 32px;
  font-weight: 300;
  margin: 10px 0;
}

.title span {
  font-weight: 700;
}

.description {
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto 30px;
  color: #666;
}

.gallery.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  max-width: 100%;
  margin: auto;
}
.gallery.two img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.gallery.three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  max-width: 100%;
  margin: auto;
  padding-top: 5px;
}

.gallery.three img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.gallery.four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  max-width: 100%;
  margin: auto;
  padding-top: 5px;
}

.gallery.four img {
  width: 100%;
  height: auto;

  object-fit: cover;
}

/* Custom grid item spans */
.testimonial-section {
  padding: 50px 20px;
}

.subtitle {
  color: orange;
  font-size: 14px;
  margin-bottom: 5px;
}

.title {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 40px;
}

.title span {
  font-weight: bold;
}

.testimonial-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.testimonial-card {
  width: 200px;
  text-align: center;
}

.testimonial-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.testimonial-card h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.quote {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
}

.quote strong {
  font-weight: bold;
}

.dots {
  margin-top: 30px;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
}

.dot.active {
  background-color: orange;
}
.blog-section {
  padding: 50px 20px;
  text-align: center;
}

.subtitle {
  color: orange;
  font-size: 14px;
  margin-bottom: 5px;
}

.title {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 40px;
}

.title span {
  font-weight: bold;
}

.blog-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.blog-card {
  width: 300px;
  text-align: left;
}

.blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

.date {
  font-size: 13px;
  color: orange;
  margin: 10px 0 5px;
}

.blog-title {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0 10px;
}

.excerpt {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.picture7 {
  width: 100%;
}
.newsletter-section {
  /* background-image: url(images/footerbg.svg); Replace with your background */
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.newsletter-box {
  background: #fff;
  padding: 17px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  margin-left: 45px;
}

.subtitle {
  color: orange;
  font-size: 14px;
  margin-bottom: 10px;
}

.title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
}

.title span {
  font-weight: 700;
}

.description {
  font-size: 15px;
  color: #555;
  margin-bottom: 30px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.newsletter-form input[type="email"] {
  padding: 12px 15px;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 14px;
}

.newsletter-form button {
  padding: 12px 20px;
  background-color: orange;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #e69500;
}
.bg4 {
  background: url(images/bg4.svg);
  background-size: cover;
}
.footer {
  background: url("https://via.placeholder.com/1600x500") no-repeat bottom
    center;
  background-size: cover;
  background-color: #111;
  color: #fff;
  padding: 60px 30px 30px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-column {
  flex: 1;
  min-width: 250px;
  margin: 20px;
}

.logo {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 15px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}

.footer-column p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 12px;
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-column ul li a:hover {
  color: orange;
}

.social-icons a {
  color: orange;
  margin-right: 15px;
  font-size: 16px;
  text-decoration: none;
}

.copyright {
  font-size: 12px;
  color: #aaa;
  margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-column {
    margin-bottom: 30px;
  }
}
footer {
  background-color: #222;
  color: #fff;
  /* padding: 40px 20px; */
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1;
  min-width: 250px;
  margin-bottom: 30px;
  padding: 0 15px;
  margin-top: 25px;
}

.footer-section h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #ccc;
}

.footer-section h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

.contact-info {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
}

.contact-info p {
  margin-bottom: 10px;
}

.copyright {
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #444;
  color: #999;
  font-size: 12px;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.social-icon {
  width: 30px;
  height: 30px;
  background-color: #444;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.social-icon:hover {
  background-color: #555;
}
.footer-section h1 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}

.footer-section p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #ccc;
}

.footer-section h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #fff;
}

.contact-info {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
}

.contact-info p {
  margin-bottom: 10px;
}

.copyright {
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #444;
  color: #999;
  font-size: 12px;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.social-icon {
  width: 30px;
  height: 30px;
  background-color: #444;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.social-icon:hover {
  background-color: #555;
}

/* Contact Form Styles */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  color: #ccc;
  margin-bottom: 5px;
  font-size: 14px;
}

.form-group input,
.form-group textarea,
.form-group select {
  padding: 10px;
  border: 1px solid #444;
  border-radius: 4px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
}

.form-group textarea {
  min-height: 10px;
  resize: vertical;
}

.submit-btn {
  background-color: #555;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #666;
}

.footerbg {
  background: url(images/footerbg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vh;
}
.yellow-btn {
  background-color: rgba(255, 164, 28, 1);
}
.navbar .nav-link {
  color: white !important;
}
.navbar {
  z-index: 10;
}

@media (max-width: 991px) {
  .navbar-nav {
    background-color: rgba(71, 69, 69, 0.9);
    padding: 1rem;
    border-radius: 8px;
  }
  .footerbg {
    height: 48vh !important;
  }
  .gap-mobile {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .navbar-toggler {
    color: transparent !important;
    background-color: white !important;
  }
  .ms3{
    margin-left: 1rem;
  }
}

@media (max-width: 768px) {
  .footer-section {
    min-width: 100%;
  }
  .footer-section .footerbg,
  .footerbg {
    height: 50vh !important;
  }
}
.footer-container {
  max-width: auto;
}
.mb3 {
  margin-bottom: -135px;
}
.carousel-indicators {
  bottom: -30px !important;
}
.custom-indicators li {
  width: 9px;
  height: 10px;
  border-radius: 60%;
  background-color: #ccc;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin: 0 4px;
  cursor: pointer;
  list-style: none !important;
}
 
.custom-indicators li.active {
  background-color: orange;
  color: white;
}
@media (max-width: 1440px) {
  ul ul {
    gap: 10px !important;
  }
}

/* Further reduce gap for screen width up to 1024px */
@media (max-width: 1024px) {
  ul ul {
    gap: 2px !important;
  }
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

@media (max-width: 1440px) {
  .navbar-nav {
    gap: 10px;
  }
}

@media (max-width: 1024px) {
  .navbar-nav {
    gap: 6px;
  }
}
.footer-section {
 
  padding: 30px;
  text-align: center;
}

.footer-section h2 {
  margin-bottom: 20px;
}

.gap {
  line-height: 2;
}

.gap a {
  color: #007BFF;
  text-decoration: none;
  cursor: pointer;
}

.gap a:hover {
  text-decoration: underline;
}

/* Popup overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Popup content */
/* .popup-content {
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 700px;
  max-height: 80vh; 
  overflow-y: auto;  
  border-radius: 8px;
  position: relative;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
} */


/* Close button */
/* .close-popup {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  cursor: pointer;
} */
/* 

  margin: 40px;
  padding: 12px 24px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
} */
.center-title {
  text-align: center;
}

.popup-content {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: 60%;
  max-height: 80vh;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.sticky-title {
  position: sticky;
  top: 0;
  background: white;
  padding: 10px 0;
  text-align: center;
  z-index: 10;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.terms-scrollable {
  overflow-y: auto;
  max-height: calc(80vh - 80px); /* adjust based on header height */
  padding-right: 10px;
}




/* Show popup when linked */
#privacyPopup:target,
#termsPopup:target {
  display: flex;
}
html {
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}

