body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f7f7f7;
  padding-top: 80px; /* Add padding to avoid content overlapping the fixed header */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Header Styles */
.navbar {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  position: fixed; /* Fix the header at the top */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* Ensure the header is on top of all content */
}

/* Logo (Mobile View - Align Left) */
.logo {
  margin: 0;
  position: relative; /* Remove absolute positioning */
  left: 0; /* Align logo to the left */
  top: 0; /* Align to top */
  
}

.logo img {
  height: 70px; /* Larger logo for visibility */
  display: block;
}

/* Menu Button Styles (Positioned Top Right in Mobile View) */
.menu-button {
  background: none;
  border: none;
  cursor: pointer;
  display: block; /* Visible on mobile */
  position: absolute; /* Position the menu button absolute */
  top: 16px; /* Align to the top */
  right: 16px; /* Align to the right */
}

.menu-button svg {
  height: 24px;
  width: 24px;
}

/* Navigation Menu */
.nav-menu {
  display: none; /* Hidden by default for mobile */
  flex-direction: column;
  padding: 16px 0;
  background-color: white;
  border-top: 1px solid #ddd;
}

.nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  margin: 8px 0;
}
.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 8px 16px;
    position: relative;
}

/* Underline Effect for Active Link */
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #8b0008; /* Red underline color */
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

/* Active Link Underline */
.nav-link.active::after {
    width: 100%;
}

/* Active Link Underline and Enlarged Font */
.nav-link.active::after {
    width: 100%;
}

.nav-link.active {
    font-size: 1.3rem;  /* Increase font size for active link */
}
.nav-menu a {
  text-decoration: none;
  color: #333;
  padding: 8px 16px;
  display: block;
  border-radius: 4px;
  position: relative;
}

.nav-menu a:hover {
  background-color: white;;
  text-decoration: none;
  color: #8b0008;
}

.nav-menu a:hover::after {
  content: ''; /* Pseudo-element for the underline */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px; /* Thickness of the underline */
  background-color: #8b0008; /* Color of the underline */
}

/* Desktop Styles */
@media (min-width: 640px) {
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo {
  position: absolute; /* Position it absolutely within the navbar */
  top: 16px; /* Adjust top padding to align the logo to the top */
  left: 16px; /* Align logo to the left edge */
  margin: 0;   
  margin-left: 40px; 
  }

  .logo img {
  height: 80px; /* Adjust logo size */
  display: block;
}


  .nav-menu {
    display: flex; /* Show menu items as a row */
    flex-direction: row;
    align-items: center;
    border-top: none;
    padding: 0;
    font-weight: bold;

  }

  .nav-menu ul {
    display: flex; /* Make the menu items row-wise */
    flex-direction: row;
    gap: 16px;

  }


  .nav-menu li {
    margin: 0;


  }

  .nav-menu a {
    margin-right: 16px;
    padding: 8px 16px;
    font-size: 18px;
  }
  .nav-menu a:hover {
  background-color: white; /* Change the background color to yellow on hover */
  color: #333; /* Retain the text color when hovered */
  text-decoration: none; /* Remove default underline */
}

.nav-menu a:hover::after {
  content: ''; /* Create a pseudo-element for the underline */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px; /* Thickness of the underline */
  background-color: #8b0008; /* Color of the underline */

}
    
  .menu-button {
    display: none; /* Hide menu button on desktop */
}

/* Contact Section */
.contact {
    max-width: 1300px;
    margin: auto;
    padding: 30px;
    padding-top: 80px;
}

/* Row Layout */
.row {
    display: flex;
    flex-wrap: wrap; /* Ensures it wraps properly on smaller screens */
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

/* Column Settings */
.col-sm-6 {
    flex: 1; /* Both columns take equal space */
    min-width: 300px; /* Ensures responsiveness */
    padding: 10px;
}

/* Contact Us Styling */
.contactus {
    padding: 20px;
    margin: 0 auto;
    max-width: 100%; /* Ensures it takes full width */
    text-align: left; /* Align text properly */
    color: #333; /* Ensure text color is visible */
}

.contactus h2, 
.contactus h3, 
.contactus p, 
.contactus ul {
    margin-left: auto; 
    margin-right: auto; /* Ensures text doesn't stick to the left */
}


/* Google Map */
.map iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    border: none;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .contact {
        padding-top: 180px; /* Extra space for the fixed header on mobile */
    }

    .contactus h2 
    .contactus h3, 
    .contactus p {
        color: black; /* Ensure text color is visible */
    }

    .contactus ul {
        text-align: center; /* Center align for better readability */
        padding: 15px; /* Add padding */
        font-size: 17px; /* Increase text size for visibility */
    }

    .contactus {
        text-align: center;
        padding: 55px;
        font-size: 16px;
        width: 90%; /* Ensures it's properly sized on mobile */



    }
    .row {
        flex-direction: column; /* Stack items in mobile */
        text-align: center;
    
    }

    .col-sm-6 {
        width: 100%; /* Take full width on small screens */


    }
}


/* Heading styling */
.h2 {
    margin-bottom: 10px;
}
        /* Map styling */
        .map {
            margin-top: 20px;
            border: 2px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        iframe {
            width: 100%;
            height: 400px;
            border: none; /* Removes default iframe border */
        }
       }

      /* Button Container to center the button */
.btn-container {
    text-align: center; /* Ensures the button is centered */
    margin-top: 20px; /* Adds spacing */
}

/* Button Styling */
.btn-directions {
    display: inline-block; /* Ensures it appears properly */
    padding: 15px 25px;
    background-color: #853330; /* Button color */
    color: white; /* White text */
    text-decoration: none; /* No underline */
    font-size: 17px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-directions:hover {
    background-color: #915856;
    text-decoration: none;
    color: white;
}

/* Fix for mobile view */
@media (max-width: 768px) {
    .btn-container {
        text-align: center;
    }

    .btn-directions {
        display: inline-block;
        width: 60%; /* Adjust width for mobile */
        font-size: 16px; /* Adjust font size */
        padding: 12px 20px; /* Adjust padding */
        margin-bottom: 20px;
    }
}


.social-follow-section {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.social-follow-section h3 {
    margin-top: 20px;
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;

}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 35px;
}

.social-link {
  display: inline-block;
  text-decoration: none;
}

.social-icon {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}


/* Footer */
.footer {
    background-color: #8b0008;
    color: white;
    text-align: center;
    padding: 1rem 0;
    bottom: 0;
    width: 100%;
}

.footer p {
    margin: 0;
}



