html,
body {
    overflow-x: hidden;
}

.bg-yellow {
    background-color: #f6e300;
}

.t-right {
    text-align: right;
}

.reviews {
    color: #e70404;
    margin-top: 15%;
}

.t-2 {
    transform: rotate(103deg);
}

.main-banner p {
    margin-bottom: 5px;
}

.main-banner p a {
    text-decoration: none;
}

.banner-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.main-banner p a i {
    color: #e70404;
    margin-right: 5px;
}

.restaurant-logo {
    position: relative;
    top: 60%;
    bottom: 0;
    text-align: center;
}

.restaurant-logo img {
    width: 90px;
    background-color: #fff;
    border: 6px solid #f6e300;
    border-radius: 10px;
}

.elegant-calencar {
    max-width: 700px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 19px 27px -20px rgba(0, 0, 0, 0.46);
}

.wrap-header {
    position: relative;
    width: 35%;
    z-index: 0;
    background-size: cover;
}

.wrap-header:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: .5;
    z-index: -1;
}

#header {
    width: 100%;
    position: relative;
}

#header .pre-button,
#header .next-button {
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}

#header .pre-button i,
#header .next-button i {
    color: #fff;
}

.pre-button {
    left: 5px;
}

.next-button {
    right: 5px;
}

.button-wrap {
    position: relative;
    padding: 10px 0;
}

.button-wrap .pre-button,
.button-wrap .next-button {
    cursor: pointer;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    font-size: 18px;
}

.button-wrap .pre-button i,
.button-wrap .next-button i {
    color: #cccccc;
}

.button-wrap .pre-button {
    left: 20px;
}

.button-wrap .next-button {
    right: 20px;
}

.head-day {
    font-size: 4em;
    line-height: 1;
    color: #fff;
}

.head-month {
    font-size: 2em;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

.calendar-wrap {
    width: 65%;
    background: #fff;
    padding: 10px 20px 0px 20px;
}

#calendar {
    width: 100%;
}

#calendar tr {
    height: 3em;
}

thead tr {
    color: #000;
    font-weight: 700;
}

tbody tr {
    color: #000;
}

tbody td {
    width: 14%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
    z-index: 0;
}

tbody td:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 44px;
    height: 44px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

@media (prefers-reduced-motion: reduce) {
    tbody td:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

tbody td:hover,
.selected {
    color: #fff;
    border: none;
}

tbody td:hover:after,
.selected:after {
    background: #2a3246;
}

tbody td:active {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

#today {
    color: #000;
}

#today:after {
    background: #f6e300;
}

#disabled {
    cursor: default;
    background: #fff;
    visibility: hidden;
}

#disabled:hover {
    background: #fff;
    color: #c9c9c9;
}

#disabled:hover:after {
    background: transparent;
}

#reset {
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    z-index: 999;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 0 0.5em;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 11px;
}

#reset:hover {
    color: #fff;
    border-color: #fff;
}

#reset:active {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.head-bg {
    background-color: #eef7fa;
}

.select-time ul {
    margin: 7px;
    padding-left: 0;
}

.select-time ul li {
    display: inline-block;
    list-style: none;
    margin: 20px 7px;
    width: auto;
    position: relative;
}

.select-time ul li a {
    text-decoration: none;
    background-color: #f2f2f2;
    color: #000;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 10px;
}

.select-time ul li a:hover,
.select-time ul li a.active {
    text-decoration: none;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
}

.select-time ul li a.active::before {
    content: "\2713";
    color: green;
    position: absolute;
    right: -7px;
    top: -30px;
    font-size: 30px;
    font-weight: 800;
    transform: rotate(18deg);
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}


.form-border {
    border: 2px dashed #000;
    border-radius: 8px;
    padding: 20px 0 30px;
}

.form-restaurant-logo {
    position: relative;
    top: -30px;
    text-align: center;
}

.form-restaurant-logo img {
    width: 65%;
}

.mt-8 {
    margin-top: -30px;
}

@media (max-width: 767px) {
    .wrap-header {
        width: 100%;
        padding: 20px 0;
    }

    .calendar-wrap {
        width: 100%;
    }

    .t-right {
        text-align: left;
    }

    .reviews {
        margin-top: -5%;
    }

    .restaurant-logo {
        top: 38px;
    }

    .m-frame-1 {
        position: relative;
        top: 45px;
    }

    .m-frame-2 {
        position: relative;
        top: 0px;
        left: -92px;
    }

    .m-frame-3 {
        position: relative;
        top: 0px;
        left: 62%;
        right: 0;
    }

    .m-frame-2 img {
        width: 75%;
    }

    .form-border {
        margin: 0;
    }

    .main-banner p {
        font-size: 14.5px;
    }
}

@-webkit-keyframes thanks {
    from {
        transform: translate3d(0, -3rem, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes thanks {
    from {
        transform: translate3d(0, -3rem, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes success-icon-animation {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg) scale(1.25);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes success-icon-animation {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg) scale(1.25);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.success-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.success-block .title {
    font-size: 2.2rem;
    font-weight: bold;
}

.success-block .title>span {
    display: inline-block;
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-animation: thanks 0.3s forwards;
    animation: thanks 0.3s forwards;
    margin: 0 -1px;
}

.success-block .title>span:nth-child(1) {
    -webkit-animation-delay: 0.045s;
    animation-delay: 0.045s;
}

.success-block .title>span:nth-child(2) {
    -webkit-animation-delay: 0.09s;
    animation-delay: 0.09s;
}

.success-block .title>span:nth-child(3) {
    -webkit-animation-delay: 0.135s;
    animation-delay: 0.135s;
}

.success-block .title>span:nth-child(4) {
    -webkit-animation-delay: 0.18s;
    animation-delay: 0.18s;
}

.success-block .title>span:nth-child(5) {
    -webkit-animation-delay: 0.225s;
    animation-delay: 0.225s;
}

.success-block .title>span:nth-child(6) {
    -webkit-animation-delay: 0.27s;
    animation-delay: 0.27s;
}

.success-block .title>span:nth-child(7) {
    -webkit-animation-delay: 0.315s;
    animation-delay: 0.315s;
}

.success-block .title>span:nth-child(8) {
    -webkit-animation-delay: 0.36s;
    animation-delay: 0.36s;
}

.success-block .title>span:nth-child(9) {
    -webkit-animation-delay: 0.405s;
    animation-delay: 0.405s;
}

.success-block .title>span:nth-child(10) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.success-block .title>span:nth-child(11) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.success-block .title:hover .title>span {
    -webkit-animation: thanks 0.35s forwards;
    animation: thanks 0.35s forwards;
}

.success-block .success-icon {
    margin-right: 0;
    width: 4rem;
    height: 4rem;
    color: #93c461;
    opacity: 0;
    margin-left: 0;
    -webkit-animation: success-icon-animation 1s 0.25s forwards;
    animation: success-icon-animation 1s 0.25s forwards;
}

/*atul */
.box-part {
    padding: 10px 10px;
}

.thanku-page {
    box-shadow: 0px 19px 27px -20px rgb(0 0 0 / 46%);
}

.box-part {
    padding: 10px 10px;
    border-bottom: 1px solid #f7f6f6;
}

@media screen and (min-width:768px) and (max-width: 991px) {
    .thanku-page {
        margin-top: 30px;
    }

    .reviews {
        color: #e70404;
        margin-top: 0%;
    }

    .t-right {
        text-align: left;
    }
}

#spinner-div {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 35%;
    left: 0%;
    text-align: center;
    /*  background-color: rgba(255, 255, 255, 0.8);*/
    z-index: 2;
}

#ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
    padding-top: 35%;
    display: none;
}

/* ==========================================
   Liefro Brand Red & White / Light Grey Redesign
   ========================================== */
:root {
    --liefro-red: #E8192C;
    --liefro-light: #F8F9FA;
    --liefro-card: #FFFFFF;
    --liefro-border: #EAECEF;
    --liefro-input-border: #DEE2E6;
    --text-primary: #212529;
    --text-muted: #6C757D;
}

body {
    font-family: 'Inter', sans-serif !important;
    background: var(--liefro-light) !important;
    color: var(--text-primary) !important;
    min-height: 100vh;
}

/* Disable Background Blobs and Grid */
.bg-canvas,
.bg-grid {
    display: none !important;
}

.main-content-wrapper {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Navbar / Header - Bold Red */
.navbar {
    background: var(--liefro-red) !important;
    border-bottom: none !important;
    padding: 14px 0 !important;
    box-shadow: 0 4px 15px rgba(232, 25, 44, 0.15) !important;
}

.navbar a.text-dark {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
}

.navbar a.text-dark:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.navbar-brand img {
    filter: brightness(0) invert(1) !important;
}

.navbar .btn-danger {
    background: #ffffff !important;
    color: var(--liefro-red) !important;
    border: 1px solid #ffffff !important;
    padding: 10px 24px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
}

.navbar .btn-danger:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12) !important;
    color: var(--liefro-red) !important;
    background: #ffffff !important;
}

/* Banner / Hero Section with Brand Red Gradient Overlay */
.main-banner {
    border-bottom: 1px solid var(--liefro-border) !important;
    position: relative;
    height: 180px !important;
}

.banner-overlay {
    /* background: linear-gradient(180deg, rgba(232, 25, 44, 0.45) 0%, rgba(232, 25, 44, 0.9) 100%) !important; */
    padding: 0 !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.banner-overlay>.container {
    width: 100% !important;
}

.main-banner h1 {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #fff !important;
    letter-spacing: -0.5px;
    margin-bottom: 6px !important;
}

.main-banner p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14.5px !important;
    margin-bottom: 4px !important;
}

.main-banner p a {
    color: #ffffff !important;
}

.main-banner p a i {
    color: #ffffff !important;
    margin-right: 8px !important;
}

.reviews {
    color: #FFC72C !important;
    font-size: 18px !important;
    margin-top: 5px !important;
}

.reviews span.fa-stack {
    width: 1.2em !important;
    height: 1.2em !important;
    line-height: 1.2em !important;
}

.reviews span.fa-stack i {
    font-size: 16px !important;
}

.reviews span.fa-stack i.fas {
    color: #FFC72C !important;
}

.reviews span.fa-stack i.far {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Restaurant Logo - Positioned Absolute at Bottom Center of Banner */
.restaurant-logo {
    position: absolute !important;
    bottom: -48px !important;
    /* Half of logo height (96px) to sit exactly on the border line */
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 15 !important;
    display: inline-block;
}

.restaurant-logo img {
    width: 96px !important;
    height: 96px !important;
    object-fit: contain !important;
    background-color: #FFFFFF !important;
    border: 1px solid var(--liefro-border) !important;
    border-radius: 16px !important;
    padding: 8px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

/* Clean White Card Section styling */
#features {
    background: transparent !important;
    border-bottom: none !important;
    position: relative;
    z-index: 5;
    padding-top: 4rem !important;
    /* Space to fit the overlapping logo badge */
}

.elegant-calencar {
    background: var(--liefro-card) !important;
    border: 1px solid var(--liefro-border) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.04) !important;
    color: var(--text-primary) !important;
    overflow: hidden !important;
}

.elegant-calencar.px-3 {
    padding: 40px 32px !important;
}

/* Calendar Header Sidebar - Bold Red */
.wrap-header {
    background: linear-gradient(135deg, #E8192C 0%, #B50017 100%) !important;
    border-right: 1px solid var(--liefro-border) !important;
    padding: 40px 24px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrap-header:after {
    display: none !important;
}

.wrap-header #header h4 {
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}

.head-month {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.head-day {
    color: #ffffff !important;
    font-size: 4.5rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    margin: 8px 0 !important;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.fullday {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
}

#reset {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
}

#reset:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: #ffffff !important;
}

/* Calendar Grid */
.calendar-wrap {
    background: #ffffff !important;
    padding: 24px 20px !important;
}

#calendar thead tr {
    color: var(--text-muted) !important;
}

#calendar tbody tr {
    color: var(--text-primary) !important;
}

#calendar tbody td {
    color: var(--text-primary) !important;
}

#calendar tbody td:hover:after,
#calendar tbody td.selected:after {
    background: var(--liefro-red) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(232, 25, 44, 0.3) !important;
}

#today:after {
    background: #F8F9FA !important;
    border: 1.5px solid var(--liefro-input-border) !important;
}

#today.selected:after {
    background: var(--liefro-red) !important;
    border: none !important;
    color: #ffffff !important;
}

.button-wrap .pre-button i,
.button-wrap .next-button i {
    color: var(--text-muted) !important;
}

.button-wrap .pre-button:hover i,
.button-wrap .next-button:hover i {
    color: var(--text-primary) !important;
}

/* Time Slot Picker */
.head-bg {
    background: #F8F9FA !important;
    border-bottom: 1px solid var(--liefro-border) !important;
    padding: 14px !important;
}

.head-bg h4 {
    color: var(--text-primary) !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.select-time {
    padding: 24px !important;
}

.select-time ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.select-time ul li {
    margin: 0 !important;
}

.select-time ul li a {
    display: inline-block !important;
    background: #F8F9FA !important;
    border: 1px solid var(--liefro-input-border) !important;
    color: #495057 !important;
    border-radius: 12px !important;
    padding: 10px 18px !important;
    font-weight: 600 !important;
    font-size: 14.5px !important;
    transition: all 0.2s ease !important;
}

.select-time ul li a:hover,
.select-time ul li a.active {
    background: var(--liefro-red) !important;
    border-color: var(--liefro-red) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(232, 25, 44, 0.25) !important;
}

.select-time ul li a.active::before {
    display: none !important;
}

/* Form Fields - Clean Light Style */
.form-floating {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 20px !important;
}

.form-floating > label {
    order: 1 !important;
    position: static !important;
    padding: 0 !important;
    margin-bottom: 8px !important;
    color: var(--text-muted) !important;
    font-size: 13.5px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
    transform: none !important;
    transition: color 0.25s ease !important;
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    text-align: left !important;
}

.form-floating > .form-control,
.form-floating > .form-select {
    order: 2 !important;
    background: #ffffff !important;
    border: 1.5px solid var(--liefro-input-border) !important;
    color: var(--text-primary) !important;
    border-radius: 12px !important;
    height: 48px !important;
    padding: 10px 16px !important;
    font-size: 14.5px !important;
    font-family: 'Inter', sans-serif !important;
    transition: border-color 0.25s, background 0.25s, box-shadow 0.25s !important;
    margin-top: 0 !important; /* Reset margin top */
}

.form-floating > textarea.form-control {
    height: 120px !important;
    padding: 12px 16px !important;
    line-height: 1.5 !important;
}

.form-floating > .form-control::placeholder {
    color: #ADB5BD !important;
    opacity: 1 !important;
}

.form-floating > .form-control:focus::placeholder {
    color: #ADB5BD !important;
    opacity: 1 !important;
}

.form-floating > .text-danger,
.form-floating > .invalid-feedback {
    order: 3 !important;
    margin-top: 6px !important;
    text-align: left !important;
}

/* Focus and input states */
.form-floating > .form-control:focus,
.form-floating > .form-select:focus {
    border-color: var(--liefro-red) !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(232, 25, 44, 0.15) !important;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-select:focus ~ label {
    color: var(--liefro-red) !important;
}

.form-select option {
    background: #ffffff !important;
    color: var(--text-primary) !important;
}

/* Submit Button & Loader */
#submitButton {
    background: linear-gradient(135deg, #E8192C 0%, #B50017 100%) !important;
    border: none !important;
    border-radius: 14px !important;
    padding: 16px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    box-shadow: 0 4px 20px rgba(232, 25, 44, 0.35) !important;
    transition: all 0.2s ease !important;
    color: #ffffff !important;
}

#submitButton:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 30px rgba(232, 25, 44, 0.45) !important;
    filter: brightness(1.05);
}

#submitButton:active {
    transform: translateY(0) !important;
}

#ajax-loader-img {
    margin: 15px auto 0 auto !important;
    display: block;
}

/* Footer Section - Light Slate Grey */
footer {
    background: #F1F3F5 !important;
    border-top: 1px solid var(--liefro-border) !important;
    padding: 24px 0 !important;
    color: #495057 !important;
}

footer p {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #495057 !important;
}

/* Thank You Page Styling - Clean Light style */
.thanku-page {
    background: var(--liefro-card) !important;
    border: 1px solid var(--liefro-border) !important;
    border-radius: 24px !important;
    color: var(--text-primary) !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05) !important;
}

.thanku-page .box-part {
    border-bottom: 1px solid var(--liefro-border) !important;
    color: var(--text-primary) !important;
}

.thanku-page h4,
.thanku-page h5 {
    color: var(--text-primary) !important;
}

.thanku-page strong,
.thanku-page span,
.thanku-page spen {
    color: var(--text-primary) !important;
}

/* Disabled calendar days (past dates) */
.disabled-day {
    opacity: 0.25 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* Symmetrical Thank You Card */
.thanku-card {
    background: var(--liefro-card) !important;
    border: 1px solid var(--liefro-border) !important;
    border-radius: 24px !important;
    padding: 30px 24px !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05) !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.thanku-page {
    padding: 24px !important;
}

.thanku-page .box-part {
    padding: 12px 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thanku-page .box-part:last-child {
    border-bottom: none !important;
}

.thanku-page .box-part span,
.thanku-page .box-part spen {
    font-size: 14px !important;
}

/* Success Button */
.success-block .btn-success {
    background: linear-gradient(135deg, #E8192C 0%, #B50017 100%) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 12px 30px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(232, 25, 44, 0.3) !important;
    transition: all 0.2s ease !important;
}
.success-block .btn-success:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(232, 25, 44, 0.4) !important;
    color: #ffffff !important;
}

/* Status Badges */
.status-badge {
    display: inline-block !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.status-pending {
    background: rgba(255, 193, 7, 0.15) !important;
    color: #C69500 !important;
    border: 1px solid rgba(255, 193, 7, 0.3) !important;
}
.status-approved {
    background: rgba(40, 167, 69, 0.15) !important;
    color: #28A745 !important;
    border: 1px solid rgba(40, 167, 69, 0.3) !important;
}
.status-declined {
    background: rgba(220, 53, 69, 0.15) !important;
    color: #DC3545 !important;
    border: 1px solid rgba(220, 53, 69, 0.3) !important;
}