html {
    line-height: 1.15;
    text-size-adjust: 100%;
}

body {
    margin: 0px;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0px;
}

hr {
    box-sizing: content-box;
    height: 0px;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0px;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
    appearance: button;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0px;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    appearance: none;
}

::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*, ::before, ::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body, button, input, select, optgroup, textarea {
    color: rgb(64, 64, 64);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0px 1.5em;
}

address {
    margin: 0px 0px 1.5em;
}

pre {
    background: rgb(238, 238, 238);
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted rgb(102, 102, 102);
    cursor: help;
}

mark, ins {
    background: rgb(255, 249, 192);
    text-decoration: none;
}

big {
    font-size: 125%;
}

body {
    background: rgb(255, 255, 255);
}

hr {
    background-color: rgb(204, 204, 204);
    border: 0px;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0px 0px 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0px;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0px 1.5em 1.5em;
}

embed, iframe, object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0px;
}

table {
    margin: 0px 0px 1.5em;
    width: 100%;
}

a:visited {
}

a:hover, a:focus, a:active {
    /* color: rgb(255, 255, 255); */
}

a:focus {
    outline: dotted thin;
}

a:hover, a:active {
    outline: 0px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(187, 187, 187);
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: rgb(204, 204, 204) rgb(187, 187, 187) rgba(0, 0, 0, 0.8);
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: rgb(170, 170, 170) rgb(187, 187, 187) rgb(187, 187, 187);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: rgb(102, 102, 102);
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: rgb(17, 17, 17);
}

select {
    border: 1px solid rgb(204, 204, 204);
}

textarea {
    width: 100%;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}

.main-navigation ul ul {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px;
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0px;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.menu-toggle, .main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0px 0px 1.5em;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0px 0px;
}

.page-links {
    clear: both;
    margin: 0px 0px 1.5em;
}

.comment-content a {
    overflow-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.widget {
    margin: 0px 0px 1.5em;
}

.widget select {
    max-width: 100%;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0px;
}

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

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

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

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

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.screen-reader-text {
    border: 0px;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    width: 1px;
    position: absolute !important;
    overflow-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: rgb(241, 241, 241);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px 2px;
    clip-path: none;
    color: rgb(33, 117, 155);
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    clip: auto !important;
}

#primary[tabindex="-1"]:focus {
    outline: 0px;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    max-width: 100%;
}

body {
    font-family: Poppins, sans-serif;
    background-color: rgb(243, 248, 254);
    color: rgb(31, 43, 59);
}

h2 {
    font-weight: 300;
    font-size: 45px;
    line-height: 160%;
    text-align: center;
    vertical-align: middle;
    & b {
        font-weight: 500;
    }
}

header {
    padding: 20px;
    text-align: center;
}

header .site-branding img {
    max-width: 114px;
    height: 31px;
}

nav .main-navigation {
    padding: 3px;
    border-radius: 12px;
    width: fit-content;
    margin: auto;
    border: 1px solid rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0.01);
}

.home nav .main-navigation {
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

nav .main-navigation ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

nav .main-navigation ul li {
    margin-right: 10px;
    padding: 7px;
    margin-left: 0px;
    border-radius: 10px;
}

.current_page_item {
    background: rgba(255, 255, 255, 0.09);
}

nav .main-navigation ul li a {
    color: rgb(31, 43, 59);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}

nav .main-navigation ul li a:hover {
    color: rgb(255, 111, 97);
}

#site-navigation {
    width: 100%;
}

.main-banner {
    position: relative;
    background-image: url("your-image-url");
    background-size: cover;
    background-position: center center;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(255, 255, 255);
}

.main-banner h1 {
    font-size: 3em;
    margin: 0px;
}

.main-banner p {
    font-size: 1.2em;
}

.main-banner .cta-btn {
    padding: 15px 30px;
    background-color: rgb(255, 111, 97);
    color: white;
    border: none;
    font-size: 1.2em;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}

.main-banner .cta-btn:hover {
    background-color: rgb(229, 93, 82);
}

.models-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.models-grid .model {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
}

.models-grid .model img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .models-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .models-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.sk3 {
        top: 48%;
        position: absolute;
        left: 53%;
}

.kov3 {
        top: 47%;
        position: absolute;
        right: 24%;
}

.kov4 {
        top: 44%;
        position: absolute;
        right: 6%;
}

.bed3 {
    top: 61%;
    position: absolute;
    left: 49%;
}

.bed {
    top: 65%;
    position: absolute;
    left: 35%;
}

.bed2 {
    top: 65%;
    position: absolute;
    left: 35%;
}

.deck {
    top: 55%;
    position: absolute;
    right: 25%;
}

.tel {
    top: 48%;
    position: absolute;
    right: 7%;
}

input, select, button {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
}

button {
    cursor: pointer;
}

.cashback-banner {
    display: flex;
    align-items: center;
    background-color: rgb(245, 248, 250);
    padding: 15px 25px;
    border-radius: 8px;
    margin: 0px auto 100px;
    color: rgb(51, 51, 51);
    box-shadow: rgba(197, 211, 234, 0.3) 0px 2px 30px 0px;
    justify-content: center;
}

.sparkle-icon {
    font-size: 24px;
    margin-right: 15px;
    line-height: 1;
}

.banner-text {
    margin: 0px;
    font-size: 20px;
}

.banner-text strong {
    color: rgb(44, 62, 80);
    font-weight: bold;
}

.arrow-icon {
    margin-left: 15px;
    color: rgb(52, 152, 219);
    cursor: pointer;
    line-height: 100%;
}

.container {
    width: 100%;
    max-width: 480px;
    margin: 0px auto;
    padding: 0px 15px;
}

@media (min-width: 600px) {
    .container {
        max-width: 600px;
    }
}

@media (min-width: 782px) {
    .container {
        max-width: 782px;
    }
}

@media (min-width: 960px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }
}

.wrap_apart {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px auto;
    box-sizing: border-box;
    align-content: center;
    max-width: 1200px;
    padding: 50px 0px;
}

.wrap_apart .swiper {
    flex: 0 0 58%;
    max-width: 642px;
}

.wrap_apart .product-block {
    flex: 0 0 40%;
    max-width: 40%;
    box-sizing: border-box;
}

.wrap_apart .product-block a {
    width: max-content;
    display: block;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    padding: 15px 40px;
    border: 1px solid rgb(31, 43, 59);
    text-decoration: none;
    color: rgb(31, 43, 59);
    border-radius: 12px;
    margin-top: 35px;
}

.wrap_apart .product-block a:hover {
    background-color: black;
    color: white;
}

.product-block {
    margin: 0px auto;
    padding: 20px;
}

.product-block p {
    margin: 0px 0px 15px;
    color: rgb(73, 89, 130);
    font-size: 16px;
}

.product-block p.uppercase {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
    color: rgb(73, 89, 130);
    line-height: 160%;
}

.product-block h1 {
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 400;
    color: rgb(31, 43, 59);
    font-style: italic;
}

.product-block hr {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgb(238, 238, 238);
    margin: 20px 0px;
}

.product-block .flex-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.product-block .flex-row .flex-item {
    flex: 1 1 0%;
}

.product-block .flex-row .flex-item p:first-child {
    font-weight: 500;
    margin-bottom: 0px;
    color: rgb(73, 89, 130);
    text-transform: uppercase;
    line-height: 160%;
}

.product-block .flex-row .flex-item p:last-child {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    color: rgb(31, 43, 59);
    line-height: 160%;
}

.product-block .flex-row.smaller p:last-child {
    font-size: 1.1em;
}

.product-block a {
    width: 100%;
    padding: 15px;
    background-color: transparent;
    border: 1px solid black;
    font-size: 1em;
    cursor: pointer;
    transition: 0.3s;
}

.product-block a:hover {
    background-color: black;
    color: white;
}

.text {
    background: rgb(227, 231, 237);
    padding: 45px 20px;
}

.timeline-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    padding: 20px 0px;
    font-family: sans-serif;
}

.timeline-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    border-top: 2px solid rgb(255, 255, 255);
    transform: translateY(-50%);
    z-index: -1;
    height: 20px;
    background: rgb(246, 250, 255);
    border-bottom: 2px solid rgb(255, 255, 255);
}

.timeline-container .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 0%;
    min-width: 120px;
}

.timeline-circle {
    width: 100px;
    height: 100px;
    background-color: rgb(246, 250, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 50px 0px;
    z-index: 1;
    box-shadow: rgba(197, 211, 234, 0.3) 0px 2px 30px 0px;
    color: rgb(73, 89, 130);
    font-size: 12px;
}

.timeline-text {
    font-size: 16px;
    margin: 0px;
    color: rgb(31, 43, 59);
    padding: 0px 5px;
}

.timeline-text.top {
    margin-bottom: 10px;
    position: relative;
    width: 135%;
    height: 30px;
}

.timeline-text.bottom {
    margin-top: 10px;
}

@media (max-width: 600px) {
    .timeline-container {
        flex-direction: column;
        align-items: stretch;
        padding: 0px;
    }

    .timeline-container::before {
        display: none;
    }

    .timeline-container .timeline-item {
        flex-direction: row;
        text-align: left;
        border-left: 2px solid rgb(224, 224, 224);
        padding-left: 20px;
        margin-bottom: 15px;
        align-items: center;
    }

    .timeline-circle {
        margin: 0px 15px 0px 0px;
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }

    .timeline-text {
        display: block;
        padding: 0px;
        margin: 5px 0px 0px !important;
        width: auto !important;
    }

    .timeline-text.top::after {
        content: " ";
        display: block;
    }
}


.timeline {
    position: relative;
    padding: 0 20px;
    font-family: sans-serif;
}

.timeline .timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    /* position: relative; */
    justify-content: flex-start;
}

.timeline .timeline-item::before {
    content: '';
    position: absolute;
    left: 55px;
    top: 0;
    bottom: 0;
    width: 28px;
    
    /* This line creates the vertical line between items */
    border-left: 2px solid rgb(255, 255, 255);
    height: 100%;
    background: rgb(246, 250, 255);
    border-right: 2px solid rgb(255, 255, 255);
}

.timeline .timeline-month {
      width: 100px;
      height: 100px;
      background-color: rgb(246, 250, 255);
      border: 2px solid rgb(255, 255, 255);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold;
      z-index: 1;
      box-shadow: rgba(197, 211, 234, 0.3) 0px 2px 30px 0px;
      color: rgb(73, 89, 130);
      font-size: 12px;
}

.timeline .timeline-content {
    margin-left: 20px;
    padding: 10px 0;
    color: #333;
    max-width: 60%;
}

/* Specific styling for the last item to prevent the line from continuing past it */
.timeline .timeline-item:last-child::before {
    height: 50px; /* Adjust height to stop at the center of the last circle */
}




.title {
    margin: 50px 10px;
}

.financing-block {
    display: flex;
    background-color: rgb(246, 250, 255);
    padding: 40px 50px;
    border-radius: 35px;
    gap: 50px;
    border: 2px solid rgb(255, 255, 255);
    margin: 50px 0px;
    box-shadow: rgba(197, 211, 234, 0.3) 0px 2px 30px 0px;
    align-items: center;
}

.logo-section {
    flex: 1 1 0%;
    min-width: 40%;
}

.content-section {
    flex: 2 1 0%;
    text-align: left;
}

.main-title {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 160%;
    text-align: left;
}

.description-text {
    font-size: 16px;
    color: rgb(73, 89, 130);
    margin-bottom: 0px;
}

.partnership-text {
    font-size: 18px;
    color: rgb(73, 89, 130);
    margin-top: 20px;
    display: block;
}

@media (max-width: 768px) {
    .financing-block {
        flex-direction: column;
        padding: 20px;
    }

    .main-title {
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    .wrap_apart .swiper, .wrap_apart .product-block {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
    }

    .wrap_apart {
        flex-direction: column;
        gap: 30px;
        padding: 10px;
    }
}

.container-funchal-block {
    margin: 80px auto;
    padding: 80px 0%;
    border-top: 2px solid rgb(255, 255, 255);
    max-width: 1100px;
}

.container-funchal-block .header-section {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-bottom: 0px;
    justify-content: space-between;
}

.container-funchal-block .image-placeholder {
    border-radius: 50px;
    margin-right: 20px;
}

.container-funchal-block .main-title {
    font-size: 80px;
    margin: 0px;
    color: rgb(31, 43, 59);
    font-weight: 400;
    line-height: 130%;
}

.container-funchal-block .content-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.container-funchal-block .subtitle {
    font-size: 80px;
    margin: 0px;
    color: rgb(51, 51, 51);
    flex-shrink: 0;
    font-weight: 400;
}

.container-funchal-block .description {
    font-size: 16px;
    color: rgb(73, 89, 130);
    line-height: 1.4;
    margin: 0px;
    max-width: 495px;
}

.cta-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
    justify-content: center;
}

.cta-button {
    padding: 13px 40px;
    border: none;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
    width: max-content;
    display: flex;
    gap: 15px;
    font-size: 16px;
    line-height: 130%;
    align-items: center;
	text-decoration: none;
}

.primary {
    background-color: rgb(30, 42, 56);
    color: white;
    text-decoration: none;
}

.secondary {
    background-color: white;
    color: rgb(30, 42, 56);
    border: 1px solid rgb(30, 42, 56);
}

.or-text {
    font-size: 0.8em;
    color: rgb(85, 85, 85);
    margin: 0px 5px;
}

@media (max-width: 600px) {
    .header-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-title {
        font-size: 30px !important;
    }

    .content-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .subtitle {
        width: auto;
        font-size: 30px !important;
    }

    .cta-section {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .cta-button {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .or-text {
        align-self: center;
        margin: 0px;
    }
}

.site-footer {
    background-color: rgb(227, 231, 237);
    padding: 50px 100px 20px;
    font-family: Poppins, sans-serif;
    color: rgb(51, 51, 51);
    margin-top: 50px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.footer-title {
    font-size: 70px;
    font-weight: 400;
    color: rgb(30, 30, 45);
    margin: 0px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icon-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 5px;
    text-decoration: none;
    color: rgb(30, 30, 45);
    font-size: 1.2em;
    transition: background-color 0.3s;
}

.social-icon-btn:hover {
    background-color: rgb(238, 238, 238);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo img {
    width: 200px;
    margin-right: 10px;
}

.footer-logo-text {
    font-weight: bold;
    color: rgb(255, 111, 97);
}

.footer-section {
    flex: 1 1 0%;
    min-width: 200px;
    padding: 0px 10px;
}

.section-title {
    font-weight: bold;
    color: rgb(30, 30, 45);
    margin-bottom: 15px;
}

.footer-section p {
    margin: 5px 0px;
    font-size: 12px;
    color: rgb(73, 89, 130);
}

.footer-copyright {
    border-top: 2px solid rgb(238, 238, 238);
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
    color: rgb(73, 89, 130);
}

.scroll-top-btn {
    position: fixed;
    right: 50px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background-color: rgb(30, 30, 45);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;
    z-index: 1000;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 20px;
    }

    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 0px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .scroll-top-btn {
        right: 20px;
        bottom: 20px;
    }
}

.footer-section p.section-title {
    color: rgb(31, 43, 59);
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .main-banner {
        height: 50vh;
    }

    .main-banner h1 {
        font-size: 2em;
    }

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

:root {
    --color-primary-dark: #000;
    --color-text-light: #fff;
    --color-text-dark: #333;
    --color-accent: #ff6600;
    --font-family-base: sans-serif;
}

.site-header {
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.site-branding a, .main-navigation a {
    color: var(--color-text-dark);
    text-decoration: none;
}

.site-title a {
    font-size: 1.5rem;
    font-weight: bold;
}

.home-header-dark .site-header {
    background-color: transparent;
    box-shadow: none;
    color: var(--color-text-light);
}

.home-header-dark .site-branding a, .home-header-dark .main-navigation a, .home-header-dark .menu-toggle {
    color: var(--color-text-light);
}
.sk {
    position: absolute;
    right: 15%;
    top: 40%;
}
.kov {
    position: absolute;
    right: 4%;
    top: 70%;
}
.controls div {
    vertical-align: sub;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    border-radius: 34px;
    background: linear-gradient(151.13deg, rgba(255, 255, 255, 0) 12.94%, rgba(255, 255, 255, 0.15) 88.59%);
    backdrop-filter: blur(9px);
    padding: 3px 11px;
	cursor: pointer;
}

.main-navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.main-navigation ul li {
    display: inline-block;
    margin-left: 20px;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.home-hero-section {
    background-color: var(--color-primary-dark);
    color: var(--color-text-light);
}

.faq-container {
    max-width: 800px;
    margin: 20px auto;
}

.faq-item {
}

.faq-item.active {
    box-shadow: rgba(197, 211, 234, 0.3) 0px 2px 30px 0px;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.25);
}

.faq-header {
    display: flex;
    align-items: center;
    padding: 24px 100px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.faq-number {
    font-size: 0.8em;
    color: rgb(160, 163, 189);
    margin-right: 70px;
}

.faq-question {
    flex-grow: 1;
    font-weight: 400;
    color: rgb(31, 43, 59);
}

.faq-icon {
    color: rgb(160, 163, 189);
    font-size: 1.5em;
    font-weight: 400;
    transition: transform 0.3s;
}

.faq-content {
    display: none;
    padding: 0px 107px 40px 187px;
}

.faq-content p {
    margin: 0px 0px 10px;
    color: rgb(73, 89, 130);
    font-size: 14px;
    font-weight: 300;
}

.active .faq-header .faq-icon {
    transform: rotate(45deg);
    color: rgb(31, 43, 59);
    font-weight: 100;
}

.house-main-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.visual-section {
    flex-basis: 50%;
    display: flex;
    gap: 15px;
    position: relative;
}

.thumbnails-sidebar {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 170px;
    margin-top: -30px;
}

.action-btn {
    position: absolute;
    left: -108%;
    background: transparent;
    border: none;
    color: rgb(255, 255, 255);
}

.action-btn svg {
    float: right;
}

.thumbnail {
    height: 130px;
    object-fit: cover;
    border-radius: 5px;
    border: 3px solid transparent;
    cursor: pointer;
    transition: border-color 0.3s;
    width: 170px;
}

.thumbnail.active {
    border-color: white;
}

.hero-block {
    position: relative;
    top: -95px;
    margin-bottom: -95px;
}

.hero-block .text-section {
    position: absolute;
    z-index: 100;
    top: 20%;
    left: 5%;
}

.hero-block .subtitle {
    color: rgb(255, 255, 255);
    font-size: 16px;
    max-width: 404px;
    font-weight: 300;
    margin-left: 15%;
}

.hero-block .text-section h1 {
    color: rgb(255, 255, 255);
    font-size: 90px;
    font-weight: 300;
    line-height: 120%;
}

.price-box {
    width: fit-content;
    padding: 20px 40px;
    border: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    border-radius: 34px;
    background: linear-gradient(151.13deg, rgba(255, 255, 255, 0) 12.94%, rgba(255, 255, 255, 0.15) 88.59%);
    line-height: 160%;
    backdrop-filter: blur(8px);
    margin-top: 50px;
    display: block;
    text-decoration: none;
}

.hero-block .thumbnails-sidebar {
    position: absolute;
    right: 50px;
    top: 20%;
    padding: 6px;
    background: linear-gradient(151.13deg, rgba(255, 255, 255, 0) 12.94%, rgba(255, 255, 255, 0.15) 88.59%);
    line-height: 160%;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.home nav .main-navigation ul li a {
    color: rgb(255, 255, 255);
}

.block_form {
    display: flex;
}

.block_form {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    align-items: flex-start;
}

.block_form .social-icons {
    padding-top: 30px;
    border-top: 2px solid rgb(255, 255, 255);
}

.block_form .social-icons .social-icon-btn {
    background: rgb(246, 250, 255);
    border: 2px solid rgb(255, 255, 255);
    width: 56px;
    height: 56px;
}

.block_form .entry-header {
    flex: 1 1 0%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block_form .entry-header p:first-child {
    color: rgb(73, 89, 130);
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}

.block_form .entry-title {
    font-size: 40px;
    color: rgb(31, 43, 59);
    margin: 0px;
    line-height: 1.2;
    font-weight: 400;
}

.block_form .entry-header p.last {
    color: rgb(73, 89, 130);
    margin: 30px 0px;
    max-width: 360px;
}

.block_form .entry-content {
    flex: 1 1 0%;
    padding: 40px;
    background: rgb(246, 250, 255);
    border: 2px solid rgb(255, 255, 255);
    box-shadow: rgba(197, 211, 234, 0.3) 0px 2px 30px 0px;
    border-radius: 20px;
}

.custom-container-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group-inline, .entry-content > div {
    display: flex;
    flex-direction: column;
}

.entry-content label {
    font-weight: 400;
    color: rgb(31, 43, 59);
    width: 100%;
    font-size: 16px;
}

input, input[type="email"], input[type="tel"] {
    padding: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
}

.form-group-inline {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}

.form-group-inline input {
    flex: 1 1 0%;
    min-width: 150px;
    background: rgb(238, 242, 247);
    border: 1px solid rgb(221, 228, 234);
    padding: 10px;
}

input[type="checkbox"], input[type="radio"] {
    margin-right: 10px;
    display: inline-block;
    width: fit-content;
}

label[for="total_amount"], label[for="financing"], label[for="have_land"], label[for="need_help"] {
    font-weight: normal;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: top;
    width: calc(100% - 35px);
}

.swiper-wrapper {
	margin-bottom: 15px;
}

button[type="submit"] {
    background-color: rgb(31, 43, 59);
    color: rgb(255, 255, 255);
    padding: 12px 40px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    width: fit-content;
}

button[type="submit"]:hover {
    background-color: rgb(51, 51, 51);
}

.mobile {
    display: none;
}

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

    .entry-header, .entry-content {
        padding: 20px !important;
    }
}

.menu-toggle {
    display: none;
}

@media screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    button[aria-expanded="true"] + .menu-container {
        display: block;
        position: absolute;
        left: 0px;
        background: rgb(255, 255, 255);
        max-width: 100%;
    }

    button[aria-expanded="false"] {
        border: 1px solid rgb(255, 255, 255);
    }

    button[aria-expanded="true"] {
        border: 1px solid rgb(51, 51, 51);
    }

    nav .main-navigation ul {
        display: block;
    }

    .main-navigation ul li {
        display: inline-block;
        width: 100%;
    }

    .menu-container {
        display: none;
        z-index: 9999999 !important;
    }

    .toggled .menu-container {
        display: block;
    }
}

@media (max-width: 768px) {
    .desc {
        display: none;
    }

    .mobile {
        display: block;
    }

	.block_form .social-icons {
		display: none;
	}

    h2 {
        font-size: 36px;
    }

    .faq-header {
        padding: 24px;
    }

    .faq-number {
        margin-right: 13px;
    }

    .faq-content {
        padding: 24px;
    }

    .hero-block {
        top: 0px;
        margin-bottom: 0px;
    }

    .hero-block .text-section h1 {
        font-size: 19px;
        margin-top: 0px;
        width: fit-content;
    }

    .hero-block .subtitle {
        margin-left: 0px;
        width: 54%;
        font-size: 11px !important;
    }

    .price-box {
        margin-top: 0px;
        padding: 10px;
        font-size: 12px;
    }

    .thumbnails-sidebar {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 84px;
        margin-top: 9px;
        z-index: 100;
        right: 10px !important;
        top: 10% !important;
    }

    .hero-block .text-section {
        left: 4%;
        width: 90%;
        top: 20px;
    }

    .footer-title {
        font-size: 37px;
    }

    nav .main-navigation {
        float: right;
        border: none !important;
        background: rgba(0, 0, 0, 0.01) !important;
    }

    .home nav .main-navigation ul li a {
        color: rgb(31, 43, 59);
    }

    .container-funchal-block .image-placeholder {
        display: none;
    }

    .thumbnail {
        height: 48px;
    }

    .cashback-banner {
        margin-bottom: 60px;
    }

    .container-funchal-block {
        margin: 20px 0px;
        padding: 20px;
    }

    .container-funchal-block .description {
        padding: 0px 0px 20px;
    }

    .action-btn {
        font-size: 13px;
    }

    .text {
        margin-top: 50px;
    }

    .site-header {
        padding: 15px 5%;
        z-index: 1000;
    }
}
