/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Basic styling for the page */
.jd-py-xl {
    padding: 3rem 0;
}

.jd-main-1 {
    background-color: #f8f9fa;
}

.jd-cat-section {
    background-color: #ffffff;
}

.jd-features-section {
    background-color: #f8f9fa;
}

.jd-usp-section {
    background-color: #ffffff;
}

.listing-card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.listing-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.card-love {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.love-box {
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.card-cat {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.cat-box-mini, .country-box-mini {
    background: #e9ecef;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
}

.card-origin {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}

.origin-text {
    font-size: 14px;
    color: #6c757d;
}

.camp-progress {
    margin: 15px 0;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px;
}

.progress-timer {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}

.card-btn {
    margin-top: 15px;
}

.cat-box {
    display: block;
    padding: 20px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.cat-box:hover {
    background-color: #f8f9fa;
    text-decoration: none;
    color: inherit;
}

.category-title {
    display: block;
    margin-top: 10px;
    font-weight: 500;
}

.seemore {
    color: #007bff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.seemore:hover {
    color: #0056b3;
    text-decoration: none;
}

.small-header {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.jd-stat-sub {
    color: #6c757d;
    font-size: 1rem;
}

.jd-sub-title {
    color: #6c757d;
    font-weight: 400;
}

.usp-donate {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}