@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: 'LTWaveAltBlack'; /* Apne font ka naam */
    src: url('../font/LTWave-Black.otf') format('otf'),
         url('../font/LTWave-Black.otf') format('otf'),
         url('../font/LTWave-Bold.otf') format('OTF');
    font-weight: normal;
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}
li{
    list-style-type: none;
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
}
/* first form  */
/* .sign-up-form, .step-first-form {
    box-shadow: 0 0 10px -8px #000;
    padding: 50px 50px;
    border-radius: 15px;
} */
section.sign-up-section {
    padding: 60px 0;
}
.form-header {
    text-align: center;
}
form.form-sign-up {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
}
.form-header p {
    font-weight: 400;
    font-family: "LT Wave", Sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #4a4a4a;
    margin-bottom: 27px;
}
.form-field input::placeholder{
    color: #bcbcbc;
    font-family: "LT Wave", Sans-serif;
}
.form-field input {
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #bcbcbc;
}
.form-field input {
    width: 100%;
}
.form-field input {
    width: 100% !important;
    font-family: "LT Wave", Sans-serif;
}
.form-field input.is-invalid,
.date-time-element input.is-invalid,
input.is-invalid {
    border-color: #dc3545 !important;
    
}
.invalid-note {
    width: 100%;
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    font-family: "LT Wave", Sans-serif;
}
.form-field {
    width: 100%;
}
.name-field input {
    width: calc(50% - 2.2px) !important;
}
.form-header h2 {
    font-family: "LT Wave Mono", Sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #4a4a4a;
    margin-bottom: 17px;
}
button.btn {
    font-family: "LT Wave", Sans-serif !important;
    padding: 10px 60px;
    border: 0;
    color: #000;
    background-color: #BDD23D;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border-radius: 15px;
    transition: .3s ease;
    
}
button.btn:hover {
    background-color: #000000;
    box-shadow: 0px 0px 19px 0px rgba(188.99999999999983, 209.99999999999994, 61.00000000000002, 0.47);
    color: #fff;
}
.login-link {
    text-align: center;
    margin-top: 20px;
    
}
.login-link p {
    font-family: "LT Wave", Sans-serif !important;
    font-size: 16px;
}
.login-link a {
    color: #BDD23D;
}
.form-sign-up button.btn {
    color: #0a0a0a;
}
.form-sign-up button.btn:hover {
    color: #ffffff;
}
/* first form  */

/* date time form  */
.form-header h2 span {
    color: #BDD23D;
    
}
.date-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    margin-top: 20px;
    color: #000;
    font-family: "LT Wave", Sans-serif !important;
}
.back-icon i {
    background-color: #BDD23D;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.date-time-element input[type="date"] {
    width: calc(61% - 3px);
}
.date-time-element input[type="time"] {
    width: calc(39% - 3px);
}
.date-time-element input {
    padding: 10px 10px;
    border: 1px solid #4a4a4a;
    border-radius: 5px;
    font-family: "LT Wave", Sans-serif !important;
}
/* date time form  */

/* map page  */
.search-map-element {
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    border: 1px solid #000;
    width: 67%;
    padding: 10px 10px;
    border-radius: 6px;
}
.search-map-element input {
    border: 0;
    width: 100%;
    outline: none;
}
form.map-form {
    display: flex;
    justify-content: center;
}
.location-container {
    padding-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 12px -8px #000;
    overflow: hidden;
}
/* map page  */
/* step 4 css */
.card-container {
    width: 100%;
    max-width: 450px;
    padding: 20px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.form-card {
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Header, Accent Colors, and Button */
.header-title {
    font-family: "LT-Wave";
    font-size: 28px;
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 26px;
}

.text-accent {
    color: var(--accent-color) !important;
}

.header-subtext {
    font-size: 14px;
    color: #555555;
    margin-bottom: 25px;
    text-align: center;
}

/* Input Group Styles */
.form-control-lg,
.form-select-lg {
    border-radius: 8px;
    height: 50px;
    font-size: 15px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--accent-color);
    box-shadow: 0 0 0 0.25rem rgba(202, 220, 43, 0.25);
}

.section-separator {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 30px 0;
}

.section-header {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

/* Submit Button */
.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #333333;
    font-weight: 600;
    height: 50px;
    border-radius: 8px;
}

.btn-primary:hover {
    background-color: #b0c920;
    border-color: #b0c920;
}

/* intl-tel-input specific styling to match Bootstrap 5 form-control-lg */
.iti {
    width: 100%;
}

.iti__flag-container {
    height: 50px;
}

.iti .form-control {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 50px;
    border-radius: 8px;
}

.iti--allow-dropdown .form-control {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

/* step 4 css */
/* step 5 css  */
form.checkout-form table tbody tr th,
form.checkout-form table tbody tr td {
    border: 0;
    background-color: transparent;
}

form.checkout-form {
    padding-top: 10px;
}

tr.total-row {
    border-top: 1px solid #000;
}

.overall-total p {
    font-weight: 600;
}

td.overall-total {
    padding: 0 0 !important;
    margin: 0 !important;
}

td.overall-total p {
    margin-bottom: 0 !Important;
}

.checkout-container {
    padding-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 0 12px -8px #000;
    overflow: hidden;
}
tr.total-row td {
    padding: 0px 10px !important;
    padding-top: 10px !important;
}
tr.total-row td p {
    margin: 0 !important;
    font-weight: 700;
    font-size: 17px;
}
/* step 5 css  */