/* ============================================================
   Sivas Halı Yıkamacım - Ana Stil Dosyası
   Renk Paleti: Turkuaz/Mavi + Turuncu vurgu
   ============================================================ */

/* === GENEL === */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    overflow-x: hidden;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #1a1a2e;
}
a { text-decoration: none; transition: all 0.3s ease; }
img { max-width: 100%; height: auto; }
.section-padding { padding: 80px 0; }
.bg-light { background-color: #f8fbff !important; }

/* === SECTION HEADER === */
.section-subtitle {
    display: inline-block;
    color: var(--renk1);
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 50px;
}
.section-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: var(--renk1);
}
.section-header .section-subtitle {
    padding-left: 0;
}
.section-header .section-subtitle::before {
    display: none;
}
.section-header .section-subtitle::after {
    display: none;
}
.section-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 15px;
}
.section-header { margin-bottom: 20px; }

/* === TOP BAR === */
.top-bar {
    background: var(--renk2);
    padding: 8px 0;
    font-size: 13px;
}
.top-bar-left a {
    color: rgba(255,255,255,0.85);
    margin-right: 20px;
    font-size: 13px;
}
.top-bar-left a:hover { color: #fff; }
.top-bar-left a i { margin-right: 6px; }
.top-bar-right {
    text-align: right;
}
.top-bar-right a {
    color: rgba(255,255,255,0.85);
    margin-left: 14px;
    font-size: 14px;
}
.top-bar-right a:hover { color: #fff; transform: translateY(-2px); display: inline-block; }

/* === NAVBAR === */
.navbar {
    background: #fff;
    padding: 12px 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    z-index: 1050;
}
.navbar.scrolled {
    padding: 6px 0;
    box-shadow: 0 4px 25px rgba(0,0,0,0.1);
}
.nav-logo { max-height: 50px; transition: all 0.3s ease; }
.navbar.scrolled .nav-logo { max-height: 40px; }
.brand-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: var(--renk1);
}
.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 8px 16px !important;
    font-size: 15px;
    position: relative;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--renk1);
}
.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    right: 16px;
    height: 2px;
    background: var(--renk1);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.navbar-nav .nav-link:hover::after { transform: scaleX(1); }
.btn-navbar-phone {
    background: transparent;
    color: var(--renk1);
    border: 1px solid var(--renk1);
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.btn-navbar-phone:hover { background: var(--renk1); color: #fff; }
.btn-teklif {
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 14px;
}
.btn-teklif:hover { background: linear-gradient(135deg, #e55a2b, #ff6b35); color: #fff; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(255,107,53,0.4); }

/* === BUTONLAR === */
.btn-primary-custom {
    background: linear-gradient(135deg, var(--renk1), var(--renk2));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 32px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
}
.btn-primary-custom:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); color: #fff; }
.btn-outline-custom {
    border: 2px solid var(--renk1);
    color: var(--renk1);
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 600;
    background: transparent;
}
.btn-outline-custom:hover { background: var(--renk1); color: #fff; }

/* === HERO SLIDER === */
.hero-slider { position: relative; }
.hero-slide {
    height: 85vh;
    min-height: 550px;
    max-height: 800px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,40,80,0.75) 0%, rgba(0,80,120,0.5) 100%);
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    color: #fff;
}
.hero-subtitle {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.2);
}
.hero-title {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 18px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.hero-desc {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 28px;
    line-height: 1.7;
}
.btn-hero-primary {
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 36px;
    font-weight: 600;
    font-size: 16px;
    margin-right: 12px;
}
.btn-hero-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(255,107,53,0.4); color: #fff; }
.btn-hero-outline {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 12px 34px;
    font-weight: 600;
    background: transparent;
}
.btn-hero-outline:hover { background: #fff; color: var(--renk1); }
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev { color: #fff; }
.hero-slider .swiper-pagination-bullet { background: #fff; opacity: 0.5; width: 12px; height: 12px; }
.hero-slider .swiper-pagination-bullet-active { opacity: 1; background: #ff6b35; }

/* === ABOUT SECTION === */
.about-image-wrapper { position: relative; }
.about-img {
    border-radius: 16px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}
.about-experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    color: #fff;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255,107,53,0.3);
}
.badge-number { display: block; font-size: 42px; font-weight: 800; line-height: 1; font-family: 'Poppins', sans-serif; }
.badge-text { font-size: 14px; font-weight: 500; }
.about-text { color: #555; line-height: 1.8; margin-bottom: 20px; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.about-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #444;
    font-weight: 500;
}
.about-feature-item i { color: var(--renk1); font-size: 18px; }

/* === SERVICE CARDS === */
.service-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    height: 100%;
}
.service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); }
.service-card-img { height: 220px; overflow: hidden; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.service-card:hover .service-card-img img { transform: scale(1.08); }
.service-card-body { padding: 24px; position: relative; }
.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: var(--renk1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    position: absolute;
    top: -28px;
    right: 24px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.service-card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 8px;
}
.service-card-desc { color: #666; font-size: 14px; line-height: 1.7; margin-bottom: 14px; }
.service-link {
    color: var(--renk1);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.service-link:hover { color: var(--renk2); gap: 10px; }

/* === STATS / SAYILARLA BİZ === */
.stats-section {
    background: linear-gradient(135deg, var(--renk1), var(--renk2));
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}
.stats-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.05)"/><circle cx="80" cy="40" r="3" fill="rgba(255,255,255,0.04)"/><circle cx="50" cy="80" r="2.5" fill="rgba(255,255,255,0.06)"/></svg>');
}
.stats-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.1); }
.stat-item { color: #fff; padding: 20px; }
.stat-icon { font-size: 40px; margin-bottom: 14px; opacity: 0.9; }
.stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 6px;
}
.stat-label { font-size: 15px; opacity: 0.85; font-weight: 400; }

/* === WHY US / NEDEN BİZ === */
.why-card {
    background: #fff;
    padding: 35px 28px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
    border-bottom: 3px solid transparent;
}
.why-card:hover { border-bottom-color: var(--renk1); transform: translateY(-5px); }
.why-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(37,99,235,0.1), rgba(30,64,175,0.1));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 28px;
    color: var(--renk1);
    transition: all 0.3s ease;
}
.why-card:hover .why-icon { background: var(--renk1); color: #fff; }
.why-title { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.why-desc { color: #666; font-size: 14px; line-height: 1.7; }

/* === PROCESS / NASIL ÇALIŞIYORUZ === */
.process-card {
    text-align: center;
    padding: 30px 20px;
    position: relative;
}
.process-number {
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    font-weight: 800;
    color: rgba(37,99,235,0.08);
    line-height: 1;
    margin-bottom: -20px;
}
.process-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--renk1), var(--renk2));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 30px;
    position: relative;
    z-index: 1;
}
.process-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.process-card p { color: #666; font-size: 14px; line-height: 1.6; }

/* === TESTIMONIALS === */
.testimonials-section { background: #fff; }
.testimonial-card {
    background: #f8fbff;
    border-radius: 16px;
    padding: 35px;
    margin: 10px;
    position: relative;
    border: 1px solid rgba(37,99,235,0.08);
}
.testimonial-quote { color: var(--renk1); font-size: 32px; opacity: 0.3; margin-bottom: 12px; }
.testimonial-text { color: #555; font-size: 15px; line-height: 1.8; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 14px; }
.testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--renk1);
}
.testimonial-avatar-placeholder {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--renk1), var(--renk2));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.testimonial-name { font-size: 16px; font-weight: 700; margin-bottom: 2px; }
.testimonial-role { color: #888; font-size: 13px; }
.testimonialSwiper .swiper-pagination { position: relative; margin-top: 25px; }
.testimonialSwiper .swiper-pagination-bullet-active { background: var(--renk1); }

/* === BRANDS / REFERANSLAR === */
.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    min-height: 100px;
    filter: grayscale(1);
    opacity: 0.6;
    transition: all 0.3s ease;
}
.brand-item:hover { filter: grayscale(0); opacity: 1; }
.brand-item img { max-height: 60px; max-width: 140px; object-fit: contain; }
.brand-name {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #999;
}

/* === BLOG CARDS === */
.blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    transition: all 0.4s ease;
    height: 100%;
}
.blog-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.blog-card-img { height: 220px; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.08); }
.blog-card-body { padding: 24px; }
.blog-card-date { color: #999; font-size: 13px; margin-bottom: 10px; }
.blog-card-date i { margin-right: 5px; }
.blog-card-title { font-size: 18px; font-weight: 700; margin-bottom: 10px; line-height: 1.4; }
.blog-card-title a { color: #1a1a2e; }
.blog-card-title a:hover { color: var(--renk1); }
.blog-card-desc { color: #666; font-size: 14px; line-height: 1.7; margin-bottom: 14px; }
.blog-read-more {
    color: var(--renk1);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.blog-read-more:hover { gap: 10px; color: var(--renk2); }

/* === CTA SECTION === */
.cta-section {
    background: linear-gradient(135deg, var(--renk2), var(--renk1));
    position: relative;
    padding: 70px 0;
    overflow: hidden;
}
.cta-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.1); }
.cta-title { color: #fff; font-size: 34px; font-weight: 800; margin-bottom: 10px; }
.cta-desc { color: rgba(255,255,255,0.85); font-size: 17px; }
.btn-cta {
    background: #ff6b35;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 14px 36px;
    font-weight: 700;
    font-size: 16px;
}
.btn-cta:hover { background: #e55a2b; color: #fff; transform: translateY(-3px); }
.btn-cta-outline {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 12px 34px;
    font-weight: 600;
    background: transparent;
}
.btn-cta-outline:hover { background: #fff; color: var(--renk1); }

/* === PAGE HEADER (ALT SAYFALAR) === */
.page-header {
    background: linear-gradient(135deg, var(--renk2), var(--renk1));
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page-header-overlay {
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle cx="100" cy="100" r="80" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="2"/><circle cx="100" cy="100" r="60" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></svg>');
}
.page-header-title {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
    position: relative;
}
.page-header .breadcrumb { background: none; padding: 0; margin: 0; }
.page-header .breadcrumb-item a { color: rgba(255,255,255,0.7); }
.page-header .breadcrumb-item a:hover { color: #fff; }
.page-header .breadcrumb-item.active { color: rgba(255,255,255,0.9); }
.page-header .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.5); }

/* === ABOUT PAGE === */
.about-page-image { position: relative; }
.about-page-image > img:first-child { border-radius: 16px; width: 100%; height: 400px; object-fit: cover; }
.about-page-img-secondary {
    position: absolute;
    bottom: -30px;
    right: -20px;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 5px solid #fff;
}
.about-page-text { color: #555; line-height: 1.8; }

/* === MISSION / VISION === */
.mission-card {
    background: #fff;
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    height: 100%;
}
.mission-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--renk1), var(--renk2));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}
.mission-card h3 { font-size: 22px; margin-bottom: 14px; }
.mission-card div { color: #555; line-height: 1.8; }

/* === TEAM CARDS === */
.team-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    text-align: center;
}
.team-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.team-card-img { position: relative; height: 280px; overflow: hidden; }
.team-card-img img { width: 100%; height: 100%; object-fit: cover; }
.team-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e8f4fd, #d1ecf1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: var(--renk1);
}
.team-social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 30px 20px 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.team-card:hover .team-social { opacity: 1; }
.team-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.team-social a:hover { background: var(--renk1); }
.team-card-body { padding: 20px; }
.team-name { font-size: 18px; font-weight: 700; margin-bottom: 4px; }
.team-position { color: var(--renk1); font-size: 14px; font-weight: 500; }

/* === CONTACT PAGE === */
.contact-info-card {
    background: #fff;
    padding: 35px 28px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    height: 100%;
    transition: all 0.3s ease;
    border-top: 3px solid transparent;
}
.contact-info-card:hover { border-top-color: var(--renk1); transform: translateY(-5px); }
.contact-info-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(37,99,235,0.1), rgba(30,64,175,0.1));
    color: var(--renk1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 16px;
}
.contact-info-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.contact-info-card p { color: #666; font-size: 14px; margin-bottom: 4px; }
.contact-info-card a { color: #666; }
.contact-info-card a:hover { color: var(--renk1); }
.contact-form .form-control,
.contact-form .form-select {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 15px;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus { border-color: var(--renk1); box-shadow: 0 0 0 0.2rem rgba(37,99,235,0.15); }
.contact-map { border-radius: 16px; overflow: hidden; box-shadow: 0 5px 25px rgba(0,0,0,0.08); height: 100%; min-height: 400px; }
.contact-map iframe { border-radius: 16px; }

/* === FAQ === */
.faq-accordion .accordion-item {
    border: 1px solid #eee;
    border-radius: 12px !important;
    margin-bottom: 12px;
    overflow: hidden;
}
.faq-accordion .accordion-button {
    font-weight: 600;
    font-size: 16px;
    color: #1a1a2e;
    padding: 18px 24px;
    background: #fff;
}
.faq-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, var(--renk1), var(--renk2));
    color: #fff;
    box-shadow: none;
}
.faq-accordion .accordion-button:focus { box-shadow: none; }
.faq-accordion .accordion-body { padding: 20px 24px; color: #555; line-height: 1.8; }

/* === SIDEBAR === */
.sidebar-widget {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    margin-bottom: 24px;
}
.sidebar-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--renk1);
}
.sidebar-list { list-style: none; padding: 0; margin: 0; }
.sidebar-list li { margin-bottom: 10px; }
.sidebar-list li a {
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
}
.sidebar-list li a:hover { background: #f0f7ff; color: var(--renk1); padding-left: 20px; }
.sidebar-list li a i { color: var(--renk1); font-size: 11px; }
.sidebar-cta {
    background: linear-gradient(135deg, var(--renk1), var(--renk2));
    color: #fff;
}
.sidebar-cta h4 { color: #fff; }
.sidebar-cta p { color: rgba(255,255,255,0.85); }
.sidebar-posts { list-style: none; padding: 0; margin: 0; }
.sidebar-post-item { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid #eee; }
.sidebar-post-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.sidebar-post-item a { color: #333; display: block; }
.sidebar-post-item a:hover { color: var(--renk1); }
.sidebar-post-item h5 { font-size: 14px; font-weight: 600; margin-bottom: 4px; line-height: 1.5; }
.sidebar-post-item span { color: #999; font-size: 12px; }

/* === BLOG DETAIL === */
.blog-detail-img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 24px;
}
.blog-detail-meta { margin-bottom: 20px; color: #888; font-size: 14px; }
.blog-detail-meta span { margin-right: 20px; }
.blog-detail-meta i { margin-right: 6px; }
.blog-detail-content { color: #444; line-height: 1.9; font-size: 16px; }
.blog-detail-content h2,
.blog-detail-content h3 { margin: 24px 0 12px; }
.blog-detail-content p { margin-bottom: 16px; }
.blog-detail-content img { border-radius: 12px; margin: 16px 0; }
.blog-detail-share { display: flex; align-items: center; gap: 10px; }
.share-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0f7ff;
    color: var(--renk1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.share-btn:hover { background: var(--renk1); color: #fff; }

/* === SERVICE DETAIL === */
.service-detail-content { color: #444; line-height: 1.9; font-size: 16px; }
.service-detail-content h2,
.service-detail-content h3 { margin: 24px 0 12px; }
.service-detail-content p { margin-bottom: 16px; }
.service-detail-content ul { padding-left: 20px; margin-bottom: 16px; }
.service-detail-content li { margin-bottom: 8px; }

/* === DYNAMIC PAGE === */
.dynamic-page-content { color: #444; line-height: 1.9; font-size: 16px; }
.dynamic-page-content img { border-radius: 12px; max-width: 100%; height: auto; }

/* === FOOTER === */
.site-footer {
    background: #0f172a;
    color: rgba(255,255,255,0.7);
    padding: 60px 0 0;
}
.footer-logo { max-height: 50px; filter: brightness(10); }
.footer-brand { color: #fff; font-size: 22px; margin-bottom: 14px; }
.footer-desc { font-size: 14px; line-height: 1.7; margin-bottom: 18px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.footer-social a:hover { background: var(--renk1); }
.footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links li a {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-links li a:hover { color: #fff; padding-left: 6px; }
.footer-links li a i { font-size: 10px; color: var(--renk1); }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
}
.footer-contact li i { color: var(--renk1); margin-top: 3px; font-size: 14px; min-width: 16px; }
.footer-contact li a { color: rgba(255,255,255,0.6); }
.footer-contact li a:hover { color: #fff; }
.footer-bottom {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    font-size: 13px;
}
.footer-bottom a { color: var(--renk1); }
.footer-bottom a:hover { color: #fff; }

/* === FLOATING BUTTONS === */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4);
    z-index: 999;
    animation: float-pulse 2s ease-in-out infinite;
}
.whatsapp-float:hover { color: #fff; transform: scale(1.1); }
.phone-float {
    position: fixed;
    bottom: 94px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--renk1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 20px rgba(37,99,235,0.4);
    z-index: 999;
    animation: float-pulse 2s ease-in-out infinite 0.5s;
}
.phone-float:hover { color: #fff; transform: scale(1.1); }
@keyframes float-pulse {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

/* === RESPONSIVE === */
@media (max-width: 991px) {
    .hero-title { font-size: 36px; }
    .hero-slide { height: 65vh; min-height: 450px; }
    .section-title { font-size: 28px; }
    .page-header-title { font-size: 30px; }
    .cta-title { font-size: 26px; }
    .about-experience-badge { right: 10px; bottom: -10px; padding: 16px; }
    .badge-number { font-size: 30px; }
    .navbar-collapse { background: #fff; padding: 16px; border-radius: 12px; margin-top: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
    .navbar-actions { margin-top: 12px; flex-wrap: wrap; gap: 8px; }
    .about-page-img-secondary { display: none; }
    .stat-number { font-size: 34px; }
}
@media (max-width: 767px) {
    .section-padding { padding: 50px 0; }
    .hero-title { font-size: 28px; }
    .hero-desc { font-size: 15px; }
    .hero-slide { height: 55vh; min-height: 400px; }
    .hero-buttons { display: flex; flex-direction: column; gap: 10px; }
    .hero-buttons .btn { text-align: center; }
    .about-features { grid-template-columns: 1fr; }
    .cta-section .row { text-align: center; }
    .cta-section .text-lg-end { text-align: center !important; margin-top: 20px; }
    .service-card-img { height: 180px; }
    .blog-card-img { height: 180px; }
    .stat-number { font-size: 28px; }
    .stat-icon { font-size: 30px; }
    .footer-bottom .row > div { text-align: center !important; }
}
@media (max-width: 575px) {
    .hero-title { font-size: 24px; }
    .section-title { font-size: 24px; }
    .page-header { padding: 60px 0 40px; }
    .page-header-title { font-size: 26px; }
    .whatsapp-float, .phone-float { width: 52px; height: 52px; }
    .whatsapp-float { font-size: 26px; }
    .phone-float { font-size: 20px; bottom: 84px; }
}
