body {
    font-family: 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #444;
}


.blog-container {
    max-width: 1100px;
    margin: 40px auto;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.blog-header {
    text-align: center;
    margin-bottom: 30px;
}

.blog-title {
    font-size: 3em;
    color: #2c3e50;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.blog-meta {
    font-size: 1.1em;
    color: #7f8c8d;
    margin-bottom: 25px;
}

.blog-image {
    width: 80%; /* Width remains the same */
    height: 250px; /* Set fixed height for the image */
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto 40px; /* Centered the image */
    display: block;
    transition: all 0.4s ease;
}

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

.blog-content {
    font-size: 1.1em;
    line-height: 1.8;
    color: #555;
    margin-bottom: 40px;
}

.back-link {
    display: inline-block;
    font-size: 1.1em;
    color: #7f5c40;
    text-decoration: none;
    padding: 10px 30px;
    border: 2px solid #7f5c40;
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.3s ease;
    text-align: center;
    margin: 0 auto; /* Centering the back link */
    display: block; /* To make the button a block-level element */
    width: fit-content; /* Ensure the button width adapts to its content */
}

.back-link:hover {
    color: #fff;
    background-color: #7f5c40;
    border-color: #7f5c40;
}



@media (max-width: 768px) {
    .blog-title {
        font-size: 2.5em;
    }

    .blog-meta {
        font-size: 1em;
    }

    .cta-title {
        font-size: 2.3em;
    }

    .cta-description {
        font-size: 1.1em;
    }

    .blog-container {
        padding: 20px;
    }

    .blog-image {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .navbar-links {
        display: none;
    }

    .navbar-logo img {
        height: 35px;
    }
    
    .login-btn {
        width: 100%;
        margin-top: 10px;
    }

    .navbar-links {
        display: none; /* Hide links on small screens */
        flex-direction: column;
        gap: 10px;
        align-items: center;
        margin-top: 20px;
      }
    
      .navbar-links li a {
        color: #8f7333;
      }
    }

    @media (max-width: 768px) {
        .navbar {
          position: relative;
        }
      
        .navbar-links {
          display: none; /* Hide links by default */
          position: absolute;
          top: 60px; /* Position below the logo and button */
          right: 0;
          left: 0;
          background-color: #fff;
          padding: 10px 0;
          text-align: center;
          flex-direction: column;
          gap: 15px;
          z-index: 10;
        }
      
        .navbar-links.active {
          display: flex; /* Show links when active */
        }
      
        .navbar-links li a {
          color: #8f7333;
          font-size: 1.2rem;
        }
      
        .hamburger-menu {
          display: flex;
          flex-direction: column;
          gap: 4px;
          cursor: pointer;
        }
      
        .hamburger-bar {
          width: 30px;
          height: 3px;
          background-color: #8f7333;
          border-radius: 2px;
        }
      
        .login-btn {
          display: none; /* Hide the "Book Now" button on mobile */
        }
      }
      /* Navbar for Larger Screens */
      @media (min-width: 769px) {
        .navbar-links {
          display: flex;
          justify-content: space-between;
          align-items: center;
        }
      
        .hamburger-menu {
          display: none; /* Hide the hamburger on large screens */
        }
      }
    /* For mobile screens (portrait and smaller screens) */
    @media screen and (max-width: 480px) {
    
        .navbar {
            padding: 20px 15px;
          }
        
          .navbar-logo img {
            height: 25px;
          }
        .login-btn {
            font-size: 1rem;
        }
    
    
    
       
    }
    .footer {
        background-color: #222; /* Dark Background for Luxury Feel */
        color: white;
        padding: 50px 20px;
        font-family: "Roboto", sans-serif;
        position: relative;
        z-index: 1;
      }
      
      .footer-content {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
        flex-wrap: wrap;
      }
      
     
      .footer {
        background-color: rgba(148, 110, 47, 0.2); /* Dark Background for Luxury Feel */
        color: #8f7333;
        padding: 50px 20px;
        font-family: "Roboto", sans-serif;
        position: relative;
        z-index: 1;
      }
      
      .footer-content {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
        flex-wrap: wrap;
      }
      
      /* Logo Section */
      .footer-logo img {
        width: 200px;
        margin-bottom: 10px;
      }
      
      .footer-logo-desc {
        font-size: 0.9rem;
        color: #706d6d;
        margin-top: 10px;
        line-height: 1.5;
        max-width: 300px;
      }
      
      /* Links Section */
      .footer-links {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        flex-wrap: wrap;
      }
      
      .footer-links-column {
        flex: 1;
        min-width: 200px;
        padding: 10px;
      }
      
      .footer-links-column h3 {
        font-size: 1.2rem;
        color: #7f5c40; /* Gold Accent for Titles */
        margin-bottom: 15px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
      }
      
      .footer-links-column ul {
        list-style: none;
        padding: 0;
      }
      
      .footer-links-column li {
        margin-bottom: 10px;
      }
      
      .footer-links-column a {
        color: #b08950;
        text-decoration: none;
        position: relative;
        transition: color 0.3s ease;
      }
      
      .footer-links-column a::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #333;
        bottom: -5px;
        left: 0;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s ease;
      }
      
      .footer-links-column a:hover {
        color: #333;
      }
      
      .footer-links-column a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
      }
      
      /* Social Icons Section Below the Paragraph */
      .footer-follow-us {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
      }
      
      .follow-us-content {
        display: flex;
        align-items: center;
        gap: 30px;
      }
      
      .footer-follow-us h3 {
        font-size: 1.2rem;
        color: #8f7333; /* Gold Accent */
        margin-right: 20px;
      }
      
      .social-icons {
        display: flex;
        gap: 20px;
      }
      
      .social-icon {
        font-size: 1.5rem;
        color: #8f7333;
        transition: color 0.3s ease;
      }
      
      .social-icon:hover {
        color: #333; /* Gold Hover Effect */
      }
      
      /* Footer Bottom Section */
      .footer-bottom {
        text-align: center;
        margin-top: 30px;
        font-size: 0.8rem;
        padding-top: 10px;
        position: relative;
      }
      
      .footer-bottom p {
        margin: 0;
        font-size: 0.8rem;
        color: #706d6d;
      }
      
      @media (max-width: 768px) {
        /* Make the footer content layout more compact */
        .footer-content {
          flex-direction: column; /* Stack the content vertically */
          align-items: center;
          gap: 20px; /* Space between sections */
        }
      
        /* Logo Section */
        .footer-logo img {
          width: 120px; /* Adjust logo size for mobile */
          margin-bottom: 10px; /* Reduced space between logo and text */
        }
      
        .footer-logo-desc {
          font-size: 0.8rem;
          text-align: center;
          margin-top: 10px;
          max-width: 250px; /* Reduce description width */
        }
      
        /* Links Section */
        .footer-links {
          flex-direction: column; /* Stack links vertically */
          align-items: center;
          gap: 15px;
          margin-top: 20px;
        }
      
        .footer-links-column {
          width: 90%; /* Ensure links don't take too much space */
          text-align: center; /* Center align text in mobile view */
        }
      
        /* Reduce Link Font Size */
        .footer-links-column h3 {
          font-size: 1rem; /* Smaller heading */
          margin-bottom: 10px; /* Space between heading and links */
        }
      
        .footer-links-column a {
          font-size: 0.9rem; /* Slightly smaller font for links */
        }
      
        /* Social Icons Section */
        .footer-follow-us {
          display: flex;
          flex-direction: column; /* Stack social icons vertically */
          align-items: center;
          gap: 20px;
          margin-top: 30px;
        }
      
        .footer-follow-us h3 {
          font-size: 1rem; /* Smaller title font size */
          margin-bottom: 15px;
        }
      
        .social-icons {
          display: flex;
          gap: 15px;
          justify-content: center;
        }
      
        /* Footer Bottom Section */
        .footer-bottom {
          font-size: 0.75rem;
          margin-top: 20px;
          text-align: center;
        }
      }
      


      /* Dropdown Styles for Desktop */
.navbar-links .dropdown {
    position: relative;
  }
  
  .navbar-links .dropdown a {
    text-decoration: none;
    color: #bbafaf;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
  }
  
  .navbar-links .dropdown:hover .dropdown-menu {
    display: block;
  }
  
  .navbar-links .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    width: 200px;
    border-radius: 5px;
    z-index: 10;
  }
  
  .navbar-links .dropdown-menu li {
    padding: 10px 15px;
  }
  
  .navbar-links .dropdown-menu li a {
    color: #333;
    text-decoration: none;
    display: block;
  }
  
  .navbar-links .dropdown-menu li a:hover {
    background-color: #f1f1f1;
  }
  
  /* Mobile responsiveness - Adjusting for dropdown */
  @media screen and (max-width: 768px) {
    .navbar-links {
      display: none; /* Hide links on small screens */
      flex-direction: column;
      gap: 10px;
      align-items: center;
      margin-top: 20px;
    }
  
    .navbar-links .dropdown-menu {
      position: static;
      display: none;
      padding-left: 20px;
      width: 100%;
      box-shadow: none;
    }
  
    .navbar-links .dropdown:hover .dropdown-menu {
      display: none; /* Disable hover functionality on mobile */
    }
  
    .navbar-links .dropdown.active .dropdown-menu {
      display: block; /* Show dropdown when clicked on mobile */
    }
  
    .hamburger-menu {
      display: flex;
      flex-direction: column;
      gap: 4px;
      cursor: pointer;
    }
  
    .hamburger-bar {
      width: 30px;
      height: 3px;
      background-color: #8f7333;
      border-radius: 2px;
    }
  
    .login-btn {
      display: none; /* Hide the "Book Now" button on mobile */
    }
  
    /* Modify the dropdown toggle behavior */
    .navbar-links .dropdown a {
      padding: 15px 20px;
      font-size: 1.2rem;
    }
  
    .navbar-links .dropdown-menu li a {
      padding: 10px 20px;
      font-size: 1.1rem;
    }
  
    .navbar-links .dropdown-menu li a:hover {
      background-color: #ecf0f1;
    }
  }
  
  /* Navbar for Larger Screens */
  @media (min-width: 769px) {
    .navbar-links {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  
    .hamburger-menu {
      display: none; /* Hide the hamburger on large screens */
    }
  
    .navbar-links .dropdown a {
      padding: 10px 15px;
      font-size: 1rem;
    }
  }
  