* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
    background: #ffffff;
    color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo strong,
.book-btn,
.hero-btn,
.appointment-btn {
    font-family: "Montserrat", sans-serif;
}
img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}
/* =========================
   CONTAINER
========================= */

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}


/* =========================
   TOP HEADER
========================= */

.top-header {
    background: #ffffff;
    padding: 20px 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Logo */

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #d9f4f6;
    color: #22b8c7;

    display: flex;
    align-items: center;
    justify-content: center;
}

.logo strong {
    display: block;
    color: #26b6c3;
    font-size: 25px;
}

.logo small {
    display: block;
    color: #999;
    font-size: 10px;
}


/* Sağ taraf */

.header-contact {
    display: flex;
    align-items: center;
    gap: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-item span {
    font-size: 15px;
}

.contact-item p {
    font-size: 12px;
    color: #999;
}


/* Book Now */

.book-btn {
    border: 1px solid #26b6c3;
    color: #26b6c3;

    padding: 10px 22px;

    border-radius: 25px;

    font-size: 11px;
    font-weight: bold;

    transition: 0.3s;
}

.book-btn:hover {
    background: #26b6c3;
    color: white;
}
/* =========================
   NAVBAR
========================= */

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-inner {
    min-height: 62px;

    padding: 0 32px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #ffffff;

    border-radius: 3px;

    box-shadow: 0 12px 35px rgba(45, 76, 80, 0.08);
}

/* Menü */

.nav-links {
    list-style: none;

    display: flex;
    align-items: center;

    gap: 38px;
}

.nav-links a {
    font-size: 13px;
    color: #8b8b8b;

    transition: 0.3s;
}

.nav-links a:hover,
.nav-links a.active {
    color: #22b8c7;
}


/* Search */

.search-box {
    display: flex;
    align-items: center;
    gap: 7px;
}

.search-box span {
    color: #22b8c7;
    font-size: 18px;
}

.search-box input {
    width: 90px;

    border: none;
    outline: none;

    font-size: 12px;
    color: #777;
}

.search-box input::placeholder {
    color: #aaa;
}
/* =========================
   HERO
========================= */

/* =========================
   HERO - REFINED
========================= */

.hero {
    position: relative;
    min-height: 570px;
    margin-top: -29px;
    padding-top: 29px;

    background: #edf7f8;
    overflow: hidden;
}

.hero-inner {
    position: relative;

    min-height: 570px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* SOL TARAF */

.hero-content {
    position: relative;
    z-index: 5;

    width: 50%;
    padding-bottom: 10px;
}

.hero-label {
    display: inline-flex;
    align-items: center;

    padding: 7px 13px;
    margin-bottom: 22px;

    background: #ffffff;

    border-radius: 30px;

    color: #68bdc5;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.hero-content h1 {
    margin-bottom: 22px;

    color: #3f484c;

    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    font-weight: 600;

    line-height: 1.12;
    letter-spacing: -1.5px;
}

.hero-content p {
    max-width: 430px;

    margin-bottom: 30px;

    color: #929da0;

    font-size: 12px;
    line-height: 1.9;
}


/* CONTACT US */

.hero-btn {
    display: inline-block;

    padding: 14px 29px;

    background: #22b8c7;
    color: #ffffff;

    border-radius: 30px;

    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;

    box-shadow: 0 8px 20px rgba(34, 184, 199, 0.18);

    transition: 0.3s;
}

.hero-btn:hover {
    background: #159faa;
    transform: translateY(-2px);
}


/* =========================
   DOKTOR TARAFI
========================= */

.hero-image {
    position: relative;

    width: 50%;
    height: 570px;

    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-image img {
    position: relative;
    z-index: 3;

    width: auto;
    max-width: 100%;
    max-height: 535px;

    object-fit: contain;
    object-position: bottom;
}


/* Büyük açık daire */

.hero-circle {
    position: absolute;
    z-index: 1;

    width: 480px;
    height: 480px;

    right: -15px;
    bottom: -60px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.48);
}


/* İkinci dekoratif daire */

.hero-image::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    top: 50px;
    right: -110px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.28);
}


/* Küçük dekoratif nokta */

.hero-image::after {
    content: "";

    position: absolute;

    width: 14px;
    height: 14px;

    top: 100px;
    left: 30px;

    border-radius: 50%;

    background: rgba(34, 184, 199, 0.25);
}
}
/* =========================
   STATISTICS
========================= */

.stats {
    background: #ffffff;
    padding: 45px 0;
}

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

.stat-item {
    text-align: center;
    padding: 5px 20px;

    border-right: 1px solid #eeeeee;
}

/* Son elemanda çizgi olmasın */

.stat-item:last-child {
    border-right: none;
}

.stat-item h2 {
    color: #22b8c7;

    font-size: 28px;
    font-weight: 600;

    margin-bottom: 7px;
}

.stat-item p {
    color: #999999;

    font-size: 12px;
}
/* =========================
   SERVICES
========================= */

.services {
    background: #f7fbfc;
    padding: 90px 0;
}


/* Başlık */

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title span {
    display: inline-block;

    color: #22b8c7;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 12px;
}

.section-title h2 {
    color: #414b4f;

    font-size: 34px;
    line-height: 1.25;

    font-weight: 600;
}


/* =========================
   SERVICES GRID
========================= */

.services-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}


/* Kart */

.service-card {
    background: #ffffff;

    padding: 35px 30px;

    border-radius: 5px;

    transition: 0.3s;

    border: 1px solid #f0f0f0;
}

.service-card:hover {
    transform: translateY(-7px);

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
}


/* Icon */

.service-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #eaf8f9;

    color: #22b8c7;

    border-radius: 50%;

    font-size: 24px;

    margin-bottom: 22px;
}


/* Kart başlığı */

.service-card h3 {
    color: #414b4f;

    font-size: 16px;

    margin-bottom: 12px;
}


/* Kart açıklaması */

.service-card p {
    color: #9da5a8;

    font-size: 12px;

    line-height: 1.8;
}
/* =========================
   DOCTORS
========================= */

.doctors {
    padding: 90px 0;
    background: #ffffff;
}

.doctors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}


/* Doctor Card */

.doctor-card {
    text-align: center;
}


/* Doctor Image */

.doctor-image {
    height: 320px;

    background: #eef7f8;

    border-radius: 5px;

    overflow: hidden;

    margin-bottom: 20px;
}

.doctor-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: 0.4s;
}


/* Hover */

.doctor-card:hover .doctor-image img {
    transform: scale(1.05);
}


/* Doctor Information */

.doctor-info h3 {
    color: #414b4f;

    font-size: 16px;

    margin-bottom: 6px;
}

.doctor-info p {
    color: #22b8c7;

    font-size: 11px;
}
/* =========================
   WHY CHOOSE US
========================= */

.why-us {
    padding: 90px 0;
    background: #f3f9fa;
}

.why-us-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}


/* Sol görsel */

.why-us-image {
    width: 48%;
    height: 500px;

    position: relative;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    overflow: hidden;
}

.why-us-image img {
    position: relative;
    z-index: 2;

    max-height: 470px;
    width: auto;

    object-fit: contain;
}

.why-circle {
    position: absolute;

    width: 420px;
    height: 420px;

    background: #dff2f4;

    border-radius: 50%;

    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);

    z-index: 1;
}


/* Sağ içerik */

.why-us-content {
    width: 48%;
}

.why-label {
    display: inline-block;

    color: #22b8c7;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 15px;
}

.why-us-content h2 {
    color: #414b4f;

    font-size: 36px;
    line-height: 1.25;

    margin-bottom: 20px;
}

.why-description {
    color: #9da5a8;

    font-size: 13px;
    line-height: 1.8;

    margin-bottom: 30px;
}


/* Özellikler */

.why-features {
    display: flex;
    flex-direction: column;

    gap: 20px;
}

.why-feature {
    display: flex;
    align-items: flex-start;

    gap: 15px;
}


/* Tik ikonu */

.feature-icon {
    min-width: 38px;
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #22b8c7;
    color: #ffffff;

    border-radius: 50%;

    font-size: 16px;
    font-weight: bold;
}


/* Özellik yazıları */

.why-feature h3 {
    color: #414b4f;

    font-size: 15px;

    margin-bottom: 6px;
}

.why-feature p {
    color: #9da5a8;

    font-size: 12px;
    line-height: 1.6;
}
/* =========================
   APPOINTMENT
========================= */

.appointment {
    padding: 100px 0;
    background: #ffffff;
}

.appointment-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 80px;
}


/* =========================
   LEFT CONTENT
========================= */

.appointment-content {
    width: 45%;
}

.appointment-content > span {
    display: inline-block;

    color: #22b8c7;

    font-size: 11px;
    font-weight: 600;

    letter-spacing: 2px;

    margin-bottom: 15px;
}

.appointment-content h2 {
    color: #414b4f;

    font-size: 38px;
    line-height: 1.25;

    margin-bottom: 20px;
}

.appointment-content > p {
    color: #9da5a8;

    font-size: 13px;
    line-height: 1.8;

    margin-bottom: 35px;
}


/* Contact information */

.appointment-contact {
    display: flex;
    gap: 40px;
}

.appointment-contact strong {
    display: block;

    color: #414b4f;

    font-size: 13px;

    margin-bottom: 6px;
}

.appointment-contact p {
    color: #22b8c7;

    font-size: 12px;
}


/* =========================
   FORM
========================= */

.appointment-form {
    width: 50%;

    background: #f3f9fa;

    padding: 40px;

    border-radius: 8px;
}

.appointment-form h3 {
    color: #414b4f;

    font-size: 22px;

    margin-bottom: 30px;
}


/* Form rows */

.form-row {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
}


/* Input group */

.form-group {
    display: flex;
    flex-direction: column;

    margin-bottom: 18px;
}

.form-group label {
    color: #60696c;

    font-size: 11px;
    font-weight: 600;

    margin-bottom: 8px;
}


/* Inputs */

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;

    border: 1px solid #e2e8e9;

    background: #ffffff;

    padding: 13px 15px;

    outline: none;

    border-radius: 4px;

    color: #666;

    font-family: inherit;

    font-size: 12px;

    transition: 0.3s;
}


/* Focus */

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #22b8c7;

    box-shadow: 0 0 0 3px rgba(34, 184, 199, 0.08);
}

.form-group textarea {
    resize: vertical;
}


/* =========================
   BUTTON
========================= */

.appointment-btn {
    border: none;

    background: #22b8c7;
    color: #ffffff;

    padding: 14px 28px;

    border-radius: 25px;

    font-size: 11px;
    font-weight: bold;

    cursor: pointer;

    transition: 0.3s;
}

.appointment-btn:hover {
    background: #159aa7;

    transform: translateY(-2px);
}

/* =========================
   BLOG
========================= */

.blog {
    padding: 90px 0;
    background: #f7fbfc;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.blog-card {
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
}

.blog-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-content {
    padding: 25px;
}

.blog-content > span {
    display: inline-block;
    color: #22b8c7;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.blog-content h3 {
    color: #414b4f;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.blog-content p {
    color: #9da5a8;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.blog-content a {
    color: #22b8c7;
    font-size: 10px;
    font-weight: 700;
}
/* =========================
   FOOTER
========================= */

.footer {
    background: #eef7f8;
    padding: 70px 0 25px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 50px;
}

.footer-logo {
    display: inline-flex;
    margin-bottom: 20px;
}

.footer-about > p {
    max-width: 280px;
    color: #8d999c;
    font-size: 12px;
    line-height: 1.8;
}

.footer-column h3 {
    color: #414b4f;
    font-size: 15px;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    margin-bottom: 12px;
    color: #8d999c;
    font-size: 12px;
}

.footer-column a {
    color: #8d999c;
    transition: 0.3s;
}

.footer-column a:hover {
    color: #22b8c7;
    padding-left: 4px;
}

.footer-contact li {
    line-height: 1.6;
}


/* Footer bottom */

.footer-bottom {
    margin-top: 50px;
    padding-top: 25px;

    border-top: 1px solid #dce9ea;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p,
.footer-bottom a {
    color: #929da0;
    font-size: 11px;
}

.footer-bottom a {
    color: #22b8c7;
}
/* =========================
   DEPARTMENTS
========================= */

.departments {
    padding: 90px 0;
    background: #ffffff;
}

.departments-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.department-card {
    padding: 32px 25px;

    background: #f7fbfc;
    border: 1px solid #edf3f4;
    border-radius: 6px;

    transition: 0.3s;
}

.department-card:hover {
    transform: translateY(-7px);

    background: #ffffff;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
}

.department-icon {
    width: 52px;
    height: 52px;

    margin-bottom: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #e5f6f7;
    color: #22b8c7;

    border-radius: 50%;

    font-size: 21px;
}

.department-card h3 {
    margin-bottom: 12px;

    color: #414b4f;

    font-size: 16px;
}

.department-card p {
    margin-bottom: 18px;

    color: #9da5a8;

    font-size: 12px;
    line-height: 1.8;
}

.department-card a {
    color: #22b8c7;

    font-size: 10px;
    font-weight: 700;

    transition: 0.3s;
}

.department-card a:hover {
    letter-spacing: 0.5px;
}
/* =========================
   SECTION SCROLL OFFSET
========================= */

#services,
#departments,
#doctors,
#blog,
#contact {
    scroll-margin-top: 90px;
}
/* =========================
   RESPONSIVE DESIGN
========================= */

/* Tablet */
@media (max-width: 900px) {
	.blog-grid {
    grid-template-columns: repeat(2, 1fr);
}
.departments-grid {
    grid-template-columns: repeat(2, 1fr);
}
.footer-grid {
    grid-template-columns: repeat(2, 1fr);
}
    .header-inner {
        flex-direction: column;
        gap: 20px;
    }

    .header-contact {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-inner {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .hero-inner {
        flex-direction: column;
        text-align: center;
        padding-top: 70px;
    }

    .hero-content,
    .hero-image {
        width: 100%;
    }

    .hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-image {
        height: 420px;
    }

    .stats-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .stat-item {
        border-right: none;
    }

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

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

    .why-us-inner {
        flex-direction: column;
    }

    .why-us-image,
    .why-us-content {
        width: 100%;
    }

    .appointment-inner {
        flex-direction: column;
    }

    .appointment-content,
    .appointment-form {
        width: 100%;
    }
}


/* Telefon */
@media (max-width: 600px) {
	 .blog-grid {
    grid-template-columns: 1fr;
}
.departments-grid {
    grid-template-columns: 1fr;
}
.footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
}

.footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
}
    .container {
        width: 92%;
    }

    .top-header {
        padding: 15px 0;
    }

    .header-contact {
        flex-direction: column;
        gap: 15px;
    }

    .nav-links {
        flex-direction: column;
    }

    .hero {
        margin-top: 0;
    }

    .hero-inner {
        min-height: auto;
        padding-top: 60px;
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-image {
        height: 360px;
        margin-top: 30px;
    }

    .hero-image img {
        max-height: 350px;
    }

    .hero-circle {
        width: 320px;
        height: 320px;
    }

    .stats-inner {
        grid-template-columns: 1fr;
    }

    .stat-item {
        padding: 20px 0;
        border-bottom: 1px solid #eeeeee;
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .services {
        padding: 65px 0;
    }

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

    .section-title h2 {
        font-size: 29px;
    }

    .doctors {
        padding: 65px 0;
    }

    .doctors-grid {
        grid-template-columns: 1fr;
    }

    .doctor-image {
        height: 400px;
    }

    .why-us {
        padding: 65px 0;
    }

    .why-us-image {
        height: 400px;
    }

    .why-circle {
        width: 330px;
        height: 330px;
    }

    .why-us-content h2 {
        font-size: 30px;
    }

    .appointment {
        padding: 65px 0;
    }

    .appointment-content h2 {
        font-size: 30px;
    }

    .appointment-contact {
        flex-direction: column;
        gap: 20px;
    }

    .appointment-form {
        padding: 25px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

}
.doctor-book-btn {
    display: inline-block;

    margin-top: 15px;
    padding: 10px 18px;

    background: #22b8c7;
    color: #ffffff;

    border-radius: 25px;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.5px;

    transition: 0.3s;
}

.doctor-book-btn:hover {
    background: #159aa7;
    transform: translateY(-2px);
}
/* =========================
   APPOINTMENT SUCCESS
========================= */

.appointment-success {
    display: none;
    align-items: flex-start;
    gap: 15px;

    margin-bottom: 25px;
    padding: 20px;

    background: #eaf9fa;
    border: 1px solid #c9eef1;
    border-radius: 8px;
}

.appointment-success.show {
    display: flex;
}

.success-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #22b8c7;
    color: #ffffff;

    border-radius: 50%;

    font-size: 20px;
    font-weight: 700;
}

.appointment-success h4 {
    margin: 0 0 7px;

    color: #3f484c;

    font-size: 15px;
}

.appointment-success p {
    margin: 0;

    color: #788589;

    font-size: 12px;
    line-height: 1.7;
}
/* =========================
   FORM ERROR
========================= */

.form-error {
    display: none;
    margin-top: 6px;

    font-size: 11px;
    color: #d9534f;
}

.form-error.show {
    display: block;
}

.form-group input.input-error {
    border-color: #d9534f;
}
/* =========================
   PHONE ERROR
========================= */

#phoneError {
    display: none;
    margin-top: 6px;
    font-size: 11px;
    color: #d9534f;
}

#phoneError.show {
    display: block;
}

#phone.input-error {
    border: 1px solid #d9534f !important;
}
/* =========================
   FORM VALIDATION
========================= */

.form-error {
    display: none;
    margin-top: 6px;
    font-size: 11px;
    color: #d9534f;
}

.form-error.show {
    display: block;
}

.form-group input.input-error,
.form-group select.input-error,
.form-group textarea.input-error {
    border: 1px solid #d9534f !important;
}
/* =========================
   MY APPOINTMENTS
========================= */

.my-appointments {
    padding: 90px 0;
    background: #f7fbfb;
}

.appointments-list {
    max-width: 850px;
    margin: 40px auto 0;
}

.appointment-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    margin-bottom: 15px;
    padding: 22px 25px;

    background: #ffffff;
    border-radius: 8px;

    box-shadow: 0 8px 30px rgba(45, 76, 80, 0.08);
}

.appointment-card-info h3 {
    margin: 0 0 8px;

    color: #3f484c;
    font-size: 16px;
}

.appointment-card-info p {
    margin: 4px 0;

    color: #788589;
    font-size: 12px;
}

.cancel-appointment-btn {
    padding: 10px 18px;

    border: none;
    border-radius: 25px;

    background: #d9534f;
    color: #ffffff;

    font-size: 10px;
    font-weight: 600;

    cursor: pointer;

    transition: 0.3s;
}

.cancel-appointment-btn:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

.no-appointments {
    padding: 30px;

    background: #ffffff;
    border-radius: 8px;

    text-align: center;
    color: #788589;

    box-shadow: 0 8px 30px rgba(45, 76, 80, 0.08);
}

@media (max-width: 600px) {

    .appointment-card {
        flex-direction: column;
        align-items: flex-start;
    }

}
/* =========================
   MY APPOINTMENTS
========================= */

.my-appointments {
    padding: 90px 0;
    background: #f7fbfb;
}

.appointments-list {
    max-width: 850px;
    margin: 40px auto 0;
}

.appointment-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    margin-bottom: 15px;
    padding: 22px 25px;

    background: #ffffff;
    border-radius: 8px;

    box-shadow: 0 8px 30px rgba(45, 76, 80, 0.08);
}

.appointment-card-info h3 {
    margin: 0 0 8px;
    color: #3f484c;
    font-size: 16px;
}

.appointment-card-info p {
    margin: 4px 0;
    color: #788589;
    font-size: 12px;
}

.cancel-appointment-btn {
    padding: 10px 18px;

    border: none;
    border-radius: 25px;

    background: #d9534f;
    color: #ffffff;

    font-size: 10px;
    font-weight: 600;

    cursor: pointer;
    transition: 0.3s;
}

.cancel-appointment-btn:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

.no-appointments {
    padding: 30px;

    background: #ffffff;
    border-radius: 8px;

    text-align: center;
    color: #788589;

    box-shadow: 0 8px 30px rgba(45, 76, 80, 0.08);
}

/* Mobil */
@media (max-width: 600px) {

    .appointment-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .cancel-appointment-btn {
        width: 100%;
    }
}
/* =========================
   CANCEL MODAL
========================= */

.cancel-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(30, 45, 48, 0.55);
}

.cancel-modal.show {
    display: flex;
}

.cancel-modal-box {
    width: 100%;
    max-width: 420px;

    padding: 35px 30px;

    background: #ffffff;
    border-radius: 12px;

    text-align: center;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.cancel-modal-icon {
    width: 55px;
    height: 55px;

    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff0ef;
    color: #d9534f;

    font-size: 25px;
    font-weight: 700;
}

.cancel-modal-box h3 {
    margin: 0 0 10px;

    color: #3f484c;
    font-size: 21px;
}

.cancel-modal-box p {
    margin: 0 0 25px;

    color: #788589;
    font-size: 13px;
    line-height: 1.7;
}

.cancel-modal-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.cancel-modal-buttons button {
    padding: 12px 18px;

    border: none;
    border-radius: 25px;

    font-size: 10px;
    font-weight: 700;

    cursor: pointer;
    transition: 0.3s;
}

.cancel-modal-no {
    background: #eef4f4;
    color: #526064;
}

.cancel-modal-yes {
    background: #d9534f;
    color: #ffffff;
}

.cancel-modal-buttons button:hover {
    transform: translateY(-2px);
}

@media (max-width: 500px) {

    .cancel-modal-buttons {
        flex-direction: column;
    }

    .cancel-modal-buttons button {
        width: 100%;
    }
}
/* =========================
   CHECK APPOINTMENT
========================= */

.check-appointment {
    padding: 90px 0;
    background: #ffffff;
}

.check-appointment-box {
    max-width: 650px;
    margin: 35px auto 0;
    padding: 35px;

    background: #f7fbfb;
    border-radius: 10px;

    text-align: center;

    box-shadow: 0 10px 35px rgba(45, 76, 80, 0.08);
}

.check-appointment-box > p {
    margin: 0 0 25px;

    color: #788589;
    font-size: 13px;
    line-height: 1.7;
}

.appointment-search {
    display: flex;
    gap: 10px;
}

.appointment-search input {
    flex: 1;
    min-width: 0;

    padding: 14px 18px;

    border: 1px solid #dfe8e8;
    border-radius: 30px;
    outline: none;

    font-size: 13px;
}

.appointment-search input:focus {
    border-color: #6fa7a2;
}

.appointment-search button {
    padding: 14px 25px;

    border: none;
    border-radius: 30px;

    background: #5d8f8b;
    color: #ffffff;

    font-size: 11px;
    font-weight: 700;

    cursor: pointer;
    transition: 0.3s;
}

.appointment-search button:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.appointment-search-result {
    display: none;

    margin-top: 25px;
    padding: 20px;

    background: #ffffff;
    border-radius: 8px;

    text-align: left;
    color: #667579;

    font-size: 13px;
    line-height: 1.8;
}

.appointment-search-result.show {
    display: block;
}

.appointment-search-result h3 {
    margin: 0 0 10px;
    color: #3f484c;
}

.appointment-search-result.error {
    color: #d9534f;
    text-align: center;
}

@media (max-width: 600px) {

    .appointment-search {
        flex-direction: column;
    }

    .appointment-search button {
        width: 100%;
    }
}
/* =========================
   APPOINTMENT STATUS
========================= */

.status-badge {
    display: inline-block;
    margin-left: 5px;
    padding: 5px 10px;

    border-radius: 20px;

    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* PENDING */
.status-pending {
    background: #fff4d6;
    color: #b98500;
}

/* CONFIRMED */
.status-confirmed {
    background: #e1f7eb;
    color: #238653;
}

/* CANCELLED */
.status-cancelled {
    background: #fde8e7;
    color: #d9534f;
}
/* =========================
   ADMIN PANEL
========================= */

.admin-header {
    padding: 18px 0;
    background: #ffffff;
    border-bottom: 1px solid #edf2f2;
}

.admin-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.admin-back-btn {
    padding: 11px 20px;
    border-radius: 25px;

    background: #5d8f8b;
    color: #ffffff;

    font-size: 10px;
    font-weight: 700;
    text-decoration: none;

    transition: 0.3s;
}

.admin-back-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.admin-panel {
    min-height: 100vh;
    padding: 70px 0;
    background: #f7fbfb;
}

.admin-title {
    margin-bottom: 35px;
}

.admin-title span {
    color: #5d8f8b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.admin-title h1 {
    margin: 8px 0 10px;
    color: #3f484c;
    font-size: 32px;
}

.admin-title p {
    margin: 0;
    color: #788589;
    font-size: 13px;
}


/* ADMIN STATS */

.admin-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;

    margin-bottom: 30px;
}

.admin-stat-card {
    padding: 25px;

    background: #ffffff;
    border-radius: 10px;

    box-shadow: 0 8px 30px rgba(45, 76, 80, 0.07);
}

.admin-stat-card span {
    display: block;
    margin-bottom: 10px;

    color: #788589;
    font-size: 11px;
}

.admin-stat-card strong {
    color: #3f484c;
    font-size: 28px;
}


/* ADMIN TABLE */

.admin-table-wrapper {
    overflow-x: auto;

    background: #ffffff;
    border-radius: 10px;

    box-shadow: 0 8px 30px rgba(45, 76, 80, 0.07);
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    padding: 17px 18px;
    text-align: left;
    white-space: nowrap;
}

.admin-table th {
    background: #eef6f5;

    color: #526064;
    font-size: 10px;
    letter-spacing: 0.5px;
}

.admin-table td {
    border-bottom: 1px solid #edf2f2;

    color: #687679;
    font-size: 12px;
}

.admin-table tbody tr:last-child td {
    border-bottom: none;
}


/* ADMIN ACTION BUTTONS */

.admin-action-btn {
    padding: 8px 13px;
    margin-right: 5px;

    border: none;
    border-radius: 20px;

    font-size: 9px;
    font-weight: 700;

    cursor: pointer;
    transition: 0.25s;
}

.admin-action-btn:hover {
    transform: translateY(-1px);
}

.admin-confirm-btn {
    background: #e1f7eb;
    color: #238653;
}

.admin-cancel-btn {
    background: #fde8e7;
    color: #d9534f;
}


/* BOŞ TABLO */

.admin-empty {
    padding: 35px !important;

    text-align: center !important;
    color: #8a9699 !important;
}


/* MOBILE */

@media (max-width: 900px) {

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

}

@media (max-width: 550px) {

    .admin-stats {
        grid-template-columns: 1fr;
    }

    .admin-title h1 {
        font-size: 26px;
    }

    .admin-header-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* =========================
   ADMIN FILTERS - CLEAN
========================= */

.admin-filters {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 170px 170px 180px 140px;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.admin-search-box,
.admin-status-filter,
.admin-date-filter,
.admin-sort-filter,
.admin-clear-filter {
    width: 100%;
    min-width: 0;
}

.admin-search-box input,
.admin-status-filter select,
.admin-date-filter input,
.admin-sort-filter select,
.admin-clear-filter button {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    border-radius: 25px;
    font-family: inherit;
}

.admin-search-box input,
.admin-status-filter select,
.admin-date-filter input,
.admin-sort-filter select {
    padding: 0 18px;
    background: #ffffff;
    border: 1px solid #dfe8e8;
    color: #526064;
    font-size: 12px;
    outline: none;
}

.admin-status-filter select,
.admin-date-filter input,
.admin-sort-filter select {
    cursor: pointer;
}

.admin-search-box input:focus,
.admin-status-filter select:focus,
.admin-date-filter input:focus,
.admin-sort-filter select:focus {
    border-color: #5d8f8b;
}

.admin-clear-filter button {
    padding: 0 16px;
    border: none;
    background: #eef4f4;
    color: #526064;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.25s;
}

.admin-clear-filter button:hover {
    background: #5d8f8b;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Orta ekran: elemanlar çakışmadan iki satıra geçer */
@media (max-width: 1050px) {
    .admin-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-search-box {
        grid-column: 1 / -1;
    }
}

/* Mobil */
@media (max-width: 650px) {
    .admin-filters {
        grid-template-columns: 1fr;
    }

    .admin-search-box {
        grid-column: auto;
    }
}
/* =========================
   ADMIN DETAILS MODAL
========================= */

.admin-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;

    display: none;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(20, 40, 45, 0.55);
}

.admin-modal.show {
    display: flex;
}

.admin-modal-content {
    position: relative;

    width: 100%;
    max-width: 520px;

    padding: 35px;

    background: #ffffff;
    border-radius: 20px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.admin-modal-close {
    position: absolute;
    top: 15px;
    right: 18px;

    width: 36px;
    height: 36px;

    border: none;
    border-radius: 50%;

    background: #eef4f4;
    color: #526064;

    font-size: 22px;
    line-height: 1;

    cursor: pointer;
}

.admin-modal-close:hover {
    background: #5d8f8b;
    color: #ffffff;
}

.admin-modal-label {
    display: block;
    margin-bottom: 8px;

    color: #5d8f8b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.admin-modal-content h2 {
    margin: 0 0 25px;

    color: #26383d;
    font-size: 25px;
}

.admin-details-list {
    display: grid;
    gap: 12px;
}

.admin-detail-item {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    padding: 12px 0;

    border-bottom: 1px solid #edf1f1;
}

.admin-detail-item span {
    color: #829093;
    font-size: 13px;
}

.admin-detail-item strong {
    color: #34484d;
    font-size: 13px;
    text-align: right;
}


/* MOBILE */

@media (max-width: 600px) {

    .admin-modal-content {
        padding: 30px 20px;
    }

    .admin-detail-item {
        flex-direction: column;
        gap: 5px;
    }

    .admin-detail-item strong {
        text-align: left;
    }
}
/* =========================
   DELETE APPOINTMENT MODAL
========================= */

.admin-delete-modal-content {
    max-width: 480px;
}

.admin-delete-message {
    margin: 0 0 28px;

    color: #718084;
    font-size: 14px;
    line-height: 1.7;
}

.admin-delete-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.admin-delete-no,
.admin-delete-yes {
    min-height: 44px;
    padding: 0 20px;

    border: none;
    border-radius: 25px;

    font-size: 11px;
    font-weight: 700;

    cursor: pointer;
    transition: 0.25s;
}

.admin-delete-no {
    background: #eef4f4;
    color: #526064;
}

.admin-delete-no:hover {
    background: #dfe8e8;
}

.admin-delete-yes {
    background: #c95d5d;
    color: #ffffff;
}

.admin-delete-yes:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}


/* MOBILE */

@media (max-width: 600px) {

    .admin-delete-actions {
        flex-direction: column;
    }

    .admin-delete-no,
    .admin-delete-yes {
        width: 100%;
    }
}
/* =========================
   ADMIN PAGINATION
========================= */

.admin-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    margin-top: 25px;
}

.admin-page-numbers {
    display: flex;
    align-items: center;
    gap: 8px;
}

.admin-page-btn,
.admin-page-number {
    min-width: 42px;
    height: 42px;

    padding: 0 15px;

    border: 1px solid #dfe8e8;
    border-radius: 22px;

    background: #ffffff;
    color: #526064;

    font-size: 11px;
    font-weight: 700;

    cursor: pointer;
    transition: 0.25s;
}

.admin-page-btn:hover,
.admin-page-number:hover {
    background: #eef4f4;
    border-color: #5d8f8b;
}

.admin-page-number.active {
    background: #5d8f8b;
    border-color: #5d8f8b;
    color: #ffffff;
}

.admin-page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}


/* MOBILE */

@media (max-width: 600px) {

    .admin-pagination {
        flex-wrap: wrap;
    }

    .admin-page-btn {
        padding: 0 12px;
    }
}


/* =========================
   LANGUAGE SWITCHER - TOP RIGHT
========================= */

.language-switcher {
    position: fixed;
    top: 10px;
    right: 12px;
    z-index: 99999;

    display: flex;
    align-items: center;
    gap: 3px;

    padding: 3px 7px;

    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(34, 184, 199, 0.16);
    border-radius: 14px;

    box-shadow: 0 3px 12px rgba(45, 76, 80, 0.08);
    backdrop-filter: blur(6px);
}

.language-btn {
    padding: 0;

    border: 0;
    background: transparent;

    color: #9aa5a7;

    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 18px;

    cursor: pointer;
    transition: color 0.2s ease;
}

.language-btn:hover,
.language-btn.active {
    color: #22b8c7;
}

.language-divider {
    color: #c7d1d2;
    font-size: 9px;
    line-height: 18px;
    user-select: none;
}

@media (max-width: 600px) {
    .language-switcher {
        top: 6px;
        right: 7px;
        padding: 2px 6px;
    }

    .language-btn,
    .language-divider {
        font-size: 8px;
        line-height: 17px;
    }
}
/* =========================
   DİL SEÇİMİ - SAĞ ÜST
========================= */

.language-switcher {
    position: fixed;
    top: 12px;
    right: 20px;
    z-index: 999999;

    display: flex;
    align-items: center;
    gap: 4px;

    padding: 4px 8px;

    background: #ffffff;
    border-radius: 15px;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.language-btn {
    border: none;
    background: transparent;

    padding: 0;

    color: #999999;

    font-size: 10px;
    font-weight: 700;

    cursor: pointer;
}

.language-btn.active {
    color: #22b8c7;
}

.language-switcher span {
    color: #cccccc;
    font-size: 10px;
}
