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;
  }
  .title-section{
    margin-top: 0px !important;
  }
  .title-section img {
    width: 80%;
  }
  .divider-image{
    width: 80% !important;
    margin-bottom: 20px;
  }
  .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;
  }
}

/* Bar-products */
.container-product {

padding: 3rem 1rem; /* Adjust padding to ensure enough space around content */
border-radius: 8px; /* Optional: adds rounded corners for a softer look */
}


.product-box {
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
width: 900px; /* Set the width to around 900px */
height: 328.4px; /* Keep the height consistent */
display: flex;
margin-bottom: 50px;
background-color: white;
}

.product-image {
border-radius: 10px 0 0 10px;
width: 100%;
height: 100%;
object-fit: contain;
border-right: #000 !important;
}

.product-image-container {
flex: 1;

}


.product-details {
padding: 20px;
display: flex;
flex-direction: column;
justify-content: flex-start;
height: 100%;
font-family: "Raleway", sans-serif;
}
.product-details h3{
font-weight: 600;
font-family: "Raleway", sans-serif;
}
.product-details p{
font-weight: 400;
font-family: "Raleway", sans-serif;
}

.btn-enquiry {
font-size: 17px !important;
font-weight: 500;
color: #FFFFFF;
border-radius: 20px;
width: 200px !important;
background-color: #EF000F;
border: none;
}
.btn-enquiry:hover{
background-color:#ef000f ;
}

h2{
font-family: "Concert One", sans-serif;
color: #141014;
font-weight: 700;
font-size: 42px;
}
/* Overflow hidden for all headings */
h3, p, .text-center {
overflow: hidden;
text-overflow: ellipsis; /* Add ellipsis for overflowing text */
white-space: nowrap; /* Prevent text from wrapping */
}


@media (max-width: 767.98px) {
.product-box {
flex-direction: column; /* Stack the image and details vertically */
width: 100%; /* Full width on mobile */
height: 530px !important; /* Auto height for mobile view */
}

.product-image {
border-radius: 10px 10px 0 0; /* Rounded corners for the top of the image */
width: 80%; /* Full width of the container */
max-height: 280px; /* Set a maximum height to prevent it from being too large */
object-fit: contain; /* Ensure the image is fully visible without distortion or cropping */
margin-left: 38px;
}


.product-details {
padding: 15px;
text-align: left; /* Left-align the text */
height: 340px !important; /* Fixed height */
display: flex;
flex-direction: column;
justify-content: space-between;
overflow-y: auto; /* Enable scrolling if content exceeds container */
}

h3, p {
font-size: 1.2rem; /* Adjust font size */
margin-bottom: 10px; /* Space between elements */
height: auto !important; /* Ensure height adjusts dynamically */
word-wrap: break-word; /* Ensure long words don't overflow */
}

.btn-enquiry {
align-self: center; /* Center the button horizontally */
margin-top: 0px !important;
border-radius: 20px;
width: 100%;
color: white !important;
}

}

/* Mobile View Adjustments (max-width: 768px) */
@media (max-width: 768px) {
.heading {
font-size: 2.5rem !important; /* Reduce font size for mobile view */
font-weight: bold;
margin-bottom: 1rem; /* Adjust margin for better spacing */
padding: 0 1rem; /* Add horizontal padding */
font-family: "Great Vibes", Sans-serif;
color: #FFC60B;
}

.subheading {
display: block; /* Make sure the span starts on a new line */
font-size: 1.25rem !important; /* Adjust font size for the span */
margin-top: 0.5rem; /* Add margin to separate lines */
font-family: "Concert One", sans-serif;
font-weight: 100;
}
}

/* Additional styling for very small screens (max-width: 576px) */
@media (max-width: 576px) {
h2 {
font-size: 1.25rem; /* Further reduce font size for very small screens */
margin-bottom: 0.75rem; /* Further reduced margin */
padding: 0 0.5rem; /* Reduce horizontal padding */
}

.heading {
font-size: 1.1rem; /* Adjust font size for the span */
margin-top: 0.5rem; /* Maintain margin between lines */
}
}




/* 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;
  }
}