/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}

/* end of popup */

.addedToCart_layer {
    display: none;
    position: fixed;
    width: 100%;
    padding: 0px;
    z-index: 100;
}

.addedToCart_layer .alert-success {
    background-color: #49453E;
    border-color: #928B80;
    color: #fff;
}

.addedToCart_layer .alert-success a {
    color: #fff;
}

.addedToCart_layer.act {
    display: block;
}

/**/
:root {
    --custom-blue: #1b3556;
    --custom-lightblue: #3a71ba;
    --custom-cream: #cfb193;
}

/* custom checkbox */
.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.custom-checkbox p {
    margin-bottom: 0;
    font-size: 20px;
}

.custom-checkbox p a {
    color: #49453E;
}

.custom-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.custom-checkbox span {
    display: inline-block;
    width: 25px;
    height: 25px;
    aspect-ratio: 1 / 1;
    border: 1px solid #928B80;
    background-color: #fff;
    margin-right: .5em;
    position: relative;
    cursor: pointer;
}

.custom-checkbox input:checked~span {
    background-color: #928B80;
}

.custom-checkbox span::after {
    display: none;
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.custom-checkbox input:checked~span::after {
    display: block;
}

/* end of custom checkbox */

/* navbar */
button.nav-link {
    background-color: transparent;
    border: none;
    outline: none;
}

button.nav-link::after {
    display: none;
}

.navbar .dropdown-menu {
    left: unset;
    right: 30px;
    min-width: 12rem;
    text-align: center;
    border-radius: 0;
}

.navbar .dropdown-menu a {
    color: var(--custom-blue);
    margin: 0 !important;
}

.navbar .dropdown-menu a:hover {
    background-color: transparent;
    color: var(--custom-lightblue);
}

/* end of navbar */

/* static content */

.static-content img {
    max-width: 100%;
}

/* end of static content */

/* base stuff */
form label a,
form label a:hover {
    text-decoration: underline;
}

.base_container {
    min-height: 450px;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.navbar-nav .dropdown-toggle::after,
.hidden {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.navbar-toggler {
    border-color: #8d9aab;
}

form small {
    text-align: left !important;
    color: #f00;
}

a:focus,
a:hover,
a:focus *,
a:hover * {
    text-decoration: none !important;
    color: currentColor;
}

/* end of base stuff*/

/* popup */
.popup-modal {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 600px;
    /*height: 400px;*/
    height: fit-content;
    max-width: 95%;
    max-height: 95%;
    z-index: 1010;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.35);
    padding: 1.2em 1em;
    overflow: scroll;
}

/*.popup-modal .popup-content {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    padding: 1.2em 1em;*/
/*}*/

.popup-modal #closePopup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1em 0.3em;
    cursor: pointer;
    font-size: 25px;
    z-index: 100;
}

/* end of popup */

body {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
}

.nav-link {
    font-size: 23px;
    font-weight: 400;
    color: #000;
}

.hero-home-fluid {
    background-image: url('../images/hero-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-mainrow {
    height: 743px;
    align-items: center;
}

.carousel-title {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
}

.carousel-text-1 {
    font-family: "Cormorant", serif;
    font-weight: 400;
    font-size: 34px;
    color: #fff;
    line-height: 43px;
}

.carousel-text-2 {
    font-family: "Cormorant", serif;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    line-height: 29px;
}

.carouselIMG {
    height: 467px;
    object-fit: cover;
    width: 100%;
}

.carousel-btn-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

.carousel-btn-row .white-btn {
    margin-left: 25px;
}

.standard-btn {
    min-height: 51px;
    border-radius: 0px;
    border: 1px solid #fff;
    background-color: #fff;
    display: flex;
    width: fit-content;
    padding: 0px 25px;
    align-items: center;
    justify-content: center;
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-weight: 700;
    color: #928B80;
}

.standard-btn.outline-white-btn {
    background-color: transparent;
    color: #fff;
}

.bemutatkozas-fluid {
    margin-top: 5em;
    margin-bottom: 5em;
}

.bemutatkozas-img {
    height: 606px;
    width: 100%;
    object-fit: cover;
}

.static-big-title {
    color: #49453E;
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 48px;
}

.static-title {
    color: #928B80;
    font-family: "Cormorant", serif;
    font-weight: 400;
    font-size: 36px;
}

.static-content {
    color: #49453E;
    font-family: "Cormorant", serif;
    font-weight: 500;
    font-size: 24px;
}

.standard-btn.brown-outline-btn {
    border: 1px solid #928B80;
    color: #928B80;
}

.great-vibes-text {
    text-align: center;
    font-family: "Great Vibes", cursive;
    font-size: 48px;
    font-weight: 400;
    line-height: 60.1px;
    color: #928B80;
}

.bemutatkozas-conti {
    position: relative;
}

/*
.bemutatkozas-conti::after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #928B80;
    position: absolute;
    top: 0px;
    right: -10%;
}

.bemutatkozas-conti::before {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #928B80;
    position: absolute;
    top: 0px;
    left: -10%;
}
*/

.home-image-fluid {
    position: relative;
    border-top: 20px solid #928B80;
    border-bottom: 20px solid #928B80;
}

.home-image-fluid::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: #928B8066;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.home-image-fluid-block-1 {
    height: 730px;
    width: 100%;
    object-fit: cover;
}

.home-image-fluid-block-2 {
    height: 365px;
    width: 100%;
    object-fit: cover;
}

.blogs-home-fluid {
    margin-top: 5em;
    margin-bottom: 5em;
}

.brown-title {
    color: #49453E;
}

.white-title {
    color: #fff;
}

.blog-great-vibes {
    font-size: 20px;
    font-weight: 400;
    line-height: 45.1px;
    color: #49453E;
}

.blog-list-image {
    width: 100%;
    object-fit: cover;
    height: 303px;
}

.blog-list-title {
    color: #49453E;
    font-family: "Merriweather", serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    width: fit-content;
}

.blog-list-content {
    line-height: 29px;
    font-size: 24px;
}

.blog-list-content.static-content {
    color: #1E1E1E;
}

.standard-btn.brown-btn {
    background-color: #928B80;
    color: #FFFFFF;
    padding: 0px 65px;
}

.standard-btn.filled-btn {
    background-color: #49453E;
    color: #FFFFFF;
    padding: 0px 65px;
}

.brown-greatvibes {
    text-align: center;
    font-family: "Great Vibes", cursive;
    font-size: 36px;
    font-weight: 400;
    line-height: 45.1px;
    color: #FFF;
    background-color: #928B80;
}

.brown-greatvibes.inv {
    color: #928B80;
    background-color: transparent;
}

.brown-greatvibes .row {
    min-height: 292px;
    align-items: center;
}

.brown-greatvibes.bigger {
    font-size: 44px;
    line-height: 61px;
    text-align: left;
}

.brown-greatvibes.bigger .row {
    min-height: 450px;
}

.receptek-home-fluid {
    margin-top: 6em;
    margin-bottom: 6em;
}

.one-recept img {
    height: 254px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 2em;
    margin-top: 1em;
}

.recept-list-title {
    font-family: "Merriweather", serif;
    font-size: 20px;
    font-weight: 700;
    color: #49453E;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.favorite-list-img {
    height: 640px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.favorite-list-img-col {
    position: relative;
}

.favorite-list-img-col::after {
    position: absolute;
    top: 50%;
    height: 10px;
    background-color: #fff;
    width: 100%;
    content: "";
    left: 0px;

}

.favorit-recept-row {
    margin-top: 5em;
    margin-bottom: 5em;
}

.favorite-subtitle {
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    color: #49453E;
}

.favorite-content {
    font-size: 22px;
}

.padding-left {
    padding-left: 3em;
}

.padding-right {
    padding-right: 3em;
}

.motivation-fluid {
    margin-top: 6em;
    margin-bottom: 6em;
}

.static-content h3 {
    font-family: "Great Vibes", cursive;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    color: #928B80;
}

.motivation-list-img {
    height: 504px;
    width: 100%;
    object-fit: cover;
}

.newsletter-fluid {
    background-image: url('../images/newsletter-bg.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.newsletter-fluid .container>.row {
    min-height: 582px;
    align-items: center;
}

.newsletter-form-title {
    margin-bottom: 1.5em;
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 48px;
    color: #928B80;
}

.input-section input,
.input-section textarea,
#login_form input,
#contact_form_content_page textarea,
#contact_form_content_page input,
#newsletter_form input {
    min-height: 50px;
    border: 1px solid #928B80;
    background-color: #fff;
    border-radius: 0px;
    font-family: "Cormorant", serif;
    font-weight: 600;
    font-size: 20px;
    color: #928B80;
}

footer {
    background: #DFDDD9;
    padding-top: 3em;
    padding-bottom: 2em;
}

.footer-title {
    font-family: "Cormorant", serif;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
}

.footer-link {
    font-family: "Cormorant", serif;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    display: flex;
    width: fit-content;
    margin-bottom: 15px;
}

.contact-elem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
}

.allrights {
    text-align: left;
    font-family: "Cormorant", serif;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    padding-left: 3em;
    padding-top: 1em;
}

.contact-elem a {
    color: #000;
}

.contact-elem img {
    margin-right: 7px;
}

.heading>.row {
    min-height: 305px;
    align-items: center;
    text-align: center;
}

.heading {
    background-image: url("../images/subhero-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subheading-title {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}

.border-0 img {
    height: 365px;
}

.good-vibes-bemutat-fluid {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
    font-family: "Great Vibes", cursive;
    font-size: 48px;
    font-weight: 400;
    line-height: 60.1px;
    color: #928B80;
}

.bloglist-view-fluid {
    margin-top: 5em;
    margin-bottom: 5em;
}

.search-form input {
    border: 0px;
    border-radius: 0px;
    height: 46px;
    background-color: #ECECEC;
    margin-right: 20px;
    width: 386px;
    color: #49453E;
    font-family: "Merriweather", serif;
    font-size: 22px;
    font-weight: 700;
}

.search-form input::placeholder {
    color: #49453E;
    font-family: "Merriweather", serif;
    text-transform: uppercase;
    font-size: 22px;
}

.search-form button {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    outline: none;
    padding: 0px;
    box-shadow: none;
}

.page-item.active .page-link {
    height: 60px;
    width: 47px;
    border: 5px solid #6A6661;
    background-color: #fff;
    font-family: "Merriweather", serif;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    color: #6A6661;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 0px !important;
}

.page-link:hover,
.page-link:focus {
    border: 5px solid #6A6661;
    background-color: #fff;
    color: #6A6661;
}

.page-link {
    height: 60px;
    width: 47px;
    border: 5px solid #6A6661;
    background-color: #6A6661;
    color: #fff;
    margin-left: 7px;
    font-family: "Merriweather", serif;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 0px !important;
}

.designline {
    display: flex;
    height: 2px;
    background-color: #6A6661;
    width: 100%;
    margin-right: 20px;
}

.pagination-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    width: 100%;
}

.blogview-fluid {
    margin-top: 6em;
    margin-bottom: 6em;
}

.blogview-title {
    color: #49453E;
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.back-btn {
    border: 0px;
    background-color: #ECECEC;
    color: #49453E;
    align-items: center;
    justify-content: center;
    line-height: 50px;
    cursor: pointer;
}

.back-btn img {
    margin-right: 7px;
    margin-top: -2px;
}

.date {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 32px;
    color: #49453E;
    display: flex;
    width: 100%;
    justify-content: end;
}

.one-motivacio-row img {
    width: 100%;
    height: 361px;
    object-fit: cover;
}

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

.motivacio-fluid {
    margin-top: 6em;
    margin-bottom: 6em;
}

.motivacio-text {
    color: #49453E;
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: 700;
}

.one-motivacio-row.even {
    flex-direction: row-reverse;
}

.one-motivacio-row.even .img-col {
    padding-left: 0px;
}

.one-motivacio-row.odd .img-col {
    padding-right: 0px;
}

.one-motivacio-row {
    margin-top: 1em;
}

.contactimg {
    height: 540px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.contact-page-fluid {
    margin-top: 5em;
    margin-bottom: 5em;
}

.contact-content {
    font-family: "Cormorant", serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;
    color: #49453E;
    border-bottom: 3px solid #6A6661;
    padding-bottom: 10px;
}

.contact-page-elem {
    justify-content: center;
    margin-top: .6em;
    font-size: 32px;
    color: #49453E;
}

.contact-page-elem a {
    color: #49453E;
}

.contactpage-form {
    position: relative;
}

.contactpage-form::after {
    background-color: #928B80;
    content: "";
    position: absolute;
    display: flex;
    width: 50%;
    height: 100%;
    right: 0px;
    left: 50%;
    top: 0px;
    bottom: 0px;
    z-index: 1;
}

.contactpage-form .container {
    z-index: 1000;
    position: relative;
}

#contact_form_content_page {
    padding-left: 3em;
}

.receptek-kat-fluid {
    margin-top: 6em;
    margin-bottom: 6em;
}

.receptek-list-fluid {
    margin-top: 6em;
    margin-bottom: 6em;
}

.receptek-list-fluid .extra-left-p {
    padding-left: 3em;
}

.receptek-list-fluid .blog-list-image {
    height: 361px;
}

.container-fluid {
    overflow: hidden;
}

.line-height-1 {
    line-height: 1;
    font-size: 20px !important;
}

.pwd-reminder {
    font-family: "Great Vibes", cursive;
    font-size: 28px;
    font-weight: 400;
    line-height: 50px;
    color: #928B80;
}

/**/
.category-card {
    box-shadow: 0 4px 8px 6px #00000008;
    padding: 1.5em;
}

.category-card img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.category-card .category-info {
    margin-top: 1.5em;
}

.category-card .category-description {
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.4em;
    height: 8.4em;
    overflow: hidden;
}

.products-order-info {
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: left;
}

.products-order-info h2 {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 48px;
}

.steps-block {
    counter-reset: css-counter 0;
    display: flex;
    flex-direction: column;
    row-gap: 0.7em;
}

.steps-block .step {
    background-color: #fff;
    color: #49453E;
    border-radius: 14px;
    padding: 5px 0.8em;
    display: flex;
    width: 100%;
    column-gap: 0.8em;
    font-family: "Cormorant", serif;
    font-weight: 600;
    font-size: 24px;
}

.steps-block>div .step-number {
    display: flex;
    align-items: center;
}

.steps-block>div .step-number::before {
    counter-increment: css-counter 1;
    content: counter(css-counter);
    font-family: "Merriweather", serif;
    font-size: 36px;
    font-weight: 700;
}

.review-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    background-color: #F5F5F5;
    color: #49453E;
    padding: 1em;
    border-radius: 20px;
}

.review-item .customer-feedback {
    font-family: "Cormorant", serif;
    font-weight: 500;
    font-size: 20px;
}

.review-item .customer-name {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 24px;
}

.review-item img {
    max-width: max-content;
}

.category-card .blog-list-title {
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
}

.cart-table-row {
    position: relative;
    display: flex;
    padding-left: 55px;
    gap: 1.5em;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #D2CCC4;
}

.cart-table-row .cart_delete_prod_in_cart {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
}

.cart-table-row .cart-img {
    width: 270px;
    height: 270px;
    object-fit: cover;
}

.cart-table-row .cart-name {
    font-family: "Cormorant", serif;
    font-weight: 500;
    font-size: 36px;
}

.cart-table-row .cart-price {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 28px;
}

.cart-table-row .cart-description {
    font-family: "Cormorant", serif;
    font-weight: 500;
    font-size: 20px;
}

.order-title {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 32px;
    color: #49453E;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.input-section label {
    font-size: 20px;
}

.go-to-cashier {
    cursor: pointer;
}

.price-block {
    border-top: 2px solid #928B80;
    padding-top: 1.2em;
    display: flex;
    align-items: center;
    gap: 2.5em;
}

.price-block .actual-price,
.price-block .old-price {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 40px;
}

.price-block .old-price {
    text-decoration: line-through;
    font-size: 30px;
}

.small-image-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3em;
    margin-bottom: 3em;
}

.small-image-container .small-image {
    width: calc(100% / 3);
    height: 370px;
}

.small-image-container .small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-icons {
    color: #C5C5C5;
    font-family: "Merriweather", serif;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
}

.product-icons p {
    line-height: 1.4em;
    height: 2.8em;
    margin-top: 0.5em;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-icons img {
    height: 84px;
}

.accordion .collapse-arrow .arrow-svg {
    transition: all ease-out .4s;
    transform: rotateZ(-90deg);
}

.accordion button[aria-expanded="true"] .collapse-arrow .arrow-svg {
    transform: rotateZ(90deg);
}

.accordion button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: none !important;
}

.accordion .collapse-arrow svg {
    height: 20px;
}

.accordion .collapse-arrow {
    position: absolute;
    right: 10px;
    top: 32px;
}

.accordion .card-header p {
    text-decoration: none;
}

.product-name {
    font-size: 18px !important;
}

.stock-data {
    text-transform: none;
}

.mobile-header {
    display: none;
}

.cart-table-head {
    padding: 1em 0;
    margin: 0;
    text-transform: uppercase;
    border-bottom-width: 2px;
    font-weight: 600;
}

.accordion .full-price {
    font-size: 22px;
}

/*Kerdoiv*/

.kerdoiv-head {
    margin-top: 100px;
    margin-bottom: 25px;
}

.kerdoiv-text {
    margin-bottom: 40px;
}

.radio-group.top {
    margin-top: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 60px;
}

.radio-group.bottom {
    margin-top: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 25px;
}

.radio-group label {
    padding-right: 33px;
    margin-bottom: 0px;
}

.radio-group input {
    border: 1px solid #928B80;
    accent-color: #928B80;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.radio-head,
.alap-info-input-group label {
    font-family: "Cormorant";
    font-size: 24px;
    font-weight: 700;
    color: #49453E;
}

.radio-pair {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alap-info-input-group {
    display: flex;
    flex-direction: column;
}

.alap-info-head h3 {
    font-family: "Cormorant";
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.alap-info-input-group input::placeholder {
    color: #928B80;
}

.alap-info-input-group input {
    height: 50px;
    padding: 10px 12px;
    color: #000000;
    border: 1px solid #928B80;
    margin-bottom: 25px;
}


.alap-info-input-group input:read-only {
    height: 50px;
    padding: 10px 12px;
    color: #000000;
    border: 1px solid #928B80;
    margin-bottom: 25px;
    cursor: not-allowed;
    opacity: 0.7;
    background-color: #f0f0f0;
}


.comment::placeholder {
    color: #928B80;
}

.comment {
    width: 100%;
    height: 193px;
    padding: 10px 12px;
    color: #000000;
    border: 1px solid #928B80;
    margin-bottom: 40px;
}

.comment:read-only {
    width: 100%;
    height: 193px;
    padding: 10px 12px;
    color: #000000;
    border: 1px solid #928B80;
    margin-bottom: 40px;
    cursor: not-allowed;
    opacity: 0.7;
    background-color: #f0f0f0;
}

.submit-btn {
    margin-bottom: 100px;
}

.invisible-input {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}

.alap-info-input-group .custom-control-label {
    line-height: 1.3em;
    font-size: 20px;
    cursor: pointer;
}

.alap-info-input-group .custom-control-label::before {
    top: 0.3rem;
}

.alap-info-input-group input[type='radio']~.custom-control-label::before {
    border-radius: 50%;
}

.custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #007bff;
}

.custom-control-input:disabled~.custom-control-label {
    cursor: not-allowed;
}

.container-fluid .container {
    padding-left: 0;
    padding-right: 0;
}

/*EOF*/












.text-black * {
    color: #000 !important;
}

.font-size-36 * {
    font-size: 36px !important;
}

.font-size-24 * {
    font-size: 24px !important;
}

.font-size-20 * {
    font-size: 20px !important;
}

.font-weight-600 * {
    font-weight: 600 !important;
}

.line-height-100 * {
    line-height: 1 !important;
}

[class*="max-"] * {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-7-row-text * {
    -webkit-line-clamp: 7;
    line-clamp: 7;
}

.bg-928B80 {
    background-color: #928B80 !important;
}

.font-color-49453E {
    color: #49453E !important;
}





/***************************
// Navbar
***************************/
.navbar {
    padding: 0;
}

.navbar-custom {
    width: 100%;
    z-index: 10;
}

.navbar-custom .navbar-brand {
    width: 100%;
    max-width: 141px;
    height: 62px;
    object-fit: contain;
}

.navbar-toggler {
    position: absolute;
    right: 1rem;
    z-index: 11;
    color: var(--color-black);
    border: 1px solid var(--color-black);
    border-radius: 10px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(68, 68, 68, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-collapse {
    transition: none !important;
}

@media (max-width: 1199.98px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 100;
        background: white;
        padding: 1rem 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
}

.navbar-custom.scrolled {
    background-color: #2f2f2f;
}

.navbar-custom .nav-link {
    color: black;
}

.navbar-custom .nav-link:hover {
    color: #2b2b2b;
}

.navbar-custom .container {
    background-color: white;
    border-radius: 0px;
    padding: 2rem;
}

.navbar-custom.float {
    position: absolute;
}

.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

/* MEGAMENU */

.dropdown-toggle::after {
    display: none;
}

.icons .navbar-toggler {
    border: 1px solid var(--color-black);
    background-color: transparent;
    padding: 4px 8px;
}

.navbar-toggler-icon {
    width: 24px;
    height: 24px;
}

.navbar-toggler {
    padding: 5px 8px;
    min-width: 40px;
    min-height: 40px;
}


/***************************
// End Navbar
***************************/
/***************************
// Hero Section
***************************/
.hero {
    position: relative;
    background: #928B80;
    height: 100vh;
    max-height: 860px;
    overflow: hidden;
}

.hero-content {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    width: 100%;
}

/***************************
// End Hero Section
***************************/


.image-with-caption {
    max-width: 560px;
    margin: 2rem auto 4rem;
    position: relative;
    display: block;
}

.image-with-caption img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
}

.image-with-caption .caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
    background: #fff;
    padding: 1.5rem;
    border-radius: 0px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    max-width: calc(100% - 40px);
    line-height: 1;
}

@media (max-width: 576px) {
    .image-with-caption {
        margin-bottom: 3.5rem;
    }

    .image-with-caption .caption {
        bottom: -20px;
        padding: 10px 14px;
        font-size: 1rem;
    }
}

a {
    color: #49453E !important;
}



/* Services section */

.services .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    align-items: start;
}

.services .card {
    background: transparent;
    border: none !important;
}

.services .thumb {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 62%;
    position: relative;
    background: #f4f3f1;
}

.services .thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services .card.card--single {
    grid-column: 1/2;
}

@media (max-width:1000px) {
    .services h2 {
        font-size: 36px;
    }

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

    .services .card.card--single {
        grid-column: auto;
    }
}

@media (max-width:640px) {
    .services {
        padding: 28px 4%;
    }

    .services .grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}


/***************************
// image-text-split Section
***************************/
.image-text-split {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.image-text-split .image-column {
    position: relative;
    height: 540px;
}

.image-text-split .image-wrapper {
    /*position: absolute;*/
    inset: 0;
}

.image-text-split .image-wrapper img {
    border-radius: 0px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .image-text-split .col-lg-5.image-column {
        width: 40.666667%
    }

    .image-text-split .col-lg-7 {
        width: 59.333333%;
    }
}

@media (max-width: 991.98px) {
    .image-text-split .image-column {
        height: 350px;
    }

    .image-text-split .image-wrapper {
        position: relative;
    }
}

.image-text-split .image-text-content.price-bg {
    background: #928B80;
    padding: 2rem;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}

/***************************
// End image-text-split Section
***************************/

.lead-img img {
    object-fit: cover;
    max-height: 470px;
}

/* Circadia features */

.circadia-features {
    background: #928B80;
}

.circadia-features .feature-card {
    padding: 18px 12px;
    background: transparent;
    border-radius: 8px;
}

.circadia-features .feature-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circadia-features .feature-icon img {
    max-width: 100%;
    height: auto;
    display: block;
}

.circadia-features .feature-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
    color: #fff;
}

.circadia-features .features-note {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
}

@media(min-width:992px) {
    .circadia-features .feature-card {
        min-height: 180px;
    }

    .circadia-features .feature-title {
        font-size: 18px;
    }
}

@media(max-width:767.98px) {
    .circadia-features .feature-icon {
        width: 48px;
        height: 48px;
    }

    .circadia-features .feature-title {
        font-size: 15px;
    }
}


.steps-section .bg {
    background: #EFEEEC;
    padding: 2rem;
}

.steps-section .step-card {
    color: #49453E;
}

.step-card {
    margin-bottom: 1rem;
    height: 100%;
}

@media (max-width: 767px) {
    .step-card {
        padding: 1.2rem;
    }
}




.price-table-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #3a362f;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Merriweather', serif;
    background: #fff;
}

.price-table thead tr {
    background: #4a463e;
}

.price-table-header {
    text-align: left;
    padding: 1.2rem 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.price-table tbody tr {
    background: #f3f2ef;
}

.price-table tbody tr:nth-child(even) {
    background: #eae8e5;
}

.price-table td {
    padding: 1.2rem 1rem;
    vertical-align: top;
    font-size: 1.2rem;
    color: #3a362f;
}

.price-table th:nth-child(2),
.price-table-price {
    width: 30%;
}

.price-table-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #3a362f;
    text-align: left;
    white-space: nowrap;
}

.price-table-desc {
    font-size: 1rem;
    font-weight: 400;
    color: #6a655c;
    margin-top: 0.5rem;
}

@media (max-width: 700px) {
    .price-table-title {
        font-size: 1.5rem;
    }

    .price-table-header,
    .price-table td {
        font-size: 1rem;
        padding: 0.8rem 0.5rem;
    }

    .price-table-price {
        font-size: 1.1rem;
    }
}