.category-section {
}

.category-section .category-box {
    height: 180px;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.category-section .category-box .icon {
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.category-section .category-box h4 {
    margin-top: 14px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

/* Background colors */
.category-section .dining {
    background: #eef5ff;
}
.category-section .dining .icon svg{
    color: #155dfc;
}

.category-section .wellness {
    background: #f6efff;
}
.category-section .wellness .icon svg{
    color: #9810fa;
}

.category-section .arts {
    background: #fdeff3;
}
.category-section .arts .icon svg{
    color: #e60076;
}

.category-section .activities {
    background: #eefaf0;
}
.category-section .activities .icon svg {
    color: #00a63e;
}


/* card section ====================css start here  */
.experience-section {
    /* padding: 60px 0; */
}

.experience-section .experience-card {
    width: 100%;
}

.experience-section .image-wrap {
    position: relative;
    overflow: hidden;
}

.experience-section .image-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.experience-section .badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #ffffff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 0;
}

.experience-section .content {
    padding-top: 20px;
}

.experience-section .content h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}

.experience-section .content p {
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
    max-width: 520px;
    font-weight: 400;
}

.experience-section .image-wrap img {
    transition: transform 0.6s ease;
}

.experience-section .image-wrap:hover img {
    transform: scale(1.08);
}


/* world class dinig section css start here -------------========= */

.world-dining-section {
}

.world-dining-section .content-wrap {
}

.world-dining-section h2 {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 18px;
    color: #000;
}

.world-dining-section .content-wrap p {
    font-size: 20px;
    line-height: 1.2;
    color: #374151;
    margin-bottom: 22px;
    font-weight: 400;
}

.world-dining-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.world-dining-section ul li {
    font-size: 15px;
    color: #1f2937;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
}

.world-dining-section ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1f2937;
    font-size: 18px;
    line-height: 1;
}

/* Image */
.world-dining-section .image-wrap {
    border-radius: 0;
    overflow: hidden;
}

.world-dining-section .image-wrap img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.world-dining-section .image-wrap:hover img {
    transform: scale(1.08);
}


/* spa wellness section css start here !------------- */

.spa-wellness-section {
    background: #ffffff;
}

.spa-wellness-section .text-wrap p {
     font-size: 20px;
    line-height: 1.3;
    color: #374151;
    margin-bottom: 24px;
    font-weight: 400;
}

.spa-wellness-section h2 {
    font-size: 48px;
    font-weight: 500;
    color: #000;
    margin-bottom: 18px;
}

/* .spa-wellness-section .description {
    font-size: 20px;
    line-height: 1.3;
    color: #374151;
    margin-bottom: 24px;
    font-weight: 400;
} */

.spa-wellness-section .text-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spa-wellness-section .text-wrap li {
    font-size: 16px;
    color: #1f2937;
    margin-bottom: 12px;
    padding-left: 18px;
    position: relative;
}

.spa-wellness-section .text-wrap li::before {
    content: "·";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 22px;
    color: #1f2937;
}

/* Image */
.spa-wellness-section .image-box {
    border-radius: 0;
    overflow: hidden;
}

.spa-wellness-section .image-box img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.spa-wellness-section .image-box:hover img {
    transform: scale(1.07);
}

/* Adventures & Activities section css start here ! ================*/

.adventures-section {
    background: #ffffff;
}
.adventures-section .row{
    gap: 20px 0;
}

.adventures-section .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.adventures-section .section-header h2 {
    font-size: 48px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.adventures-section .section-header p {
    font-size: 20px;
    color: #4b5563;
    font-weight: 400;
}

.adventures-section .activity-card {
    background: #f9fafb;
    border-radius: 0;
    padding: 26px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.adventures-section .activity-card h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.adventures-section .activity-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
    font-weight: 400;
}

.adventures-section .activity-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

/* Ready to Explore Seattle? css strat here -----=================== */
.cta-explore-section {
    background: var(--btn-color);
}

.cta-explore-section .cta-content {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.cta-explore-section h2 {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 16px;
}

.cta-explore-section p {
    font-size: 20px;
    line-height: 1.4;
    color: #e5e7eb;
    margin-bottom: 34px;
}

.cta-explore-section .cta-btn {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 0;
    transition: background 0.3s ease, transform 0.3s ease;
}

.cta-explore-section .cta-btn:hover {
    background: #f3f4f6;
    transform: translateY(-2px);
}






/* =============================navtab sec====================================== */
#coconut-coast-section {
    background-color: #f8f5f0;
     /* Serif for headings */
}

#coconut-coast-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}

#coconut-coast-section .local-badge {
    background-color: var(--btn-hover);
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: sans-serif;
}

#coconut-coast-section h2 {
    color: var(--btn-hover);
    margin: 20px 0 10px 0;
    font-weight: 500;
}

#coconut-coast-section .nav-pills {
    margin-bottom: 50px;
    border: none;
}

#coconut-coast-section .nav-link {
    background: white;
    color: #333;
    border-radius: 25px;
    margin: 0 5px;
    padding: 8px 20px;
    border: 1px solid #ddd;
    font-family: sans-serif;
}

#coconut-coast-section .nav-link.active {
    background-color: #0b4a4d;
    color: white;
    border-color: #0b4a4d;
}

/* Card Styling */
#coconut-coast-section .attraction-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

#coconut-coast-section .img-container {
    position: relative;
    height: 200px;
}

#coconut-coast-section .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#coconut-coast-section .tag {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 4px 12px;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    font-weight: 400;
    background: var(--btn-hover);
}

#coconut-coast-section .card-body-custom {
    padding: 20px;
}

#coconut-coast-section .distance-marker {
    display: block;
    font-size: 13px;
    color: var(--btn-hover);
    margin-bottom: 10px;
}

#coconut-coast-section h3 {
    font-size: 20px;
    color: var(--btn-hover);
    margin-bottom: 10px;
}

#coconut-coast-section p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    font-weight: 400;
}

#coconut-coast-section .map-link {
    text-decoration: none;
    color: var(--btn-hover);
    font-weight: bold;
    font-size: 13px;
    margin-top: 0px;
    display: inline-block;
}