body {
  padding-top: 100px; /* Adjust based on your navbar height */
}
/* Darker green background */
.navbar-custom {
    background-color: #0C242E;
  }
  
  /* Text styles */
  .navbar-custom .nav-link,
  .navbar-custom .navbar-brand {
    color: #ffffff;
  }
  
  .navbar-custom .nav-link:hover,
  .navbar-custom .navbar-brand:hover {
    color: #F79420;
  }
  
/* Contact Us Button */
.contact-btn {
    background-color: #F79420 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 8px 20px !important;
    font-weight: 500 !important;
    transition: background-color 0.3s, color 0.3s !important;
  }
  
  .contact-btn:hover {
    background-color: #ffffff !important;
    color: #00A651 !important;
    border: 1px solid #00A651 !important;
  }

  /* Space around the button in mobile view */
@media (max-width: 991.98px) {
  .contact-btn {
    width: 100%;
    text-align: center;
  }
}

  /* Logo enhancements */
  .navbar-brand img.logo-highlight {
    height: 80px;
    padding: 4px 8px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  
  /* Initial navbar look */
.navbar-custom {
  transition: all 0.3s ease-in-out;
}

/* Shrink effect and shadow when scrolled */
.navbar-scrolled {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}


/* hero section */
  .hero-section {
  background: url('../images/nesta-traders-bg.jpg') no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-section .overlay {
  background: rgba(0, 0, 0, 0.7); /* darkens image for contrast */
  z-index: 1;
}

.hero-section .container {
  z-index: 2;
}

.btn-orange {
  background-color: #F79420!important;
  color: white!important;
  border: none;
}

.btn-orange:hover {
  background-color: #e67a00!important;
  color: white!important;
}
.clients img{
  border-radius: 10px;
}
 /* why choose us */
.why-choose-us-section {
     color: #ffffff;
  }
  
  .why-choose-us-section h2 {
    font-weight: 700;
    font-size: 1.5rem!important;
    color: #0C242E;
  }

  .why-choose-us-section h4 {
    font-size: 2.5rem!important;
    color: #0C242E!important;
  }
  
  .why-choose-us-section .section-subtitle {
    color: #F79420; /* Orange subtitle */
    font-weight: 500;
  }
  
  .why-choose-us-section h5 {
    color: #F79420;
    font-weight: 600;
  }
  
  .why-choose-us-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #0C242E;
  }
  
  /*-- services ---*/
  .services-section .card-img-top {
  height: 300px;
  object-fit: cover;
}

.services-section .card-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.services-section .card-text {
  font-size: 0.95rem;
  color: #555;
}
.explore-btn {
  color: #F79420 !important;
  border: 1px solid #F79420 !important;
  background-color: transparent;
  transition: all 0.3s ease;
}

.explore-btn:hover {
  background-color: #F79420 !important;
  color: #ffffff !important;
  text-decoration: none;
}

/*---about----*/
.about-section {
  background-color: #f8f9fa;
}
.about-section .text-success{
  font-size: 40px;
}
.about-btn {
  background-color: #F79420;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  transition: background-color 0.3s, color 0.3s;
}

.about-btn:hover {
  background-color: #ffffff;
  color: #F79420;
  border: 1px solid #F79420;
}

/* about us page */
.about-top-banner {
  background-image: url('../images/nesta-traders-bg.jpg'); /* Replace with your actual path */
  background-size: cover;
  background-position: center;
  height: 400px; /* Small height */
  position: relative;
}

.about-top-banner .overlay {
  background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for text readability */
  height: 100%;
  width: 100%;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
}

section h2, section h3 {
  font-weight: 700;
}

ul li {
  margin-bottom: 10px;
  color: #333;
}

.bg-light {
  background-color: #f9f9f9;
}
h2 i, h3 i {
  color: #F79420; /* Match brand orange */
}

.about-values img {
  max-height: 400px;
  object-fit: cover;
}
.client-logo {
  object-fit: contain;
  opacity: 0.9;
  transition: transform 0.3s ease;
}
.client-logo:hover {
  transform: scale(1.1);
  opacity: 1;
}

/* local content */
.local-content-banner img {
  height: 500px;
  object-fit: cover;
  object-position: center;
}

.local-content-text h3 {
  font-weight: 700;
}

.local-content-text p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* carousel */
#home-carousel {
  position: relative;
}

.carousel-inner img {
  height: 70vh;
  object-fit: cover;
}

.carousel-indicators [data-bs-target] {
  background-color: #F79420;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}


/*  cement bricks */
.cement-banner img {
  height: 300px;
  object-fit: cover;
}

.cement-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cement-banner h1 {
  font-size: 2.5rem;
}


/* products */
.product-img-wrapper {
  overflow: hidden;
  border-radius: 5px;
  height: 200px;
}

.product-img {
  transition: transform 0.4s ease;
}

.product-img:hover {
  transform: scale(1.05);
}

.product-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 0 15px rgba(0, 166, 81, 0.2);
}

.product-img-wrapper {
  overflow: hidden;
  border-radius: 5px;
}

.product-img {
  transition: transform 0.4s ease;
}

.product-img:hover {
  transform: scale(1.05);
}



  .footer-section {
    background-color: #0C242E; /* Dark green background */
    font-size: 0.95rem;
  }
  
  .footer-section h5 {
    color: #F79420; /* Orange headers */
    font-weight: 600;
  }
  
  .footer-section a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
  }
  
  .footer-section a:hover {
    color: #F79420!important; /* Brand orange */
    text-decoration: underline;
  }
  
  