/* About Sayfası Özel Stilleri */

/* Header Sabitleme ve Açık Tema */
header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 15px 0;
    background-color: rgba(255, 255, 255, 0.95) !important; /* Açık arka plan */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

header.scrolled {
    padding: 10px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Update header navigation hover styles */
header:hover nav ul li a {
    color: var(
        --burgundy-color
    ) !important; /* Changed from brown to burgundy */
}

header nav ul li a.active {
    color: var(
        --burgundy-color
    ) !important; /* Changed active menu item color to burgundy */
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Hero Banner */
.hero-banner {
    position: relative;
    background-image: url("../images/about-hero.jpg");
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.hero-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(25, 38, 56, 0.7), rgba(25, 38, 56, 0.8));
}

.hero-banner .container {
    position: relative;
    z-index: 2;
}

.hero-banner h1 {
    font-family: "Playfair Display", serif;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero .hero-content {
    padding-top: 80px;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
}

.breadcrumbs a,
.breadcrumbs span {
    margin: 0 5px;
}

.breadcrumbs a {
    color: #e6e6e6;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumbs a:hover {
    color: #c8a97e;
}

/* About Intro */
.about-intro {
    padding: 100px 0;
    background-color: #fff;
}

.about-intro h2,
.about-intro h3,
.about-intro h4,
.qualification-item i,
.timeline-item h3,
.expertise-card h3 {
    color: var(--burgundy-color);
}

.subtitle {
    color: var(--burgundy-dark);
    font-weight: 500;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

.about-image {
    position: relative;
}

.image-frame {
    position: relative;
    border: 10px solid #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}

.image-frame img {
    width: 100%;
    display: block;
}

.experience-badge {
    position: absolute;
    bottom: -30px;
    right: -20px;
    width: 120px;
    height: 120px;
    background-color: #192638;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.experience-badge .years {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    font-family: "Playfair Display", serif;
    color: var(--burgundy-color);
}

.experience-badge .text {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
}

.about-content h2 {
    font-family: "Playfair Display", serif;
    font-size: 2.8rem;
    color: #850000;
    margin-bottom: 5px;
}

.about-content .subtitle {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 30px;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.qualification-list {
    margin: 40px 0;
}

.qualification-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.qualification-item i {
    font-size: 1.8rem;
    color: var(--burgundy-color);
    margin-right: 15px;
    min-width: 40px;
    text-align: center;
}

.qualification-item h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: var(--burgundy-color);
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.qualification-item p {
    color: #6c757d;
    margin: 0;
}

blockquote {
    padding: 30px 40px;
    background-color: #f9f9f9;
    border-left: 3px solid var(--burgundy-color);
    font-style: italic;
    font-size: 1.2rem;
    color: #444;
    margin: 25px 0;
    font-family: "Playfair Display", serif;
}

.signature {
    text-align: right;
    margin-top: 30px;
}

.signature img {
    max-height: 70px;
}

/* Profesyonel Yolculuk Bölümü - Yeniden Tasarım */
.journey {
    padding: 90px 0;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.journey::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background-color: rgba(200, 169, 126, 0.05);
    border-radius: 50%;
    z-index: 1;
}

.journey::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background-color: rgba(200, 169, 126, 0.05);
    border-radius: 50%;
    z-index: 1;
}

.journey .container {
    position: relative;
    z-index: 2;
}

.section-title {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--burgundy-color);
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #c8a97e;
    border-radius: 2px;
}

/* Yeniden Tasarlanmış Timeline */
.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Orta çizgi */
.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: var(--burgundy-light);
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-item {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    z-index: 2;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

/* Yıl alanı */
.timeline-item .year {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--burgundy-color);
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    min-width: 120px;
    box-shadow: 0 5px 15px rgba(200, 169, 126, 0.3);
    z-index: 3;
}

/* Içerik alanı sol taraftaki öğeler için */
.timeline-item:nth-child(odd) .content {
    width: calc(50% - 50px);
    margin-right: auto;
    margin-left: 0;
    text-align: right;
    padding-right: 30px;
}

/* Içerik alanı sağ taraftaki öğeler için */
.timeline-item:nth-child(even) .content {
    width: calc(50% - 50px);
    margin-left: auto;
    margin-right: 0;
    text-align: left;
    padding-left: 30px;
}

/* İçerik kutusunun stilleri */
.timeline-item .content {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: 35px;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.timeline-item:hover .content {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-color: rgba(200, 169, 126, 0.2);
}

/* İçerik karesi ile orta çizgi arasındaki bağlantı noktaları */
.timeline-item:nth-child(odd) .content::after {
    content: "";
    position: absolute;
    top: 30px;
    right: -15px;
    width: 30px;
    height: 2px;
    background-color: #e0e0e0;
}

.timeline-item:nth-child(even) .content::after {
    content: "";
    position: absolute;
    top: 30px;
    left: -15px;
    width: 30px;
    height: 2px;
    background-color: #e0e0e0;
}

/* Orta noktadaki daire */
.timeline-item::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--burgundy-color);
    border: 3px solid var(--burgundy-light);
    z-index: 2;
    box-shadow: 0 0 0 5px rgba(200, 169, 126, 0.1);
    transition: all 0.3s ease;
}

.timeline-item:hover::before {
    background-color: white;
    border-color: var(--burgundy-color);
    box-shadow: 0 0 0 8px rgba(200, 169, 126, 0.2);
}

/* İçerik metni stilleri */
.timeline-item .content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--burgundy-color);
    margin-bottom: 10px;
}

.timeline-item .content p {
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Responsive düzenlemeler */
@media screen and (max-width: 992px) {
    .timeline::before {
        left: 30px;
    }

    .timeline-item {
        flex-direction: column;
    }

    .timeline-item .year {
        left: 30px;
        transform: translateX(-50%);
        min-width: auto;
        padding: 8px 15px;
        font-size: 0.85rem;
    }

    .timeline-item:nth-child(odd) .content,
    .timeline-item:nth-child(even) .content {
        width: calc(100% - 60px);
        margin-left: 60px;
        margin-right: 0;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    .timeline-item::before {
        left: 30px;
    }

    .timeline-item:nth-child(odd) .content::after,
    .timeline-item:nth-child(even) .content::after {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .section-title {
        font-size: 2rem;
    }

    .timeline-item .content {
        padding: 20px;
    }

    .timeline-item .content h3 {
        font-size: 1.1rem;
    }
}

/* Expertise Areas */
.expertise-areas {
    padding: 100px 0;
    background-color: #fff;
}

.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.expertise-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.expertise-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--burgundy-color);
}

.expertise-card:hover .icon-wrapper {
    background-color: var(--burgundy-color);
    color: white;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(200, 169, 126, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: var(--burgundy-color);
    border: 2px solid var(--burgundy-color);
}

.icon-wrapper i {
    font-size: 2rem;
    color: var(--burgundy-color);
}

.expertise-card h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #192638;
    margin-bottom: 15px;
}

.expertise-card p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

/* Testimonials */
.testimonials {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.testimonial-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial-item {
    background-color: #fff;
    border-radius: 5px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0 20px;
    display: none;
}

.testimonial-item.active {
    display: block;
}

.quote-mark {
    font-size: 2.5rem;
    color: #c8a97e;
    opacity: 0.3;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    font-style: italic;
}

.client-info {
    display: flex;
    align-items: center;
}

.client-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    border: 3px solid #f1f1f1;
}

.client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.client-details h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #192638;
    margin-bottom: 5px;
}

.client-details p {
    color: #6c757d;
    margin: 0;
    font-size: 0.9rem;
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.prev-btn,
.next-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.prev-btn:hover,
.next-btn:hover {
    background-color: #c8a97e;
    color: #fff;
    border-color: #c8a97e;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background-color: #192638;
    color: #fff;
    text-align: center;
}

.cta-content h2 {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

.primary-btn {
    display: inline-block;
    padding: 15px 35px;
    background-color: #c8a97e;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

.primary-btn:hover {
    background-color: #b69468;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles */
@media screen and (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .image-frame {
        max-width: 100%;
    }

    .timeline::before {
        left: 30px;
    }

    .timeline-item {
        flex-direction: column;
    }

    .timeline-item .year {
        left: 30px;
        transform: translateX(-50%);
        min-width: auto;
        padding: 8px 15px;
        font-size: 0.85rem;
    }

    .timeline-item:nth-child(odd) .content,
    .timeline-item:nth-child(even) .content {
        width: calc(100% - 60px);
        margin-left: 60px;
        margin-right: 0;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    .timeline-item::before {
        left: 30px;
    }

    .timeline-item:nth-child(odd) .content::after,
    .timeline-item:nth-child(even) .content::after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .hero-banner {
        height: 300px;
    }

    .hero-banner h1 {
        font-size: 2.5rem;
    }

    .about-intro,
    .journey,
    .expertise-areas,
    .testimonials {
        padding: 70px 0;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        flex-direction: column;
    }

    .timeline-item:before {
        left: 20px;
        top: 20px;
    }

    .timeline-item .year {
        width: 100%;
        text-align: left;
        padding: 0 0 0 40px;
        margin-bottom: 10px;
    }

    .timeline-item .content {
        padding-left: 40px;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-item {
        padding: 30px;
    }
}

@media screen and (max-width: 576px) {
    .hero-banner h1 {
        font-size: 2rem;
    }

    .about-content h2 {
        font-size: 2.2rem;
    }

    blockquote {
        padding: 20px 25px;
        font-size: 1.1rem;
    }

    .expertise-card {
        padding: 30px 20px;
    }

    .client-image {
        width: 50px;
        height: 50px;
    }

    .section-title {
        font-size: 2rem;
    }

    .timeline-item .content {
        padding: 20px;
    }

    .timeline-item .content h3 {
        font-size: 1.1rem;
    }
}

/* Biography Section Styling */
.biography-section {
    margin-bottom: 30px;
}

.section-heading {
    font-family: "Playfair Display", serif;
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 10px;
    text-align: left; /* Ensuring headings are left-aligned */
}

.biography-section p {
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: justify;
}

/* About Page Specific Styles */

/* Inheriting color scheme from main stylesheet */
/* :root {
    --burgundy-color: #8b0000;
    --burgundy-light: #a52a2a;
    --burgundy-dark: #6b0000;
}

/* Social links hover */
.social-links a:hover {
    background-color: var(--burgundy-color);
    color: white;
}
*/

/* Override any existing icon colors */
.fas,
.fab {
    color: var(--burgundy-color);
}
