/**
 * Theme Name:     Light upon Light
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    A lightweight and minimalist WordPress theme for Elementor page builder.
 */

 /* CSS Reset */
.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
body {
    position: relative;
}
body.modal-show::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
}

 /* My Account */
.woocommerce-account .woocommerce {
    padding-bottom: 103px;
}
.my-account-head {
    background: #1B1C16;
    margin-bottom: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    padding-left: 30px;
}
.my-account-head-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 364px;
}
.my-account-head-inner .left {
    flex: 1;
}
.my-account-head-inner h1 {
    font-family: Lexend;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 25px;
}
.account-head-details {
    position: relative;
    padding-left: 30px;
}
.account-head-details::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: #474F3A;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.account-head-details h4 {
    font-family: Lexend;
    font-size: 30px;
    font-weight: 700;
    line-height: 37.5px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 5px;
    color: #ffffff;
}
.account-head-details p {
    font-family: Lexend;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.5px;
    text-align: left;
    color: #ffffff;
    margin: 0;
}
.account-head-avatar {
    width: 144px;
    min-width: 144px;
    height: 144px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #474F3A;
}
.lul-myaccount-sidenav {
    background-color: #1B1C16;
    border-radius: 20px;
    padding: 15px 20px;
}
.lul-myaccount-sidenav ul {
    list-style: none;
    padding: 0;
}
.lul-myaccount-sidenav ul li {
    border-radius: 10px;
    background-color: transparent;
    transition: all 0.3s ease;
}
.lul-myaccount-sidenav ul li:not(:last-child) {
    margin-bottom: 5px;
}
.lul-myaccount-sidenav ul li.is-active,
.lul-myaccount-sidenav ul li:hover {
    background-color: #474F3A;
}
.lul-myaccount-sidenav ul li:last-child:hover {
    background-color: #FCEDEE;
}
.lul-myaccount-sidenav ul li a {
    display: flex;
    padding: 16px 15px;
    align-items: center;
    column-gap: 10px;
    color: #ffffff;
    font-family: Lexend;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}
.lul-myaccount-sidenav ul li:last-child a {
    color: #EA5A5A;
}
.dashboard-journey {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 2px dashed #ADADAD;
    padding: 20px 40px;
    border-radius: 10px;
    column-gap: 30px;
}
.journey-count-down {
    position: relative;
    padding-right: 30px;
}
.journey-count-down::after {
    content: "";
    position: absolute;
    top: 0;
    right: -15px;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #ADADAD
}
.journey-details {
    padding-left: 30px;
}
.journey-count-down h4 {
    font-family: Lexend;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 25px;
}
#timer {
    display: flex;
    align-items: center;
}
#timer > div {
    position: relative;
    min-width: 66px;
}
#timer > div:not(:last-child) {
    padding-right: 30px;
}
#timer > div:not(:last-child)::after {
    content: ":";
    position: absolute;
    top: 21px;
    right: 8px;
    font-family: Lexend;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #2F4C4E;
}
#timer > div span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 10px;
    background-color: #474F3A;
    font-family: Lexend;
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}
#timer > div span:last-child {
    display: block;
    font-family: Lexend;
    font-size: 12px;
    width: 66px;
    text-align: center;
    font-weight: 400;
    line-height: 1.25;
    color: #1C3233;
}
.journey-details-item:first-child {
    margin-bottom: 20px;
}
.journey-details-item h4 {
    font-family: Lexend;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 5px;
    color: #1B1C16;
}
.journey-details-item p {
    font-family: Lexend;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    margin: 0;
    color: #333333;
}
.dashboard-menus-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
}
.dashboard-menu {
    position: relative;
    display: flex;
    padding: 24px 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #3A4034;
    border: 1px solid #323730;
    transition: all 0.3s ease;
}
.dashboard-menu:hover {
    background: #474F3A;
}
.dashboard-menu-icon {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #474F3A;
    margin-bottom: 10px;
}
.dashboard-menu p {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    color: #ffffff;
    margin: 0;
    flex: 100%;
}
.floating-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.dashboard-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
}
.dahsboard-slide {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
}
.dahsboard-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #000000 2.5%, rgba(66, 66, 66, 0.74) 22.97%, rgba(0, 0, 0, 0) 57.83%);
    border-radius: 10px;
    z-index: 1;
}
.dashboard-slide-detail {
    position: absolute;
    width: 117px;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}
.dashboard-details {
    margin-top: 30px;
    margin-bottom: 30px;
}
.dashboard-slide-detail h4 {
    font-family: Lexend;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
}
.dashboard-slide-detail a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: Lexend;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 11px;
    background: #474F3A;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none !important;
}
.dashboard-slide-detail a:hover {
    color: #ffffff;
}
.dahsboard-swiper .dashboard-swiper-pagination {
    bottom: 20px;
    left: auto;
    width: auto;
    right: 20px;
    z-index: 100;
}
.dashboard-swiper-pagination .swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 0.3;
}
.dashboard-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #949D82;
    opacity: 1;
}
.dahsboard-transcation-list:not(:last-child) {
    margin-bottom: 30px;
}
.dashboard-transaction-inner {
    border-radius: 20px;
    background: #F6F6F6;
    padding: 25px 25px;
}
.transcation-detail-top > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.transcation-detail-top p {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color:#333333;
    margin-top: 0;
    margin-bottom: 10px;
}
.transcation-detail-top p > span {
    color: #949D82;
}
.transcation-detail-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #ECECEC;
}
 /* end My Account */

 /* My Orders */
table thead:first-child tr:first-child th {
    border-block-start: none;
}
.woocommerce-orders-table,
.woocommerce table.my_account_orders th {
    border: none !important;
}
.woocommerce table.my_account_orders td, 
.woocommerce table.my_account_orders th {
    padding: 20px 30px;
}
.woocommerce table.my_account_orders th {
    background: #F9F3E4;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
}
.woocommerce table.my_account_orders td {
    background: #F8F8F8;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #F0F0F0;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    color: #333333;
}
.woocommerce table.my_account_orders tr:nth-child(odd) td {
    background: #FFFFFF;
}
.woocommerce table.my_account_orders td:first-child a {
    color: #949D82;
    text-decoration: none !important;
}
.woocommerce table.my_account_orders td .order-status {
    padding: 4px 12px 4px 12px;
    border-radius: 5px;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    background: #F0F0F0;
    color: #B7B7B7;
}
.woocommerce table.my_account_orders td .order-status.completed {
    background: #EBF6F2;
    color: #4CBC9A;
}
.woocommerce table.my_account_orders td .order-status.processing {
    background: #F9F5E4;
    color: #F3CA37;
}
.woocommerce table.my_account_orders td[data-title="Actions"] a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 111px;
    height: 43px;
    border-radius: 5px;
    background: #474F3A;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
.my-account-title {
    position: relative;
    margin-top: 0;
    font-family: Lexend;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #333333;
    padding-left: 20px;
    margin-bottom: 30px;
}
.my-account-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #474F3A;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.instalment-payment-item {
    border-radius: 20px;
    background: #F6F6F6;
    padding: 15px 25px;
}
.instalment-payment-item:not(:last-child) {
    margin-bottom: 20px;
}
.instalment-payment-item .detail-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.instalment-payment-item .detail-top p {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #333333;
    margin: 0;
}
.instalment-payment-item .detail-top p:first-child {
    font-weight: 500;
}
.instalment-payment-item .detail-top p > span {
    color: #949D82;
}
.instalment-payment-head,
.instalment-payment-data {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    padding: 15px 15px;
}
.instalment-payment-head p {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #333333;
    margin: 0;
}
.instalment-payment-head p:last-child {
    margin: 0 auto;
}
.instalment-payment-data {
    background-color: #ffffff;
    border-radius: 10px;
}
.instalment-payment-data:not(:last-child) {
    margin-bottom: 15px;
}
.instalment-payment-data p {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #333333;
    margin: 0;
    display: flex;
    column-gap: 20px;
}
.instalment-payment-data p:last-child {
    text-align: center;
    justify-content: center;
}
.payment-status {
    padding: 4px 12px 4px 12px;
    border-radius: 5px;
    background: #F0F0F0;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    color: #B7B7B7;
    max-width: 75px;
}
.payment-status.paid {
    background: #EBF6F2;
    color: #4CBC9A;
}
.payment-status.failed {
    background: #FCEDEE;
    color: #EA5A5A;
}
.details-orders {
    position: relative;
    grid-column: span 4 / span 4;
    margin-top: 20px;
    padding-top: 23px;
}
.details-orders::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #E6E6E6 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 13px 1px;
    background-repeat: repeat-x;
}
.details-orders ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 15px;
}
.details-orders ul li {
    display: flex;
    align-items: center;
    width: 100%;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #333333;
    column-gap: 10px;
    text-transform: capitalize;
}
/* .details-orders ul li:not(:last-child) {
    margin-bottom: 15px;
} */
.details-orders ul li span:first-child {
    position: relative;
    min-width: 205px;
}
.details-orders ul li span:last-child::before {
    content: ":";
    display: inline-block;
    margin-right: 10px;
}
 /* end My Orders */

 /* Billing Address */
.woocommerce-edit-address .woocommerce-MyAccount-content > p {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 20px;
}
.woocommerce-Address .woocommerce-Address-title {
    position: relative;
    font-family: Lexend;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 20px;
}
.woocommerce-Address .woocommerce-Address-title h3 {
    margin: 0;
}
.woocommerce-Address .woocommerce-Address-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #474F3A;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.woocommerce-Address p {
    background: #3A4034;
    border: 1px solid #323730;
    padding: 15px 20px;
    border-radius: 10px;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #FFFFFF;
}
.woocommerce-Address p a {
    display: block;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #AFB7A0;
    text-decoration: none !important;
}
 /* end Billing Address */

 /* MyAccount Edit Profile */
.lul-myaccount-edit,
.woocommerce-MyAccount-content form {
    padding: 20px 30px;
    border: 1px dashed #B3B3B3;
    border-radius: 12px;
}
.woocommerce form .form-row.edit-photo {
    margin-bottom: 25px !important;
}
.edit-photo label {
    display: block;
    font-family: Lexend;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}
.photo-profile {
    width: 80px;
    height: 80px !important;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}
#photo_profile {
    position: absolute;
    width: 1px;
    opacity: 0;
    pointer-events: none;
}
.select-new-photo {
    display: block;
    padding: 9px 17px;
    border-radius: 6px;
    font-family: Lexend;
    font-size: 1.3;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1.2px;
    background-color:#FFFFFF;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px 0px #0000000D;
    color:#374151;
}
.select-new-photo:hover {
    background-color:#FFFFFF;
    color:#374151;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0;
}
.woocommerce form .form-row:not(:last-child) {
    margin-bottom: 10px;
}
.form-row label {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
    color: #000000;
}
.woocommerce form .form-row input {
    background-color: #FFFFFF;
    border: 1px solid #AFB7A0;
    border-radius: 5px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.woocommerce form .form-row input::placeholder {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #AAAAAA;
}
.woocommerce form .form-row span em {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    font-style: normal;
    color: #323232;
}
.lul-myaccount-edit fieldset {
    padding: 0;
    border: 0 !important;
}
.lul-myaccount-edit fieldset legend {
    font-family: Lexend;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.2;
    color: #323232;
    margin-bottom: 5px;
}
.lul-myaccount-edit button[name="save_account_details"],
.woocommerce-MyAccount-content form button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 35px 16px 35px;
    border-radius: 5px;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.15px;
    background: #474F3A;
    color: #FFFFFF;
    margin-top: 20px;
}
.lul-myaccount-edit button[name="save_account_details"]:hover,
.woocommerce-MyAccount-content form button[type="submit"]:hover {
    background: #474F3A;
    color: #FFFFFF;
}
.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input {
    right: 16px;
    top: 8px;
}
.woocommerce form .show-password-input::after, 
.woocommerce-page form .show-password-input::after {
    content: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0175781 5.00304C0.741716 3.68335 1.84448 2.57537 3.204 1.80154C4.56352 1.02771 6.12686 0.618164 7.72124 0.618164C9.31562 0.618164 10.879 1.02771 12.2385 1.80154C13.598 2.57537 14.7008 3.68335 15.4249 5.00304C14.7008 6.32272 13.598 7.4307 12.2385 8.20454C10.879 8.97836 9.31562 9.38791 7.72124 9.38791C6.12686 9.38791 4.56352 8.97836 3.204 8.20454C1.84448 7.4307 0.741716 6.32272 0.0175781 5.00304ZM7.72124 7.92434C8.55517 7.92434 9.35495 7.61656 9.94463 7.06871C10.5343 6.52086 10.8656 5.77781 10.8656 5.00304C10.8656 4.22826 10.5343 3.48522 9.94463 2.93737C9.35495 2.38952 8.55517 2.08174 7.72124 2.08174C6.8873 2.08174 6.08753 2.38952 5.49785 2.93737C4.90817 3.48522 4.57689 4.22826 4.57689 5.00304C4.57689 5.77781 4.90817 6.52086 5.49785 7.06871C6.08753 7.61656 6.8873 7.92434 7.72124 7.92434ZM7.72124 6.46369C7.30427 6.46369 6.90438 6.3098 6.60954 6.03587C6.3147 5.76195 6.14906 5.39043 6.14906 5.00304C6.14906 4.61565 6.3147 4.24413 6.60954 3.9702C6.90438 3.69628 7.30427 3.54239 7.72124 3.54239C8.13821 3.54239 8.53809 3.69628 8.83293 3.9702C9.12777 4.24413 9.29341 4.61565 9.29341 5.00304C9.29341 5.39043 9.12777 5.76195 8.83293 6.03587C8.53809 6.3098 8.13821 6.46369 7.72124 6.46369Z' fill='%23474F3A'/%3E%3C/svg%3E%0A");;
    opacity: 0.7;
}
.woocommerce form .show-password-input.display-password::after, 
.woocommerce-page form .show-password-input.display-password::after {
    opacity: 1;
}
 /* end MyAccount Edit Profile */

 /* MyAccount Edit Billing Address */
.woocommerce-MyAccount-content form > h3 {
    position: relative;
    font-family: Lexend;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content form > h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #474F3A;
}
.woocommerce-MyAccount-content form .select2-container .select2-selection--single {
    height: auto;
}
.woocommerce-MyAccount-content form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 8px 16px;
}
.woocommerce-MyAccount-content form .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #474F3A !important;
}
 /* end MyAccount Edit Billing Address */

/* Start View Order Details */
.billing-address-order-details-wrap .card-details-item{
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    padding: 24px 16px;
    align-items: flex-start;
    background-color: #474F3A;
    color: white;
    border-radius: 10px;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;

}

.order-instalment-payment-wrap .instalment-payment-data.total-amount p:first-child>span:nth-child(1) {
    display: block;
}

.order-instalment-payment-wrap .instalment-payment-data.total-amount p:first-child>span:nth-child(2) {
    display: none;
}
 /* End View Order Details */

 /* Start  Login Style */

.background-login-form{
    display: flex;
    position: relative;
    height: 100vh;
    width: 100%;
    background-position: center; 
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-login-form{
    border: 3px solid;
    border-color: rgba(239, 239, 239, 0.60);
    /* border-image: linear-gradient(110.43deg, rgba(255, 255, 255, 0.6) 5.85%, rgba(255, 255, 255, 0.1) 94.01%); */
    /* background: linear-gradient(23.69deg, rgba(239, 239, 239, 0.6) 20.43%, rgba(255, 255, 255, 0.08) 95.68%); */
    background-color: rgba(239, 239, 239, 0.60);
    backdrop-filter: blur(8px);
    border-radius: 27.69px;
    padding: 0 40px 40px 40px;
    margin: auto;
    text-align: left;
    width: 392px;
    display: flex;
    flex-direction: column;
    row-gap: 28px;
}

.custom-login-form .top-logo{
    position: relative;
    top: -3px;
    background-color: white;
    padding: 16px 20px 12px 20px;
    width: 126.56px;
    height: 113px;
    align-self: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    border-radius: 0px 0px 20px 20px;
}

.custom-login-form .top-logo span{
    font-family: Lexend;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 5px;
    text-align: center;

}

.custom-login-form h2.login-title{
    margin: 0;
    font-family: Lexend;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}

.custom-login-form .login-title-wrapper span{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;

}

.custom-login-form .woocommerce-form.woocommerce-form-login.login {
    padding: 0;
    border-radius: 0;
    border: 0;
    margin: 0;
    text-align: left;
}

.custom-login-form .woocommerce-form.woocommerce-form-login.login .input-wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 28px;
    margin-bottom: 18px;
}

.custom-login-form .woocommerce-form.woocommerce-form-login.login .input-wrapper p label{
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.custom-login-form .woocommerce-LostPassword.lost_password a{
    text-align: center;
    color: #161616;
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-decoration: none;

}

.custom-login-form .custom-login-form-row button{
    background-color: #737C64;
    color: white;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.83px;
    text-align: center;
    padding: 12px;
    margin: 0 auto;
    border-radius: 25px;
    width: 100%;
}

.custom-login-form form{
    display: flex;
    row-gap: 28px;
    flex-direction: column;
}

.custom-login-form form .form-row input.input-text, .custom-login-form form .form-row textarea{
    border: 0;
    border-bottom: 2px solid white;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.custom-login-form form .form-row input.input-text::placeholder, .custom-login-form form .form-row textarea::placeholder{
    color: #323232;
}

 /* End Login Style */

 /* Thank You */
.checkout-head {
    background: #474F3A;
}
.checkout-head-text {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
}
.checkout-head-text h1 {
    font-family: Lexend;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.15px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #FFFFFF;
}
.checkout-head-text p {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    margin: 0;
}
.checkout-head-text p > a {
    color: inherit;
}
.lul-thank-you-page {
    background: #F6F6F6;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    text-align: center;
    padding: 30px 30px;
    margin-top: -130px;
}
.lul-thank-you-inner h3 {
    font-family: Lexend;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 20px;
    margin-bottom: 30px;
}
.lul-thank-you-inner p {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 20px;
    width: 649px;
    margin-left: auto;
    margin-right: auto;
}
.thank-you-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.thank-you-btn-wrap > a {
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.thank-you-btn-wrap .lul-thank-you-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    border-radius: 10px;
    font-family: Lexend;
    font-size: 18px;
    font-weight: 600;
    /* line-height: 1.25; */
    background-color: #474F3A;
    color: #FFFFFF;
}
.thank-you-btn-wrap .lul-thank-you-btn:hover {
    background-color: #474F3A;
    color: #FFFFFF;
}
.thank-you-btn-wrap .lul-login-btn {
    padding: 10px 41px;
    border-radius: 5px;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 600;
    /* line-height: 1.25; */
    color: #474F3A;
    border: 1px solid #474F3A;
    background-color: #F6F6F6;
}
.thank-you-btn-wrap .lul-login-btn:hover {
    background-color: #474F3A;
    color: #ffffff;
}
 /* end Thank You */

/* Checkout Page */

.checkout-container {
	max-width: 1240px;
	padding: 0;
}
.lul-checkout-wrap h2 {
	color: #333333;
	font-family: 'Lexend';
	font-size: 30px;
	font-weight: 700;
	line-height: 37.5px;
	text-align: left;
	margin: 0;
	padding-bottom: 34px;
	margin-bottom: 34px;
	border-bottom: 2px dashed #D4D4D4;
}
.lul-checkout-wrap .checkout-body {
	display: flex;
	gap: 30px;
    padding-top: 60px;
}
.lul-checkout-wrap .checkout-left {
	width: 70%;
}
.lul-checkout-wrap .checkout-right {
	width: 30%;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none;
}
.lul-checkout-wrap form {
    padding-bottom: 41px;
    margin-bottom: 33px;
	border-bottom: 2px dashed #D4D4D4;
}
.lul-checkout-wrap .form-row label {
	font-family: 'DM Sans';
	font-size: 16px;
	font-weight: 700;
	line-height: 2.5;
	text-align: left;
}
.lul-checkout-wrap .checkout-left {
	background-color: #F6F6F6;
	border: 1px solid #E8E8E8;
	border-radius: 40px;
	padding: 33px 40px 40px;
}
.lul-checkout-wrap .woocommerce-billing-fields h3 {
	color: #323232;
	font-family: 'Lexend';
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.25px;
	text-align: left;
}
.lul-checkout-wrap .form-row .input-text {
	color: #878787;
	font-family: 'DM Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	border: 1px solid #E1E1E1;
	border-radius: 10px;
	padding: 12px 15px;
}

.lul-checkout-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #878787;
	font-family: 'DM Sans';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.lul-checkout-wrap .form-row .select2-container--default .select2-selection--single {
    height: 45px;
	padding: 10px;
	border: 1px solid #E1E1E1;
	border-radius: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
}

.lul-checkout-wrap .checkout-right .checkout-card-detail .detail-row {
	display: flex;
    justify-content: space-between;
}

.lul-checkout-wrap .checkout-right .checkout-card-detail .detail-row:not(:last-child) {
	padding-bottom: 24px;
}

.lul-checkout-wrap .checkout-right .checkout-card-img {
	position: relative;
	height: 418px;
}

.lul-checkout-wrap .checkout-right .checkout-card-img img {
	width: 100%;
	height: 418px;
	border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.lul-checkout-wrap .checkout-right .checkout-card-separator {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 10;
}

.lul-checkout-wrap .checkout-right .checkout-card-total-to-be-paid {
	width: 72%;
	position: absolute;
	bottom: 6px;
	background-color: #F6F6F6;
	padding: 29px 40px;
    border-top-right-radius: 40px;
}

.lul-checkout-wrap .checkout-right .checkout-card-total-to-be-paid-title {
	color: #333333;
	font-family: 'Lexend';
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
}

.lul-checkout-wrap .checkout-right .checkout-card-total-to-be-paid .woocommerce-Price-amount {
	color: #5B634C;
	font-family: 'Lexend';
	font-size: 50px;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;

}

.lul-checkout-wrap .checkout-right .checkout-card-detail {
	position: relative;
	top: -41.5px;
	background: #F6F6F6;
	padding: 29.5px 40px;
	border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.lul-checkout-wrap .checkout-right .detail-row a {
	color: #949D82;
	font-family: 'Lexend';
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	text-align: right;
}

.lul-checkout-wrap .checkout-right .detail-row span:first-child {
	color: #646464;
	font-family: 'DM Sans';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.15px;
	text-align: left;
}

.lul-checkout-wrap .checkout-right .detail-row span:last-child {
	color: #000;
	font-family: 'DM Sans';
	font-size: 14px;
	font-weight: 500;
	line-height: 25.2px;
	letter-spacing: 0.15px;
	text-align: right;

}

.lul-checkout-wrap .checkout-right .detail-row span.checkout-summary-text {
	color: #333333;
	font-family: 'Lexend';
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	text-align: left;
}

.lul-checkout-wrap .checkout-right .detail-row span.checkout-room-type {
	color: #949D82;
	font-family: 'DM Sans';
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.15px;
	text-align: left;
	padding: 2px 4px;
	background: #EDEDED;
	text-transform: capitalize;
	border-radius: 5px;
}
.lul-checkout-wrap .checkout-right .detail-row.total-bold span:last-child {
    font-family: 'DM Sans';
    font-size: 18px;
    font-weight: 700;
    line-height: 1.333;
    text-align: right;
}

.lul-checkout-wrap .woocommerce-checkout-payment#payment {
	background-color: unset;
    border-top: 2px dashed #D4D4D4;
    padding-top: 41px;
    margin-top: 33px;
}

.lul-checkout-wrap .woocommerce-checkout-payment#payment h3 {
    margin: 0;
}

.lul-checkout-wrap form.woocommerce-checkout {
    border: 0;
    padding: 0;
    margin: 0;
}

.woocommerce-checkout .lul-checkout-wrap #payment div.payment_box {
    background-color: unset;
    margin: 0;
    padding: 0;
    padding-top: 4px;
    padding-left: 35px;
}
.woocommerce-checkout .lul-checkout-wrap #payment div.payment_box::before {
    content: unset;
}
.woocommerce-checkout .lul-checkout-wrap #payment div.payment_box p {
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: left;
}
.woocommerce-checkout .lul-checkout-wrap #payment ul.payment_methods li {
    padding: 20px 0 22px;
    color: #2C2C2C;
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
}
.woocommerce-checkout .lul-checkout-wrap #payment ul.payment_methods li:not(:last-child) {
    border-bottom: 1px solid #EAEAEA;
}
.woocommerce-checkout .lul-checkout-wrap #payment ul.payment_methods li input {
    accent-color: #949D82;
}
.lul-checkout-wrap #payment #place_order {
    background: #474F3A;
    float: unset;
    padding: 12px 36px;
    border-radius: 50px;
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.15px;
    text-align: center;
}
.woocommerce-checkout .lul-checkout-wrap #payment ul.payment_methods {
    border: 0;
}

.lul-checkout-wrap .woocommerce-terms-and-conditions-wrapper {
    padding-bottom: 33px;
    margin-bottom: 41px;
	border-bottom: 2px dashed #D4D4D4;
}

.lul-checkout-wrap .woocommerce-terms-and-conditions-wrapper p {
    font-family: 'DM Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    text-align: left;
    margin: 0;
}

.lul-checkout-wrap .checkout-form-footer {
    display: flex;
    gap: 30px;
}
.lul-checkout-wrap .agree-tns {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}
.lul-checkout-wrap .notif-tooltip {
    display: none;
    position: absolute;
    bottom: -13px;
    border-radius: 10px;
    font-family: 'DM Sans';
    font-size: 14px;
    left: 23px;
}
.lul-checkout-wrap .notif-tooltip.active {
    display: block;
}
#back-step-form {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
/* end Checkout Page */

/* Thank You */
.checkout-head {
    margin-top: -251px;
    background: #F3F4EF;
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}
.checkout-head-text {
    text-align: center;
    padding-top: 291px;
    padding-bottom: 60px;
}
.checkout-head-text h1 {
    font-family: Lexend;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.15px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #000000;
}
.checkout-head-text p {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5;
    letter-spacing: 0.15px;
    color: #000000;
    margin: 0;
}
.checkout-head-text p > a {
    color: inherit;
}
.lul-thank-you-page {
    position: relative;
    background-image: url('./img/bg-thx.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 150px 0;
    border: 1px solid #D6D6D6;
    border-radius: 50px;
    text-align: center;
    padding: 100px 0 50px;
}
.lul-thank-you-inner h3 {
    font-family: Lexend;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 15px;
    color:#000000;
}
.lul-thank-you-inner h3 span {
    color: #80896E;
}
.lul-thank-you-inner p {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 27px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #666666;
}
.thank-you-btn-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.thank-you-btn-wrap > a {
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.thank-you-btn-wrap .lul-thank-you-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    border-radius: 30px;
    font-family: Lexend;
    font-size: 18px;
    font-weight: 600;    
    background-color: #474F3A;
    color: #FFFFFF;
}
.thank-you-btn-wrap .lul-thank-you-btn:hover {
    background-color: #474F3A;
    color: #FFFFFF;
}
.thank-you-btn-wrap .lul-login-btn {
    padding: 10px 41px;
    border-radius: 5px;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 600;
    /* line-height: 1.25; */
    color: #474F3A;
    border: 1px solid #474F3A;
    background-color: #F6F6F6;
    border-radius: 30px;
}
.thank-you-btn-wrap .lul-login-btn:hover {
    background-color: #474F3A;
    color: #ffffff;
}
 /* end Thank You */

/* Steps */
.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #929292;
    height: 4rem;
}
  .steps > .step-progress {
    position: relative;
    display: table-cell;
    text-align: center;
    cursor: pointer;
  }

  .steps > .step-progress span {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
  }

  .steps > .step-progress p {
    font-family: DM Sans;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    color: #969696;
  }

  .steps > .step-progress:before {
    content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='7' fill='%23C4C4C4' stroke='%23EBEBEB' stroke-width='4'/%3E%3C/svg%3E%0A");
    display: block;
    margin: 0 auto;
    width: 2rem;
    height: 2rem;
    text-align: center;
    margin-bottom: -4.2rem;
    line-height: 5.9rem;
    position: relative;
    z-index: 1;
    /* font-size: 1rem; */
  }
  .steps > .step-progress:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 0.125rem;
    top: 3rem;
    left: 50%;
    border: 1px dashed #C2C2C2;
  }
  .steps > .step-progress:last-child:after {
    display: none;
  }
  .steps > .step-progress.is-complete {
    color: #6d6875;
  }
  .steps > .step-progress.is-complete:before {
    content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='7' fill='%235B634C' stroke='%23949D82' stroke-width='4'/%3E%3C/svg%3E%0A");
  }
  .steps > .step-progress.is-complete:after {
    border: 1px solid #949D82;
  }
  .steps > .step-progress.is-active {
	/*font-size: 1.5rem; */
  }
  .steps > .step-progress.is-active:before {
    /* color: #fff;
    border: 2px solid #f68e20;
    background: #f68e20; */
	margin-bottom: -4.9rem;
    content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='7' fill='%235B634C' stroke='%23949D82' stroke-width='4'/%3E%3C/svg%3E%0A");
  }

/* end Steps */

.checkout_coupon.woocommerce-form-coupon {
    display: block !important;
    background: #F6F6F6;
    padding: 30px 30px !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 30px  !important;
}
.checkout_coupon.woocommerce-form-coupon p {
    display: block;
    width: 100%;
}
.checkout_coupon.woocommerce-form-coupon p.form-row-last {
    text-align: right;
}
.checkout_coupon.woocommerce-form-coupon p.form-row-last button {
    background: #474F3A;
    color: #fff;
    float: unset;
    padding: 12px 36px;
    border-radius: 50px;
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.15px;
    text-align: center;
}

.woocommerce-account .my-account-head {
	display: none;
}

.woocommerce-account .page-content {
	padding-top: 160px;	
}

.elementor-location-popup .custom-login-form form .form-row input.input-text::placeholder,
.elementor-location-popup  .custom-login-form form .form-row textarea::placeholder {
	color: #fff !important;
}

/* Single Package */
.package-hero {
    height: 400px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 40px;
}
.package-content-wrap {
    display: flex;
    gap: 20px;
    max-width: min(100%,1240px);
    margin: 0 auto;
}
.package-content-left {
    width: 70%;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 40px;
    padding: 50px 50px;
    margin-top: -120px;
}
.package-content-right {
    width: 30%;
}
.package-content-left .edge {
    position: absolute;
    top: 70px;
}
.package-content-left .edge.left {
    left: -40px;
}
.package-content-left .edge.right {
    right: -40px;
}
.package-title-wrap .package-meta-date {
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 0;
}
.package-title-wrap h1 {
    color: #000000;
    font-family: "Lexend", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}
.package-content {
    margin-bottom: 30px;
}
.package-content ul li:after {
    background-color: #474F3A;
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 11px;
    height: 11px;
    border-radius: 100%;
}
.package-content ul {
    list-style: none;
    padding: 0;
}
.package-content ul li {
    position: relative;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 30px;
    margin-bottom: 3px;
}
.related-item-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}
.related-item-rating svg {
    width: 16px;
    height: 16px;
}
.related-item-rating svg path {
    fill: #f0ad4e;
}
.package-related-loop {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.related-item-thumb {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 20px;
}
.related-item-title {
    font-family: "Lexend", Sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 29px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 5px;
}
.related-item-title a {
    color: inherit;
}
.related-item-meta-location,
.related-item-meta-location a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
}
.related-item-meta-location svg {
    width: 14px;
    height: 14px;
}
.related-item-meta-location svg path {
    fill: #949D82;
}
.package-related-section-title h3 {
    margin-top: 0;
    margin-bottom: 39px;
    font-family: "Lexend", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}
.package-itinerary {
    margin-top: 39px;
}
.package-itinerary h3 {
    margin-top: 0;
    margin-bottom: 39px;
    font-family: "Lexend", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
}
.lul-itinerary-item {
    position: relative;
    padding-left: 50px;
}
.lul-itinerary-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #474F3A;
    border-radius: 50%;
    z-index: 2;
}
.lul-itinerary-item:not(:last-child) {
    margin-bottom: 30px;
}
.lul-itinerary-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: calc(100% + 30px);
    background-image: linear-gradient(#CCCCCC 33%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 12px;
    background-repeat: repeat-y;
    z-index: 1;
}
.lul-itinerary-img {
    flex-shrink: 0;
}
.itinerary-date {
    width: 100%;
    display: flex;
    gap: 28px;
    align-items: center;
    padding-bottom: 25px;
}
.itinerary-date p {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    letter-spacing: 0.15px;
    flex-shrink: 0;
    margin: 0;
}
.itinerary-date span {
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
}
.lul-itinerary-details {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}
.lul-itinerary-img > img {
    display: flex;
    margin-left: auto;
    width: 180px;
    height: 180px;
    object-fit: cover;
    border: 1px solid #E1E1E1;
    border-radius: 15px;
}
.lul-itinerary-left h3 {
    font-family: Lexend;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.15px;
    margin-top: 0;
    margin-bottom: 5px;
}
.itinerary-desc {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.15px;
    margin-bottom: 10px;
}
.lul-itinerary-activities ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lul-itinerary-activities ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}
.lul-itinerary-activities ul li span {
    position: relative;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.15px;
}
.lul-itinerary-activities ul li span:first-child {
    min-width: 85px;
    color: #000000;
}
.lul-itinerary-activities ul li span:first-child::after {
    content: ':';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.lul-itinerary-activities ul li span:last-child {
    font-weight: 700;
    color: #949D82;
}
.package-room-type-loop {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.package-room-type-img-wrap {
    display: flex;
}
.package-room-type-img-wrap img {
    width: 100%;
    height: 240px;
    border-radius: 30px;
    object-fit: cover;
    margin-bottom: 10px;
}
.package-room-type-name {
    color: #000000;
    font-family: "Lexend", Sans-serif;
    font-size: 23px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}
.package-room-type-price {
    color: #949D82;
    font-family: "Lexend", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.package-romm-type-feature {
    margin-top: 20px;
}
.room-type-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
}
.feature-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    background: #F6F6F6;
    border-radius: 50%;
}
.room-type-feature-item:not(:last-child) {
    margin-bottom: 18px;
}
.room-type-feature-item .feture-title {
    margin: 0;
    color: #AAAAAA;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.room-type-feature-item .feature-value {
    margin: 0;
    color: #868686;
    font-family: "DM Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}
.package-room-type h3.package-room-type-section-title {
    margin-top: 0;
    font-family: "Lexend", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    color:#000000;
    margin-bottom: 30px;
}
.package-room-type {
    margin-top: 50px;
}
#lul-count-down {
    display: flex;
    align-items: center;
}
#lul-count-down > div {
    position: relative;
    min-width: 61px;
    min-height: 86px;
}
#lul-count-down > div:not(:last-child) {
    padding-right: 30px;
}
#lul-count-down > div:not(:last-child)::after {
    content: ":";
    position: absolute;
    top: 21px;
    right: 6px;
    font-family: Lexend;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #2F4C4E;
}
#lul-count-down > div span:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    border-radius: 10px;
    background-color: #474F3A;
    font-family: Lexend;
    font-size: 21px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}
#lul-count-down > div span:last-child {
    display: block;
    font-family: Lexend;
    font-size: 12px;
    width: 66px;
    text-align: center;
    font-weight: 400;
    line-height: 1.25;
    color: #1C3233;
}
.package-faq-item {
    border: 1px solid #eaeaea;
    border-radius: 16px;
    background: #FFFFFF;
    padding: 20px 32px 20px;
}
.package-faq-item:not(:last-child) {
    margin-bottom: 20px;
}
.package-faq-item .faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
}
.package-faq-item .faq-title h4 {
    flex: 1;
    margin: 0;
    font-family: "Lexend", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
}
.package-faq-item .faq-icon {
    display: flex;
    width: 41px;
    height: 41px;
    justify-content: center;
    align-items: center;
    background-color: #e8ebe1;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.package-faq-item .faq-icon svg {
    width: 16px;
    height: 16px;
    fill: #949D82;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all 0.3s ease;
}
.package-faq-item .faq-desc {
    margin-top: 30px;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #646464;
    display: none;
}
.package-faq-item:first-child .faq-desc {
    display: block;
}
.package-faq-item.active .faq-title h4 {
    color: #5B634C;
}
.package-faq-item.active .faq-icon {
    background-color: #949D82;
}
.package-faq-item.active .faq-icon svg {
    fill: #ffffff;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.package-faq-section-title {
    font-family: "Lexend", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-top: 0;
    margin-bottom: 40px;
}
.package-faq {
    margin-top: 50px;
}

.sidebar-package-inner {
    margin-top: 70px;
    background-color: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 40px;
    padding: 35px 35px;
}
.package-book-wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E7E7E7;
}
.package-event-details h4 {
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20;
}
.form-to-book-now {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.form-to-book-now .label {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.form-to-book-now .label label {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #000000;
}
.form-to-book-now .label select[name="select-country"] {
    border: 1px solid #E2E2E2;
    padding: 12px;
    border-radius: 6px;
}
button.btn-book-now {
    width: 100%;
    background-color: #323730;
    color: white;
    padding: 14px 0;
    margin: auto;
    display: flex;
    justify-content: center;
    font-family: Lexend;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
    text-align: center;
    column-gap: 14px;
    border-radius: 50px;
    text-decoration: none;
}
.form-to-book-now [type=button],
.form-to-book-now [type=submit],
.form-to-book-now button {
    border: unset;
}
.form-to-book-now [type=button]:focus,
.form-to-book-now [type=button]:hover,
.form-to-book-now [type=submit]:focus,
.form-to-book-now [type=submit]:hover,
.form-to-book-now button:focus,
.form-to-book-now button:hover {
    background-color: #323730;
}
#select-country-wrap .select2-container {
    width: 100% !important;
}
#select-country-wrap .select2-container--default .select2-selection--single {
    height: 48px;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
}
#select-country-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
}
#select-country-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 20px;
}
#select-country-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 10px;
}
#select-country-wrap .select2-container--default .select2-selection--single .select2-selection__arrow::before {
    content: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.28571 0L4.5 3.125L7.71429 0L9 0.625L4.5 5L0 0.625L1.28571 0Z' fill='black'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#select-country-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}
#select-country-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 8px;
}
#select-country-wrap .select2-dropdown {
    margin-top: -3px;
    border: 1px solid #E2E2E2;
}
#select-country-wrap .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 28px;
    margin-top: 14px;
    height: 20px;
    padding: 0 5px;
    font-size: 14px;
}
#select-country-wrap .select2-container--default .select2-selection--single .select2-selection__clear>span {
    display: block;
    line-height: 1;
    margin-top: -3px;
}
.package-detail-loop {
    margin-top: 20px;
}
.package-detail-item {
    display: flex;
    align-items: center;
    gap: 13px;
}
.package-detail-item:not(:last-child) {
    margin-bottom: 20px;
}
.package-detail-icon {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #E6E7E1;
}
.package-detail p {
    font-family: DM Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
.package-detail span {
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.15000000596046448px;
    margin: 0;
}
@media (max-width: 1280px) {
    #lul-count-down > div:not(:last-child)::after { 
        right: 3px;
    }
}
@media (max-width: 1024px) {
    #lul-count-down > div:not(:last-child)::after { 
        right: 15px;
    }
}
@media (max-width: 768px) {
    .lul-itinerary-details {
        flex-wrap: wrap;
    }
    .lul-itinerary-img {
        width: 100%;
    }
    .lul-itinerary-img > img {
        width: 100%;
        height: 250px;
    }
}
@media (max-width: 480px) {
    #lul-count-down > div span:first-child {
        width: 50px;
        height: 50px;
        min-height: 50px;
        font-size: 16px;
    }
    #lul-count-down > div span:last-child {
        width: 50px;
    }
    #lul-count-down > div:not(:last-child)::after {
        top: 14px;
        right: 12px;
    }
}
@media (max-width: 375px) {
    #lul-count-down > div:not(:last-child)::after {
        top: 7px;
    }
}
/* end Single Package */
