
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
  
     /* 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/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;
            }
                 .btn-book {
                    width: 200px;
                 }
        }
        
        .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;
    }


    


