@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* fonts---------- */

* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

html {
    height: 100%;
    scroll-behavior: smooth;
  }
  
  ul,
  ol,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  a,
  span,
  label,
  div,
  body {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
.container {
    padding-inline: 50px;
}

.filler-row {
    padding-block: 45px;
    margin-bottom: 50px;
}

.filler-row .filler-left {
    display: flex;
    gap: 30px;
    align-items: center;
}

.filler-row .filler-left span {
    font-family: "Poppins", sans-serif;
    color: #000;
    border-bottom: 1px solid #000;
}

.inner-heading {
    font-size: 25px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}

.date-selector {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    /* max-width: 400px; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.time-details {
    flex: 1;
    padding: 10px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.time-details+.time-details {
    border-left: 1px solid #e0e0e0;
}

.time-details .label {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #666;
}

.time-details .date {
    font-weight: bold;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    margin-top: 2px;
}

.close-btn {
    background: none;
    border: none;
    color: #999;
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    padding: 0 12px;
    cursor: pointer;
    align-self: center;
}

.guest-dropdown {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px 10px;
    cursor: pointer;
    position: relative;
}

.guest-label {
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    color: #666;
}

.guest-summary-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guest-summary {
    font-weight: 600;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    margin-top: 2px;
}

.dropdown-icon {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.rotate-up {
    transform: rotate(180deg);
}

.guest-popup {
    margin-top: 10px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    display: none;
    flex-direction: column;
    gap: 12px;
    background: white;
    max-width: 350px;
}

.guest-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guest-info {
    display: flex;
    flex-direction: column;
}

.guest-info .title {
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
}

.guest-info .desc {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #888;
}

.controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.controls button {
    width: 28px;
    height: 28px;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.controls input {
    width: 32px !important;
    text-align: center;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.done-btn {
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    background: #f7f7f7;
    text-align: center;
    cursor: pointer;
    border: none;
    font-weight: bold;
}

.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.summary-card {
    width: 100%;
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.summary-card h2 {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 16px;
}

.row span {
    font-family: "Poppins", sans-serif;
}

.flex-row span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-row p {
    font-family: "Poppins", sans-serif;
}

.flex-row-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-row-section span {
    font-size: 16px;

}

.logo-name {
    font-size: 15px !important;

}

.summary-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.summary-left {
    display: flex;
    gap: 10px;
}

.summary-header img,
.thankyou-logo img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.summary-header button {
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: transparent;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
}

.section {
    margin-bottom: 16px;
}

.section-title {
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
}

.row {
    display: flex;
    justify-content: space-between;
    margin: 4px 0;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 16px 0;
}

.total-bold {
    font-weight: bold;
    font-size: 21px;
    font-family: "Poppins", sans-serif;
}
.nav_buttons{
    display:flex;
    justify-content: space-between;
    width:100%;
    gap:1rem;
}
.continue-btn,
.back-btn {
    display: block;
    width: 100%;
    padding: 12px;
    background: #004d40;
    color: white;
    border: none;
    border-radius: 24px;
    font-weight: bold;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    max-width: 400px;
}

.small-text {
    font-size: 19px;
    font-family: "Poppins", sans-serif;
    color: #555;
}

.date-details-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.dates-right {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.option-card {
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #888;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    padding: 20px;
}

.option-image {
    width: 340px;
    height: 145px;
    font-size: 0;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

.option-content {
    padding-inline: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.option-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}

.option-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #1a1a1a;
    margin: 0;
}

.option-price {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #1a1a1a;
    white-space: nowrap;
}

.option-description {
    color: #666;
    font-size: 16px;
    /* margin-bottom: 20px; */
    font-family: "Poppins", sans-serif;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.option-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quantity-selector {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 8px 12px;
    min-width: 60px;
    position: relative;
}

.quantity-selector select {
    background: transparent;
    border: none;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #1a1a1a;
    outline: none;
    appearance: none;
    cursor: pointer;
    padding-right: 20px;
}

.quantity-selector::after {
    content: '▼';
    position: absolute;
    right: 8px;
    color: #666;
    font-size: 12px;
    pointer-events: none;
}

.add-button,
.remove-button {
    background: #20b486;
    color: white;
    border: none;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}
.remove-button {
    background: #f44336;
    margin-right:10px;
    margin-left:auto;
}

.add-button:hover {
    background: #1a9973;
}
.remove-button:hover {
    background: #d32f2f;
}

.add-button:active {
    transform: scale(0.95);
}

.desc-left p {
    margin-bottom: unset !important;
    font-size: unset !important;
}
.addons_section .dates-left{
    grid-column: span 2;
}
/* Clock image styling */
.option-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.add-section .date-details-row {
    grid-template-columns: 1fr 0.8fr;
    gap: 140px;

}

.add-section h2 {
    margin-bottom: 10px !important;
}

.section-para {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #666;
    margin-bottom: 60px;
}
.dates-section,
.add-section{
    margin-bottom: 60px; 
}

/* Section visibility controls */
section.now-set {
    display: none;
}

section.now-set.active {
    display: block;
}

.fixed_main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 0 2rem 0 0;
}

/* Date Popup Styles */
.date-popup {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    margin-top: 12px;
    min-width: 400px;
}

.date-picker-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.date-picker-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.date-picker-field label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.date-picker-field input[type="date"],
.date-picker-field input[type="text"] {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    transition: border-color 0.2s;
}

.date-picker-field input[type="date"]:hover,
.date-picker-field input[type="text"]:hover {
    border-color: #999;
}

.date-picker-field input[type="date"]:focus,
.date-picker-field input[type="text"]:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.date-popup-info {
    text-align: center;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #333;
}

.date-popup .done-btn {
    width: 100%;
    padding: 12px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.date-popup .done-btn:hover {
    background: #0056b3;
}

.date-popup .done-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.dates-left {
    position: relative;
}

/* Utility classes */
.cursor-pointer {
    cursor: pointer;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.form-group.height-max-content {
    height: max-content;
}

.margin-left-auto {
    margin-left: auto;
}

.date-selector.cursor-pointer {
    cursor: pointer;
}

.date-popup-error {
    color: #d32f2f;
    font-size: 14px;
    margin-top: 8px;
}


.form-group {
    margin-bottom: 20px;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    background: white;
    transition: border-color 0.2s ease;
    height: 100%;

}

.inner-divider {
    min-height: 40px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-row .form-group {
    flex: 1;
    margin-bottom: 0;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    background: white;
    transition: border-color 0.2s ease;
    height: 100%;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-size: 11px;
    color: #666;
    /* margin-bottom: 8px; */
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%;
    border: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #20b486;
    box-shadow: 0 0 0 3px rgba(32, 180, 134, 0.1);
}

input::placeholder,
textarea::placeholder {
    color: #999;
    font-family: "Poppins", sans-serif;

}

/* Country dropdown styling */
.country-select {
    position: relative;
}

.country-select select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
    cursor: pointer;
}

/* Phone number label positioning */
.phone-group .form-group {
    position: relative;
}

.phone-input+label {
    position: absolute;
    top: -8px;
    left: 12px;
    font-size: 12px;
    color: #666;
    background: white;
    padding: 0 4px;
}

/* Select label positioning */
select:not([value=""])+label,
select+label {
    position: absolute;
    top: -8px;
    left: 12px;
    font-size: 12px;
    color: #666;
    background: white;
    padding: 0 4px;
}

/* Textarea label positioning */
textarea:not(:placeholder-shown)+label,
textarea:focus+label {
    top: -8px;
    left: 12px;
    font-size: 12px;
    color: #666;
    background: white;
    padding: 0 4px;
}

.phone-input {
    display: flex;
    gap: 10px;
    overflow: hidden;
    background: white;
}

.phone-input:focus-within {
    border-color: #20b486;
    box-shadow: 0 0 0 3px rgba(32, 180, 134, 0.1);
}

.flag-select {
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.flag-select::after {
    content: '▼';
    font-size: 10px;
    color: #666;
}

.phone-number {
    flex: 1;
    border: none;
    font-size: 16px;
    outline: none;
    font-family: "Poppins", sans-serif;
}

/* Comments textarea */
textarea {
    min-height: 80px;
    resize: vertical;
    font-family: inherit;
}

/* Flag icon */
.flag-icon {
    width: 20px;
    height: 15px;
    display: inline-block;
    background: linear-gradient(to bottom, #ff0000 33%, #ffffff 33%, #ffffff 66%, #ff0000 66%);
    border-radius: 2px;
    position: relative;
}

.flag-icon::before {
    content: '🍁';
    position: absolute;
    left: 2px;
    top: -2px;
    font-size: 12px;
}

.thankyou-section .summary-card {
    box-shadow: none;
}

.thankyou-section .section-para {
    font-size: 16px;
    margin-bottom: 10px;
}

.summary-adress-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.summary-adress-bottom a {
    text-decoration: none;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;

}

.thankyou-section .dates-right {
    align-items: center;
}

.thankyou-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.thankyou-section .inner-heading {
    text-align: center;
}

.thankyou-section .section-para {
    text-align: center;
}

.summary-adress-bottom .section-para {
    margin-top: 60px;
    margin-bottom: 40px;
    color: #000;
}

.thankyou-section .continue-btn {
    max-width: 300px;
    font-weight: normal;
}

.summary-adress-bottom a {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.summary-adress-bottom a svg {
    max-width: 20px;
    height: 20px;
}

.thankyou-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.thankyou-section.add-section .date-details-row {
    grid-template-columns: 1fr;
}

.payment-container {
    background: white;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ddd !important;
    margin-bottom: 20px;
}

.credit-form {
    height: unset !important;
}

.payment-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.payment-title::before {
    content: "💳";
    margin-right: 10px;
    height: 28px;
}

.card-input {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border: 1px solid #ddd !important;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.input-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.input-row .card-input {
    flex: 1;
}

.security-icon {
    background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/5/59/Credit_card_font_awesome.svg/120px-Credit_card_font_awesome.svg.webp') no-repeat right 10px center;
    background-size: 20px;
    padding-right: 35px;
}

.card-icons {
    position: absolute;
    right: 30px;
    bottom: 25px;
    display: flex;
    gap: 5px;
}

.card-icons img {
    height: 24px;
}

.relative-wrapper {
    position: relative;
}

.note {
    font-size: 14px;
    color: #666;
    font-family: "Poppins", sans-serif;
}

.google-pay {
    margin-top: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    width: fit-content;
    font-weight: bold;
    gap: 8px;
}

.google-pay img {
    height: 20px;
}

.policy-container h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px;
    font-family: "Poppins", sans-serif;
}

.policy-container ul {
    padding-left: 20px;
    margin-top: 0;
    color: #555;
    font-family: "Poppins", sans-serif;
}

.policy-container li {
    margin-bottom: 6px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.policy-container p {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
}

.checkbox-section {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 30px;
    font-family: "Poppins", sans-serif;
}

.checkbox-section input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-top: 3px;
    accent-color: black;
}

.checkbox-section label {
    font-weight: bold;
    line-height: 1.4;
    font-family: "Poppins", sans-serif;
}

.checkbox-section a {
    color: #000;
    text-decoration: underline;
    font-family: "Poppins", sans-serif;
}

.divider {
    border-top: 1px solid #ddd;
    margin: 30px 0 20px;
}

.security-info {
    font-size: 14px;
    color: #444;
    font-family: "Poppins", sans-serif;
}

.security-info b {
    display: block;
    margin-bottom: 6px;
}

.security-info a {
    color: #555;
    text-decoration: underline;
    font-family: "Poppins", sans-serif;
}


.security-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.security-icons img {
    height: 32px;
}

@media (max-width: 1466px) {
    .option-description {
        gap: 10px;
    }
}

@media (max-width: 1024px) {
    .date-details-row {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1200px) {
    .add-section .date-details-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .add-section .date-details-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .container {
        padding-inline: 20px;
    }

    .filler-row .filler-left span {
        font-family: "Poppins", sans-serif;
        font-size: 11px;
        color: #000;
        border-bottom: 1px solid #000;
    }

    .inner-divider {
        min-height: 15px;
    }

    .inner-heading {
        font-size: 19px;
    }

    .filler-row .filler-left {
        flex-wrap: wrap;
        gap: 17px;
    }

    .filler-row {
        padding-block: 30px;
        margin-bottom: 25px;
    }


}

@media (max-width: 500px) {
    .summary-card h2 {
        font-size: 19px;
        text-align: center;
    }

    .summary-header {
        flex-direction: column;
    }

    .summary-left {
        flex-direction: column;
        align-items: center;
    }

    .row {

    }



    .row span {
        font-size: 14px;
    }

    .section-title {
        font-size: 16px;
    }

    .flex-row span {
        display: unset;
    }

    .flex-row p {
        font-size: 14px;
    }

    .small-text {
        font-size: 14px;
    }

    .continue-btn {
        font-weight: normal;
        max-width: 175px;
        font-size: 15px;
    }

    .dates-right {
        align-items: center;
    }

    .option-content {
        padding-inline: 0px;
    }

    .option-card {
        padding: 10px;
    }

    .option-price {
        font-size: 16px;
    }

    .option-title {
        font-size: 16px;

    }

    @media (max-width: 768px) {
        .form-row {
            flex-direction: column;
        }

        .date-details-row {
            grid-template-columns: 1fr;
        }

        .guest-popup {
            max-width: 100%;
        }

        .time-details .date {
            font-size: 14px;
        }

        .time-details .label {
            font-size: 14px;
        }

        .guest-label {
            font-size: 14px;
        }

        .guest-summary {
            font-size: 15px;
        }

        .option-image {
            width: 100%;
            height: 245px;
            margin-bottom: 18px;
        }

        .option-card {
            flex-direction: column;
        }

        .desc-left p {
            font-size: 14px !important;
        }
    }
}

/* Form Validation Error Styles */
.input-error,
input.input-error,
select.input-error,
textarea.input-error {
    border-color: #d32f2f !important;
    border-width: 2px !important;
    background-color: #ffebee !important;
}

.input-error:focus,
input.input-error:focus,
select.input-error:focus,
textarea.input-error:focus {
    outline: 2px solid #d32f2f !important;
    outline-offset: 1px;
}

input[type="checkbox"].input-error {
    outline: 2px solid #d32f2f;
    outline-offset: 2px;
}

/* Shake animation for validation errors */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.input-error.shake {
    animation: shake 0.5s ease-in-out;
}

/* Calendar Styles */
.datepicker__month-day--selected {
    background-color: rgba(0, 128, 120, 0.2)!important;
  }
  
  .datepicker__month-day--hovering {
    background-color: rgba(0, 128, 120, 0.3)!important;
  }
  
  .datepicker__month-day--first-day-selected,
  .datepicker__month-day--last-day-selected {
    background-color: #008078!important;
  }
  
  .datepicker__close-button,
  .datepicker__clear-button,
  .datepicker__submit-button {
    background-color: #008078!important;
  }
  
  .datepicker__close-button:hover,
  .datepicker__clear-button:hover,
  .datepicker__submit-button:hover {
    background-color: #006b65!important;
  }
  