/* Homepage */

@media (min-width: 1091.98px) {
    .mobielnuvmer {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .mobilehide {
        display: none !important;
    }

    .featured-thumbnail>img {
        height: auto !important;
    }
}

.new_elements {
    margin: 0;
    padding: 0;
    background: #fff;
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    flex-wrap: wrap;
}

.image-container {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin-bottom: 20px;
}

.image-container::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    width: 100%;
    height: 100%;
    border: 4px solid #c78665;
    z-index: 0;
}

.image-container img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
}

.text-block {
    flex: 1;
    margin-left: 60px;
    max-width: 500px;
    min-width: 300px;
}

.text-block h2 {
    margin-bottom: 10px;
}

.underline {
    width: 50px;
    height: 3px;
    background-color: #c78665;
    margin: 10px 0 20px 0;
}

.text-block p {
    font-size: 16px;
    line-height: 1.6;
}

@media screen and (max-width: 900px) {
    .section {
        flex-direction: column;
        text-align: center;
    }

    .text-block {
        margin-left: 0;
        margin-top: 30px;
    }

    .image-container {
        max-width: 90%;
    }
}

.new_element1 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.product-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #fafafa;
    padding: 20px 40px;
}

.product-section img {
    max-width: 100%;
    width: 600px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.product-text {
    max-width: 500px;
    margin-left: 60px;
}

.product-text h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.product-text .underline {
    width: 40px;
    height: 3px;
    background-color: #c78665;
    margin-bottom: 20px;
}

.product-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.product-text .btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.product-text .btn:hover {
    background-color: #464140;
}

@media (max-width: 900px) {
    .product-section {
        flex-direction: column;
        text-align: center;
    }

    .product-text {
        margin: 40px 0 0 0;
    }

    .product-text h2 {
        font-size: 36px;
    }
}

.signature-section-wrapper {
    padding: 60px 30px;
    background-color: #fdfcfc;
}

.signature-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
}

.signature-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.signature-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.signature-image-overlay {
    position: absolute;
    bottom: -300px;
    right: -30px;
    width: 480px;
    border-radius: 10px;
    border: 4px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.signature-text {
    max-width: 600px;
}

.signature-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.signature-underline {
    width: 50px;
    height: 3px;
    background-color: #c78665;
    margin-bottom: 20px;
}

.signature-text h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.signature-text p {
    line-height: 1.8;
    margin-bottom: 15px;
}

.signature-text b {
    font-weight: 700;
}

@media (max-width: 768px) {
    .signature-section {
        flex-direction: column;
        text-align: center;
    }

    .signature-image-overlay {
        display: none !important;
    }

    .signature-image-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .signature-text {
        margin-top: 30px;
    }

    .signature-text h2 {
        font-size: 34px;
    }
}

.moreaboutus {
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 20px;
    text-align: center;
}

.moreaboutus h3 {
    margin-bottom: 15px;
}

.ttm-row.services-section {
    padding: 90px 0 90px;
}

.booking-contact {
    margin: 80px auto;
    padding: 40px 30px;
    background: #fffdfd;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.infobox-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    margin-left: 60px;
    margin-right: 60px;
}

.infobox1,
.infobox2,
.infobox3 {
    flex: 1 1 45%;
    background-color: #fdfdfd;
    border: 1px solid #e6e6e6;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #333;
}

.infobox1 i {
    margin-right: 10px;
    color: #c78665;
}

.infobox1 a {
    color: #c78665;
    text-decoration: none;
}

.infobox1 a:hover {
    text-decoration: underline;
}

.infobox2 h5 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
}

.infobox3 h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .infobox-container {
        flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
    }

    .infobox1,
    .infobox3 {
        flex: 1 1 100%;
        padding: 20px;
    }
}

.rating-section {
    display: flex;
    align-items: flex-start;
    background-color: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    padding: 30px;
    margin: 60px auto;
    max-width: 1200px;
    gap: 20px;
}

.rating-icon {
    font-size: 50px;
    color: #c78665;
    flex-shrink: 0;
}

.rating-content h4 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #333;
}

.rating-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 12px;
}

.rating-content i {
    margin-right: 10px;
    color: #c78665;
}

@media (max-width: 768px) {
    .rating-section {
        flex-direction: column;
        padding: 20px;
        margin: 30px 20px;
    }

    .rating-icon {
        font-size: 40px;
        text-align: center;
    }

    .rating-content h4 {
        font-size: 20px;
        text-align: center;
    }

    .rating-content p {
        text-align: left;
    }
}

.grid-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 15px;
    gap: 0;
}

.grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 30px 20px;
}

.grid-item.text .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 500px;
}

.grid-item.text h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}

.grid-item.text hr {
    width: 60px;
    border: 1px solid #000;
    margin: 10px auto 15px;
}

.grid-item.text p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 10px;
}

.grid-item.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.peach {
    background-color: #fde1d9;
}

.black {
    background-color: #000;
    color: #fff;
}

.black hr {
    border-color: #fff;
}

.white {
    background-color: #fff;
    color: #000;
}

.herobanner {
    width: 100vw;
    height: 42vw;
}

@media (max-width: 992px) {
    .grid-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .grid-section {
        grid-template-columns: 1fr;
    }

    .grid-item {
        padding: 25px 15px;
    }

    .grid-item.image img {
        height: 250px;
    }

    .grid-item.text h2 {
        font-size: 18px;
    }

    .grid-item.text p {
        font-size: 14px;
    }

    #hideimagemob {
        display: none !important;
    }

    h1 {
        font-size: 35px;
        line-height: 35px;
    }
}

.featured-title h3 {
    font-size: 28px;
    line-height: 38px;
}

.title-header h3 {
    color: #c78665;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
    letter-spacing: .5px;
    font-family: 'Hind', sans-serif;
}

<style> ::placeholder {
    color: black !important;
}

.text-input {
    border: 1px solid black;
}

@media (min-width: 1091.98px) {
    .mobielnuvmer {
        display: none !important;
    }
}

</style><style>.new_elements {
    margin: 0;
    padding: 0;
    background: #fff;
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    flex-wrap: wrap;
}

.image-container {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin-bottom: 20px;
}

.image-container::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    width: 100%;
    height: 100%;
    border: 4px solid #c78665;
    z-index: 0;
}

.image-container img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
}

.text-block {
    flex: 1;
    margin-left: 60px;
    max-width: 500px;
    min-width: 300px;
}

.text-block h2 {
    margin-bottom: 10px;
}

.underline {
    width: 50px;
    height: 3px;
    background-color: #c78665;
    margin: 10px 0 20px 0;
}

.text-block p {
    font-size: 16px;
    line-height: 1.6;
}

.signature-section-wrapper {
    padding: 60px 30px;
    background-color: #fdfcfc;
}

.signature-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
}

.signature-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.signature-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.signature-image-overlay {
    position: absolute;
    bottom: -300px;
    right: -30px;
    width: 480px;
    border-radius: 10px;
    border: 4px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.signature-text {
    max-width: 600px;
}

.signature-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.signature-underline {
    width: 50px;
    height: 3px;
    background-color: #c78665;
    margin-bottom: 20px;
}

.signature-text h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.signature-text p {
    line-height: 1.8;
    margin-bottom: 15px;
}

.signature-text b {
    font-weight: 700;
}

.benefit-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.new_element1 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.product-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #fafafa;
    padding: 80px 40px;
}

.product-section img {
    max-width: 100%;
    width: 600px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.product-text {
    max-width: 500px;
    margin-left: 60px;
}

.product-text h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.product-text .underline {
    width: 40px;
    height: 3px;
    background-color: #c78665;
    margin-bottom: 20px;
}

.product-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.product-text .btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.product-text .btn:hover {
    background-color: #464140;
}

.faq-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

.faq-container #h4 {
    font-size: 62px;
}

.faq-item {
    border-bottom: 1px solid #cd853f;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.faq-item details {
    list-style: none;
}

.faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    background-color: #f7f7f7;
    transition: background-color 0.2s;
}

.faq-item summary:hover {
    background-color: #cd853f;
    color: white;
}

.faq-item summary::after {
    content: '+';
    font-size: 1.5em;
    font-weight: 300;
    color: #cd853f;
    transition: transform 0.3s;
    color: white;
}

.faq-item details[open] summary::after {
    content: '−';
}

.faq-content {
    padding: 0 10px 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    background-color: #fff;
}

.faq-content p {
    margin: 0;
    padding-top: 10px;
    line-height: 1.6;
}

@media (max-width: 480px) {
    .elementorder1 {
        order: 1
    }

    .elementorder2 {
        order: 2
    }
}

@media (max-width: 768px) {
    .signature-section {
        flex-direction: column;
        text-align: center;
    }

    .signature-image-overlay {
        display: none !important;
    }

    .signature-image-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .signature-text {
        margin-top: 30px;
    }

    .signature-text h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 900px) {
    .section {
        flex-direction: column;
        text-align: center;
    }

    .text-block {
        margin-left: 0;
        margin-top: 30px;
    }

    .image-container {
        max-width: 90%;
    }

    .product-section {
        flex-direction: column;
        text-align: center;
    }

    .product-text {
        margin: 40px 0 0 0;
    }

    .product-text h2 {
        font-size: 36px;
    }
}

</style><style> ::placeholder {
    color: black !important
}

.text-input {
    border: 1px solid black
}

@media (min-width: 1091.98px) {
    .mobielnuvmer {
        display: none !important
    }
}

</style><style>.new_elements {
    margin: 0;
    padding: 0;
    background: #fff;
}


.section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    flex-wrap: wrap;
}

.image-container {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin-bottom: 20px;
}

.image-container::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    width: 100%;
    height: 100%;
    border: 4px solid #c78665;
    z-index: 0;
}

.image-container img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
}

.text-block {
    flex: 1;
    margin-left: 60px;
    max-width: 500px;
    min-width: 300px;
}

.text-block h2 {
    margin-bottom: 10px;
}

.underline {
    width: 50px;
    height: 3px;
    background-color: #c78665;
    margin: 10px 0 20px 0;
}

.text-block p {
    font-size: 16px;
    line-height: 1.6;
}

.signature-section-wrapper {
    padding: 60px 30px;
    background-color: #fdfcfc;
}

.signature-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
}

.signature-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.signature-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.signature-image-overlay {
    position: absolute;
    bottom: -300px;
    right: -30px;
    width: 480px;
    border-radius: 10px;
    border: 4px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;

}

.signature-text {
    max-width: 600px;
}

.signature-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.signature-underline {
    width: 50px;
    height: 3px;
    background-color: #c78665;
    margin-bottom: 20px;

}

.signature-text h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.signature-text p {
    line-height: 1.8;
    margin-bottom: 15px;
}

.signature-text b {
    font-weight: 700;
}

.benefit-header {
    display: flex;
    /* Aligns children (icon and h3) in a row */
    align-items: center;
    /* Vertically aligns the icon and text to the middle */
    gap: 10px;
    /* Adds a nice space between the icon and the h3 (adjust as needed) */
}

.new_element1 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.product-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #fafafa;
    padding: 80px 40px;
}

.product-section img {
    max-width: 100%;
    width: 600px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.product-text {
    max-width: 500px;
    margin-left: 60px;
}

.product-text h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.product-text .underline {
    width: 40px;
    height: 3px;
    background-color: #c78665;
    margin-bottom: 20px;
}

.product-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.product-text .btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.product-text .btn:hover {
    background-color: #464140;
}

.faq-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

.faq-container #h4 {
    font-size: 62px;
}

.faq-item {
    border-bottom: 1px solid #cd853f;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    /* Important for containing transitions */
}

/* Remove default marker and apply custom styling */
.faq-item details {
    list-style: none;
}

.faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    background-color: #f7f7f7;
    transition: background-color 0.2s;
}

.faq-item summary:hover {
    background-color: #cd853f;
    color: white;
}

/* Custom expand/collapse icon (plus/minus) */
.faq-item summary::after {
    content: '+';
    font-size: 1.5em;
    font-weight: 300;
    color: #cd853f;
    transition: transform 0.3s;
    color: white;

}

.faq-item details[open] summary::after {
    content: '−';
}

/* The element that gets animated via JS/max-height */
.faq-content {
    padding: 0 10px 15px;
    max-height: 0;
    /* Initial state for animation */
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    background-color: #fff;
}

.faq-content p {
    margin: 0;
    padding-top: 10px;
    line-height: 1.6;
}



@media (max-width: 480px) {

    .elementorder1 {

        order: 1
    }

    .elementorder2 {

        order: 2
    }



}

@media (max-width: 768px) {
    .signature-section {
        flex-direction: column;
        text-align: center;
    }

    .signature-image-overlay {
        display: none !important;
    }

    .signature-image-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .signature-text {
        margin-top: 30px;
    }

    .signature-text h2 {
        font-size: 34px;
    }
}


@media screen and (max-width: 900px) {
    .section {
        flex-direction: column;
        text-align: center;
    }

    .text-block {
        margin-left: 0;
        margin-top: 30px;
    }

    .image-container {
        max-width: 90%;
    }

    .product-section {
        flex-direction: column;
        text-align: center;
    }

    .product-text {
        margin: 40px 0 0 0;
    }

    .product-text h2 {
        font-size: 36px;
    }


}

</style><style> ::placeholder {
    color: black !important;
}

.text-input {
    border: 1px solid black;
}

@media (min-width: 1091.98px) {
    .mobielnuvmer {
        display: none !important;
    }
}

</style><style>.new_elements {
    margin: 0;
    padding: 0;
    background: #fff;
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    flex-wrap: wrap;
}

.image-container {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin-bottom: 20px;
}

.image-container::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    width: 100%;
    height: 100%;
    border: 4px solid #c78665;
    z-index: 0;
}

.image-container img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
}

.text-block {
    flex: 1;
    margin-left: 60px;
    max-width: 500px;
    min-width: 300px;
}

.text-block h2 {
    margin-bottom: 10px;
}

.underline {
    width: 50px;
    height: 3px;
    background-color: #c78665;
    margin: 10px 0 20px 0;
}

.text-block p {
    font-size: 16px;
    line-height: 1.6;
}

.signature-section-wrapper {
    padding: 60px 30px;
    background-color: #fdfcfc;
}

.signature-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: start;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
}

.signature-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.signature-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.signature-image-overlay {
    position: absolute;
    bottom: -250px;
    right: -30px;
    width: 480px;
    border-radius: 10px;
    border: 4px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.signature-text {
    max-width: 600px;
}

.signature-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.signature-underline {
    width: 50px;
    height: 3px;
    background-color: #c78665;
    margin-bottom: 20px;
}

.signature-text h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.signature-text p {
    line-height: 1.8;
    margin-bottom: 15px;
}

.signature-text b {
    font-weight: 700;
}

.benefit-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.new_element1 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.product-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #fafafa;
    padding: 80px 40px;
}

.product-section img {
    max-width: 100%;
    width: 600px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.product-text {
    max-width: 500px;
    margin-left: 60px;
}

.product-text h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.product-text .underline {
    width: 40px;
    height: 3px;
    background-color: #c78665;
    margin-bottom: 20px;
}

.product-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.product-text .btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    transition: background-color 0.3s ease;
}

.product-text .btn:hover {
    background-color: #464140;
}

.faq-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

.faq-container #h4 {
    font-size: 62px;
}

.faq-item {
    border-bottom: 1px solid #cd853f;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.faq-item details {
    list-style: none;
}

.faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    background-color: #f7f7f7;
    transition: background-color 0.2s;
}

.faq-item summary:hover {
    background-color: #cd853f;
    color: white;
}

.faq-item summary::after {
    content: '+';
    font-size: 1.5em;
    font-weight: 300;
    color: #cd853f;
    transition: transform 0.3s;
    color: white;
}

.faq-item details[open] summary::after {
    content: '−';
}

.faq-content {
    padding: 0 10px 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    background-color: #fff;
}

.faq-content p {
    margin: 0;
    padding-top: 10px;
    line-height: 1.6;
}

@media (max-width: 480px) {
    .elementorder1 {
        order: 1
    }

    .elementorder2 {
        order: 2
    }
}

@media (max-width: 1100px) and (min-width: 769px) {
    .signature-section {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        align-items: center;
    }

    .signature-image-wrapper {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .signature-image-overlay {
        display: none !important;
    }

    .signature-image {
        max-width: 500px;
        width: 100%;
        height: auto !important;
    }

    .signature-text {
        margin-top: 0;
        padding: 0 20px;
    }
}

@media (max-width: 1100px) and (min-width: 769px) {
    .signature-text {
        max-width: 1200PX;
    }
}

@media (max-width: 768px) {
    .signature-section {
        flex-direction: column;
        text-align: center;
    }

    .signature-image-overlay {
        display: none !important;
    }

    .signature-image-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .signature-text {
        margin-top: 30px;
        max-width: 1200PX;
    }

    .signature-text h2 {
        font-size: 34px;
    }
}

@media screen and (max-width: 900px) {
    .section {
        flex-direction: column;
        text-align: center;
    }

    .text-block {
        margin-left: 0;
        margin-top: 30px;
    }

    .image-container {
        max-width: 90%;
    }

    .product-section {
        flex-direction: column;
        text-align: center;
    }

    .product-text {
        margin: 40px 0 0 0;
    }

    .product-text h2 {
        font-size: 36px;
    }

    .text-block {
        max-width: 1200PX;
    }
}

</style><style> ::placeholder {
    color: black !important
}

.text-input {
    border: 1px solid black
}

@media (min-width: 1091.98px) {
    .mobielnuvmer {
        display: none !important
    }
}

</style><style>.new_elements {
    margin: 0;
    padding: 0;
    background: #fff
}

.section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    flex-wrap: wrap
}

.image-container {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin-bottom: 20px
}

.image-container::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    width: 100%;
    height: 100%;
    border: 4px solid #c78665;
    z-index: 0
}

.image-container img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block
}

.text-block {
    flex: 1;
    margin-left: 60px;
    max-width: 500px;
    min-width: 300px
}

.text-block h2 {
    margin-bottom: 10px
}

.underline {
    width: 50px;
    height: 3px;
    background-color: #c78665;
    margin: 10px 0 20px 0
}

.text-block p {
    font-size: 16px;
    line-height: 1.6
}

.signature-section-wrapper {
    padding: 60px 30px;
    background-color: #fdfcfc
}

.signature-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    max-width: 1200px;
    margin: auto
}

.signature-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px
}

.signature-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1)
}

.signature-image-overlay {
    position: absolute;
    bottom: -300px;
    right: -30px;
    width: 480px;
    border-radius: 10px;
    border: 4px solid #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff
}

.signature-text {
    max-width: 600px
}

.signature-text h2 {
    font-size: 40px;
    margin-bottom: 10px
}

.signature-underline {
    width: 50px;
    height: 3px;
    background-color: #c78665;
    margin-bottom: 20px
}

.signature-text h3 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px
}

.signature-text p {
    line-height: 1.8;
    margin-bottom: 15px
}

.signature-text b {
    font-weight: 700
}

.benefit-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.new_element1 {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.product-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #fafafa;
    padding: 80px 40px
}

.product-section img {
    max-width: 100%;
    width: 600px;
    height: auto;
    object-fit: cover;
    border-radius: 5px
}

.product-text {
    max-width: 500px;
    margin-left: 60px
}

.product-text h2 {
    font-size: 42px;
    margin-bottom: 15px
}

.product-text .underline {
    width: 40px;
    height: 3px;
    background-color: #c78665;
    margin-bottom: 20px
}

.product-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px
}

.product-text .btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    transition: background-color 0.3s ease
}

.product-text .btn:hover {
    background-color: #464140
}

.faq-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px
}

.faq-container #h4 {
    font-size: 62px
}

.faq-item {
    border-bottom: 1px solid #cd853f;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.faq-item details {
    list-style: none
}

.faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
    background-color: #f7f7f7;
    transition: background-color 0.2s
}

.faq-item summary:hover {
    background-color: #cd853f;
    color: white
}

.faq-item summary::after {
    content: '+';
    font-size: 1.5em;
    font-weight: 300;
    color: #cd853f;
    transition: transform 0.3s;
    color: white
}

.faq-item details[open] summary::after {
    content: '−'
}

.faq-content {
    padding: 0 10px 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    background-color: #fff
}

.faq-content p {
    margin: 0;
    padding-top: 10px;
    line-height: 1.6
}

@media (max-width: 480px) {
    .elementorder1 {
        order: 1
    }

    .elementorder2 {
        order: 2
    }
}

@media (max-width: 768px) {
    .signature-section {
        flex-direction: column;
        text-align: center
    }

    .signature-image-overlay {
        display: none !important
    }

    .signature-image-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .signature-text {
        margin-top: 30px
    }

    .signature-text h2 {
        font-size: 34px
    }
}

@media screen and (max-width: 900px) {
    .section {
        flex-direction: column;
        text-align: center
    }

    .text-block {
        margin-left: 0;
        margin-top: 30px
    }

    .image-container {
        max-width: 90%
    }

    .product-section {
        flex-direction: column;
        text-align: center
    }

    .product-text {
        margin: 40px 0 0 0
    }

    .product-text h2 {
        font-size: 36px
    }
}

</style>