body {
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    text-align: center;
    overflow-x: hidden;
}

.slide {
    width: 800px;
    min-height: 1100px;
    background: #fff;
    margin: 20px auto;
    position: relative;
    overflow: visible;
    page-break-after: always;
    page-break-inside: avoid;
    break-inside: avoid;
    /* box-sizing: border-box;
    break-after: page; */

    /* overflow: visible; */
}

/* Avoid breaking inside slide */
.slide:last-child {
    page-break-after: auto;
    /* break-after: auto; */
}
/* Ensure no elements break inside */
.review-box, .day-content li, .about-content p {
    page-break-inside: avoid;
    break-inside: avoid;
}
@media print {
    body {
        margin: 0;
        padding: 0;
    }
}
/* Logo */
.logo {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.logo img {
    height: 100px;
}

/* Banner */
.banner img {
    /* width: 170%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.banner  {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* position: relative; */
    position: absolute;
    top: 0;
    left: 0;

}
.banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Adjust opacity here */
    background: rgba(0, 0, 0, 0.4) ;
    z-index: 1;
}

/* Content */
.content {
    position: absolute;
    top: 50rem;
    width: 100%;
    text-align: center;
}

.content h1 {
    font-size: 50px;
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: 800;
    color : #ffffff;
    position: relative;
    z-index: 2;
}

.content p {
    font-size: 23px;
    color : #ffffff;
    font-family: spinnaker, sans-serif;
    margin-top: 10px;
    font-weight: 700;
    z-index: 2;
    position: relative;
}

/* Badge */
.badge {
    position: absolute;
    right: 30px;
    bottom: 120px;
    background: #02045D;
    color: white;
    padding: 15px 20px;
    border-radius: 50%;
    font-weight: bold;
    font-family: raleway, sans-serif;
    z-index: 2;
}


/* 2nd Slides About Slide Specific */
.about-slide {
    /* padding: 40px 50px; */
    /* background: #f4f1ea; */
    position: relative;
}

/* Logo Left */
.logo-left {
    position: absolute;
    top: 20px;
    left: 30px;
}

.logo-left img {
    height: 100px;
}

/* Header */
.about-header {
    text-align: center;
    padding-top: 30px;
}

.about-header h2 {
    color: #02045D;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    
}

.about-header h1 {
    color: #02045D;
    font-size: 20px;
    font-weight: bold;
    font-family: spinnaker, sans-serif;
    font-weight: bold;
}

/* Content */
.about-content {
    margin-top: 50px;
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    font-family: poppins, sans-serif;
    padding-bottom: 30px;
}

.about-content p {
    margin-bottom: 18px;
    text-align: justify;
    margin: 30px 40px;
}

/* Highlight words */
.about-content span {
    color: #02045D;
    font-weight: 600;
}


/* 3rd Section Review Section  */
/* ================= REVIEW SLIDE ================= */
.review-slide {
    
    position: relative;
}

/* Header */
.review-header {
    text-align: center;
    margin-top: 40px;
}

.review-header h2 {
    color: #02045D;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.review-header h1 {
    color: #02045D;
    font-size: 20px;
    font-weight: bold;
    font-family: spinnaker, sans-serif;
    font-weight: bold;
}

.review-header span {
    color: #f4b400;
    font-size: 20px;
}

/* Reviews Layout */
.reviews-container {
    margin-top: 30px;
}

/* Review Box */
.review-box {
    border: 1px solid #02045D;
    border-radius: 10px;
    margin: 25px 40px;
    margin-bottom: 20px;
    background: #fff;
}

/* Name */
.review-box h3 {
    margin: 15px 15px;
    font-size: 18px;
    font-weight: bolder;
    text-align: left;
    font-family: raleway, sans-serif;
}

/* Stars */
.stars {
    color: #f4b400;
    /* margin: 5px 0 10px; */
    font-size: 16px;
    text-align: left;
    margin: 15px 15px;
}

/* Text */
.review-box p {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    font-family: poppins, sans-serif;
    text-align: left;
    margin: 15px 15px;
    font-weight: 400;
}

.logo-left img {
    height: 100px;
}

/* Prevent cards and paragraphs from breaking across pages */
.review-box,
.day-content li,
.day-content p,
.about-content p,
.day-content-inclusions li,
.day-content-exclusions li,
.day-content-notes li,
.day-content-do li,
.day-content-donot li,
.day-content-cancellation li,
.day-content-terms li {
    page-break-inside: avoid;
    break-inside: avoid;
}


/* Add some spacing when PDF pages break */
@media print {
    body {
        margin: 0;
        padding: 0;
        
    }
    .slide {
        margin: 0;
        padding: 20px 0;
    }
}




/* 4th section css code */
/* ================= DAY SLIDE ================= */
.day-slide {
    position: relative;
}

/* Header */
.day-header {
    margin-top: 60px;
}

.day-header h1 {
    color: #02045D;
    font-size: 35px;
    font-weight: 800;
    font-family: Raleway, sans-serif;
    margin-top: 130px;
    text-align: left;
    padding: 0px 30px;
}

.day-header h2 {
    color: #02045D;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 0px 30px;
}

/* Content */
.day-content {
    margin-top: 30px;
    font-size: 16px;
    color: black;
    font-size: 16px;
    font-family: poppins, sans-serif;
    padding: 0px 30px;

}
.day-content p{
    margin-top: 30px;
    font-size: 17px;
    color: black;
    font-weight: 400;
    font-family: poppins, sans-serif;


}

/* Optional Title */
.optional-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.day-content li {
    margin-bottom: 12px;
    line-height: 1.6;
    font-family: poppins, sans-serif;
    font-size: 17px;
    text-align: left;
    font-weight: 400;
}

/* 5th section css code INCLUSIONS */
/* ================= DAY SLIDE ================= */
.day-slide-inclusions {
    position: relative;
}

/* Header */
.day-header-inclusions {
    margin-top: 60px;
}

.day-header-inclusions h1 {
    color: #02045D;
    font-size: 26px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    margin-top: 100px;
    text-align: center;
    padding: 0px 30px;
}

.day-header-inclusions h2 {
    color: #02045D;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 0px 30px;
}

/* Content */
.day-content-inclusions {
    margin-top: 30px;
    font-size: 16px;
    color: black;
    font-size: 16px;
    font-family: poppins, sans-serif;
    padding: 0px 30px;

}
.day-content-inclusions p{
    margin-top: 30px;
    font-size: 17px;
    color: black;
    font-family: poppins, sans-serif;
    text-align: left;
    padding: 0px 30px;

}

/* Optional Title */
.optional-title-inclusions {
    font-weight: 600;
    margin-bottom: 10px;
}

.day-content-inclusions li {
    margin-bottom: 12px;
    line-height: 1.6;
    font-family: poppins, sans-serif;
    font-size: 17px;
    text-align: left;
}


/* 6th section css code EXCLUSIONS */
/* ================= DAY SLIDE ================= */
.day-slide-exclusions {
    position: relative;
}

/* Header */
.day-header-exclusions {
    margin-top: 60px;
}

.day-header-exclusions h1 {
    color: #02045D;
    font-size: 26px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    margin-top: 100px;
    text-align: center;
    padding: 0px 30px;
}

.day-header-exclusions h2 {
    color: #02045D;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 0px 30px;
}

/* Content */
.day-content-exclusions {
    margin-top: 30px;
    font-size: 16px;
    color: black;
    font-size: 16px;
    font-family: poppins, sans-serif;
    padding: 0px 30px;

}
.day-content-exclusions p{
    margin-top: 30px;
    font-size: 17px;
    color: black;
    font-family: poppins, sans-serif;
    text-align: left;
    padding: 0px 30px;

}

/* Optional Title */
.optional-title-exclusions {
    font-weight: 600;
    margin-bottom: 10px;
}

.day-content-exclusions li {
    margin-bottom: 12px;
    line-height: 1.6;
    font-family: poppins, sans-serif;
    font-size: 17px;
    text-align: left;
}


/* 7th section pricing */
     table {
            border-collapse: collapse;
            width:100%;
            margin-bottom: 20px;
            /* margin:  30px; */
        }
        td {
            border: 1px solid #333;
            padding: 10px;
            text-align: center;
        }
        th{
            /* border-collapse: collapse; */
            border: 1px solid #333;
            padding: 10px;
            text-align: center;
        }
        .day-slide-pricing {
    position: relative;
}

/* Header */
.day-header-pricing {
    margin-top: 60px;
}

.day-header-pricing h1 {
    color: #02045D;
    font-size: 26px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    margin-top: 100px;
    text-align: center;
    padding: 0px 30px;
}

.day-header-pricing h2 {
    color: #02045D;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 0px 30px;
}

/* Content */
.day-content-pricing {
    margin-top: 30px;
    font-size: 17px;
    color: #02045D;
    font-family: poppins, sans-serif;
    padding: 0px 100px;

}
.day-content-pricing p{
    margin-top: 30px;
    font-size: 17px;
    color: #02045D;
    font-family: poppins, sans-serif;
    text-align: left;
    /* padding: 0px 30px; */

}

/* Optional Title */
.optional-title-pricing {
    font-weight: 600;
    margin-bottom: 10px;
}

.day-content-pricing li {
    margin-bottom: 12px;
    line-height: 1.6;
    font-family: poppins, sans-serif;
    font-size: 16px;
    text-align: left;
}



/* 8th section  PAYMENT PROCEDURE*/
.day-header-payment {
    margin-top: 60px;
}

.day-header-payment h1 {
    color: #02045D;
    font-size: 26px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    margin-top: 100px;
    text-align: center;
    padding: 0px 30px;
}

.day-header-payment h2 {
    color: #02045D;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 0px 30px;
}

/* Content */
.day-content-payment {
    margin-top: 30px;
    font-size: 17px;
    color: #02045D;
    font-family: poppins, sans-serif;
    padding: 0px 100px;

}
.day-content-payment p{
    margin-top: 30px;
    font-size: 17px;
    color: #02045D;
    font-family: poppins, sans-serif;
    text-align: center;
    /* padding: 0px 30px; */

}

/* Optional Title */
.optional-title-payment {
    font-weight: 600;
    margin-bottom: 10px;
}

.day-content-payment li {
    margin-bottom: 12px;
    line-height: 1.6;
    font-family: poppins, sans-serif;
    font-size: 17px;
    text-align: left;
}
.gpay img{
    height: 60px;
}
.scanner img{
    height: 200px;
}

/* 9TH SECTION NOTES CODE */
.day-slide-notes {
    position: relative;
}

/* Header */
.day-header-notes {
    margin-top: 60px;
}

.day-header-notes h1 {
    color: #02045D;
    font-size: 26px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    margin-top: 100px;
    text-align: center;
    padding: 0px 30px;
}

.day-header-notes h2 {
    color: #02045D;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 0px 30px;
}

/* Content */
.day-content-notes {
    margin-top: 30px;
    font-size: 17px;
    color: black;
    font-family: poppins, sans-serif;
    padding: 0px 30px;

}
.day-content-notes p{
    margin-top: 30px;
    font-size: 17px;
    color: black;
    font-family: poppins, sans-serif;
    text-align: left;
    padding: 0px 30px;

}

/* Optional Title */
.optional-title-notes {
    font-weight: 600;
    margin-bottom: 10px;
}

.day-content-notes li {
    margin-bottom: 12px;
    line-height: 1.6;
    font-family: poppins, sans-serif;
    font-size: 17px;
    text-align: left;
}

/* 10th section css code of DO’S */
.day-slide-do {
    position: relative;
}

/* Header */
.day-header-do {
    margin-top: 60px;
}

.day-header-do h1 {
    color: #02045D;
    font-size: 26px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    margin-top: 100px;
    text-align: center;
    padding: 0px 30px;
}

.day-header-do h2 {
    color: #02045D;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 0px 30px;
}

/* Content */
.day-content-do {
    margin-top: 30px;
    font-size: 17px;
    color: black;
    font-family: poppins, sans-serif;
    padding: 0px 30px;

}
.day-content-do p{
    margin-top: 30px;
    font-size: 17px;
    color: black;
    font-family: poppins, sans-serif;
    text-align: left;
    padding: 0px 30px;

}

/* Optional Title */
.optional-title-do {
    font-weight: 600;
    margin-bottom: 10px;
}

.day-content-do li {
    margin-bottom: 12px;
    line-height: 1.6;
    font-family: poppins, sans-serif;
    font-size: 17px;
    text-align: left;
}



/* 11th Section Donot */
.day-slide-donot {
    position: relative;
}

/* Header */
.day-header-donot {
    margin-top: 60px;
}

.day-header-donot h1 {
    color: #02045D;
    font-size: 26px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    margin-top: 100px;
    text-align: center;
    padding: 0px 30px;
}

.day-header-donot h2 {
    color: #02045D;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 0px 30px;
}

/* Content */
.day-content-donot {
    margin-top: 30px;
    font-size: 17px;
    color: black;
    font-family: poppins, sans-serif;
    padding: 0px 30px;

}
.day-content-donot p{
    margin-top: 30px;
    font-size: 17px;
    color: black;
    font-family: poppins, sans-serif;
    text-align: left;
    padding: 0px 30px;

}

/* Optional Title */
.optional-title-donot {
    font-weight: 600;
    margin-bottom: 10px;
}

.day-content-donot li {
    margin-bottom: 12px;
    line-height: 1.6;
    font-family: poppins, sans-serif;
    font-size: 17px;
    text-align: left;
}

/* 12th Section Cancellation Policy */

.day-slide-cancellation {
    position: relative;
}

/* Header */
.day-header-cancellation {
    margin-top: 60px;
}

.day-header-cancellation h1 {
    color: #02045D;
    font-size: 26px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    margin-top: 100px;
    text-align: center;
    padding: 0px 30px;
}

.day-header-cancellation h2 {
    color: #02045D;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 0px 30px;
}

/* Content */
.day-content-cancellation {
    margin-top: 30px;
    font-size: 17px;
    color: black;
    font-family: poppins, sans-serif;
    padding: 0px 30px;

}
.day-content-cancellation p{
    margin-top: 30px;
    font-size: 17px;
    color: black;
    font-family: poppins, sans-serif;
    text-align: left;
    padding: 0px 30px;

}

/* Optional Title */
.optional-title-cancellation {
    font-weight: 600;
    margin-bottom: 10px;
}

.day-content-cancellation li {
    margin-bottom: 12px;
    line-height: 1.6;
    font-family: poppins, sans-serif;
    font-size: 17px;
    text-align: left;
}

/* 13th Section CSS Code of TERMS & CONDITIONS */
.day-slide-terms {
    position: relative;
}

/* Header */
.day-header-terms {
    margin-top: 60px;
}

.day-header-terms h1 {
    color: #02045D;
    font-size: 26px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    margin-top: 100px;
    text-align: center;
    padding: 0px 30px;
}

.day-header-terms h2 {
    color: #02045D;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    padding: 0px 30px;
}

/* Content */
.day-content-terms {
    margin-top: 30px;
    font-size: 17px;
    color: black;
    font-family: poppins, sans-serif;
    padding: 0px 30px;

}
.day-content-terms p{
    margin-top: 30px;
    font-size: 17px;
    color: black;
    font-family: poppins, sans-serif;
    text-align: left;
    padding: 0px 30px;

}

/* Optional Title */
.optional-title-terms {
    font-weight: 600;
    margin-bottom: 10px;
}

.day-content-terms li {
    margin-bottom: 12px;
    line-height: 1.6;
    font-family: poppins, sans-serif;
    font-size: 17px;
    text-align: left;
}

/* 14th Section Checkout Code */
.day-slide-checkout {
    position: relative;
}

/* Header */
.day-header-checkout {
    margin-top: 60px;
}

.day-header-checkout h1 {
    color: #02045D;
    font-size: 26px;
    font-weight: 700;
    font-family: Raleway, sans-serif;
    margin-top: 100px;
    text-align: center;
    padding: 0px 30px;
}

.day-content-checkout h2 {
    color: #02045D;
    font-size: 28px;
    font-weight: 700;
    font-family: 'raleway', sans-serif;
    text-align: center;
    padding: 0px 30px;
}

.social-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #f4f1ea; */
}

/* Icons Row */
.social-icons {
    display: flex;
    gap: 40px;
    justify-content: center;
}

/* SVG Icons */
.social-icons img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.day-header-checkout h1{
   font-size: 35px;
    margin: 0;
    font-family: raleway, sans-serif;
    font-weight: 700;
    color : #02045D;

    }
    .day-content-checkout {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
   .day-content-checkout img {
    padding-bottom: 50px;
}
#pdf-wrapper {
    width: 800px;
    margin: auto;
}
button#downloadBtn {
    margin: 30px auto;
    padding: 12px 24px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background: #02045D;
    color: white;
    border-radius: 8px;
}