p {
    text-align: justify;
    font-size: 18px;
}
a {
    color: #1746a2;
    font-weight: 600;
}
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2.2rem;
}
h3 {
    font-size: 1.6rem;
}
/* variables */
:root {
    /* colors */
    --ad5-color-primary-hsl: 250, 84%, 54%;
    --ad5-color-bg-hsl: 0, 0%, 100%;
    --ad5-color-contrast-high-hsl: 230, 7%, 23%;
    --ad5-color-contrast-higher-hsl: 230, 13%, 9%;
    --ad5-color-contrast-medium-hsl: 225, 4%, 47%;
    --ad5-color-accent-hsl: 342, 89%, 48%;
    --ad5-color-contrast-lower-hsl: 220, 75%, 36%;

    /* spacing */
    --ad5-space-xs: 0.5rem;
    --ad5-space-md: 1.25rem;
    --ad5-space-lg: 2rem;
    --ad5-space-sm: 0.75rem;

    /* typography */
    --ad5-text-md: 1.2rem;
    --ad5-text-base: 1rem;
    --ad5-text-sm: 0.833rem;
    --ad5-text-sm: 0.833rem;
}

@media (min-width: 64rem) {
    :root {
        /* spacing */
        --ad5-space-xs: 0.75rem;
        --ad5-space-md: 2rem;
        --ad5-space-lg: 3.125rem;
        --ad5-space-sm: 1.125rem;

        /* typography */
        --ad5-text-md: 1.5625rem;
        --ad5-text-base: 1.25rem;
        --ad5-text-sm: 1rem;
        --ad5-text-sm: 1rem;
    }
}


:where(.ad5-media-wrapper-16\:9) {
    position: relative;
    height: 0;
}

.ad5-media-wrapper-16\:9 {
    padding-bottom: 56.25%;
}

.ad5-media-wrapper-16\:9 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ad5-media-wrapper-16\:9 > *:not(iframe) {
    object-fit: cover;
}

@media (min-width: 90rem) {
    .ad5-text-component__block--outset {
        width: calc(100% + 12rem);
    }

    .ad5-text-component__block--outset img {
        display: block;
        width: 100%;
    }

    .ad5-text-component__block--outset:not(.ad5-text-component__block--right) {
        margin-left: -6rem;
    }

    .ad5-text-component__block--right.ad5-text-component__block--outset {
        margin-right: -6rem;
    }
}

.ad5-gap-xs {
    gap: var(--ad5-space-xs);
}

.ad5-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.ad5-grid > * {
    min-width: 0;
    grid-column-end: span 12;
}

@media (min-width: 48rem) {
    .ad5-text-component__block--left,
    .ad5-text-component__block--right {
        width: 45%;
    }

    .ad5-text-component__block--left img,
    .ad5-text-component__block--right img {
        display: block;
        width: 100%;
    }

    .ad5-text-component__block--left {
        float: left;
        margin-right: calc(var(--ad5-space-sm) * var(--ad5-space-multiplier, 1));
    }

    .ad5-text-component__block--right {
        float: right;
        margin-left: calc(var(--ad5-space-sm) * var(--ad5-space-multiplier, 1));
    }
}

@media (min-width: 90rem) {
    .ad5-text-component__block--left,
    .ad5-text-component__block--right {
        width: 50%;
    }
}

.ad5-text-center {
    text-align: center;
}

.ad5-text-gap-md {
    --ad5-space-multiplier: 1.25;
}

.ad5-line-height-lg {
    line-height: 1.58;
}

.ad5-text-component :where(h1, h2, h3, h4) {
    line-height: var(--ad5-heading-line-height, 1.2);
    margin-top: calc(var(--ad5-space-md) * var(--ad5-space-multiplier, 1));
    margin-bottom: calc(var(--ad5-space-sm) * var(--ad5-space-multiplier, 1));
}

.ad5-text-component :where(p, blockquote, ul li, ol li) {
    line-height: var(--ad5-body-line-height, 1.4);
}

.ad5-text-component :where(ul, ol, p, blockquote, .ad5-text-component__block) {
    margin-bottom: calc(var(--ad5-space-sm) * var(--ad5-space-multiplier, 1));
}

.ad5-text-component :where(ul, ol) {
    padding-left: 1.25em;
}

.ad5-text-component ul :where(ul, ol),
.ad5-text-component ol :where(ul, ol) {
    padding-left: 1em;
    margin-bottom: 0;
}

.ad5-text-component ul {
    list-style-type: disc;
}

.ad5-text-component ol {
    list-style-type: decimal;
}

.ad5-text-component img {
    display: block;
    margin: 0 auto;
}

.ad5-text-component figcaption {
    margin-top: calc(var(--ad5-space-xs) * var(--ad5-space-multiplier, 1));
    font-size: var(--ad5-text-sm);
    text-align: center;
}

.ad5-text-component em {
    font-style: italic;
}

.ad5-text-component strong {
    font-weight: bold;
}

.ad5-text-component s {
    text-decoration: line-through;
}

.ad5-text-component u {
    text-decoration: underline;
}

.ad5-text-component mark {
    background-color: hsla(var(--ad5-color-accent-hsl), 0.2);
    color: inherit;
}

.ad5-text-component blockquote {
    padding-left: 1em;
    border-left: 4px solid hsl(var(--ad5-color-contrast-lower-hsl));
    font-style: italic;
}
p.ad5-color-contrast-medium.ad5-text-md {
    text-align: center;
    font-size: 1.5rem;
}
.ad5-text-component hr {
    margin: calc(var(--ad5-space-md) * var(--ad5-space-multiplier, 1)) auto;
    background: hsl(var(--ad5-color-contrast-lower-hsl));
    height: 1px;
}

.ad5-text-component > *:first-child {
    margin-top: 0;
}

.ad5-text-component > *:last-child {
    margin-bottom: 0;
}

.ad5-text-component.ad5-line-height-xs {
    --ad5-heading-line-height: 1;
    --ad5-body-line-height: 1.1;
}

.ad5-text-component.ad5-line-height-sm {
    --ad5-heading-line-height: 1.1;
    --ad5-body-line-height: 1.2;
}

.ad5-text-component.ad5-line-height-md {
    --ad5-heading-line-height: 1.15;
    --ad5-body-line-height: 1.4;
}

.ad5-text-component.ad5-line-height-lg {
    --ad5-heading-line-height: 1.22;
    --ad5-body-line-height: 1.58;
}

.ad5-text-component.ad5-line-height-xl {
    --ad5-heading-line-height: 1.3;
    --ad5-body-line-height: 1.72;
}

.ad5-max-width-adaptive-sm {
    max-width: 32rem;
}

@media (min-width: 48rem) {
    .ad5-max-width-adaptive-sm {
        max-width: 105rem;
    }
}

.ad5-container {
    width: calc(100% - 2 * var(--ad5-space-md));
    margin-left: auto;
    margin-right: auto;
}

.ad5-radius-lg {
    border-radius: 0.5em;
}

.ad5-width-100\% {
    width: 100%;
}

.ad5-block {
    display: block;
}

.ad5-margin-bottom-lg {
    margin-bottom: var(--ad5-space-lg);
}

.ad5-max-width-lg {
    max-width: 112rem;
    aspect-ratio: 16/9;
}
img.ad5-block.ad5-width-100\%.ad5-radius-lg {
    object-fit: cover;
    height: 600px;
}
.ad5-color-contrast-medium {
    --ad5-color-o: 1;
    color: hsla(var(--ad5-color-contrast-medium-hsl), var(--ad5-color-o, 1));
}

.ad5-text-sm {
    font-size: var(--ad5-text-sm);
}

.ad5-text-base {
    font-size: var(--ad5-text-base);
}

.ad5-text-gap-2xs {
    --ad5-space-multiplier: 0.25;
}

.ad5-justify-center {
    justify-content: center;
}

.ad5-flex {
    display: flex;
}

.ad5-text-md {
    font-size: var(--ad5-text-md);
}

.ad5-margin-bottom-md {
    margin-bottom: var(--ad5-space-md);
}

.ad5-max-width-xs {
    max-width: 38rem;
}

.ad5-padding-y-lg {
    padding-top: var(--ad5-space-lg);
    padding-bottom: var(--ad5-space-lg);
}

.ad5-col-6 {
    grid-column-end: span 6;
}

a.author__img-wrapper {
    height: 45px;
    aspect-ratio: 1;
    border-radius: 100vw;
    overflow: hidden;
}
a.author__img-wrapper img {
    height: 100%;
}
.author.author--meta {
    display: flex;
    gap: 1rem;
    align-items: center;
    width: 400px;
    justify-content: center;
}
.author.author--meta a {
    color: #000;
    text-decoration: none;
    font-size: 1.2rem;
}
.author.author--meta p {
    font-size: 0.8rem;
}

/* Destination Details */
.blog-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.blog-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tags-container {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 16px;
    color: #878787;

    h4 {
        font-size: 18px;
        font-weight: bold;
        margin-right: 10px;
    }

    a {
        text-decoration: none;
        color: #4CAF50;
        font-weight: bold;
        margin: 0 5px;

        &:hover {
            color: #333;
        }
    }
}

.blog-content {
    flex: 2;
    padding-right: 40px;

    @media screen and (max-width: 768px) {
        padding-right: 0;
    }
}

/* Title Section */
.title-section {
    h1 {
        font-size: 40px;
        line-height: 1.2;
        font-weight: bold;
        margin-bottom: 1em;

        @media screen and (max-width: 768px) {
            font-size: 30px;
            line-height: 1.3;
        }
    }

    p {
        font-size: 16px;
        line-height: 1.8;
        color: #878787;
        margin-bottom: 1.5em;
    }
}

/* Images Section */
.images-section {
    display: flex;
    gap: 30px;
    margin: auto;

    .image img {
        width: 100%;
        height: 400px;
        border-radius: 8px;
    }
}

/* Cost Section */
.cost-section {
    h2 {
        font-size: 2rem;
        font-weight: bold;
        margin: 1.5em 0;
    }

    .cost-item {
        font-size: 16px;
        line-height: 1.8;
        color: #878787;
        margin-bottom: 1.5em;

        .cost-title {
            font-weight: bold;
            color: #4CAF50;
        }
    }
}

/* Other Section */
.additional-section {
    max-width: 1200px;
    /*margin: 50px auto;*/
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;

    h3 {
        font-size: 32px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 20px;
    }

    .section-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;

        .section-text {
            flex: 1;
            max-width: 500px;

            p {
                font-size: 16px;
                color: #878787;
                line-height: 1.6;
            }
        }

        .section-image {
            flex: 1;

            img {
                width: 100%;
                height: auto;
                max-width: 500px;
                max-height: 300px;
                border-radius: 8px;
                object-fit: cover;
            }
        }
    }

    /* Alternating content order */
    &:nth-child(odd) .section-content {
        flex-direction: row;

        @media screen and (max-width: 768px) {
            flex-direction: column;
        }
    }

    &:nth-child(even) .section-content {
        flex-direction: row-reverse;

        @media screen and (max-width: 768px) {
            flex-direction: column;
        }
    }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .section-content {
        flex-direction: column;
        text-align: center;
    }

    .additional-section h3 {
        text-align: center;
    }

    .section-image img {
        max-width: 100%;
    }

    .blog-container {
        display: flex;
        flex-direction: column;
        padding: 15px;
    }
}

/*.more-dest {*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*    background-color: #4CAF50;*/
/*    padding: 8px 15px;*/
/*    border-radius: 4px;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/
/*    text-transform: uppercase;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    transition: background-color 0.3s ease, transform 0.3s ease;*/
/*    width: 200px;*/
/*}*/

/*.more-dest .button-text {*/
/*    transition: opacity 0.5s ease;*/
/*}*/

/*.more-dest .arrow-icon {*/
/*    margin-left: 10px;*/
/*    opacity: 1;*/
/*    transition: opacity 0.3s ease, transform 0.3s ease;*/
/*    position: relative;*/
/*    color: white;*/
/*}*/

/*.more-dest:hover {*/
/*    background-color: #4CAF50;*/
/*}*/

/*.more-dest:hover .button-text {*/
/*    opacity: 0;*/
/*}*/

/*.more-dest:hover .arrow-icon {*/
/*    transform: translate(-85px) scale(1);*/
/*}*/
