
.gift-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.gift-hero h1 {
	margin-top:10%;
    font-size: 5rem;
    text-decoration: none;
    line-height: 1.2em;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 4px 5px 0 rgb(0 0 0 / .3);
    color: #eb5b25;
}

.gift-hero p {
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5rem;
}

@media (max-width: 768px) {
    .gift-hero h1 {
        font-size: 30px;
        margin-top: 70px;
    }

    .gift-hero p {
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
    }

}


/* buy now button */

.buy-now-main {
    display: flex;
    justify-content: center;
    /* padding: 20px; */
    box-sizing: border-box;
}

.buy-nutton {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px 30px;
}

.buy-nutton h1 {
    width: 600px;
    font-size: 3rem;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 8.9px;
    word-spacing: 20px;
    text-shadow: 3px 4px 2px rgb(0 0 0 / 0.3);
    color: #EB5B25;
    background-image: url('Assest/buy now.avif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5px 30px;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
}

/* ✅ Responsive styles */
@media (max-width: 992px) {
    .buy-nutton h1 {
        width: 100%;
        font-size: 2.2rem;
        padding: 20px 40px;
        letter-spacing: 4px;
        word-spacing: 15px;
    }

    .buy-nutton {
        /* margin: 10px 20px; */
    }
}

@media (max-width: 600px) {
    .buy-nutton h1 {
        font-size: 1.5rem;
        padding: 0px 12px;
        letter-spacing: 2px;
        word-spacing: 8px;
        background-size: cover;
        width: 100%;
    }

    .buy-nutton {
        /* margin: 10px; */
        flex-wrap: wrap;
    }
}


/* buy now button */

/* gift box form */

.gift-section-container {
    max-width: 600px;
    margin: auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-family: Arial, sans-serif;
}

.gift-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    margin: 20px 0;
    transition: all 0.4s ease;
    transform-origin: center;
}

.gift-image-wrapper.shrink {
    transform: scale(0.95);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gift-image-wrapper img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    border-radius: 12px;
    width: 100%;
    display: block;
}

.gift-overlay-top,
.gift-overlay-bottom {
    position: absolute;
    color: black;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 6px 12px;
    border-radius: 5px;
    text-align: center;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.gift-overlay-top {
    top: 10px;
    font-size: 24px;
    font-weight: 600 !important;
}

.gift-overlay-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    font-weight: bold !important;
    color: black;
    padding: 6px 12px;
    border-radius: 6px;
    white-space: nowrap;
    text-align: center;
}

.gift-overlay-bottom {
    bottom: 15px;
}

.gift-overlay-bottom h4 {
    margin: 0 0 55px;
    font-size: 22px;
    width: 100%;
    white-space: normal;
    word-break: break-word;
}

.gift-overlay-bottom p {
    margin: 0;
    font-size: 18px;
}

.gift-form-top,
.gift-form-bottom {
    display: none;
}

.gift-form-top.active,
.gift-form-bottom.active {
    display: block;
}

.gift-form-bottom {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    border-radius: 12px;
    margin: 10px;
}

.gift-form-top {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    border-radius: 12px;
   margin: 10px;
}


input[type="text"],
input[type="email"],
input[type="date"],
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

textarea {
    resize: vertical;
    min-height: 80px;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.btn-group {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px 0;
}

.btn-group button {
    flex: 1;
    padding: 10px;
    background: #eee;
    border: none;
    cursor: pointer;
}

.btn-group button.active {
    background: #ccc;
}

.add-more {
    background: #f2f2f2;
    padding: 10px;
    border: 1px dashed #ccc;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.summary {
    background: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.payment-btn {
    background: #b7cfac;
    color: white;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    border: none;
    width: 100%;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 10px;
}

@media (max-width: 600px) {
   
    .gift-overlay-center{
        font-size: 24px;
    }
    .gift-overlay-top{
       top: 90px;
    }
    .gift-overlay-bottom h4{
        font-size: 16px;
    }
}

/* gift box form */

