/*your custom css goes here*/ 

@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&family=Poppins:wght@400;700&family=Quicksand:wght@400;700&display=swap');


p{
 margin:0px !important;
}


body {
    font-family: 'Mulish', sans-serif !important; /* Default body font */
    background-color: #f9f9f9 !important; /* Background color */
}

h1, h2, h3 {
    font-family: 'Poppins', sans-serif !important; /* Font for headings */
    color: #333 !important; /* Heading color */
}



.aiz-megabox .aiz-megabox-elem{
	border-radius: 4px !important;
}

.productname{
	line-height: 40px !important;
}

/* Mulish Font Family */
.mulish-font {
    font-family: 'Mulish', sans-serif !important;
}

/* Poppins Font Family */
.poppins-font {
    font-family: 'Poppins', sans-serif !important;
}

/* Quicksand Font Family */
.quicksand-font {
    font-family: 'Quicksand', sans-serif !important;
}


 .card-images {
            height: 100px;
            width: 100px;
            object-fit: cover;
            margin: 0 auto;
        }
        .card {
            height: 100%;
            border: none;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 -2px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease-in-out;
        }
        .card:hover {
            transform: translateY(-5px);
        }
        .card-body {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }



.MsoNormal a {
    color: #007bff;
}