/* Google Yorumlar bölümü - görsele uygun kart yapısı */
.google-reviews-area.lightgray-bg {
    background-color: #f6f6f6;
}

.google-reviews-subtitle {
    color: #fe4d01;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0.25rem;
    letter-spacing: 0.02em;
}

.google-reviews-title {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}

/* Özet kart (sol) */
.google-summary-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.google-summary-logo svg {
    max-width: 80px;
    height: auto;
}

.google-summary-rating {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 10px;
}

.google-summary-stars,
.google-review-stars {
    color: #ffc107;
    font-size: 1rem;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.google-star-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.google-star-icon svg {
    fill: #ffc107;
    vertical-align: middle;
}

.google-summary-count {
    font-size: 0.95rem;
    color: #5f6368;
}

.google-write-review-btn {
    display: inline-block;
    background: #4285f4;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
}

.google-write-review-btn:hover {
    background: #3367d6;
    color: #fff;
}

/* Carousel - col-lg-8 col-md-7 ortasında */
.google-reviews-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}
.google-carousel-wrapper {
    flex: 1;
    max-width: 100%;
    overflow: hidden;
    border-radius: 12px;
    cursor: grab;
    user-select: none;
}
.google-carousel-wrapper:active {
    cursor: grabbing;
}
.google-reviews-slider {
    display: flex;
    transition: transform 0.4s ease;
    gap: 20px;
    will-change: transform;
}
.google-review-card {
    flex: 0 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 30px;
    min-width: 0;
}
@media (min-width: 993px) {
    .google-reviews-slider .google-review-card { width: calc((100% - 32px) / 3); }
}
@media (min-width: 769px) and (max-width: 992px) {
    .google-reviews-slider .google-review-card { width: calc((100% - 16px) / 2); }
}
@media (max-width: 768px) {
    .google-reviews-slider .google-review-card { width: 100%; }
}
.google-carousel-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.1);
    background: #fff;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}
.google-carousel-btn:hover:not(:disabled) {
    background: #4285f4;
    color: #fff;
    border-color: #4285f4;
}
.google-carousel-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.google-carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}
.google-carousel-indicators .indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    transition: all 0.2s;
}
.google-carousel-indicators .indicator.active {
    background: #f57c00;
    transform: scale(1.2);
}
.google-review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #4285f4;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.google-review-name {
    font-weight: 700;
    font-size: 18px;
    color: #1a1a1a;
}

.google-review-time {
    font-size: 0.8rem;
    color: #5f6368;
}

.google-review-g-logo {
    flex-shrink: 0;
}

.google-review-text {
    font-size: 0.9rem;
    color: #3c4043;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .google-reviews-title { font-size: 1.5rem; }
    .google-summary-rating { font-size: 2rem; }
}
