/* Harita Bölümü Stilleri */
.sessizakustikharita-wrapper {
    position: relative;
    height: 500px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.sessizakustikharita-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.sessizakustikharita-card {
    position: absolute;
    top: 30px;
    right: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 300px;
    z-index: 1;
}

.sessizakustikharita-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #053132;
}

.sessizakustikharita-card p {
    display: flex;
    align-items: start;
    gap: 10px;
    margin-bottom: 20px;
    color: #666;
    line-height: 1.5;
}

.sessizakustikharita-card p i {
    color: #1a5f7a;
    margin-top: 5px;
}

.sessizakustikharita-card .theme-btn {
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    .sessizakustikharita-wrapper {
        height: 400px;
    }
    
    .sessizakustikharita-card {
        position: relative;
        top: 0;
        right: 0;
        max-width: 100%;
        margin-top: 20px;
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
    .sessizakustikharita-wrapper {
        height: 350px;
    }
    
    .sessizakustikharita-card {
        padding: 20px;
    }
    
    .sessizakustikharita-card h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
}