/* Reset some default styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Set a default font and styles */
body {
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Header */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.logo {
  height: 50px;
}

nav a {
  color: #000;
  text-decoration: none;
  margin-left: 10px;
}

nav a.active {
  font-weight: bold;
}

/* Main content */
main {
  padding: 20px;
}

.banner-slider {
  /* Add styles for banner slider here */
}

.page-links {
  text-align: center;
  margin: 20px 0;
}

.page-links a {
  font-weight: bold;
  margin: 0 10px;
  text-decoration: none;
  color: #000;
}

.banner-cards {
  /* Add styles for banner cards here */
}

.product-cards {
  /* Add styles for product cards here */
}

/* Footer */
footer {
  /* Add styles for footer here */
}/* CSS Document */

/* CSS for the image slider */
.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.slider img {
  width: 100%;
  height: auto;
  display: none;
}

.slider img.active {
  display: inline;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background-color: #fff;
  border: none;
  color: #000;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}






.banner-card {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/Banner/banner1.png"); /* Replace with your background image URL */
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: -1;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5); /* Adjust the opacity and color as desired */
}


.banner-card-content {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 20px;
  padding: 10px;
}

.banner-card-title {
  font-size: 24px;
  font-weight: bold;
margin-bottom: 5px;
}

.banner-card-description {
  font-size: 16px;font-weight: bold;
}










.product-container {
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
  padding: 20px;
  text-align: center;
}

.container-title {
  font-weight: bold;
  margin-bottom: 20px;
}

.product-cards {
  display: flex;
  justify-content: space-between;
}

.product-card {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
width: 250px;
  /*width: calc(33.33% - 20px);  Subtracting margin space to fit three cards */
    max-width: 250px;
}

.card-image {
  max-width: 250px;
    width: 100%;
height: 250px;

  position: relative;
}

.card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.card-content {
  padding: 10px;
}

.card-title {
  margin-bottom: 10px;
}

.card-description {
  margin-bottom: 0;
}

.vaulted-link {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}












.footer {
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
}

.footer-column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical-line {
  width: 1px;
  height: 100px;
  background-color: #ccc;
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 20px;
}

.footer-left {
  text-align: right;
}

.footer-right {
  text-align: left;
}

.footer-links a {
  display: block;
  margin-top: 10px;
  color: #333;
  text-decoration: none;
}

.footer-links img {
  width: 20px;
  margin-left: 10px;
}






/* 2 column text box */

.content-box2 {
width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  background-color: #fff;
align-items: center;
  display: flex;
  min-width: 300px;
     text-align: center;
     justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.column-left1 {
  flex: 1 0 33%;
    padding: 20px;
 /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
  border-right: 1px solid rgba(0, 0, 0, 0.5);*/
}

.column-right1 {
  flex: 1 0 66%;
    padding: 20px;
  background-color: #eee;
}
.column-left2 {
  flex: 1 0 66%;
    padding: 20px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.column-right2 {
 flex: 1 0 33%;
    padding: 20px;
  background-color: #eee;
}








/* Mobile view */
@media (max-width: 407px) {
  .product-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .product-card {
    margin-bottom: 20px;
  }
}