.scroll-top {
    display: none; /* Initially hidden */
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 1000; /* Make sure it's on top */
}
.no-scroll{
    overflow: hidden;
}
.toast-container{
    bottom: 10px;
}

header.header_area {
    position: sticky;
    top: 0;
    width: 100%;
}
.currency-title {
    left: 15px;
    text-align: left;
    color: #000 !important;
    position: inherit !important;
}

.currency-img {
    width: 20px;
    /* margin: 0 !important; */
    padding: 0 !important;
    margin-left: 20px;
    height: 20px;
    object-fit: contain;
}

.currency-li{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 30px;
}


.carousel {
    height: 100% !important;
}

.carousel-inner {
    height: 100% !important;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    height: 100% !important;
}
.homepage-first-sect-image-first {
    height: 100%;
}
.login-title-mobile h1 {
    font-weight: 400;
    color: #818090;
}

.login-title-mobile p {
    font-weight: 500;
    line-height: 40px;
}
.custom-btn-login-social-form {
    background-color: #4891ae !important;
    padding: 25px !important;
    border: 1px solid #4891ae !important;
    display: none !important;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    right: -24%;
    width: 42px;
    height: 5px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 1em 0 0 #343a40, 0 2em 0 0 #343a40;
    top: 0%;
}


.navigation-portrait .cart-icon-mobile {
    display: block;
    height: 100%;
    position: relative;
    top: 0.6rem;
}

.cartIcon {
    /* width: 1.5em; */
    position: relative;
    top: 36%;
    transform: translateY(-50%);
}

.cartIcon span.cart-number {
    position: absolute;
    background: #67bd45;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #242424; */
    border-radius: 50px;
    left: 21px;
    top: 0px;
    color: white;
    font-weight: bold;
    line-height: 20px;
}

.logo-position-connected{
    right: 77% !important;
}

.navigation-portrait .nav-menus-wrapper {
    width: 100vw;
    height: 0px;
    top: 66px;
    left: 0vw;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}
.notif-chat-block {
    display: none;
    position: relative;
    top: 34px;
    left: 250px;
}
.blog-detail-content h1{
    font-weight: bold !important;
}
.form-group .termsConditions {
    color: #67bd45 !important;
}
.modal{
    z-index: 9999999999999999999999;
}
.empty-cart-container {
    text-align: center;
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.empty-cart-icon {
    color: #f8952e;
    margin-bottom: 20px;
}

.empty-cart-title {
    margin-bottom: 15px;
    color: #333;
}

.empty-cart-desc {
    color: #888;
    margin-bottom: 30px;
}

.btn-green-fill {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    color: white;
    background-color: #67bd45;
    border: none;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.btn-green-fill a {
    font-weight: 600;
    color: white;
}

.btn-green-fill:hover {
    background-color: #55a83a;
}

.btn-green-outline {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid #67bd45;
    background-color: transparent;
    transition: all 0.3s ease;
}
.btn-green-outline a{
    font-weight: 600;
    color: #67bd45;
}
.error {
    color: red;
    margin-top: 5px;
}

.btn-green-outline:hover {
    background-color: #67bd45;
}
.btn-green-outline:hover a {
    color: white;
}
.carousel-control-prev-icon {
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); */
    background-image: url('../image/arrow-previous.png');

}

.carousel-control-next-icon {
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
    background-image: url('../image/arrow-next.png');
}
.carousel-control-next {
    right: -100px;
}

.carousel-control-prev {
    left: -100px;
}
    /* Basic Styles for the Tree and Multi-Select Box */
    .tree-select-container {
        position: relative;
        width: 300px;
    }

    .multi-select-box {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        cursor: pointer;
        outline: none; /* Supprime la bordure par défaut du focus */
        transition: border-color 0.3s ease; /* Transition fluide */
    }
    
    .tree-dropdown {
        position: absolute;
        top: 100%;
    
        max-height: 200px;
        overflow-y: auto;
        background: white;
        border: 1px solid #ccc;
        display: none;
        z-index: 10;
        width: 490px;
    }

    .tree-dropdown ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .tree-dropdown li {
        padding: 5px 10px;
        cursor: pointer;
    }

    .tree-dropdown li:hover {
        background-color: #f0f0f0;
    }

    .tree-dropdown > li > label {
        cursor: pointer;
        font-weight: bold;
    }

    .tree-dropdown ul li {
        padding-left: 20px;
    }

    .tree-dropdown .tree-node-checkbox {
        margin-right: 10px;
    }

    .selected-items {
        margin-top: 10px;
    }

    .arrow {
        cursor: pointer;
        padding-right: 10px;
    }

    .select-all {
        padding: 5px 10px;
        cursor: pointer;
        display: inline-block;
    }

    .tree-item > ul {
        display: none; /* Hide by default */
    }

    .tree-item.expanded > ul {
        display: block; /* Show when expanded */
    }

.carousel-indicators {
    position: absolute !important;
    bottom: -50px !important; /* Ajustez la position selon vos besoins */
    left: 34% !important;
    transform: translateX(-50%)  !important;
    z-index: 15 !important;
    display: flex !important;
    justify-content: center !important;
    padding-left: 0 !important;
    margin-right: 15% !important;
    margin-left: 15% !important;
    list-style: none !important;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #ccc !important;
    margin: 0 5px !important;
    cursor: pointer !important;
}

.carousel-indicators .active {
    background-color: #333 !important;
}


.expert-faqs .accordion-item {
    background-color: transparent;
}
.nav-pills.category-request .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #67bd45 !important;
}

.request-category-question-tabs{
    width: 100%;
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

    .nutri-list-inner img {
        width: 200px !important;
      }
    .app-mobile div img {
        width: 160px !important;
    }
    .form-group .termsConditions {
        color: #67bd45 !important;
        margin-top: 0px !important;
    }
    .expert p{
        text-align: unset !important;
    }
    .about-expert p{
        text-align: unset !important;
    }

    .outer-resturnt-Box.one-last-step .programs-nm-newProgbox .programs-image-navm {
        height: 350px !important;
    }
    .outer-resturnt-Box.one-last-step .offerPrice {
        padding: 10px !important;
    }

    .alert-badnii{
        flex-direction: column;
    }
    .choose-resturant-img {
        width: 100% !important;
    }
    .select-resturant-box .resturant-details + .rightSide{
        width: 100% !important;
        margin-left: 24px !important;
    }
    .select-resturant-box{
        flex-direction: column !important;
    }
    .inner-resturant-details{
        display: flex !important;
        /* background: red !important; */
        justify-content: space-between !important;
    }



    .supliment-fact-box {
        padding: 2px !important;
    }

    ul.like-unlike li {
        width: 60px !important;
    }
    ul.like-unlike li a i {
        color: #ddd;
    }
    .rating-foods table tr td:nth-child(2) ul{

        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
    }
    .meal-header-left {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .styled-checkbox:checked+label:after {
        top: 7px !important;
    }

    .products-cat ul li {
        line-height: 25px;
    }
    .rating-foods table tr td:nth-child(2){
        width: 40%;
    }
    .nutri-head{
        flex-direction: column;
        align-items: flex-start;
    }
    .add_meal-modal h3 {
        margin-bottom: 20px;
    }

    .back_collection .nutri-list-inner-right ul li{
        padding: 0px 5px;
    }

    .chat .conversation .field .send {
        min-width: 80px !important;
        display: flex;
        align-items: center;
        color: #fff;
        background: #67BD45;
        padding: 0.5em;
        border-radius: 50%;
        overflow: hidden;
        height: 80px !important;
    }
    .default-icon.xsrhx6k{
        transform: scale(1.5);
        margin: auto;
    }

    .chat {
        height: 750px;
        width: 800px;
    }
    
    .notification-info-DIV_NM {
        width: 300px !important;
    }

    .notif-chat-block {
        display: block;
        position: relative;
        top: 23px !important;
        right: 65%;
    }
    .w-sm-max-content{
        width: max-content !important;
    }
    .header-one-last .header-middle-list {
        width: 80px !important;
        height: 80px !important;
    }



    .request-prog-btn{
        padding: 10px !important
    }
    .flex-sm-row{
        flex-direction: row !important;
    }

    .offerPrice.checkout-form p{
        width: max-content;
    }

    .unnecessary-block{
        display: none;
    }

    .forgetPassLink {
        padding: 13px 0 0 !important;
    }

    .custom-btn-login-form {
        padding: 5px !important;
    }

    p.or-text:before {
        width: 60% !important;
        border: 3px solid #EDEDF4 !important;
        content: "";
        top: 50%;
        left: -30px !important;
        position: absolute;
    }
    p.or-text:after {

        width: 60% !important;
        border: 3px solid #EDEDF4 !important;
        content: "";
        top: 50%;
        right: -30px !important;
        position: absolute;
    }
    

    .login-signup-mainbox .login-with li a {
        width: 50px !important;
    }

    .create-acc p {
        margin-top: 5px !important;
    }


    .prod-pagination .page-link {
        color: #999999;
        margin: 0;
    }

    .page-item:not(:first-child) .page-link {
        margin-left: 0px !important;
    }

    .basic-information-box, .about-expert {
        max-width: 87%;
        margin-left: unset !important;
    }

    .basic-information-box {
        margin-top: 13px;
    }

    .basic-information-box ul li:before {
       
        left: -15px !important;
        top: 15px !important;
    }

    .basic-information-box, .about-expert {
        max-width: 100% !important;
        /* margin-left: auto; */
    }

    .expert-img-rating {
        margin-top: 50px !important;
    
    }


    .header-middle-icon.sign-btns-mobile .list-inline li {
        display: inline-flex;
        width: 50% !important;
    }

    .header-one-last .header-middle-list img.icons-Nm {
        width: 40px;
    }


    /* header.header_area {
        height: 150px !important;
    } */


    /* .top-left {
        position: absolute;
        top: 25% !important;
        right: -8% !important;
        -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
        -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
        transform: translateX(-30%) translateY(0%) rotate(52deg) !important;
        -ms-transform-origin: top right;
        -webkit-transform-origin: top right;
        transform-origin: top right;
        z-index: 9999;
    } */
   
}

@media (min-width: 1500px) {
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

.signup-navm img {
    position: relative;
    top: 2rem;
    z-index: -1;
}




.subscriber-input{
    height: 37px;
    border: 1px solid #2f383f;
    border-right: 0px;
    border-radius: 5px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    line-height: 14px;
    text-align: center;
    background-color: #ffffff;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden !important;
    white-space: nowrap;
    opacity: 0px;
    border-top-right-radius: 0px ;
    border-bottom-right-radius: 0px ;
    padding-top: 0px;
    padding-bottom: 0px;

}
button.newsletter-btn[type="submit"] {
    padding: 5px 35px;
    /* margin-top: 21px; */
    font-weight: 200;
    border-radius: 5px;
    line-height: 26px;
    background-color: #67bd45;
    padding: 8px !important;
}

/* Toggle button styling */
.toggle-icon {
    cursor: pointer;
    background: none;
    border: none;
    color: black;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
/* DROPDOWN CURRENCIES STYLE */
.bottom-menu {
    position: relative;
}

.currency-list {
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 1000;
    min-width: 150px;
    padding: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.currency-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.bottom-menu:hover .dropdown-menu {
    display: block; /* Show dropdown when hovering on the menu */
}
.bottom-menu div.dropdown.open > div.list {
    width: 150px;
    left: 0px;
    z-index: 102;
    height: fit-content;
}
.bottom-menu div.dropdown > div.caption img{

    height: auto;
    width: auto;
}


.bottom-menu .currency-switcher {
    position: relative;
    cursor: pointer;
    margin-left: 31px;
    align-self: center;
    width: 50px;
    margin-top: 20px;
}




/* ARROW CAROUSLE */
/* .carousel-control-next, .carousel-control-prev {
    /* position: relative; */
    /* top: 0; */
    /* bottom: 0; */
    /* z-index: 1; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* width: 15%; */
    /* padding: 0; */
    /* color: #fff; */
    /* text-align: center; */
    /* background: 0 0; */
    /* border: 0; */
    /* opacity: .5; */
    /* transition: opacity .15s ease; */
/* }  */
.carousel-control-next, .carousel-control-prev {
    all: unset;
}

.show__all{
    color: #dfeadb !important;
    /* text-decoration: underline !important; */
    background: #67bd45 !important;
    background: #67bd45 !important;
    color: #fff !important;
    border: 1px solid #67bd45 !important;
    padding: 14px 30px !important;
    width: 120px !important;
    text-align: center !important;
    justify-content: center !important;
    transition: 0.5s ease !important;
    font-weight: 400 !important ;
    border-radius: 10px !important;

}

#categoryCarouselContainer{
    margin-top: 4rem;
}



.accordion-body {
    padding: 1rem 1.25rem;
    background: #fff;
}
.modal-dialog {
    position: relative;
    width: auto;
    /* margin: 2.5rem; */
}
.nutri-list-inner img{
    width: 350px;
    position: relative;
}
.app-mobile h3{
    color: white;
}
.app-mobile div img {
    width: 190px;
}
.askExpert-BOXMAIN{

    margin-bottom: 25px;
}
.owl-carousel .testimonial-box {
    text-align: right !important; /* Align text to the right */
}
.openModal_productItem__cart{
    cursor: pointer;
}

#homepageCarousel {
    position: relative; /* Set the parent to relative for absolute positioning */
}

#homepageCarousel .carousel-control-prev,
#homepageCarousel .carousel-control-next {
    position: absolute; /* Positioning controls absolutely */
    top: 50%; /* Center vertically */
    transform: translateY(-50%); /* Adjust to truly center */
    z-index: 10; /* Ensure controls are on top */
}



#map{
    z-index: 100;
}

#categoryCarouselContainer .carousel-item.active{
    display: flex !important;
    justify-content: center !important;
}
.custom-range-container {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

input[type="range"] {
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: linear-gradient(to right, #4caf50, #d3d3d3);
    outline: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}

input[type="range"]:hover {
    opacity: 1;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4caf50;
    cursor: pointer;
    transition: background-color 0.3s;
}

input[type="range"]::-webkit-slider-thumb:hover {
    background-color: #45a049;
}

input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4caf50;
    cursor: pointer;
    transition: background-color 0.3s;
}

input[type="range"]::-moz-range-progress {
    background-color: #4caf50;
    height: 8px;
    border-radius: 5px;
}

.range-value {
    position: absolute;
    top: -30px;
    right: 0;
    color: #333;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    
}

.custom-nav-tabs .nav-link {
    color: #333; /* Default text color */
    position: relative;
    padding-bottom: 5px; /* Adjust as needed */
    text-decoration: none; /* Remove default underline */
}

.custom-nav-tabs .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px; /* Thickness of the underline */
    background-color: #67bd45;
    transition: width 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.custom-nav-tabs .nav-link.active::after {
    width: 100%; /* Full width for the active tab */
}

.p-15{
    padding: 15px !important;
}

/* --- Enhanced Styles from custom-common-style.css --- */

/* Select Dropdown Styles */
.form-select {
    border: 1px solid #b8b7b6 !important;
    border-radius: 8px !important;
    padding: 10px !important;
    transition: border-color 0.3s !important;
}
.form-select:hover,
.form-select:focus {
    border-color: #67bd45 !important;
    box-shadow: 0 0 0 .25rem rgb(103 189 69 / 25%) !important;
    outline: 0 !important;
}

/* Custom select box */
.custom-select {
    position: relative !important;
    font-family: Arial !important;
}
.custom-select select {
    display: none !important;
}
.select-selected:after {
    position: absolute !important;
    content: "" !important;
    top: 14px !important;
    right: 10px !important;
    width: 0 !important;
    height: 0 !important;
    border: 6px solid transparent !important;
    border-color: #b8b7b6 transparent transparent transparent !important;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #f8952e transparent !important;
    top: 7px;
}
.select-items div,
.select-selected {
    color: #000 !important;
    padding: 8px 16px !important;
    cursor: pointer !important;
    user-select: none !important;
}
.select-items {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 101 !important;
    margin-top: 5px !important;
    border-radius: 5px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .26) !important;
    background-color: #fff !important;
    max-height: 200px !important;
    overflow: auto !important;
}
.select-hide {
    display: none !important;
}
.same-as-selected {
    font-weight: 700 !important;
}
.same-as-selected:after {
    content: "\f058" !important;
    font-family: "Font Awesome 6 Free" !important;
    position: absolute !important;
    left: 95% !important;
    font-weight: 400 !important;
}

/* Select2 Multi-select Styles */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #67bd45 !important;
    border-color: #67bd45 !important;
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1 !important;
    color: #333 !important;
    outline: none !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    box-shadow: none !important;
    border-color: #f8952e !important;
}
.select2-selection--multiple ul:before,
.select2-selection--single ul:before {
    content: "\f03a" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    opacity: .2 !important;
    line-height: 1 !important;
    margin-right: 10px !important;
}
.select2-container--default .select2-results__option--selected:after {
    content: "\f058" !important;
    font-family: "Font Awesome 6 Free" !important;
    position: absolute;
    right: 0 !important;
    top: 13px !important;
    font-weight: 400 !important;
}
.select2-container--default .select2-results .select2-results__options {
    max-height: 300px !important;
}
.select2-results__option {
    padding: 13px 13px 13px 0 !important;
    border-bottom: 1px solid #ebebeb !important;
    padding-right: 15px !important;
    background: #fff !important;
    margin: 0 20px !important;
}
.select2-dropdown {
    border-radius: 5px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .26) !important;
    border: none !important;
    margin-top: 5px !important;
}
.select2-container--default .select2-results__option {
    background-color: #fff !important;
    font-weight: 600 !important;
    position: relative !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--highlighted {
    background-color: #fff !important;
    color: #242429 !important;
    padding-left: 5px !important;
}
.select2-search__field {
    border: none !important;
}

/* Button Styles */
.btn-custom {
    background-color: #fff !important;
    color: white !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 10px 20px !important;
    transition: background-color 0.3s, box-shadow 0.3s !important;
    font-weight: 500 !important;
    margin-right: 10px !important;
    width: 100%;
}
.btn-custom:hover {
    background-color: #67bd45 !important;
    box-shadow: 0 4px 12px rgba(103, 189, 69, 0.3) !important;
}
.btn-green {
    color: #fff !important;
    border-color: #67bd45 !important;
    background-color: #67bd45 !important;
    transition: background-color 0.3s, box-shadow 0.3s !important;
    font-weight: 500 !important;
}
.btn-green:hover {
    background-color: #53a333 !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(103, 189, 69, 0.3) !important;
}
.btn-outline-green {
    color: #67bd45 !important;
    border-color: #67bd45 !important;
    transition: background-color 0.3s, box-shadow 0.3s !important;
    font-weight: 500 !important;
}
.btn-outline-green:hover {
    background-color: #67bd45 !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(103, 189, 69, 0.3) !important;
}
.btn-orange {
    color: #fff !important;
    border-color: #f8952e !important;
    background-color: #f8952e !important;
    transition: background-color 0.3s, box-shadow 0.3s !important;
    font-weight: 500 !important;
}
.btn-orange:hover {
    background-color: #e98a25 !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(103, 189, 69, 0.3) !important;
}
.btn-outline-orange {
    color: #f8952e !important;
    border-color: #f8952e !important;
    transition: background-color 0.3s, box-shadow 0.3s !important;
    font-weight: 500 !important;
}
.btn-outline-orange:hover {
    background-color: #f8952e !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(103, 189, 69, 0.3) !important;
}

/* Pagination style */
.pagination a {
    color: #53a333;
}
.pagination .page-link:hover {
    color: #3f8324;
}