.icon-circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 50%;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
}

.card:hover .icon-circle {
    transform: scale(1.1);
}

.transition {
    transition: box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}
.feature-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 50%;
    font-size: 24px;
    transition: all 0.3s ease-in-out;
    background-color: #e9ecef;
    color: #333;
}

.card:hover .feature-icon {
    transform: scale(1.1);
}

.park-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.park-card:hover {
    transform: translateY(-4px);
}

.park-image-container {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.park-image-container img.main {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.winner-badges {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 6px;
    z-index: 2;
}

.winner-badges img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.park-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.park-image-container:hover .park-overlay {
    opacity: 1;
}

.flag-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    background-color: #ffffff;
    padding: 6px 10px;
    border-radius: 30px;
    font-weight: bold;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.transition-3d-hover {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.transition-3d-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.card .icon {
    color: #007bff;
}

.bg-light-subtle {
    background-color: #f8f9fa;
}
.state-badge {
    position: absolute;
    top: 12px;
    left: -8px;
    background-color: #28a745; /* or use dynamic color */
    color: #fff;
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.state-badge::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #28a745;
}

.team-card {
    background: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.1);
}

.team-img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.team-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team-name {
    font-size: 1.2rem;
    font-weight: 600;
}

.team-role {
    color: #777;
    font-size: 0.95rem;
}

.team-bio {
    font-size: 0.9rem;
    color: #555;
    margin-top: 12px;
    max-height: 120px;
    overflow-y: auto;
}

.team-bio::-webkit-scrollbar {
    width: 6px;
}

.team-bio::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.flag-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 20px;
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.klc-newsletter-wrapper { 
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.klc-header { /* Replaces .newsletter-header */
    background: linear-gradient(135deg, #4CAF50 0%, #8BC34A 100%); /* Green gradient */
    color: white;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.klc-header h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.8rem;
}
.klc-header p {
    opacity: 0.9;
}
.klc-header .sun-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.3);
    transform: rotate(20deg);
}
.klc-content-section { /* Replaces .content-section */
    padding: 25px;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
}
.klc-content-section h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.klc-highlight-card { /* Replaces .highlight-card */
    background-color: #e0f2f7; /* Light blue for info */
    border-left: 5px solid #00BCD4; /* Cyan border */
    padding: 15px;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 0.9rem;
    color: #212121;
}
.klc-event-list li { /* Replaces .event-list li */
    margin-bottom: 8px;
}
.klc-btn-primary { /* Replaces .btn-brand-primary */
    background-color: #FF7043; /* Orange button */
    border-color: #FF7043;
    color: white;
    transition: all 0.3s ease;
}
.klc-btn-primary:hover {
    background-color: #F4511E;
    border-color: #F4511E;
    transform: translateY(-2px);
}
.klc-weather-card { /* Replaces .weather-card */
    background-color: #F9FBE7; /* Light yellow for weather */
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #DCE775;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.klc-weather-item { /* Replaces .weather-item */
    flex: 1 1 calc(33% - 10px); /* 3 items per row on larger screens */
    min-width: 120px; /* Ensure they don't get too small */
    text-align: center;
    margin: 5px;
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}
.klc-weather-item:hover {
    transform: translateY(-3px);
}
.klc-weather-item .icon {
    font-size: 1.8rem;
    margin-bottom: 5px;
}
.klc-reward-card { /* Replaces .reward-card */
    background-color: #E8F5E9; /* Lighter green for reward */
    border-left: 5px solid #4CAF50; /* Green border */
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    position: relative;
}
.klc-reward-card h6 {
    color: #2E7D32; /* Darker green */
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.klc-reward-card .code-display {
    background-color: #DDEEEF;
    padding: 8px 12px;
    border-radius: 5px;
    font-weight: bold;
    color: #00796B;
    display: inline-block;
    margin-top: 10px;
    letter-spacing: 1px;
}
.klc-btn-reward { /* Replaces .btn-reward */
    background-color: #4CAF50;
    border-color: #4CAF50;
    transition: all 0.3s ease;
}
.klc-btn-reward:hover {
    background-color: #388E3C;
    border-color: #388E3C;
    transform: translateY(-2px);
}
.klc-tip-section { /* Replaces .tip-section */
    background-color: #FFFDE7; /* Very light yellow */
    border-left: 5px solid #FFEB3B; /* Yellow border */
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}
.klc-partner-section { /* Replaces .partner-section */
    background-color: #E3F2FD; /* Light blue */
    border-left: 5px solid #2196F3; /* Blue border */
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}
.klc-footer-links a { /* Replaces .footer-links a */
    color: #6c757d;
    text-decoration: none;
    margin: 0 8px;
    transition: color 0.2s ease;
}
.klc-footer-links a:hover {
    color: #000;
}

/* Responsive adjustments - also using prefixed classes */
@media (max-width: 768px) {
    .klc-weather-item {
        flex: 1 1 calc(50% - 10px); /* 2 items per row on medium screens */
    }
}
@media (max-width: 576px) {
    .klc-weather-item {
        flex: 1 1 100%; /* 1 item per row on small screens */
    }
}

.star-rating {
    direction: rtl;
    display: inline-flex;
    justify-content: flex-start;
    gap: 0.3rem;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    font-size: 1.75rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s ease;
}

.star-rating input[type="radio"]:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #ffc107;
}

.review-helper-text {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 0.4rem;
}

.additional-info-table {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.additional-info-table td {
    padding: 12px 16px;
    vertical-align: middle;
}

.additional-info-table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.info-label {
    font-weight: 600;
    color: #333;
    width: 180px;
}

.info-value {
    color: #555;
}

.info-icon {
    width: 1.2rem;
    margin-right: 8px;
    color: #ffc107;
}

.reviews-wrapper {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.review-header {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333;
}

.review-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 4px solid #ffc107;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.review-card .avatar {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.review-meta {
    font-size: 0.875rem;
    color: #777;
}

.review-message {
    font-size: 1rem;
    color: #444;
}

.star-rating span {
    font-size: 1.2rem;
}

.amenity-icon-img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.amenity-icon-img:hover {
    transform: scale(1.05);
}

.claim-section-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1d3557;
    border-left: 5px solid #28a745;
    padding-left: 15px;
    margin-bottom: 1.8rem;
}

.custom-card {
    background-color: #f9fdf9;
    border: 1px solid #d4edda;
    border-left: 6px solid #28a745;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.custom-card:hover {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
    transform: scale(1.01);
}

.custom-card .card-body {
    padding: 1.4rem 1.2rem;
}

.custom-value {
    font-size: 1.3rem;
    font-weight: bold;
    color: #2d6a4f;
}

.text-muted {
    font-size: 0.92rem;
}

.yes-badge {
    background-color: #28a745;
    color: white;
    font-size: 0.85rem;
    padding: 4px 10px;
    border-radius: 20px;
}

.no-badge {
    background-color: #dc3545;
    color: white;
    font-size: 0.85rem;
    padding: 4px 10px;
    border-radius: 20px;
}