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

.saglıkyolu-menu, .saglıkyolu-menu li {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

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: #3C2F2F;
}

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

section {
    padding: 70px 0;
}

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

.saglıkyolu-btn:hover {
    background: #fff;
    transition: 0.5s;
    color: #2E7D32;
}

.saglıkyolu-picture {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
}

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

/* -------------saglıkyolu-header------------- */
.saglıkyolu-header {
    padding: 20px 0 80px;
    background: linear-gradient(rgba(247, 250, 242, 0.8), rgba(247, 250, 242, 0.9)), url(../img/saglıkyolu-about.webp) no-repeat center center;
    background-size: 120%;
}

.saglıkyolu-header .saglıkyolu-logo {
    display: block;
    color: #1A252F;
    font-size: 20px;
    font-weight: 700;
    margin-top: 8px;
}

.saglıkyolu-header .saglıkyolu-menu {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.saglıkyolu-header .saglıkyolu-menu a {
    position: relative;
    color: #1A252F;
    font-size: 20px;
    font-weight: 500;
    transition: 0.5s;
    margin: 0 20px;
}

.saglıkyolu-header .saglıkyolu-btn {
    margin: 0;
    margin-left: auto;
    background: #fff;
    color: #2E7D32;
}

.saglıkyolu-header .saglıkyolu-btn:hover {
    background: #2E7D32;
    color: #fff;
}

/* -------------saglıkyolu-first------------- */
.saglıkyolu-first {
    margin-top: 80px;
}

.saglıkyolu-first h1 {
    margin-bottom: 25px;
}

.saglıkyolu-first p {
    text-align: center;
}

.saglıkyolu-first .saglıkyolu-btn {
    margin: 0 auto;
    margin-top: 35px;
}

/* -------------saglıkyolu-about------------- */
.saglıkyolu-about .saglıkyolu-picture {
    position: absolute;
    width: 49%;
    height: 600px;
    border-radius: 0;
    margin: 0;
    box-shadow: 5px 5px 20px #00000040;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.saglıkyolu-about .saglıkyolu-picture img {
    width: auto;
    height: 140%;
}

.saglıkyolu-about__info {
    margin: 101px 0;
    background: #E8F5E9;
    padding: 30px 20px;
    border-radius: 20px;
}

.saglıkyolu-about__info .saglıkyolu-btn {
    margin-top: 20px;
    margin-left: 0;
    width: auto;
}

/* -------------saglıkyolu-about saglıkyolu-politika------------- */
.saglıkyolu-about.saglıkyolu-politika h2 {
    margin-bottom: 40px;
}

.saglıkyolu-about.saglıkyolu-politika h3 {
    margin-top: 30px;
    color: #3C2F2F;
}

/* -------------saglıkyolu-achievement-------------*/
.saglıkyolu-achievement-one h3 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    color: #3C2F2F;
}

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

.saglıkyolu-achievement-one p {
    text-align: center;
}

/* -------------saglıkyolu-sekcia-------------*/
.saglıkyolu-sekcia .saglıkyolu-karta-zviera {
    box-shadow: 5px 5px 20px #00000040;
    border-radius: 15px;
    padding: 20px;
    border: 2px solid #2E7D32;
}

.saglıkyolu-sekcia .saglıkyolu-karta-zviera .saglıkyolu-picture {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
    height: 200px;
}

.saglıkyolu-sekcia .saglıkyolu-karta-zviera .saglıkyolu-picture img {
    width: 130%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.saglıkyolu-sekcia .saglıkyolu-karta-zviera h3 {
    text-align: center;
    margin: 20px 0;
    color: #3C2F2F;
}

.saglıkyolu-sekcia .saglıkyolu-karta-zviera p {
    text-align: center;
    margin-top: 10px;
}

.saglıkyolu-sekcia p:nth-of-type(1) {
    font-size: 30px;
    font-weight: 600;
}

/* -------------saglıkyolu-reviews------------- */
.saglıkyolu-reviews-one {
    border: 1px solid #2E7D32;
    box-shadow: 5px 5px 20px #00000040;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.saglıkyolu-reviews-one p:last-child {
    text-align: end;
    margin-top: 5px;
}

/* -------------saglıkyolu-order------------- */
.saglıkyolu-contact__one {
    height: 414px;
    border: 1px solid #1A252F;
    border-radius: 20px;
    box-shadow: 5px 5px 20px #00000040;
    padding: 20px;
}

.saglıkyolu-contact__all p {
    margin-bottom: 10px;
}

.saglıkyolu-order h2 {
    margin-bottom: 40px;
    color: #3C2F2F;
}

.saglıkyolu-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.saglıkyolu-duo-form {
    gap: 20px;
}

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

.saglıkyolu-form input {
    height: 50px;
}

.saglıkyolu-form textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.saglıkyolu-form input:focus,
.saglıkyolu-form textarea:focus {
    outline: none;
    border: 1px solid #1A252F;
}

.saglıkyolu-form input.error,
.saglıkyolu-form textarea.error,
.saglıkyolu-form input.error:focus,
.saglıkyolu-form textarea.error:focus {
    border: 1px solid #E65100;
}

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

.saglıkyolu-form .saglıkyolu-btn {
    width: 100%;
    font-size: 20px;
    cursor: pointer;
}

.saglıkyolu-form-check {
    align-items: center;
    gap: 10px;
}

.saglıkyolu-form-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #1A252F; 
}

.saglıkyolu-form-check.error {
    border: 1px solid #E65100; 
}

.saglıkyolu-form-check.error input[type="checkbox"] {
    border: 1px solid #E65100;
}

.saglıkyolu-form-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #6B7280;
}

.saglıkyolu-form-check label a {
    color: #E65100;
    text-decoration: underline;
}

.saglıkyolu-form-check label a:hover {
    color: #E6510088;
}

/* -------------saglıkyolu-footer------------- */
.saglıkyolu-footer {
    background: #1A3C34;
    color: #fff;
    padding: 40px 0;
    font-size: 15px;
    margin-top: 60px;
}

.saglıkyolu-footer .saglıkyolu-logo {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.saglıkyolu-footer .saglıkyolu-menu-but {
    color: #fff;
    display: block;
    margin: 5px 0;
}

.saglıkyolu-footer .saglıkyolu-menu-one {
    margin-bottom: 10px;
    align-items: center;
}

.saglıkyolu-footer i {
    margin-right: 10px;
    color: #fff;
}

.saglıkyolu-footer p {
    color: #fff;
}

.saglıkyolu-footer .saglıkyolu-menu.saglıkyolu__politika {
    position: relative;
    justify-content: center;
    margin-top: 20px;
    border-top: 1px #fff solid;
    padding: 20px 0 0;
}

.saglıkyolu-footer .saglıkyolu-menu.saglıkyolu__politika .saglıkyolu-menu-item {
    margin: 0 20px;
}

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

.saglıkyolu__menu-toggle span {
    width: 100%;
    height: 3px;
    background: #1A252F;
    transition: all 0.3s;
}

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

.saglıkyolu__menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

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

/* -------------saglıkyolu-cookie------------- */
.saglıkyolu-cookie {
    position: fixed;
    bottom: 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;
}

.saglıkyolu-cookie-container {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}

.saglıkyolu-cookie-content {
    text-align: center;
}

.saglıkyolu-cookie-content h3 {
    font-size: 20px;
    color: #E65100;
    margin-bottom: 10px;
}

.saglıkyolu-cookie-content p {
    font-size: 16px;
    color: #1A252F;
    margin-bottom: 0;
}

.saglıkyolu-cookie-content a {
    color: #E65100;
    text-decoration: underline;
}

.saglıkyolu-cookie-content a:hover {
    color: #E6510088;
}

.saglıkyolu-cookie-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.saglıkyolu-cookie-buttons .saglıkyolu-btn {
    cursor: pointer;
    border: none;
    font-size: 14px;
    width: 100px;
    margin: 0;
}

.saglıkyolu-cookie-buttons .saglıkyolu-btn:nth-of-type(1):hover {
    border: 1px solid #2E7D32;
}

.saglıkyolu-cookie-buttons .saglıkyolu-btn.button-black {
    background: #E65100;
    color: #fff;
}

.saglıkyolu-cookie-buttons .saglıkyolu-btn.button-black:hover {
    background: #E6510088;
}

/* -------------saglıkyolu-loader------------- */
#saglıkyolu-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(247, 250, 242, 0.8);
    overflow: hidden;
    display: none;
}

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