@media (max-width: 1366px) {

    h2 {
        font-size: 40px !important;
    }

    .experience-section .image-wrap img,
    .world-dining-section .image-wrap img {
        height: 380px;
    }

    .spa-wellness-section .image-box img {
        height: 400px;
    }

}

@media (max-width: 980px){

}

@media (max-width: 540px){
  .page-title p {
    top: 4rem;}
	
  .page-title h1 {
    top: 38px;
    margin-top: 0px;
    margin-bottom: 0px;
}
}
/* ==============================================
   RESPONSIVE STYLES - SECTION-TARGETED
   Breakpoints: 1366, 1024, 980, 540, 375, 360, 320
   ============================================== */

/* ──────────────────────────────────────────────
   1366px — Large Laptops / Small Desktops
   ────────────────────────────────────────────── */
@media (max-width: 1366px) {

  /* Category Section */
  .category-section .category-box {
    height: 160px;
  }
  .category-section .category-box h4 {
    font-size: 18px;
  }

  /* Experience Section */
  .experience-section .image-wrap img {
    height: 380px;
  }
  .experience-section .content h3 {
    font-size: 22px;
  }

  /* World Dining Section */
  .world-dining-section h2 {
    font-size: 42px !important;
  }
  .world-dining-section .content-wrap p {
    font-size: 18px;
  }
  .world-dining-section .image-wrap img {
    height: 380px;
  }

  /* Spa Wellness Section */
  .spa-wellness-section h2 {
    font-size: 42px;
  }
  .spa-wellness-section .text-wrap p {
    font-size: 18px;
  }
  .spa-wellness-section .image-box img {
    height: 400px;
  }

  /* Adventures Section */
  .adventures-section .section-header h2 {
    font-size: 42px;
  }
  .adventures-section .section-header p {
    font-size: 18px;
  }

  /* CTA Section */
  .cta-explore-section h2 {
    font-size: 42px;
  }
  .cta-explore-section p {
    font-size: 18px;
  }

  /* Coconut Coast Section */
  #coconut-coast-section h2 {
    font-size: 36px;
  }
}

/* ──────────────────────────────────────────────
   1024px — Tablets Landscape / Small Laptops
   ────────────────────────────────────────────── */
@media (max-width: 1024px) {

  /* Category Section */
  .category-section .category-box {
    height: 150px;
  }
  .category-section .category-box .icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .category-section .category-box h4 {
    font-size: 16px;
    margin-top: 10px;
  }

  /* Experience Section */
  .experience-section .image-wrap img {
    height: 340px;
  }
  .experience-section .content h3 {
    font-size: 20px;
  }
  .experience-section .content p {
    font-size: 15px;
  }

  /* World Dining Section */
  .world-dining-section h2 {
    font-size: 36px !important;
  }
  .world-dining-section .content-wrap p {
    font-size: 16px;
  }
  .world-dining-section .image-wrap img {
    height: 340px;
  }

  /* Spa Wellness Section */
  .spa-wellness-section h2 {
    font-size: 36px;
  }
  .spa-wellness-section .text-wrap p {
    font-size: 16px;
  }
  .spa-wellness-section .image-box img {
    height: 360px;
  }

  /* Adventures Section */
  .adventures-section .section-header h2 {
    font-size: 36px;
  }
  .adventures-section .section-header p {
    font-size: 16px;
  }
  .adventures-section .activity-card {
    padding: 20px;
  }
  .adventures-section .activity-card h4 {
    font-size: 18px;
  }

  /* CTA Section */
  .cta-explore-section h2 {
    font-size: 36px;
  }
  .cta-explore-section p {
    font-size: 16px;
  }

  /* Coconut Coast Section */
  #coconut-coast-section h2 {
    font-size: 30px;
  }
  #coconut-coast-section .nav-link {
    padding: 6px 16px;
    font-size: 14px;
  }
  #coconut-coast-section .img-container {
    height: 180px;
  }
}

/* ──────────────────────────────────────────────
   980px — Tablets Portrait
   ────────────────────────────────────────────── */
@media (max-width: 980px) {

  /* Category Section */
  .category-section .category-box {
    height: 140px;
  }
  .category-section .category-box h4 {
    font-size: 15px;
  }

  /* Experience Section */
  .experience-section .image-wrap img {
    height: 300px;
  }
  .experience-section .content h3 {
    font-size: 20px;
  }
  .experience-section .content p {
    max-width: 100%;
    font-size: 15px;
  }

  /* World Dining Section */
  .world-dining-section h2 {
    font-size: 32px !important;
    margin-bottom: 14px;
  }
  .world-dining-section .content-wrap p {
    font-size: 15px;
  }
  .world-dining-section .image-wrap img {
    height: 300px;
  }

  /* Spa Wellness Section */
  .spa-wellness-section h2 {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .spa-wellness-section .text-wrap p {
    font-size: 15px;
  }
  .spa-wellness-section .image-box img {
    height: 320px;
  }

  /* Adventures Section */
  .adventures-section .section-header {
    margin-bottom: 36px;
  }
  .adventures-section .section-header h2 {
    font-size: 32px;
  }
  .adventures-section .section-header p {
    font-size: 15px;
  }
  .adventures-section .activity-card h4 {
    font-size: 17px;
  }
  .adventures-section .activity-card p {
    font-size: 15px;
  }

  /* CTA Section */
  .cta-explore-section h2 {
    font-size: 32px;
  }
  .cta-explore-section p {
    font-size: 15px;
    margin-bottom: 24px;
  }

  /* Coconut Coast Section */
  #coconut-coast-section h2 {
    font-size: 28px;
  }
  #coconut-coast-section .nav-pills {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 0;
    margin-bottom: 36px;
  }
  #coconut-coast-section .nav-link {
    margin: 4px;
  }
}

/* ──────────────────────────────────────────────
   540px — Large Phones / Small Tablets
   ────────────────────────────────────────────── */
@media (max-width: 540px) {

  /* Category Section */
  .category-section .category-box {
    height: 130px;
  }
  .category-section .category-box .icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .category-section .category-box h4 {
    font-size: 14px;
    margin-top: 8px;
  }

  /* Experience Section */
  .experience-section .image-wrap img {
    height: 250px;
  }
  .experience-section .badge {
    font-size: 12px;
    padding: 5px 10px;
  }
  .experience-section .content {
    padding-top: 14px;
  }
  .experience-section .content h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .experience-section .content p {
    font-size: 14px;
    max-width: 100%;
  }

  /* World Dining Section */
  .world-dining-section h2 {
    font-size: 28px !important;
  }
  .world-dining-section .content-wrap p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .world-dining-section ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .world-dining-section .image-wrap img {
    height: 260px;
  }

  /* Spa Wellness Section */
  .spa-wellness-section h2 {
    font-size: 28px !important;
  }
  .spa-wellness-section .text-wrap p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .spa-wellness-section .text-wrap li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .spa-wellness-section .image-box img {
    height: 250px;
  }

  /* Adventures Section */
  .adventures-section .section-header {
    margin-bottom: 28px;
  }
  .adventures-section .section-header h2 {
    font-size: 28px !important;
  }
  .adventures-section .section-header p {
    font-size: 14px;
  }
  .adventures-section .activity-card {
    padding: 18px;
  }
  .adventures-section .activity-card h4 {
    font-size: 16px;
  }
  .adventures-section .activity-card p {
    font-size: 14px;
  }

  /* CTA Section */
  .cta-explore-section h2 {
    font-size: 28px !important;
  }
  .cta-explore-section p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cta-explore-section .cta-btn {
    font-size: 14px;
    padding: 12px 22px;
  }

  /* Coconut Coast Section */
  #coconut-coast-section h2 {
    font-size: 24px !important;
  }
  #coconut-coast-section .section-header {
    margin-bottom: 28px;
  }
  #coconut-coast-section .nav-pills {
    margin-bottom: 28px;
  }
  #coconut-coast-section .nav-link {
    padding: 6px 14px;
    font-size: 13px;
    margin: 3px;
  }
  #coconut-coast-section .img-container {
    height: 180px;
  }
  #coconut-coast-section .card-body-custom {
    padding: 16px;
  }
  #coconut-coast-section h3 {
    font-size: 17px;
  }
  #coconut-coast-section p {
    font-size: 13px;
  }
    #coconut-coast-section .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .world-dining-section{
    padding-top: 10px;
  }
  .world-dining-section .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .experience-section .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .spa-wellness-section .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .spa-wellness-section{
    padding-top: 10px;
  }
}

/* ──────────────────────────────────────────────
   375px — iPhone Standard
   ────────────────────────────────────────────── */
@media (max-width: 375px) {

  /* Category Section */
  .category-section .category-box {
    height: 120px;
  }
  .category-section .category-box .icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .category-section .category-box h4 {
    font-size: 13px;
    margin-top: 7px;
  }

  /* Experience Section */
  .experience-section .image-wrap img {
    height: 230px;
  }
  .experience-section .content h3 {
    font-size: 17px;
  }
  .experience-section .content p {
    font-size: 13px;
  }

  /* World Dining Section */
  .world-dining-section h2 {
    font-size: 24px;
  }
  .world-dining-section .content-wrap p {
    font-size: 13px;
  }
  .world-dining-section ul li {
    font-size: 13px;
  }
  .world-dining-section .image-wrap img {
    height: 230px;
  }

  /* Spa Wellness Section */
  .spa-wellness-section h2 {
    font-size: 24px;
  }
  .spa-wellness-section .text-wrap p {
    font-size: 13px;
  }
  .spa-wellness-section .text-wrap li {
    font-size: 13px;
  }
  .spa-wellness-section .image-box img {
    height: 250px;
  }

  /* Adventures Section */
  .adventures-section .section-header h2 {
    font-size: 24px;
  }
  .adventures-section .section-header p {
    font-size: 13px;
  }
  .adventures-section .activity-card {
    padding: 16px;
  }
  .adventures-section .activity-card h4 {
    font-size: 15px;
  }
  .adventures-section .activity-card p {
    font-size: 13px;
  }

  /* CTA Section */
  .cta-explore-section h2 {
    font-size: 24px;
  }
  .cta-explore-section p {
    font-size: 13px;
  }
  .cta-explore-section .cta-btn {
    font-size: 13px;
    padding: 11px 20px;
  }

  /* Coconut Coast Section */
  #coconut-coast-section h2 {
    font-size: 22px !important;
  }
  #coconut-coast-section .nav-link {
    padding: 5px 12px;
    font-size: 12px;
  }
  #coconut-coast-section .img-container {
    height: 170px;
  }
  #coconut-coast-section h3 {
    font-size: 16px;
  }
  #coconut-coast-section p {
    font-size: 12px;
  }
    #coconut-coast-section .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ──────────────────────────────────────────────
   360px — Android Standard
   ────────────────────────────────────────────── */
@media (max-width: 360px) {

  /* Category Section */
  .category-section .category-box {
    height: 115px;
  }
  .category-section .category-box .icon {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .category-section .category-box h4 {
    font-size: 12px;
    margin-top: 6px;
  }

  /* Experience Section */
  .experience-section .image-wrap img {
    height: 210px;
  }
  .experience-section .badge {
    font-size: 11px;
    padding: 4px 8px;
    top: 10px;
    right: 10px;
  }
  .experience-section .content h3 {
    font-size: 16px;
  }
  .experience-section .content p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* World Dining Section */
  .world-dining-section h2 {
    font-size: 22px;
  }
  .world-dining-section .content-wrap p {
    font-size: 13px;
  }
  .world-dining-section ul li {
    font-size: 12px;
    padding-left: 14px;
  }
  .world-dining-section .image-wrap img {
    height: 210px;
  }

  /* Spa Wellness Section */
  .spa-wellness-section h2 {
    font-size: 22px;
  }
  .spa-wellness-section .text-wrap p {
    font-size: 13px;
  }
  .spa-wellness-section .text-wrap li {
    font-size: 13px;
    padding-left: 14px;
  }
  .spa-wellness-section .image-box img {
    height: 230px;
  }

  /* Adventures Section */
  .adventures-section .section-header h2 {
    font-size: 22px;
  }
  .adventures-section .section-header p {
    font-size: 13px;
  }
  .adventures-section .activity-card {
    padding: 14px;
  }
  .adventures-section .activity-card h4 {
    font-size: 14px;
  }
  .adventures-section .activity-card p {
    font-size: 13px;
  }

  /* CTA Section */
  .cta-explore-section h2 {
    font-size: 22px;
  }
  .cta-explore-section p {
    font-size: 13px;
  }
  .cta-explore-section .cta-btn {
    font-size: 13px;
    padding: 10px 18px;
    width: 100%;
    text-align: center;
  }

  /* Coconut Coast Section */
  #coconut-coast-section h2 {
    font-size: 20px !important;
  }
  #coconut-coast-section .nav-link {
    padding: 5px 10px;
    font-size: 11px;
    margin: 2px;
  }
  #coconut-coast-section .img-container {
    height: 160px;
  }
  #coconut-coast-section .card-body-custom {
    padding: 14px;
  }
  #coconut-coast-section h3 {
    font-size: 15px;
  }
  #coconut-coast-section p {
    font-size: 12px;
  }
  #coconut-coast-section .map-link {
    font-size: 12px;
  }
    #coconut-coast-section .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ──────────────────────────────────────────────
   320px — Small / Older Phones
   ────────────────────────────────────────────── */
@media (max-width: 320px) {

  /* Category Section */
  .category-section .category-box {
    height: 110px;
  }
  .category-section .category-box .icon {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  .category-section .category-box h4 {
    font-size: 11px;
    margin-top: 5px;
  }

  /* Experience Section */
  .experience-section .image-wrap img {
    height: 190px;
  }
  .experience-section .content {
    padding-top: 10px;
  }
  .experience-section .content h3 {
    font-size: 15px;
  }
  .experience-section .content p {
    font-size: 12px;
  }
  .experience-section .badge {
    font-size: 10px;
    padding: 3px 7px;
  }

  /* World Dining Section */
  .world-dining-section h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .world-dining-section .content-wrap p {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .world-dining-section ul li {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .world-dining-section .image-wrap img {
    height: 190px;
  }

  /* Spa Wellness Section */
  .spa-wellness-section h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .spa-wellness-section .text-wrap p {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .spa-wellness-section .text-wrap li {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .spa-wellness-section .image-box img {
    height: 200px;
  }

  /* Adventures Section */
  .adventures-section .section-header {
    margin-bottom: 22px;
  }
  .adventures-section .section-header h2 {
    font-size: 20px;
  }
  .adventures-section .section-header p {
    font-size: 12px;
  }
  .adventures-section .activity-card {
    padding: 12px;
  }
  .adventures-section .activity-card h4 {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .adventures-section .activity-card p {
    font-size: 12px;
  }

  /* CTA Section */
  .cta-explore-section h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cta-explore-section p {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .cta-explore-section .cta-btn {
    font-size: 12px;
    padding: 10px 16px;
    width: 100%;
    text-align: center;
  }

  /* Coconut Coast Section */
  #coconut-coast-section h2 {
    font-size: 18px !important;
  }
  #coconut-coast-section .section-header {
    margin-bottom: 20px;
  }
  #coconut-coast-section .local-badge {
    font-size: 10px;
    padding: 4px 10px;
  }
  #coconut-coast-section .nav-pills {
    margin-bottom: 20px;
  }
  #coconut-coast-section .nav-link {
    padding: 4px 9px;
    font-size: 11px;
    margin: 2px;
  }
  #coconut-coast-section .img-container {
    height: 150px;
  }
  #coconut-coast-section .card-body-custom {
    padding: 12px;
  }
  #coconut-coast-section h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  #coconut-coast-section p {
    font-size: 11px;
    line-height: 1.5;
  }
  #coconut-coast-section .distance-marker {
    font-size: 11px;
  }
  #coconut-coast-section .map-link {
    font-size: 11px;
  }
  #coconut-coast-section .tag {
    font-size: 10px;
    padding: 3px 8px;
  }
  #coconut-coast-section .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}