/* ==========================================================================
   HILLS & TRAILS TRAVELS - MASTER CONSOLIDATED STYLESHEET
   100% Fidelity, Zero-Conflict Scoped Stylesheet
   ========================================================================== */


:root {
    --primary-green: #0A5C36;
    --secondary-green: #118C55;
    --text-dark: #222222;
    --text-gray: #666666;
    --bg-light: #F8F9FA;
    --white: #FFFFFF;
    --border-color: #E0E0E0;
    --light-green-bg: #f0f7f3;
}


/* ==========================================================================
   GLOBAL RESETS & BASE STYLES
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

body.page-home {
    background-color: var(--bg-light);
}

body.page-about,
body.page-destinations,
body.page-packages,
body.page-contact {
    background-color: var(--white);
    overflow-x: clip;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* ==========================================================================
   PAGE STYLES: HOME PAGE (.page-home)
   ========================================================================== */
body.page-home {
    background-color: var(--bg-light);
    color: var(--text-dark);
}

.page-home .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn,
.page-home .btn {
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    flex-shrink: 0 !important;
}

.page-home .btn-primary {
    background-color: var(--primary-green);
    color: var(--white);
}

.page-home .btn-primary:hover {
    background-color: var(--secondary-green);
}

.page-home .btn-outline {
    background-color: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-dark);
}

.section-header,
.page-home .section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
}

.page-home .section-title h5 {
    color: var(--text-gray);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.page-home .section-title h2 {
    font-size: 28px;
    font-weight: 600;
}

.page-home .section-title p {
    color: var(--text-gray);
    font-size: 14px;
    margin-top: 5px;
}

.top-bar,
.page-home .top-bar,
.page-about .top-bar,
.page-destinations .top-bar,
.page-packages .top-bar,
.page-contact .top-bar {
    background-color: #064025;
    color: #d1e5dc;
    font-size: 13px;
    padding: 8px 0;
    width: 100%;
    position: relative;
    z-index: 1001;
}

.top-bar .container,
.page-home .top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-left,
.top-bar-right,
.page-home .top-bar-left,
.page-home .top-bar-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.top-bar i,
.page-home .top-bar i {
    margin-right: 5px;
    color: #fff;
}

.social-icons a,
.page-home .social-icons a {
    color: #fff;
    margin-left: 10px;
}

.navbar,
.page-home .navbar,
.page-about .navbar,
.page-destinations .navbar,
.page-packages .navbar,
.page-contact .navbar {
    background-color: var(--white);
    padding: 12px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    width: 100%;
}

.navbar .container,
.page-home .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-home .logo,
.logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}

.brand-logo-img {
    max-height: 90px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: all 0.3s ease;
}

.footer-logo-img {
    max-height: 80px;
    margin-bottom: 15px;
}

.page-home .nav-links {
    display: flex;
    gap: 30px;
}

.page-home .nav-links a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.page-home .nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-green);
}

.page-home .nav-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-home .hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/hero.jpg') center/cover no-repeat;
    height: 600px;
    display: flex;
    align-items: center;
    color: var(--white);
    position: relative;
}

.page-home .hero-content {
    max-width: 600px;
}

.page-home .hero-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.page-home .hero-title {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-home .hero-title .script-font {
    font-family: 'Caveat', cursive;
    color: #8CE5B0;
    font-weight: normal;
    font-size: 65px;
}

.page-home .hero-desc {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #e0e0e0;
}

.page-home .hero-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
}

.page-home .play-btn {
    background: transparent;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.page-home .play-btn i {
    background: white;
    color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-home .hero-decoration {
    position: absolute;
    right: 15%;
    top: 40%;
    font-family: 'Caveat', cursive;
    font-size: 45px;
    line-height: 1;
    transform: rotate(-10deg);
}

.page-home .search-container,
.search-container {
    background: var(--white);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transform: translateY(-50%);
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.page-home .search-item,
.search-item {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    padding: 4px 20px;
    border-right: 1px solid #EEF2F0;
}

.page-home .search-item:nth-last-child(2),
.search-item:nth-last-child(2) {
    border-right: none;
}

.page-home .search-item>i,
.search-item>i {
    color: #4A5568;
    font-size: 22px;
    flex-shrink: 0;
}

.search-input-group {
    flex: 1;
    min-width: 0;
}

.page-home .search-input-group label,
.search-input-group label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1A202C;
    margin-bottom: 2px;
}

.search-input-group .select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.search-input-group select,
.search-input-group input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: 13px;
    color: #718096;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-input-group .select-arrow {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #718096;
    pointer-events: none;
}

.search-container .search-btn,
.page-home .search-container .search-btn {
    background: var(--primary-green);
    color: var(--white);
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap !important;
    flex-shrink: 0;
}

.search-container .search-btn:hover,
.page-home .search-container .search-btn:hover {
    background: var(--secondary-green);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(10, 92, 54, 0.2);
}

.page-home .features {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.page-home .feature-item {
    text-align: center;
    flex: 1;
}

.page-home .feature-icon {
    width: 60px;
    height: 60px;
    background-color: #E8F5EE;
    color: var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 15px;
}

.page-home .feature-item h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.page-home .feature-item p {
    font-size: 13px;
    color: var(--text-gray);
}

.page-home .destinations {
    padding: 40px 0;
    background-color: var(--white);
}

.page-home .dest-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.page-home .dest-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
}

.page-home .dest-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.page-home .dest-img-wrap {
    position: relative;
    height: 200px;
    width: 100%;
}

.page-home .dest-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-home .dest-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 15px 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: var(--white);
}

.page-home .dest-img-overlay h4 {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

.page-home .dest-img-overlay span {
    font-size: 12px;
    color: #d1e5dc;
    padding-left: 20px;
}

.page-home .dest-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.page-home .dest-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.page-home .dest-rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #FFA800;
    font-size: 13px;
    font-weight: 600;
}

.page-home .dest-rating span {
    color: var(--text-dark);
}

.page-home .dest-tours {
    color: var(--primary-green);
    background-color: var(--light-green-bg);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.page-home .dest-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
    line-height: 1.3;
}

.page-home .dest-desc {
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.55;
    margin-bottom: 18px;
    flex: 1;
}

.page-home .dest-content p {
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.5;
    margin-bottom: 20px;
    flex: 1;
}

.page-home .dest-content .btn-outline {
    width: 100%;
    border-color: var(--border-color);
    padding: 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.page-home .slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.page-home .slider-controls button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: var(--white);
    cursor: pointer;
}

.page-home .slider-controls button.active {
    background: var(--primary-green);
    color: white;
    border: none;
}

.page-home .packages {
    padding: 60px 0;
}

.page-home .packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.page-home .package-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
}

.page-home .package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.page-home .pkg-img-wrap {
    position: relative;
    height: 180px;
    width: 100%;
}

.page-home .pkg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-home .pkg-badge-left {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    color: var(--white);
    z-index: 2;
}

.page-home .pkg-badge-right {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    color: var(--white);
    z-index: 2;
    backdrop-filter: blur(4px);
}

.page-home .bg-green {
    background-color: #0A5C36;
}

.page-home .bg-blue {
    background-color: #1976D2;
}

.page-home .bg-orange {
    background-color: #F57C00;
}

.page-home .bg-red {
    background-color: #D32F2F;
}

.page-home .bg-purple {
    background-color: #7B1FA2;
}

.page-home .bg-yellow {
    background-color: #FBC02D;
    color: #222;
}

.page-home .pkg-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.page-home .pkg-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.page-home .pkg-location {
    font-size: 12px;
    color: var(--text-gray);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.page-home .pkg-location i {
    color: var(--primary-green);
}

.page-home .pkg-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.page-home .pkg-rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #FFA800;
    font-size: 13px;
    font-weight: 600;
}

.page-home .pkg-rating span {
    color: var(--text-dark);
}

.page-home .pkg-duration {
    color: var(--primary-green);
    background-color: var(--light-green-bg);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.page-home .pkg-content p {
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.5;
    margin-bottom: 15px;
    flex: 1;
}

.page-home .pkg-content .btn-primary {
    width: 100%;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-home .commitment-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, var(--white), #f0f7f3);
}

.page-home .commitment-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.page-home .commitment-text {
    flex: 1;
}

.page-home .commitment-list {
    margin: 25px 0 35px;
}

.page-home .commitment-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    color: var(--text-dark);
}

.page-home .commitment-list li i {
    color: var(--primary-green);
    font-size: 20px;
}

.page-home .commitment-image-container {
    flex: 1.5;
    position: relative;
    text-align: center;
}

.page-home .commitment-image-container img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.page-home .commitment-overlay-text {
    position: absolute;
    bottom: 10%;
    left: -10%;
    font-family: 'Caveat', cursive;
    font-size: 45px;
    line-height: 1.1;
    color: var(--white);
    transform: rotate(-10deg);
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}

.page-home .commitment-stats {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-home .stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-home .stat-icon {
    width: 50px;
    height: 50px;
    background-color: #E8F5EE;
    color: var(--primary-green);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.page-home .stat-text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}

.page-home .stat-text p {
    font-size: 12px;
    color: var(--text-gray);
}

.page-home .testimonials {
    padding: 80px 0;
    background-color: #f6fbfa;
    text-align: center;
}

.page-home .testimonials .section-title {
    align-items: center;
    text-align: center;
}

.page-home .testimonials .section-title h5,
.page-home .testimonials .section-title h2,
.page-home .testimonials .section-title p {
    margin-left: auto;
    margin-right: auto;
}

.testi-carousel-wrapper,
.page-home .testi-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin-bottom: 25px;
}

.testi-grid,
.page-home .testi-grid {
    display: flex !important;
    gap: 24px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    scroll-behavior: smooth !important;
    flex: 1 !important;
    padding: 10px 5px !important;
    margin-bottom: 0 !important;
}

.testi-grid::-webkit-scrollbar,
.page-home .testi-grid::-webkit-scrollbar {
    display: none !important;
}

.testi-card,
.page-home .testi-card {
    background: var(--white);
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    text-align: left;
    flex: 0 0 calc((100% - 48px) / 3) !important;
    min-width: calc((100% - 48px) / 3) !important;
    scroll-snap-align: start !important;
    box-sizing: border-box !important;
}

.testi-card p,
.page-home .testi-card p {
    font-size: 14px;
    color: var(--text-gray);
    font-style: italic;
    margin-bottom: 25px;
    line-height: 1.6;
}

.testi-user,
.page-home .testi-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.user-info,
.page-home .user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1;
}

.user-info img,
.page-home .user-info img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.user-details,
.page-home .user-details {
    min-width: 0;
}

.user-details h5,
.page-home .user-details h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    white-space: nowrap;
}

.user-details span,
.page-home .user-details span {
    font-size: 12px;
    color: var(--text-gray);
    display: block;
    white-space: nowrap;
}

.stars,
.page-home .stars {
    color: #FFC107;
    font-size: 13px;
    white-space: nowrap !important;
    word-break: normal !important;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    gap: 3px;
}

.testi-nav-btn,
.page-home .testi-nav-btn {
    display: flex !important;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: var(--white);
    color: var(--primary-green);
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: all 0.3s ease;
    z-index: 10;
    flex-shrink: 0;
}

.testi-nav-btn:hover,
.page-home .testi-nav-btn:hover {
    background: var(--primary-green);
    color: var(--white);
    border-color: var(--primary-green);
    transform: scale(1.05);
}

.testi-dots,
.page-home .testi-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.dot,
.page-home .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--border-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active,
.page-home .dot.active {
    background: var(--primary-green);
    width: 24px;
    border-radius: 10px;
}

.page-home .blog-section {
    padding: 80px 0;
    background: var(--white);
}

.page-home .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.page-home .blog-card {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.page-home .blog-img {
    position: relative;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
}

.page-home .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.page-home .blog-card:hover .blog-img img {
    transform: scale(1.05);
}

.page-home .blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-green);
    color: var(--white);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
    z-index: 2;
}

.page-home .blog-content {
    padding: 15px 0;
}

.page-home .blog-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.page-home .blog-date {
    font-size: 12px;
    color: var(--text-gray);
}

.page-home .newsletter-section {
    background-color: #064025;
    padding: 60px 0;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.page-home .newsletter-section::before {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 300px;
    height: 100%;
    background: url('https://cdn-icons-png.flaticon.com/512/3063/3063162.png') no-repeat right bottom;
    background-size: contain;
    opacity: 0.1;
    pointer-events: none;
}

.page-home .newsletter-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-home .newsletter-text h5 {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8CE5B0;
    margin-bottom: 8px;
}

.page-home .newsletter-text h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.page-home .newsletter-text p {
    font-size: 14px;
    color: #d1e5dc;
}

.page-home .newsletter-form {
    display: flex;
    background: var(--white);
    padding: 6px;
    border-radius: 30px;
    width: 450px;
}

.page-home .newsletter-form input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-radius: 30px;
}

.page-home .newsletter-form button {
    border-radius: 30px;
    padding: 10px 25px;
}

.page-home .footer {
    background-color: #042516;
    color: #a4c4b5;
    padding: 70px 0 20px;
    font-size: 14px;
}

.page-home .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.5fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.page-home .footer-brand .logo {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
}

.page-home .footer-brand p {
    font-size: 13px;
    line-height: 1.6;
}

.page-home .footer-heading {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-home .footer-links ul,
.page-home .footer-contact ul {
    list-style: none;
}

.page-home .footer-links li {
    margin-bottom: 12px;
}

.page-home .footer-links a {
    color: #a4c4b5;
    transition: color 0.3s;
}

.page-home .footer-links a:hover {
    color: var(--white);
}

.page-home .footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.page-home .footer-contact i {
    color: var(--primary-green);
    margin-top: 4px;
}

.page-home .footer-social {
    display: flex;
    gap: 12px;
}

.page-home .footer-social a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: background 0.3s;
}

.page-home .footer-social a:hover {
    background: var(--primary-green);
}

.page-home .footer-script {
    font-family: 'Caveat', cursive;
    font-size: 32px;
    color: var(--white);
    transform: rotate(-5deg);
    margin-top: 20px;
    line-height: 1;
}

.page-home .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.page-home .footer-bottom-links a {
    color: #a4c4b5;
    margin-left: 10px;
}

.page-home .footer-bottom-links a:hover {
    color: var(--white);
}


/* ==========================================================================
   PAGE STYLES: ABOUT PAGE (.page-about)
   ========================================================================== */
body.page-about {
    background-color: var(--white);
    color: var(--text-dark);
    overflow-x: hidden;
}

.page-about .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-about .btn {
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.page-about .btn-primary {
    background-color: var(--primary-green);
    color: var(--white);
}

.page-about .btn-primary:hover {
    background-color: var(--secondary-green);
}

.page-about .btn-outline {
    background-color: transparent;
    border: 1px solid var(--primary-green);
    color: var(--primary-green);
}

.page-about .btn-outline:hover {
    background-color: var(--primary-green);
    color: var(--white);
}

.page-about .section-title h5 {
    color: var(--text-gray);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.page-about .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.page-about .top-bar {
    background-color: #064025;
    color: #d1e5dc;
    font-size: 12px;
    padding: 8px 0;
}

.page-about .top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-about .top-bar-left,
.page-about .top-bar-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.page-about .top-bar i {
    margin-right: 5px;
    color: #fff;
}

.page-about .social-icons a {
    color: #fff;
    margin-left: 10px;
}

.page-about .navbar {
    background-color: var(--white);
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.page-about .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-about .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 700;
}

.page-about .logo i {
    color: var(--primary-green);
    font-size: 28px;
}

.page-about .logo span {
    font-size: 10px;
    display: block;
    font-weight: normal;
    color: var(--text-gray);
    line-height: 1;
}

.page-about .nav-links {
    display: flex;
    gap: 30px;
}

.page-about .nav-links a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
}

.page-about .nav-links a.active {
    color: var(--primary-green);
}

.page-about .nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-green);
}

.page-about .nav-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-about .about-hero,
.page-destinations .about-hero,
.page-packages .about-hero,
.page-contact .about-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url('../images/bgall.webp') center/cover no-repeat;
    padding: 50px 0;
    color: var(--white);
    position: relative;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.page-about .breadcrumbs,
.page-destinations .breadcrumbs,
.page-packages .breadcrumbs,
.page-contact .breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-about .breadcrumbs a,
.page-destinations .breadcrumbs a,
.page-packages .breadcrumbs a,
.page-contact .breadcrumbs a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s;
}

.page-about .breadcrumbs a:hover,
.page-destinations .breadcrumbs a:hover,
.page-packages .breadcrumbs a:hover,
.page-contact .breadcrumbs a:hover {
    color: var(--white);
}

.page-about .about-hero-content,
.page-destinations .about-hero-content,
.page-packages .about-hero-content,
.page-contact .about-hero-content {
    max-width: 600px;
}

.page-about .about-hero h1,
.page-destinations .about-hero h1,
.page-packages .about-hero h1,
.page-contact .about-hero h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.1;
}

.page-about .about-hero h3,
.page-destinations .about-hero h3,
.page-packages .about-hero h3,
.page-contact .about-hero h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.page-about .about-hero p,
.page-destinations .about-hero p,
.page-packages .about-hero p,
.page-contact .about-hero p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.page-about .hero-script-text,
.page-destinations .hero-script-text,
.page-packages .hero-script-text,
.page-contact .hero-script-text {
    position: absolute;
    right: 15%;
    bottom: 15%;
    font-family: 'Caveat', cursive;
    font-size: 55px;
    line-height: 0.9;
    transform: rotate(-10deg);
}

.page-about .our-story-section {
    padding: 80px 0;
}

.page-about .story-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.page-about .story-content {
    flex: 1;
}

.page-about .story-content p {
    color: var(--text-gray);
    margin: 20px 0;
    line-height: 1.7;
    font-size: 15px;
}

.page-about .story-image-wrap {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.page-about .story-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    border-top-right-radius: 100px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.page-about .story-quote-card {
    position: absolute;
    bottom: 30px;
    right: -30px;
    background: var(--white);
    padding: 5px 5px;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-about .story-quote-card img {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-about .story-quote-card h4 {
    font-family: 'Caveat', cursive;
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.page-about .story-quote-card p {
    font-size: 12px;
    color: var(--text-gray);
}

.page-about .stats-bar {
    background-color: var(--light-green-bg);
    border-radius: 15px;
    padding: 40px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 80px;
}

.page-about .stat-box {
    position: relative;
    flex: 1;
}

.page-about .stat-box:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #d1e5dc;
}

.page-about .stat-box i {
    font-size: 32px;
    color: var(--primary-green);
    margin-bottom: 15px;
}

.page-about .stat-box h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.page-about .stat-box p {
    color: var(--text-gray);
    font-size: 14px;
}

.page-about .strengths-section {
    padding: 60px 45px;
    margin: 20px 0 80px;
    background: linear-gradient(145deg, #FBFDFB 0%, #F1F8F4 100%);
    border-radius: 28px;
    border: 1px solid #E3EFE8;
    display: flex;
    align-items: center;
    gap: 50px;
    box-shadow: 0 10px 35px rgba(10, 92, 54, 0.04);
}

.page-about .strengths-content {
    flex: 1.2;
}

.page-about .strengths-content>p {
    color: var(--text-gray);
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.6;
}

.page-about .strengths-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.page-about .strength-item {
    background: var(--white);
    border: 1px solid #E6F0EA;
    border-radius: 18px;
    padding: 22px 18px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    position: relative;
}

.page-about .strength-item:hover {
    transform: translateY(-5px);
    border-color: var(--primary-green);
    box-shadow: 0 14px 28px rgba(10, 92, 54, 0.1);
}

.page-about .strength-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-color: var(--light-green-bg);
    color: var(--primary-green);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    transition: all 0.3s ease;
}

.page-about .strength-item:hover .strength-icon {
    background-color: var(--primary-green);
    color: var(--white);
    transform: scale(1.05);
}

.page-about .strength-text {
    flex: 1;
}

.page-about .strength-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 5px;
    line-height: 1.3;
}

.page-about .strength-item p {
    font-size: 12.5px;
    color: var(--text-gray);
    line-height: 1.5;
    margin: 0;
}

.page-about .strengths-image-wrap {
    flex: 0.9;
    position: relative;
    display: flex;
    justify-content: center;
}

.page-about .strengths-image {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 24px;
    border-bottom-right-radius: 80px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.page-about .strengths-quote-card {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: var(--white);
    padding: 16px 22px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #E8F2EC;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 290px;
}

.page-about .strengths-quote-card .quote-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: #E8F5EE;
    color: var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.page-about .strengths-quote-card h4 {
    font-family: 'Caveat', cursive;
    font-size: 22px;
    line-height: 1.1;
    color: var(--primary-green);
    margin-bottom: 3px;
}

.page-about .strengths-quote-card p {
    font-size: 11px;
    color: var(--text-gray);
    margin: 0;
    font-weight: 500;
}

.page-about .strengths-quote {
    position: absolute;
    bottom: -15px;
    left: -15px;
    background: var(--white);
    padding: 15px 25px;
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-family: 'Caveat', cursive;
    font-size: 24px;
    line-height: 1.1;
    color: var(--primary-green);
    border: 1px solid #E8F2EC;
}

@media (max-width: 992px) {


    .story-quote-card {
        display: none !important;
    }

    .nav-actions {
        display: none !important;
    }

    .page-about .story-container {
        flex-direction: column;
        gap: 30px;
    }

    .page-about .story-image-wrap {
        width: 100%;
    }

    .page-about .story-quote-card {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 15px;
        max-width: 100%;
        display: block;
    }

    .page-about .stats-bar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 30px 20px;
        margin-bottom: 50px;
    }

    .page-about .stat-box::after {
        display: none;
    }

    .page-about .strengths-section {
        flex-direction: column;
        padding: 35px 25px;
        gap: 35px;
        margin: 20px 0 50px;
    }

    .page-about .strengths-content {
        width: 100%;
        flex: none;
    }

    .page-about .strengths-image-wrap {
        width: 100%;
        flex: none;
    }

    .page-about .strengths-image {
        height: 340px;
    }

    .page-about .strengths-quote-card,
    .page-about .strengths-quote {
        bottom: -15px;
        left: 15px;
        max-width: calc(100% - 30px);
    }
}

@media (max-width: 600px) {
    .top-bar {
        display: none;
    }

    .page-about .strengths-quote-card {
        display: none !important;
    }

    .page-about .stats-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 20px 15px;
    }

    .page-about .stat-box i {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .page-about .stat-box h3 {
        font-size: 24px;
    }

    .page-about .stat-box p {
        font-size: 12px;
    }

    .page-about .strengths-section {
        padding: 24px 16px;
        gap: 24px;
        border-radius: 20px;
    }

    .page-about .strengths-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .page-about .strength-item {
        padding: 16px 14px;
        gap: 12px;
        border-radius: 14px;
    }

    .page-about .strength-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 18px;
        border-radius: 12px;
    }

    .page-about .strength-item h4 {
        font-size: 14px;
    }

    .page-about .strength-item p {
        font-size: 12px;
    }

    .page-about .strengths-image {
        height: 240px;
        border-radius: 18px;
        border-bottom-right-radius: 40px;
    }

    .page-about .strengths-quote-card,
    .page-about .strengths-quote {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin-top: 15px !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 18px !important;
        border-radius: 14px !important;
    }
}

.page-about .mvv-section {
    background-color: var(--light-green-bg);
    border-radius: 20px;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 80px;
}

.page-about .mvv-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
}

.page-about .mvv-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #d1e5dc;
}

.page-about .mvv-icon {
    width: 50px;
    height: 50px;
    background-color: #d8ecd8;
    color: var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.page-about .mvv-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.page-about .mvv-text p {
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.6;
}

.page-about .cta-banner {
    background: linear-gradient(rgba(10, 92, 54, 0.85), rgba(10, 92, 54, 0.85)), url('https://images.unsplash.com/photo-1542273917363-3b1817f69a2d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover fixed;
    padding: 80px 0;
    color: var(--white);
    text-align: left;
}

.page-about .cta-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-about .cta-banner h5 {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8CE5B0;
    margin-bottom: 10px;
}

.page-about .cta-banner h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.page-about .cta-banner p {
    font-size: 16px;
    color: #d1e5dc;
    max-width: 600px;
}

.page-about .cta-banner .btn {
    padding: 15px 35px;
    font-size: 16px;
}

.page-about .footer {
    background-color: #042516;
    color: #a4c4b5;
    padding: 70px 0 20px;
    font-size: 14px;
}

.page-about .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.5fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.page-about .footer-brand .logo {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.page-about .footer-brand p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.page-about .footer-heading {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-about .footer-links ul,
.page-about .footer-contact ul {
    list-style: none;
}

.page-about .footer-links li {
    margin-bottom: 12px;
}

.page-about .footer-links a {
    color: #a4c4b5;
    transition: color 0.3s;
}

.page-about .footer-links a:hover {
    color: var(--white);
}

.page-about .footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.page-about .footer-contact i {
    color: var(--primary-green);
    margin-top: 4px;
}

.page-about .footer-social {
    display: flex;
    gap: 12px;
}

.page-about .footer-social a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: background 0.3s;
}

.page-about .social-fb {
    background-color: #1877F2 !important;
}

.page-about .social-ig {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
}

.page-about .social-yt {
    background-color: #FF0000 !important;
}

.page-about .social-wa {
    background-color: #25D366 !important;
}

.page-about .footer-script {
    font-family: 'Caveat', cursive;
    font-size: 32px;
    color: var(--white);
    transform: rotate(-5deg);
    margin-top: 30px;
    line-height: 1;
}

.page-about .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.page-about .footer-bottom-links a {
    color: #a4c4b5;
    margin-left: 10px;
}

.page-about .footer-bottom-links a:hover {
    color: var(--white);
}


/* ==========================================================================
   PAGE STYLES: DESTINATIONS PAGE (.page-destinations)
   ========================================================================== */
body.page-destinations {
    background-color: var(--white);
    color: var(--text-dark);
    overflow-x: hidden;
}

.page-destinations .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-destinations .btn {
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
}

.page-destinations .btn-primary {
    background-color: var(--primary-green);
    color: var(--white);
}

.page-destinations .btn-primary:hover {
    background-color: var(--secondary-green);
}

.page-destinations .btn-outline {
    background-color: transparent;
    border: 1px solid var(--primary-green);
    color: var(--text-dark);
}

.page-destinations .btn-outline:hover {
    background-color: var(--primary-green);
    color: var(--white);
}

.page-destinations .btn-outline-white {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

.page-destinations .btn-outline-white:hover {
    background-color: var(--white);
    color: var(--text-dark);
}

.page-destinations .top-bar {
    background-color: #064025;
    color: #d1e5dc;
    font-size: 12px;
    padding: 8px 0;
}

.page-destinations .top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-destinations .top-bar-left,
.page-destinations .top-bar-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.page-destinations .top-bar i {
    margin-right: 5px;
    color: #fff;
}

.page-destinations .social-icons a {
    color: #fff;
    margin-left: 10px;
}

.page-destinations .navbar {
    background-color: var(--white);
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.page-destinations .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-destinations .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 700;
}

.page-destinations .logo i {
    color: var(--primary-green);
    font-size: 28px;
}

.page-destinations .logo span {
    font-size: 10px;
    display: block;
    font-weight: normal;
    color: var(--text-gray);
    line-height: 1;
}

.page-destinations .nav-links {
    display: flex;
    gap: 30px;
}

.page-destinations .nav-links a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
}

.page-destinations .nav-links a.active {
    color: var(--primary-green);
}

.page-destinations .nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-green);
}

.page-destinations .nav-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-destinations .dest-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url('https://images.unsplash.com/photo-1542314831-c53cd4b85ca4?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    padding: 80px 0 120px;
    color: var(--white);
    position: relative;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.page-destinations .breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-destinations .breadcrumbs a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s;
}

.page-destinations .breadcrumbs a:hover {
    color: var(--white);
}

.page-destinations .dest-hero-content {
    max-width: 650px;
}

.page-destinations .dest-hero h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 15px;
}

.page-destinations .dest-hero h1 .script-font {
    font-family: 'Caveat', cursive;
    color: #8CE5B0;
    font-weight: normal;
    font-size: 80px;
    display: block;
    margin-top: -10px;
}

.page-destinations .dest-hero p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.page-destinations .hero-script-text {
    position: absolute;
    right: 15%;
    top: 40%;
    font-family: 'Caveat', cursive;
    font-size: 55px;
    line-height: 0.9;
    transform: rotate(-10deg);
}

.page-destinations .search-container {
    background: var(--white);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    position: relative;
    z-index: 10;
    margin-bottom: -20px;
}

.page-destinations .search-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    padding: 0 20px;
    border-right: 1px solid var(--border-color);
}

.page-destinations .search-item:nth-last-child(2) {
    border-right: none;
}

.page-destinations .search-item i:not(.fa-chevron-down) {
    color: var(--text-gray);
    font-size: 22px;
}

.page-destinations .search-input-group {
    flex: 1;
}

.page-destinations .search-input-group label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 2px;
}

.page-destinations .search-input-group .value-select {
    font-size: 13px;
    color: var(--text-gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.page-destinations .value-select i {
    font-size: 10px !important;
}

.page-destinations .search-container .btn {
    padding: 16px 32px;
    border-radius: 8px;
}

.page-destinations .destinations-main {
    padding: 40px 0 80px;
}

.page-destinations .filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
}

.page-destinations .filter-btn {
    padding: 10px 24px;
    border: 1px solid var(--border-color);
    background: var(--white);
    color: var(--text-dark);
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-destinations .filter-btn:hover {
    border-color: var(--primary-green);
    color: var(--primary-green);
}

.page-destinations .filter-btn.active {
    background: var(--primary-green);
    color: var(--white);
    border-color: var(--primary-green);
}

.page-destinations .dest-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.page-destinations .dest-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
}

.page-destinations .dest-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.page-destinations .dest-img-wrap {
    position: relative;
    height: 200px;
    width: 100%;
}

.page-destinations .dest-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-destinations .dest-img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 15px 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    color: var(--white);
}

.page-destinations .dest-img-overlay h4 {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

.page-destinations .dest-img-overlay span {
    font-size: 12px;
    color: #d1e5dc;
    padding-left: 20px;
}

.page-destinations .dest-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.page-destinations .dest-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.page-destinations .dest-rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #FFA800;
    font-size: 13px;
    font-weight: 600;
}

.page-destinations .dest-rating span {
    color: var(--text-dark);
}

.page-destinations .dest-tours {
    color: var(--primary-green);
    background-color: var(--light-green-bg);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.page-destinations .dest-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
    line-height: 1.3;
}

.page-destinations .dest-desc {
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.55;
    margin-bottom: 18px;
    flex: 1;
}

.page-destinations .dest-content p {
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.5;
    margin-bottom: 20px;
    flex: 1;
}

.page-destinations .dest-content .btn-outline {
    width: 100%;
    border-color: var(--border-color);
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media (max-width: 1200px) {

    .page-destinations .dest-grid,
    .page-home .dest-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {

    .page-destinations .dest-grid,
    .page-home .dest-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {

    .page-destinations .dest-grid,
    .page-home .dest-grid {
        grid-template-columns: 1fr;
    }
}

.page-destinations .confused-banner {
    background: linear-gradient(rgba(4, 37, 22, 0.8), rgba(4, 37, 22, 0.8)), url('https://images.unsplash.com/photo-1513836279014-a89f7a76ae86?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    padding: 60px 0;
    color: var(--white);
}

.page-destinations .confused-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-destinations .confused-text h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-destinations .confused-text p {
    font-size: 16px;
    color: #d1e5dc;
    max-width: 500px;
    line-height: 1.5;
}

.page-destinations .footer {
    background-color: #042516;
    color: #a4c4b5;
    padding: 70px 0 20px;
    font-size: 14px;
}

.page-destinations .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.5fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.page-destinations .footer-brand .logo {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.page-destinations .footer-brand p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.page-destinations .footer-heading {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-destinations .footer-links ul,
.page-destinations .footer-contact ul {
    list-style: none;
}

.page-destinations .footer-links li {
    margin-bottom: 12px;
}

.page-destinations .footer-links a {
    color: #a4c4b5;
    transition: color 0.3s;
}

.page-destinations .footer-links a:hover {
    color: var(--white);
}

.page-destinations .footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.page-destinations .footer-contact i {
    color: var(--primary-green);
    margin-top: 4px;
}

.page-destinations .footer-social {
    display: flex;
    gap: 12px;
}

.page-destinations .footer-social a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: background 0.3s;
}

.page-destinations .social-fb {
    background-color: #1877F2 !important;
}

.page-destinations .social-ig {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
}

.page-destinations .social-yt {
    background-color: #FF0000 !important;
}

.page-destinations .social-wa {
    background-color: #25D366 !important;
}

.page-destinations .footer-script {
    font-family: 'Caveat', cursive;
    font-size: 32px;
    color: var(--white);
    transform: rotate(-5deg);
    margin-top: 30px;
    line-height: 1;
}

.page-destinations .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.page-destinations .footer-bottom-links a {
    color: #a4c4b5;
    margin-left: 10px;
}

.page-destinations .footer-bottom-links a:hover {
    color: var(--white);
}


/* ==========================================================================
   PAGE STYLES: PACKAGES PAGE (.page-packages)
   ========================================================================== */
body.page-packages {
    background-color: var(--white);
    color: var(--text-dark);
    overflow-x: hidden;
}

.page-packages .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-packages .btn {
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
}

.page-packages .btn-primary {
    background-color: var(--primary-green);
    color: var(--white);
}

.page-packages .btn-primary:hover {
    background-color: var(--secondary-green);
}

.page-packages .btn-outline {
    background-color: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-dark);
}

.page-packages .btn-outline:hover {
    border-color: var(--primary-green);
    color: var(--primary-green);
}

.page-packages .section-title {
    margin-bottom: 25px;
}

.page-packages .section-title h5 {
    color: var(--text-gray);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.page-packages .section-title h2 {
    font-size: 28px;
    font-weight: 700;
}

.page-packages .top-bar {
    background-color: #064025;
    color: #d1e5dc;
    font-size: 12px;
    padding: 8px 0;
}

.page-packages .top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-packages .top-bar-left,
.page-packages .top-bar-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.page-packages .top-bar i {
    margin-right: 5px;
    color: #fff;
}

.page-packages .social-icons a {
    color: #fff;
    margin-left: 10px;
}

.page-packages .navbar {
    background-color: var(--white);
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.page-packages .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-packages .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 700;
}

.page-packages .logo i {
    color: var(--primary-green);
    font-size: 28px;
}

.page-packages .logo span {
    font-size: 10px;
    display: block;
    font-weight: normal;
    color: var(--text-gray);
    line-height: 1;
}

.page-packages .nav-links {
    display: flex;
    gap: 30px;
}

.page-packages .nav-links a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
}

.page-packages .nav-links a.active {
    color: var(--primary-green);
}

.page-packages .nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-green);
}

.page-packages .nav-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-packages .packages-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url('https://images.unsplash.com/photo-1542314831-c53cd4b85ca4?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    padding: 70px 0 100px;
    color: var(--white);
    position: relative;
}

.page-packages .breadcrumbs {
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-packages .breadcrumbs a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s;
}

.page-packages .breadcrumbs a:hover {
    color: var(--white);
}

.page-packages .packages-hero-content {
    max-width: 600px;
}

.page-packages .packages-hero h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
}

.page-packages .packages-hero h1 .script-font {
    font-family: 'Caveat', cursive;
    color: #8CE5B0;
    font-weight: normal;
    font-size: 80px;
}

.page-packages .packages-hero h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.page-packages .packages-hero p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.page-packages .hero-script-text {
    position: absolute;
    right: 15%;
    top: 30%;
    font-family: 'Caveat', cursive;
    font-size: 50px;
    line-height: 0.9;
    transform: rotate(-10deg);
}

.page-packages .feature-bar {
    background: var(--white);
    border-bottom: 1px solid var(--border-color);
    padding: 25px 0;
}

.page-packages .feature-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-packages .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.page-packages .feature-icon {
    width: 45px;
    height: 45px;
    background-color: var(--light-green-bg);
    color: var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.page-packages .feature-text h4 {
    font-size: 14px;
    font-weight: 600;
}

.page-packages .feature-text p {
    font-size: 12px;
    color: var(--text-gray);
}

.page-packages .search-container {
    background: var(--white);
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
    margin: -35px auto 40px;
    position: relative;
    z-index: 10;
}

.page-packages .search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    padding: 0 15px;
    border-right: 1px solid var(--border-color);
}

.page-packages .search-item:nth-last-child(2) {
    border-right: none;
}

.page-packages .search-item i:not(.fa-chevron-down) {
    color: var(--text-gray);
    font-size: 20px;
}

.page-packages .search-input-group {
    flex: 1;
}

.page-packages .search-input-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 2px;
}

.page-packages .search-input-group .value-select {
    font-size: 12px;
    color: var(--text-gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.page-packages .search-container .btn {
    padding: 14px 28px;
    border-radius: 8px;
    white-space: nowrap;
}

.page-packages .packages-main {
    padding: 0 0 80px;
}

.page-packages .packages-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.page-packages .packages-header-row .section-title {
    flex: 1 1 320px;
    min-width: 0;
}

.page-packages .packages-header-row .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 5px;
    margin-bottom: 8px;
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
}

.page-packages .packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.page-packages .package-card {
    background: var(--white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
}

.page-packages .package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.page-packages .pkg-img-wrap {
    position: relative;
    height: 180px;
    width: 100%;
}

.page-packages .pkg-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-packages .pkg-badge-left {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    color: var(--white);
    z-index: 2;
}

.page-packages .pkg-badge-right {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    color: var(--white);
    z-index: 2;
    backdrop-filter: blur(4px);
}

.page-packages .bg-green {
    background-color: #0A5C36;
}

.page-packages .bg-blue {
    background-color: #1976D2;
}

.page-packages .bg-orange {
    background-color: #F57C00;
}

.page-packages .bg-red {
    background-color: #D32F2F;
}

.page-packages .bg-purple {
    background-color: #7B1FA2;
}

.page-packages .bg-yellow {
    background-color: #FBC02D;
    color: #222;
}

.page-packages .pkg-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.page-packages .pkg-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.page-packages .pkg-location {
    font-size: 12px;
    color: var(--text-gray);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.page-packages .pkg-location i {
    color: var(--primary-green);
}

.page-packages .pkg-content p {
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.5;
    margin-bottom: 15px;
    flex: 1;
}

.page-packages .pkg-price {
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.page-packages .pkg-price span {
    font-size: 12px;
    font-weight: normal;
    color: var(--text-gray);
}

.page-packages .pkg-content .btn-primary {
    width: 100%;
    border-radius: 8px;
    text-decoration: none;
}

.page-packages .pkg-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.page-packages .pkg-rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #FFA800;
    font-size: 13px;
    font-weight: 600;
}

.page-packages .pkg-rating span {
    color: var(--text-dark);
}

.page-packages .pkg-duration {
    color: var(--primary-green);
    background-color: var(--light-green-bg);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 1200px) {

    .page-packages .packages-grid,
    .page-home .packages-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {

    .page-packages .packages-grid,
    .page-home .packages-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {

    .page-packages .packages-grid,
    .page-home .packages-grid {
        grid-template-columns: 1fr;
    }

    .page-packages .pagination-btn {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }
}

.page-packages .packages-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.page-packages .pagination-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    background: var(--white);
    color: var(--text-dark);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.page-packages .pagination-btn:hover {
    border-color: var(--primary-green);
    color: var(--primary-green);
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(10, 92, 54, 0.12);
}

.page-packages .pagination-btn.active {
    background: var(--primary-green);
    border-color: var(--primary-green);
    color: var(--white);
    box-shadow: 0 4px 12px rgba(10, 92, 54, 0.25);
}

.page-packages .pagination-divider {
    color: var(--border-color);
    font-size: 18px;
    user-select: none;
    display: inline-flex;
    align-items: center;
}

.page-packages .page-empty-state {
    text-align: center;
    padding: 70px 20px;
    background: var(--bg-light);
    border-radius: 16px;
    border: 1px dashed var(--border-color);
    max-width: 650px;
    margin: 30px auto;
}

.page-packages .page-empty-state .empty-icon {
    font-size: 48px;
    color: var(--primary-green);
    margin-bottom: 15px;
}

.page-packages .page-empty-state h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.page-packages .page-empty-state p {
    font-size: 14px;
    color: var(--text-gray);
    line-height: 1.6;
    margin-bottom: 25px;
}


.page-packages .cta-banner {
    background: linear-gradient(rgba(4, 37, 22, 0.85), rgba(4, 37, 22, 0.85)), url('https://images.unsplash.com/photo-1513836279014-a89f7a76ae86?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    padding: 50px 0;
    color: var(--white);
}

.page-packages .cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-packages .cta-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

.page-packages .cta-text p {
    font-size: 16px;
    color: #d1e5dc;
}

.page-packages .info-faq-section {
    padding: 60px 0 80px;
    background-color: var(--bg-light);
}

.page-packages .why-book-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 40px;
}

.page-packages .why-book-title {
    width: 25%;
}

.page-packages .why-book-items {
    display: flex;
    width: 75%;
    justify-content: space-between;
}

.page-packages .wb-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.page-packages .wb-icon {
    width: 40px;
    height: 40px;
    background-color: var(--light-green-bg);
    color: var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.page-packages .wb-text h5 {
    font-size: 13px;
    font-weight: 600;
}

.page-packages .wb-text p {
    font-size: 11px;
    color: var(--text-gray);
}

.page-packages .faq-row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    position: relative;
}

.page-packages .faq-left {
    width: 35%;
}

.page-packages .faq-right {
    width: 60%;
}

.page-packages .faq-item {
    border-bottom: 1px solid var(--border-color);
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-dark);
}

.page-packages .faq-item i {
    color: var(--text-gray);
}

.page-packages .faq-script {
    position: absolute;
    right: -20px;
    bottom: 0;
    font-family: 'Caveat', cursive;
    font-size: 40px;
    line-height: 1;
    transform: rotate(-10deg);
    color: var(--primary-green);
}

.page-packages .footer {
    background-color: #042516;
    color: #a4c4b5;
    padding: 70px 0 20px;
    font-size: 14px;
}

.page-packages .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.5fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.page-packages .footer-brand .logo {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.page-packages .footer-brand p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.page-packages .footer-heading {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-packages .footer-links ul,
.page-packages .footer-contact ul {
    list-style: none;
}

.page-packages .footer-links li {
    margin-bottom: 12px;
}

.page-packages .footer-links a {
    color: #a4c4b5;
    transition: color 0.3s;
}

.page-packages .footer-links a:hover {
    color: var(--white);
}

.page-packages .footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.page-packages .footer-contact i {
    color: var(--primary-green);
    margin-top: 4px;
}

.page-packages .footer-social {
    display: flex;
    gap: 12px;
}

.page-packages .footer-social a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: background 0.3s;
}

.page-packages .social-fb {
    background-color: #1877F2 !important;
}

.page-packages .social-ig {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
}

.page-packages .social-yt {
    background-color: #FF0000 !important;
}

.page-packages .social-wa {
    background-color: #25D366 !important;
}

.page-packages .footer-script {
    font-family: 'Caveat', cursive;
    font-size: 32px;
    color: var(--white);
    transform: rotate(-5deg);
    margin-top: 30px;
    line-height: 1;
}

.page-packages .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.page-packages .footer-bottom-links a {
    color: #a4c4b5;
    margin-left: 10px;
}

.page-packages .footer-bottom-links a:hover {
    color: var(--white);
}


/* ==========================================================================
   PAGE STYLES: CONTACT PAGE (.page-contact)
   ========================================================================== */
body.page-contact {
    background-color: var(--white);
    color: var(--text-dark);
    overflow-x: hidden;
}

.page-contact .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-contact .btn {
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
}

.page-contact .btn-primary {
    background-color: var(--primary-green);
    color: var(--white);
}

.page-contact .btn-primary:hover {
    background-color: var(--secondary-green);
}

.page-contact .navbar {
    background-color: var(--white);
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

.page-contact .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-contact .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    font-weight: 700;
}

.page-contact .logo i {
    color: var(--primary-green);
    font-size: 28px;
}

.page-contact .logo span {
    font-size: 10px;
    display: block;
    font-weight: normal;
    color: var(--text-gray);
    line-height: 1;
}

.page-contact .nav-links {
    display: flex;
    gap: 30px;
}

.page-contact .nav-links a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
}

.page-contact .nav-links a.active {
    color: var(--primary-green);
}

.page-contact .nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-green);
    border-radius: 2px;
}

.page-contact .contact-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3)), url('https://images.unsplash.com/photo-1542314831-c53cd4b85ca4?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
    padding: 80px 0 100px;
    color: var(--white);
    position: relative;
}

.page-contact .contact-hero-content {
    max-width: 700px;
}

.page-contact .contact-hero h5 {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #d1e5dc;
}

.page-contact .contact-hero h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}

.page-contact .contact-hero h1 .highlight {
    color: #8CE5B0;
}

.page-contact .contact-hero p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.page-contact .hero-script-text {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
    font-family: 'Caveat', cursive;
    font-size: 55px;
    line-height: 1;
    text-align: center;
}

.page-contact .hero-script-text::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #8CE5B0;
    border-radius: 50%;
    margin-top: 5px;
}

.page-contact .contact-main {
    padding: 60px 0;
    background-color: var(--bg-light);
}

.page-contact .contact-card {
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    overflow: hidden;
    margin-top: -120px;
    position: relative;
    z-index: 10;
}

.page-contact .contact-form-side {
    flex: 1.5;
    padding: 50px;
}

.page-contact .contact-info-side {
    flex: 1;
    background-color: var(--light-green-bg);
    padding: 50px;
}

.page-contact .section-title-sm {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--text-dark);
    position: relative;
}

.page-contact .section-title-sm::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background-color: var(--primary-green);
    margin-top: 10px;
    border-radius: 2px;
}

.page-contact .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.page-contact .form-group {
    flex: 1;
    position: relative;
}

.page-contact .form-group.full-width {
    margin-bottom: 20px;
}

.page-contact .input-wrapper {
    display: flex;
    align-items: flex-start;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 14px 18px;
    background: var(--white);
    transition: border-color 0.3s;
}

.page-contact .input-wrapper:focus-within {
    border-color: var(--primary-green);
}

.page-contact .input-wrapper i {
    color: var(--text-gray);
    font-size: 18px;
    margin-right: 15px;
    margin-top: 2px;
}

.page-contact .input-wrapper input,
.page-contact .input-wrapper select,
.page-contact .input-wrapper textarea {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: var(--text-dark);
    background: transparent;
}

.page-contact .input-wrapper select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.page-contact .select-wrapper {
    position: relative;
    width: 100%;
}

.page-contact .select-wrapper::after {
    content: '\f078';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-gray);
    pointer-events: none;
    font-size: 12px;
}

.page-contact .input-wrapper textarea {
    resize: none;
    height: 120px;
}

.page-contact .btn-submit {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border-radius: 8px;
    margin-top: 10px;
}

.page-contact .info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
}

.page-contact .info-icon {
    width: 45px;
    height: 45px;
    background-color: #d1ebd8;
    color: var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.page-contact .info-text h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--text-dark);
}

.page-contact .info-text p {
    font-size: 14px;
    color: var(--text-dark);
    line-height: 1.6;
}

.page-contact .map-section {
    padding: 0 0 60px;
    background-color: var(--bg-light);
}

.page-contact .map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 400px;
}

.page-contact .map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.page-contact .footer {
    background-color: #042516;
    color: #a4c4b5;
    padding: 70px 0 20px;
    font-size: 14px;
}

.page-contact .footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.5fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.page-contact .footer-brand .logo {
    color: var(--white);
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.page-contact .footer-brand p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.page-contact .footer-heading {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-contact .footer-links ul,
.page-contact .footer-contact ul {
    list-style: none;
}

.page-contact .footer-links li {
    margin-bottom: 12px;
}

.page-contact .footer-links a {
    color: #a4c4b5;
    transition: color 0.3s;
}

.page-contact .footer-links a:hover {
    color: var(--white);
}

.page-contact .footer-contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: flex-start;
}

.page-contact .footer-contact i {
    color: var(--primary-green);
    margin-top: 4px;
}

.page-contact .footer-social {
    display: flex;
    gap: 12px;
}

.page-contact .footer-social a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: background 0.3s;
}

.page-contact .social-fb {
    background-color: #1877F2 !important;
}

.page-contact .social-ig {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
}

.page-contact .social-yt {
    background-color: #FF0000 !important;
}

.page-contact .social-wa {
    background-color: #25D366 !important;
}

.page-contact .footer-script {
    font-family: 'Caveat', cursive;
    font-size: 32px;
    color: var(--white);
    transform: rotate(-5deg);
    margin-top: 30px;
    line-height: 1;
}

.page-contact .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.page-contact .footer-bottom-links a {
    color: #a4c4b5;
    margin-left: 10px;
}

.page-contact .footer-bottom-links a:hover {
    color: var(--white);
}

/* ==========================================================================
   MASTER RESPONSIVE ENGINE & BREAKPOINT OVERRIDES
   ========================================================================== */

/* 1. Global Overflow Prevention & Fluid Media */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

img,
video,
iframe,
canvas,
svg {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li {
    overflow-wrap: break-word;
    word-break: break-word;
}

/* 2. Mobile Nav Toggle Base Styles */
.mobile-nav-toggle {
    display: none;
    background: transparent;
    border: none;
    color: var(--primary-green);
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    margin-left: 15px;
    transition: color 0.3s ease;
    z-index: 1001;
}

.mobile-nav-toggle:hover {
    color: var(--secondary-green);
}

.nav-links .mobile-book-link,
.page-home .nav-links .mobile-book-link,
.page-about .nav-links .mobile-book-link,
.page-destinations .nav-links .mobile-book-link,
.page-packages .nav-links .mobile-book-link,
.page-contact .nav-links .mobile-book-link {
    display: none !important;
}

/* 3. Responsive Breakpoints (992px & below) */
@media (max-width: 992px) {
    .mobile-nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar .container,
    .page-home .navbar .container,
    .page-about .navbar .container,
    .page-destinations .navbar .container,
    .page-packages .navbar .container,
    .page-contact .navbar .container {
        position: relative;
        justify-content: space-between;
    }

    .nav-links,
    .page-home .nav-links,
    .page-about .nav-links,
    .page-destinations .nav-links,
    .page-packages .nav-links,
    .page-contact .nav-links {
        display: flex !important;
        flex-direction: column !important;
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        background: var(--white) !important;
        padding: 20px 30px !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
        border-top: 1px solid var(--border-color) !important;
        gap: 15px !important;
        z-index: 1000 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translateY(-10px) !important;
        transition: all 0.3s ease-in-out !important;
    }

    .nav-links.active,
    .page-home .nav-links.active,
    .page-about .nav-links.active,
    .page-destinations .nav-links.active,
    .page-packages .nav-links.active,
    .page-contact .nav-links.active {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
    }

    .nav-links li,
    .page-home .nav-links li,
    .page-about .nav-links li,
    .page-destinations .nav-links li,
    .page-packages .nav-links li,
    .page-contact .nav-links li {
        width: 100% !important;
    }

    .nav-links a,
    .page-home .nav-links a,
    .page-about .nav-links a,
    .page-destinations .nav-links a,
    .page-packages .nav-links a,
    .page-contact .nav-links a {
        display: block !important;
        padding: 8px 0 !important;
        font-size: 16px !important;
    }

    .nav-links .mobile-book-link,
    .page-home .nav-links .mobile-book-link,
    .page-about .nav-links .mobile-book-link,
    .page-destinations .nav-links .mobile-book-link,
    .page-packages .nav-links .mobile-book-link,
    .page-contact .nav-links .mobile-book-link {
        display: block !important;
        margin-top: 10px !important;
    }

    .brand-logo-img {
        max-height: 62px !important;
    }

    .nav-links .mobile-book-link .btn-book-nav {
        display: inline-flex !important;
        width: 100% !important;
        justify-content: center !important;
        background: var(--primary-green) !important;
        color: var(--white) !important;
        text-align: center !important;
        border-radius: 25px !important;
        padding: 10px 20px !important;
    }

    .hero-decoration,
    .page-home .hero-decoration,
    .hero-script-text,
    .page-about .hero-script-text,
    .page-destinations .hero-script-text,
    .page-packages .hero-script-text,
    .page-contact .hero-script-text {
        display: none !important;
    }

    .hero,
    .page-home .hero {
        min-height: 480px !important;
        height: auto !important;
        padding: 60px 0 !important;
    }

    .about-hero,
    .page-about .about-hero,
    .page-destinations .about-hero,
    .page-packages .about-hero,
    .page-contact .about-hero {
        padding: 80px 0 50px !important;
    }

    .search-container,
    .page-home .search-container {
        transform: none !important;
        margin-top: 25px !important;
        margin-bottom: 30px !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        padding: 22px 20px !important;
        border-radius: 20px !important;
        box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08) !important;
        background: #ffffff !important;
    }

    .search-item,
    .page-home .search-item {
        border-right: none !important;
        border-bottom: 1px solid #EEF2F0 !important;
        padding: 14px 4px !important;
        width: 100% !important;
    }

    .search-item:nth-last-child(2),
    .page-home .search-item:nth-last-child(2) {
        border-bottom: none !important;
        padding-bottom: 20px !important;
    }

    .search-container .search-btn,
    .page-home .search-container .search-btn {
        width: 100% !important;
        justify-content: center !important;
        border-radius: 30px !important;
        padding: 14px 24px !important;
        margin-top: 4px !important;
        font-size: 15px !important;
    }

    .dest-grid,
    .page-home .dest-grid,
    .page-destinations .dest-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .packages-grid,
    .page-home .packages-grid,
    .page-packages .packages-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .testi-card,
    .page-home .testi-card {
        flex: 0 0 calc((100% - 24px) / 2) !important;
        min-width: calc((100% - 24px) / 2) !important;
    }

    .blog-grid,
    .page-home .blog-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .confused-content,
    .page-destinations .confused-content {
        flex-direction: column !important;
        text-align: center !important;
        gap: 25px !important;
        align-items: center !important;
    }

    .faq-row,
    .page-packages .faq-row {
        flex-direction: column !important;
        gap: 30px !important;
    }

    .faq-left,
    .faq-right,
    .page-packages .faq-left,
    .page-packages .faq-right {
        width: 100% !important;
    }

    .story-container,
    .page-about .story-container,
    .strengths-section,
    .page-about .strengths-section {
        flex-direction: column !important;
        gap: 30px !important;
    }

    .mvv-section,
    .page-about .mvv-section {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
        padding: 25px !important;
    }

    .mvv-card::after,
    .page-about .mvv-card::after {
        display: none !important;
    }

    .cta-content-wrapper,
    .page-about .cta-content-wrapper {
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px !important;
    }

    .contact-card,
    .page-contact .contact-card {
        flex-direction: column !important;
        margin-top: 25px !important;
        gap: 0 !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
        border-radius: 18px !important;
        overflow: hidden !important;
    }

    .contact-form-side,
    .page-contact .contact-form-side {
        width: 100% !important;
        padding: 35px 28px !important;
    }

    .contact-info-side,
    .page-contact .contact-info-side {
        width: 100% !important;
        padding: 35px 28px !important;
    }

    .commitment-content,
    .page-home .commitment-content {
        flex-direction: column !important;
        gap: 40px !important;
    }

    .commitment-image-container,
    .page-home .commitment-image-container {
        width: 100% !important;
    }

    .commitment-overlay-text,
    .page-home .commitment-overlay-text {
        font-size: 32px !important;
        left: 5% !important;
        bottom: 5% !important;
    }

    .commitment-stats,
    .page-home .commitment-stats {
        flex-direction: row !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 20px !important;
        width: 100% !important;
    }

    .footer-grid,
    .page-home .footer-grid,
    .page-about .footer-grid,
    .page-destinations .footer-grid,
    .page-packages .footer-grid,
    .page-contact .footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }

    .footer-brand,
    .page-home .footer-brand,
    .page-about .footer-brand,
    .page-destinations .footer-brand,
    .page-packages .footer-brand,
    .page-contact .footer-brand {
        grid-column: 1 / -1;
    }
}

/* 4. Medium Breakpoints (768px & below) */
@media (max-width: 768px) {

    .section-header,
    .page-home .section-header,
    .page-about .section-header,
    .page-destinations .section-header,
    .page-packages .section-header,
    .page-contact .section-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }

    .top-bar .container,
    .page-home .top-bar .container,
    .page-about .top-bar .container,
    .page-destinations .top-bar .container,
    .page-packages .top-bar .container,
    .page-contact .top-bar .container {
        flex-direction: column !important;
        gap: 8px !important;
        text-align: center !important;
        padding: 8px 15px !important;
    }

    .top-bar-left,
    .top-bar-right,
    .page-home .top-bar-left,
    .page-home .top-bar-right,
    .page-about .top-bar-left,
    .page-about .top-bar-right,
    .page-destinations .top-bar-left,
    .page-destinations .top-bar-right,
    .page-packages .top-bar-left,
    .page-packages .top-bar-right,
    .page-contact .top-bar-left,
    .page-contact .top-bar-right {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
    }

    .hero-title,
    .page-home .hero-title {
        font-size: clamp(28px, 6.5vw, 44px) !important;
        margin-bottom: 15px !important;
    }

    .hero-title .script-font,
    .page-home .hero-title .script-font {
        font-size: clamp(34px, 8vw, 52px) !important;
    }

    .hero-desc,
    .page-home .hero-desc {
        font-size: clamp(13px, 3.5vw, 15px) !important;
        margin-bottom: 25px !important;
    }

    .about-hero h1,
    .page-about .about-hero h1,
    .page-destinations .about-hero h1,
    .page-packages .about-hero h1,
    .page-contact .about-hero h1 {
        font-size: clamp(28px, 6vw, 40px) !important;
    }

    .about-hero h3,
    .page-about .about-hero h3,
    .page-destinations .about-hero h3,
    .page-packages .about-hero h3,
    .page-contact .about-hero h3 {
        font-size: clamp(14px, 3.8vw, 18px) !important;
    }

    .features,
    .page-home .features {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        padding: 30px 0 !important;
    }

    .stats-bar,
    .page-about .stats-bar {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        padding: 25px 15px !important;
    }

    .cta-banner h2,
    .page-about .cta-banner h2 {
        font-size: clamp(24px, 5.5vw, 36px) !important;
    }

    .faq-script,
    .page-packages .faq-script {
        display: none !important;
    }

    .testi-grid,
    .page-home .testi-grid {
        display: flex !important;
        grid-template-columns: none !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        gap: 0 !important;
        padding: 10px 0 !important;
        width: 100% !important;
    }

    .testi-grid::-webkit-scrollbar,
    .page-home .testi-grid::-webkit-scrollbar {
        display: none !important;
    }

    .testi-card,
    .page-home .testi-card {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        scroll-snap-align: center !important;
        box-sizing: border-box !important;
    }

    .testi-nav-btn {
        display: flex !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .testi-nav-btn.prev {
        left: -10px;
    }

    .testi-nav-btn.next {
        right: -10px;
    }
}

/* 5. Small Mobile Breakpoints (600px & below) */
@media (max-width: 600px) {

    .contact-card,
    .page-contact .contact-card {
        margin-top: 15px !important;
        border-radius: 14px !important;
    }

    .contact-form-side,
    .page-contact .contact-form-side {
        padding: 22px 16px !important;
    }

    .contact-info-side,
    .page-contact .contact-info-side {
        padding: 22px 16px !important;
    }

    .section-title-sm,
    .page-contact .section-title-sm {
        font-size: 20px !important;
        margin-bottom: 20px !important;
    }

    .dest-grid,
    .page-home .dest-grid,
    .page-destinations .dest-grid {
        grid-template-columns: 1fr !important;
    }

    .packages-grid,
    .page-home .packages-grid,
    .page-packages .packages-grid {
        grid-template-columns: 1fr !important;
    }

    .blog-grid,
    .page-home .blog-grid {
        grid-template-columns: 1fr !important;
    }

    .filters,
    .page-destinations .filters {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        justify-content: center !important;
    }

    .filter-btn,
    .page-destinations .filter-btn {
        font-size: 13px !important;
        padding: 6px 14px !important;
    }

    .story-quote-card,
    .page-about .story-quote-card,
    .strengths-quote-card,
    .page-about .strengths-quote-card,
    .strengths-quote,
    .page-about .strengths-quote {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        margin: 15px auto 0 !important;
        max-width: 100% !important;
    }

    .strengths-image,
    .page-about .strengths-image,
    .story-image,
    .page-about .story-image {
        height: 280px !important;
    }

    .form-row,
    .page-contact .form-row {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .map-container,
    .page-contact .map-container {
        height: 300px !important;
    }

    .commitment-overlay-text,
    .page-home .commitment-overlay-text {
        display: none !important;
    }

    .newsletter-content,
    .page-home .newsletter-content {
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px !important;
    }

    .footer-grid,
    .page-home .footer-grid,
    .page-about .footer-grid,
    .page-destinations .footer-grid,
    .page-packages .footer-grid,
    .page-contact .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    .footer-bottom,
    .page-home .footer-bottom,
    .page-about .footer-bottom,
    .page-destinations .footer-bottom,
    .page-packages .footer-bottom,
    .page-contact .footer-bottom {
        flex-direction: column !important;
        text-align: center !important;
        gap: 12px !important;
    }

    .footer-bottom-links,
    .page-home .footer-bottom-links,
    .page-about .footer-bottom-links,
    .page-destinations .footer-bottom-links,
    .page-packages .footer-bottom-links,
    .page-contact .footer-bottom-links {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px !important;
    }
}

/* 6. Extra Small Mobile (480px & 320px) */
@media (max-width: 480px) {

    .top-bar-left span,
    .page-home .top-bar-left span,
    .page-about .top-bar-left span,
    .page-destinations .top-bar-left span,
    .page-packages .top-bar-left span,
    .page-contact .top-bar-left span {
        font-size: 11px !important;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .hero-buttons,
    .page-home .hero-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    .hero-buttons .btn,
    .hero-buttons .play-btn,
    .page-home .hero-buttons .btn,
    .page-home .hero-buttons .play-btn {
        width: 100% !important;
        justify-content: center !important;
    }

    .features,
    .page-home .features {
        grid-template-columns: 1fr !important;
    }

    .packages-pagination,
    .page-packages .packages-pagination {
        gap: 8px !important;
        flex-wrap: wrap !important;
    }

    .pagination-btn,
    .page-packages .pagination-btn {
        width: 38px !important;
        height: 38px !important;
        font-size: 13px !important;
    }

    .newsletter-form,
    .page-home .newsletter-form {
        width: 100% !important;
        max-width: 450px !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .newsletter-form input,
    .page-home .newsletter-form input {
        width: 100% !important;
        border-radius: 8px !important;
    }

    .newsletter-form .btn,
    .page-home .newsletter-form .btn {
        width: 100% !important;
        border-radius: 8px !important;
    }
}

/* ==========================================================================
   GLOBAL COMPONENT & DESTINATION DETAILS STYLES
   ========================================================================== */

/* Unscoped Global Card & Grid Utilities */
.packages-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px !important;
}

.dest-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 25px !important;
}

.dest-card {
    background: var(--white) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #f0f0f0 !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
}

.dest-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(10, 92, 54, 0.12) !important;
    border-color: #d4ebe0 !important;
}

.dest-img-wrap {
    position: relative !important;
    height: 210px !important;
    width: 100% !important;
    overflow: hidden !important;
}

.dest-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

.dest-card:hover .dest-img-wrap img {
    transform: scale(1.08) !important;
}

.package-card {
    background: var(--white) !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #f0f0f0 !important;
    display: flex !important;
    flex-direction: column !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease !important;
    height: 100% !important;
}

.package-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(10, 92, 54, 0.12) !important;
    border-color: #d4ebe0 !important;
}

.pkg-img-wrap {
    position: relative !important;
    height: 200px !important;
    width: 100% !important;
    overflow: hidden !important;
}

.pkg-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

.package-card:hover .pkg-img-wrap img {
    transform: scale(1.08) !important;
}

.pkg-badge-left {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    padding: 4px 14px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: var(--white) !important;
    z-index: 2 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
}

.pkg-badge-right {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    padding: 4px 12px !important;
    background: rgba(0, 0, 0, 0.65) !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: var(--white) !important;
    z-index: 2 !important;
    backdrop-filter: blur(6px) !important;
}

.bg-green {
    background-color: #0A5C36 !important;
    color: #fff !important;
}

.bg-blue {
    background-color: #1976D2 !important;
    color: #fff !important;
}

.bg-orange {
    background-color: #F57C00 !important;
    color: #fff !important;
}

.bg-red {
    background-color: #D32F2F !important;
    color: #fff !important;
}

.bg-purple {
    background-color: #7B1FA2 !important;
    color: #fff !important;
}

.bg-yellow {
    background-color: #FBC02D !important;
    color: #222 !important;
}

.pkg-content {
    padding: 22px !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
}

.pkg-content h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
    color: var(--text-dark) !important;
    line-height: 1.3 !important;
}

.pkg-location {
    font-size: 13px !important;
    color: var(--text-gray) !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-weight: 500 !important;
}

.pkg-location i {
    color: var(--primary-green) !important;
}

.pkg-meta {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

.pkg-rating {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    color: #FFA800 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.pkg-rating span {
    color: var(--text-dark) !important;
}

.pkg-duration {
    color: var(--primary-green) !important;
    background-color: var(--light-green-bg) !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.pkg-content p {
    font-size: 13.5px !important;
    color: var(--text-gray) !important;
    line-height: 1.55 !important;
    margin-bottom: 20px !important;
    flex: 1 !important;
}

/* Confused Banner / CTA Banner Styling */
.confused-banner {
    background: linear-gradient(135deg, #042516 0%, #0A5C36 100%) !important;
    padding: 55px 0 !important;
    color: var(--white) !important;
    margin-top: 40px !important;
}

.confused-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
}

.confused-text h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    color: var(--white) !important;
}

.confused-text p {
    font-size: 15px !important;
    color: #d1e5dc !important;
    margin: 0 !important;
}

/* Destination Details Custom Styles */
.page-destination-details {
    background-color: var(--white);
}

.dest-hero-banner {
    padding: 80px 0 90px !important;
    position: relative;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.dest-hero-badge-wrap {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: center;
}

.dest-tours-pill {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    backdrop-filter: blur(8px);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dest-rating-pill {
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 5px 16px;
    border-radius: 30px;
    color: #FFA800;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.dest-rating-pill span {
    color: #ffffff;
}

.dest-hero-banner h1 {
    font-size: 58px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 6px !important;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.5px;
}

.dest-hero-banner h3 {
    font-size: 26px !important;
    font-family: 'Caveat', cursive !important;
    color: #8CE5B0 !important;
    font-weight: normal !important;
    margin-bottom: 25px !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.btn-hero-cta {
    padding: 14px 34px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    box-shadow: 0 8px 25px rgba(10, 92, 54, 0.3) !important;
}

.dest-details-layout {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 45px;
    align-items: start;
}

.dest-main-img-card {
    position: relative;
    width: 100%;
    height: 460px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.09);
    margin-bottom: 40px;
    border: 1px solid #eaeaea;
}

.dest-main-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dest-img-tag {
    position: absolute;
    bottom: 22px;
    left: 22px;
    background: rgba(10, 92, 54, 0.95);
    color: var(--white);
    padding: 9px 24px;
    border-radius: 30px;
    font-size: 13.5px;
    font-weight: 600;
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.dest-section-header {
    margin-bottom: 24px;
}

.dest-section-header .sub-heading {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-green);
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

.dest-section-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--text-dark);
}

.dest-full-description {
    font-size: 15.5px;
    line-height: 1.85;
    color: #4a5568;
    margin-bottom: 45px;
}

.dest-section-block {
    margin-bottom: 50px;
    padding-top: 40px;
    border-top: 1px solid #f0f0f0;
}

/* Attractions Grid - 3 Column Layout */
.attractions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.attraction-card {
    background: var(--white);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2f0;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}

.attraction-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(10, 92, 54, 0.12);
    border-color: #c8e6d5;
}

.attraction-img-wrap {
    position: relative;
    height: 190px;
    width: 100%;
    overflow: hidden;
}

.attraction-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.attraction-card:hover .attraction-img-wrap img {
    transform: scale(1.08);
}

.attraction-category {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(6, 64, 37, 0.85);
    color: var(--white);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    backdrop-filter: blur(6px);
}

.attraction-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.attraction-body h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.attraction-body p {
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.55;
    margin: 0;
}

/* Highlights Box - 2 Column Grid */
.highlights-box {
    background: linear-gradient(135deg, #F0F7F3 0%, #E8F5EE 100%);
    border-radius: 20px;
    padding: 32px;
    border: 1px solid #C8E6D5;
    margin-top: 24px;
    box-shadow: 0 6px 20px rgba(10, 92, 54, 0.03);
}

.highlights-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
}

.highlights-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 14.5px;
    color: var(--text-dark);
    font-weight: 500;
    line-height: 1.5;
}

.highlights-list .hl-icon {
    width: 28px;
    height: 28px;
    background: var(--primary-green);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 1px;
    box-shadow: 0 4px 10px rgba(10, 92, 54, 0.2);
}

/* Travel Info Grid */
.travel-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.travel-info-card {
    background: var(--bg-light);
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #e9ecef;
    transition: all 0.35s ease;
}

.travel-info-card:hover {
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    border-color: #c8e6d5;
    transform: translateY(-4px);
}

.travel-info-card .t-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #0A5C36 0%, #118C55 100%);
    color: var(--white);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 16px;
    box-shadow: 0 6px 15px rgba(10, 92, 54, 0.2);
}

.travel-info-card h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.travel-info-card p {
    font-size: 13px;
    color: var(--text-gray);
    line-height: 1.55;
    margin: 0;
}

/* Sidebar Widgets */
.sidebar-widget {
    background: var(--white);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #eef2f0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}

.widget-title {
    font-size: 19px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--light-green-bg);
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-title i {
    color: var(--primary-green);
}

.info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.info-item .info-icon {
    width: 42px;
    height: 42px;
    background: var(--light-green-bg);
    color: var(--primary-green);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.info-item .info-text label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-gray);
    font-weight: 700;
    margin-bottom: 2px;
}

.info-item .info-text span {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.cta-widget {
    background: linear-gradient(145deg, #042516 0%, #0A5C36 100%);
    color: var(--white);
    border: none;
    box-shadow: 0 15px 35px rgba(6, 64, 37, 0.25);
}

.cta-widget h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
}

.cta-widget p {
    font-size: 13.5px;
    color: #d1e5dc;
    margin-bottom: 24px;
    line-height: 1.55;
}

.btn-block {
    width: 100%;
    justify-content: center;
    padding: 13px 20px !important;
}

.widget-contact-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.btn-whatsapp-sidebar {
    background: #25D366 !important;
    color: #fff !important;
    border-radius: 30px !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 12px 20px !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3) !important;
}

.btn-whatsapp-sidebar:hover {
    background: #1eb957 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
}

.btn-call-sidebar {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 30px !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 11px 20px !important;
    backdrop-filter: blur(5px) !important;
}

.btn-call-sidebar:hover {
    background: rgba(255, 255, 255, 0.25) !important;
    color: #fff !important;
}

.support-widget {
    text-align: center;
    background: var(--bg-light);
    border: 1px dashed #cbd5e1;
}

.support-widget .support-icon {
    width: 56px;
    height: 56px;
    background: var(--light-green-bg);
    color: var(--primary-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 14px;
}

.support-widget h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
}

.support-widget p {
    font-size: 13px;
    color: var(--text-gray);
    margin-bottom: 16px;
    line-height: 1.5;
}

.support-link {
    color: var(--primary-green);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.support-link:hover {
    text-decoration: underline;
}

/* Card Action Button Enhancements */
.dest-content .btn-outline,
.page-destinations .dest-content .btn-outline,
.page-home .dest-content .btn-outline {
    width: 100% !important;
    border-radius: 30px !important;
    border: 1px solid var(--primary-green) !important;
    color: var(--primary-green) !important;
    padding: 10px 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.dest-content .btn-outline:hover,
.page-destinations .dest-content .btn-outline:hover,
.page-home .dest-content .btn-outline:hover {
    background: var(--primary-green) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(10, 92, 54, 0.25) !important;
}

/* Responsive Media Queries */
@media (max-width: 1100px) {
    .attractions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .dest-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .packages-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 992px) {
    .dest-details-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .dest-main-img-card {
        height: 380px;
    }

    .attractions-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .travel-info-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .highlights-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dest-grid {
        grid-template-columns: 1fr !important;
    }

    .packages-grid {
        grid-template-columns: 1fr !important;
    }

    .dest-main-img-card {
        height: 270px;
        border-radius: 16px;
    }

    .dest-hero-banner h1 {
        font-size: 40px !important;
    }

    .dest-section-header h2 {
        font-size: 24px;
    }

    .attractions-grid {
        grid-template-columns: 1fr;
    }

    .travel-info-grid {
        grid-template-columns: 1fr;
    }

    .highlights-box {
        padding: 20px;
    }

    .highlights-list li {
        font-size: 14px;
    }

    .confused-content {
        flex-direction: column !important;
        text-align: center !important;
        justify-content: center !important;
    }
}