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: 100vh;
    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;
  }
}

/* Contact */
.contact-icon {
font-size: 20px;
margin-right: 10px;
color: #F9D050;
}
.form-col {
height: auto;
}
.contact-row {
justify-content: center;
}
.contact-number{
  color: #000000;
  text-decoration: none;
}
.contact-number:hover{
  color: #F9D050;
}
.contact-email{
  color: #000000;
  text-decoration: none;
}
.contact-email:hover{
  color: #F9D050;
}
.form-col .first-col-5{
  font-family: "Concert One", sans-serif !important;
  color: #F9D050;
}
.form-col .second-col-5{
  font-family: "Concert One", sans-serif !important;
  color: #F9D050;
}
.form-col .first-col-2{
  font-family: "Great Vibes", Sans-serif;
  font-size: 69px;
  font-weight: 500;
  line-height: 1.1666em;
  overflow: hidden !important;
}
.form-col .second-col-2{
  font-family: "Great Vibes", Sans-serif;
  font-size: 49.5px;
  font-weight: 500;
  line-height: 1.1666em;
  overflow: hidden !important;
}
.form-col-h3{
  font-family: "Raleway", sans-serif;
  text-align: center; font-size: 24px; 
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-col p{
  font-family: "Raleway", sans-serif;
}
.form-col form{
  font-family: "Raleway", sans-serif;
}
.button-form{
  background-color: #EF000F;
  border: none;
  font-weight: 500;
}
.button-form:hover{
  background-color: #ef000f;
}
@media (max-width: 991.98px) {
  .second-form{
    margin-top: 10px;
    
  }
  .first-info{
    margin-top: 60px;
    
  }
}
@media (max-width: 768px) {
  .contact-row {
    display: flex;
    flex-direction: column-reverse;
  }

  .form-col {
    margin-bottom: 20px;
  }
}


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

