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

:root {
    --green-218648: #218648;
    --green-217A54: #217A54;
    --green-235B45: #235B45;
    --white-fff: #fff;
    --golden-EFDAB9: #EFDAB9;
    --black-171717: #171717;
    --black-5D5D5D: #5D5D5D;
    --grey-d1d1d1: #D1D1D1;
    --grey-f7f7f7: #f7f7f7;
    --grey-b9b9b9: #B9B9B9;
    --grey-747474: #747474;

}

body {
    font-family: 'Geist', sans-serif !important;
    font-size: 18px;
    color: var(--black-5D5D5D);
    text-wrap-style: pretty;
    letter-spacing: -0.36px;
    line-height: 27px;
}

/* common */
.ym_container-fluid {
    width: calc(100% - 32px);
    margin: 0 auto;
}

.ym_container {
    width: calc(100% - 128px);
    margin: 0 auto;
}

a {
    text-decoration: none !important;
}

.sub_head {
    background: var(--grey-f7f7f7);
    border-radius: 20px;
    padding: 6px 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    margin-bottom: 16px;
    color: var(--black-171717);
}

.sub_title {
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 16px;
    letter-spacing: -1.44px;
    color: var(--black-171717);
}

.main_btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 12px;
    width: fit-content;
    box-shadow: 0px 1px 7px 0px #1460E126;
    color: var(--white-fff);
    background-color: var(--green-217A54);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border: none;
    transition: all 0.3s ease-in-out;
}

.main_btn:hover {
    background-color: var(--green-218648);
    box-shadow: 0px 1px 7px 0px #1460E126;
    color: var(--white-fff);
}

.alter {
    padding: 64px 0;
}

.bd-radius-20 {
    border-radius: 24px;
}

/* common */

.topnav {
    padding: 20px 0;
    background-color: var(--green-217A54);

}

.topnav .ym_container {
    display: flex;
    justify-content: space-between;
    color: var(--white-fff);
}

.topdate {
    position: relative;
}

.topdate::before {
    content: '';
    position: absolute;
    background-image: url(../images/topcallpointer.svg);
    background-repeat: no-repeat;
    top: 26%;
    left: -8%;
    height: 12px;
    width: 12px;
}

.topdate,
.topcall a,
.toplocation a {
    color: var(--white-fff);
}

.topdate span {
    color: var(--golden-EFDAB9);
}

.top_nav_right {
    display: flex;
    gap: 24px;
}

/* header */
.main_head {
    max-width: calc(100% - 64px);
    margin: 0 auto;
    justify-content: space-between !important;
    padding: 31px 64px !important;
}


/* Style for active nav link */
.main_head .nav-link.active {
    color: var(--green-235B45) !important;
    font-weight: 500;
    position: relative;
}

.main_head .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 16px;
    width: calc(100% - 32px);
    height: 2px;
    background-color: var(--green-235B45);
    transition: all 0.3s ease;
}

.main_head .nav-link.active:hover::after {
    left: 0;
    width: 100%;
}



.navbar-collapse {
    flex-grow: unset !important;
}

/* header */

/* about */
.about .ym_container-fluid {
    background-image: url(../images/about_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 80px 52px 52px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.about_head {
    text-align: center;
    color: var(--white-fff);
}

.about_head .abt_head {
    color: var(--white-fff);
}

.abt_head {
    font-weight: 600;
    color: var(--black-171717);
    font-size: 64px;
    line-height: normal;
    letter-spacing: -1.92px;
}

.about_head .nav {
    background: var(--grey-f7f7f7);
    border-radius: 5px;
}

.about_tab {
    background-color: var(--white-fff);
    width: 100%;
    max-width: 1312px;
    border-radius: 20px;
    margin: 0 auto;
}

.about_tab .nav {
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #f7f7f7;
}

.about_tab .nav-link {
    color: var(--black-5D5D5D);
    font-weight: 500;
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 20px !important;
}

.nav-link:focus,
.nav-link:hover {
    color: unset !important;
}

.about_tab .nav-link.active {
    background-color: var(--white-fff) !important;
    box-shadow: 1px 1px 2px 0px #0000001A !important;
    color: var(--green-235B45) !important;
    border-radius: 12px !important;
}

.about_tab .tab-content {
    padding: 20px;
}

.form-label {
    font-weight: 500;
    color: var(--black-171717);
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.28px;
}

.form-control,
.form-select {
    border: 1px solid var(--grey-d1d1d1);
    border-radius: 6px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--green-218648) !important;
    box-shadow: none !important;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #28a745;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.recurring-section {
    display: flex;
    align-items: center;
    margin-top: 24px;
    padding: 32px 0;
    justify-content: space-between;
    border-top: 2px dashed #E0E0E0;
}

/* about */
/* our service */
.service {
    background: linear-gradient(to bottom, #fff 0%, #F0F0F7 100%);
    padding: 64px 0 64px 64px;
    overflow: hidden;
}

.slide_btn {
    border: 1px solid var(--grey-d1d1d1);
    border-radius: 12px;
}

.nav-container {
    display: flex;
    gap: 12px;
    justify-content: right;
}

.nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    min-width: 140px;
    border-radius: 12px;
    padding: 0.875rem 1.75rem;
    font-weight: 600;
    border: 2px solid #e0e0e0;
}

.nav-btn:hover {
    background: #f8f9fa;
    border-color: #d0d0d0;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.arrow {
    transition: transform 0.2s ease;
}

.nav-btn:hover .arrow {
    transform: translateX(2px);
}

.nav-btn.prev:hover .arrow {
    transform: translateX(-2px);
}

.service-card {
    padding: 100px;
    text-align: center;
}

.icon-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_slider .slick-track {
    margin-left: 18%;
}

.service_slider {
    margin-top: 64px;
}

.serv_slide {
    display: flex;
    border-radius: 20px;
    padding: 16px;
    box-shadow:
        0px 8px 24px 0px #00000003,
        0px -1px 24px 0px #0000000A;
    margin: 0 16px;
    width: fit-content;
}

.serv-title {
    color: var(--black-171717);
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.96px;
}

.serv-title a {
    color: var(--black-171717)
}

/* .serv-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
} */

.serv_price {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: var(--green-217A54);
}

.serv_price_unit {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--grey-b9b9b9);
}

/* our service */
/* alter */
.alter_card_wrapper {
    height: 100%;
    border-radius: 20px;
    padding: 2px;
    border: 1px solid #E0E0E0;
}

.alter_card {
    display: flex;
    flex-direction: column;
    gap: 64px;
    background: linear-gradient(231.36deg, #EBFADB 0%, #FFFFFF 35.41%);
    border-radius: 20px;
    padding: 24px;
}

/* who we are */
.who_we_are .ym_container-fluid {
    background: linear-gradient(180deg, #19A54A -9.23%, #235B3E 100%),
    linear-gradient(229.45deg, rgba(255, 255, 255, 0) 46.35%, rgba(255, 255, 255, 0.06) 52.21%),
    linear-gradient(228.55deg, rgba(255, 255, 255, 0) 13.05%, rgba(255, 255, 255, 0.08) 24.68%);
    padding: 64px 0 48px 0;
    border-radius: 20px;
}

.who_we_are_head>p {
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: -1.08px;
    color: var(--white-fff);
}

.who_we_boxes {
    border: 1px solid var(--white-fff);
    border-radius: 20px;
    display: flex;
    width: fit-content;
    margin: 64px auto 120px auto;
}

.who_we_box:first-child {
    border-right: 1px solid var(--white-fff);
}

.who_we_box {
    padding: 16px 64px;
    transition: transform 0.3s ease;
}

.who_we_box:hover {
    transform: translateY(-5px);
}

.who_we_count {
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -1.44px;
    color: var(--white-fff);
    text-align: center;
}

/* alter */
/* location */
.location {
    padding-top: 64px;
}

.location_wrapper {
    background-color: var(--grey-f7f7f7);
    padding: 12px;
    border-radius: 24px;
}

.location_details {
    border-radius: 24px;
    background-color: var(--white-fff);
    padding: 16px;
}


/* .location_desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.36px;
} */

.location_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
}

.schedule-container {
    background: white;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
}

.schedule-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.schedule-item {
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
}

.schedule-item:nth-child(even) {
    border-right: none;
}

.schedule-item:nth-last-child(-n+2) {
    border-bottom: none;
}

/* Hover effect */
.schedule-item:hover {
    background: #f9fafb;
    transition: background-color 0.2s ease;
}

.location_btn {
    display: flex;
    gap: 12px;
    margin: 16px;
    width: fit-content;
}

.copy_btn {
    padding: 12px 24px;
    color: var(--black-171717);
    background-color: var(--white-fff);
    border-radius: 12px;
    border: 1px solid var(--grey-d1d1d1);
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
}

/* location */
/* faq */
.faqs {
    margin-top: 16px;
    padding: 64px 0;
    background-color: var(--grey-f7f7f7);
}

.accordian_wrapper {
    margin-top: 65px;
    border-radius: 8px;
    text-align: left;
    background-color: var(--white-fff);
}

.accordian_wrapper .accordion {
    padding: 16px;
}

.accordian_wrapper .accordion-button:not(.collapsed)::after {
    background-image: url(../images/button_open.svg) !important;
    transform: rotate(0deg) !important;
    scale: 1.5;
}

.accordian_wrapper .accordion-button::after {
    background-image: url(../images/button_close.svg) !important;
    scale: 1.5;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
    color: var(--black-171717);
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordian_wrapper .accordion-body {
    border-left: 4px solid #96E076;
    background-color: var(--grey-f7f7f7);
    border-radius: 8px;
}

.accordian_wrapper .accordian,
.accordian_wrapper .accordion-item {
    border: none !important;
}

.accordian_wrapper .accordion-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.72px;
}

/* faq */
/* cta */
.cta .ym_container-fluid {
    background-color: var(--grey-f7f7f7);
    padding: 64px;
    background-image: url(../images/cta_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    display: flex;
    flex-direction: column;
    justify-content: left;
    gap: 150px;
    border-radius: 16px;
}

.gradient-text {
    background: linear-gradient(90deg, #179C63 0%, #96E076 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* cta */
/* about page */
.abt_intro .ym_container {
    padding: 64px;
}

.intro_box {
    display: flex;
    gap: 16px;
}

.story {
    background-color: var(--grey-f7f7f7);
    padding: 64px 0;
}
.story p{color: var(--black-171717);}

.story_wrapper {
    margin: 0 auto;
    max-width: 650px;
}

.ym_container-fluid {
    position: relative;
}

.about_detail .ym_container-fluid::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 254px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 90%);
    pointer-events: none;
    z-index: 1;
}

.about_detail .ym_container {
    padding: 16px;
    border-radius: 24px;
    background-color: var(--white-fff);
    transform: translateY(-15%);
    position: relative;
    z-index: 2;
}

.about_detail {
    border-radius: 24px;
    background-color: var(--white-fff);
    padding: 16px;
    margin-bottom: -100px;
}

.abt_detail_head {
    margin: 32px auto 48px;
    max-width: 425px;
    text-align: center;
}

.abt_points_wrapper {
    background-color: var(--grey-f7f7f7);
    display: flex;
    padding: 32px;
    border-radius: 16px;
}

.abt_points_wrapper .alter_card {
    background: transparent;
    padding: 0 32px !important;
    border-left: 1px dashed var(--grey-d1d1d1);
    border-radius: 0;
}
.abt_points_wrapper .alter_card p{margin-bottom: 0;}
.abt_points_wrapper .alter_card:first-child {
    padding: 0 32px 0 0 !important;
    border-left: none;
}

.abt_points_wrapper .alter_card:last-child {
    padding: 0 0 0 32px !important;
}

/* about page */
/* service */
.service_head .ym_container {
    padding: 48px 0;
}

.service_head_wrapper {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.rotating-text {
    background: linear-gradient(90deg, #179C63 0%, #96E076 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
    display: inline-block;
    height: 77px;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.abt_head {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -1.2px;
}
.rotating-word {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    animation: slideUp 10s infinite;
    background: linear-gradient(90deg, #179C63 0%, #96E076 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.rotating-word:nth-child(1) {
    animation-delay: 0s;
}

.rotating-word:nth-child(2) {
    animation-delay: 2s;
}

.rotating-word:nth-child(3) {
    animation-delay: 4s;
}

.rotating-word:nth-child(4) {
    animation-delay: 6s;
}

.rotating-word:nth-child(5) {
    animation-delay: 8s;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    6% {
        opacity: 1;
        transform: translateY(0);
    }

    16% {
        opacity: 1;
        transform: translateY(0);
    }

    22% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.pricing .ym_container-fluid {
    background-color: var(--grey-f7f7f7);
    border-radius: 24px;
    padding: 48px;
}

.wash_wrapper {
    background-color: var(--white-fff);
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 24px;
}

.wash_wrapper:last-child {
    margin-bottom: 0;
}

.wash_img {
    padding-bottom: 87px;
    position: relative;
}

.fold_img {
    position: absolute;
    bottom: 0%;
    left: 43%;
}

.wash_head {
    max-width: 258px;
    margin: 0 auto;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 48px;
}

.wash_title {
    color: var(--black-171717);
    font-weight: 600;
    font-size: 48px;
    line-height: 62.4px;
    letter-spacing: -1.44px;
    text-align: center;
}

.wash_rate {
    margin: 40px 48px 0;
}

.wash_rate h3 {
    color: var(--green-217A54) !important;
}

.wash_rate span {
    font-size: 24px;
    font-weight: 500;
    line-height: 62.4px;
    letter-spacing: -1.44px;
    color: var(--grey-b9b9b9)
}

.wash_pointers {
    background: linear-gradient(180deg, #F7F7F7 0%, #FFFFFF 100%);
    border-radius: 24px;
    padding: 12px;
}

.wash_pointers_wrapper {
    border-radius: 16px;
    background-color: var(--white-fff);
}

.wash_box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    height: 100%;
}

.wash_box img {
    width: 48px;
    height: 48px;
}

.wash_box h4 {
    font-weight: 500;
    color: var(--black-171717);
}

.wash_box p {
    font-size: 16px;
}

/* service */
/* construction */
.const_title {
    font-size: 64px;
    line-height: 83px;
    letter-spacing: -2px;
    color: var(--black-171717);
}

.construction_wrapper {
    padding: 132px 159px;
}

.construction .schedule-grid {
    grid-template-columns: 1fr;
}

.construction .const_title:nth-child(2) {
    border-bottom: 1px solid #e5e7eb;
}

.schedule-item a {
    color: #14402F;
}

.construction_wrapper .schedule-item {
    display: flex;
    gap: 12px;
}

.construction_wrapper .schedule-item:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
}

.construction_img img {
    min-height: 377px;
    border-radius: 24px;
}

/* construction */
/* footer */
.top_ft {
    padding: 64px 0;
    border-bottom: 1px dashed var(--grey-d1d1d1);
}

.main_ft {
    padding: 64px 0;
}

.ft_head {
    font-weight: 500;
    font-size: 18px;
    color: var(--black-171717);
}

.ft_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ft_menu li a {
    color: var(--grey-747474);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
}

.ym_cpy {
    background-color: var(--grey-f7f7f7);
    padding: 24px 0;
    text-align: center;
    border-radius: 12px;
    margin: 16px 0;
}

/* footer */
/* apointment poup */
.apt_pop_wrapper {
    background-color: var(--white-fff);
    padding: 12px;
    max-height: 920px;
    max-width: 1040px;
    border-radius: 24px;
    overflow: hidden;
}

.phone-input-container {
    display: flex;
    border: 1px solid var(--grey-d1d1d1);
    border-radius: 8px;
    overflow: hidden;
    background: var(--white-fff);
}

.app_right_inner textarea {
    /* height: 120px; */
}

.phone-input-container input {
    border: transparent;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid var(--grey-d1d1d1);
}

.country-select {
    border-right: 1px solid var(--grey-d1d1d1);
    border: transparent;
    border-radius: 6px;
}

#apt_pop .modal-content {
    flex-direction: row;
    border: none;
}

.app_left img {
    border-radius: 16px;
    max-height: 817px;
    max-width: 527px;
}

.app_right {
    padding: 28px
}

.apt_pop_title {
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -1.2px;
    color: var(--black-171717);
}

.apt_pop_title span {
    background: linear-gradient(90deg, #179C63 0%, #96E076 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* apointment poup */

/* trackorder */
/* .trackorder {
    position: relative;
} */

/* Track Order Dropdown */
.order-tracking {
    position: absolute;
    top: 100%;
    right: 0;
    width: 332px;
    max-height: 237px;
    background: var(--white-fff);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0px 8px 56px 0px #00000026;
    z-index: 1000;
    display: none;
    margin-top: 10px;
}

.drop_sub_title {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.28px;
    margin-bottom: 16px;
}

.order-tracking.show {
    display: block;
}

/* trackorder */
/* order-detail popup */
.offcanvas.offcanvas-end {
    width: 480px
}

.offcanvas-header .serv_price_unit {
    color: var(--black-171717);
}

.offcanvas-header {
    border-bottom: 1px solid #E0E0E0;
}

.order_head {
    text-align: center;
    margin-bottom: 20px;
}

.order_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
    color: var(--black-171717);
}

.order_body {
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #E0E0E0;
}

.order_id {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px dashed #E0E0E0;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.order_id h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.28px;
}

.order_id h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.36px;
}

.progress-track {
    height: 18px;
    background: var(--grey-f7f7f7);
    border-radius: 100px;
    position: relative;
    z-index: 2;
}

.progress-fill {
    background: linear-gradient(270deg, #96E076 0%, #179C63 100%);
    border-radius: 100px;
    transition: width 0.6s ease;
}

/* Progress Indicators */
.progress-indicators {
    position: absolute;
    top: 50%;
    left: 2rem;
    right: 2rem;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.progress-indicator {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e5e7eb;
    border: 3px solid white;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 2;
}


/* Progress Labels */
.progress-labels {
    display: flex;
    justify-content: space-between;
    margin: .5rem 2rem 0;
}

.progress-label {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
    transition: color 0.3s ease;
}

.progress-label.active {
    color: #179C63;
    font-weight: 600;
}

.progress-label.completed {
    color: #179C63;
}

.order_accordian .accordion-button {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.36px;
    color: var(--black-171717);
}

.order_accordian .accordion-item {
    background-color: var(--grey-f7f7f7);
    padding: 8px;
    border: none;
}

.order_accordian .accordion-button::after {
    background-color: var(--white-fff);
    border-radius: 100px;
}

.order_accordian .accordion-button:not(.collapsed)::after {
    background-image: url(../images/order_accordian.svg) !important;
    scale: 1.5;
}

.order_accordian .accordion-button::after {
    background-image: url(../images/order_accordian.svg) !important;
    scale: 1.5;
}

.order_accordian .accordion-header {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.36px;
    color: var(--black-171717);
}

.order_accordian .accordion-body {
    background-color: var(--white-fff);
}

.order_detail_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
}

.order_detail_item {
    display: flex;
    gap: 12px;
    align-items: center;
    max-height: 48px;
}

.order_detail_item h3,
.ord_adr_data h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.28px;
    color: var(--black-5D5D5D);
    margin-bottom: 0;
}

.order_detail_item h4,
.ord_adr_data h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.28px;
    color: var(--black-171717);
    margin-bottom: 0;
}

.ord_adr_img {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.order_addr {
    display: flex;
    gap: 12px;
}

.ord_adr_data {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 64px;
}

/* order-detail popup */

/* header */
.custom-toggler {
    width: 30px;
    height: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    background: transparent;
}

.toggler-bar {
    height: 3px;
    background-color: var(--black-171717);
    border-radius: 2px;
    transition: all 0.4s ease;
    width: 100%;
    position: relative;
}

.custom-toggler:not(.collapsed) .bottom-bar {
    transform: rotate(-45deg) translate(7px, -8px);
}

.custom-toggler:not(.collapsed) .middle-bar {
    opacity: 0;
}

.custom-toggler:not(.collapsed) .top-bar {
    transform: rotate(45deg) translate(8px, 8px);
}

/* header */

/* poup */
/* Hover text styling */
.hover-text {
    color: var(--green-217A54);
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;

}

/* Image popup styles */
.image-popup {
    position: fixed;
    z-index: 9999;
    background: var(--white-fff);
    border-radius: 16px;
    box-shadow: 0px 16px 36px 0px #0000001A;
    box-shadow: 0px 4px 96px 0px #00000026;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.95);
    transition: all 0.3s ease;
    pointer-events: none;
    width: 340px;
    height: 264px;
}

.image-popup.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.popup-image {
    width: 316px;
    height: 240px;
    object-fit: cover;
    border-radius: 16px;
}


/* poup */
.hamburger{
    display: none;
}
