/* In the name of GOD */
/*
.MyCard.w3-third.w3-panel.w3-white.w3-round-xlarge {
    margin-right: 19px;
    margin-left: 19px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

}

.Header-Crad {


}

.MyPic {



}

.MyPic img {
    padding-top: 10px;
    border-radius: 19px;

}
.MyPic a {



}

.Content-Card {
    text-align: right;

}

.Footer-Card {


}
*/

.ToHome {
    text-align: end;
    color: #e1c46d;

}

/* Product Cards */
  .products {
  background: url(../images/back6.jpg) repeat;
  position: relative;
  padding-top: 50px;
  text-align: center;
  color: #e1c46d;
  padding-bottom: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
/* Products  */

.products h3 {

    padding-bottom: 50px;
}
.product-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(34, 25, 91, 0.15);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .2s ease;
    margin: 15px;
  }

.product-card h4 {
    margin: 0 0 1rem 0;
    color: var(--base-color);
    font-size: 1.4rem;
  }

  .product-card p {
    flex-grow: 1;
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.5rem;
  }

  .product-price {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: var(--accent-color);
  }

.product-card:hover{
    transform:translateY(-4px);
    box-shadow: 0 16px 16px 0 rgba(0,0,0,0.2);
    }

 .product-list, .testimonial-list, .blog-list{
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }



.Info-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s;
    /*width: 400px; /* Adjust as needed */
    height: 390px;
}

.Info-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}



.product-image {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s;
    width: 700px;
    height: 390px; /* You can adjust this value based on your image */
    object-fit: cover;
}

.product-image:hover {
    transform:translateY(-4px);
    box-shadow: 0 16px 16px 0 rgba(0,0,0,0.2);
}

.product-info {
    padding: 15px;
}

.product-title {
    font-size: 20px;
    margin: 0;
}

.product-description {
    font-size: 14px;
    color: #555;
}

.product-price {
    font-size: 18px;
    color: #000;
    margin: 10px 0;
}

.buy-button {
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.buy-button:hover {
    background-color: #0056b3;
}

.Big-Card {
    position: relative;
    margin-top: 50px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(34, 25, 91, 0.15);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .2s ease;

}
