body {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #0F172A;
    background: #F7FAF9;
}

.nav_list,
.nav_list li,
.menu_inline,
.legal_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

a:active, a:focus, button:active, button:focus {
    outline: none;
}

h1 {
    font-weight: 900;
    font-size: 64px;
    text-align: center;
    color: #134E4A;
}

h2 {
    font-weight: 700;
    font-size: 55px;
    text-align: center;
    margin-bottom: 40px;
    color: #134E4A;
}

section {
    padding: 70px 0;
}

.cta_btn {
    display: block;
    border-radius: 50px;
    background: #134E4A;
    font-size: 20px;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: 0.5s;
    padding: 8px 0;
    border: 1px solid #134E4A;
    width: 200px;
}

.cta_btn:hover {
    background: #fff;
    transition: 0.5s;
    color: #134E4A;
}

.media_box {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
}

.media_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 130%;
}

/* -------------site_header------------- */
.site_header {
    margin-top: 40px;
}

.site_header .brand_mark {
    display: block;
    color: #0F172A;
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}

.site_header .nav_list {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.site_header .nav_list a {
    position: relative;
    color: #0F172A;
    font-size: 20px;
    font-weight: 500;
    transition: 0.5s;
    margin: 0 20px;
}

.site_header .cta_btn {
    margin: 0;
    margin-left: auto;
    background: #fff;
    color: #134E4A;
}

.site_header .cta_btn:hover {
    background: #134E4A;
    color: #fff;
}

/* -------------hero------------- */
.hero h1 {
    margin-bottom: 25px;
}

.hero p {
    text-align: center;
}

.hero .cta_btn {
    margin-top: 35px;
}

/* -------------section_about ------------- */
.section_about .media_box {
    width: 100%;
    height: 600px;
}

.about_info {
    position: absolute;
    width: 700px;
    padding: 30px 20px;
    border-radius: 20px;
    background: #E6F4F1;
    right: 0;
    top: 0;
    margin-top: 30px;
    margin-right: 75px;
    text-align: center;
}

.about_info .cta_btn {
    margin-top: 20px;
}

/* -------------section_about section_about-page------------- */
.section_about.section_about-page h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.section_about.section_about-page h3 {
    margin-top: 30px;
    color: #134E4A;
}

/* -------------lezzetyolu-achievement-------------*/
.lezzetyolu-achievement-one h3 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    color: #134E4A;
}

.lezzetyolu-achievement-one p:first-child {
    font-size: 25px;
    font-weight: 600;
}

.lezzetyolu-achievement-one p {
    text-align: center;
}

/* -------------section_programs-------------*/
.section_programs .program_card {
    border: 2px solid #134E4A;
    box-shadow: 5px 5px 20px #00000040;
    border-radius: 15px;
    padding: 20px;
}

.section_programs .program_card .program_media {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
    height: 200px;
}

.section_programs .program_card .program_media img {
    width: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.section_programs .program_card h3 {
    text-align: center;
    margin: 20px 0;
    color: #134E4A;
}

.section_programs .program_card p {
    text-align: center;
    margin-top: 10px;
}

.section_programs p:nth-of-type(1) {
    font-size: 20px;
    font-weight: 600;
}

/* -------------section_reviews ------------- */
.review_card {
    width: 100%;
    padding: 40px;
    box-shadow: 5px 5px 20px #00000040;
    border-radius: 20px;
}

.review_card .avatar_box {
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.review_card .avatar_box img {
    width: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.review_top {
    align-items: center;
}

.review_meta {
    margin-left: 30px;
}

.review_card p {
    text-align: start;
    margin-top: 20px;
}

.review_card .review_meta p {
    font-size: 20px;
    color: #134E4A;
    margin: 0;
}

/* -------------section_contact------------- */
.contact_panel {
    height: 414px;
    border: 1px solid #0F172A;
    border-radius: 20px;
    box-shadow: 5px 5px 20px #00000040;
    padding: 20px;
}

.contact_details p {
    margin-bottom: 10px;
}

.section_contact h2 {
    margin-bottom: 40px;
    color: #134E4A;
}

.ui_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.form_row {
    gap: 20px;
}

.ui_form input,
.ui_form textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #0F172A;
    padding: 0 25px;
    border: 1px solid #0F172A;
    border-radius: 100px;
    background: #fff;
    transition: 0.5s;
    margin-bottom: 0;
}

.ui_form input {
    height: 50px;
}

.ui_form textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.ui_form input:focus,
.ui_form textarea:focus {
    outline: none;
    border: 1px solid #0F172A;
}

.ui_form input.error,
.ui_form textarea.error,
.ui_form input.error:focus,
.ui_form textarea.error:focus {
    border: 1px solid #E76F51;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #E76F51;
    outline: none;
}

.ui_form input::placeholder,
.ui_form textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #9CA3AF;
}

.ui_form .cta_btn {
    width: 100%;
    font-size: 20px;
    cursor: pointer;
}

.consent_row {
    align-items: center;
    gap: 10px;
}

.consent_row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #0F172A; 
}

.consent_row.error {
    border: 1px solid #E76F51; 
}

.consent_row.error input[type="checkbox"] {
    border: 1px solid #E76F51;
}

.consent_row label {
    font-size: 16px;
    margin-bottom: 0;
    color: #6B7280;
}

.consent_row label a {
    color: #E76F51;
    text-decoration: underline;
}

.consent_row label a:hover {
    color: #E76F5188;
}

/* -------------footer_bar------------- */
.footer_bar {
    background: #134E4A;
    color: #fff;
    padding: 40px 0;
    font-size: 15px;
    margin-top: 60px;
}

.footer_bar .brand_mark {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.footer_bar .nav_link {
    color: #fff;
    display: block;
    margin: 5px 0;
}

.footer_bar .nav_item {
    margin-bottom: 10px;
    align-items: center;
}

.footer_bar i {
    margin-right: 10px;
    color: #fff;
}

.footer_bar p {
    color: #fff;
}

.footer_bar .nav_list.legal_list {
    position: relative;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px #fff solid;
    padding: 20px 0 0;
}

.footer_bar .menu_item {
    align-items: center;
    margin: 5px 0;
}

.footer_bar .nav_list.legal_list .menu_item {
    margin: 0 20px;
}

/* -------------nav_toggle------------- */
.nav_toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.nav_toggle span {
    width: 100%;
    height: 3px;
    background: #0F172A;
    transition: all 0.3s;
}

.nav_toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.nav_toggle.active span:nth-child(2) {
    opacity: 0;
}

.nav_toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* -------------lezzetyolu-cookie_banner------------- */
.cookie_banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    padding: 20px 0;
}

.cookie_container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}

.cookie_content {
    text-align: center;
}

.cookie_content h3 {
    font-size: 20px;
    color: #E76F51;
    margin-bottom: 10px;
}

.cookie_content p {
    font-size: 16px;
    color: #0F172A;
    margin-bottom: 0;
}

.cookie_content a {
    color: #E76F51;
    text-decoration: underline;
}

.cookie_content a:hover {
    color: #E76F5188;
}

.cookie_buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.cookie_buttons .cta_btn {
    cursor: pointer;
    border: none;
    font-size: 14px;
    width: 100px;
    margin: 0;
}

.cookie_buttons .cta_btn:nth-of-type(1):hover {
    border: 1px solid #134E4A;
}

.cookie_buttons .cta_btn.btn_dark {
    background: #E76F51;
    color: #fff;
}

.cookie_buttons .cta_btn.btn_dark:hover {
    background: #E76F5188;
}

/* -------------loader------------- */
#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(230, 244, 241, 0.8);
    overflow: hidden;
    display: none;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}