body {
    overflow-x: hidden;
  }
  
  .container-fluid {
    height: 100vh;
    background-image: url('../images/background_image.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0c0c0c 0%, #000000 20%);
    opacity: 0.58;
    z-index: 0;
  }
  
  .logo-container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    padding-bottom: 0px;
  }
  
  .logo {
    width: 190px;
  
  }
  
  .navbar {
    position: relative;
    z-index: 2;
    /* Higher z-index to ensure it's above the overlay but below dropdown */
  }
  
  .nav-item a {
    color: #ffc60b !important;
    font-size: 18px !important;
    font-family: "Raleway", sans-serif;
  }
  
  .heading-section {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
  
  .heading-section img {
    width: 30%;
  
  }
  
  /* Main Heading Style */
  .main-heading {
    color: #FFC60B;
    font-family: "Great Vibes", Sans-serif;
    font-size: 90px;
    font-weight: 500;
    line-height: 1.4em;
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
  }
  
  .main-heading .last-word {
    display: inline-block;
    overflow: hidden;
  }
  
  
  
  /* Transparent dropdown background and border styling */
  .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.836) !important;
    border: 1px solid #ffc60b !important;
    position: absolute;
    top: 100%;
    /* Position dropdown below the nav item */
    left: 0;
    z-index: 3;
    /* Higher z-index to overlap the image */
  }
  
  .dropdown-item {
    color: #ffc60b !important;
  }
  
  .dropdown-item:hover {
    background-color: rgba(255, 198, 11, 0.1) !important;
    color: #ffc60b !important;
  }
  
  @media (max-width: 991.98px) {
    .background-section {
      height: 81vh;
      background-image: url('../images/background_image.jpg');
      background-size: cover;
      background-position: center;
      position: relative;
      background-attachment: fixed;
    }
    .divider-image{
      width: 80% !important;
      margin-bottom: 20px;
    }
    .title-section{
      margin-top: 0px !important;
    }
    .title-section img {
      width: 80%;
    }
  
    .main-title {
      font-size: 4rem;
      overflow: hidden;
      margin-top: 20px;
    }
  
    /* Ensure the collapse menu behaves as usual */
    .navbar-collapse-custom {
      position: fixed;
      top: 0;
      right: 0;
      width: 250px;
      height: 122vh;
      background: #000;
      border-left: 0.5px solid #ffc60b;
      z-index: 3040;
      display: flex;
      flex-direction: column;
      padding-top: 60px;
      transition: transform 0.3s ease;
      justify-content: left;
    }
  
    /* Align nav items to the left inside the collapse menu */
    .navbar-nav-custom {
      flex-direction: column;
      align-items: flex-start;
      padding-left: 0;
      /* Remove default padding */
    }
  
    /* Make sure all nav links inside the collapse are aligned to the left */
    .nav-item-custom {
      width: 100%;
      text-align: left !important;
      position: relative;
      justify-content: left;
    }
  
    /* Add padding to each link and ensure left alignment */
    .nav-link-custom {
      padding: 10px 15px;
      width: 100%;
      position: relative;
      left: -40px;
      text-align: left !important;
      color: #ffc60b !important;
    }
  
    .navbar-toggler-icon-custom {
      margin-left: -2.5px;
    }
  
    /* Keep the toggle button fixed at the top left */
    .navbar-toggler-custom {
      position: fixed !important;
      top: 15px;
      left: 15px !important;
      width: 50px;
      height: 50px;
      z-index: 1050;
      background: transparent;
      color: #ffc60b !important;
      font-size: 24px;
    }
  }
  
  /* About */
  .h2-section{
    font-family: "Concert One", sans-serif;
    font-size: 46px;
    margin-bottom: 10px;
  }
  .paragraph-section{
    font-family: "Raleway", sans-serif;
    text-align: justify;
    font-size: 20px !important;
  }
  
  /* General Lightbox Styles */
.custom-lightbox { 
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-lightbox img {
  max-width: 90%;
  max-height: 80%;
  border: 2px solid #fff;
}

.custom-lightbox .close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  z-index: 10000;
}

/* Gallery Styles */
.gallary-div {
  margin: 30px;
  display: flex;
  justify-content: center; /* Center the entire row */
  gap: 30px; /* Gap between the two images */
}

.image-one, .image-second {
  width: 300px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; /* 1px shadow for images */
  padding: 10px;
}

.image-title {
  text-align: center !important;
  font-size: 18px;
  margin-top: 10px;
}

/* Desktop Layout (Default) */
@media (min-width: 768px) {
  .col {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center images within the column */
  }
  
  .col-one{
    align-items: flex-end;
  }
  .col-two{
    align-items: flex-start;
  }
  /* Add margins to adjust spacing */
  .image-one {
    margin-right: auto; /* Push the image to the right */
  }

  .image-second {
    margin-left: auto; /* Push the image to the left */
  }
  .title-one{
    position: relative;
    left: -45px;
  }
  .title-two{
    position: relative;
    right: -90px;
  }
}

/* Mobile View - Images one below the other */
@media (max-width: 768px) {
  .col {
      width: 100%; /* Full width for each image */
      margin-bottom: 20px; /* Space between images */
    }
  
    /* Ensure images take full width */
    .image-one, .image-second {
      width: 100%;
      order: unset; /* Reset order so natural HTML order is followed */
    }
  
    .gallary-div {
      display: flex;
      flex-direction: column; /* Stack the images vertically */
    }

.image-title {
  font-size: 16px;
}
}


/* Call To Action */
.cta-section {
  background: #fffcef; /* Background color */
  width: 100%; /* Set to full width */
  display: flex;
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
  padding: 40px 20px; /* Vertical and horizontal padding */
  box-sizing: border-box;
  margin-top: 50px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
  overflow: hidden;
  height: auto !important;
}

.cta-content {
  text-align: center;
  max-width: 1000px; /* Increase max width */
  width: 100%;
  overflow: hidden;
  height: 120px !important;
}

.cta-heading {
  font-size: 2.6rem; /* Slightly increase font size */
  font-weight: 400;
  color: #000000; /* Black text color */
  margin-bottom: 20px; /* Space below the heading */
  font-family: "Concert One", sans-serif;
  line-height: 1.3; /* Adjust line height for readability */
  text-shadow: 1px 1px 4px #14101079; /* Subtle shadow for text */
  overflow: hidden;
  white-space: nowrap; /* Prevent text wrapping */
}

.cta-button {
  background-color: #EF000F; /* Vibrant color */
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 50px; /* Fully rounded button */
  font-size: 1.1rem; /* Larger font size for emphasis */
  text-transform: uppercase;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-align: center;
  text-decoration: none; /* Remove underline */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Button shadow */
  overflow: hidden;
}

.cta-button:hover {
  background-color: #ef000f; /* Slightly darker shade on hover */
  transform: scale(1.05); /* Slight scale effect on hover */
  text-decoration: none;
  color: #f9f9f9;
}

/* Media Query for Smaller Screens */
@media (max-width: 768px) {
  .cta-section {
      width: 100%; /* Increase width for mobile view */
      height: auto;
      padding: 30px 15px; /* Adjust padding */
  }

  .cta-content {
      height: 130px !important; /* Remove fixed height for mobile */
  }

  .cta-heading {
      font-size: 1.6rem; /* Decrease font size to prevent wrapping */
      white-space: normal; /* Allow wrapping on very small screens */
      
  }

  .cta-button {
      font-size: 1rem; /* Adjust button font size for mobile */
      margin-bottom: 10px !important;
  }
}
  
  
  
  /* footer */
  .hero-section-footer {
    position: relative;
    width: 100vw;
    height: auto;
    background-image: url('../images/footer-bg-1900.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0;
  }
  
  .overlay-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0c0c0c 0%, #000000 20%);
    opacity: 0.82;
    z-index: 1;
  }
  
  .container-footer {
    z-index: 2;
    color: #fff;
    padding: 20px;
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  
  
  
  .footer-copyright {
    font-size: 16px;
    color: #ccc;
    text-align: center;
    margin-top: 30px;
  }
  .copyright-a{
    text-decoration: none;
    color: #ccc;
  }
  .copyright-a:hover{
    text-decoration: none;
    color: #ffffff;
  }
  
  .footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .footer-col {
    flex: 1;
    padding: 20px;
    min-width: 250px;
  }
  
  .footer-col h3 {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    color: #FFC60B;
    margin-bottom: 20px;
  }
  
  .footer-col ul {
    list-style-type: none;
    padding-left: 0;
  }
  
  .footer-col ul li {
    font-family: "Raleway", sans-serif;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .footer-col ul li a {
    text-decoration: none;
    color: #fff;
  }
  
  .footer-col ul li a:hover {
    color: #FFC60B;
  }
  
  @media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
        align-items: flex-start;
    }
  }
