/* ============================================
   ŞANSELLA PET KUAFÖR - STYLE.CSS
   Renk Paleti: Lacivert, Kırmızı, Turuncu, Krem
   ============================================ */

:root {
    --renk1: #103666;
    --renk2: #D31224;
    --turuncu: #ED8B00;
    --krem: #FEFCF5;
    --acik-bg: #F8F6F0;
    --beyaz: #ffffff;
    --koyu: #1a1a2e;
    --gri: #6c757d;
    --acik-gri: #e9ecef;
    --shadow: 0 8px 32px rgba(16, 54, 102, 0.08);
    --shadow-hover: 0 16px 48px rgba(16, 54, 102, 0.15);
    --radius: 16px;
    --radius-sm: 10px;
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background-color: var(--krem);
    line-height: 1.7;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    color: var(--renk1);
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: var(--renk1);
    transition: var(--transition);
}
a:hover { color: var(--turuncu); }

img { max-width: 100%; height: auto; }

.section-padding { padding: 100px 0; }

.bg-light-custom { background-color: var(--acik-bg); }

/* Section Tag */
.section-tag {
    display: inline-block;
    background: linear-gradient(135deg, rgba(16,54,102,0.08), rgba(237,139,0,0.08));
    color: var(--turuncu);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.section-tag i { margin-right: 6px; }

.section-title {
    font-size: 2.4rem;
    margin-bottom: 20px;
    position: relative;
}

/* ============================================
   ÜST BAR
   ============================================ */
.top-bar {
    background: var(--renk1);
    padding: 8px 0;
    font-size: 0.85rem;
    border-bottom: 2px solid var(--turuncu);
}
.top-bar-left a {
    color: rgba(255,255,255,0.85);
    margin-right: 24px;
    font-weight: 500;
}
.top-bar-left a:hover { color: var(--turuncu); }
.top-bar-left a i { margin-right: 6px; color: var(--turuncu); }
.top-bar-right {
    text-align: right;
}
.top-bar-right a {
    color: rgba(255,255,255,0.85);
    margin-left: 14px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 0.8rem;
    transition: var(--transition);
}
.top-bar-right a:hover {
    background: var(--turuncu);
    border-color: var(--turuncu);
    color: #fff;
    transform: translateY(-2px);
}

/* ============================================
   NAVBAR
   ============================================ */
.navbar {
    background: var(--beyaz);
    padding: 12px 0;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    transition: var(--transition);
    z-index: 1050;
}
.navbar.scrolled {
    padding: 6px 0;
    box-shadow: 0 4px 30px rgba(16,54,102,0.12);
}
.navbar-logo {
    max-height: 55px;
    transition: var(--transition);
}
.navbar.scrolled .navbar-logo { max-height: 45px; }
.brand-text {
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 1.5rem;
    color: var(--renk1);
}
.nav-link {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: var(--renk1) !important;
    padding: 10px 16px !important;
    font-size: 0.95rem;
    position: relative;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 16px;
    right: 16px;
    height: 3px;
    background: var(--turuncu);
    border-radius: 3px;
    transform: scaleX(0);
    transition: var(--transition);
}
.nav-link:hover::after,
.nav-link.active::after { transform: scaleX(1); }
.nav-link:hover { color: var(--turuncu) !important; }

.dropdown-menu {
    border: none;
    box-shadow: var(--shadow);
    border-radius: var(--radius-sm);
    padding: 10px;
    margin-top: 10px;
}
.dropdown-item {
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
}
.dropdown-item:hover {
    background: linear-gradient(135deg, rgba(237,139,0,0.1), rgba(16,54,102,0.05));
    color: var(--turuncu);
}

.btn-randevu {
    background: linear-gradient(135deg, var(--turuncu), #f5a623);
    color: #fff !important;
    border: none;
    padding: 10px 24px;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(237,139,0,0.3);
    transition: var(--transition);
}
.btn-randevu:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(237,139,0,0.4);
    background: linear-gradient(135deg, #f5a623, var(--turuncu));
}
.btn-randevu i { margin-right: 6px; }

.nav-phone {
    color: var(--renk1) !important;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
}
.nav-phone i { color: var(--turuncu); margin-right: 6px; }

/* Hamburger */
.navbar-toggler {
    border: 2px solid var(--renk1);
    padding: 6px 10px;
    border-radius: 8px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23103666' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ============================================
   HERO SLIDER
   ============================================ */
.hero-slider {
    position: relative;
    overflow: hidden;
}
.hero-slide {
    height: 85vh;
    min-height: 550px;
    max-height: 800px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-color: var(--renk1);
    position: relative;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(16,54,102,0.85) 0%, rgba(16,54,102,0.5) 50%, rgba(211,18,36,0.3) 100%);
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}
.hero-subtitle {
    display: inline-block;
    background: rgba(237,139,0,0.2);
    border: 1px solid rgba(237,139,0,0.4);
    color: var(--turuncu);
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
}
.hero-title {
    font-size: 3.2rem;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.hero-desc {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.8;
}
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-hero-primary {
    background: linear-gradient(135deg, var(--turuncu), #f5a623);
    color: #fff;
    padding: 14px 36px;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    border: none;
    box-shadow: 0 6px 20px rgba(237,139,0,0.35);
    transition: var(--transition);
}
.btn-hero-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(237,139,0,0.45);
    color: #fff;
}
.btn-hero-primary i { margin-right: 8px; }
.btn-hero-outline {
    background: transparent;
    color: #fff;
    padding: 14px 36px;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    border: 2px solid rgba(255,255,255,0.5);
    transition: var(--transition);
}
.btn-hero-outline:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    color: #fff;
    transform: translateY(-3px);
}

/* Slider nav */
.hero-nav { color: #fff; }
.hero-nav::after { font-size: 1.2rem; }
.hero-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,0.5);
    width: 12px;
    height: 12px;
    opacity: 1;
}
.hero-pagination .swiper-pagination-bullet-active {
    background: var(--turuncu);
    width: 36px;
    border-radius: 6px;
}

/* Pati dekor */
.hero-paw-decor {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 3;
    opacity: 0.15;
}
.hero-paw-decor i {
    font-size: 2rem;
    color: #fff;
    margin: 0 8px;
    transform: rotate(-20deg);
}
.hero-paw-decor i:nth-child(2) { font-size: 3rem; transform: rotate(15deg); }
.hero-paw-decor i:nth-child(3) { font-size: 1.5rem; transform: rotate(-40deg); }

/* ============================================
   HAKKIMIZDA
   ============================================ */
.about-section { position: relative; overflow: hidden; }
.about-shape {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(237,139,0,0.06), rgba(16,54,102,0.04));
    z-index: 0;
}
.about-images { position: relative; }
.about-img-main {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
}
.about-img-main img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.about-img-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, var(--renk1), #1a4a8a);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
}
.about-img-placeholder i {
    font-size: 5rem;
    color: rgba(255,255,255,0.2);
}
.about-experience-badge {
    position: absolute;
    bottom: -30px;
    right: -20px;
    z-index: 2;
}
.badge-inner {
    background: linear-gradient(135deg, var(--turuncu), #f5a623);
    color: #fff;
    padding: 24px;
    border-radius: var(--radius);
    text-align: center;
    box-shadow: 0 8px 25px rgba(237,139,0,0.35);
    min-width: 130px;
}
.badge-inner i { font-size: 1.8rem; display: block; margin-bottom: 6px; }
.badge-number { font-family: 'Nunito', sans-serif; font-size: 2.5rem; font-weight: 900; display: block; line-height: 1; }
.badge-text { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; }

.about-text { margin-bottom: 24px; color: #555; }
.about-features { display: flex; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.about-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: rgba(16,54,102,0.04);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--renk1);
}
.about-feature-item i { color: var(--turuncu); font-size: 1.1rem; }

/* ============================================
   BUTONLAR
   ============================================ */
.btn-primary-custom {
    background: linear-gradient(135deg, var(--renk1), #1a4a8a);
    color: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    border: none;
    box-shadow: 0 4px 15px rgba(16,54,102,0.2);
    transition: var(--transition);
}
.btn-primary-custom:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(16,54,102,0.3);
    color: #fff;
}
.btn-outline-custom {
    background: transparent;
    color: var(--renk1);
    padding: 12px 32px;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    border: 2px solid var(--renk1);
    transition: var(--transition);
}
.btn-outline-custom:hover {
    background: var(--renk1);
    color: #fff;
    transform: translateY(-2px);
}

/* ============================================
   HİZMETLER
   ============================================ */
.service-card {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.service-card-inner {
    background: var(--beyaz);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service-card:hover .service-card-inner {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}
.service-img {
    height: 220px;
    overflow: hidden;
    position: relative;
}
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}
.service-card:hover .service-img img { transform: scale(1.08); }
.service-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-img-placeholder i { font-size: 3.5rem; color: rgba(255,255,255,0.5); }
.service-body {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
.service-icon-wrap {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(237,139,0,0.1), rgba(16,54,102,0.05));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: -45px;
    border: 3px solid var(--beyaz);
    position: relative;
    z-index: 2;
    background-color: var(--beyaz);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.service-icon-wrap i { color: var(--turuncu); font-size: 1.2rem; }
.service-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.service-excerpt {
    color: #666;
    font-size: 0.9rem;
    flex: 1;
    margin-bottom: 16px;
}
.service-link {
    color: var(--turuncu);
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
}
.service-link i { margin-left: 6px; transition: var(--transition); }
.service-card:hover .service-link i { transform: translateX(6px); }

/* ============================================
   SAYILARLA BİZ
   ============================================ */
.counter-section {
    background: linear-gradient(135deg, var(--renk1) 0%, #0d2d56 50%, var(--renk2) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.counter-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.counter-item {
    text-align: center;
    color: #fff;
}
.counter-item i {
    font-size: 2.5rem;
    color: var(--turuncu);
    margin-bottom: 16px;
    display: block;
}
.counter-number {
    font-family: 'Nunito', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    display: inline;
    line-height: 1;
}
.counter-suffix {
    font-family: 'Nunito', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
}
.counter-label {
    font-size: 0.95rem;
    margin-top: 8px;
    opacity: 0.85;
    font-weight: 600;
}

/* ============================================
   NEDEN BİZ
   ============================================ */
.why-card {
    background: var(--beyaz);
    padding: 36px 28px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
    height: 100%;
    border-bottom: 4px solid transparent;
}
.why-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-bottom-color: var(--turuncu);
}
.why-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(237,139,0,0.1), rgba(16,54,102,0.06));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.why-icon i { font-size: 1.6rem; color: var(--turuncu); }
.why-title { font-size: 1.15rem; margin-bottom: 12px; }
.why-text { color: #666; font-size: 0.9rem; }

/* ============================================
   MÜŞTERİ YORUMLARI
   ============================================ */
.testimonial-card {
    background: var(--beyaz);
    padding: 36px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    position: relative;
    margin: 20px 10px;
}
.testimonial-quote {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 2rem;
    color: rgba(237,139,0,0.15);
}
.testimonial-text {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 24px;
    font-style: italic;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}
.testimonial-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--turuncu);
}
.testimonial-avatar-placeholder {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--renk1), #1a4a8a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.5);
    font-size: 1.2rem;
}
.testimonial-name { font-size: 1rem; margin-bottom: 2px; }
.testimonial-position { color: var(--turuncu); font-size: 0.85rem; font-weight: 600; }
.testimonial-stars {
    margin-top: 16px;
    color: var(--turuncu);
    font-size: 0.9rem;
}
.testimonial-stars i { margin-right: 2px; }
.testimonial-pagination .swiper-pagination-bullet {
    background: var(--renk1);
    opacity: 0.3;
}
.testimonial-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--turuncu);
}

/* ============================================
   REFERANSLAR
   ============================================ */
.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 100px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: var(--transition);
}
.brand-item:hover {
    filter: grayscale(0%);
    opacity: 1;
}
.brand-item img { max-height: 60px; max-width: 140px; object-fit: contain; }
.brand-name {
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--renk1);
}

/* ============================================
   BLOG
   ============================================ */
.blog-card {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.blog-card .blog-img {
    height: 220px;
    overflow: hidden;
    border-radius: var(--radius) var(--radius) 0 0;
}
.blog-card .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}
.blog-card:hover .blog-img img { transform: scale(1.06); }
.blog-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--renk1), #1a4a8a);
    height: 220px;
    border-radius: var(--radius) var(--radius) 0 0;
}
.blog-img-placeholder i { font-size: 3rem; color: rgba(255,255,255,0.3); }
.blog-body {
    padding: 24px;
    background: var(--beyaz);
    border-radius: 0 0 var(--radius) var(--radius);
    box-shadow: var(--shadow);
}
.blog-date {
    color: var(--turuncu);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-date i { margin-right: 4px; }
.blog-title {
    font-size: 1.15rem;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-excerpt { color: #666; font-size: 0.9rem; margin-bottom: 14px; }
.blog-link {
    color: var(--turuncu);
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
}
.blog-link i { margin-left: 6px; transition: var(--transition); }
.blog-card:hover .blog-link i { transform: translateX(6px); }

/* ============================================
   CTA
   ============================================ */
.cta-section {
    background: linear-gradient(135deg, var(--renk1) 0%, #0d2d56 60%, var(--renk2) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.cta-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04' fill-rule='evenodd'%3E%3Cpath d='M20 20c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2'/%3E%3C/g%3E%3C/svg%3E");
}
.cta-title {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 10px;
}
.cta-text { color: rgba(255,255,255,0.8); font-size: 1.05rem; }
.btn-cta {
    background: linear-gradient(135deg, var(--turuncu), #f5a623);
    color: #fff;
    padding: 14px 36px;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    border: none;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 10px;
    box-shadow: 0 6px 20px rgba(237,139,0,0.35);
    transition: var(--transition);
}
.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(237,139,0,0.45);
    color: #fff;
}
.btn-cta i { margin-right: 8px; }
.btn-cta-outline {
    background: transparent;
    color: #fff;
    padding: 14px 36px;
    border-radius: 50px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    border: 2px solid rgba(255,255,255,0.4);
    font-size: 1rem;
    display: inline-block;
    transition: var(--transition);
}
.btn-cta-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    color: #fff;
    transform: translateY(-3px);
}
.btn-cta-outline i { margin-right: 8px; }

/* ============================================
   PAGE HEADER (ALT SAYFALAR)
   ============================================ */
.page-header {
    background: linear-gradient(135deg, var(--renk1) 0%, #0d2d56 60%, var(--renk2) 100%);
    padding: 100px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page-header-overlay {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.page-header-title {
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 16px;
    position: relative;
}
.page-header .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
}
.page-header .breadcrumb-item a { color: rgba(255,255,255,0.7); }
.page-header .breadcrumb-item a:hover { color: var(--turuncu); }
.page-header .breadcrumb-item.active { color: var(--turuncu); }
.page-header .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }
.page-header-paws {
    position: absolute;
    bottom: 15px;
    right: 50px;
    opacity: 0.08;
}
.page-header-paws i { font-size: 1.8rem; color: #fff; margin: 0 6px; }

/* ============================================
   DETAY SAYFALARI
   ============================================ */
.detail-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.detail-content { line-height: 1.9; color: #444; }
.detail-content h2, .detail-content h3, .detail-content h4 { margin-top: 24px; margin-bottom: 12px; }
.detail-content p { margin-bottom: 16px; }
.detail-content ul, .detail-content ol { margin-bottom: 16px; padding-left: 24px; }
.detail-content img { border-radius: var(--radius-sm); margin: 16px 0; }

/* Sidebar */
.sidebar-widget {
    background: var(--beyaz);
    padding: 28px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    margin-bottom: 24px;
}
.sidebar-title {
    font-size: 1.15rem;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--acik-gri);
}
.sidebar-title i { color: var(--turuncu); margin-right: 8px; }
.sidebar-links { list-style: none; padding: 0; margin: 0; }
.sidebar-links li {
    margin-bottom: 6px;
}
.sidebar-links li a {
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
    color: #555;
    font-weight: 600;
    font-size: 0.9rem;
    transition: var(--transition);
}
.sidebar-links li a i { margin-right: 8px; color: var(--turuncu); width: 20px; text-align: center; }
.sidebar-links li a:hover,
.sidebar-links li.active a {
    background: linear-gradient(135deg, rgba(237,139,0,0.08), rgba(16,54,102,0.04));
    color: var(--renk1);
}

.sidebar-cta {
    background: linear-gradient(135deg, var(--renk1), #0d2d56);
    color: #fff;
    text-align: center;
}
.sidebar-cta h4 { color: #fff; }
.sidebar-cta p { color: rgba(255,255,255,0.8); font-size: 0.9rem; }
.sidebar-cta i { color: var(--turuncu); }

/* Sidebar blog posts */
.sidebar-posts { list-style: none; padding: 0; margin: 0; }
.sidebar-posts li { margin-bottom: 14px; }
.sidebar-posts li a {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #555;
}
.sidebar-posts li a img {
    width: 70px;
    height: 55px;
    border-radius: 8px;
    object-fit: cover;
}
.sidebar-post-placeholder {
    width: 70px;
    height: 55px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--renk1), #1a4a8a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.3);
    flex-shrink: 0;
}
.sidebar-posts li h6 {
    font-size: 0.85rem;
    margin-bottom: 4px;
    color: var(--renk1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar-posts li span { font-size: 0.75rem; color: var(--turuncu); }

/* Blog detail */
.blog-detail-meta {
    margin-bottom: 20px;
}
.blog-detail-meta span {
    color: var(--turuncu);
    font-weight: 700;
    font-size: 0.9rem;
    margin-right: 20px;
}
.blog-detail-meta i { margin-right: 6px; }

/* ============================================
   MİSYON VİZYON
   ============================================ */
.mv-card {
    background: var(--beyaz);
    padding: 40px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    height: 100%;
    border-top: 4px solid var(--turuncu);
}
.mv-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(237,139,0,0.1), rgba(16,54,102,0.06));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.mv-icon i { font-size: 1.4rem; color: var(--turuncu); }
.mv-card h3 { font-size: 1.3rem; margin-bottom: 14px; }

/* ============================================
   EKİP
   ============================================ */
.team-card {
    background: var(--beyaz);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    text-align: center;
    transition: var(--transition);
}
.team-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}
.team-img { height: 260px; overflow: hidden; }
.team-img img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.team-card:hover .team-img img { transform: scale(1.05); }
.team-img-placeholder {
    height: 260px;
    background: linear-gradient(135deg, var(--renk1), #1a4a8a);
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-img-placeholder i { font-size: 3rem; color: rgba(255,255,255,0.2); }
.team-info { padding: 24px; }
.team-info h4 { font-size: 1.1rem; margin-bottom: 4px; }
.team-info span { color: var(--turuncu); font-weight: 600; font-size: 0.85rem; }
.team-social { margin-top: 14px; }
.team-social a {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(16,54,102,0.06);
    color: var(--renk1);
    margin: 0 4px;
    font-size: 0.85rem;
    transition: var(--transition);
}
.team-social a:hover {
    background: var(--turuncu);
    color: #fff;
    transform: translateY(-2px);
}

/* ============================================
   İLETİŞİM
   ============================================ */
.contact-info-card {
    background: var(--beyaz);
    padding: 36px 28px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    height: 100%;
    transition: var(--transition);
    border-bottom: 4px solid transparent;
}
.contact-info-card:hover {
    transform: translateY(-4px);
    border-bottom-color: var(--turuncu);
}
.contact-info-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, rgba(237,139,0,0.1), rgba(16,54,102,0.06));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.contact-info-icon i { font-size: 1.4rem; color: var(--turuncu); }
.contact-info-card h4 { font-size: 1.1rem; margin-bottom: 10px; }
.contact-info-card p { color: #666; font-size: 0.9rem; margin-bottom: 4px; }
.contact-info-card a { color: var(--renk1); font-weight: 600; }

.contact-form-wrapper {
    background: var(--beyaz);
    padding: 40px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.contact-form-wrapper h3 {
    font-size: 1.4rem;
}
.contact-form-wrapper h3 i {
    color: var(--turuncu);
    margin-right: 10px;
}
.form-control, .form-select {
    border: 2px solid var(--acik-gri);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    transition: var(--transition);
}
.form-control:focus, .form-select:focus {
    border-color: var(--turuncu);
    box-shadow: 0 0 0 3px rgba(237,139,0,0.1);
}
.form-floating label { color: #999; }
.form-floating label i { margin-right: 4px; }

.contact-map {
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    height: 100%;
    min-height: 400px;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: none;
}
.contact-map-placeholder {
    background: linear-gradient(135deg, var(--renk1), #1a4a8a);
    border-radius: var(--radius);
    height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.5);
}

/* ============================================
   SSS
   ============================================ */
.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: var(--radius-sm) !important;
    overflow: hidden;
    box-shadow: var(--shadow);
}
.faq-accordion .accordion-button {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--renk1);
    padding: 18px 24px;
    background: var(--beyaz);
}
.faq-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(237,139,0,0.05), rgba(16,54,102,0.03));
    color: var(--turuncu);
    box-shadow: none;
}
.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ED8B00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.faq-accordion .accordion-button i { color: var(--turuncu); }
.faq-accordion .accordion-body { padding: 0 24px 24px; color: #555; line-height: 1.8; }

/* ============================================
   FOOTER
   ============================================ */
.site-footer { position: relative; }
.footer-wave {
    color: var(--renk1);
    line-height: 0;
    margin-bottom: -2px;
}
.footer-wave svg { width: 100%; height: 60px; }
.footer-main {
    background: var(--renk1);
    padding: 60px 0 40px;
}
.footer-logo {
    max-height: 50px;
    margin-bottom: 16px;
}
.footer-brand {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 16px;
}
.footer-desc {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    margin-bottom: 20px;
}
.footer-social a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.7);
    margin-right: 8px;
    transition: var(--transition);
}
.footer-social a:hover {
    background: var(--turuncu);
    color: #fff;
    transform: translateY(-3px);
}
.footer-title {
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    position: relative;
}
.footer-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--turuncu);
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links li a {
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    transition: var(--transition);
}
.footer-links li a:hover { color: var(--turuncu); padding-left: 6px; }
.footer-links li a i { margin-right: 8px; font-size: 0.7rem; color: var(--turuncu); }
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li {
    display: flex;
    gap: 12px;
    margin-bottom: 14px;
    color: rgba(255,255,255,0.7);
    font-size: 0.9rem;
    align-items: flex-start;
}
.footer-contact li i { color: var(--turuncu); margin-top: 4px; width: 16px; flex-shrink: 0; }
.footer-contact li a { color: rgba(255,255,255,0.7); }
.footer-contact li a:hover { color: var(--turuncu); }
.footer-bottom {
    background: #0a2545;
    padding: 20px 0;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.5);
}
.footer-bottom a { color: var(--turuncu); }
.footer-bottom a:hover { color: #fff; }

/* ============================================
   FLOATING BUTONLAR
   ============================================ */
.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 6px 20px rgba(37,211,102,0.4);
    z-index: 999;
    transition: var(--transition);
    animation: wpPulse 2s infinite;
}
.floating-whatsapp:hover {
    transform: scale(1.1);
    color: #fff;
    box-shadow: 0 8px 30px rgba(37,211,102,0.5);
}
@keyframes wpPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0.4); }
    50% { box-shadow: 0 0 0 15px rgba(37,211,102,0); }
}

.floating-phone {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: var(--renk1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: 0 6px 20px rgba(16,54,102,0.3);
    z-index: 999;
    transition: var(--transition);
}
.floating-phone:hover {
    transform: scale(1.1);
    color: #fff;
    background: var(--turuncu);
}

/* Scroll Top */
.scroll-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 45px;
    height: 45px;
    background: var(--renk1);
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.scroll-top.show { opacity: 1; visibility: visible; }
.scroll-top:hover {
    background: var(--turuncu);
    transform: translateY(-3px);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
    .section-padding { padding: 70px 0; }
    .hero-slide {
        height: 70vh;
        min-height: 450px;
    }
    .hero-title { font-size: 2.2rem; }
    .section-title { font-size: 2rem; }
    .cta-title { font-size: 1.8rem; }
    .counter-number { font-size: 2.2rem; }
    .about-experience-badge { right: 10px; bottom: -20px; }
    .navbar-collapse {
        background: var(--beyaz);
        padding: 16px;
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        margin-top: 10px;
    }
    .btn-randevu { width: 100%; text-align: center; margin-top: 10px; }
}

@media (max-width: 767px) {
    .hero-slide {
        height: 60vh;
        min-height: 400px;
    }
    .hero-title { font-size: 1.8rem; }
    .hero-desc { font-size: 0.95rem; }
    .section-title { font-size: 1.7rem; }
    .page-header { padding: 80px 0 40px; }
    .page-header-title { font-size: 1.8rem; }
    .contact-form-wrapper { padding: 24px; }
    .counter-section { padding: 50px 0; }
    .counter-number { font-size: 1.8rem; }
    .counter-item i { font-size: 1.8rem; }
    .cta-section { padding: 50px 0; text-align: center; }
    .floating-whatsapp, .floating-phone { width: 50px; height: 50px; right: 16px; }
    .floating-whatsapp { bottom: 20px; font-size: 1.5rem; }
    .floating-phone { bottom: 80px; font-size: 1.2rem; }
    .about-experience-badge { display: none; }
    .about-img-placeholder { height: 280px; }
    .hero-paw-decor { display: none; }
}

@media (max-width: 575px) {
    .hero-title { font-size: 1.5rem; }
    .hero-buttons { flex-direction: column; }
    .btn-hero-primary, .btn-hero-outline { width: 100%; text-align: center; }
    .section-title { font-size: 1.5rem; }
}

/* ============================================
   ABOUT TEXT FULL (Hakkımızda sayfası)
   ============================================ */
.about-text-full { color: #555; line-height: 1.9; }
.about-text-full p { margin-bottom: 14px; }
