
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
  .navbar {
            background: linear-gradient(135deg, #093fb4 0%, #0056d4 100%);
            padding: 1rem 0;
        }
        #navbarmenu {
            /* background-color: tomato; */
            width: 40%;
        }
        #navbarmenu img{
            width: 70%;
            height: auto;
        }
                .navbar-nav .nav-link {
            color: #ffaa02 !important;
            font-weight: 500;
            padding: 0.5rem 1rem;
            border-radius: 5px;
            margin: 0 0.25rem;
        }
        .navbar a{
            /* background-color: #2ecc71; */
            font-size: large;
            margin-left: 10px;
        }
        .navbar-collapse ul{
            /* display: flex; */
            margin: auto;
        }

        .navbar-nav .nav-link:hover {
            background: #ffaa02;
            color: #093fb4 !important;
        }
        .dropdown-menu {
            /* background: #901a1a; */
            border: none;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            padding: 1rem;
            min-width: 500px  !important;
            /* justify-content: flex-start; */
        }
        
        .dropdown-item {
            border: none !important;
            padding: 0;
        }
        
        .region h4 {
            color: #093fb4;
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
            border-bottom: 2px solid #ffaa02;
            padding-bottom: 0.25rem;
        }
        
        .region ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .region ul li {
            margin-bottom: 0.25rem;
        }
        
        .region ul li a {
            color: #666;
            text-decoration: none;
            font-size: 0.9rem;
            padding: 0.25rem 0;
            display: block;
        }
        
        .region ul li a:hover {
            color: #093fb4;
            background: #f8f9fa;
            padding-left: 0.5rem;
        }
        
        .menu-section {
            margin-bottom: 1.5rem;
        }
        
        .menu-section h3 {
            color: #093fb4;
            font-size: 1.3rem;
            margin-bottom: 1rem;
            border-bottom: 3px solid #ffaa02;
            padding-bottom: 0.5rem;
        }
        
        @media (max-width: 768px) {
            .dropdown-menu {
                min-width: 100%;
                padding: 0.5rem;
            }
            
            .region {
                margin-bottom: 1rem;
            }
            #navbarmenu {
            /* background-color: tomato; */
            width: 60%;
        }
        #navbarmenu img{
            width: 100%;
            height: auto;
        }
        .navbar button{
            border: none;
            background-color: #ffaa02;
        }
        .navbar button:hover {
            background: #093fb4;
            border: none;
            /* color: #ffaa02 !important; */
        }
        .dropdown-menu {
            /* background: #901a1a; */
            border: none;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            padding: 1rem;
            min-width: 200px  !important;
            /* justify-content: flex-start; */
        }
    }
    @media only screen and (min-width: 600px) and (max-width: 1280px) {/* CSS rules for tablet devices */
        .navbar {
            padding: 0.5rem 0;
        }
        #navbarmenu {
            width: 30%;
        }
        #navbarmenu img{
            width: 100%;
            height: auto;
        }
        .navbar-nav .nav-link {
            font-size: medium;
            padding: 0.25rem 0.5rem;
        }
        .navbar a{
            font-size: small;
            width: 100%;
            /* margin-left: 5px; */
        }
}


/* Base styles */
.nav-custom-item {
  position: relative;
  list-style: none;
}

.nav-custom-link {
  display: inline-block;
  padding: 10px 15px;
  color:  #ffaa02;
  background-color: #0052CC;
  text-decoration: none;
}

.nav-custom-link:hover {
  background-color:#ffaa02;
  color:#034295;
  border-radius: 5px;
}

.custom-dropdown-menu {
  display: none;
  position: absolute;
  top: 105%;
  left: 0%;
  min-width: 160px;
  padding: 0;
  margin: 0;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.custom-dropdown-menu li {
  list-style: none;
}

.custom-dropdown-link {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  /*transition: background-color 0.3s ease;*/
}

.custom-dropdown-link:hover {
  background-color: #e9ecef;
  color:#034295;;
}

/* Show dropdown on hover for desktop */
.custom-dropdown:hover .custom-dropdown-menu {
  display: block;
}

/* ================= MOBILE STYLES ================= */
@media (max-width: 768px) {
  .nav-custom-item {
    width: 100%;
  }

  .nav-custom-link {
    display: block;
    width: 100%;
    background-color: #0077cc;
    border-radius: 0;
  }

  .custom-dropdown-menu {
    position: relative;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background-color: #e9ecef;
      border-radius: 8px;
  }

  .custom-dropdown-link {
    padding-left: 20px;
    background-color: #e9ecef;
  }

  /* Optional: Make dropdown show on click instead of hover */
  .custom-dropdown-menu {
    display: none;
  }

  .custom-dropdown.active .custom-dropdown-menu {
    display: block;
  }
}

/* ================= Footer ================= */
      #div1 h1{
        color:rgb(255, 255, 255);
        font-weight: bold;
        /* background-color: #093fb4; */
        padding: 5px;
        /* border-radius: 6px; */
        font-size:60px;
        text-align: center;
      }
     .typing {
      font-family: 'Courier New', Courier, monospace;
      font-size: 24px;
      font-weight: bolder;
      border-right: 2px solid #ffbe42;
      color: #ffbe42;
      white-space: nowrap;
      overflow: hidden;
      background-color: #093fb4;
      padding: 5px;
      display: inline-block;
    }

    @keyframes blink {
      0%, 100% { border-color: transparent; }
      50% { border-color: #333; }
    }

    .typing::after {
      content: '';
      animation: blink 0.7s infinite;
    }
    .subscribe-btna {
  padding: 0.4rem 0.8rem;
  background: linear-gradient(45deg, #ffbe42,  #093fb4);
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-btna:hover {
  background: linear-gradient(45deg,  #093fb4, #ffbe42);
  transform: scale(1.0);
}
     /* Footer Styles */
.footer {
  background: linear-gradient(135deg, #093fb4 0%, #093fb4 100%);
  color:#ffbe42;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #3498db, #e74c3c, #f39c12, #27ae60);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.footer-section {
  padding: 1rem;
}

.footer-section h3 {
  color: white;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-section h3 i {
  font-size: 1rem;
}

.footer-section p {
  margin-bottom: 1rem;
  color: #ffbe42;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Contact Info */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  color: #ffbe42;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.contact-item:hover {
  color: white;
  transform: translateX(5px);
}

.contact-item i {
  color:#ffbe42;
  width: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Footer Links */
.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #ffbe42;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  padding: 0.3rem 0;
}

.footer-links a:hover {
  color: white;
  transform: translateX(8px);
}

.footer-links a i {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
}

.footer-links a:hover i {
  transform: translateX(3px);
}

/* Newsletter */
.newsletter-form {
  display: flex;
  margin-bottom: 1.5rem;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.email-input {
  flex: 1;
  padding: 0.8rem 1rem;
  border: none;
  background: rgba(255,255,255,0.1);
  color: white;
  font-size: 0.9rem;
  outline: none;
  backdrop-filter: blur(10px);
}

.email-input::placeholder {
  color: white;
}

.subscribe-btn {
  padding: 0.8rem 1.2rem;
  background: linear-gradient(45deg, #ffbe42,  #093fb4);
  border: none;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscribe-btn:hover {
  background: linear-gradient(45deg,  #093fb4, #ffbe42);
  transform: scale(1.05);
}

.subscribe-btn i {
  font-size: 1rem;
}

/* Social Media */
.social-media h4 {
  color: #ecf0f1;
  margin-bottom: 0.8rem;
  font-size: 1rem;
}

.social-links {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease;
}

.social-link:hover::before {
  transform: scale(1);
}

.social-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.social-link i {
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
}

/* Social Media Colors */
.facebook {
  background: rgba(59, 89, 152, 0.8);
}
.facebook::before {
  background: #3b5998;
}

.instagram {
  background: linear-gradient(45deg, rgba(225, 48, 108, 0.8), rgba(255, 204, 119, 0.8));
}
.instagram::before {
  background: linear-gradient(45deg, #e1306c, #ffcc77);
}

.whatsapp {
  background: rgba(37, 211, 102, 0.8);
}
.whatsapp::before {
  background: #25d366;
}

.youtube {
  background: rgba(255, 0, 0, 0.8);
}
.youtube::before {
  background: #ff0000;
}

.twitter {
  background: rgba(29, 161, 242, 0.8);
}
.twitter::before {
  background: #1da1f2;
}

/* Footer Bottom */
.footer-bottom {
  background: #093fb4;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1rem 0;
}

.footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  color:white;
  font-size: 0.9rem;
  margin: 0;
}

.highlight {
  color: #ffbe42;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  
  .content h1 {
    font-size: 2rem;
  }
  
  .content p {
    font-size: 1rem;
  }
  
  .social-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-container {
    padding: 1.5rem 0.5rem;
  }
  
  .footer-section {
    padding: 0.5rem;
  }
  
  .social-link {
    width: 35px;
    height: 35px;
  }
  
  .social-link i {
    font-size: 1rem;
  }
}

/* Animation Keyframes */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-section {
  animation: slideInUp 0.6s ease-out forwards;
}

.footer-section:nth-child(1) { animation-delay: 0.1s; }
.footer-section:nth-child(2) { animation-delay: 0.2s; }
.footer-section:nth-child(3) { animation-delay: 0.3s; }

.brandpara{
  font-size:larger;
}
.brandhead{
  font-weight: bolder;
  font-style: italic;
}
     /* Scroll to Top Button */
    #scrollTopBtn {
      position: fixed;
      bottom: 40px;
      right: 40px;
      width: 60px;
      height: 60px;
      background: linear-gradient(45deg, #093fb4, #ffbe42);
      color: white;
      border: none;
      border-radius: 50%;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      z-index: 999;
      transition: transform 0.3s ease, opacity 0.3s ease;
      opacity: 0;
      pointer-events: none;
    }

    #scrollTopBtn.show {
      opacity: 1;
      pointer-events: auto;
    }

    #scrollTopBtn:hover {
      transform: scale(1.1);
  }

        :root {
            --primary: #093fb4;
            --secondary: #ffbe42;
            --light: #f8f9fa;
            --dark: #343a40;
            --accent: #ff6b6b;
        }
        
        body {
            background-color: #f9f9f9;
            color: #333;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        .spiritual-header {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./Spiritual-1.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 4rem 0;
            margin-bottom: 2rem;
            border-radius: 0 0 10px 10px;
            max-width: 100%;
            height: 1000px;
        }
         .header-text h1{
            margin-top: 350px;
        }
        .header-text p{
            margin-top: 20px;
        }
    .lead {
      display: inline-block;
      border-right: 3px solid #0f0; 
      white-space: nowrap;
      overflow: hidden;
      width: 38ch; 
      font-size: 25px ;
      animation: typing 9s steps(38) infinite alternate,
                 blink-cursor 3s step-end infinite,
                 blink-text 6s linear infinite;
    }

    @keyframes typing {
      from { width: 0; }
      to   { width: 38ch; }
    }


    @keyframes blink-cursor {
      0%, 50% { border-color: transparent; }
      100% { border-color: #0f0; }
    }

    @keyframes blink-text {
      0%   { color: #ff4d4d; } 
      25%  { color: #ffd700; }
      50%  { color: #4dff4d; }  
      75%  { color: #1e90ff; }  
      100% { color: #ff4dff; }  
    }
      @media (max-width: 768px) {
         .lead {
              width: 28ch;
           font-size:15px !important;
    }

      }
        
        .destination-card {
            transition: transform 0.3s, box-shadow 0.3s;
            border-radius: 15px;
            overflow: hidden;
            border: none;
            margin-bottom: 25px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        }
        
        .destination-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .card-image {
            height: 200px;
            background-size: cover;
            background-position: center;
            position: relative;
        }
        
        .card-image::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 40%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        }
        
        .card-content {
            padding: 20px;
        }
        
        .card-title {
            font-weight: 700;
            color: #ffbe42;
            margin-bottom: 15px;
        }
        
        .amenity-icon {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #f1f5f9;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            font-size: 14px;
            color: var(--primary);
        }
        
        .amenity-label {
            font-size: 10px;
            text-align: center;
            margin-top: 5px;
            color: #6c757d;
        }
        
        .btn-book {
            background-color: #093fb4;
            color: white;
            border: none;
            border-radius: 50px;
            width: 300px;
            padding: 10px 25px;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .btn-book:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(58, 110, 165, 0.4);
            color:#093fb4;
            background-color: var(--secondary);
        }
        
        .modal-content {
            border-radius: 15px;
            border: none;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
        
        .modal-header {
            background: linear-gradient(to right, var(--primary), var(--secondary));
            color: white;
            border-radius: 15px 15px 0 0;
            padding: 15px 20px;
        }
        
        .btn-close {
            filter: invert(1);
        }
        
        .form-control, .form-select {
            padding: 12px 15px;
            border-radius: 10px;
            border: 1px solid #ced4da;
        }
        
        .form-control:focus, .form-select:focus {
            box-shadow: 0 0 0 3px rgba(58, 110, 165, 0.2);
            border-color: var(--primary);
        }
        
        .booking-image {
            border-radius: 10px;
            height: 100%;
            object-fit: cover;
        }
        
        @media (max-width: 768px) {
            .booking-image {
                height: 200px;
                margin-bottom: 20px;
            }
        }
        
        .spiritual-intro {
            line-height: 1.8;
            font-size: 1.1rem;
            color: #555;
        }
        
        .section-title {
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 30px;
            text-align: center;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(to right, var(--primary), var(--secondary));
        }


/* Popup Background */
    .location-popup {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      justify-content: center;
      align-items: center;
    }

    /* Popup Box */
    .location-popup-box {
      background-color: white;
      padding: 20px 30px;
      border-radius: 8px;
      text-align: center;
      color: navy;
      max-width: 400px;
    }

    .location-close-btn {
      color: #ffaa02;
      font-size: 20px;
      float: right;
      cursor: pointer;
    }

    .location-close-btn:hover {
      color: #003399;
    }
    #locationText{
      color: #034295;
    }


