.slider-content {
    display: flex;
  flex-direction: column;
}
.slider-caption.medium { order: 1; }
.slider-caption.big { order: 2; }
.slider-caption.small { order: 3; }
.slider-btn { order: 4; }
.slider-caption.small .inner-layer div {
  max-width: 800px;
  word-break: break-word;
}
.service-section {
  margin-top: 0px;
}
/* Hizmet kutuları aynı yükseklikte olsun */
.service-section .row {
  align-items: stretch;
  row-gap: 32px;
}
.service-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* Ana sayfa blog görsel oranı düzeltme */
.post-thumb {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 10px 10px 0 0;
}
.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    display: block;
    transition: transform 0.5s;
}
.sponsor-section .sponsor-carousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponsor-section .sponsor-carousel .swiper-slide .sponsor-square-box {
    width: 140px;
    height: 140px;
    background: #fff !important;
    border: 1px solid #eee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.sponsor-section .sponsor-carousel .swiper-slide .sponsor-square-box img {
    width: auto !important;
    height: auto !important;
    max-width: 90% !important;
    max-height: 90% !important;
    object-fit: contain !important;
    object-position: center !important;
    display: block !important;
    margin: 0 auto !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Google Reviews Section */
.google-reviews-section {
    padding: 80px 0;
    background: #f8fafb;
}
.gr-header {
    text-align: center;
    margin-bottom: 40px;
}
.gr-google-icon {
    margin-bottom: 12px;
}
.gr-title {
    font-size: 28px;
    font-weight: 700;
    color: #202124;
    margin-bottom: 8px;
}
.gr-subtitle {
    color: #5f6368;
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
}
.gr-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s;
}
.gr-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.gr-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.gr-author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.gr-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
    letter-spacing: 0.5px;
}
.gr-author-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.gr-author-name {
    font-weight: 600;
    font-size: 14px;
    color: #202124;
    line-height: 1.3;
}
.gr-author-meta {
    font-size: 11px;
    color: #5f6368;
    line-height: 1.3;
}
.gr-google-badge {
    flex-shrink: 0;
    opacity: 0.85;
    margin-top: 2px;
}
.gr-rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.gr-stars {
    display: flex;
    gap: 1px;
}
.gr-star-filled {
    color: #FBBC05;
    font-size: 13px;
}
.gr-star-empty {
    color: #dadce0;
    font-size: 13px;
}
.gr-time {
    color: #5f6368;
    font-size: 12px;
}
.gr-text {
    color: #3c4043;
    font-size: 13px;
    line-height: 1.6;
    flex-grow: 1;
    margin: 0 0 8px 0;
}
.gr-photos {
    display: flex;
    gap: 6px;
    margin-top: auto;
    padding-top: 8px;
}
.gr-photo {
    width: 90px;
    height: 68px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}
.gr-footer {
    text-align: center;
    margin-top: 36px;
}
.gr-maps-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a73e8;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    padding: 12px 28px;
    border: 2px solid #1a73e8;
    border-radius: 30px;
    transition: all 0.3s;
}
.gr-maps-link:hover {
    background: #1a73e8;
    color: #fff;
}
.gr-maps-link i {
    color: #EA4335;
}
.gr-maps-link:hover i {
    color: #fff;
}
section.google-reviews-section .google-reviews-swiper .swiper-slide {
    width: auto;
    height: auto;
    text-align: left;
    display: flex;
    align-items: stretch;
}
section.google-reviews-section .google-reviews-swiper .swiper-slide .gr-card {
    width: 100%;
}
.gr-carousel-wrapper {
    position: relative;
    padding: 0 50px;
}
.gr-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dadce0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    color: #5f6368;
    font-size: 14px;
}
.gr-nav:hover {
    background: #1a73e8;
    border-color: #1a73e8;
    color: #fff;
    box-shadow: 0 4px 12px rgba(26,115,232,0.3);
}
.gr-nav-prev { left: 0; }
.gr-nav-next { right: 0; }
.gr-nav.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}
.gr-pagination {
    margin-top: 28px;
    text-align: center;
    position: relative;
}
.gr-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #dadce0;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease;
}
.gr-pagination .swiper-pagination-bullet-active {
    background: #1a73e8;
    width: 28px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .google-reviews-section { padding: 50px 0; }
    .gr-title { font-size: 22px; }
    .gr-photo { width: 70px; height: 52px; }
    .gr-carousel-wrapper { padding: 0 12px; }
    .gr-nav { width: 36px; height: 36px; font-size: 12px; }
    .gr-nav-prev { left: -4px; }
    .gr-nav-next { right: -4px; }
}
@media (max-width: 480px) {
    .gr-carousel-wrapper { padding: 0; }
    .gr-nav { display: none; }
}

/* Quick Links Section */
.ql-section {
    padding: 80px 0 70px;
    background: #0f172a;
    position: relative;
    overflow: hidden;
}
.ql-section::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(231,76,60,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.ql-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(52,152,219,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.ql-section-header {
    text-align: center;
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
}
.ql-section-badge {
    display: inline-block;
    padding: 6px 18px;
    background: rgba(231,76,60,0.15);
    color: #f87171;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-bottom: 16px;
}
.ql-section-title {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
}
.ql-section-desc {
    color: #94a3b8;
    font-size: 16px;
    margin: 0;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.ql-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    position: relative;
    z-index: 1;
}
.ql-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    transition: border-color 0.3s ease;
}
.ql-card:hover {
    border-color: rgba(255,255,255,0.15);
}
.ql-card-accent {
    width: 4px;
    flex-shrink: 0;
}
.ql-accent-red {
    background: linear-gradient(180deg, #e74c3c, #f59e0b);
}
.ql-accent-blue {
    background: linear-gradient(180deg, #3b82f6, #8b5cf6);
}
.ql-card-body {
    padding: 28px;
    flex: 1;
    min-width: 0;
}
.ql-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}
.ql-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #e74c3c, #dc2626);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(231,76,60,0.3);
}
.ql-card-icon-blue {
    background: linear-gradient(135deg, #3b82f6, #6366f1);
    box-shadow: 0 4px 16px rgba(59,130,246,0.3);
}
.ql-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #f1f5f9;
    margin: 0 0 2px;
}
.ql-card-count {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}
.ql-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-height: 420px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.1) transparent;
}
.ql-list::-webkit-scrollbar { width: 4px; }
.ql-list::-webkit-scrollbar-track { background: transparent; }
.ql-list::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.1); border-radius: 4px; }
.ql-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
    color: #cbd5e1;
    font-size: 13.5px;
    transition: all 0.25s ease;
    position: relative;
}
.ql-item:hover {
    background: rgba(255,255,255,0.06);
    color: #fff;
}
.ql-item-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #475569;
    flex-shrink: 0;
    transition: all 0.25s ease;
}
.ql-item-service:hover .ql-item-dot {
    background: #e74c3c;
    box-shadow: 0 0 8px rgba(231,76,60,0.5);
}
.ql-item-num {
    font-size: 11px;
    font-weight: 700;
    color: #475569;
    min-width: 22px;
    flex-shrink: 0;
    font-family: 'Courier New', monospace;
    transition: color 0.25s ease;
}
.ql-item-blog:hover .ql-item-num {
    color: #60a5fa;
}
.ql-item-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
}
.ql-item-arrow {
    font-size: 10px;
    color: #475569;
    opacity: 0;
    transform: translateX(-4px);
    transition: all 0.25s ease;
    flex-shrink: 0;
}
.ql-item:hover .ql-item-arrow {
    opacity: 1;
    transform: translateX(0);
    color: #94a3b8;
}
.ql-item-service:hover .ql-item-arrow { color: #f87171; }
.ql-item-blog:hover .ql-item-arrow { color: #60a5fa; }
.ql-hidden { display: none !important; }
.ql-toggle-wrap {
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.06);
    margin-top: 12px;
}
.ql-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 22px;
    background: rgba(59,130,246,0.1);
    border: 1px solid rgba(59,130,246,0.2);
    border-radius: 10px;
    color: #60a5fa;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}
.ql-toggle:hover {
    background: rgba(59,130,246,0.2);
    border-color: rgba(59,130,246,0.4);
}
.ql-toggle-badge {
    background: rgba(59,130,246,0.2);
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .ql-grid { grid-template-columns: 1fr; gap: 20px; }
    .ql-section-title { font-size: 26px; }
}
@media (max-width: 576px) {
    .ql-section { padding: 50px 0 40px; }
    .ql-card-body { padding: 20px 16px; }
    .ql-item { padding: 8px 10px; font-size: 13px; }
    .ql-section-title { font-size: 22px; }
    .ql-section-desc { font-size: 14px; }
    .ql-list { max-height: 350px; }
}
