

h1 {
    text-align: center;
    color: #333;
}

form {
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    margin: 10px 0 5px;
    font-weight: 700;
}


input, textarea {
    width: 95%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}

button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;

}

button:hover {
    background-color: #f13c0e;
}


.label-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}


@media print {
    /* Set page size */
    @page {
        size: A4; /* A4 page size */
        margin: 0.1in; /* Set margins */
    }
}





.card-image p{
    font-size: 27px;
    font-family: "Oswald", system-ui;
    font-weight: 500;
    color: #db003f;
    
}

.card {
    width: 4.13in;   /* Width of the card */
    height: 5.85in;  /* Height of the card */
    background-image: url('badge.svg');  /* Background image for the card */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    /* padding: 47px; */
    box-sizing: border-box;
    text-align: center;
    color: rgb(0, 0, 0);  /* White text for contrast against background */
    border: 1px solid red;
    background-size: 100%;
}

.card-image img {
    max-width: 350px;   /* Max width for the logo */
    margin: 2px auto;    /* Center the logo */
    display: block;
    color: #c30038;
    /* padding: 5px; */
}

.card-image{
    height: 17%;
    display: flex;
}


.card-text h2 {
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: 27px;
    font-family: "futura", serif;
    font-weight: 500;
    font-style: normal;
    display: -webkit-box;               /* Use flexbox */
    -webkit-box-orient: vertical;      /* Set orientation to vertical */
    -webkit-line-clamp: 3;              /* Limit to 3 lines */
    overflow: hidden;                    /* Hide overflow */
    text-overflow: ellipsis;
    text-transform: uppercase;
    background-color: #e3000f;
    color: white;
    padding: 10px;

}
.card-text {
    display: flex;
    flex-direction: column;
}
.card-text p {
    margin: 2px 0;
    font-size: 28px;
    font-family: "Oswald", system-ui;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    display: -webkit-box;               /* Use flexbox */
    -webkit-box-orient: vertical;      /* Set orientation to vertical */
    -webkit-line-clamp: 9;              /* Limit to 3 lines */
    overflow: hidden;                    /* Hide overflow */
    text-overflow: ellipsis; 
    line-height: 27px;  
    padding: 0 20px;
    padding-bottom: 4px;
}

.card-text, .card-image {
    position: relative;
    z-index: 1;  /* Place text and image above overlay */
}





/* for 2nd template */


.card-price {
    background-color: #e3000f;
    background-image: url('bg-image-price.svg') !important;  /* Background image for the card */
}

.card-image-price{
    background-color: white;
    height: 15% !important;
}

.card-image img {
    max-width: 320px !important;
}

.price-main{
    background-color: white;
    margin: 2px 15px;
    border-radius: 7px;
    min-height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-text-price p
{
    font-size: 33px !important;
    color: white !important;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 35px;
    padding: 5px 15px;
}

.Price{

    color: #000000 !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 85px !important;
    font-weight: 800 !important;
    margin: 5px;
    
}


.other-pricetag {
    padding: 5px 0 2px 15px;
    margin: 0px;
    font-size: 16px;
    text-align: left;
    font-family: "Roboto", sans-serif;
}

#other-para{

    font-size: 12px !important;
    color: #000000 !important;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 16px;
    padding: 1px 5px 5px 105px;
    text-align: right;

}