/* Wooden-style industrial template — adapted for BSCL LIMITED */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #555;
  background: #fff;
  line-height: 1.7;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0;
}

a {
  transition: 0.3s ease;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

.w3l-title {
  text-align: center;
  font-size: 36px;
  color: #222;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.w3l-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 70px;
  height: 3px;
  margin-left: -35px;
  background: #c59d5f;
}

/* banner */
.banner {
  background:
    linear-gradient(rgba(20, 14, 8, 0.62), rgba(20, 14, 8, 0.62)),
    url("https://images.unsplash.com/photo-1448375240586-882707db888b?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  min-height: 100vh;
  position: relative;
}

.header {
  padding: 20px 0 0;
}

.navbar-default {
  background: transparent;
  border: 0;
  margin: 0;
}

.navbar-brand {
  height: auto;
  padding: 0;
  font-size: 28px;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
}

.navbar-brand span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #c59d5f;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 16px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active {
  color: #c59d5f;
  background: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #c59d5f;
  margin-top: 8px;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #c59d5f;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
}

.navbar-default .navbar-collapse {
  border: 0;
  box-shadow: none;
}

.banner-info {
  text-align: center;
  padding: 18vh 15px 80px;
  color: #fff;
}

.banner-info h2 {
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner-info p {
  max-width: 640px;
  margin: 0 auto 30px;
  font-size: 17px;
  color: #e8e0d4;
}

.btn-banner {
  display: inline-block;
  padding: 12px 32px;
  background: #c59d5f;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.btn-banner:hover {
  background: #a87f42;
  color: #fff !important;
}

/* about */
.about {
  padding: 80px 0;
  background: #f7f4ef;
}

.about-left img {
  width: 100%;
  display: block;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.about-right {
  padding-top: 10px;
}

.about-right h4 {
  font-size: 26px;
  color: #222;
  margin-bottom: 18px;
}

.about-right p {
  margin-bottom: 14px;
}

.about-list {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
}

.about-list li {
  margin-bottom: 10px;
  color: #444;
}

.about-list i {
  color: #c59d5f;
  margin-right: 8px;
}

/* services */
.services {
  padding: 80px 0;
  background: #1b140e;
  color: #ccc;
}

.services .w3l-title {
  color: #fff;
}

.services-grid {
  text-align: center;
  margin-bottom: 30px;
  padding: 30px 20px;
  border: 1px solid rgba(197, 157, 95, 0.25);
  min-height: 250px;
  transition: 0.3s ease;
}

.services-grid:hover {
  background: rgba(197, 157, 95, 0.08);
  border-color: #c59d5f;
}

.services-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #c59d5f;
  color: #fff;
  font-size: 26px;
}

.services-grid h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-grid p {
  font-size: 14px;
  color: #b9b0a4;
  margin: 0;
}

/* stats */
.stats {
  padding: 70px 0;
  background:
    linear-gradient(rgba(27, 20, 14, 0.82), rgba(27, 20, 14, 0.82)),
    url("https://images.unsplash.com/photo-1513467535987-fd81bc7d62f8?auto=format&fit=crop&w=1400&q=80") center/cover fixed;
  color: #fff;
  text-align: center;
}

.stats-grid {
  margin-bottom: 20px;
}

.stats-num {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #c59d5f;
  line-height: 1.1;
}

.stats-grid p {
  margin: 8px 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  color: #ddd;
}

/* gallery */
.gallery {
  padding: 80px 0;
  background: #fff;
}

.gallery-grid {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}

.gallery-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: 0.4s ease;
}

.gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  color: #fff;
  transform: translateY(8px);
  opacity: 0.95;
}

.gallery-caption h5 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.gallery-grid:hover img {
  transform: scale(1.06);
}

/* contact */
.contact {
  padding: 80px 0;
  background: #f7f4ef;
}

.contact-left h4 {
  font-size: 24px;
  color: #222;
  margin-bottom: 14px;
}

.contact-left p {
  margin-bottom: 24px;
}

.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  margin-bottom: 14px;
  font-size: 16px;
}

.contact-info i {
  width: 28px;
  color: #c59d5f;
}

.contact-info a {
  color: #333;
}

.contact-info a:hover {
  color: #c59d5f;
}

.contact-right input,
.contact-right textarea {
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  padding: 12px 14px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #333;
  outline: 0;
  box-shadow: none;
}

.contact-right textarea {
  height: 140px;
  resize: vertical;
}

.contact-right input[type="submit"] {
  width: auto;
  background: #c59d5f;
  border: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 28px;
}

.contact-right input[type="submit"]:hover {
  background: #a87f42;
}

/* footer */
.footer {
  background: #140e09;
  padding: 22px 0;
  text-align: center;
  color: #aaa;
  font-size: 13px;
}

.footer a {
  color: #c59d5f;
}

.footer a:hover {
  color: #fff;
}

/* to top */
.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #c59d5f;
  color: #fff !important;
  font-size: 22px;
  z-index: 99;
  display: none;
}

.to-top:hover {
  background: #a87f42;
  color: #fff !important;
}

/* responsive */
@media (max-width: 991px) {
  .banner-info h2 {
    font-size: 36px;
  }

  .about-right {
    margin-top: 28px;
  }

  .services-grid {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    background: rgba(20, 14, 8, 0.96);
    margin-top: 12px;
  }

  .banner-info {
    padding-top: 12vh;
  }

  .banner-info h2 {
    font-size: 28px;
  }

  .w3l-title {
    font-size: 28px;
    margin-bottom: 36px;
  }

  .about,
  .services,
  .gallery,
  .contact {
    padding: 60px 0;
  }

  .stats-num {
    font-size: 36px;
  }
}
