html,
body {
    overflow-x: hidden;
}

.w-image-h {
    display: flex;
}

#page-content>section.l-section.height_medium:first-of-type {
    padding-top: 0;
}

.w-nav-title {
    color: #fff;
}

.w-nav-close::before {
    color: #fff;
}

@font-face {
    font-family: 'Cintarini';
    src: url('../fonts/Cintarini.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nimbus Roman No9 L';
    src: url('../fonts/NimbusRomNo9L-Reg.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nimbus Roman No9 L';
    src: url('../fonts/NimbusRomNo9L-RegIta.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Nimbus Roman No9 L';
    src: url('../fonts/NimbusRomNo9L-Med.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Nimbus Roman No9 L';
    src: url('../fonts/NimbusRomNo9L-MedIta.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}



.andrea-hero *,
.andrea-about-hello *,
.andrea-expectations *,
.andrea-photos-section *,
.andrea-fun-dates *,
.andrea-cta-banners *,
.andrea-connect-section * {
    box-sizing: border-box;
}

.andrea-expectations .g-cols.via_flex.type_default {
    margin-top: 40px !important;
}

.andrea-container {
    max-width: 1248px;
    margin: 0 auto;

    width: 100% !important;
    flex: 1 1 100%;
    box-sizing: border-box;
}

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

.mt-40 {
    margin-top: 40px;
}

.andrea-outline-btn {
    display: inline-block;
    border: 1px solid #c08741;
    color: #333;
    padding: 12px 30px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
}

.andrea-outline-btn:hover {
    background-color: #c08741;
    color: #fff;
}

.andrea-solid-btn {
    display: inline-block;
    background-color: #c08741;
    color: #fff;
    padding: 12px 30px;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
    border: none;
    margin-top: 30px;
}

.andrea-solid-btn:hover {
    background-color: #a47337;
    letter-spacing: 2px;
}

a.andrea-solid-btn:hover {
    color: #fff !important;
}

.andrea-hero {
    min-height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.andrea-hero-content {
    color: #fff;
    z-index: 2;
    position: relative;
}

.andrea-hero-content>* {
    max-width: 600px;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.andrea-about-hello {
    padding: 100px 0;
    background: #000;
}

.andrea-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.andrea-about-image-wrapper {
    position: relative;
    display: inline-block;
    padding: 40px;
}

.andrea-main-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 500px;
}

.andrea-decoration {
    position: absolute;
    width: 177px;
    height: 161px;
    z-index: 10;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.andrea-decoration-top-left {
    top: 20px;
    left: 20px;
}

.andrea-decoration-bottom-right {
    bottom: 20px;
    right: 20px;
    transform: rotate(180deg);
}

.andrea-about-image-wrapper:hover .andrea-decoration-top-left {
    transform: translate(-10px, -10px);
}

.andrea-about-image-wrapper:hover .andrea-decoration-bottom-right {
    transform: rotate(180deg) translate(-10px, -10px);
}

.andrea-about-content h2,
.andrea-about-content .vc_custom_heading h2 {

    margin: 0 0 30px 0 !important;

}

.andrea-about-content h3,
.andrea-about-content .vc_custom_heading h3 {

    text-transform: none !important;

    margin-bottom: 20px !important;

}

.andrea-about-content p,
.andrea-about-content .wpb_text_column p {

    margin-bottom: 20px !important;
}

.andrea-about-col-left {
    flex: 1;
    padding: 20px;
    min-width: 300px;
}

.andrea-about-col-right {
    flex: 1;
    padding: 40px;
    min-width: 300px;
}

.andrea-about-img-wrap {
    position: relative;
    padding: 20px;
    border: 1px solid #c08741;
}

.andrea-about-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.andrea-about-subtitle {
    font-size: 2.2rem;
    font-style: italic;
    margin-bottom: 20px;
}

.andrea-video-btn-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.andrea-play-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #c08741;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
}

@font-face {
    font-family: 'Cintarini';
    src: url('../fonts/Cintarini.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.andrea-custom-audio-player {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.andrea-audio-btn {
    cursor: pointer;
    width: 60px;
    height: 60px;
    transition: opacity 0.3s;
}

.andrea-audio-btn:hover {
    opacity: 0.8;
}

.andrea-play-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.andrea-audio-waveform {
    height: 40px;
    flex: 1;
    position: relative;
}

.andrea-audio-waveform img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left center;
}

.andrea-waveform-bg {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}

.andrea-waveform-progress {
    position: absolute;
    left: 0;
    top: 0;
    clip-path: inset(0 100% 0 0);
}

.andrea-custom-audio-player.playing .andrea-audio-btn {

    opacity: 0.7;
}

.andrea-expectations {
    background-color: #1a1512;
    color: #d8d8d8;
    padding: 0;
}

.andrea-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 80px;
}

.andrea-feature-box {
    border: 1px solid #332b26;
    padding: 30px 20px;
    text-align: center;
}

.andrea-feature-box .w-iconbox-icon {
    justify-content: left;
}

.andrea-feature-box .w-iconbox-text p {
    font-size: 16px;
    font-family: 'Arial', 'Helvetica', sans-serif;
}

@media (max-width: 1024px) {
    .andrea-hero-content {
        max-width: 80%;
    }

}

@media (max-width: 768px) {
    .andrea-hero {
        height: auto;
        min-height: 80vh;
        padding: 80px 0;
    }

    .andrea-hero-content {
        padding-right: 5%;
        max-width: 100%;

    }

    .andrea-feature-box {
        padding: 20px 20px;
    }

    .andrea-expectations .g-cols,
    .andrea-expectations .wpb_row {
        flex-wrap: wrap !important;
    }

    .andrea-expectations .vc_row .vc_column_container,
    .andrea-expectations .g-cols>.wpb_column,
    .andrea-expectations .g-cols>div {
        flex: 1 1 100% !important;
    }

}

.andrea-feature-box .andrea-icon {
    font-size: 2rem;
    margin-bottom: 20px;
}



.andrea-feature-box h4 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
}

.andrea-expectations-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.andrea-exp-text {
    flex: 1;
    min-width: 300px;
    font-size: 1rem;
    line-height: 1.8;
}

.andrea-exp-img {
    flex: 1;
    min-width: 300px;
    border: 1px solid #c08741;
    padding: 15px;
}

.andrea-exp-img img {
    width: 100%;
    height: auto;
}

.andrea-expectations {
    padding: 0;
    background: #150B00;
    color: #fff;
}

.andrea-feature-box {
    text-align: left;
    padding: 34px 59px !important;
    border: 0.5px solid transparent;
    border-image: linear-gradient(180deg, #BB782C 0%, rgba(85, 54, 20, 0) 100%);
    border-image-slice: 1;
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.andrea-feature-box>*:nth-child(1) {
    height: 70px !important;
    min-height: 70px !important;
    max-height: 70px !important;
    display: flex !important;
    align-items: center !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
}

.andrea-feature-box>*:nth-child(2) {
    margin-top: 0 !important;
    margin-bottom: 23px !important;
}

.andrea-feature-box>*:nth-child(1) * {
    margin: 0 !important;
    padding: 0 !important;
}

.andrea-feature-box .vc_icon_element,
.andrea-feature-box .wpb_single_image,
.andrea-feature-box .andrea-icon {
    margin-bottom: 20px !important;
    color: #BB782C;
}

.andrea-feature-box .wpb_single_image>.wpb_wrapper,
.andrea-feature-box .wpb_single_image .vc_single_image-wrapper {
    display: block !important;
    height: auto !important;
    margin-bottom: 0 !important;
}

.andrea-feature-box .wpb_single_image img {
    width: 25px !important;
    max-width: 25px !important;
    height: auto !important;
    max-height: 60px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.andrea-feature-box h4,
.andrea-feature-box h2,
.andrea-feature-box .vc_custom_heading h4,
.andrea-feature-box .vc_custom_heading h2 {

    text-transform: uppercase !important;

    margin-bottom: 0 !important;

}

.andrea-expectations h3,
.andrea-expectations .vc_custom_heading h3,
.andrea-feature-box h3,
.andrea-feature-box .vc_custom_heading h3 {

    text-align: left !important;
    text-transform: none !important;
    margin-bottom: 15px !important;
}

.andrea-feature-box p,
.andrea-feature-box .wpb_text_column p {

    margin-bottom: 0 !important;
    text-align: left !important;
}

.andrea-bottom-row {
    margin-top: 80px !important;
}

.andrea-bottom-row .vc_column_container:last-child,
.andrea-bottom-row .wpb_column:last-child {
    text-align: right !important;
}

.andrea-bottom-row .wpb_text_column p {

    text-align: left !important;
}

.andrea-exp-img img {
    border: 0.5px solid transparent;
    border-image: linear-gradient(180deg, #BB782C 0%, rgba(85, 54, 20, 0) 100%);
    border-image-slice: 1;
    padding: 15px;
    width: 100%;
    height: auto;
}

.andrea-exp-img img {
    width: 100%;
    height: auto;
}

.andrea-fun-dates {
    padding: 100px 0;
    background-color: #faf9f8;
}

.andrea-dates-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.andrea-date-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 40px 20px;
}

.andrea-date-box h4 {

    margin: 15px 0;
}

.andrea-cta-banners {
    padding-top: 20px !important;
    padding-bottom: 80px !important;
    margin-top: 0 !important;
}

.andrea-cta-banners h2.andrea-script-title {
    margin-top: 0 !important;
}

.andrea-flex-banners {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.andrea-banner-link {
    flex: 1;
    min-width: 300px;
    height: 416px !important;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    color: #fff;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.andrea-banner-link:hover a {
    color: #fff !important;
}

.andrea-banner-link .vc_column-inner {
    background-size: cover !important;
    background-position: center !important;
    height: 100% !important;
    width: 100% !important;
}

.andrea-banner-link:hover {
    transform: scale(1.02);
    z-index: 10;
}

.andrea-banner-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(308deg, #150B00 19.2%, rgba(21, 11, 0, 0) 81.15%);
}

.andrea-banner-link::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    width: 177px;
    height: 161px;
    background-image: url('../image-decoration.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.andrea-banner-link:hover::before {
    transform: translate(-10px, -10px);
}

.andrea-banner-text {
    position: absolute !important;
    bottom: 30px !important;
    right: 30px !important;
    z-index: 2;
    font-size: 40px !important;
    font-weight: 700 !important;
    font-style: italic !important;
    font-family: 'Cormorant Garamond', serif !important;
    line-height: 1.2 !important;
    color: #FFFFFF !important;
    letter-spacing: 0 !important;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 !important;
}

.andrea-banner-text::after {
    content: '';
    display: block;
    width: 41px;
    height: 42px;
    background-image: url('data:image/svg+xml;utf8,<svg width="41" height="42" viewBox="0 0 41 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M40.2458 22.3789C40.6773 21.9474 40.6773 21.2476 40.2458 20.8161L33.2087 13.779C32.7772 13.3474 32.0773 13.3474 31.6458 13.779C31.2143 14.2105 31.2143 14.9103 31.6458 15.3418L37.8966 21.5975L31.6458 27.8484C31.2143 28.2799 31.2143 28.9797 31.6458 29.4112C32.0773 29.8427 32.7772 29.8427 33.2087 29.4112L40.2458 22.3789ZM0 22.7025H39.4643V20.4925H0V22.7025Z" fill="%23BB782C"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
}

.andrea-banner-link:hover .andrea-banner-text::after {
    transform: translateX(10px);
}

.andrea-connect-section {
    height: 676px !important;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    overflow: hidden;
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.andrea-ornament {
    position: absolute;
    width: 177px;
    height: 161px;
    background-image: url('../image-decoration.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.andrea-ornament-tl {
    top: 40px;
    left: 40px;
}

.andrea-ornament-br {
    bottom: 40px;
    right: 40px;
    transform: scale(-1, -1);
}

.andrea-connect-section .andrea-container {
    width: 100%;
    margin: 0 auto;
}

.andrea-connect-section:hover .andrea-ornament-tl {
    top: 30px;
    left: 30px;
}

.andrea-connect-section:hover .andrea-ornament-br {
    bottom: 30px;
    right: 30px;
    transform: scale(-1, -1) translate(-10px, -10px);
}

.andrea-hero-content>* {
    position: relative;
    z-index: 2;
}

.andrea-connect-content {
    position: relative;
    z-index: 3;
    max-width: 500px;
    margin: 0;
}

.andrea-connect-content span {
    color: #BF833F;
}

.andrea-connect-section h2.andrea-script-title {

    margin-top: 0 !important;
    margin-bottom: 10px !important;

    text-transform: none !important;
}

.andrea-connect-subtitle {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}



.andrea-newsletter {
    background-color: #BB782C !important;
    padding: 60px 0 !important;
}

.andrea-newsletter .l-section-h,
.andrea-newsletter .g-cols,
.andrea-newsletter .wpb_row {
    max-width: 1248px !important;
    padding: 0 24px !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
    align-items: center;
}

.andrea-newsletter h2,
.andrea-newsletter h3,
.andrea-newsletter .wpb_text_column p {

    margin-bottom: 0 !important;
    text-align: left !important;

}

.andrea-newsletter .wpcf7,
.andrea-newsletter form {
    width: 100%;
    margin: 0;
}

.andrea-newsletter .wpcf7 form,
.andrea-newsletter form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.andrea-newsletter .wpcf7 form p {
    display: flex;
    width: 100%;
    margin: 0;
}

.andrea-newsletter .wpcf7-form-control-wrap,
.andrea-newsletter input[type="email"] {
    flex: 1;
    margin: 0 !important;
}

.andrea-newsletter .wpcf7-text,
.andrea-newsletter input[type="email"] {
    width: 100%;
    padding: 0 25px !important;
    border: none !important;
    font-family: 'Nimbus Roman No9 L', 'Times New Roman', Times, serif !important;
    font-size: 18px !important;
    color: #333 !important;
    background-color: #fff !important;
    height: 60px !important;
    box-sizing: border-box;
}

.andrea-newsletter .wpcf7-text::placeholder,
.andrea-newsletter input[type="email"]::placeholder {
    color: #888;
}

.andrea-newsletter .wpcf7-submit,
.andrea-newsletter button[type="submit"] {
    padding: 0 45px !important;
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    border-left: none !important;
    color: #ffffff !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    cursor: pointer;
    height: 60px !important;
    margin: 0 !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.andrea-newsletter .wpcf7-submit:hover,
.andrea-newsletter button[type="submit"]:hover {
    background-color: #ffffff !important;
    color: #BB782C !important;
}

@media (max-width: 768px) {

    .andrea-newsletter .wpcf7 form,
    .andrea-newsletter .wpcf7 form p,
    .andrea-newsletter form {
        flex-direction: column;
    }

    .andrea-newsletter .wpcf7-submit,
    .andrea-newsletter button[type="submit"] {
        border-left: 1px solid #ffffff !important;
        margin-top: 15px;
        width: 100%;
    }

    .andrea-newsletter h2,
    .andrea-newsletter h3,
    .andrea-newsletter .wpb_text_column p {
        text-align: center !important;
        margin-bottom: 30px !important;
    }

}

.andrea-photos-section {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
    margin-top: 0 !important;
}

.andrea-decorated-gallery {
    position: relative;
    padding: 40px 24px;
    box-sizing: border-box;
    max-width: 1248px;
    margin: 0 auto !important;
}

.andrea-decorated-gallery::before,
.andrea-decorated-gallery::after {
    content: '';
    position: absolute;
    width: 177px;
    height: 161px;
    background-image: url('../image-decoration.svg');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 10;
}

.andrea-decorated-gallery::before {
    top: 0;
    left: 0;
}

.andrea-decorated-gallery::after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.andrea-photos-footer {
    text-align: center;
    margin-top: 40px;
}

.andrea-photos-section .vc_btn3,
.andrea-photos-section .vc_btn3-container {
    text-align: center !important;
}

.andrea-photos-section .vc_btn3-style-outline {
    border: 1px solid #BF833F !important;
    color: #150B00 !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    padding: 0 40px !important;
    height: 37px !important;
    line-height: 35px !important;
    text-transform: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    display: inline-block !important;
}

.andrea-photos-section .vc_btn3-style-outline:hover {
    background: #BF833F !important;
    color: #fff !important;
}

.andrea-photo-grid-layout .w-gallery-list {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    grid-template-rows: 554px 527px !important;
    gap: 15px !important;
}

.andrea-photo-grid-layout .w-gallery-item:nth-child(1) {
    grid-column: span 2 !important;
}

.andrea-photo-grid-layout .w-gallery-item:nth-child(2) {
    grid-column: span 2 !important;
}

.andrea-photo-grid-layout .w-gallery-item:nth-child(3) {
    grid-column: span 2 !important;
}

.andrea-photo-grid-layout .w-gallery-item:nth-child(4) {
    grid-column: span 4 !important;
}

.andrea-photo-grid-layout .w-gallery-item:nth-child(5) {
    grid-column: span 2 !important;
}

.andrea-photo-grid-layout .w-gallery-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

@media (max-width: 1024px) {
    .andrea-photo-grid-layout .w-gallery-list {
        grid-template-columns: repeat(4, 1fr) !important;
        grid-template-rows: auto !important;
        grid-auto-rows: 350px !important;
    }

    .andrea-photo-grid-layout .w-gallery-item:nth-child(1) {
        grid-column: span 2 !important;
    }

    .andrea-photo-grid-layout .w-gallery-item:nth-child(2) {
        grid-column: span 2 !important;
    }

    .andrea-photo-grid-layout .w-gallery-item:nth-child(3) {
        grid-column: span 2 !important;
    }

    .andrea-photo-grid-layout .w-gallery-item:nth-child(4) {
        grid-column: span 2 !important;
    }

    .andrea-photo-grid-layout .w-gallery-item:nth-child(5) {
        grid-column: span 4 !important;
    }
}

@media (max-width: 768px) {
    .andrea-photo-grid-layout .w-gallery-list {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-template-rows: auto !important;
        grid-auto-rows: 300px !important;
    }

    .andrea-photo-grid-layout .w-gallery-item {
        grid-column: span 1 !important;
    }

    .andrea-photo-grid-layout .w-gallery-item:nth-child(5) {
        grid-column: span 2 !important;
    }
}

@media (max-width: 480px) {
    .andrea-photo-grid-layout .w-gallery-list {
        grid-template-columns: 1fr !important;
        grid-auto-rows: 300px !important;
    }

    .andrea-photo-grid-layout .w-gallery-item {
        grid-column: span 1 !important;
    }
}

.andrea-fun-section {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
    margin-top: 0 !important;
    background-color: #fff !important;
}

.andrea-fun-boxes,
.andrea-fun-boxes .g-cols,
.andrea-fun-boxes .wpb_row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 30px !important;
    max-width: 1248px !important;
    padding: 0 24px !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}

.andrea-fun-boxes .andrea-fun-box,
.andrea-fun-boxes .wpb_column {
    width: calc(33.333% - 20px) !important;
    border: 0.5px solid !important;
    border-image-source: linear-gradient(180deg, #BB782C 0%, rgba(85, 54, 20, 0) 100%) !important;
    border-image-slice: 1 !important;
    padding: 50px 30px !important;
    text-align: center !important;
    background-color: #fff !important;
    box-sizing: border-box !important;
    flex: 0 0 auto !important;
}

.andrea-fun-boxes .andrea-fun-box .vc_icon_element,
.andrea-fun-boxes .wpb_column .vc_icon_element,
.andrea-fun-boxes .andrea-fun-box .wpb_single_image,
.andrea-fun-boxes .wpb_column .wpb_single_image,
.andrea-fun-boxes .andrea-fun-box .andrea-icon {
    margin-bottom: 40px !important;
    text-align: center !important;
}

.andrea-fun-boxes .andrea-fun-box img,
.andrea-fun-boxes .wpb_column .wpb_single_image img,
.andrea-fun-boxes .andrea-fun-box .w-iconbox-icon img {
    height: 35px !important;
    width: auto !important;
    margin: 0 auto !important;
}

.andrea-fun-boxes .andrea-fun-box h4,
.andrea-fun-boxes .wpb_column h4,
.andrea-fun-boxes .wpb_column .vc_custom_heading h4,
.andrea-fun-boxes .andrea-fun-box .w-iconbox-title {
    margin-bottom: 20px !important;
    padding-top: 0 !important;
    text-align: center !important;

}

.andrea-fun-boxes .andrea-fun-box p,
.andrea-fun-boxes .wpb_column p,
.andrea-fun-boxes .wpb_column .wpb_text_column p,
.andrea-fun-boxes .andrea-fun-box .w-iconbox-text {

    text-align: center !important;
}

@media (max-width: 1024px) {

    .andrea-fun-boxes .andrea-fun-box,
    .andrea-fun-boxes .wpb_column {
        width: calc(50% - 15px) !important;
    }

}

@media (max-width: 768px) {

    .andrea-fun-boxes .andrea-fun-box,
    .andrea-fun-boxes .wpb_column {
        width: 100% !important;
    }

}

.andrea-feature-box>p:empty {
    display: none !important;
}

.andrea-fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.andrea-fade-in-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.andrea-feature-box,
.andrea-fun-boxes .andrea-fun-box,
.andrea-fun-boxes .wpb_column {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease !important;
}

.andrea-feature-box:hover,
.andrea-fun-boxes .andrea-fun-box:hover,
.andrea-fun-boxes .wpb_column:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(187, 120, 44, 0.08) !important;
}

@media (max-width: 1024px) {

    .andrea-about-grid {
        gap: 20px !important;
    }

}

@media (max-width: 768px) {

    .andrea-about-grid {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }

    .andrea-about-image-wrapper {
        padding: 30px !important;
    }

    .andrea-main-image {
        max-width: 100% !important;
    }

    .andrea-decoration {
        width: 35px !important;
        height: 32px !important;
    }

    .andrea-decoration-top-left {
        top: 5px !important;
        left: 5px !important;
    }

    .andrea-decoration-bottom-right {
        bottom: 5px !important;
        right: 5px !important;
    }

    .andrea-expectations .g-cols,
    .andrea-expectations .wpb_row,
    .andrea-expectations .g-cols>div,
    .andrea-expectations .g-cols>.wpb_column,
    .andrea-expectations .l-section-h {
        display: block !important;
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important;
    }

    .andrea-feature-box {
        margin-bottom: 30px !important;
    }

    .andrea-connect-subtitle {
        font-size: 36px !important;
    }

    .andrea-fun-boxes .andrea-fun-box,
    .andrea-fun-boxes .wpb_column {
        width: 100% !important;
    }

    .andrea-newsletter form {
        flex-direction: column !important;
    }

    .andrea-newsletter .wpcf7-submit {
        border-left: 1px solid #ffffff !important;
        border-top: none !important;
        width: 100% !important;
    }

}

.l-section:has(.andrea-expectations) {
    background: #150B00 !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

h2.andrea-expectations {
    background: transparent !important;
    padding: 0 !important;
    max-width: none !important;
    text-align: center !important;
}

.andrea-expectations {
    width: 100% !important;
    max-width: 1248px !important;
    margin: 0 auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
}

.andrea-expectations .g-cols {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

@media (min-width: 768px) {
    .andrea-expectations .g-cols {
        display: flex !important;

        gap: 15px;
    }

    .andrea-expectations .g-cols>div {
        flex: 1 1 0% !important;
        width: auto !important;
        max-width: none !important;
    }

}

.g-cols.via_flex.type_default>div>.vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (max-width: 1240px) {

    .andrea-container,
    .l-section-h,
    .andrea-expectations {
        max-width: 1024px !important;
    }

    .andrea-main-image {
        max-width: 400px;
    }

    .andrea-feature-box {
        padding: 20px 35px !important;
    }

    .andrea-expectations {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .l-section {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

}

@media (max-width: 1110px) {

    .andrea-container,
    .l-section-h,
    .andrea-expectations {
        max-width: 940px !important;
    }

    .andrea-main-image {
        max-width: 300px;
    }

    .andrea-feature-box {
        padding: 20px 35px !important;
    }

    .andrea-expectations {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .l-section {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .andrea-ornament-tl {
        top: 20px;
        left: 20px;
    }

    .andrea-ornament-br {
        bottom: 20px;
        right: 20px;
    }

}

@media (max-width: 1000px) {

    .andrea-container,
    .l-section-h,
    .andrea-expectations {
        max-width: 740px !important;
    }

    .andrea-main-image {
        max-width: 400px;
    }

    .andrea-feature-box {
        padding: 20px 35px !important;
    }

    .andrea-expectations {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .l-section {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

}

.andrea-about-content .vc_column-inner {
    justify-content: center;
    align-items: center;
}

.andrea-about-content {
    padding: 20px !important;
}

.g-cols.via_flex.type_default {

    margin: 0px !important;
}

@media (max-width: 768px) {

    .andrea-container,
    .l-section-h {
        max-width: 620px !important;

    }

}

@media (max-width: 620px) {

    .andrea-container,
    .andrea-about-image-wrapper,
    .andrea-cta-banners,
    .andrea-booking-widget {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    .andrea-connect-section .andrea-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

}

.andrea-hero-subpage {
    height: 420px;
    min-height: 420px;
}

.andrea-accordion-main-title {
    font-family: 'Cintarini', cursive;
    font-size: 60px;
    color: #BB782C;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 400;
}

@media (max-width: 768px) {
    .andrea-accordion-main-title {
        font-size: 50px;
        margin-bottom: 20px;
    }

}

.andrea-accordion {
    width: 100%;
    margin: 20px 0;
}

.andrea-accordion-section {
    margin-bottom: 0;
}

.andrea-accordion-section-title {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
    transition: all 0.3s ease;
}

.andrea-accordion-icon {
    width: 30px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.andrea-accordion-icon img {
    max-width: 100%;
    height: auto;
}

.andrea-accordion-title-text {
    flex-grow: 1;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 50px;
    color: #fff;
}

.andrea-accordion-arrow {
    width: 24px;
    color: #fff;
    transition: transform 0.3s ease;
}

.andrea-accordion-section.active .andrea-accordion-arrow {
    transform: rotate(180deg);
}

.andrea-accordion-content {
    padding: 10px 0 40px 0;
}

.andrea-accordion-qa {
    display: flex;
    margin-bottom: 30px;
}

.andrea-accordion-qa:last-child {
    margin-bottom: 0;
}

.andrea-accordion-question {
    width: 35%;
    padding-right: 40px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #BB782C;
    line-height: 1.5;
    letter-spacing: 1px;
}

.andrea-accordion-answer {
    width: 65%;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .andrea-accordion-qa {
        flex-direction: column;
    }

    .andrea-accordion-question {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .andrea-accordion-answer {
        width: 100%;
        font-size: 16px;
    }

    .andrea-accordion-title-text {
        font-size: 32px;
    }

}

.surprise-icon-box h4.w-iconbox-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 40px !important;

}

.surprise-icon-box .w-iconbox-title:not(:empty) {
    padding: 0 !important;
}

.andrea-container-gallery h2 {

    margin-bottom: 20px !important;
    margin-top: 0 !important;
}

.andrea-container-gallery h3 {

    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.andrea-gallery-headings {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .andrea-container-gallery h2 {
        font-size: 50px !important;
    }

}

.andrea-photo-grid-layout.layout-3-row {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 554px;
}

.andrea-photo-grid-layout.layout-3-row .andrea-photo-item {
    grid-column: span 1;
}

.andrea-photo-grid-layout.layout-3-masonry {
    grid-template-columns: 1fr 435px;
    grid-template-rows: 471.5px 471.5px;
}

.andrea-photo-grid-layout.layout-3-masonry .item-1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.andrea-photo-grid-layout.layout-3-masonry .item-2 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.andrea-photo-grid-layout.layout-3-masonry .item-3 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

@media (max-width: 768px) {

    .andrea-photo-grid-layout.layout-3-row,
    .andrea-photo-grid-layout.layout-3-masonry {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        max-height: none;
    }

    .andrea-photo-grid-layout.layout-3-row .andrea-photo-item,
    .andrea-photo-grid-layout.layout-3-masonry .item-1,
    .andrea-photo-grid-layout.layout-3-masonry .item-2,
    .andrea-photo-grid-layout.layout-3-masonry .item-3 {
        grid-column: span 1;
        grid-row: auto;
    }

}

.andrea-pricing-list {
    max-width: 330px;
    padding: 20px 0;
}

.andrea-pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 0 10px 0;
    margin-bottom: 5px;
    border-bottom: 0.5px solid transparent;
    border-image: linear-gradient(90deg, #BB782C 0%, rgba(85, 54, 20, 0) 100%) 1;
    gap: 15px;
}

.andrea-pricing-name {
    font-size: 20px;
    line-height: 1em;
    color: #150b00;
    font-family: Arial, sans-serif;
}

.andrea-pricing-list.pricing-color-white .andrea-pricing-name {
    color: #ffffff;
}

.andrea-pricing-value {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.1;
    color: #BB782C;
    white-space: nowrap;
    text-align: right;
    flex-shrink: 0;
}

.font-cormorant-bold-italic {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 700 !important;
    font-style: italic !important;
}

.font-cintarini-60 {
    font-family: 'Cintarini', 'Pinyon Script', cursive !important;
    font-weight: 400 !important;

    font-size: 60px !important;
    color: #BB782C !important;
    line-height: normal !important;
    letter-spacing: 0 !important;
}

.font-cormorant-40-bold-italic {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 700 !important;
    font-style: italic !important;
    font-size: 40px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    color: #BB782C !important;
}

.andrea-decorated-row {
    position: relative !important;
    padding: 60px 100px !important;
}

.andrea-decorated-row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 177px;
    height: 161px;
    background-image: url('../image-decoration.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    pointer-events: none;
}

.andrea-decorated-row::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 177px;
    height: 161px;
    background-image: url('../image-decoration.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    transform: scale(-1, -1);
    pointer-events: none;
}

.andrea-fun-boxes.layout-grid3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}

.andrea-fun-boxes.layout-grid3 .andrea-fun-box {
    width: 100% !important;
}

@media (max-width: 900px) {
    .andrea-fun-boxes.layout-grid3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

}

@media (max-width: 600px) {
    .andrea-fun-boxes.layout-grid3 {
        grid-template-columns: 1fr !important;
    }

}

.andrea-accordion.style-alt-faq .andrea-accordion-icon {
    display: none !important;
}

.andrea-accordion.style-alt-faq .andrea-accordion-title-text {
    color: #150B00 !important;
    font-size: 35px !important;
}

.andrea-accordion.style-alt-faq .andrea-accordion-arrow {
    color: #BB782C !important;
}

.andrea-accordion.style-alt-faq .andrea-accordion-section-title {
    border-bottom: 0.5px solid !important;
    border-image-source: linear-gradient(270deg, #BB782C 0%, rgba(85, 54, 20, 0) 100%) !important;
    border-image-slice: 1 !important;
}

.andrea-accordion.style-alt-faq .andrea-accordion-content,
.andrea-accordion.style-alt-faq .andrea-accordion-content * {
    color: #150B00 !important;
    text-align: left !important;
}

.andrea-accordion.style-alt-faq .andrea-accordion-content ul {
    list-style: none !important;
    padding-left: 20px !important;
    margin-top: 20px !important;
    text-align: left !important;
}

.andrea-accordion.style-alt-faq .andrea-accordion-content ul li {
    position: relative !important;
    margin-bottom: 15px !important;
    font-family: 'Nimbus Roman No9 L', 'Times New Roman', Times, serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #150B00 !important;
    text-align: left !important;
}

.andrea-accordion.style-alt-faq .andrea-accordion-content ul li::before {
    content: '•' !important;
    color: #BB782C !important;
    font-size: 1.5em !important;
    position: absolute !important;
    left: -20px !important;
    top: -2px !important;
    line-height: 1 !important;
}

.andrea-accordion.style-alt-faq .andrea-accordion-question {
    display: none !important;
}

.andrea-accordion.style-alt-faq .andrea-accordion-answer {
    width: 100% !important;
}

.andrea-accordion-native.alt-faq .w-tabs-section-header {
    border-bottom: 0.5px solid !important;
    border-image-source: linear-gradient(270deg, #BB782C 0%, rgba(85, 54, 20, 0) 100%) !important;
    border-image-slice: 1 !important;
}
.andrea-accordion-native.alt-faq .w-tabs-section-title {
    color: #150B00 !important;
    font-size: 35px !important;
}
.andrea-accordion-native.alt-faq .w-tabs-section-title::before {
    display: none !important;
}
.andrea-accordion-native.alt-faq .w-tabs-section-control {
    color: #BB782C !important;
}
.andrea-accordion-native.alt-faq .w-tabs-section-control::before,
.andrea-accordion-native.alt-faq .w-tabs-section-control::after {
    border-color: #BB782C !important;
}
.andrea-accordion-native.alt-faq .w-tabs-section-content,
.andrea-accordion-native.alt-faq .w-tabs-section-content * {
    color: #150B00 !important;
    text-align: left !important;
}
.andrea-accordion-native.alt-faq .w-tabs-section-content ul {
    list-style: none !important;
    padding-left: 20px !important;
    margin-top: 20px !important;
    text-align: left !important;
}
.andrea-accordion-native.alt-faq .w-tabs-section-content ul li {
    position: relative !important;
    margin-bottom: 15px !important;
    font-family: 'Nimbus Roman No9 L', 'Times New Roman', Times, serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #150B00 !important;
    text-align: left !important;
}
.andrea-accordion-native.alt-faq .w-tabs-section-content ul li::before {
    content: '•' !important;
    color: #BB782C !important;
    font-size: 1.5em !important;
    position: absolute !important;
    left: -20px !important;
    top: -2px !important;
    line-height: 1 !important;
}
.andrea-accordion-native.alt-faq .andrea-accordion-question {
    display: none !important;
}
.andrea-accordion-native.alt-faq .andrea-accordion-answer {
    width: 100% !important;
}

.andrea-about-image-wrapper.size-full {
    display: block !important;
    width: 100% !important;
}

.andrea-about-image-wrapper.size-full .andrea-main-image {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    object-fit: cover;
}

.andrea-blog-featured-split {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

.andrea-blog-featured-image-col {
    flex: 1;
}

.andrea-blog-featured-text-col {
    flex: 1;
    padding-right: 40px;
}

.andrea-blog-script-heading {
    font-family: 'Cintarini', 'Pinyon Script', cursive;
    font-size: 60px;
    color: #BB782C;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}

.andrea-blog-script-heading.center {
    text-align: center;
    margin-bottom: 80px;
}

.andrea-blog-featured-text-col h2 {

    margin-bottom: 10px;
}

.andrea-blog-date {
    display: block;
    font-family: Arial, sans-serif;
    color: #BB782C;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.andrea-blog-excerpt p {

    margin-bottom: 30px;
}

.andrea-blog-btn-solid {
    display: inline-block;
    margin-top: 30px;
    background-color: #BB782C;
    color: #fff;
    padding: 7px 44px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background 0.3s;
}

.andrea-blog-btn-solid:hover {
    background-color: #9d6222;
    color: #fff;
}

.andrea-blog-btn-outline {
    display: inline-block;
    background-color: transparent;
    color: #150B00;
    border: 1px solid #BF833F;
    padding: 7px 44px;
    text-transform: uppercase;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s;
}

.andrea-blog-btn-outline:hover {
    background-color: #BF833F;
    color: #fff;
}

.andrea-blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.andrea-blog-grid-item {
    background: transparent;
}

.andrea-blog-grid-image-link img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.andrea-blog-grid-text {
    padding: 20px 0;
}

.andrea-blog-grid-text h3 {

    margin-bottom: 10px;
}

.andrea-blog-grid-text h3 a {
    text-decoration: none;
    color: #150B00 !important;
}

@media(max-width: 900px) {
    .andrea-blog-featured-split {
        flex-direction: column;
        gap: 30px;
    }

    .andrea-blog-featured-text-col {
        padding-right: 0;
    }

}

@media(max-width: 768px) {
    .andrea-blog-grid {
        grid-template-columns: 1fr;
    }

}

.andrea-single-post-container {
    max-width: 1248px;
    box-sizing: border-box;
    margin: 60px auto;
    padding: 0 24px;
}

.andrea-single-post-wrapper {
    position: relative;
    padding: 60px;
    background: transparent;
}

.andrea-single-post-featured {
    width: 100%;
    margin-bottom: 40px;
}

.andrea-single-post-featured img {
    width: 100%;
    height: auto;
    display: block;
}

.andrea-single-post-content-area {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.andrea-single-post-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    color: #150B00;
    margin-bottom: 10px;
}

.andrea-single-post-date {
    display: block;
    font-family: 'Nimbus Roman No9 L', serif;
    font-weight: 400;
    color: #BB782C;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.andrea-single-post-body {
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

@media(max-width: 768px) {
    .andrea-single-post-wrapper {
        padding: 30px 15px;
    }

    .andrea-single-post-title {
        font-size: 36px;
    }

}

.andrea-single-cta {
    display: flex;
    margin-top: 80px;
    background-color: #150B00;
    align-items: stretch;
    text-align: left;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.andrea-single-cta-content {
    flex: 1;
    position: relative;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.andrea-single-cta-script {
    font-family: 'Pinyon Script', cursive;
    font-size: 60px;
    color: #BB782C;
    font-weight: 400;
    margin-bottom: -10px;
}

.andrea-single-cta-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    font-style: italic;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.andrea-highlight {
    color: #BB782C;
}

.andrea-single-cta-text {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 350px;
}

.andrea-single-cta-image {
    flex: 1;
    position: relative;
    min-height: 400px;
}

.andrea-single-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    background-image: url('https://via.placeholder.com/800x800/222/fff?text=Twoje+Zdj%C4%99cie');
    background-size: cover;
    background-position: center;
}

@media(max-width: 768px) {
    .andrea-single-cta {
        flex-direction: column;
    }

    .andrea-single-cta-content {
        padding: 50px 30px;
    }

    .andrea-single-cta-image {
        min-height: 300px;
    }

}

.andrea-booking-widget {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Playfair Display', serif;
}

.andrea-form-section {
    margin-top: 30px;
    margin-bottom: 50px;
}

.andrea-form-heading {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.andrea-step-number {
    font-family: 'Cintarini', 'Pinyon Script', cursive;
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    color: #BB782C;
    line-height: 1;
    letter-spacing: 0;
}

.andrea-step-title-wrap h3 {

    margin: 0 0 5px 0;
}

.andrea-step-title-wrap p {

    margin: 0;
}

.andrea-form-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.andrea-card-radio {
    display: block;
    cursor: pointer;
    position: relative;
}

.andrea-card-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.andrea-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #d6c8b9;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.andrea-radio-circle {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    border: 2px solid #d6c8b9;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.andrea-card-radio input[type="radio"]:checked~.andrea-card-content {
    border-color: #BB782C;
    box-shadow: 0 4px 15px rgba(187, 120, 44, 0.1);
}

.andrea-season-cards-grid .andrea-card-content {
    background: #FFFCF9 !important;
    border: 1px solid #d6c8b9 !important;
}

.andrea-season-cards-grid .andrea-card-radio input[type="radio"]:checked~.andrea-card-content {
    background: linear-gradient(0deg, rgba(187, 120, 44, 0.1) 0%, rgba(187, 120, 44, 0) 100%) !important;
    box-shadow: none;

}

.andrea-card-radio input[type="radio"]:checked~.andrea-card-content .andrea-radio-circle {
    border-color: #BB782C;
}

.andrea-card-radio input[type="radio"]:checked~.andrea-card-content .andrea-radio-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #BB782C;
    border-radius: 50%;
}

.andrea-card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.andrea-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-style: italic;
    color: #150B00;
    font-weight: 700;
    margin-bottom: 10px;
}

.andrea-card-title em {
    font-size: 20px;
    font-weight: normal;
}

.andrea-card-desc {
    font-family: 'Nimbus Roman No9 L', 'Times New Roman', serif;
    font-size: 15px;
    color: #150B00;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .andrea-form-cards-grid {
        grid-template-columns: 1fr;
    }

}

.andrea-duration-col {
    width: 400px;
    max-width: 100%;
}

.andrea-duration-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.andrea-duration-radio {
    display: block;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #d6c8b9;
    padding: 15px 0;
    margin: 0;
}

.andrea-duration-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.andrea-duration-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: 40px;
}

.andrea-duration-circle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #d6c8b9;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.andrea-duration-radio input[type="radio"]:checked~.andrea-duration-content .andrea-duration-circle {
    border-color: #BB782C;
}

.andrea-duration-radio input[type="radio"]:checked~.andrea-duration-content .andrea-duration-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #BB782C;
    border-radius: 50%;
}

.andrea-duration-time {
    font-family: 'Nimbus Roman No9 L', 'Times New Roman', serif;
    font-size: 18px;
    color: #150B00;
}

.andrea-duration-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-style: italic;
    color: #BB782C;
    font-weight: 700;
}

@media (max-width: 768px) {
    .andrea-duration-grid {
        grid-template-columns: 1fr;
    }

}

.andrea-form-inputs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.andrea-input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.andrea-input-group label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-style: italic;
    color: #150B00;
    margin-bottom: 10px;
}

.andrea-input,
.andrea-textarea {
    width: 100%;
    padding: 10px 40px !important;
    border: 0.5px solid transparent !important;
    border-image: linear-gradient(90deg, #BB782C 0%, rgba(85, 54, 20, 0.1) 100%) 1 !important;
    border-radius: 0 !important;
    background: #fff !important;
    font-family: 'Nimbus Roman No9 L', 'Times New Roman', serif;
    font-size: 16px;
    color: #150B0099 !important;
    transition: border-image 0.3s ease;
    box-sizing: border-box;
}

.andrea-input:focus,
.andrea-textarea:focus {
    outline: none;
    border-image: linear-gradient(90deg, #BB782C 0%, #BB782C 100%) 1 !important;
}

input[type="date"].andrea-input {
    background-image: url('../callendar.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px;
}

input[type="date"].andrea-input::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2;
}

.andrea-textarea {
    min-height: 120px;
    resize: vertical;
}

.wpcf7 .andrea-card-content {
    background: #fff !important;
}

.wpcf7-list-item {
    margin: 0 20px 10px 0 !important;
    display: inline-block;
}

.l-section.andrea-footer-wrapper,
.vc_row.andrea-footer-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background-color: #150B00 !important;
    box-sizing: border-box;
}

.l-section.andrea-connect-section,
.vc_row.andrea-connect-section,
.l-section.height_medium.andrea-connect-section,
.l-section.height_medium:has(.andrea-connect-section) {
    padding-bottom: 0 !important;
}

.l-section.andrea-connect-section,
.vc_row.andrea-connect-section {
    padding: 0 !important;
    margin: 0 !important;
}

.andrea-footer-wrapper {
    background-color: #150B00;
    color: #fff;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
}

.andrea-footer-wrapper .l-section-h,
.andrea-footer-wrapper .vc_row,
.andrea-footer-wrapper .vc_col-sm-12,
.andrea-footer-wrapper .vc_column-inner,
.andrea-footer-wrapper .wpb_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.wpb_row.andrea-footer-wrapper .wpb_row.andrea-footer-container {
    max-width: 1248px;
    box-sizing: border-box;
    margin: 0 auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.andrea-footer-left {
    width: 50%;
}

.andrea-footer-right {
    width: 50%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.andrea-footer-logo {
    margin-bottom: 50px !important;
}

.andrea-footer-logo .logo-serif {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    color: #BB782C;
    font-weight: 700;
}

.andrea-footer-logo .logo-script {
    font-family: 'Cintarini', 'Pinyon Script', cursive;
    font-size: 40px;
    color: #BB782C;
    margin-left: -5px;
    font-weight: 400;
}

.andrea-footer-desc {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.6;
}

.andrea-footer-socials {
    display: flex;
    gap: 15px;
}

.andrea-footer-socials a {
    color: #BB782C;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.andrea-footer-socials a:hover {
    color: #fff;
}

.andrea-footer-right .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.andrea-footer-menu {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.andrea-footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.andrea-footer-menu li {
    margin: 0 !important;
    padding: 0 !important;
}

.andrea-footer-menu a {
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    transition: color 0.3s;
}

.andrea-footer-menu a:hover {
    color: #BB782C;
}

.andrea-footer-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(187, 120, 44, 0) 0%, rgba(187, 120, 44, 0.5) 50%, rgba(187, 120, 44, 0) 100%);
    margin-bottom: 20px;
}

.andrea-footer-copyright {
    font-size: 10px;
    color: #BB782C;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media(max-width: 768px) {
    .andrea-footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .andrea-footer-right .wpb_wrapper {
        align-items: center;
    }

    .andrea-footer-menu {
        justify-content: center;
        gap: 15px;
    }

    .andrea-footer-socials {
        justify-content: center;
    }

}

.wpcf7-list-item label {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    margin: 0 !important;
}

.andrea-contact-pref .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.wpcf7-list-item input[type="radio"],
.wpcf7-list-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.wpcf7-list-item-label {
    position: relative;
    padding-left: 35px;
    font-family: 'Nimbus Roman No9 L', 'Times New Roman', serif;
    font-size: 16px;
    color: #150B00;
}

.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.wpcf7-radio .wpcf7-list-item-label::before {
    border: 2px solid #d6c8b9;
    border-radius: 50%;
}

.wpcf7-checkbox .wpcf7-list-item-label::before {
    border: 1px solid #d6c8b9;
    border-radius: 0;
}

.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::before {
    border-color: #BB782C;
}

.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #BB782C;
    border-radius: 50%;
}

.wpcf7-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    border-color: #BB782C;
}

.wpcf7-checkbox input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 45%;
    width: 5px;
    height: 10px;
    border: solid #BB782C;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
}

.andrea-textarea {
    min-height: 150px;
    resize: vertical;
}

.wpcf7-list-item {
    margin-left: 0;
    margin-right: 20px;
}

.wpcf7-list-item-label {
    font-family: 'Nimbus Roman No9 L', 'Times New Roman', serif;
    font-size: 16px;
    color: #150B00;
    margin-left: 8px;
}

.andrea-checkbox-group label,
.andrea-contact-pref label,
.andrea-screening-pref label,
.andrea-deposit-check label,
.andrea-policy-check label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-style: italic;
    color: #150B00;
    margin-bottom: 15px;
    display: block;
}

.andrea-contact-pref,
.andrea-screening-pref,
.andrea-deposit-check,
.andrea-checkbox-group,
.andrea-policy-check {
    margin-bottom: 30px;
}

.andrea-submit-wrap {
    margin-top: 40px;
}

.andrea-submit-wrap input[type="submit"] {
    background-color: #BB782C;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.andrea-submit-wrap input[type="submit"]:hover {
    background-color: #a46723;
}

@media (max-width: 768px) {
    .andrea-form-inputs-grid {
        grid-template-columns: 1fr;
    }

}

.w-nav-title {
    color: #fff !important;
}

.w-nav-close::before {
    color: #fff !important;
}

@media (max-width: 768px) {
    .andrea-decorated-row {
        padding: 40px 20px !important;
    }

    .andrea-decorated-row::before,
    .andrea-decorated-row::after {
        width: 80px;
        height: 73px;
    }

}

.andrea-photo-grid-layout .w-gallery-item-img {
    height: 100% !important;
}

.andrea-photo-grid-layout .w-gallery-item {
    padding: 0 !important;
    margin: 0 !important;
}

.andrea-decorated-native {
    position: relative !important;
    display: inline-block !important;
}

.andrea-decorated-native::before {
    content: '';
    position: absolute;
    width: 177px;
    height: 161px;
    top: 20px;
    left: 20px;
    z-index: 10;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    background-image: url('../image-decoration.svg');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.andrea-decorated-native::after {
    content: '';
    position: absolute;
    width: 177px;
    height: 161px;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    background-image: url('../image-decoration.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    pointer-events: none;
}

.andrea-decorated-native:hover::before {
    transform: translate(-10px, -10px);
}

.andrea-decorated-native:hover::after {
    transform: rotate(180deg) translate(-10px, -10px);
}

.andrea-decorated-native .vc_single_image-wrapper {
    position: relative;
    padding: 20px !important;
    display: inline-block;
}

.andrea-photo-grid-layout .w-gallery-item {
    padding: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
}

.andrea-photo-grid-layout .w-gallery-item-img {
    padding: 0 !important;
    padding-bottom: 0 !important;
    height: 100% !important;
    position: relative !important;
    display: block !important;
}

.andrea-photo-grid-layout .w-gallery-item {
    height: 100% !important;
}

.andrea-photo-grid-layout {
    margin-bottom: 40px !important;
    margin-top: 70px !important;
}

.andrea-iconbox-fun .w-iconbox-icon svg {
    height: 50px;
}


.andrea-iconbox-fun h4.w-iconbox-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
}

@media (max-width: 768px) {
    .andrea-about-content-reverse {
        order: 2 !important;
    }

    .andrea-about-content-reverse-img {
        order: 1 !important;
    }
}

.andrea-accordion-native .w-tabs-section-header {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.andrea-accordion-native .w-tabs-section-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    font-size: 50px !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    padding: 20px 0 !important;
}

@media (max-width: 768px) {
    .andrea-accordion-native .w-tabs-section-title {
        font-size: 35px !important;
    }
}

.andrea-accordion-native .w-tabs-section-title::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.andrea-accordion-native .w-tabs-section:nth-child(1) .w-tabs-section-title::before {
    background-image: url('/wp-content/uploads/2026/07/essence.svg');
}

.andrea-accordion-native .w-tabs-section:nth-child(2) .w-tabs-section-title::before {
    background-image: url('/wp-content/uploads/2026/07/company.svg');
}

.andrea-accordion-native .w-tabs-section:nth-child(3) .w-tabs-section-title::before {
    background-image: url('/wp-content/uploads/2026/07/chemistry.svg');
}

.andrea-accordion-native .w-tabs-section:nth-child(4) .w-tabs-section-title::before {
    background-image: url('/wp-content/uploads/2026/07/star.svg');
}

.andrea-accordion-native .w-tabs-section-control {
    margin-left: auto;
    color: #fff;
}

.w-tabs.accordion.toggle_style_1>div>.w-tabs-section {
    border: none !important;
}

.andrea-hero-content p,
.decorative-p p {
    font-family: 'Nimbus Roman No9 L', sans-serif !important;
    font-size: 20px !important;
    line-height: 1.5em !important;

}


.andrea-about-content h4.w-iconbox-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    line-height: 1.2em;
    color: #150b00;
    font-style: italic;
    font-weight: 700;
    ;
}

.andrea-about-content .w-iconbox-text p {
    font-family: 'Nimbus Roman No9 L', sans-serif !important;
    font-size: 20px !important;
    line-height: 1.5em !important;
}

.andrea-gallery-headings {
    margin-bottom: 20px;
}
.andrea-gallery-headings h2 {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 50px;
    color: #C08741;
    margin-bottom: 5px;
}
.andrea-gallery-headings h3 {
    font-family: 'Cintarini';
    font-size: 40px;
    color: inherit;
}

.andrea-gallery-image {
    margin-bottom: 15px !important;
}

.g-cols.wpb_row.andrea-decorated-gallery.andrea-gallery-row {
    max-width: none !important;
    width: auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
}

.andrea-gallery-row > .vc_column_container {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

.andrea-gallery-image .vc_figure {
    width: 100% !important;
    display: block !important;
}

.andrea-gallery-image .vc_single_image-wrapper {
    height: 554px;
    width: 100%;
}

.andrea-gallery-image.andrea-gallery-image-wide .vc_single_image-wrapper {
    height: 554px;
}

.andrea-gallery-image.andrea-gallery-image-tall .vc_single_image-wrapper {
    height: 958px;
}

.andrea-gallery-row:last-of-type .vc_column_container {
    max-height: 958px;
    overflow: hidden;
}

.andrea-gallery-image .vc_single_image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

@media (max-width: 1024px) {
    .andrea-gallery-image .vc_single_image-wrapper,
    .andrea-gallery-image.andrea-gallery-image-wide .vc_single_image-wrapper,
    .andrea-gallery-image.andrea-gallery-image-tall .vc_single_image-wrapper {
        height: 350px !important;
    }
}

@media (max-width: 768px) {
    .andrea-gallery-image .vc_single_image-wrapper,
    .andrea-gallery-image.andrea-gallery-image-wide .vc_single_image-wrapper,
    .andrea-gallery-image.andrea-gallery-image-tall .vc_single_image-wrapper {
        height: 300px !important;
    }
}
.has-decorations {
    position: relative;
    padding: 40px !important;
}

.has-decorations::before,
.has-decorations::after {
    content: "";
    position: absolute;
    width: 177px;
    height: 161px;
    z-index: 10;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    background-image: url("../image-decoration.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.has-decorations::before {
    top: 0;
    left: 0;
}

.has-decorations::after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.has-decorations:hover::before {
    transform: translate(-10px, -10px);
}

.has-decorations:hover::after {
    transform: rotate(180deg) translate(-10px, -10px);
}

.andrea-blog-module .usg_post_taxonomy_1,
.andrea-blog-module .usg_post_content_1 {
    display: none !important;
}

.andrea-blog-module .usg_hwrapper_1 {
    margin-bottom: 10px;
}

.andrea-blog-module .usg_post_title_1 {
    margin-bottom: 15px !important;
}

.andrea-blog-module .w-grid-item-h {
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
}

@media (max-width: 1024px) {
    .l-section h1 { font-size: 60px !important; line-height: 1.15 !important; }
    .l-section h2 { font-size: 50px !important; line-height: 1.15 !important; }
    .l-section h3 { font-size: 40px !important; line-height: 1.2 !important; }
    .l-section h4 { font-size: 28px !important; line-height: 1.2 !important; }

    .andrea-hero-content h1 { font-size: 70px !important; }
    .andrea-hero-content h2 { font-size: 75px !important; }
    .andrea-connect-section h2 { font-size: 65px !important; }
    .andrea-cta-banners h2 { font-size: 65px !important; }
}

@media (max-width: 768px) {
    .l-section h1 { font-size: 42px !important; line-height: 1.15 !important; }
    .l-section h2 { font-size: 36px !important; line-height: 1.15 !important; }
    .l-section h3 { font-size: 30px !important; line-height: 1.2 !important; }
    .l-section h4 { font-size: 24px !important; line-height: 1.2 !important; }
    .l-section p  { font-size: 18px !important; }

    .andrea-hero-content h1 { font-size: 48px !important; }
    .andrea-hero-content h2 { font-size: 55px !important; }
    .andrea-hero-content p  { font-size: 17px !important; }

    .andrea-about-content h2 { font-size: 42px !important; }
    .andrea-about-content h3 { font-size: 32px !important; }
    .andrea-about-content h4 { font-size: 28px !important; }

    .andrea-expectations h2 { font-size: 36px !important; }
    .andrea-expectations h3 { font-size: 30px !important; }

    .andrea-cta-banners h2 { font-size: 50px !important; }
    .andrea-cta-banners h3 { font-size: 34px !important; }

    .andrea-connect-section h2 { font-size: 55px !important; }
    .andrea-connect-section h3 { font-size: 32px !important; }

    .andrea-gallery-headings h2 { font-size: 38px !important; }
    .andrea-gallery-headings h3 { font-size: 28px !important; }

    .andrea-feature-box h4 { font-size: 22px !important; }
    .andrea-fun-boxes h4   { font-size: 18px !important; }

    .andrea-accordion-title-text { font-size: 28px !important; }

    .andrea-blog-featured-text-col h2 { font-size: 42px !important; }
    .andrea-blog-featured-text-col h3 { font-size: 30px !important; }
    .andrea-blog-grid-text h3 { font-size: 22px !important; }

    .surprise-icon-box h4.w-iconbox-title { font-size: 32px !important; }
}

@media (max-width: 480px) {
    .l-section h1 { font-size: 34px !important; line-height: 1.1 !important; }
    .l-section h2 { font-size: 28px !important; line-height: 1.15 !important; }
    .l-section h3 { font-size: 24px !important; line-height: 1.2 !important; }
    .l-section h4 { font-size: 20px !important; line-height: 1.2 !important; }
    .l-section p  { font-size: 16px !important; }

    .andrea-hero-content h1 { font-size: 38px !important; }
    .andrea-hero-content h2 { font-size: 42px !important; }
    .andrea-hero-content p  { font-size: 16px !important; }

    .andrea-about-content h2 { font-size: 34px !important; }
    .andrea-about-content h3 { font-size: 26px !important; }
    .andrea-about-content h4 { font-size: 22px !important; }

    .andrea-expectations h2 { font-size: 30px !important; }
    .andrea-expectations h3 { font-size: 24px !important; }

    .andrea-cta-banners h2 { font-size: 40px !important; }
    .andrea-cta-banners h3 { font-size: 28px !important; }

    .andrea-connect-section h2 { font-size: 42px !important; }
    .andrea-connect-section h3 { font-size: 26px !important; }

    .andrea-gallery-headings h2 { font-size: 32px !important; }
    .andrea-gallery-headings h3 { font-size: 24px !important; }

    .andrea-feature-box h4 { font-size: 20px !important; }
    .andrea-fun-boxes h4   { font-size: 16px !important; }

    .andrea-accordion-title-text { font-size: 24px !important; }

    .andrea-blog-featured-text-col h2 { font-size: 32px !important; }
    .andrea-blog-featured-text-col h3 { font-size: 24px !important; }
    .andrea-blog-grid-text h3 { font-size: 18px !important; }

    .surprise-icon-box h4.w-iconbox-title { font-size: 26px !important; }
}

@media (max-width: 768px) {
    .l-section:not(:has(.andrea-hero)):not(:has(.andrea-expectations)):not(:has(.andrea-connect-section)):not(:has(.andrea-footer-wrapper)) {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }

    .andrea-hero .andrea-container,
    .andrea-hero-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .andrea-footer-wrapper .andrea-footer-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 480px) {
    .l-section:not(:has(.andrea-hero)):not(:has(.andrea-expectations)):not(:has(.andrea-connect-section)):not(:has(.andrea-footer-wrapper)) {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .andrea-hero .andrea-container,
    .andrea-hero-content {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .andrea-footer-wrapper .andrea-footer-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}


.page-id-220 .andrea-about-content h3 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.page-id-220 .w-tabs-section-title {
    font-weight: 700 !important;
}


.andrea-single-post-content-area {
    text-align: left;
}


.andrea-main-image {
    width: 100% !important;
    margin: 0 !important;
}
.andrea-main-image img,
.andrea-main-image .wp-post-image {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    display: block;
}


.andrea-single-post-wrapper.andrea-has-decorations .wpb_wrapper::before,
.andrea-single-post-wrapper.andrea-has-decorations .wpb_wrapper::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background-image: url("../image-decoration.svg");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 5;
    pointer-events: none;
}
.andrea-single-post-wrapper.andrea-has-decorations .wpb_wrapper::before {
    top: -40px;
    left: -40px;
}
.andrea-single-post-wrapper.andrea-has-decorations .wpb_wrapper::after {
    bottom: -40px;
    right: -40px;
    transform: rotate(180deg);
}

.w-post-elm.stretched img {
    width: 100% !important;
}

.andrea-single-post-wrapper h1 {
    margin-top: 40px;
}

/* ===================================================
   CONTACT FORM – poprawki feedbackowe
   =================================================== */

/* Sekcja formularza kontaktowego – spacing */
.andrea-contact-form-section .l-section-h,
.andrea-contact-form-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

/* --- Gradient na zaznaczonym boxie (plan-selection) --- */
.andrea-plan-selection .andrea-card-radio input[type="radio"]:checked ~ .andrea-card-content {
    background: linear-gradient(180deg, rgba(187, 120, 44, 0.12) 0%, rgba(187, 120, 44, 0) 100%) !important;
    border-color: #BB782C !important;
    box-shadow: 0 4px 20px rgba(187, 120, 44, 0.15) !important;
}

/* --- Zróżnicowanie wizualne: karta "Season" (druga) --- */
.andrea-plan-selection .andrea-card-radio:nth-child(2) .andrea-card-content {
    background: #FFFCF9;
    border-style: solid;
}

.andrea-plan-selection .andrea-card-radio:nth-child(2) input[type="radio"]:checked ~ .andrea-card-content {
    background: linear-gradient(180deg, rgba(187, 120, 44, 0.12) 0%, rgba(255, 252, 249, 0) 100%) !important;
    border-style: solid !important;
    border-color: #BB782C !important;
}

/* --- Zmniejszenie wysokości pól formularza --- */
.andrea-input,
.andrea-textarea {
    padding: 8px 20px !important;
    min-height: unset !important;
}

input.andrea-input,
select.andrea-input {
    height: 44px !important;
}

.andrea-textarea {
    min-height: 100px !important;
}

/* --- Flatpickr – dopasowanie kolorytsyki --- */
.flatpickr-calendar {
    font-family: 'Nimbus Roman No9 L', 'Times New Roman', serif !important;
    border: 1px solid #d6c8b9 !important;
    box-shadow: 0 4px 20px rgba(187, 120, 44, 0.1) !important;
    border-radius: 0 !important;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #BB782C !important;
    border-color: #BB782C !important;
    color: #fff !important;
}

.flatpickr-day:hover {
    background: rgba(187, 120, 44, 0.1) !important;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: #150B00 !important;
    color: #BB782C !important;
    height: 65px;
}

.flatpickr-weekday {
    color: #BB782C !important;
    font-weight: 600;
}

.flatpickr-day.today {
    border-color: #BB782C !important;
}

/* Input daty – zawsze pokazuj ikonę kalendarza */
input[type="date"].andrea-flatpickr,
input.andrea-flatpickr {
    cursor: pointer !important;
    background-image: url('../callendar.svg') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 10px) center !important;
    background-size: 20px !important;
}

/* --- Sekcja checkbox / policy / submit --- */
.andrea-policy-check .wpcf7-list-item,
.andrea-deposit-check .wpcf7-list-item,
.andrea-checkbox-group .wpcf7-list-item {
    display: block !important;
    margin: 8px 0 !important;
}

.andrea-submit-wrap {
    margin-top: 30px;
}

/* --- Conditional fields group – smooth transition --- */
span.wpcf7cf_group {
    display: block !important;
}

/* --- Contact form section container constraint --- */
.andrea-contact-form-section .wpb_wrapper {
    max-width: 900px;
    margin: 0 auto;
}