body {
    margin: 0;
}

:root {
    --Geotrek-Cream: #E7E2D9;
    --Geo-near-white: #F6F3EE;
    --Geo-Dark-Gray: #343434;
    --Geotrek-Dark-Orange: #C7520C;
    --Geo-white: #FFFFFF;
    --Geo-black: #000000;

}


.main-inner-body {
    background: var(--Geotrek-Cream);
    font-family: Inter, sans-serif;
}

.fixed-height-box {
    height: 100vh;
    overflow: auto;
    padding: 80px 20px 20px;
}

.fixed-height-box {
    height: unset !important;
    overflow: unset !important;
    padding: 80px 20px;
}

.container.tabs-container {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.single-page-template.main-inner-body .container {
    padding: 0 20px;
    max-width: 1480px !important;
    width: 100% !important;
}

.option-addons-div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 16px;
}

.wrapper {
    padding: 20px
}

.main-inner-content {
    height: calc(100vh - 250px);
}

.panel {
    border-radius: 8px;
    height: auto;
}

.left-panel {
    background: var(--Geo-near-white);
    padding: 0;
    display: flex;
    align-items: center;
    padding: 24px 32px;
    height: 100%;
}

.right-panel {
    background: var(--Geo-white);
    padding: 0 !important;
    height: 100%;
    overflow: auto;
    border-radius: 8px;
    padding-inline: 0px;
    anchor-name: --footer-button;
}

.right-panel::-webkit-scrollbar {
    display: none;
}



.right-panel .inner-section {
    padding: 16px 32px 115px;
    /* z-index: 9; */
}

.right-panel h5 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    color: var(--Geo-Dark-Gray);
    margin: 0;
}

.modal-header .modal-price {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--Geo-Dark-Gray);
    margin: 0;
}

.left-panel img {
    width: 100%;
    border-radius: 14px;
    max-height: 400px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.5px solid #666;
}


.price {
    font-size: 18px;
    font-weight: 700;
    color: var(--Geo-Dark-Gray);
    line-height: 18px;
}

.tabs-container .modal-addon-tabs {
    display: flex;
    gap: 8px;
    background: var(--Geo-near-white);
    padding: 6px 7px;
    border-radius: 50px;
    margin: 0 auto 0;
    max-width: 560px;
    width: 100%;
    justify-content: space-between;
}

.tabs-container .modal-addon-tabs button {
    border: none;
    background: transparent;
    padding: 12px 21px;
    border-radius: 50px;
    font-size: 16px;
    color: var(--Geo-Dark-Gray);
}

.tabs-container .modal-addon-tabs button.active,
.tabs-container .modal-addon-tabs button:hover {
    background: var(--Geo-Dark-Gray);
    color: var(--Geo-white);
}

.section-group {
    margin-bottom: 40px;
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--Geo-Dark-Gray);
}

.option-card {
    border: 2px solid var(--Geo-white);
    border-radius: 8px;
    padding: 32px;
    cursor: pointer;
    background: var(--Geo-near-white);
    transition: .2s;
    height: 100%;
    position: relative;
}

.option-card img {
    width: 100%;
}

.option-card .info-icon {
    width: 15px;
    margin-top: -3px;
}

.option-card .addon-price {
    font-size: 14px;
    font-weight: 400;
}

.option-card .add-btn {
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    padding: 6px 11px;
    color: var(--Geo-Dark-Gray);
    border: 1px solid var(--Geo-Dark-Gray);
    border-radius: 4px;
}

.option-card.active {
    border: 2px solid var(--Geo-Dark-Gray);
}

.option-card.active:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('../images/select-tick-icon.svg');
    background-size: 100% 100%;
    top: 14px;
    right: 14px;
}

.option-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 16px;
    color: var(--Geo-Dark-Gray);
}

.option-price {
    font-size: 12px;
    color: var(--Geo-Dark-Gray);
    display: none;
}

.option-description ul {
    padding: 0 0 0 16px;
}

.option-description ul li {
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px;
    line-height: 14px;
    color: var(--Geo-Dark-Gray);
    margin-top: 5px;
}

.color-card {
    border: 2px solid var(--Geo-white);
    border-radius: 6px;
    padding: 10px 6px;
    cursor: pointer;
    background: var(--Geo-near-white);
    transition: .2s;
    height: 100%;
    position: relative;
}

.color-card img {
    width: 100%;
    height: 135px;
    border-radius: 4px;

}

.color-card.active {
    border: 2px solid var(--Geo-Dark-Gray)
}

.color-card.active:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('../images/select-tick-icon.svg');
    background-size: 100% 100%;
    top: 19px;
    right: 19px;
}

.color-card .option-title {
    margin-top: 4px;
    font-size: 14px;
}

/* Addons Card  */

.addon-card {
    border: 2px solid var(--Geo-white);
    border-radius: 6px;
    padding: 6px;
    cursor: pointer;
    background: var(--Geo-near-white);
    transition: .2s;
    height: 100%;
    position: relative;
}

.addon-card img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    border-radius: 4px;

}

.single-addon-card .addon-price {
    font-size: 14px;
    font-weight: 400;
}

.single-addon-card .add-btn {
    font-size: 12px;
    font-weight: 400;
    color: var(--Geo-Dark-Gray);
    padding: 2px 11px;
    border: 1px solid var(--Geo-Dark-Gray);
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.single-addon-card .add-btn:hover,
.single-addon-card .addon-card.added .add-btn {
    background: var(--Geo-Dark-Gray);
    color: var(--Geo-white);
    transition: all 0.5s ease;
}

.single-addon-card .learn-more {
    color: var(--Geo-Dark-Gray);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px
}

.single-addon-card .learn-more:hover {
    text-decoration: underline;
}


.addon-card.added {
    border: 2px solid var(--Geo-Dark-Gray);
}

.addon-card.active:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url('../images/select-tick-icon.svg');
    background-size: 100% 100%;
    top: 19px;
    right: 19px;
}

.addon-card .option-title {
    margin-top: 4px;
    font-size: 14px;
}


.footer-modal {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 24px;
    background: var(--Geo-white);
    position-anchor: --footer-button;
    bottom: anchor(bottom);
    left: anchor(left);
    right: anchor(right);
    border-radius: 0 0 8px 8px;
}

.options-addon {
    display: flex;
    padding: 0;
    gap: 16px;
    list-style: none;
    margin: 0;
}

.options-addon a.active {
    font-weight: 700;
}

.options-addon a {
    text-decoration: none;
    color: var(--Geo-Dark-Gray);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.panel .btn-next {
    background: var(--Geo-Dark-Gray);
    color: var(--Geo-white);
    border: none;
    padding: 10px 10px 10px 20px;
    border-radius: 6px;
    min-width: 215px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel .btn-next img {
    width: 36px;
    height: 36px;
    margin-left: 10px;
}

.summary-box {
    background: #fafafa;
    border-radius: 12px;
    padding: 15px
}

.summary-item {
    font-size: 13px;
    margin-bottom: 6px
}

.summary-title {
    font-weight: 600;
    margin-bottom: 10px
}

.total {
    font-weight: 600;
    font-size: 16px
}



.add-btn {
    cursor: pointer;
}

/* summary-page */
.detail-summary-product-box {
    background: var(--Geo-white);
    border-radius: 8px;
}

.detail-summary-product-box-top {
    padding: 10px 32px;
    max-height: 770px;
}

.detail-summary-product-box-top .modal-product-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    color: var(--Geo-Dark-Gray);
}

.detail-summary-product-box-top .modal-product-description {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: var(--Geo-Dark-Gray);
}

.detail-summary-product-box-middle {
    padding: 0px 32px 0;
    max-height: 277px;
    overflow: auto;
}

.detail-summary-product-box-middle::-webkit-scrollbar {
    display: none;
}

.detail-summary-product-box-bottom {
    padding: 24px 32px 40px;
}

.detail-summary-product-box-bottom .pdf-download-box {
    display: flex;
    justify-content: center;
    margin-top: 37px;
}

.detail-summary-product-box-bottom .pdf-download-box a {
    font-size: 14px;
    line-height: 24px;
    color: var(--Geo-black);
    text-decoration: underline;
}



.summary-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: end;
}

.summary-header small {
    font-size: 14px;
    font-weight: 500;
    color: var(--Geo-Dark-Gray);
}


.summary-body {
    display: none;
    padding-top: 10px;
}

.summary-body ul {
    padding-left: 18px;
}

.detail-summary-product-box hr {
    margin: 0;
}

@media (max-width:992px) {
    .option-addons-div {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width:767px) {

    .main-inner-body {
        padding-bottom: 40px;
        padding-inline: 10px;
        min-height: 100vh;
        padding-top: 66px;
    }

    .fixed-height-box {
        height: auto;
        padding: 80px 0px;
    }

    .main-inner-content {
        height: auto;
    }

    .left-panel {
        height: 240px;
    }

    .modal-addon-tabs {
        padding: 0;
        background: none;
    }

    .modal-addon-tabs button {
        font-size: 14px;
        line-height: 33px;
        padding: 2px 15px;
    }

    .right-panel .modal-header {
        padding: 16px;
    }

    .right-panel .inner-section {
        padding: 16px 16px 118px 16px;
    }

    .footer {
        background: none;
        padding: 0 0 20px 0;
        justify-content: center;
    }

    .btn-next {
        width: 234px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main-inner-content {
        height: unset;
    }

    .option-addons-div {
        grid-template-columns: 1fr 1fr;
    }

    .options-addon li {
        width: max-content;
    }

    .option-tags {
        padding: 10px 16px;
        border-bottom: 1px solid #E7E2D9;
        overflow: auto;
        position: relative;
        z-index: 2;
        background-color: var(--Geo-near-white);
    }

    .option-tags::-webkit-scrollbar {
        display: none;
    }
}

.package-popup::-webkit-scrollbar {
    display: none;
}

.package-popup .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.package-popup img#modal-package-image {
    width: 100%;
}

.package-popup .modal-body {
    max-width: 550px;
    margin: 0 auto;
}

.package-popup h5#modal-package-title {
    font-size: 36px;
    font-weight: 700;
    text-align: start;
}

.package-popup .modal-content {
    background: var(--Geotrek-Cream);
}

.package-popup .modal-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    max-width: 950px;
}

.package-popup .close-package-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

#modal-package-description {
    text-align: start;
}

#modal-package-description h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

#modal-package-description h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 34px 0 10px 0;
}

#modal-package-description ul {
    display: flex;
    flex-direction: column;
    padding: 24px 24px 24px 44px;
    border-radius: 4px;
    background: rgba(246, 243, 238, 0.5);
    gap: 16px;
}

@media (max-width:767px) {
    .package-popup h5#modal-package-title {
        font-size: 28px;
    }

    #modal-package-description ul {
        padding: 10px 10px 10px 30px;
        gap: 2px;
    }

    #modal-package-description h3 {
        font-size: 14px;
        font-weight: 700;
        margin: 10px 0;
    }
}

.options-popup {
    background: rgba(52, 52, 52, 0.8);
    padding: 16px !important;
}

.options-popup::-webkit-scrollbar {
    display: none;
}

.options-popup .modal-dialog {
    max-width: 480px;
    margin: 0 0 0 auto;
    height: 100%;
}

.options-popup .modal-content {
    margin: 0;
    height: 100%;
    border-radius: 8px;
    background: var(--Geotrek-Cream);
    padding: 66px 24px;
}

.options-popup .modal-body {
    padding: 0px !important;
}

.options-popup img#modal-options-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.options-popup h5#modal-options-title {
    font-size: 24px;
    font-weight: 700;
    text-align: start;
}

.options-popup p#modal-options-description {
    font-size: 14px;
    text-align: start;
    font-weight: 500;
}

.options-popup svg.close-options-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.option-thumbnail-box svg {
    position: absolute;
    bottom: 5px;
    right: 4px;
}

.option-thumbnail-box {
    position: relative;
}


/* ------- */

@media (max-width: 767px) {

    .fixed-height-box {
        height: 100vh;
        overflow-y: auto;
        padding: 0 20px;
    }

    .fixed-height-box.fixed {
        position: fixed;
        position: fixed;
        width: 100%;
        inset: 0 0 auto 0;
        padding: 0 30px;
    }

    .right-panel {
        overflow: clip;
    }

    .tabs-container {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: var(--Geotrek-Cream);
    }

    .inner-section {
        /* max-height: 600px; */
        overflow: clip;
    }
}
