/*.btn-primary {*/
/*    --bs-btn-color: #fff;*/
/*    --bs-btn-bg: #005B96;*/
/*    --bs-btn-border-color: transparent;*/
/*    --bs-btn-hover-color: #fff;*/
/*    --bs-btn-hover-bg: #0073C2;*/
/*    --bs-btn-hover-border-color: #005B96;*/
/*    --bs-btn-focus-shadow-rgb: 82, 114, 234;*/
/*    --bs-btn-active-color: #fff;*/
/*    --bs-btn-active-bg: #004070;*/
/*    --bs-btn-border-radius: 4px;*/
/*    --bs-btn-active-border-color: #transparent;*/
/*    --bs-btn-active-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/
/*    --bs-btn-disabled-color: #A0A0A0;*/
/*    --bs-btn-disabled-bg: #B3D1E6;*/
/*    --bs-btn-disabled-border-color: #005B96;*/
/*}*/

/*.btn-outline-primary {*/
/*    --bs-btn-color: #005B96;*/
/*    --bs-btn-border-color: #0073C2;*/
/*    --bs-btn-hover-color: #fff;*/
/*    --bs-btn-hover-bg: #0073C2;*/
/*    --bs-btn-hover-border-color: #005B96;*/
/*    --bs-btn-focus-shadow-rgb: 52, 89, 230;*/
/*    --bs-btn-active-color: #fff;*/
/*    --bs-btn-active-bg: #004070;*/
/*    --bs-btn-active-border-color: #005B96;*/
/*    --bs-btn-active-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);*/
/*    --bs-btn-disabled-color: #A0A0A0;*/
/*    --bs-btn-disabled-bg: transparent;*/
/*    --bs-btn-disabled-border-color: #005B96;*/
/*    --bs-gradient: none;*/
/*    --bs-btn-border-radius: 4px;*/

/*}*/

.btn-primary {
    --bs-btn-padding-x: 8px;
    --bs-btn-padding-y: 6px;
    --bs-btn-color: #fff;
    --bs-btn-bg: #2AAA8A;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #249977; /* Hover Color */
    --bs-btn-hover-border-color: #249977; /* Hover Border Color */
    --bs-btn-focus-shadow-rgb: 82, 114, 234;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #20866B; /* Active Color */
    --bs-btn-border-radius: 4px;
    --bs-btn-active-border-color: #transparent;
    --bs-btn-active-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    /* Disabled State Colors */
    --bs-btn-disabled-color: #A8D3C4; /* Faded version for disabled text */
    --bs-btn-disabled-bg: #D6EAE4; /* Lightened version of the base color */
    --bs-btn-disabled-border-color: #C1DFD3; /* Lighter border for disabled state */
}

.btn-outline-primary {
    --bs-btn-padding-x: 8px;
    --bs-btn-padding-y: 6px;
    --bs-btn-color: #2AAA8A;
    --bs-btn-border-color: #27987B; /* Slightly darker than #2AAA8A */
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2AAA8A;
    --bs-btn-hover-border-color: #249977; /* Hover Border Color */
    --bs-btn-focus-shadow-rgb: 52, 89, 230;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #20866B;
    --bs-btn-active-border-color: #transparent;
    --bs-btn-active-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    /* Disabled State Colors */
    --bs-btn-disabled-color: #A8D3C4; /* Faded version for disabled text */
    --bs-btn-disabled-bg: #D6EAE4; /* Lightened version of the base color */
    --bs-btn-disabled-border-color: #C1DFD3; /* Lighter border for disabled state */
    --bs-btn-border-radius: 4px;

}

/* Custom styles for different screen sizes */
@media (max-width: 576px) {
    .btn-primary {
        width: auto;
        font-size: 0.7rem;
        padding: 4px 8px;
    }
}


.btn-outline-secondary {
    --bs-btn-border-radius: 4px;
    --bs-btn-padding-x: 8px;
    --bs-btn-padding-y: 6px;
}

.btn-secondary {
    --bs-btn-border-radius: 4px;
    --bs-btn-padding-x: 8px;
    --bs-btn-padding-y: 6px;
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: #000000;
    --bs-btn-hover-color: #2AAA8A;
    --bs-btn-active-color: #20866B;
}

.btn-link:visited {
    text-decoration-color: #2AAA8A;
}

.dropdown-menu {
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-link-hover-bg: #2AAA8A;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #20866B;
}

.pagination {
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(52, 89, 230, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #2AAA8A;
    --bs-pagination-active-border-color: rgba(0, 0, 0, 0);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #2AAA8A;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #2AAA8A;
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: #2AAA8A;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    box-shadow: inset 0 -2px 0 #2AAA8A;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #2AAA8A;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2AAA8A;
    color: white
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #2AAA8A
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #2AAA8A
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #2AAA8A
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #2AAA8A
}


.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #2AAA8A;
    color: #fff
}


.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #2AAA8A;
}

/* Style for the selected option */
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #2AAA8A !important; /* Change to your desired color */
    color: #fff !important; /* Change to your desired text color */
}

/* Style for the option on hover */
.select2-container--default .select2-results__option:hover {
    background-color: #82D1B3FF !important; /* Change to your desired hover color */
    color: #000 !important; /* Change to your desired hover text color */
}

/* Style for unselected option after hover and when moving the cursor away */
.select2-container--default .select2-results__option:not([aria-selected=true]):not(:hover) {
    background-color: #fff !important; /* Change to your desired unselected color */
    color: #000 !important; /* Change to your desired unselected text color */
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid rgba(170, 170, 170, 0.5);
    border-radius: 6px;
    height: 34px;
}


.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(86, 86, 86, 0.2);
    border-radius: 4px;
}

.blur_lig {
    /* From https://css.glass */
    background: rgba(255, 255, 255, .5);
    border-radius: 6px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

/* Default styles for both mobile and PC */
.card_hvr {
    position: relative;
    overflow: hidden;
}

/* Media query for mobile devices with a maximum width of 767px */
@media (max-width: 767px) {
    .card_hvr {
        max-height: 300px;
    }
}

/* Media query for PC with a minimum width of 768px */
@media (min-width: 768px) {
    .card_hvr {
        max-height: 364px;
    }
}

.text_pr {
    color: #2AAA8A;
}

.card_hvr img {
    transition: transform 0.5s ease;
    aspect-ratio: 1/1;
    object-fit: contain;
    height: 100%;
}

.card_hvr:hover img {
    transform: scale(1.05);
}

.card-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
}

.card_hvr:hover .card-overlay {
    opacity: 1;
}

.blur_glass {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

@media (max-width: 767px) {
    .blur_glass {
        background-color: rgba(255, 255, 255, 1);
        backdrop-filter: none; /* No blur effect */
        -webkit-backdrop-filter: none; /* For Safari */
    }
}

#map {
    height: 100%;
    width: 100%;
}

.moving-div {
    padding: 20px;
    border-radius: 4px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  Example box shadow, change as needed */
}

.fixed-div {
    background-color: #ffffff; /* Example background color, change as needed */
    padding: 20px;
    position: sticky;
    top: 30px; /* Adjust the top position as needed */
    /* border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  Example box shadow, change as needed */
}

/*.moving-div {*/
/*    border-radius: 5px;*/
/*    !*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  Example box shadow, change as needed *!*/
/*}*/

/*.fixed-div {*/
/*    background-color: #ffffff; !* Example background color, change as needed *!*/
/*    position: sticky;*/
/*    border-radius: 5px;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); !* Example box shadow, change as needed *!*/
/*}*/

h1, h2 {
    font-size: 1.6em; /* Adjust this value as needed */
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: rgba(42, 170, 138, 0.05);
    outline: 0;
    box-shadow: 0 1px 2px rgba(42, 170, 138, 0.05), 0 0 0 .25rem rgba(235, 235, 235, 0.25)
}

/* Custom CSS to change radio button's checked state color */
.form-check-input:checked {
    background-color: rgb(42, 170, 138);
    border-color: #EBEBEB;
}

.form-check-input:focus {
    outline-color: #EBEBEB;
    box-shadow: 0 0 0 0.25rem #F3F9EB;
}

.timg {
    max-width: 100px;
    max-height: 150px;
    object-fit: contain;
    aspect-ratio: 3/2
}

a {
    color: #2AAA8A;
}

link {
    color: #2AAA8A;
}


footer {
    background-color: rgba(141, 110, 99, 0.2);
}

footer a {
    color: rgba(77, 77, 77);
    text-decoration: none;
    transition: color 0.3s, background-color 0.3s;
}

/* Hover Styles in Footer Only */
footer a:hover {
    color: #2AAA8A;
    /*background-color: #000000;  Add a background color on hover for better visibility */
}

/* Arrow Styles in Footer Only */
footer a::after {
    content: '\2192'; /* Unicode character for right arrow */
    display: inline-block;
    margin-left: 5px;
    opacity: 0; /* Initially, hide the arrow */
    transition: opacity 0.3s; /* Add transition for smooth visibility change */
}

/* Display Arrow on Hover */
footer a:hover::after {
    opacity: 1;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    /*background: #F3F9EB;*/

    background: rgba(243, 249, 235, 0.5);

}

.content {
    flex: 1;
}

.top-bar {
    background-color: #EBEBEB;
    padding: 6px 0;
    color: black;
    font-size: .9rem;
}

.follow-us {
    text-align: right;
}

@media (max-width: 767px) {
    /* Adjust styles for smaller screens */
    .follow-us {
        text-align: center;
        margin-top: 10px;
    }
}

/* For PC screens (min-width: 768px) */
@media (min-width: 768px) {
    .navbar_blur {
        background-color: rgba(255, 255, 255, 0.8); /* Adjust the alpha value as needed */
        backdrop-filter: blur(10px); /* Adjust the blur radius as needed */
        -webkit-backdrop-filter: blur(10px); /* For Safari */
    }
}

/* For mobile screens (max-width: 767px) */
@media (max-width: 767px) {
    .navbar_blur {
        background-color: rgba(255, 255, 255, 1); /* Solid background without transparency */
        backdrop-filter: none; /* No blur effect */
        -webkit-backdrop-filter: none; /* For Safari */
    }
}


.badge {
    padding: 0.35em 0.5em;
}

.icon1 {
    font-size: 1.1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}

@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.bg_image_cs {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.card_up:hover {
    transform: translateY(-3px); /* Move card up slightly on hover */
    transition: transform 0.3s ease; /* Smooth transition */
}

.img_up_scal img {
    transition: transform 0.5s ease;
    aspect-ratio: 3/3;
    object-fit: contain;
    height: 100%;
}

.img_up_scal:hover img {
    transform: scale(1.05);
}

html {
    scroll-behavior: smooth;
}

.asp {
    aspect-ratio: 3/2;
    object-fit: contain;

}

/* Hide vertical scrollbar but allow scrolling cart and home page*/
.hide-scrollbar {
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and newer versions of Edge */
}

.hero-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
    color: #2c3e50;
}

.hero-section p {
    font-size: 1.25rem;
    color: #7f8c8d;
}

.gradient-text {
    background: linear-gradient(to right, #FF6347, #FFD700);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}

.overflow-hidden p {
    margin: 0 0 0 10px;
    padding: 0;
    font-weight: bold;
}

.card-title a {
    padding: 0;
    margin: 0;
    font-size: medium;

}

.fw-bold.text-danger {
    margin-right: 5px; /* Adjust spacing if needed */
}

.text-decoration-line-through {
    margin-left: 5px; /* Adjust spacing if needed */
}

.fs-5 {
    margin-left: 2px; /* Adjust spacing if needed */
}

.text-orange {
    color: #ff6347;
}

.navbar .nav-link.active {
    font-weight: bold;
}

.primary-gradnt {
    background: linear-gradient(to right, #28a745, #000000);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: colorChange 2s infinite linear;
}

@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 12px;
    }
}

.bg_gr {
    background-color: #f5f5f5;
    border-top: 2px dashed #ffffff;
    border-radius: 0 10px 0 10px;
}

.vintage-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2aaa8a;
    white-space: nowrap;
}

/*.vintage-line {
    flex-grow: 1;
    height: 2px;
    background-color: #ff6347;

}*/

/* Subtitle Styling */
.vintage-subtitle {
    font-size: 1.1rem;
    color: #ffffff;
    font-style: italic;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .vintage-line {
        flex-grow: 0;
        width: 50px;
    }

    .vintage-title {
        font-size: 2rem;
    }
}

/* Category Card */

.card {
    overflow: hidden;
}

.category-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.timeline {
    list-style: none;
    padding-left: 0;
}

.timeline-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.timeline-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #2AAA8A; /* Color of the point */
    border-radius: 50%;
}

.timeline-item .timestamp {
    font-size: 14px;
    font-weight: bold;
    color: #6c757d; /* Color of the timestamp */
}

.timeline-item .activity {
    margin-top: 5px;
}