body {
    background-color: #E6E6E6;
}
img {
    width:100%;
}
#header {
    text-align: center;
    padding-top:20px;
}
.container {
  /*  background-color: #ffffff;*/
}
.section-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 20px;
}
.section-title-brand-philosophy {
    text-transform: uppercase;
    /* font-weight: bold; */
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 20px;
    text-align: right;
}
.main-second-img-text {
    text-align: center;
    font-size:1rem;
    margin-bottom: 20px;
    position: relative;
    color: #f8f9fa;
    top: -75px;
    opacity: 0.8;
}
.section-title-passion-precision {
    text-transform: uppercase;
    /* font-weight: bold; */
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 20px;
    text-align: left;
}
.section-title-passion-engineering h5 {
    text-transform: uppercase;
    /* font-weight: bold; */
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 20px;
    text-align: left;
}
.section-title-passion-engineering-text {

    font-size: 0.95rem;
    color: #444;
    text-align: left;
}

.philosophy-image {
    /* border-radius: 10px; */
    max-height: 600px;
    object-fit: cover;
}
.philosophy-image-elegant-technical {
    /* border-radius: 10px; */
    max-height: 300px;
    max-width: 400px;
    object-fit: fill;
}

.content-block {
    padding: 20px;
}

    .content-block h5 {
        font-weight: 400;
        margin-top: 20px;
        text-align: left;
    }
    .heritage-experience li {
      list-style-type: none;
text-align: left;
margin-bottom: 5px;
    }
    .row {
        margin-bottom: 10px;
        background-color:#fff;
      }
      
      img {
        width: 100%;
        object-fit: cover;
        max-height: 600px;
      }
      
      h5 {
        font-size: 1.3rem;
        /* font-weight: bold; */
        margin-bottom: 15px;
      }
      
      .content-block p {
        font-size: 1rem;
        line-height: 1.6;
        color: #555;
        text-align: left;
      }
      .content-block-brand-philosophy {
        /* padding: 20px; */
      }
      .content-block-brand-philosophy  h5{
        font-weight: 400;
        margin-top: 20px;
        text-align: left;
      }
      .content-block-brand-philosophy  p{
        font-weight: 150;
        margin-top: 20px;
        text-align: left;
      }

      .content-block-the-dna {
        /* padding: 20px; */
      }
      .content-block-the-dna  h5{
        font-weight: 400;
        margin-top: 20px;
        text-align: left;
      }
      .content-block-the-dna  p{
        font-weight: 150;
        margin-top: 5px;
        text-align: left;
      }

    /* Updated styles for the product section */
.products-title-header {
  font-size: 0.8rem;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}

.product-image-container {
  overflow: hidden;
  /* border-radius: 8px; */
  position: relative;
}
.product-image-container-passion {
  overflow: hidden;
  /* border-radius: 8px; */
  position: relative;
}

.product-overlay-bg {
    position: relative;
    /* height: 300px; */
  background-color: #333;
  /* border-radius: 8px; */
  overflow: hidden;
}

.product-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  opacity: 0.8;
}
.product-image-passion {
  width: 100%;
  height: 340px;
  object-fit: cover;
  opacity: 0.8;
}
.product-image-craftsmanship-t {
  width: 100%;
  height: 600px;
  object-fit: cover;
  /* opacity: 0.8; */
}
.product-image-craftsmanship {
  width: 100%;
  height: 400px;
  object-fit: cover;
  opacity: 0.8;
}
  .product-image-craftsmanship-adaptive {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .product-image-craftsmanship-adaptive-top-image {
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
    object-fit: cover;
  }

.product-watermark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-55deg);
  pointer-events: none;
  opacity: 0.8;
}

.watermark-text {
  color: #ff4444;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1;
}

.watermark-subtext {
  color: #ff4444;
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: 1px;
}

  .main-product-image {
    max-height: 550px;
    object-fit: cover;
  }

  .elegant-technical-image {
    max-height: 700px;
    object-fit: fill;
  }

/* Styling for footer container */
.container {
  text-align: center;
  padding-top: 20px;
}

/* Footer image settings */
.footer-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* Content section of the footer */
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* Contact Information Styles */
.contact-info {
  text-align: left;
  
  width: 60%;
}
.address-info {
  text-align: center;
   font-size: 0.6rem;
  width: 100%;
  margin-top: -40px;
}

.contact-info p {
  font-size: 0.9rem;
   font-size: 0.6rem;
  color: #555;
}

.contact-info a {
  text-decoration: none;
  /* display: ruby-base-container; */
  color: #007bff;
}

/* Footer Logo and Text */
.footer-logo {
  width: 30%;
  text-align: right;
  font-size: 0.8rem;
  color: #555;
}
.footer-text {
  text-align: right;
  font-size: 0.6rem;
  margin-top: -35px;
}

h1 {
    padding-top: 10px;
    padding-bottom: 10px;
}